Actions
Design #984
openMake a list of required apps for 3.0 release
Start date:
18 May 2023
Due date:
% Done:
90%
Estimated time:
Severity:
03 - Medium
Description
Need a list of apps that should be available for the Xeon 1.0 release.
See RM #967 for suggestions.
- Dialer (voice calls) RM #700
- PiDialer app from original Xeon project
- Megi's dialer app
- Texts (SMS, maybe MMS) RM #701
- PiDialer app from original Xeon project (has SMS support in modem.c)
- Spacebar daemon curl but is written in Qt.
- Email style texting in C
- Twilio example in C++
- SMS Gateway uses email-to-sms gateways
- Email to SMS
- Adafruit SMS via modem
- Quectel_EC2 AT Commands
- Contacts list RM #702
- Keyboard (might be library option) RM #985
- Battery status RM #988
- see https://github.com/JasonG-FR/PineBattery/blob/main/PineBattery.py for example in python.
- get_voltage_max_path - identifies PinePhone models
- This would be easy to convert to a C app.
- cat /sys/class/power_supply/rk818-battery/capacity
- Kernel lookups
- rk818-bat
- simple-batteryroot (compatible string under /sys/firmware/devicetree/base/battery)
- /sys/class/power_supply/rk818-battery/
- see https://www.howtogeek.com/810971/how-to-check-a-linux-laptops-battery-from-the-command-line/
- see https://github.com/JasonG-FR/PineBattery/blob/main/PineBattery.py for example in python.
- Camera/Video
- Notes (yellow stickies - maybe the old xnotesplus but with full screen notes?)
- Clock (digital PiClock w/countdown timer, stopwatch and alarms) RM #1079
- Calculator
- USB Gadget Controller
- GPS
- Image Viewer (PiPics, but HW accelerated)
- Video Player (videofe, but with a different backend)
- sxmo, Simple X Mobile, is effectively a text based UI for mobile devices. It's based on Suckless tools.
Detailed driver and app information for postmarketOS provides hints as to what else can be supported. It's not clear which kernel that OS uses, however.
Actions