Kindle Fire - Silk Browser - Kindle Fire Android Development

The official browser code name was called "Cloud9". Looking at what APK package dependencies are needed for self install on another Android device.

Nice. I would love to see this ported to say...the nexus s. The browser looks pretty nice on it.
From Degobah

I am actually trying to port the browser over to my Thunderbolt now. It needs some lib files moved over as well, not sure what else just yet.
I'll let you know if I get it to work, I'm kind of squeezing it into a complete ROM port though.

wouldnt doing something like this require a spoof on the amazon servers? being that they probably require authentication from the servers.

I had it working on my Thunderbolt, but now getting a crash and can't quite find the source, but I'm trying this on a half ported ROM I am working on so the environment may have something to do with it.
Here is what I have done so far if someone wants to try it or mess around with getting the browser to work on another android device. It may work as is due to how I was testing it.
EDIT : I tested this today and it works without crashing. But I think it needs some graphics work / resizing to be reasonable on a phone. But on another tablet...may be OK.
System/app
(2) cloud9 apks
system/lib
libCommonWrapper.so
libAuthenticationWrapper.so
libWebCoreViewerKRF.so
libWebCoreKRF.so
My wife just got the Kindle Fire yesterday, and from looking at everything I wish I had the time to root it and mess around with it, I don't see where it would be too bad to get a custom ROM going on this

romified said:
I had it working on my Thunderbolt, but now getting a crash and can't quite find the source, but I'm trying this on a half ported ROM I am working on so the environment may have something to do with it.
Here is what I have done so far if someone wants to try it or mess around with getting the browser to work on another android device. It may work as is due to how I was testing it.
EDIT : I tested this today and it works without crashing. But I think it needs some graphics work / resizing to be reasonable on a phone. But on another tablet...may be OK.
System/app
(2) cloud9 apks
system/lib
libCommonWrapper.so
libAuthenticationWrapper.so
libWebCoreViewerKRF.so
libWebCoreKRF.so
My wife just got the Kindle Fire yesterday, and from looking at everything I wish I had the time to root it and mess around with it, I don't see where it would be too bad to get a custom ROM going on this
Click to expand...
Click to collapse
I get an instant FC on my CM7 captivate with these, any ideas?

Hrm,
Am I the only one who thinks the silk browser works like anything but silk? I find slow and inconsistent.
But for what its worth I think you'd probably need to spoof a amazon ID for it to work properly.

straylight said:
Am I the only one who thinks the silk browser works like anything but silk? I find slow and inconsistent.
But for what its worth I think you'd probably need to spoof a amazon ID for it to work properly.
Click to expand...
Click to collapse
No. You're not the only one...
http://www.theverge.com/2011/11/19/2574059/amazons-kindle-fire-silk-browser-test

To me it is obvious that the person has a pretty good broadband connection.. plus the results are misleading because if both are connecting to the same router , the router is doing round robin on the two devices and the delay between the two devices renders could be due to context swapping..
The true test of cloud should be on a low bandwidth network, which is when the fast pipe on the cloud could give u a advantage..
Refot_Sirk said:
No. You're not the only one...
http://www.theverge.com/2011/11/19/2574059/amazons-kindle-fire-silk-browser-test
Click to expand...
Click to collapse

straylight said:
Am I the only one who thinks the silk browser works like anything but silk? I find slow and inconsistent.
But for what its worth I think you'd probably need to spoof a amazon ID for it to work properly.
Click to expand...
Click to collapse
I agree, plus mine keeps shutting down and restarting. This was the death knell for me to get one for my hubby for X-mas. He'll be getting an Archos 80 under the tree.

Related

[Q] New Sense from Desire HD

