Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2023-04-21 21:06:51
Size: 47
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:
Describe AndroidDevelopment/GargoyleGSI here. ## page was renamed from AndroidDevelopment/GargoyleGSI
= gargoyle GSI =

{{attachment:logo.jpg||align="middle"}}

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)