Newbies advancedsettings.xml - Fire TV Themes and Apps

Hello, everyone!! So this is my first post. Currently, I've owned my amazon fire tv for about a week. I've installed not rooted XBMC gotham 13.2. I'm a complete newbie to say the least. Also, i've never written files or anything before this file. I noticed that allot of the information being passed around out on the internet, is for people who have some tech skills. Even-though, I haven't had any prior experience writing files, I was able to put together an advancedsettings.xml file(I was able to push it through via adbFire). I was wondering if someone could tell me if the file is accurate and if I am doing damage in anyway? Another question I have is is there a way to keep track of what you watch via add-ons and have that information show up on the home-screen so that you can just go to the next episode? Furthermore, I was looking at my free memory and it went from 520 mb to 1003mb, I don't understand why. Maybe someone can fill me whats going on with this file setting. Thanks... And I apoligize for all the questions but I think they would be valuable to other newbies, once again thank you....:good:
<advancedsettings>
<network>
<autodetectpingtime>30</autodetectpingtime>
<buffermode>1</buffermode>
<cachemembuffersize>34603008</cachemembuffersize>
<curllowspeedtime>5</curllowspeedtime>
<readbufferfactor>10</readbufferfactor>
</network>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
<videoscanner>
<ignoreerors>true</ignoreerrors>
</videoscanner>
</advancedsettings>

<ignoreerors>true</ignoreerrors> typo in this line

Tight_wad said:
<ignoreerors>true</ignoreerrors> typo in this line
Click to expand...
Click to collapse
Thank you, I was trying to figure-out why my log was posting " ERROR: Error loading special://profile/advancedsettings.xml, Line 14 Error reading end tag". Good find...:good:

Personally I never use advancedsettings.xml anymore, it was much more popular in older versions of XBMC, but the latest stable should run best under default settings.

Norcal707 said:
Hello, everyone!! So this is my first post. Currently, I've owned my amazon fire tv for about a week. I've installed not rooted XBMC gotham 13.2. I'm a complete newbie to say the least. Also, i've never written files or anything before this file. I noticed that allot of the information being passed around out on the internet, is for people who have some tech skills. Even-though, I haven't had any prior experience writing files, I was able to put together an advancedsettings.xml file(I was able to push it through via adbFire). I was wondering if someone could tell me if the file is accurate and if I am doing damage in anyway? Another question I have is is there a way to keep track of what you watch via add-ons and have that information show up on the home-screen so that you can just go to the next episode? Furthermore, I was looking at my free memory and it went from 520 mb to 1003mb, I don't understand why. Maybe someone can fill me whats going on with this file setting. Thanks... And I apoligize for all the questions but I think they would be valuable to other newbies, once again thank you....:good:
<advancedsettings>
<network>
<autodetectpingtime>30</autodetectpingtime>
<buffermode>1</buffermode>
<cachemembuffersize>34603008</cachemembuffersize>
<curllowspeedtime>5</curllowspeedtime>
<readbufferfactor>10</readbufferfactor>
</network>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
<videoscanner>
<ignoreerors>true</ignoreerrors>
</videoscanner>
</advancedsettings>
Click to expand...
Click to collapse
Very helpfull! Fixed all on aftv
Sent from my iPhone using Tapatalk

TV ADDONS said:
Personally I never use advancedsettings.xml anymore, it was much more popular in older versions of XBMC, but the latest stable should run best under default settings.
Click to expand...
Click to collapse
I've kind of noticed that, I'm actually thinking about throwing out advancesettings.xml and resulting back to default settings. Nevertheless, seems to run good either way. I'm now dealing with the "low space" error on my fire tv finally was able to get recently add episodes on the home screen which is nice, but the thumbnails seem to be killing space. I've used all but 732 mb

Does some body have a good advanced xml settings for aftv other than this?? Please share if you do!!!!!!
Sent from my iPhone using Tapatalk

Xavier000 said:
Does some body have a good advanced xml settings for aftv other than this?? Please share if you do!!!!!!
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
What is it you are looking to achieve?

Tight_wad said:
What is it you are looking to achieve?
Click to expand...
Click to collapse
Smoother playback on live channels
Sent from my iPhone using Tapatalk

