From cf6d1ef5f953808f4e704de9b08fd40df3fd7dcc Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 9 Feb 2022 15:49:02 +0100 Subject: [PATCH] TODO.md --- TODO.md | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 601951c..2d92fc0 100644 --- a/TODO.md +++ b/TODO.md @@ -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