[Magisk][Module] FireTV 4K Stick Add-Ons

gb160

Member
Oct 20, 2019
41
10
8
Maybe those are old corrupted by Amazon local recommendations service ones (it removes recommendations covers). In case new recommendations with sale service disabled all will be fine with new covers.
Scratch that, I powered down the stick completely, restarted and it's now showing the images fine.
Looks excellent now, cheers!

Ive found that if when I get the 'No internet...' error, I go into launcher settings, then back out, the recommendations appear and work fine.
 
Last edited:

tsynik

Senior Member
Dec 14, 2010
201
165
73
Ive found that if when I get the 'No internet...' error, I go into launcher settings, then back out, the recommendations appear and work fine.
About No Internet: launcher starts early and probably there is still no Wi-Fi connection at this time. If you use LeanBackOnFire as launcher, you can completely disable stock one so only Settings will be available (see 1st post how to do it). Recommendations show triggered automatically after stick goes online.
 
  • Like
Reactions: rotorbudd and gb160

gb160

Member
Oct 20, 2019
41
10
8
About No Internet: launcher starts early and probably there is still no Wi-Fi connection at this time. If you use LeanBackOnFire as launcher, you can completely disable stock one so only Settings will be available (see 1st post how to do it). Recommendations show triggered automatically after stick goes online.
Ok sorry for the stupid questions.
Ive disabled the launcher so that when I restart my stick I just get the settings option, now how do I get to the Leanback Launcher? do I need to assign a button through the remapper?
 

tsynik

Senior Member
Dec 14, 2010
201
165
73
do I need to assign a button through the remapper?
Yes, just reassign Home press in Button Remapper or set your launcher in FireTVJack (you can uninstall it if you're using Button Remapper to reassign Home). You can launch those apps from Manage Apps menu for setup.
 
  • Like
Reactions: gb160

gb160

Member
Oct 20, 2019
41
10
8
Yes, just reassign Home press in Button Remapper or set your launcher in FireTVJack (you can uninstall it if you're using Button Remapper to reassign Home). You can launch those apps from Manage Apps menu for setup.
Thanks for your assistance, its working great now.
 

gb160

Member
Oct 20, 2019
41
10
8
Strange. I've updated module to v1.5 and added link to whole GDrive dir.
There is also instructions how to set default launcher via Xposed Module in README.EN/RU (best solution).
Whats the best way to uninstall v1.3 completely, so I can install v1.5 from scratch?
 

xionbunny

Senior Member
Dec 24, 2010
93
41
0
Strange. I've updated module to v1.5 and added link to whole GDrive dir.
There is also instructions how to set default launcher via Xposed Module in README.EN/RU (best solution).
thanks for your continued work on this.

---------- Post added at 12:01 PM ---------- Previous post was at 11:58 AM ----------

Whats the best way to uninstall v1.3 completely, so I can install v1.5 from scratch?
delete the module in magisk and factory reset in twrp, that's what the dev will recommend.
 

tsynik

Senior Member
Dec 14, 2010
201
165
73
delete the module in magisk and factory reset in twrp, that's what the dev will recommend.
You don't need to factory reset nor to uninstall mudule. Just update (install) new version and it will replace previous one and do the preinstall stuff on 1st boot.
 

tsynik

Senior Member
Dec 14, 2010
201
165
73
In the readme it says:
Install AFTMM-XMods.1.5.133t.apk and enable it in Xposed Installer

Where can I obtain this apk?
Cheers
It's on GDrive in Xposed folder, and now included with Magisk module (I added it to preinstall apks).
You can install Xposed from Xposed Installer and module will be there also under modules section.
Just redownload base 1.5 zip and update it via twrp.
 
  • Like
Reactions: Kramar111 and gb160

gb160

Member
Oct 20, 2019
41
10
8
It's on GDrive in Xposed folder, and now included with Magisk module (I added it to preinstall apks).
You can install Xposed from Xposed Installer and module will be there also under modules section.
Just redownload base 1.5 zip and update it via twrp.
Cheers buddy I'll do that now.
 

ChronoWerX

Senior Member
Oct 13, 2007
507
57
58
То understand what caused an error, we need Recovery log. It can be done from TWRP Menu - Advanced - Copy Log - it will copy it to internal memory - > recovery.log. Tried reflash AFTV-MM-1.3 - no error. Does yourth zip have MD5 = bbfb58b8f55f68f46ba5c9eed636ecf0 ?
Same problem here with 1.5 log as attach (line 596)
 

Attachments

tsynik

Senior Member
Dec 14, 2010
201
165
73
Same problem here with 1.5 log as attach (line 596)
Code:
/tmp/updater: line 46: /data/adb/magisk/busybox: Too many symbolic links encountered
The same error I've seen with bundled Magisk on Rbox prerooted images. Probaly you just need to reinstall Magisk from it's original zip (can be found on my GDrive also) via TWRP to fix. So, try to reflash Magisk-v20.0.zip, reboot, and try again.
 
Last edited:
  • Like
Reactions: ChronoWerX

tsynik

Senior Member
Dec 14, 2010
201
165
73
thanks, @tsynik for sharing your work.
One Q, which part of the addon is dependant on signing in with an amazon account (as I see this part of the installation steps).
Thanks,
No parts are related to signing, except if you disable com.amazon.tv.forcedotaupdater.v2 before signing you'll get loop on OOBE setup screen. That's why this step executed _after_ oobe and signing to Amazon account in service.sh script, and I commented disabling forcedotaupdater.v2 there at all.