I installed mantis-6.2.8.1-rooted_r2.zip using twrp and now I'm unable to boot into recovery. It displays 'no command'. Can anyone tell me what I need to do so that I reboot into recovery/TWRP ?
Seems like you no longer have TWRP, if your screen shows no command with a green android then thats stock recovery.I installed mantis-6.2.8.1-rooted_r2.zip using twrp and now I'm unable to boot into recovery. It displays 'no command'. Can anyone tell me what I need to do so that I reboot into recovery/TWRP ?
That is the stock amazon recovery, you have lost your TWRP, and i think your efuse is blown too.Thank you for your prompt response and advice.
I've attached a photograph of the screen after I attempt an 'adb reboot recover'. No green Android!
No response to any of the buttons on the Controller except the on/off button which causes a normal reboot of the stick.
I'll try the unlock again and report back.That is the stock amazon recovery, you have lost your TWRP, and i think your efuse is blown too.
You WILL have to unlock the stick again by shorting it. (If you are lucky and have your efuse intact)
I wouldn't get too excited for this system update. Once you update to that version before the full ota image is released, you blow an efuseAnother system update is on the way - (NS6281/4054)
update-mantis-diff-NS6281_3385_0005604456836-to-NS6281_user_4054_0005940172420.bin
Fire TV Device and Accessory Software Updates - Amazon Customer Service
Fire TV devices and paired accessories automatically download software updates when connected to the Internet.www.amazon.com
Full image -I wouldn't get too excited for this system update. Once you update to that version before the full ota image is released, you blow an efuse
That was quick. Thanks again
Warning: Don't flash this stock image! It's just for reference for @rbox and other stakeholders. See the op for the full warning.
@rbox , Despite the warning, I installed this stock image as is from TWRP, then mounted /system, removed efuse.sh and ewriter from /system/bin, reinstalled Magisk, then rebooted. Is this procedure safe from blowing the efuse? Is there an easy way to test using ewriter? I was coming from the @rbox -prepared most current prerooted image. @Skel40, @Sus_i @SweenWolf, @Pretoriano80 @k4y0z what do you think?Warning: Don't flash this stock image! It's just for reference for @rbox and other stakeholders. See the op for the full warning.
If you removed ewiter then you should be good to go. That is the file responsible for blowing efuses. But you should know amazon can add some other files to do the same thing. So keep an eye on these folders and check for any added files also.@rbox , Despite the warning, I installed this stock image as is from TWRP, then mounted /system, removed efuse.sh and ewriter from /system/bin, reinstalled Magisk, then rebooted. Is this procedure safe from blowing the efuse? Is there an easy way to test using ewriter? I was coming from the @rbox -prepared most current prerooted image. @Skel40, @Sus_i @SweenWolf, @Pretoriano80 @k4y0z what do you think?
Thanx for your response.If you removed ewiter then you should be good to go. That is the file responsible for blowing efuses. But you should know amazon can add some other files to do the same thing. So keep an eye on these folders and check for any added files also.
Did you notice any changes on the stick? Like some function or apps.
I haven't noticed any functional changes, but a fair number of apps have been updated since the intial 6.2.8.1 rollout.Did you notice any changes on the stick? Like some function or apps.
If not then i will just wait for 6.2.8.2 and patch the files once again.
Yes, unlock is (or was) possible just without a short at all.Can you please explain this? Does it mean we can root the FireTV Stick 4k also with burned efuse? Thanks!![]()
@rbox
can you add new prerooted image for https://forum.xda-developers.com/t/...stock-images-6-2-8-1_r2.3983091/post-85725921 ?
P.S. Last post from rbox was Jul 18, 2021Last seen Sep 27, 2021
Is something happened?
Hi guys, apologies for the noob question as I'm v new to android, i've followed the guide and successfully unlocked my firestick 4k, just wondering exactly how I go about flashing this image.
If someone could point me in the direction of an idiots guide that would be great.
Cheers.
*** enable adb debugging in Fire TV settings ***
*** connect stick to pc via usb to connect the stick to adb server ***
*** check if stick is seen by adb server***
sudo adb devices
you should see something like:
List of devices attached:
xxxxxxxxxxxxxxxx device
**reboot to recovery:
adb reboot recovery
**push rom zip and magisk:
adb push ./Magisk-v20.0.zip /sdcard/
adb push ./mantis-6.2.6.6-rooted_r1.zip /sdcard/
**go to shell from adb:
adb shell
**install rom:
twrp install /sdcard/mantis-6.2.6.6-rooted_r1.zip
**install magisk
twrp install /sdcard/Magisk-v20.0.zip
**wipe cache (maybe not needed but helps)
twrp wipe cache
**reboot
reboot -p
** install Magisk Manager (run command from PC in the folder where you put MagiskManager-v7.3.5.apk)**
adb install ./MagiskManager-v7.3.5.apk
* ** open it and check magisk is installed!! ***
** disable update
adb shell
(ATTENTION! after executing "su" command go to the fire tv screen and wait for magisk manager to accept the root and click to accept!!)
su
** if su worked prompt changed from
mantis:/ $
to
mantis:/ #
**disable these 2 apps
pm disable com.amazon.device.software.ota
pm disable com.amazon.device.software.ota.override
**clear a pending update and delete the last searched thing from settings. **
pm clear com.amazon.device.software.ota