Fire 7 (2019, mustang) unbrick, downgrade, unlock & root

Search This thread

Michajin

Senior Member
Oct 23, 2012
1,390
559
ah ha! Got it sorted. So, the screen going blank was very odd. turns out after sending reboot, that state is two things
1. blank screen with not indication of being powered on
2. persistent through cutting the power (disconnecting battery)

So, seemingly, the devices is totally non-functional. The issue was, in the linux VM I am using, I had to go manually select the USB devices because the identifier changed from the prior Amazon device to a mediatek device. So it was in the right state, I linux just didn't auto connect to the new USB device.

All good the in the hood. continued and worked just fine. Just PSA to others, that boot state seems like the device is just off!

Are you unlocked, TWRP installed and rooted?

---------- Post added at 04:33 PM ---------- Previous post was at 04:32 PM ----------

Xposed works for anyone insterested...
 

tangledweb

New member
Jul 2, 2019
2
0
Hi All,

I'm getting stuck at the following section, I've tried restarting the process but no avail:

[2019-07-13 18:29:13.839961] Waiting for bootrom
[2019-07-13 18:29:28.651393] Found port = /dev/ttyACM0
[2019-07-13 18:29:28.652066] Handshake
[2019-07-13 18:29:28.652945] Disable watchdog

* * * Remove the short and press Enter * * *


[2019-07-13 18:29:34.920881] Init crypto engine
[2019-07-13 18:29:34.951033] Disable caches
[2019-07-13 18:29:34.951641] Disable bootrom range checks

The screen just sits like that nothing else. Is there any debugging that I can collect?
 

TrueRoze

Member
Jul 14, 2019
5
0
Okay so I got up to the `dd` part of the tutorial (was doing software method). Didn't continue the tutorial after for a little while because I had to leave the house, brought the tablet with me. I hard-rebooted it because something wasn't working in an app and now my tablet doesn't respond to anything (holding power for 40s, plugging in to power, plugging into computer). Do I have to do hardware method now?
 

mrmazak

Senior Member
Jun 16, 2013
3,260
1,342
Blu Vivo XL
BLU R1 HD
Okay so I got up to the `dd` part of the tutorial (was doing software method). Didn't continue the tutorial after for a little while because I had to leave the house, brought the tablet with me. I hard-rebooted it because something wasn't working in an app and now my tablet doesn't respond to anything (holding power for 40s, plugging in to power, plugging into computer). Do I have to do hardware method now?

The not responding , is the expected condition, it is covered in step 6a on the guide.
You should be able to continue the guide at that point
 

TrueRoze

Member
Jul 14, 2019
5
0
Alright, I did the HW method and it worked! I have a few questions now:

Can I install a custom launcher?

How do I remove system apps, and remove ads?

OpenGApps or install the old method? (4 apks)
 

mrmazak

Senior Member
Jun 16, 2013
3,260
1,342
Blu Vivo XL
BLU R1 HD
Alright, I did the HW method and it worked! I have a few questions now:

Can I install a custom launcher?

How do I remove system apps, and remove ads?

OpenGApps or install the old method? (4 apks)

With root you can do most any app uninstall if you want. But carefully, some apps should not be removed

Use this guide as reference. There is a section for mustang.

https://xdaforums.com/amazon-fire/general/root-remove-forever-lockscreen-ads-t3824551

As for playstore. Maybe because you have twrp, (please seek some more input first) maybe can try to flash gapps
 

black.kahder

Senior Member
May 26, 2017
110
54
A reminder that today is Amazon Prime day and these tablets are on sale for $30 each, or two for $50. At $25 each, they are basically disposable. Also now I can have a tablet the same color as one of those green Acer PCs from the late 90s.

I greatly enjoy my Fire 7 austin tablet with ggow's Lineage 12 ROM. I don't have to worry about taking it outside or into my garage, unlike my expensive tablets.
 

MontysEvilTwin

