Skip to content

30.08.2020 (DD/MM/YY)

Latest
Compare
Choose a tag to compare
@Martinvlba Martinvlba released this 30 Aug 11:37
aa46f29

Info

  • Boots into adb shell (Atleast for me)
  • Needs display that has tianma vendor (That i dont have, F), may boot into ui for you.

Flashing (Full wipe)

  • Download the archive listed down and extract it (7z for windows)
  • erase / wipe
    fastboot erase system && fastboot erase vendor && fastboot erase boot && fastboot erase userdata
  • flashing
    fastboot flash system system.img && fastboot flash vendor vendor.img && fastboot flash boot boot.img && fastboot flash userdata userdata.img