Differences between revisions 7 and 8
Revision 7 as of 2023-04-21 23:04:30
Size: 594
Comment:
Revision 8 as of 2023-04-21 23:41:56
Size: 839
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

== Flashing Instructions ==

{{{
adb reboot fastboot
fastboot erase system
fastboot erase cache
fastboot erase userdata # Skip this step if you are not coming from stock rom
fastboot flash system <gargoyle.img>
fastboot reboot
}}}

gargoyle GSI

logo.jpg

The gargoyle GSI project is the first step to getting custom software running on the Unihertz Devices.

See Github Releases for release information.

The device tree can be found here. It should be built against the TrebleDroid LineageOS 20 Guide here

Flashing Instructions

adb reboot fastboot
fastboot erase system 
fastboot erase cache
fastboot erase userdata # Skip this step if you are not coming from stock rom
fastboot flash system <gargoyle.img> 
fastboot reboot

AndroidDevelopment/gargoyleGSI (last edited 2023-05-24 21:36:49 by rumplestilzken)