May be a stupid question, but is there anyway to extract the new version of sense from the HD Rom and add it to a EVO rom so we can have the new sense and all our other phone features working?
True01 said:
May be a stupid question, but is there anyway to extract the new version of sense from the HD Rom and add it to a EVO rom so we can have the new sense and all our other phone features working?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=797183
I think having just sense rosie, lock, music, etc is what he was talking about. A flashable zip to update your current Rom, not a camera broken port. I would love the same.
I believe is not possible since they haven't done it yet , but maybe we get an update with the new sense which imo it was supposed to be for froyo since all the features like backup all the apps is a froyo thing and we didn't get it in ours cause they wanted to show this.phone with 2.2 asap, and not another deal beaker like the hero
sent from my Evo running Myn's Rom
spatt said:
I think having just sense rosie, lock, music, etc is what he was talking about. A flashable zip to update your current Rom, not a camera broken port. I would love the same.
Click to expand...
Click to collapse
no thats not what he was asking if you take what he said at face value. he was asking something that he could have had an answer for just by searching or manually looking at pages past page 1
v_lestat said:
no thats not what he was asking if you take what he said at face value. he was asking something that he could have had an answer for just by searching or manually looking at pages past page 1
Click to expand...
Click to collapse
Im glad you know what people are meaning to ask
I would hope, that everything said is taken at face value and people don't try to look for some hidden message
I know about the roms floating around out there, have flashed a couple, but they all have something broken, hence "having all our phone features working." A flashable zip would be the ticket, that way we could update whichever rom we prefer using...
HTC weaves sense into android very deeply so it's easier said then done, but people are still working on it so it could happen. Even so if HTC sticks to their pattern and releases another towards the end of the month they may beat us to it. Either way it's not something you're likely to see in a flashable zip that can update ROMs, it's too drastic of a change.
Difficult :/
I have been working on such a thing for almost two weeks now. It started when I just wanted the new music ui. I tried porting that and then I found that after porting it wouldnt show up in the programs list so i needed to modify some files to get it in there. I got that far only to find that it would crash on opening. Further investigation showed that when you open the app it also loads the matching widget and DLNA stuff. I proceeded to port both of those also to find that the DLNA stuff requires a customized wifi stack. Still havnt fixed that but I also found that all of them rely on the HTC copyright apk which cannot coexist with the one already on the EVO that everything elce uses. Simply put, it would just be easier to port over everything than just parts. Sorry bud
mintishhippo said:
I have been working on such a thing for almost two weeks now. It started when I just wanted the new music ui. I tried porting that and then I found that after porting it wouldnt show up in the programs list so i needed to modify some files to get it in there. I got that far only to find that it would crash on opening. Further investigation showed that when you open the app it also loads the matching widget and DLNA stuff. I proceeded to port both of those also to find that the DLNA stuff requires a customized wifi stack. Still havnt fixed that but I also found that all of them rely on the HTC copyright apk which cannot coexist with the one already on the EVO that everything elce uses. Simply put, it would just be easier to port over everything than just parts. Sorry bud
Click to expand...
Click to collapse
Mint, thanks for the information and the effort!!!
mintishhippo said:
I have been working on such a thing for almost two weeks now. It started when I just wanted the new music ui. I tried porting that and then I found that after porting it wouldnt show up in the programs list so i needed to modify some files to get it in there. I got that far only to find that it would crash on opening. Further investigation showed that when you open the app it also loads the matching widget and DLNA stuff. I proceeded to port both of those also to find that the DLNA stuff requires a customized wifi stack. Still havnt fixed that but I also found that all of them rely on the HTC copyright apk which cannot coexist with the one already on the EVO that everything elce uses. Simply put, it would just be easier to port over everything than just parts. Sorry bud
Click to expand...
Click to collapse
Ditto, similar thing happened with me trying to port the "People Widget". Just to much stuff is tied together. In the meantime I am working on an app for Comcast Voice.

[Q] Using Tiny's CM10.1 rom and Netflix issues

