This commit is contained in:
Tony Garnock-Jones 2022-02-09 15:49:02 +01:00
parent b0ae586e8b
commit cf6d1ef5f9
1 changed files with 35 additions and 3 deletions

38
TODO.md
View File

@ -1,6 +1,38 @@
- signals (SIGTERM)
- deal with logging
- when syslogd is running, /dev/log is a unix datagram socket
- cron
- at
- service for `apk` operations - otherwise they clash
- user settings:
- wifi networks
- wwan enabled/disabled, plus apn
- screen brightness level
- squeak
- scrolling by dragging
- pinch zoom
- demo app that opens the map
- phone call audio
- terminal that isn't based on a transcript??
- blank screen on/off with power button
- stop listening to screen, too!
- this is already done for when the proximity sensor goes off for inputs, so will be easy
to adapt
- sms UI
- power management
- sleep mode (!!!)
- wake up periodically??
- get firefox running in vnc? (Xvfb -> x11vnc -> squeak vnc client ...? Keyboard focus is
wonky and firefox isn't set up right, but the basics work already)
- docker
- appears to need `CONFIG_BPF_SYSCALL`, which is not set in the stock kernel