Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/maskromdetector
Maskrom Detector is an iPad app that detects if the connected PinePhone Pro is in Maskrom mode.
https://github.com/kkebo/maskromdetector
cpp driverkit ipad ipados pinephone-pro swift
Last synced: 17 days ago
JSON representation
Maskrom Detector is an iPad app that detects if the connected PinePhone Pro is in Maskrom mode.
- Host: GitHub
- URL: https://github.com/kkebo/maskromdetector
- Owner: kkebo
- License: mit
- Created: 2023-04-17T19:11:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T15:07:29.000Z (10 months ago)
- Last Synced: 2024-04-04T20:54:42.535Z (7 months ago)
- Topics: cpp, driverkit, ipad, ipados, pinephone-pro, swift
- Language: Swift
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maskrom Detector
Maskrom Detector is an iPad app that detects if the connected [PinePhone Pro](https://www.pine64.org/pinephonepro/) is in Maskrom mode. Maskrom mode is often used [when the PPP's battery is fully drained](https://wiki.pine64.org/wiki/PinePhone_Pro#The_battery_is_fully_drained).
This app uses [DriverKit](https://developer.apple.com/documentation/driverkit).
Screenshots:
| Initial State | When in Maskrom mode | When not in Maskrom mode |
|-|-|-|
| ![](./img/initial.png) | ![](./img/maskrom.png) | ![](./img/not_maskrom.png) |