Hi, rather new here so I can't post in the thread on the developers board. Thought I'd try here. I recently flashed Tiny's latest CM 10.1 nightly rom and I really like it so far. There are a couple of issues but after messing with it for a while, it's mostly smooth and works well. My biggest beef, aside from those couple issues is Netflix. The app loads and I can select a show, but when I try to load a video, I just get the red loading screen that goes on forever until I hit the back button. I tried an older apk, and it wouldn't load, period (1.5.2), which I guess is to be expected when running Android 4.2. I tried 2.1 and I got the same issue with the red loading screen. Tried loading it in the browser and I got the usual page that tells me I need a certain browser for it to work. The app worked just fine in the official CM 7.2. Is there an option in settings I'm missing or something or does it not work on this rom (which I don't see why it wouldn't)?
Other naggy issue is epsxe. It works alright but if I press a volume button, it either increases or decreases all the way and all buttons freeze. Nothing works. Home, menu, power button, touch, etc (yet the emu keeps going and the music keeps playing). Sometimes when I press an on-screen button to move, it's like the button gets stuck and the character keeps moving in that direction. I have to remove the battery to reboot. Did not have this issue in cm 7.2.
Other than that, awesome rom and thanks, Tiny, for working on it.
EDIT: Well, I just tried using epsxe again and it even worked when using the volume button. Not sure why it worked except that I let the game load for a bit before pressing anything. After that, it worked just fine. So, I guess it may be even an app issue on 4.2, rather than the rom. Hope Netflix is as easy to get working.
Netflix hasn't worked on JB or ICS. Known issue since day one. Probably won't be fixed as it's not a high priority in the overall picture.
...sorry...I was on the phone...
omniatic said:
Netflix hasn't worked on JB or ICS. Known issue since day one. Probably won't be fixed as it's not a high priority in the overall picture.
...sorry...I was on the phone...
Click to expand...
Click to collapse
Well, that's disappointing. I really like this this rom but Netflix was one of the biggest reasons to keep using this device. It's mainly used as a tablet now and I don't want to buy anything else right now. Funny thing, Netflix was the only reason I didn't switch from Windows 7 to Linux. I figure, if I'm paying them every month, I should be able to play their vids on any device I please and it irks me that I can't even get it working in the android browser. Oh well. Thanks for the quick response.
EDIT: Well, I did some research and found that Netflix 1.81 seems to work to an extent. I get sound and subtitles but no video. Going to look into it some more.
Kaepernick said:
Well, that's disappointing. I really like this this rom but Netflix was one of the biggest reasons to keep using this device. It's mainly used as a tablet now and I don't want to buy anything else right now. Funny thing, Netflix was the only reason I didn't switch from Windows 7 to Linux. I figure, if I'm paying them every month, I should be able to play their vids on any device I please and it irks me that I can't even get it working in the android browser. Oh well. Thanks for the quick response.
EDIT: Well, I did some research and found that Netflix 1.81 seems to work to an extent. I get sound and subtitles but no video. Going to look into it some more.
Click to expand...
Click to collapse
It works on better supported devices on ICS and JB. The issue here is the codecs and hardware support / drivers which will not be fixed for now. Just confirming its not androids fault or Netflix's.
Sent from my Galaxy Nexus using Tapatalk 2
tiny4579 said:
It works on better supported devices on ICS and JB. The issue here is the codecs and hardware support / drivers which will not be fixed for now. Just confirming its not androids fault or Netflix's.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So no amount of tinkering with older apks and workarounds (to make it so the app uses older netflix video players) will work because the rom/hardware simply doesn't support playback? I was looking at some other threads and google and a lot of people seem to be having trouble getting Netflix to work on 10.1 and Android 4.2 in general. Seems when the app detects Jelly Bean, it uses its newest video player, which has some problems on some devices. Forcing it to use an older player seems to work for some people. Adding a line to the code to make it use player "6" instead of "10" or something. Haven't actually applied anything to the app to try it because I'm a complete novice at this.
You're the expert and I assume if there was an easy method that wouldn't screw anything up in the CM 10.1 build, you'd apply it. I do appreciate the work you and others are putting into these roms and other than this Netflix issue, it rocks. I may go back to CM 7.2 after a bit but I'll definitely keep an eye on your updates and try them out.
Kaepernick said:
So no amount of tinkering with older apks and workarounds (to make it so the app uses older netflix video players) will work because the rom/hardware simply doesn't support playback? I was looking at some other threads and google and a lot of people seem to be having trouble getting Netflix to work on 10.1 and Android 4.2 in general. Seems when the app detects Jelly Bean, it uses its newest video player, which has some problems on some devices. Forcing it to use an older player seems to work for some people. Adding a line to the code to make it use player "6" instead of "10" or something. Haven't actually applied anything to the app to try it because I'm a complete novice at this.
You're the expert and I assume if there was an easy method that wouldn't screw anything up in the CM 10.1 build, you'd apply it. I do appreciate the work you and others are putting into these roms and other than this Netflix issue, it rocks. I may go back to CM 7.2 after a bit but I'll definitely keep an eye on your updates and try them out.
Click to expand...
Click to collapse
That may just work. I'm kind of a newb at smali but it may be worth a shot. I haven't heard of this workaround before. In theory it should work under software.
Sent from my Galaxy Nexus using Tapatalk 2
tiny4579 said:
That may just work. I'm kind of a newb at smali but it may be worth a shot. I haven't heard of this workaround before. In theory it should work under software.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well, that gives me some hope, at least. Here's one of the threads I was looking at.
http://forum.xda-developers.com/showthread.php?t=2101525
On the last page, someone posted the code that enabled it to work on theirs.
EDIT: I tried the Xposed app workaround, by the way, which did not work for me, using 1.8.0 (thought it was 1.8.1 but wasn't. Plan on trying that next) or the newest version. I realize that these are different devices, but I'm hoping there's a way to get it to work on ours. I wonder if there's a way to trick it into thinking it's Gingerbread instead of ICS (in the thread) and using the player that works on CM 7, if it would work?
Kaepernick said:
Well, that gives me some hope, at least. Here's one of the threads I was looking at.
http://forum.xda-developers.com/showthread.php?t=2101525
On the last page, someone posted the code that enabled it to work on theirs.
EDIT: I tried the Xposed app workaround, by the way, which did not work for me, using 1.8.0 (thought it was 1.8.1 but wasn't. Plan on trying that next) or the newest version. I realize that these are different devices, but I'm hoping there's a way to get it to work on ours. I wonder if there's a way to trick it into thinking it's Gingerbread instead of ICS (in the thread) and using the player that works on CM 7, if it would work?
Click to expand...
Click to collapse
I don't have a netflix account currently (had it and didn't use it), so I can't do much testing but based on the link you showed me, the app should work fine. Try the init.d script linked in the github in the thread you posted. Are you familiar with pushing files to your device? You just need to copy it to /system/etc/init.d and add execute permissions. Usuaully I use read-write-execute for user and read-execute for group and other.
tiny4579 said:
I don't have a netflix account currently (had it and didn't use it), so I can't do much testing but based on the link you showed me, the app should work fine. Try the init.d script linked in the github in the thread you posted. Are you familiar with pushing files to your device? You just need to copy it to /system/etc/init.d and add execute permissions. Usuaully I use read-write-execute for user and read-execute for group and other.
Click to expand...
Click to collapse
The xposed_init file under assets? Can't say I've ever tried this before. I know how to add files to that folder, but no idea how to copy it to a file or whatever that would work. Don't know how to execute permissions either.
Looking things up, I can't just add a file to my sdcard and use ES File explorer to add it to the init.d folder? I copied one of the files on my desktop and opened it up with notepad. It sadly didn't help me. Like I said, total novice with android here or this stuff in general. Would like to give this a shot though. Do I add the text to notepad and then delete the .txt or do I need to make a .js file? As for permissions, do I just add r rw and x to the file?
Kaepernick said:
The xposed_init file under assets? Can't say I've ever tried this before. I know how to add files to that folder, but no idea how to copy it to a file or whatever that would work. Don't know how to execute permissions either.
Looking things up, I can't just add a file to my sdcard and use ES File explorer to add it to the init.d folder? I copied one of the files on my desktop and opened it up with notepad. It sadly didn't help me. Like I said, total novice with android here or this stuff in general. Would like to give this a shot though. Do I add the text to notepad and then delete the .txt or do I need to make a .js file? As for permissions, do I just add r rw and x to the file?
Click to expand...
Click to collapse
Yeah, you can add it to notepad and remove the .txt at the end but it uses different line breaks in Windows than what Linux uses so the script may not work right. I'm not sure though. The worse thing that can happen is nothing. Android doesn't use .js which is Javascript. For permissions, yes that will work.
ealassi content
tiny4579 said:
Yeah, you can add it to notepad and remove the .txt at the end but it uses different line breaks in Windows than what Linux uses so the script may not work right. I'm not sure though. The worse thing that can happen is nothing. Android doesn't use .js which is Javascript. For permissions, yes that will work.
Click to expand...
Click to collapse
Tried it. Not sure if I did it right. Most likely not. lol But in any case, it doesn't work. Getting a bit tired, so I may just relent. I'm sure many who are more experienced have tried already.
Just curious: If your primary use for your old Dinc is as a portable Netflix viewer, then why not just flash back to a stable GB-based ROM and enjoy?
Seems that would be a lot simpler than trying to get Netflix to work on JB, especially if you're not doing anything with the phone that requires JB.
MysticCobra said:
Just curious: If your primary use for your old Dinc is as a portable Netflix viewer, then why not just flash back to a stable GB-based ROM and enjoy?
Seems that would be a lot simpler than trying to get Netflix to work on JB, especially if you're not doing anything with the phone that requires JB.
Click to expand...
Click to collapse
I like Jelly Bean. I like how it looks and feels. It's a more mature Android. Plus, I like keeping up to date with software. It's kind of nice to have 4.2 running on the aging, yet good o'l Dinc, when some newer devices don't even have 4.1 yet officially.
Also, I got it working, by the way! Before, when I downloaded the newest one onto 10.1, it would just continuously load when picking a video and not work. After tinkering, I got it to play sound but no video. I could tell that the video player was different than the one I used on 7.2 (also, the newest app). I switched back to 7.2 for a bit and downloaded my apps. I backed everything up using Clockwork mod so I could go back to it whenever. Then I backed up all the Apps with Titanium Backup. I switched back to Tiny's 10.1 and restored the apps. I tried out Netflix and it worked. It was using the same player it used on 7.2. I don't know if it detects Jelly Bean when you download it from Google Play or if it does it when you sign in to your account. When I restored it, I was already signed in, so maybe that's it. At any rate, it works.
Well, I spoke too soon. It did work for the first few videos but then stopped. I tried uninstalling and reinstalling with the Titanium Backup, but when I try to choose a video, it says I've been signed out. I sign back in and I'm back to the forever loading red screen. So yeah, I think it detects which OS I'm on as I sign in. Just a guess though. Just shows that it has nothing to do with your ROM aside from their newest player not working properly on it. It can indeed be fixed via the software with some tinkering.
Can you check the value for int name="nflx_player_type" in /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml from a working Netflix in Gingerbread? Easier yet, pull that file from your Netflix backup from Gingerbread for me. Check for passwords in the file and clear them out before giving it to me for security.
tiny4579 said:
Can you check the value for int name="nflx_player_type" in /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml from a working Netflix in Gingerbread? Easier yet, pull that file from your Netflix backup from Gingerbread for me. Check for passwords in the file and clear them out before giving it to me for security.
Click to expand...
Click to collapse
Here you go. Says It's using Player 9. I have read that 10 is the newest player. At least I believe so.
Edit: just checked that file on 10.1. It says player 10. That means it switched when I signed back in.
Kaepernick said:
Here you go. Says It's using Player 9. I have read that 10 is the newest player. At least I believe so.
Edit: just checked that file on 10.1. It says player 10. That means it switched when I signed back in.
Click to expand...
Click to collapse
Hmm, if you edit that file back to 9 and open Netflix does it work?
tiny4579 said:
Hmm, if you edit that file back to 9 and open Netflix does it work?
Click to expand...
Click to collapse
Yes and it didn't work. Then I tried "6". Didn't load. I tried 9 again and for whatever reason, it loaded. It works just fine now, using the same player it did in 7.2. The kicker is that I check the XML file again and it changed somewhat. It now says "6" and it looks different. I believe the Player line used to be before the Logged in line. Now the logged in line is last. If there was some way to force it to use 6 every time, even when logging in, we'd have a working netflix app on your rom.
Maybe "old app version=17" is the key, I don't know.
EDIT: Exited the app. Still works. Rebooted the phone. Still works. There's no log out button, so I assume to log out, I need to clear data, which I assume would just put me back at square one. Seems to be working fine now, as long as I stay signed in. If I somehow have to sign in again, I'll check the xml file.
Attached the file. Just edited the user id part.
Well, it was working. Then it quit. I checked the xml file and it had switched to 10. Didn't sign in or out or anything. Tried the 6 file and it immediately switched back to 10. So, I uninstalled and then installed 1.8.1. Replaced the nfxpref file with the one I backed up and it worked. Funny thing, it's actually using an older version of the player. I believe that may actually be "6". In cm7.2, it said "9" and was using a newer version of the player (newer than the one I'm using now). It seems to work well so far. Haven't tried updating from this yet, to see if the newest one works by updating, but I doubt it would work anyway. I did notice that in the shared prefs folder, there's only one other file with the nfxpref file. In the newest version, there looked to be about six or seven other files.
Watching this with interest, if you guys figure it out please post a guide and link to it because you're not alone. My Netflix stopped working when I upgraded to 10.1 as well (interestingly it worked fine on my ICS One-Click ODIN Rom that I got last June, not CM) and this was the first thread to pop on my google search as I've started looking for answers.
*UPDATE* Got mine working using the directions in this thread: http://forum.xda-developers.com/showthread.php?t=2101525
Hope this helps!
Kaepernick said:
Well, it was working. Then it quit. I checked the xml file and it had switched to 10. Didn't sign in or out or anything. Tried the 6 file and it immediately switched back to 10. So, I uninstalled and then installed 1.8.1. Replaced the nfxpref file with the one I backed up and it worked. Funny thing, it's actually using an older version of the player. I believe that may actually be "6". In cm7.2, it said "9" and was using a newer version of the player (newer than the one I'm using now). It seems to work well so far. Haven't tried updating from this yet, to see if the newest one works by updating, but I doubt it would work anyway. I did notice that in the shared prefs folder, there's only one other file with the nfxpref file. In the newest version, there looked to be about six or seven other files.
Click to expand...
Click to collapse

Andromium OS

Has anyone tried to install Andromium OS yet?
It is now available on the playstore now
https://play.google.com/store/apps/details?id=com.andromium.os
can't test it myself right now, but interested in your experiences.
App requires 4.4.2 As Said in discription. So it might not work.
Gesendet von iPhone mit Tapatalk
schybiorz said:
App requires 4.4.2 As Said in discription. So it might not work.
Gesendet von iPhone mit Tapatalk
Click to expand...
Click to collapse
buberlo said:
Has anyone tried to install Andromium OS yet?
It is now available on the playstore now
https://play.google.com/store/apps/details?id=com.andromium.os
can't test it myself right now, but interested in your experiences.
Click to expand...
Click to collapse
And I don't think our processor meets the minimum specs. Too bad. I'd love to try it.
Edit--I tried it. Side loaded it but it wouldn't show up under apps. So I pushed it to sdcard but it said parsing error (of some sort)
Only reason I tried is because for fun i installed it on my KFHD7 running CM 11 and it installed and ran relatively well. So I don't think it's the hardware that's the problem for aftv. This is a great idea btw. I only just heard about it in this thread.
KLit75 said:
And I don't think our processor meets the minimum specs. Too bad. I'd love to try it.
Edit--I tried it. Side loaded it but it wouldn't show up under apps. So I pushed it to sdcard but it said parsing error (of some sort)
Only reason I tried is because for fun i installed it on my KFHD7 running CM 11 and it installed and ran relatively well. So I don't think it's the hardware that's the problem for aftv. This is a great idea btw. I only just heard about it in this thread.
Click to expand...
Click to collapse
I played with it briefly this morning on my Galaxy Note 3. It doesn't seem like something worth using on the FTV, but for a tablet being used with a keyboard and mouse, it's very promising as a laptop alternative.
xm41907 said:
I played with it briefly this morning on my Galaxy Note 3. It doesn't seem like something worth using on the FTV, but for a tablet being used with a keyboard and mouse, it's very promising as a laptop alternative.
Click to expand...
Click to collapse
I was thinking it would be a good option since the mouse cursor was broken with the last aftv update. I assume with andromium you'd have a web browser that's easier to use plus I like the way it can be easily launched/shutdown in the status bar (at least on phones and tablets), so those that use launchers might like it more. Guess it don't matter. There's little reason for amazon to upgrade aftv but hopefully we'll have a custom ROM in the future.
Their ad used to say you only needed Android 4.2 to use it so maybe you should edit the first post to ask people if they have the old apks from earlier this year, cause older versions may work. Just a couple months ago it was working wth android 4.2. So if anyone has version 0.1.3 or older they should post the APK here. Versions 0.1.4 and 0.1.5 do not work, but older versions probably do since they only required Android 4.2. I did a google search so I know there was versions numbered 0.1.1, 0.1.2 and 0.1.3, but could not find the apk files.
KLit75 said:
I was thinking it would be a good option since the mouse cursor was broken with the last aftv update. I assume with andromium you'd have a web browser that's easier to use plus I like the way it can be easily launched/shutdown in the status bar (at least on phones and tablets), so those that use launchers might like it more. Guess it don't matter. There's little reason for amazon to upgrade aftv but hopefully we'll have a custom ROM in the future.
Click to expand...
Click to collapse
If the mouse cursor is broken, wouldn't that make this even less usable? There is no native mouse cursor for Andronium so if the system cursor isn't visible, then it would be very difficult to control It does have a browser, and certain apps will work natively with it, but not many yet, and those that are supported do not fit inside a window. Only the Andronium specific apps will be windowed. Of the several hundred apps on my phone, only seven were natively supported. The others are hit or miss. . Since the FTV doesn't have a status bar, then that functionality would be lost on the FTV, as far as turning on and off Andronium. This app has lots of promise, but don't think it's a good fit.
xm41907 said:
If the mouse cursor is broken, wouldn't that make this even less usable? There is no native mouse cursor for Andronium so if the system cursor isn't visible, then it would be very difficult to control It does have a browser, and certain apps will work natively with it, but not many yet, and those that are supported do not fit inside a window. Only the Andronium specific apps will be windowed. Of the several hundred apps on my phone, only seven were natively supported. The others are hit or miss. . Since the FTV doesn't have a status bar, then that functionality would be lost on the FTV, as far as turning on and off Andronium. This app has lots of promise, but don't think it's a good fit.
Click to expand...
Click to collapse
You obviously looked into it more than me. What I saw was a clean desktop interface that I naturally assumed would run most applicable android apps. And thinking more...yea. Since the most cursor is now invisible in most apps, it most likely wouldn't show up in andromium either. Lots of potential there, but if its purpose is to be a PC alternative it has a ways to go.
KLit75 said:
You obviously looked into it more than me. What I saw was a clean desktop interface that I naturally assumed would run most applicable android apps. And thinking more...yea. Since the most cursor is now invisible in most apps, it most likely wouldn't show up in andromium either. Lots of potential there, but if its purpose is to be a PC alternative it has a ways to go.
Click to expand...
Click to collapse
I was interested in it awhile back for my tablet for work trips. Much easier to bring along a bt keyboard and mouse to go with my tablet than both.

[Help] [G4c] Port old .apk from other device

Greetings!
Is it possible to port stock LGMessage.apk from LG L7II (kitkat) to the LG G4c (lollipop)?
I tried copying it with ES File Manager from one phone to another, changed permissions, restarted phone and everytime I try to open Messaging it crashes.
I really liked the abillity of the L7II Messaging app to give contacts custom themes (background pictures, sounds). This function is missing from the new version of the app.
Any tips would be appreciated.
AndriusDievas said:
Greetings!
Is it possible to port stock LGMessage.apk from LG L7II (kitkat) to the LG G4c (lollipop)?
I tried copying it with ES File Manager from one phone to another, changed permissions, restarted phone and everytime I try to open Messaging it crashes.
I really liked the abillity of the L7II Messaging app to give contacts custom themes (background pictures, sounds). This function is missing from the new version of the app.
Any tips would be appreciated.
Click to expand...
Click to collapse
Yep i feel your pain on that one cuz i am the same about the g4 stock browser. I'm trying t to find a browser that comes close to the speed and stability. Yes it can be done before if I'm not mistaken it requires de/re-compiling knowing code to an extent... A decent amount of work, but I'll give it a try as soon as I get a better PC that has enough balls to these things cuz this lil netbook barely runs anything lol
dadrumgod said:
Yep i feel your pain on that one cuz i am the same about the g4 stock browser. I'm trying t to find a browser that comes close to the speed and stability. Yes it can be done before if I'm not mistaken it requires de/re-compiling knowing code to an extent... A decent amount of work, but I'll give it a try as soon as I get a better PC that has enough balls to these things cuz this lil netbook barely runs anything lol
Click to expand...
Click to collapse
I thought about de/recompiling the apk. I have some expirience with coding stuff, but sadly I know too little about android stuff to figure out what's preventing the old app from running. Maybe it's some kind of software version check? Or maybe the layout or something doesn't fit? For all I know it may even be due to the fact that it's raining in China :laugh:
AndriusDievas said:
I thought about de/recompiling the apk. I have some expirience with coding stuff, but sadly I know too little about android stuff to figure out what's preventing the old app from running. Maybe it's some kind of software version check? Or maybe the layout or something doesn't fit? For all I know it may even be due to the fact that it's raining in China :laugh:
Click to expand...
Click to collapse
Ikr I love android but boy there's so many factors and obstacles, I still can't wrap my mind around the ability of some of these developers and most are half my age lol
Sent from my VS986 using Tapatalk
dadrumgod said:
Yep i feel your pain on that one cuz i am the same about the g4 stock browser. I'm trying t to find a browser that comes close to the speed and stability. Yes it can be done before if I'm not mistaken it requires de/re-compiling knowing code to an extent... A decent amount of work, but I'll give it a try as soon as I get a better PC that has enough balls to these things cuz this lil netbook barely runs anything lol
Click to expand...
Click to collapse
Have you figured anything out with the old LG browser? I'm really missing it, hate using chrome. I just switched to the G4 from my G2 and chrome is killing me ?
ugslick said:
Have you figured anything out with the old LG browser? I'm really missing it, hate using chrome. I just switched to the G4 from my G2 and chrome is killing me ?
Click to expand...
Click to collapse
Omg dude I do feel your pain....not a single browser out of the probably hundreds I've tried even comes close to the speed and fluidity of it. It's really beyond my logical scientific mind and understanding as a human being how anyone hasn't made a browser exactly like this and how this is not where Chrome is now. Anyway so far as I can tell it would require decompile in and all that good stuff beyond my means but there is one possibility I think which would be changing your devices ID making the app think that it's actually a G4 which I'm fixing to try very soon. I'm not mistaken there's an Xposed module that does it or a device ID Changer app or something. It makes incompatible apps run on devices they're not supposed to so why wouldn't it work for this LOL
Sent from my VS986 using Tapatalk

Status of any hack for 5.2.1.1

I'm a little late to the game here and missed rooting at 5.2.1.0, so now I seem stuck.
The last post from rbox on a recovery installer was 4th June 2016, and I couldn't find anything on that since, or any kind of downgrader.
Anyone have any news I've missed, or insider info?
What I really need is to mount CIF shares off my Synology for playing ROMs of various types. Any specific solution for that I may have missed?
Thanks bunches! :good:
MrPeach
MrPeach said:
I'm a little late to the game here and missed rooting at 5.2.1.0, so now I seem stuck.
The last post from rbox on a recovery installer was 4th June 2016, and I couldn't find anything on that since, or any kind of downgrader.
Anyone have any news I've missed, or insider info?
What I really need is to mount CIF shares off my Synology for playing ROMs of various types. Any specific solution for that I may have missed?
Thanks bunches! :good:
MrPeach
Click to expand...
Click to collapse
In the same boat myself, doesnt seem to be any developmennts yet.
With all do respect as someone who has managed to root his AFTV at unbox time. What exactly IS the benefit of rooting the AFTV2? And, no this is not a rhetorical question.
One of the big hopes I've had about rooting the AFTV2 was to get Google PlayStore, and Gapps working. Well if the ever had, it seems that I too may have missed that Boat. As they do NOT seem to work under 5.2.1.1.
The only other reason why I might have wanted Root, pairing a Sixaxis Dualshock 3 Controller with my AFTV2. 'Cause I'm too cheep for an Amazon Controller. Doesn't work either, and in fact will cause the AFTV2 to crash, and reboot itself.
As for AdAway, (My prime motivation for rooting anything!), well I've yet to find a use for it. It doesn't block anything in the Fire Launcher. Not that I think it should anyway. But nothing I've ran into yet even has any in-app advertising.
Side loading Kodi never really required root, and has otherwise worked fine.
IMHO root on the AFTV2 is a tad overrated, for all you can do with it, or actually what you still can't do with it.
Ichijoe said:
With all do respect as someone who has managed to root his AFTV at unbox time. What exactly IS the benefit of rooting the AFTV2? And, no this is not a rhetorical question.
One of the big hopes I've had about rooting the AFTV2 was to get Google PlayStore, and Gapps working. Well if the ever had, it seems that I too may have missed that Boat. As they do NOT seem to work under 5.2.1.1.
The only other reason why I might have wanted Root, pairing a Sixaxis Dualshock 3 Controller with my AFTV2. 'Cause I'm too cheep for an Amazon Controller. Doesn't work either, and in fact will cause the AFTV2 to crash, and reboot itself.
As for AdAway, (My prime motivation for rooting anything!), well I've yet to find a use for it. It doesn't block anything in the Fire Launcher. Not that I think it should anyway. But nothing I've ran into yet even has any in-app advertising.
Side loading Kodi never really required root, and has otherwise worked fine.
IMHO root on the AFTV2 is a tad overrated, for all you can do with it, or actually what you still can't do with it.
Click to expand...
Click to collapse
Well as noted, what I care about is simply mounting a network share. While somewhat interesting, your comment adds nothing to this particular thread.
Ichijoe said:
With all do respect as someone who has managed to root his AFTV at unbox time. What exactly IS the benefit of rooting the AFTV2? And, no this is not a rhetorical question.
One of the big hopes I've had about rooting the AFTV2 was to get Google PlayStore, and Gapps working. Well if the ever had, it seems that I too may have missed that Boat. As they do NOT seem to work under 5.2.1.1.
The only other reason why I might have wanted Root, pairing a Sixaxis Dualshock 3 Controller with my AFTV2. 'Cause I'm too cheep for an Amazon Controller. Doesn't work either, and in fact will cause the AFTV2 to crash, and reboot itself.
As for AdAway, (My prime motivation for rooting anything!), well I've yet to find a use for it. It doesn't block anything in the Fire Launcher. Not that I think it should anyway. But nothing I've ran into yet even has any in-app advertising.
Side loading Kodi never really required root, and has otherwise worked fine.
IMHO root on the AFTV2 is a tad overrated, for all you can do with it, or actually what you still can't do with it.
Click to expand...
Click to collapse
I want to be able to add a usb Ethernet adapter. The fire stick 2 allows usb devices to be added natively. Ive contacted the Fire tv support team about a possible update to allow fire stick first gen to allow this without root, they said they would take it under consideration so probably no.
@MrPeach
Surly you could add a network share from inside Kodi or? I kinda fail to see the point of it outside of Kodi otherwise.
@tylercheribini
Well I could imagine why some people might want to have two Ethernet Ports. I find little use for mine while on 802.11ac. But at least this is concept I can work with.
Ichijoe said:
@MrPeach
Surly you could add a network share from inside Kodi or? I kinda fail to see the point of it outside of Kodi otherwise.
@tylercheribini
Well I could imagine why some people might want to have two Ethernet Ports. I find little use for mine while on 802.11ac. But at least this is concept I can work with.
Click to expand...
Click to collapse
The Fire Stick has no ethernet port, it must be rooted in order to add one.
Sorry, missed that bit. Of course it (Firestick), doesn't.
Any news? Had an update mysteriously occur, moving it up to the latest firetv update. For some time, have been stuck without a solution. For list of what doesn't work at this date, neither the latest kingo root on pc with an a to a cable or the kingroot app work. Hoping sometime soon one of the remaining vulnerabilities is taken advantage of soon.
I've locked down my network in the meantime. Would recommend anybody that does care about root in the same boat as me do the same until a solution is found..
Sound advice... And BTW I do care about root. I just question the point of it on this Device. Which to my chagrin includes a bit more then the AFTV2... lol!
And, I concede their use cases aren't mine. And, at the moment the things I'd like to do on my AFTV2, which would otherwise require root as well. (i.e. PlayStore, and Dualshock 3 Support) have not brought me much joy even with root. So though I probably could have been less of a **** about it. I was generally interested in why others were so keen to root it. And I got my answer.
The only good news is that it's not a done deal with the FireOS, and eventuality another exploit shall be found, but you'll just have to hang on till then. Yeah sucks I know.
Lol. Yes it does suck.
I probably shouldn't have responded in that way either. It's hard to tell someone's intent based on a few lines in a thread. Didnt mean to come off bh.
Root has been good, was nice to be able to autostart the Kodi/spmc app and for me, using droidmote. that's a really great mouse keyboard app along with a ssh server and BusyBox... But then again, since I updated to the latest rooted ROM(5.2.1.1) in my other box, I've lost the autostart and some of the other bonuses. As much as I hate to do it, will have to start troubleshooting options maybe downgrade.
Til there's an option....
The Dirty Cow linux exploit was recently released (last week). This should allow root on the newer firmware versions (5.2.1.1, etc). Since it was just released last week people are working on it. This thread discusses the progress http://forum.xda-developers.com/general/security/dirty-cow-t3484879
and here is a post of someone who claims to have it working
http://forum.xda-developers.com/showpost.php?p=69299542&postcount=39
I am working on getting this going on my AFTV2 with version 5.2.1.0.
clarke.hackworth said:
The Dirty Cow linux exploit was recently released (last week). This should allow root on the newer firmware versions (5.2.1.1, etc). Since it was just released last week people are working on it. This thread discusses the progress http://forum.xda-developers.com/general/security/dirty-cow-t3484879
and here is a post of someone who claims to have it working
http://forum.xda-developers.com/showpost.php?p=69299542&postcount=39
I am working on getting this going on my AFTV2 with version 5.2.1.0.
Click to expand...
Click to collapse
Cool, looks promising, thanks.
I know that Android, is kind of a fork of Linux. But, isn't that kinda the point? Are we even sure that this 'ploit affects Android?
I'm in the same boat as you guys, i also wait for a 5.2.1.1 root
In my case i want to install the root-version of the moonlight streaming app which has native mouse support so i can finally play mouse/keyboard games on my home cinema (The non-root version is kinda buggy... scaling-problems, stuttering, no off-screen-movment, and so on..)
Ichijoe said:
With all do respect as someone who has managed to root his AFTV at unbox time. What exactly IS the benefit of rooting the AFTV2? And, no this is not a rhetorical question.
One of the big hopes I've had about rooting the AFTV2 was to get Google PlayStore, and Gapps working. Well if the ever had, it seems that I too may have missed that Boat. As they do NOT seem to work under 5.2.1.1.
The only other reason why I might have wanted Root, pairing a Sixaxis Dualshock 3 Controller with my AFTV2. 'Cause I'm too cheep for an Amazon Controller. Doesn't work either, and in fact will cause the AFTV2 to crash, and reboot itself.
As for AdAway, (My prime motivation for rooting anything!), well I've yet to find a use for it. It doesn't block anything in the Fire Launcher. Not that I think it should anyway. But nothing I've ran into yet even has any in-app advertising.
Side loading Kodi never really required root, and has otherwise worked fine.
IMHO root on the AFTV2 is a tad overrated, for all you can do with it, or actually what you still can't do with it.
Click to expand...
Click to collapse
The reason I am looking for root is to be able to run the firestick on a VPN, which requires root.
Ichijoe said:
I know that Android, is kind of a fork of Linux. But, isn't that kinda the point? Are we even sure that this 'ploit affects Android?
Click to expand...
Click to collapse
Yes the exploit effects Android.
FYI, the issue is a vulnerability in how the Linux kernel handles memory / files. Android is just a specific set of applications running on Linux, so it is exploitable. I have used the exploit to modify files in /system and /etc on my FireTV running 5.2.1.1.
Starting with FireTV 5.2.1.0 SELinux is enabled which is an extra layer of protection. It is good from a security stand point -- it helps protects your device from malicious apps, etc. However in our case the "attacker" is the owner of the device ... us. People are working on bypassing SELinux protections, and making progress.
See this blog for some really technical info on the current status: https://v-e-o.blogspot.com/2016/10/way-to-android-init-with-cve-2016-5195.html
drice72 said:
The reason I am looking for root is to be able to run the firestick on a VPN, which requires root.
Click to expand...
Click to collapse
Forgive my ignorance, but what is vpn used for on the ftv aside from accessing content from different countries like Netflix and to possibly make it safer for one to stream certain content?
Well IIRC... One could set up a VPN, to log back into one Network (e.g. Network Storage), from an outside source (i.e. a Hotel Room), to push, and pull Files p, at will. But I think you managed to cover most of the "uses" of a VPN already.
Emulator ROMs
Ichijoe said:
@MrPeach
Surly you could add a network share from inside Kodi or? I kinda fail to see the point of it outside of Kodi otherwise.
@tylercheribini
Well I could imagine why some people might want to have two Ethernet Ports. I find little use for mine while on 802.11ac. But at least this is concept I can work with.
Click to expand...
Click to collapse
As I implied in my original post - emulators generally do not support accessing network shares (where my extensive ROM collection is) directly. This leaves copying ROMs to the Fire TV itself to use them or copying my ROM collection to an external USB drive, neither option of which I find acceptable.
I want to access my extensive ROM collection directly via a SMB mapped folder on my Synology NAS, which research has informed me is only possible on a rooted device.
This isn't about Kodi, an extra ethernet port or any of the other stuff other people have mentioned in this thread.

Categories

Resources