Senior Member
Nov 4, 2016
258
107
Just rooted my Prime day tablet. Thanks for this. Trying to be clever, I put all the files needed onto a micro SD card, but in TWRP it was not possible to mount an SD card. It lists 'Storage' three times under 'Mount' but none of these are mountable. I was lucky though, if you connect the SD card using a USB OTG cable and USB SD card adapter, 'Storage 1' appears under 'Mount' and this can be accessed by navigating into 'auto1-1' in the File Manager.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 50
    Make sure to read this guide completely before starting.

    You will lose all data on the tablet, make a backup of important data before you start.

    What you need:
    - a Linux installation. Don't use a VM! Use a live USB, if you don't have Linux installed, but don't use a virtual machine.
    - a microusb cable to connect your tablet to the PC
    - (if you go with hw option) some way to open the tablet (pry tool, opening picks, etc)
    - (if you go with hw option) something conductive (metal tweezers, a paper clip, a piece of wire, etc)
    - (if you go with sw option) mtk-su from https://xdaforums.com/android/development/amazing-temp-root-mediatek-armv8-t3922213
    - amonet-mustang.zip from this post
    - finalize.zip from this post
    - update-kindle-NS6312_user_1827_0002517050244.bin: https://fireos-tablet-src.s3.amazon...ate-kindle-NS6312_user_1827_0002517050244.bin
    - Magisk-v19.3.zip: https://github.com/topjohnwu/Magisk/releases/download/v19.3/Magisk-v19.3.zip

    Install python3, PySerial, adb and fastboot. For Debian/Ubuntu something like this should work "sudo apt install python3 python3-serial android-tools-adb android-tools-fastboot".

    0. Disconnect the tablet and all other Android devices from the PC.
    1. Back up whatever important data you have on the device and perform a complete factory reset of the tablet. When going through the initial setup, don't connect to a network (see below on how to do that).
    2. Disable or uninstall ModemManager from your Linux installation
    3. At this point you need to get your tablet into the bootrom download mode. There are two ways it can be achieved.
    a) If your tablet works, you can use the software method (which doesn't require opening the tablet) or the hardware method. Note that if something goes horribly wrong, you might still be required to open up the tablet.
    b) If your tablet doesn't boot (bricked), you can only use the hardware method

    ----------------------------------------------------------------------------------------------------

    Software method:
    This will get you into bootrom mode by obtaining temporary root and temporarily bricking the device.

    1. Download mtk-su from https://xdaforums.com/android/development/amazing-temp-root-mediatek-armv8-t3922213
    2. Enable developer mode and USB debugging on the tablet
    3. Unzip the mtk-su archive
    4. Transfer the executable to your tablet: "adb push arm/mtk-su /data/local/tmp"
    5. Run "adb shell"
    6. Keep the screen on and run the following commands in the shell on the device:
    Code:
    cd /data/local/tmp
    ./mtk-su
    getenforce # Just to confirm it says Permissive
    echo 0 > /sys/block/mmcblk0boot0/force_ro
    dd if=/dev/zero of=/dev/block/mmcblk0boot0 bs=512 count=8

    This is the sort of output you should see for that step:

    Code:
    xyz@xyz-desktop:~/Downloads/mtk-su $ adb shell
    mustang:/ $ cd /data/local/tmp
    mustang:/data/local/tmp $ ./mtk-su                                                                                                                                                 
    New UID/GID: 0/0
    mustang:/data/local/tmp # getenforce                                                                                                                                               
    Permissive
    mustang:/data/local/tmp # echo 0 > /sys/block/mmcblk0boot0/force_ro                                                                                                           
    mustang:/data/local/tmp # dd if=/dev/zero of=/dev/block/mmcblk0boot0 bs=512 count=8                                                                                                
    8+0 records in
    8+0 records out
    4096 bytes transferred in 0.001 secs (4096000 bytes/sec)
    mustang:/data/local/tmp #

    Don't close the console just yet.

    Hardware method:
    This will get you into bootrom mode by opening up the tablet and shorting a point to the ground.

    1. Shut your device down and disconnect it from USB
    2. Use a pry tool to remove the back shell from the tablet. Start at the bottom and work your way up. There are no cables between the back shell and the motherboard.
    3. You will need to get something conductive and temporarily connect a point to the ground. A point suggested by @ggow is: https://xdaforums.com/showpost.php?p=79683131&postcount=22. You will need to pop up the metallic shield to access it. Alternatively, there are multiple points on the back of the PCB which also work (marked as CLK/CMD/DAT0).

    ----------------------------------------------------------------------------------------------------

    4. At this point if you went with software method, you should have a root shell open, and if you went with the hardware method you should have a capacitor or a testpoint grounded to the shield.

    5. Now, open another terminal on your PC, extract amonet-mustang.zip, navigate to it, and run `sudo ./bootrom-step.sh`. It should print "Waiting for the bootrom".
    6.
    a) For the software method, you should already have the USB cable plugged in. Type "reboot" in the first terminal (the one you that's running "adb shell"). [If you're trying this for the second time because it didn't work for the first time, you won't have an "adb shell" terminal. In that case, just plugging the USB cable in should be enough.]
    b) For the hardware method, ensure the short is applied and then plug in the USB cable.

    7. You should see the following device appear in your "dmesg" log:

    Code:
    [1141765.113884] usb 3-1.4.3.1: USB disconnect, device number 59
    [1141783.057101] usb 3-1.4.3.1: new full-speed USB device number 60 using xhci_hcd
    [1141783.226498] usb 3-1.4.3.1: New USB device found, idVendor=0e8d, idProduct=0003, bcdDevice= 1.00
    [1141783.226502] usb 3-1.4.3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [1141783.506877] cdc_acm 3-1.4.3.1:1.0: ttyACM0: USB ACM device

    This *must* be the device you see. If you see a "preloader" device instead, your short probably didn't work (for the hw method), or your system inexinexplicably didn't brick (for the sw method). Unplug everything and try again. If the tablet doesn't shut down, you might need to open it up and disconnect the battery.

    8. The script should now tell you to remove the short. If you went with hardware method, you do need to remove it first. Otherwise, just press Enter.
    9. The script will now proceed to downgrade your device and flash some essential files. Just let it be, it will take about 4 minutes. You should see the following output:

    Code:
    [2019-06-30 02:48:59.334098] Waiting for bootrom
    [2019-06-30 02:50:41.179571] Found port = /dev/ttyACM0
    [2019-06-30 02:50:41.180204] Handshake
    
     * * * If you have a short attached, remove it now * * * 
     * * * Press Enter to continue * * * 
    
    
    [2019-06-30 02:50:49.195782] Init crypto engine
    [2019-06-30 02:50:49.214278] Disable caches
    [2019-06-30 02:50:49.214801] Disable bootrom range checks
    [2019-06-30 02:50:49.229877] Load payload from ../brom-payload/build/payload.bin = 0x46B8 bytes
    [2019-06-30 02:50:49.233418] Send payload
    [2019-06-30 02:50:49.958957] Let's rock
    [2019-06-30 02:50:49.959812] Wait for the payload to come online...
    [2019-06-30 02:50:50.904341] all good
    [2019-06-30 02:50:50.904714] Check GPT
    [2019-06-30 02:50:51.240034] gpt_parsed = {'proinfo': (1024, 6144), 'PMT': (7168, 9216), 'kb': (16384, 2048), 'dkb': (18432, 2048), 'lk': (20480, 2048), 'tee1': (22528, 10240), 'tee2': (32768, 10240), 'metadata': (43008, 80896), 'MISC': (123904, 1024), 'reserved': (124928, 16384), 'boot': (141312, 32768), 'recovery': (174080, 40960), 'system': (215040, 6354944), 'vendor': (6569984, 460800), 'cache': (7030784, 1024000), 'userdata': (8054784, 22722527)}
    [2019-06-30 02:50:51.240157] Check boot0
    [2019-06-30 02:50:51.485287] Check rpmb
    [2019-06-30 02:50:51.695083] Downgrade rpmb
    [2019-06-30 02:50:51.696759] Recheck rpmb
    [2019-06-30 02:50:52.591407] rpmb downgrade ok
    [2019-06-30 02:50:52.837668] Clear preloader 1
    [1 / 1]
    [2019-06-30 02:50:52.859908] Clear preloader 2
    [1 / 1]
    [2019-06-30 02:50:52.882059] Flash lk-payload
    [4 / 4]
    [2019-06-30 02:50:53.214382] Flash tz
    [5547 / 5547]
    [2019-06-30 02:52:51.150851] Flash lk
    [651 / 651]
    [2019-06-30 02:53:05.192112] Inject microloader
    [4 / 4]
    [2019-06-30 02:53:05.524154] Flash preloader
    [271 / 271]
    [2019-06-30 02:53:11.525329] Restore preloader
    [8 / 8]
    [2019-06-30 02:53:11.695348] Reboot to unlocked fastboot

    If the script freezes at some point, you will have to restart it. Terminate the script, then immediately run `sudo ./bootrom-step.sh` again. The exploit it set up so that after about 40 seconds of inactivity it would reboot your device and drop you back into the bootrom mode, which the script is waiting for. If you cannot restart the process, you might have to open up the tablet and replug the battery to completely power off the device.

    10. You should see a success message: "Reboot to unlocked fastboot". Only proceed if you see the message.
    11. Once the device boots to fastboot (check with "fastboot devices"; you should also see amazon logo on the screen.), you can run "sudo ./fastboot-step.sh".
    12. At this point the device should boot into recovery, however the screen will be off. Just press the power button twice and the screen should turn on.
    13. Success! You now have a custom recovery installed that can be accessed by holding down power and volume down (the leftmost) buttons. At this point if you came here from a custom ROM thread you should probably follow the ROM installation instructions. Alternatively, the next steps will detail installing a stock firmware and rooting it with Magisk.

    ----------------------------------------------------------------------------------------------------

    14. We'll now upload required files to the recovery. On your PC, do:

    adb push update-kindle-NS6312_user_1827_0002517050244.bin /sdcard/fw.zip
    adb push Magisk-v19.3.zip /sdcard
    adb push finalize.zip /sdcard

    15. In the recovery, go to "Install", navigate to "/sdcard" and flash fw.zip
    16. Go to "Wipe" and do the default wipe, then reboot
    17. At the Fire setup screen, select your language. On the next screen, Wifi setup, select any password-protected network, then instead of entering the password press "cancel". Now, back at the wifi setup screen, press "Skip setup" and "Skip" in the dialog pop-up again
    18. Wait for the update to finish (wait until the updating fire notification disappears)
    19. Hold down the power button, press Restart and hold volume down to boot into recovery.
    20. In the recovery, go to "Install", navigate to "/sdcard" and flash Magisk-v19.3.zip
    21. Press back, select finalize.zip and flash it
    22. Once finalize.zip is flashed, press "Reboot System"

    VERY IMPORTANT STUFF:
    Only ever flash boot images from TWRP. Since nothing but TWRP is aware of the exploit, if you try to flash a boot image from Android, it won't have the exploit integrated into it! This includes Magisk as well, so do NOT install or uninstall it from Magisk Manager (However, installing modules should be fine; although it depends on the specific module).

    Due to how the exploit works, it takes over the first 0x400 bytes of boot.img/recovery.img. When flashing zips from the recovery, it will transparently remove and then reinstall the exploit when needed. So long as you flash zips from the recovery, you should treat the boot image normally. However, this means that you cannot use any other apps (e.g. FlashFire) to flash the boot or recovery partitions.


    To uninstall the hack and revert back to stock:
    - Download an update package to your PC (the update-kindle-NS6312_user_1827_0002517050244.bin file)
    - Flash revert-stock-mustang.zip from TWRP
    - Perform the default wipe
    - Reboot to recovery; you should see amazon recovery now
    - Select "apply update from ADB" in the recovery menu
    - Run "adb sideload update-kindle-NS6312_user_1827_0002517050244.bin" on your PC


    Other misc information / troubleshooting:
    - If you need to disconnect the battery, use a pair of tweezers to grab the wires and gently pull towards yourself. You can do bootrom-step.sh either with or without the battery connected, however fastboot-step.sh should be done with the battery connected.
    - If your device is bricked (e.g. from a downgrade), just follow the steps as-is.
    - If you're getting an error like "Serial protocol mismatch", or any other error in bootrom-step, try disabling or temporarily uninstalling ModemManager from your Linux
    - To remount /system as rw use "mount -o rw,remount /system". ("mount -o remount,rw /system" will not work)

    Thanks to: aftv2-tools contributors https://gitlab.com/zeroepoch/aftv2-tools: for an implementation of mtk download protocol, @diplomatic for mtk-su, @Michajin for testing the instructions.
    5
    They are working to port lineage OS 14.1 from the Fire 8 to it. Waiting for it too, will use my 7th gen tablet in the meantime :).

    https://xdaforums.com/hd8-hd10/gene...e-hd8-2018-t3936242/post79915018#post79915018

    I already port it. The problem is that I don't have a good Wi-Fi since I'm not a thome this days.
    4
    Thanks for your work!

    On a side note, I also had adaptive storage on during the process. I was having crashing issues after install. I re-installed the firmware-wiped and booted. I followed the steps to boot without setup. Then booted back into TWRP, flashed magisk, but did not flash finalize. I like access to some of the amazon apps. Once I rebooted (I stayed off wi-fi) I sideloaded a package disabler and disabled the OTA. I registered then disabled the amazon bloat I didn't want. I have installed my sd card as portable this time, just to be safe.

    also, TWRP does not have backup and restore options, is this normal on this currently?
    3
    Thanks. We will look if it's possible to compile LOS 14.1 since it has the same processor as the HD8 2018.