Norcal707 said:
I've kind of noticed that, I'm actually thinking about throwing out advancesettings.xml and resulting back to default settings. Nevertheless, seems to run good either way. I'm now dealing with the "low space" error on my fire tv finally was able to get recently add episodes on the home screen which is nice, but the thumbnails seem to be killing space. I've used all but 732 mb
Click to expand...
Click to collapse
How else would you change the path so that thumbnails are stored on an external drive?
"<advancedsettings>
<pathsubstitution>
<substitute>
<from>/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/Thumbnails/</from>
<to>/storage/emulated/0/usbstorage/sda1/xbmcthumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>"

jmerrilljr2 said:
How else would you change the path so that thumbnails are stored on an external drive?
"<advancedsettings>
<pathsubstitution>
<substitute>
<from>/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/Thumbnails/</from>
<to>/storage/emulated/0/usbstorage/sda1/xbmcthumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>"
Click to expand...
Click to collapse
Do you have to towel root xbmc or can you leave it sideloaded when applying that setting?

Yeah, you need to be rooted to mount an external drive.

Norcal707 said:
Do you have to towel root xbmc or can you leave it sideloaded when applying that setting?
Click to expand...
Click to collapse
The <to>/storage/emulated/0/usbstorage/sda1/xbmcthumbnails/</to> can be a network drive as well. Without needing root... Put MySQL (or MariaDB) on a server and get your library on the network too. I think my library DB files were almost 3/4 of a gig.

KarlP said:
The <to>/storage/emulated/0/usbstorage/sda1/xbmcthumbnails/</to> can be a network drive as well. Without needing root... Put MySQL (or MariaDB) on a server and get your library on the network too. I think my library DB files were almost 3/4 of a gig.
Click to expand...
Click to collapse
Can you put your Library from xbmc on Amazon fire tv on MySQL without issues? and do you have to download MySQL onto another computer?

after I've added this to my advancedsettings, will it move my thumbnails to the new location retroactively or is this "from now on" (as in new media added to the library after this setting was added) thumbnails will be stored in the new location?

Related

Researching the Kindle Fire's 'no Amazon Video with root' lock

So it's a bit rubbish that you can't use Amazon Video on your Kindle Fire if it's rooted. I don't want to steal movies, crack DRM or anything else, I just want to have a rooted device to use with my Amazon Prime VOD feature. Bit harsh imho. Sooooo.... I thought i'd have a poke around and see what I could find out.
What I found was a very complex web of protection on a scale above anything i've seen an Android app before. Not only does the application check for root in more that one location (in the application itself and in the native library), it also performs tamper detection on the APK. Not only that but it also checks that the signature on the APK to check that no code has changed (if you change the code in classes.dex and drop it in, this is usually OK on a /system/app file, but not in this case). The code itself doesn't have a single, uniform tamper / root check function, it does it all over the place. Finally, just to make things even more difficult, key parts of the code are pretty heavily obfuscated to make the code hard to analyse / modify.
Despite this, I thought i'd see what I could achieve by patching it piece by piece with the goal of allowing video with root.
The first step was to work out how to get around the signature check. Without sorting this out, the app would immediately flag up as being tampered if I made ANY change to the code. The answer to this was to re-sign the Amazon Video APK, ATVAndroidClient.apk. Of course we don't have the Amazon certificates, so we can sign them with our own, or with SDK certificates. Since Amazon Video uses a shared user id, other APKs need to be signed too. The full list is ATVAndroidClient.apk, KindleForOtter.apk, OtterTutorial.apk, AmazonVenezia.apk, Launcher.apk, Windowshop.apk, CSApp-unsigned.apk, MyAccount-unsigned.apk, amazonmp3-unsigned.apk, Cloud9-unsigned.apk, OOBE-unsigned.apk, com.amazon.dcp.apk, Cloud9SystemBrowserProvider-unsigned.apk, OTASilentInstall.apk, Facebook.apk and OtterAppManager.apk.
After doing this, the next step is to patch out the tamper checks. This can really only be achieved by tracing where the app goes and how it works and by carefully analysing logcat to get clues as to where the errors are happening. Since i'm in the UK I also had to use a DNS proxy with a static IP... I used unblock-us which works a treat. Eventually I got to a stage where I got the application to ignore any tamper detections, thereby enabling the various 'Watch' buttons.
In the next step I could see what something was triggering another problem, and it turned out to be detection of root. This was happening in one of the more obfuscated bits of code, but again with careful tracing I managed to find this and patch it out.
At this point the application was loading, passing tamper checks, giving me the watch buttons, requesting the stream from Amazon and giving me the loading progress bar etc... BUT... the licence request to Amazon continually failed. This is the point where I came to something of a brick wall. It appears that there is some additional root checking going on in the native library, and unfortunately, reverse engineering this is beyond both my abilities and more important the time I have available, so we don't have a fully working solution.
The positive things though are that we now have a patchable Amazon Video APK, which means we can implement the functionality of the 'root keepers' within the app itself. We can effectively make the Amazon Video APK hide the su binary from itself on launch and put it back after it's run it's checks. Not ideal, but might be the best way to go. Note that the root check doesn't care about the Superuser APK, it only checks for 'su'. It checks in all the locations in the PATH variable, so moving it to, say. /system/root and adding that to the path won't help. Unfortunately.
For now, I have to put this on the back burner, but i'm posting my patched APK below so that if anyone wants to pick up the work of reversing the native binary they can do so, simply by using this APK and re-signing it and the other APKs mentioned above.
Any questions, feel free to ask them here. Obviously I have no interest in saving streams, downloading movies or any stupid stuff like that, so don't even ask.
P
DOWNLOAD - MD5: f6044dbeffa4eb3f8361c71a96683150
send to kindle - passage through amazon servers
Apologies if this seems off off topic but I believe it may tied to your explanation of the security at Amazon --
http://forum.xda-developers.com/showthread.php?p=21366426#post21366426
As proof of concept Ive been messing around with the SendtoKindle.exe from the desktop explorer -- and have failed to get anything worthwhile past the amazon servers.... to see if I can use the Send to Kindle to get say, a rom file or binary kernel or apk or something of that sort -- and have not been able to get anything past.
The fact that everything is failing is only making me want to keep trying different things -- which Ill just keep on trying.. so i will try different things -
Ive sent 40 different documents of all kinds to see what goes through and what doesnt... and the only things that are going through are basically legitimate items.
If this is entirely irrelevant to your quest, then my apologies -- but regardless I shall enjoy observing how you shall achieve your success Paul!
Solved. Its hacky, but I've confirmed it working. http://rootzwiki.com/topic/15134-how-to-get-amazon-prime-video-working-with-rooted-stock/
infinitybiff said:
Solved. Its hacky, but I've confirmed it working. http://rootzwiki.com/topic/15134-how-to-get-amazon-prime-video-working-with-rooted-stock/
Click to expand...
Click to collapse
No offense but this has been around for awhile and is known as a workaround. This thread is about finding a solution instead of having to use a workaround I suppose.
Here is an example of a thread posted in November with this information.
http://forum.xda-developers.com/showpost.php?p=19718688&postcount=6
And another thread in December.
http://forum.xda-developers.com/showthread.php?t=1414235
G1ForFun said:
No offense but this has been around for awhile and is known as a workaround. This thread is about finding a solution instead of having to use a workaround I suppose.
Here is an example of a thread posted in November with this information.
http://forum.xda-developers.com/showpost.php?p=19718688&postcount=6
And another thread in December.
http://forum.xda-developers.com/showthread.php?t=1414235
Click to expand...
Click to collapse
Late to the party i suppose
Sent from my SGH-I897 using XDA App
What ROM were you testing on? Even if you temp unroot with RootKeeper on CM7, Amazon Video will not work (in my experience). The Watch button is always greyed out.
Takenover83 said:
What ROM were you testing on? Even if you temp unroot with RootKeeper on CM7, Amazon Video will not work (in my experience). The Watch button is always greyed out.
Click to expand...
Click to collapse
Have you tried force closing the video app and restarting it while unrooted?
Also does video work on CM7? I have not installed it to try.
Sent from my E4GT using xda premium
mkuehn10 said:
Have you tried force closing the video app and restarting it while unrooted?
Also does video work on CM7? I have not installed it to try.
Sent from my E4GT using xda premium
Click to expand...
Click to collapse
Yep, sure did. Something about CM7 that amazon does not like
Takenover83 said:
Yep, sure did. Something about CM7 that amazon does not like
Click to expand...
Click to collapse
I'm sure it's more than just the Amazon video app you will need to get this working...what apps are installed and are they on the system partition. Can you keep us posted on your progress?
B3L13V3 said:
I'm sure it's more than just the Amazon video app you will need to get this working...what apps are installed and are they on the system partition. Can you keep us posted on your progress?
Click to expand...
Click to collapse
There was 3 or 4 apks I had to install. Cant remember all the names off the top of my head. I know some account apk just to sign into amazon, video. I wish I could be more helpful but do not have my Pc in front of me right now (out and about). But the app its self was runing just fine. I Just was being blocked (even though I unrooted.)

Weird Download Hours After Getting the OTA

So, I just OTAed to 4.2 and, a short while later, I noticed a small spike in my traffic graphs at home. Looking at this further, my GN just slowly downloaded a ~280MB file from Google. What this is, I don’t know, but I’ll try to have a look at my logcat in a bit. Anyone else seeing this strangeness? Here’s proof from my NetFlow collector at home (GN address has been obfuscated using an RFC 5737 address and, yes, I’m a geek):
Code:
Top 20 flows ordered by bytes:
Date flow start Duration Proto Src IP Addr:Port Dst IP Addr:Port Packets Bytes Flows
2012-11-20 23:32:18.285 1258.000 TCP 173.194.55.175:80 -> 192.0.2.1:54697 187760 279.9 M 1
BinkXDA said:
So, I just OTAed to 4.2 and, a short while later, I noticed a small spike in my traffic graphs at home. Looking at this further, my GN just slowly downloaded a ~280MB file from Google. What this is, I don’t know, but I’ll try to have a look at my logcat in a bit. Anyone else seeing this strangeness? Here’s proof from my NetFlow collector at home (GN address has been obfuscated using an RFC 5737 address and, yes, I’m a geek):
Code:
Top 20 flows ordered by bytes:
Date flow start Duration Proto Src IP Addr:Port Dst IP Addr:Port Packets Bytes Flows
2012-11-20 23:32:18.285 1258.000 TCP 173.194.55.175:80 -> 192.0.2.1:54697 187760 279.9 M 1
Click to expand...
Click to collapse
Was it thru wifi? Or 3g?
Sent from my Galaxy Nexus using Tapatalk 2
negrobembon said:
Was it thru wifi? Or 3g?
Click to expand...
Click to collapse
It was via Wi-Fi. I reviewed my logcat and couldn't find anything related to this. If someone could give me a hint as to where or what to look for further, I'd gladly do so.
BinkXDA said:
It was via Wi-Fi. I reviewed my logcat and couldn't find anything related to this. If someone could give me a hint as to where or what to look for further, I'd gladly do so.
Click to expand...
Click to collapse
and did your phone rebooted after that? could it be that google is pushing fixes and testing them with us takju users?
moisesgl said:
and did your phone rebooted after that?
Click to expand...
Click to collapse
Nope.
moisesgl said:
could it be that google is pushing fixes and testing them with us takju users?
Click to expand...
Click to collapse
Perhaps, but I see no sign of this.
YouTube subscribed feeds?
Sent from my Galaxy Nexus using xda premium
Soldier 2.0 said:
YouTube subscribed feeds?
Click to expand...
Click to collapse
Hrm. I think you have hit this one on the head. Looking at the storage of my phone, it does show YouTube using 280MB. That said, my Preloading settings for YouTube do not have subscriptions checked, but watch later is—and, while I’ve never knowingly added anything to watch later, it appears there were a few videos in there from long ago. I’ve since emptied my watch later queue—and I’ll see if this reduces the amount of space YouTube uses. So I think this might be the culprit—and I’ll report back—but it is a bit curious that this only happened after the 4.2 update (perhaps this storage is purged on OS updates?).

[Q] Best working Emulator Frontend?

Hey guys,
I've been trying to find the best way to put my games collection on my fire TV and so far all of them dont work well.
I even tried to use XBMC with the config information here: http://forum.xbmc.org/showthread.php?tid=183527
No need to make any changes to the Rom Collection Browser since its been updated recently.
Rom Collection Browser(XBMC): Works but doesn't resolve misnamed files well at all. Gameboy Advance and PSX games collection buttons do nothing. Cant use because all images and videos are stored onto local drive maxing out the box space. I even made a Advancedsettings.xml file to move the cached items from xbmc to the usb drive and it doesnt allow my xbmc to run.
Advanced Launcher(XBMC): Requires much more configuration than Rom Browser. I keep getting a launcher.xml error when it tries to write to the plugin folder so it doesnt save any roms or changes.
Gamesome: Works, fantastic file identification but you have to input 100 games at a time or it will crash on new file scans. Also no way to remove previously scanned items that have moved or been deleted.
Any Input or ideas anyone?
If you have the choice to delete games through the Gamesome app,do so to properly remove them from the list.
If you have lingering game names,you will have to clear the data of the app in order to remove them,but will have to customize all of your settings again if you do clear the data.
retroben said:
If you have the choice to delete games through the Gamesome app,do so to properly remove them from the list.
If you have lingering game names,you will have to clear the data of the app in order to remove them,but will have to customize all of your settings again if you do clear the data.
Click to expand...
Click to collapse
I figured that and thats a deal breaker because im not trying to redo my 23,000 nes roms 100 at a time again. and i have a collection of everything.
Are those from something "good" at a "paradise" for the animal known as "emu"?
retroben said:
Are those from something "good" at a "paradise" for the animal known as "emu"?
Click to expand...
Click to collapse
Lol yes
Here is an awesome place I once forgot the name of,but eventually found once again.
It has unlicensed and pirated nes game dumps for nes.
I wish that the large compilation pack was still available so you would only have to download one file.
cah4e3.shedevr.org.ru/
There's things like Zelda SNES port for NES,Toy Story partially ported from Genesis,and Pokemon Diamond 2 on NES.
It says FAMI Dumping Project,but they are in .nes format for easy playback.
Just use retroarch's FCEUmm core to play them all,as some are using difficult mappers.
Surprisingly,it is still ongoing with new dumps since the last one was June 21st this year.
HAVE FUN!

[Q] Moving apps using FolderMount

Please bear with me as I am not too tech savvy. So I have my FireTV rooted to get extra storage, using instructions from AFTVNews (sorry can't post a link). I have FolderMount installed and am attempting to move files around in there by using the “Create Pair” option; however, only XBMC has this capability. All my other apps are showing a file size of 0 with a “Folder is empty, already bound or does not exist” note where the file path should be. So this obviously prevents me from moving them around. I am wondering if I am even rooted at all, although I can see my USB. I have 2 FireTVs and it’s like this on both. Obviously I did something wrong, I just don’t know what. Any ideas? Or are there any other options? TIA
0ojoyo0 said:
Please bear with me as I am not too tech savvy. So I have my FireTV rooted to get extra storage, using instructions from AFTVNews (sorry can't post a link). I have FolderMount installed and am attempting to move files around in there by using the “Create Pair” option; however, only XBMC has this capability. All my other apps are showing a file size of 0 with a “Folder is empty, already bound or does not exist” note where the file path should be. So this obviously prevents me from moving them around. I am wondering if I am even rooted at all, although I can see my USB. I have 2 FireTVs and it’s like this on both. Obviously I did something wrong, I just don’t know what. Any ideas? Or are there any other options? TIA
Click to expand...
Click to collapse
There are many options, Foldermount, Link2SD, etc., but after having used both of those, IMO the best option is jmandawg's method. Use the FireTV utility application to make setting it up easier.
AQKhanTheOne said:
There are many options, Foldermount, Link2SD, etc., but after having used both of those, IMO the best option is jmandawg's method. Use the FireTV utility application to make setting it up easier.
Click to expand...
Click to collapse
Awesome, I'll look into that. Thanks for the quick reply.

[APK Request] All4, ITVHub, My5, RTÉ Player, 3Player, and TG4

Could someone please extract the following apps so the community can try to use them on Android TV? Other apps have been extracted and work.
All4, ITVHub, My5, RTÉ Player, 3Player, and TG4.
Depending on your location, UK or Ireland, you may or may not be able to extract all of these due to geo-blocking, but any with which you can help would be greatly appreciated.
Instructions on how to extract the APKs can be found here:
http://forum.xda-developers.com/showpost.php?p=64124593&postcount=3
and/or at the following link, skipping the final step 8:
http://www.aftvnews.com/how-to-transfer-amazon-fire-tv-apps-to-a-fire-tv-stick/
dusf said:
Could someone please extract the following apps so the community can try to use them on Android TV? Other apps have been extracted and work.
All4, ITVHub, My5, RTÉ Player, 3Player, and TG4.
Depending on your location, UK or Ireland, you may or may not be able to extract all of these due to geo-blocking, but any with which you can help would be greatly appreciated.
Instructions on how to extract the APKs can be found here:
http://forum.xda-developers.com/showpost.php?p=64124593&postcount=3
and/or at the following link, skipping the final step 8:
http://www.aftvnews.com/how-to-transfer-amazon-fire-tv-apps-to-a-fire-tv-stick/
Click to expand...
Click to collapse
i searched for these but couldn't find any, perhaps like you said it's location-based and I'm in the USA.
d3adpool said:
i searched for these but couldn't find any, perhaps like you said it's location-based and I'm in the USA.
Click to expand...
Click to collapse
Thank you very much for your efforts all the same
The first three definitely exist, they are the UK apps, the last three, the Irish apps, I am unsure of.
really need this!!!!
dusf said:
Thank you very much for your efforts all the same
The first three definitely exist, they are the UK apps, the last three, the Irish apps, I am unsure of.
Click to expand...
Click to collapse
Ok I did with a little effort manage to download and extract 3 of them from my firetv. 2 of them are attached and there's a link for the My 5 below.
https://mega.nz/#!8IxWEBjC!c88wn4dSoh9C8XaPXB_NTAd6ATNfHb56QXzuzvr1n_I
d3adpool said:
Ok I did with a little effort manage to download and extract 3 of them from my firetv. 2 of them are attached and there's a link for the My 5 below.
https://mega.nz/#!8IxWEBjC!c88wn4dSoh9C8XaPXB_NTAd6ATNfHb56QXzuzvr1n_I
Click to expand...
Click to collapse
Great, good job, thanks!!
I will try them this morning on Android TV and update this thread!
dusf said:
Great, good job, thanks!!
I will try them this morning on Android TV and update this thread!
Click to expand...
Click to collapse
Cool I hope it works out for you
d3adpool said:
Cool I hope it works out for you
Click to expand...
Click to collapse
Okay, so these install fine, but when they launch they give an error about no Amazon App Store found. I first mistakenly downloaded a version of Amazon Underground from Aptpoide, which also crashed after running, but on googling I found an official Amazon link which does work.
After logging into Amazon Underground, the apps no longer gave that error, but instead a new one about not having 'bought' these apps. I then tried to 'buy' them using the Amazon Underground app but they do not appear for me because I am in the Republic of Ireland.
I am sure I can get around this with some VPN trickery, just doing some when on our living room, mounting new TV etc, so have not gotten to it just yet.
In case you are wondering why I did not just set up a VPN in the first place and try to 'buy' the apps with an Android device, that is because I do not think this will give me a version compatible with a remote control, whereas we know the versions you have uploaded is.
I will update thread when I've set up VPN and tried all of this.
Has anyone else had any success?
dusf said:
Okay, so these install fine, but when they launch they give an error about no Amazon App Store found. I first mistakenly downloaded a version of Amazon Underground from Aptpoide, which also crashed after running, but on googling I found an official Amazon link which does work.
After logging into Amazon Underground, the apps no longer gave that error, but instead a new one about not having 'bought' these apps. I then tried to 'buy' them using the Amazon Underground app but they do not appear for me because I am in the Republic of Ireland.
I am sure I can get around this with some VPN trickery, just doing some when on our living room, mounting new TV etc, so have not gotten to it just yet.
In case you are wondering why I did not just set up a VPN in the first place and try to 'buy' the apps with an Android device, that is because I do not think this will give me a version compatible with a remote control, whereas we know the versions you have uploaded is.
I will update thread when I've set up VPN and tried all of this.
Has anyone else had any success?
Click to expand...
Click to collapse
I figured exactly what you mentioned, it's a shame that we have to sometimes jump thru all these hoops to get things working....keep us updated
..
JJ-KwiK said:
I can try to patch out the Amazon dependencies. It's worked for a few apps that I've dumped from my fire tv to use with my shield.
No promises, but I'll give it a shot.
Sent from my SM-G925W8 using XDA Premium HD app
Click to expand...
Click to collapse
That would be great too, thanks.
I will still try it from my end.
By the way, which apps have you extracted for your shield already, and is there a centralised place anyone is collating fire extracted apks?
..
JJ-KwiK said:
I've extracted Spotify and WatchESPN. However, official Android TV versions of those apps have since been released. I've also extracted Flappy Birds Family. I don't know of any centralized area where all the exracted FireTV apps are being posted though.
I do have a post on the Wetek forums with Android TV and FireTV app mods, modified to work with regular android.
http://www.wetekforums.com/v/index.php?p=/discussion/27564
Anywho...
Here are the modded APKs. I've removed any Amazon checks. They install fine. I can't check if the video's play as I don't live in the proper geographical area.
All 4 - https://mega.nz/#!K4QlmBTK!PBWAbaGIPFh9Fx92_Oqxv_RKKlpQLtfCyWGX-H6hRpw
Demand 5 - https://mega.nz/#!7pJHmaIR!zfLnhoBG1CeyFpZVHpyjYamADqDq8AYHuLKJlrarZTI
ITV Hub - https://mega.nz/#!C0ZykJSb!IxOYC1w7CLCgkRGshT2VEdZ_j3fBU4BJQLbZsTXkjWg
Please let me know if they work.
Click to expand...
Click to collapse
Good work. I have a question: Do you do the reverse of this and remove checks from google play apks? Reason I ask is I've been trying to get Watch NFL network sideloaded on my firetvs, and they install but launching gives a can't launch from phone error and closes out. It works fine on my Minix neo x8 plus.
JJ-KwiK said:
I've extracted Spotify and WatchESPN. However, official Android TV versions of those apps have since been released. I've also extracted Flappy Birds Family. I don't know of any centralized area where all the exracted FireTV apps are being posted though.
Click to expand...
Click to collapse
Thanks, I have just uninstalled Emma+ and installed Spotify, I was not aware they released a native app.
JJ-KwiK said:
Anywho...
Here are the modded APKs. I've removed any Amazon checks. They install fine. I can't check if the video's play as I don't live in the proper geographical area.
All 4 - https://mega.nz/#!K4QlmBTK!PBWAbaGIPFh9Fx92_Oqxv_RKKlpQLtfCyWGX-H6hRpw
Demand 5 - https://mega.nz/#!7pJHmaIR!zfLnhoBG1CeyFpZVHpyjYamADqDq8AYHuLKJlrarZTI
ITV Hub - https://mega.nz/#!C0ZykJSb!IxOYC1w7CLCgkRGshT2VEdZ_j3fBU4BJQLbZsTXkjWg
Please let me know if they work.
Click to expand...
Click to collapse
Nice work, thanks! :good:
Okay so I just cleared data, storage, reset defaults and (not sure if necessary since I then...) uninstalled the older versions and reinstalled your uploaded versions.
ITV Hub works perfectly :highfive: only issue I can see with it is that when you press back it displays a dialogoue asking 'Do you want to exit the ITV Hub' with the options Okay and Cancel. Pressing cancel does nothing, not a huge deal just thought I would mention it in case it is a quick fix.
Demand 5 loads their splashscreen, then for an instant a progress disc, and then prints the following error:
Code:
Whoops!
An error has occured and the application will now shut down.
<Exit button>
(FTVD5-500)
All 4 loads their splashscreen, and then the screen goes black and stays black. Please note this is the same behaviour as before you modified it, that is to say, unmodified Demand 5 and ITV Hub did load but gave errors about Amazon Underground, whereas All 4 never got that far.
- d3adpool, do you think it possible the apk you uploaded could have become corrupt, or could we rule that out as if it were we would not even see the All 4 splashscreen?
Is there anything you could try?
JJ-KwiK said:
I do have a post on the Wetek forums with Android TV and FireTV app mods, modified to work with regular android.
http://www.wetekforums.com/v/index.php?p=/discussion/27564.
Click to expand...
Click to collapse
Cool, I had a look at the thread and I can see you have been busy - and are taking requests.
If you are able to modify an Android TV app to work on regular Android, does that mean you can also do the reverse? If so could you please modify regular Android versions of RTÉ Player, 3Player, and TG4 so that they will work on Android TV with a remote? 3Player is giving me some bogus error at the moment so I have posted in an Irish forum to see if anyone else is experiencing it, and TG4 only comes up for me on Google Search showing a compatibility issue, and not in Play Store on either of my Android devices, so I have asked about that also, I just want to check they are working okay before I upload them for you. RTÉ Player does work and I have attached it below:
I'm not sure if they got corrupted or not. They did load for me on my ftv. Previous experience with sideloading ftv apps on other android devices tells me that usually it won't work. I have a MXIII and a Minix neo x8plus and on both I've attempted to sideload ftv apps and none of them have actually loaded. Either I would get a parsing error, sitting on a loading screen when trying to play a video, HDCP error (HBOGO), or some other random error. Most times you're better off installing apks from the google play store.
..
JJ-KwiK said:
@d3adpool - Send me the watch NFL apk and I'll see what I can do.
@dusf - I believe there is an issue with the all 4 apk. Hopefully we can find a fresh apk. The demand 5 app works fine on my end, but won't play video due to geographical location. What device are you testing it on?
I can't add remote functionality to touch apps though. Sorry.
Sent from my SM-G925W8 using XDA Premium HD app
Click to expand...
Click to collapse
I use an Nvidia Shield Android TV.
Real shame about All4 and Demand 5 not working, but great work with ITV Hub
..
JJ-KwiK said:
@dusf - Hey man, I just tested Demand 5 on my Wetek Core, nVidia Shield TV and Amazon Fire Stick. The app works on all 3 devices. I think the issue may be on your end? Can anyone else confirm if the app works for them? Can you try the updated version I posted below?
I also don't run into the, "press back displays a dialogue asking 'Do you want to exit the ITV Hub' with the options Okay and Cancel. Pressing cancel does nothing", issue. What controller/remote are you testing it with? I tried ITV Hub on my shield with the nVidia controller, nVidia remote and FireTV remote, and all worked fine.
Click to expand...
Click to collapse
I have all three, Nvidia Controller, Nvidia remote, and Amazon Fire TV Voice remote, so I will try all three again with the updated versions you posted. I also have to Nvidia Shield TVs, so I will try both if they do not work on one.
JJ-KwiK said:
Anywho... Since I tested ITV Hub and Demand 5 on my Android TV, and they both seemed to work fine, I added a banner and the proper intent to the manifest so they now show up in the Leanback Launcher. However, I can't check if videos play because I don't live in the proper geographical area.
Click to expand...
Click to collapse
Nice, having access to them from the launcher is a nice feature, and it did cross my mind when testing the last time but I was very happy to have ITV Hub in the first place
JJ-KwiK said:
If anyone can get their hands on a clean copy of the All 4 apk, I could try to modify that as well.
Click to expand...
Click to collapse
Can you define clean version? d3adpool has been a great help so far, perhaps if he is still willing, there is something he could do to make sure his version is not dirty?
About not being able to add remote functionality to the regular Android app, RTÉ Player app, is this something that would be possible if someone put enough time into it, or is it just set up in such a way that it would never work? I just know a bit of C and C++ at the moment, but perhaps when I learn a few more languages I could help with this. Would having access to the source code of Samsung Smart TV apps for the same channels help? This is something I could provide. I appreciate they are probably in a completely different language.
JJ-KwiK said:
@dusf - Hey man, I just tested Demand 5 on my Wetek Core, nVidia Shield TV and Amazon Fire Stick. The app works on all 3 devices. I think the issue may be on your end? Can anyone else confirm if the app works for them? Can you try the updated version I posted below?
I also don't run into the, "press back displays a dialogue asking 'Do you want to exit the ITV Hub' with the options Okay and Cancel. Pressing cancel does nothing", issue. What controller/remote are you testing it with? I tried ITV Hub on my shield with the nVidia controller, nVidia remote and FireTV remote, and all worked fine.
Anywho... Since I tested ITV Hub and Demand 5 on my Android TV, and they both seemed to work fine, I added a banner and the proper intent to the manifest so they now show up in the Leanback Launcher. However, I can't check if videos play because I don't live in the proper geographical area.
Amazon dependancies have been removed and the apps have been modified to work on Android TV devices.
ITV Hub -
Demand 5 -
If anyone can get their hands on a clean copy of the All 4 apk, I could try to modify that as well.
Click to expand...
Click to collapse
Hi thanks for sharing those, I tried Demand 5 on my nvidia shield tv, The app works fine apart from when you go to play a video. I just get the loading icon top right spinning continuously.

Categories

Resources