Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2023-04-21 21:42:13
Size: 110
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 1: Line 1:
## page was renamed from AndroidDevelopment/GargoyleGSI
Line 5: Line 6:
Describe AndroidDevelopment/GargoyleGSI here. The gargoyle GSI project is the first step to getting custom software running on the Unihertz Devices.

See [[https://github.com/rumplestilzken/unihertz_titan_lineageos20/releases|Github Releases]] for release information.

The device tree can be found [[https://github.com/rumplestilzken/device_unihertz_gargoyle|here]]. It should be built against the !TrebleDroid LineageOS 20 [[https://github.com/rumplestilzken/lineage_build_unified/tree/lineage-20-td|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
}}}

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)