synit/TODO.md

41 lines
963 B
Markdown
Raw Normal View History

2021-09-27 11:19:36 +00:00
- signals (SIGTERM)
2022-02-09 14:49:02 +00:00
- cron
- at
2021-09-27 11:19:36 +00:00
2022-02-09 14:49:02 +00:00
- 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??
2022-02-09 22:47:19 +00:00
- note that will need to re-initialize the framebuffer to stop the cursor from appearing,
screensaver operating, etc.
2022-02-09 14:49:02 +00:00
- 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