Page 1 of 1

Quick Flash Android

Posted: Thu Jun 14, 2018 3:25 am
by chrisshelms
The way to install a new image for me has been:
- Hold down the Boot button and the Power button for around 3 secs. Don't hold it down longer or the board shuts off
- The device enters Maskrom Mode

Because the tool is 32bits you might have to install some extra packages.
This is what I needed to install in Debian 64bit to make "upgrade_tool" work:

Code: Select all

dpkg --add-architecture i386; apt-get update; apt-get install libstdc++5:i386 libpam0g:i386 lib32stdc++6



Paste the following in your Ubuntu or Debian environment to start the flash. Make sure you are in the directory with the right files.


Code: Select all

upgrade_tool ul MiniLoaderAll.bin \
 && upgrade_tool di -p parameter.txt \
 && upgrade_tool di uboot uboot.img \
 && upgrade_tool di trust trust.img \
 && upgrade_tool di misc misc.img \
 && upgrade_tool di resource resource.img \
 && upgrade_tool di kernel kernel.img \
 && upgrade_tool di boot boot.img \
 && upgrade_tool di recovery recovery.img \
 && upgrade_tool di system system.img \
 && upgrade_tool RD

Re: Quick Flash Android

Posted: Fri May 22, 2020 10:07 pm
by rosashockingc321
i wanted to do Flash my android because it wasn't functioning the same way as it used to after downloading few software and and android game ]kick the buddy mod :/ i tried this but doesn't work for me :/ did the same as mentioned above but still no luck :(