|
|
|
|
|
by Abishek_Muthian
2413 days ago
|
|
Incase you're ordering the PinePhone & looking forward to jump on Linux development; check out Ubuntu Touch by UBPorts[1]. UBPorts community have done a commendable job in continuing Ubuntu Touch development after canonical left it. Even Nexus 4 receives regular updates, albeit old kernel due to libHybris Ubuntu Touch is the most accessible Linux phone now because of their support to older available devices. Unfortunately, they don't get enough attention as Purism or PostmarketOS gets. Hopefully, PinePhone should change it. [1]:https://forums.ubports.com/topic/2403/pinephone |
|
I just spent the last two weeks attempting to get an Ubuntu Touch phone to work as a mobile transceiver / network hub for a BLE peripheral that my company is developing. Our device works very well with the standard Linux bluez stack and tools (bluetoothctl, hcitool, etc.), so we thought that this would be the easier route for a one-off project than developing an Android app from scratch, given Android's BLE quirks (e.g. minimum notification interval of 11.25 ms instead of the 7.5 ms that the BLE spec requires -- we have a high bandwidth device that needs the shorter interval).
It was a nightmare, and we eventually gave up and wrote an Android app.