Skip to content

Instantly share code, notes, and snippets.

@androidlover5842
Created December 9, 2016 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save androidlover5842/6dbdf8cf9599aede420f0e758ee76f2c to your computer and use it in GitHub Desktop.
Save androidlover5842/6dbdf8cf9599aede420f0e758ee76f2c to your computer and use it in GitHub Desktop.
firmware.xml for flashing recovery on i8552 from heimdall
<?xml version="1.0" encoding="UTF-8"?>
<firmware version="1">
<name>Twrp_I8552</name>
<version>1</version>
<platform>
<name>Android</name>
<version>6.0.1</version>
</platform>
<developers>
<name>Androidlover5842</name>
</developers>
<url>https://github.com/Grace5921/</url>
<devices><device>
<manufacturer>Samsung</manufacturer>
<product>delos3geur</product>
<name>GT-I8552</name>
</device><device>
<manufacturer>Samsung</manufacturer>
<product>delos3geur</product>
<name>GT-I8550</name>
</device></devices>
<pit>Lh3954-delos3geur.pit</pit>
<repartition>0</repartition>
<noreboot>0</noreboot>
<files>
<file>
<id>48</id>
<filename>nS3954-recovery.img</filename>
</file>
</files>
</firmware>
@jackspsyc
Copy link

jackspsyc commented Dec 26, 2021

Thank you for your labor. If I may ask, How did you come up with the ID number? 48

@androidlover5842
Copy link
Author

androidlover5842 commented Dec 26, 2021

i cant remember but it was extracted from PIT file which is used in odin
pit magic @jackspsyc

@jackspsyc
Copy link

jackspsyc commented Dec 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment