Hulu Plus fix for CM10.1 KF8 - 8.9" Kindle Fire HD Q&A, Help & Troubleshooting

The Kindle Fire HD 8.9 (stock) works with the (legit) Hulu Plus app, but it stopped working as soon as I flashed over to Hashcode's completely awesome (but still unofficial) CM10.1 JB 4.2.2 port. To get Hulu Plus working again, all you need to do is change the following build.prop settings:
Code:
# CM 10.1 values (change *from* these values)
ro.product.brand=google
ro.product.device=jem
ro.product.model=Amazon Kindle Fire HD
ro.product.name=cm_jem
Code:
# KFHD 8.3.1 values (change *to* these values)
ro.product.brand=Amazon
ro.product.device=Kindle
ro.product.model=KFJWI
ro.product.name=Kindle Fire
Be sure to reboot when done. You can either edit the build.prop file using a (rooted) text editor of your choice or use the easy Build.Prop Editor built in to ROM Toolbox Lite (free in the play store).
#include std.disclaimers

Related

updated now it a tablet thanks

i have kindle hd 8.9
CM11.0/KK 4.4.2 ROM with SGT7 Framework and Launcher enhancements.(cm-11-20140131-2306-jem-sgt7.zip)
i have 3 lunchers for home
Launcher3
trrebuchet
goggle now luncher
can they be removed the other two
also i updated CM11.0/KK 4.4.2 ROM with SGT7 Framework from
[ROM-AOSP] Unofficial CM11.0 KFire HD 8.9 (KK 4.4_r1.2)
but cyanogenmod account seem be deleted of accounts part on menu on kindle anyway put it back thanks like to be located if went missing

AFTV Kodi Helix

Tried to install a custom config on my fire which i have made. I built on my mac using kodi helix.
I installed helix 14.2 onto AFTV and restored my backup my add ons are appearing, however not my config with its sub menus etc? How do i fix this also it is bit laggy when going through stuff.. is it the right version android ARM? And should i try another version of helix.
Also using CCM Helix skin.
Thanks any help is appreciated.

FireTv Stick Lite: how to uninstall Amazon app

Hi, I have a FireTv Stick Lite, I would like to uninstall Amazon Music, Prime Video, what can I do?
Also, which mod rom to replace the original one?
There are no mod roms as this bootloader is locked.
You can't uninstall the contents of /system/priv-app/ folder.
But the good news is you can disable them which is the next best thing.
pm disable-user - - user 0 com.amazon.nameoftheapp.
You can find a firestick lite /new firestick guide to debloat of system apps either by going here :
Firestick Lite (Sheldon) 7.2.2.3/7.2.2.8 Launcher Replacement and Debloat (No Root)
Hello. I have a Fire TV Stick Lite running 7.2.2.8. Gone through the post and applied the "Debloat the Lite of Unnecessary Sh*te", installed all the apks. I went with Wolf 0.1.7 as the launcher. When running FTVLaunchX I had to run the below...
forum.xda-developers.com
or where the original scripts by 0815hoffi where taken from here :
0815hoffi/FireTV-2k-4k-debloat
Contribute to 0815hoffi/FireTV-2k-4k-debloat development by creating an account on GitHub.
github.com
Hope this helps
Regards

Use a different Prime video account than Fire TV account

Hello,
I share my Prime video account with my father and I want to connect it on his Fire TV (Stick 4K). Of course, I don't want to connect my full Amazon account on his device.
So, I have created a new Fire TV account for him but when I launch Prime video, this is automaticlly connected with this new Fire Tv account.
Possible to connect a Prime Video account which should be different than Fire TV account ?
Thanks
Hello,
No idea ?
I thought about removing the "pre-installed" Prime video app (adb shell "rm -r /system/priv-app/com.amazon.firebat/") and install another version (for example, from "APK Combo": https://apkcombo.com/fr/prime-video/com.amazon.avod.thirdpartyclient/).
But I imagine that I need to have rooted rights to remove system app ?
So, I have tried :
1.
Code:
C:\androidSDK\platform-tools>adb shell "rm -r /system/priv-app/ccom.amazon.firebat/"
rm ro dir /system/priv-app/ccom.amazon.firebat/ (y/N):
But impossible to write y (and also N). Keyboard seems to be not inactive
2.
Code:
C:\androidSDK\platform-tools>adb shell pm uninstall -k --user 0 com.amazon.firebat
Success
So Prime video was uninstalled.
3.
Code:
C:\androidSDK\platform-tools>adb install -l Amazon.apk
531 KB/s (38047702 bytes in 69.951s)
Failure [INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /mnt/asec/com.amazon.avod.thirdpartyclient-1: Can't install because provider name com.amazon.identity.auth.device.MapInfoProvider.AVOD (in package com.amazon.avod.thirdpartyclient) is already used by com.amazon.avod]
So, impossible to install the downloaded apk (https://apkcombo.com/fr/prime-video/com.amazon.avod.thirdpartyclient/) due to com.amazon.avod
4.
Code:
C:\androidSDK\platform-tools>adb shell pm uninstall -k --user 0 com.amazon.avod
Failure [DELETE_FAILED_INTERNAL_ERROR]
So, no right to uninstall this app.
Yea, Prime Video is a system app, and you can't uninstall / modify the system partition. You can only uninstall updates to system apps which are located on the data partition (data/apps).
The ADB uninstall command, removed a Prime Video update, and the system/priv-app copy was then used. The second uninstall attempt tried to remove the system/priv-apps copy, and gave you the permission error.
Prime Video can only be updated with an APK with the same signature, which only Amazon can produce.
Works by cloning the app (https://forum.xda-developers.com/t/tool-clonemyapp-android-apk-cloner.4513777/#post-87668059)
I'm able to connect with a seperate account to Prime video !
Working instrcutions :
1. Remove "pre-installed" prime video:
/!\ Needed : Install Android SDK on computer and activate USB debugging on the device
adb connect xxx.xxx.xx.xx (IP address)
adb shell pm uninstall -k --user 0 com.amazon.firebat
2. Donwload Prime video application:
https://m.apkpure.com/fr/prime-video-android-tv/com.amazon.amazonvideo.livingroom/
3. Clone Prime video application:
Clone My App | Android APK Cloner
Clone Android apps online. Install multiple copies of the same Android app.
clonemy.app
4. Install the "cloned" application on Fire TV:
/!\ I share a dedicated folder on my computer (smb v2 protocol is prefered) and I'm able to see all files inside it with X-plore app (LAN section -> scan -> windows user + password).
5. Launch the new Prime video app and now, this is possible to connect a account that you want !
pitsensas said:
Works by cloning the app (https://forum.xda-developers.com/t/tool-clonemyapp-android-apk-cloner.4513777/#post-87668059)
I'm able to connect with a seperate account to Prime video !
Click to expand...
Click to collapse
Ah cool you found a solution . Yea cloning the app will copy the app and create a new package name so it doesn't conflict with the package name on system/priv-apps.
I'm not sure about unforseen consequences?
If you have any issues with the Android version of Prime Video from APKPure, you can find older versions of the Amazon App Store version here:
Amazon Fire TV Stick 4K Firmware and apps. Official Cloud Front direct links only
Amazon Fire TV Stick 4K Firmware and apps. Official Cloud Front direct links only - firetv_firmware.md
gist.github.com
Finnzz said:
Ah cool you found a solution . Yea cloning the app will copy the app and create a new package name so it doesn't conflict with the package name on system/priv-apps.
I'm not sure about unforseen consequences?
If you have any issues with the Android version of Prime Video from APKPure, you can find older versions of the Amazon App Store version here:
Amazon Fire TV Stick 4K Firmware and apps. Official Cloud Front direct links only
Amazon Fire TV Stick 4K Firmware and apps. Official Cloud Front direct links only - firetv_firmware.md
gist.github.com
Click to expand...
Click to collapse
I have tried with the last version (firebat v49.1258) but force close at each starting of the app !
pitsensas said:
I have tried with the last version (firebat v49.1258) but force close at each starting of the app !
Click to expand...
Click to collapse
You can try a much older version of Prime Video, or ask the Clonemy.app developer about cloning apps from the Amazon App Store.
If the Android version of Prime Video is working then there is no need to worry. Are you getting 4k video and HDR10+ support? Maybe it doesn't matter for your setup?
Finnzz said:
You can try a much older version of Prime Video, or ask the Clonemy.app developer about cloning apps from the Amazon App Store.
If the Android version of Prime Video is working then there is no need to worry. Are you getting 4k video and HDR10+ support? Maybe it doesn't matter for your setup?
Click to expand...
Click to collapse
Thanks but I'm pretty sure that all versions of Firebat will use automatically the user from Fire TV account !
With the copy of Prime video, I can enter an other account !

help for update

hi, i have 2 firestick 4k, the first is very speed for boot and the second very long time ( more 1mn on the boot screen )
i have block update on my router, actualy i have :
fire os version 6.2.8.0
netflix 8.2.2
smarttube 11.40
mytf1 8.2.3
prime video 5.3.7_googleplay-armv7a
mycanal 4.10.2
plutot tv 5.4.2-amazon
arte 1.3.3
6play v4.11.2
nrjplay 1.0.1
dysney+ 1.15.1
rokkr 1.6.1
wirless file manager 2.245a
molotov tv 4.2.2
atv launcher 0.1.5 pro
amazon update blocker 1.2
launcher manager 1.0.8
----------------------------------------------------------------------------------
version du firestick 6.2.7.7
6play 4.16.48
arte 1.3.3
atv 0.1.5 pro
dysney 1.15.1
france tv 4.1.2
launcher manager 1.0.8
moltov 3.4.3
mycanal 4.10.2
mytf1 8.12.3
netflix 8.2.2
nrj play 1.0.1
okoo 2.6.0
prime video 5.4.11_armv7a
smarttube next 11.22
wirless file manager 2.245A
------------------------------------------------------------------------------------
the 6.2.8.0 is the firestick long time to boot.
is possible downgrade easily? is difficulte for me found the good tutoriel.
or is possible fix long time boot ?
thank you

Categories

Resources