Info
Android Apps
Android apps support (Waydroid) A container-based approach to boot a full Android system on a regular GNU/Linux system.
To install Waydroid, navigate to the Waydroid menu in the Settings app and tap on the “Install Waydroid” button in the top corner.
Waydroid with GAPPS If you really want them, Waydroid can support Google services:
In the Settings app, navigate to the Waydroid menu, then Select GAPPS as the Image type and tap on the “Install” button.
Info
APN
APN Misconfiguration In case your APN settings do not work from your provider, you can get the correct APN from ofono scripts
/usr/share/ofono/scripts/list-contexts in the first context with type internet, find the Access Point Name and put that in the settings app
T-Mobile Some users have reported issues with T-Mobile default APN settings being bad
To confirm, you can run
/usr/share/ofono/scripts/list-contexts if it is reported as fast.t-mobile.com, then it is wrong and has to be corrected.
Info
Rootfs
Resizing On new ports using the generic recovery flashable images, by default, the flash script will resize rootfs.img to 8GB.
To resize the rootfs manually, boot to recovery and run the following command:
resize2fs /data/rootfs.img 16G Replace 16G with the amount of free storage you have available. If unsure, you can check the amount with the following command:
df -h /data/
Info
SSH
RNDIS You can ssh in using rndis over a cable:
ssh droidian@10.15.19.82 WiFi You can also connect over WiFi:
ssh droidian@192.168.1.28 Replace 192.168.1.28 with phone’s ip address.