If 'adb push' works fine, run 'adb shell' then 'twrp install...' or something else... Maybe type 'adb devices' first and if there is the serial, run adb shell-When I get to the fastboot stage, I try to use the adb shell to push Magisk to the device, it pushes fine
Thanks for your reply, really appreciate it. I have ran ‘adb devices’ and can confirm there is a serial. ‘Adb shell’ runs fine as well, but ‘twrp install’ will give an error saying something like ‘[amonet] remove boot batchIf 'adb push' works fine, run 'adb shell' then 'twrp install...' or something else... Maybe type 'adb devices' first and if there is the serial, run adb shell
Take a picture from the error messages... never saw this kind of error.Thanks for your reply, really appreciate it. I have ran ‘adb devices’ and can confirm there is a serial. ‘Adb shell’ runs fine as well, but ‘twrp install’ will give an error saying something like ‘[amonet] remove boot batch
[amonet] failed to remove boot patch…’ followed by multiple other lines saying failed, failed, failed…
Although here I was trying mantis, but it’s the same exact ordeal with Magisk.Take a picture from the error messages... never saw this kind of error.
Seems something is messed up with your gpt.I was able to get the twrp and the OTG mouse working, but I am still unable to install Magisk…it also said something about TWRP theme version is different than stock, or something of the sort.
Sir, you have outdone yourself. That did the trick. I’m giving you a virtual hugSeems something is messed up with your gpt.
Take a look into this thread and search for 'gpt fix'
You may need to run kamakiri again with this gpt fix...
Seriously? A stick you ordered on Amazon, or bought in a store? I'm curious where you found the older stock, I need to buy another since my dog decided to chew my remote. Right now, the sticks are cheaper than the remotes, I just wanna buy a rootable one.I did this successfully yesterday. Here are a few solutions I found:
- I didn't need to short the pins; the script unlocked the bootloader just fine on its own. This Fire TV Stick 4K was purchased last week.
- I could not build the live USB drive with Rufus in Windows. When I booted from the drive it gave some error about "IO charset ascii not found". FAT32 and NTFS were the only filesystem options in Rufus and neither of them worked. So I made the drive in Linux and it worked perfectly and took like 2 minutes. Imaging a USB drive in Linux is ridiculously easy, you literally copy the ISO file to the USB device with one command.
- You don't need an OTG cable. I got this ROM on the Fire Stick by using "adb push" to copy the G070VM0984752N1Q folder to /sdcard/TWRP/BACKUPS/, and then doing "twrp restore" from that backups directory in the adb shell. Then I used this fantastic guide to control the Fire Stick through ADB in order to pair the remote.
Yep from Amazon like normal. It said copyright 2020 on the box - not sure if that matters.Seriously? A stick you ordered on Amazon, or bought in a store? I'm curious where you found the older stock, I need to buy another since my dog decided to chew my remote. Right now, the sticks are cheaper than the remotes, I just wanna buy a rootable one.
Hi, How were you able to flash with out OTG? I dont have OTG and im stuck in TWRP.I did this successfully yesterday. Here are a few solutions I found:
- I didn't need to short the pins; the script unlocked the bootloader just fine on its own. This Fire TV Stick 4K was purchased last week.
- I could not build the live USB drive with Rufus in Windows. When I booted from the drive it gave some error about "IO charset ascii not found". FAT32 and NTFS were the only filesystem options in Rufus and neither of them worked. So I made the drive in Linux and it worked perfectly and took like 2 minutes. Imaging a USB drive in Linux is ridiculously easy, you literally copy the ISO file to the USB device with one command.
- You don't need an OTG cable. I got this ROM on the Fire Stick by using "adb push" to copy the G070VM0984752N1Q folder to /sdcard/TWRP/BACKUPS/, and then doing "twrp restore" from that backups directory in the adb shell. Then I used this fantastic guide to control the Fire Stick through ADB in order to pair the remote.
I had the Fire Stick plugged into the computer and used ADB for everything. First copy the files with "adb push". Type "adb help" to see the exact usage - in this case it's "adb push -p <local> <remote>" where <local> and <remote> are the G070VM0984752N1Q and /sdcard/TWRP/BACKUPS directories, respectively. It should show you the progress of the files being copied. Then use "adb shell" to gain access to the Fire Stick's terminal, and then within that, "cd" to the BACKUPS directory and run "twrp restore SDB G070VM0984752N1Q". "twrp" command usage is here. Hope that helpsHi, How were you able to flash with out OTG? I dont have OTG and im stuck in TWRP.
Just grab one of the capacitors near the edge of the eMMC with tweezers, i.e. bridge both sides.I'm having a hell of a time getting the pins sorted. My fire stick looks very similar but the pins aren't even close to the same position.
Can anyone tell me which pins to short?
You are in TWRP, and already have root. Package Manager isn't available until you boot FireOS.But when I try to run 'su' or 'pm' I get "Not found". I tried 'su' and 'pm' via adb shell and twrp terminal with same results.
As you've got a stick with 6281 (already burned efuse = shorting method gone), there isn't a special procedure required, you would just need to flash the rom you like...What is the proper procedure to get it updated to 6.2.9.4?? I assume the DRM is out of date and Netflix and prime show a black screen. It also seems this root blocks updates, as it just boots to twrp and the update never happens.
I am perfectly ok with manually updating but can't seem to find the bins anywhere. Any help here would be appreciated.
Done and done. Thanks, this is exactly what I was looking for. Now, is there a semi up to date list of what system apps can be deleted? Time to go looking.As you've got a stick with 6281 (already burned efuse = shorting method gone), there isn't a special procedure required, you would just need to flash the rom you like...
If you go to 6.2.9.4 you may flash the TZ too (if there are DRM playback issues or black screens).
Easiest way to do this is take/extract the TZ image from 6.2.9.4 rom and overwrite the TZ image from kamakiri 2.1 folder. Then re-do the bootrom/fastboot-step.
Fire TV Stick 4K Firmware and apps. Official Cloud Front direct links
Fire TV Stick 4K Stock Firmware files...forum.xda-developers.com
Maybe use adb shell pm disable instead, so it's easy to enable again if something goes wrongDone and done. Thanks, this is exactly what I was looking for. Now, is there a semi up to date list of what system apps can be deleted? Time to go looking.
./bootrom-step.sh
./fastboot-step.sh
echo "--update_package=/path/to/zipfile" > /cache/recovery/command
echo "--wipe_cache" >> /cache/recovery/command
reboot recovery
Is this something that Amazon can fix with future updates? I am holding off until we have a more refined rom..