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.
Updated by Hammel about 1 year ago
- Target version changed from Xeon 1.0 - Asimov to 3.0 - Corrino
Updated by Hammel about 1 year ago
- Severity changed from 04 - Low to 01 - Critical
Updated by Hammel about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by Hammel about 1 year ago
- Subject changed from Make a list of required apps for 1.0 to Make a list of required apps for 3.0 release
- Priority changed from Immediate to Normal
- % Done changed from 50 to 90
- Severity changed from 01 - Critical to 03 - Medium
There are issues created for the required apps for the 3.0 release, plus the optional clock update.
The rest can be reviewed again later, maybe for a 3.1 update if there's no time for them in 3.0.
Moving priority to Normal.
Actions