07-31-2020, 08:46 AM
(07-31-2020, 07:21 AM)nas Wrote:(07-30-2020, 05:13 PM)lcayer1 Wrote: Do you have instructions or script to install Glodroid on pinephone?
Go to release page and click on assets dropdown arrow. For latest version, download gd-pinephone-v0.3.0.tar.gz and extract archive to a folder.
Then follow Deploying GloDroid instructions on main page but summarised:
1) flash sd card with deploy-sd-for.emmc.img
2) insert sd card in phone and connect to pc with red usb cable
3) phone display will remain black but wait 10secs
4) open terminal on pc and goto directory where archive extracted
5) run install script, eg bash ./flash-emmc.sh
6) when script pauses, hold power button for 10secs, disconnect cable
6) remove sd card and reconnect usb cable
7) phone will display fastboot menu and script will continue
8) if failure message, run install script again
9) if success message, reboot phone to start android
0) if adb not already installed on pc then sudo apt install adb
X) don't want install to emmc? substitute with deploy-sd.img
and flash-sd.sh
Z) some reports of usb issues which prevent deploy method of install - in which case, read this thread or download v0.20 and flash as a regular image
Thanks a bunch, Nas!