Ok, the stick is most likely blacklisted, reported as stolen, broken or something like that.I did that too. When I input my account info, despite being correct, it fails says invalid account. It worked once, kind of (had to restart).
I've had this issue before.
Nobody knows, you may try it.Hi Everyone,
I have an old Firestick 2nd Gen, with FireOS 5.2.9.3.
Is this root-abled? Using the original method?
Thank you.
Ahh ok.
It will brick if you damage parts, you may need to do the shorting carefully, don't use sharp tools...Ahh ok.
Is the a chance il brick it? Or is it possible to recover if it fails?
hehe ok.It will brick if you damage parts, you may need to do the shorting carefully, don't use sharp tools...
It works for me BUT ONLY NOT WITH THE NATIVE remote control. Now the remote control is attached from 1 Modell (without a microphone).Can anyone confirm that this cap is part of the connection to the chipset, and if yes can anyone figure out the rating of the cap so i can replace it?
Thanks in advance!
No, but re-do is necessary if you brick somehow (like flashing magisk via the manager).if i accidentally reset faxcory do i need to redo the whole paper clip step again? thx
Should you somehow end in a bootloop you can boot into hacked fastboot or recovery using.I've done the step on the first post before. assuming this situation if i accidentally reset faxcory do i need to redo the whole paper clip step again? thx
Live OS .... Lenux mint >>> amonet>>>sudo
sudo ./boot-recovery.sh
sudo apt update
sudo add-apt-repository universe
sudo apt install python3 python3-serial android-tools-adb android-tools-fastboot
sudo systemctl stop ModemManager
sudo systemctl disable ModemManager
./bootrom-step.sh
Bus 002 Device 013: ID [b]0e8d:0003[/b] MediaTek Inc. MT6227 phone
Bus 002 Device 014: ID [b]0e8d:2000[/b] MediaTek Inc. MT65xx Preloader
[ 6383.962057] usb 2-2: New USB device found, idVendor=[b]0e8d[/b], idProduct=[b]0003[/b], bcdDevice= 1.00
./fastboot-step.sh
echo "--update_package=/path/to/zipfile" > /cache/recovery/command
echo "--wipe_cache" >> /cache/recovery/command
reboot recovery
sudo ./boot-fastboot.sh
sudo ./boot-recovery.sh
sudo apt update && sudo apt upgrade -y
sudo apt install python3 python3-serial android-tools-adb android-tools-fastboot
sudo systemctl stop ModemManager
sudo systemctl disable ModemManager
cd ~/Downloads/amonet-tank-v1.2.2/amonet/
sudo bash bootrom-step.sh
sudo bash fastboot-step.sh
adb push ~/Downloads/tank-5.2.6.9-rooted_r1.zip /sdcard/
adb push ~/Downloads/Magisk-v19.2.zip /sdcard/
adb shell
twrp install /sdcard/tank-5.2.6.9-rooted_r1.zip
twrp install /sdcard/Magisk-v19.2.zip
twrp wipe cache
twrp wipe dalvik
reboot -p
cd ~/Downloads/amonet-tank-v1.2.2/amonet/
sudo bash boot-recovery.sh
adb shell
twrp wipe data
twrp wipe cache
twrp wipe dalvik
twrp install /sdcard/tank-5.2.6.9-rooted_r1.zip
twrp install /sdcard/Magisk-v19.2.zip
reboot -p
cd ~/Downloads/amonet-tank-v1.2.2/amonet/
sudo bash boot-recovery.sh
adb shell
twrp backup twrp
adb kill-server
adb start-server
adb connect <ip-address>:5555 # Grant access via prompt on TV or monitor.
adb shell
su