Skip to content

Releases: Martinvlba/Downloads

30.08.2020 (DD/MM/YY)

30 Aug 11:37
aa46f29
Compare
Choose a tag to compare

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

02.08.2020 (DD/MM/YY)

31 Jul 16:48
5b1b295
Compare
Choose a tag to compare
02.08.2020 (DD/MM/YY) Pre-release
Pre-release

Initial build (ADB Shell, no UI)

uname -a
  • : Linux localhost 5.4.28-00801-g43f59b223b11 #1 repo:common-android-mainline SMP PREEMPT Mon Mar 30 22:16:34 aarch64
Flash guide (fastboot or twrp, also wipe all old system, data, vendor, cache, dalvik)
  • flash system.img (not avaible yet)
  • flash userdata
  • flash boot
  • flash vendor