Installation says complete, but the file never appears on FireTv stick - Kindle Fire HDX 7" & 8.9" Q&A, Help & Troubleshoot

*Important note, I am a complete amateur, though I have accomplished much with the help of google and discussionboards.
Basically, I sideloaded AGK Fire onto a 2013 Amazon Fire HDX. I attempted to sideload both ES File Explorer as well as an APK for OUYA called Hidden in Plain Sight (which were already sideloaded and running on my fire tablet). My main goal is to play my Ouya Games on My FireStick (Which I'm not sure it is even compatible). However I see that ES File Explorer has worked for some but that also has not worked for me.
I open up the AGK Fire app, put in the IP address, have turned on both the developer options, and have turned off any parent controls. AGK Fire states the the files complete downloading, but then when i go into the settings and manage applications, the new apps do not appear.
Any recommendations? (fingers crossed!)

Sir,
Please wait until mods will move this thread to the device specific forum.
For more replies or questions you must register an account on XDA forums.
Stand by
Good luck

Related

[App] Amazon Instant Video (FWIW)

I've been playing with my new Kindle Fire, trying to find apps I can side load onto it. I didn't see this posted here or in the market, so I pulled the Amazon Video player that came packaged with it. Requires:
1. Unrooted device
2. Amazon account (Prime membership if you want free stuff)
3. Wi-Fi connection
A few notes:
-You can use OTA Rootkeeper to temporarily unroot. Haven't personally done this because I'm on CM7 and lazy.
-Since it's not designed for our phones the layout is a little funky.
-For Amazon logins: Select a free video and purchase it. After that you should get a login screen.
-Works on some tablets too.
I realize this has some limited uses, but I figured others may be interested in checking it out. Maybe someone can even figure out how to get around the root/wi-fi bottlenecks?
And yes, I know you can just use desktop mode and log in to the site via a browser.
Have fun!
Cool thanks... I'm a prime member, so I'll give it a try when I get me Asus Transformer Prime in a couple of weeks. Thanks for the .apk though.

[Q] Post rooting question (before I actually root this crazy thing)

Hey guys, I am about to follow the root instructions found here: http://forum.xda-developers.com/showthread.php?t=1354487
But before I do it I want to know what features could/will be lost in doing this. Obviously the auto-update (which makes complete sense). But in general I like the interface for now. It has its drawbacks, but I like the built-in mail client and the browser is fine for the most part. In the future I might also want to try ICS on it, but for now I am happy to use the built-in interface.
I really just want to root so that I can side load apps so that I don't have to pay B&N for apps that are otherwise free on the Android Market. That and I have never been a fan of auto-updates. But I want to keep the mail client and I especially want to keep the ability to read their entire digital catalog for free while I am in a B&N store.
Hell I would like to take that a step further and get it to work outside the store if possible. But I would settle for just keeping the original feature. I tried it earlier today and I love that feature.
So I would like to know if I would lose any of those features when I root this device. Does anyone know?
Thanks,
Patrick
When you Root you can still use the stock Nook "Home" launcher. You can install a second launcher and switch between the 2 on the fly so that you have "Nook Mode" and Tablet Mode".
2 warnings:
1) when I rooted and added Gapps, something broke the stock email client and I was not able to find a quick way to fix it.
2) I have not found a way to get Android Market or side loaded apps to show up int he stock Nook "library" so they can only be accessed via the "search" function or my using an Android Launcher with a normal app drawer.
I use the Nook Color App Manager to add sideloaded apps to the stock Nook home screen and/or library. It works great.
There is a detailed artile at liliputing....Do a Google search for: "How to add sideloaded apps to your NOOK Tablet home screen, app library" As a new member I can not post a direct link. Sorry.
William
Hey guys it looks like the read in store ability works just fine still. I got this device rooted last night. Now iwant to see if this ability can be retained somehow while upgrading to ICS. It would also rock to be able to access the in store readable items from any wiring connection.
Thanks for the help!
Sent from my BNTV250 using xda premium
ncguy68 said:
I use the Nook Color App Manager to add sideloaded apps to the stock Nook home screen and/or library. It works great.
There is a detailed artile at liliputing....Do a Google search for: "How to add sideloaded apps to your NOOK Tablet home screen, app library" As a new member I can not post a direct link. Sorry.
William
Click to expand...
Click to collapse
Here is the link
Thanks!

Using a sideloaded Launcher with USB HID and rooted system for profit

How to make your Nexus Q awesome with built in Android ICS (using CyanogenMod Trebuchet Launcher per this example).
This is by popular demand on Youtube and other places to demonstrate how I love my Q at the moment, which I obtained from someone who attended IO 2012. I was playing with it to see how capable it is with stock OS and kernel at handling 1080 content. It took me longer to write these instructions than root the device. Much of what is noted here is scattered on the forums and internet, but more than one person told me they didn't see an explanation matching what they saw in the video.
WARNING WARNING WARNING:
If you proceed with these instructions, you will be unlocking your device. If you do not know what "fastboot oem unlock" means, you should research it FIRST and understand you are officially bypassing a disclaimer when running "fastboot oem unlock_accept". If you do not have Jelly Bean and got it off eBay (like me), you will need to hack the actual APK from Google some for core functionality. This document expects advanced understanding of Android, and many assumptions are made. I have tested it locally, but since my Q is already unlocked, I cannot go back to the beginning for complete testing. Proceed at your own caution.
Assumptions: You have a secksy Nexus Q. Also, if you have an ICS client device without Jelly Bean, or the Google Apps aren't doing enough for you, this document covers these areas. I run with the assumption you do not have a JB client device (I own a Note, Tablet S, and HTC Doubleshot all running ICS builds).
Pre-req:
*SKIP IF RUNNING JELLY BEAN ON CLIENT DEVICE* -- Somehow get the NexusQ client apk. I personally updated my SDK value to 16 in build.prop, and it showed up. Then adb pull the apk, use apktool to decompile it, edit the manifest to use SDK version 15 rather than 16, and use apktool/jarsigner to install it to an ICS client.
*SKIP IF YOU HAVE ENABLED USB DEBUGGING ON NEXUS Q* -- Use the Nexus Q Client app (installed above if in ICS) as owner, enable USB Debugging in Advanced. This (should) magically enable ADB Network mode too (it did for me). Via nmap, I found it listening on port 4321.
fastboot is installed on PC.
adb is installed on PC (and can see the Q).
Sources:
http://droidcloudshare.blogspot.com/2012/07/rooting-and-getting-hid-mouse-to-work.html#more
http://bliny.net/blog/post/How-to-Root-Nexus-Q-(Temporarily).aspx
For kernel (modules): git clone https://android.googlesource.com/kernel/omap. Branch is android-omap-steelhead-3.0-ics-aah.
Steps:
Connect PC to Q via USB.
Run 'adb reboot bootloader'
Run 'fastboot oem unlock'. Then (Within 5 seconds run this to confirm): 'fastboot oem unlock_accept'.
Download this file -- http://www.bliny.net/downloads/nexusq-boot.img. It is a Nexus Q boot.img with ro.secure=0, allowing us to remount /system and root device.
Setup USB Debugging in Nexus Q via client app all over again (may require clearing data from client device Nexus Q app).
Run 'adb reboot bootloader'
Run 'fastboot boot nexusq-boot.img'. Your Nexus Q will now boot up unlocked, allowing:
Run 'adb remount'
Push 'su' and 'Superuser.apk' from a good source. I use nightly CM9 su/Superuser from my HTC Doubleshot. Put su in /system/xbin/, put Superuser in /system/app. chmod the su binary 06755. (There's many pages documenting how this is done).
*OPTIONAL BUT RECOMMENDED* -- adb push busybox binary from a known good source (I also use recent CM9 binary). Busybox will allow you to do things like remount /system and other necessary shell commands after the temporary ro.secure=0 boot up. This might also be a good time to push bash, or whatever linux utilities you'd like to have.
*OPTIONAL BUT RECOMMENDED* -- adb install the default Browser.apk from your good source, such as CM9. No browser is on the Q by default. Chrome will work, so will Firefox. Adobe Flash works (very well) with the CM9 Browser.apk in stock ICS on the Q.
*OPTIONAL* -- Install gapps, just like you would via clockworkmod. Hell CWM maybe out there for all I know. I did it manually, pushing the libs/apks/etc to the right places on /system. Gmail/Play/Youtube all work.
Sideload/Install a Launcher, I choose Trebuchet, also from nightly CM9 Doubleshot. adb install the apk, it will work.
*OPTIONAL* -- Sideload as many apks as you like for testing. I was lazy, and grabbed my apps from my Doubleshot /data/app directory. I then did a simple scripted command to install them all. 'for i in *.apk ; do adb install $i ; done'.
Profit.
How I profit:
From a PC or phone (I personally use ssh on my HTC Doubleshot), adb into the device again (I use adb connect network), and run:
'am start com.cyanogenmod.trebuchet/.Launcher'
This starts Trebuchet, and you now have a Launcher. Not everything works (wallpapers and home button mapping), but you have it up. If using USB keyboard like I am, ALT+TAB gets you around well.
Use a USB Micro USB dongle with USB wifi keyboard/mouse combination. I have two of them (adapters and keyboards), they all work. It makes navigation neato.
Install CIFS module: Grab android-omap-steelhead-3.0-ics-aah branch from https://android.googlesource.com/kernel/omap, and compile the CIFS and md4 modules. Push these to the Q via adb. Install them in /system optionally. Load them via insmod. I scripted it: 'for i in /system/lib/modules/* ; do insmod $i ; done'.
EDIT -- See Page 3 for instructions verbose on making a cifs module and loading it.
I map the IP in /etc/hosts on my PC, so "nexusq" is the network address, making adb connect simply 'adb connect nexusq:4321').
I know there's more. I love this thing. Highlights include Netflix and Youtube HQ, Vplayer playing 1080 mkvs of 17gb in size across CIFS, games working (Angry Birds, etc), Apollo music working, G+ is neat, etc.
And there's much more hacking to do, I did this with limited time.
You tube video (CAUTION IT SUCKS FOR SHAKINESS):
http://youtube.com/watch?v=ejYNDt0EUuA
kornyone said:
You tube video (CAUTION IT SUCKS FOR SHAKINESS):
http://youtube.com/watch?v=ejYNDt0EUuA
Click to expand...
Click to collapse
i have that youtube shakiness issue even with the stock build when using my galaxy nexus to play the files on the q
mejdam said:
i have that youtube shakiness issue even with the stock build when using my galaxy nexus to play the files on the q
Click to expand...
Click to collapse
I actually meant my recording was shaky, as in I was moving all over the place and more focused on showing off stuff than keeping the camera pointed at the TV. I also rambled. It was late. I planned to re-record the video on Youtube, but it picked up popularity over night.
As for Youtube on the Q to the TV via HDMI -- as you can see in the video I am playing Radiohead Coachella HD, and it looks/works great. I have watched quite a bit of content on YouTube without issue.
I got my Q today. Can't wait to modify it to make it more capable of stuff
Sent from my Galaxy Nexus using xda premium
Great work! Could you test the tablet remote app to control the q? Would be incredible if it worked. Thanks!
Does the Android Market work?
Are there any apps/limitations that don't work?
How is the responsiveness on the device, using the keyboard and mouse and loading up heavy websites? Can the processor keep up?
I saw in your video that when you press home on the keyboard it takes you to the Nexus Q's "home". Would it be possible to go to your apps on the settings screen and remove all the defaults from the Nexus Q's launcher, then when you press home it should ask you about which home do you want to go to and have a check-box for if you want to set one as default? I'm not sure if that would work, but it's an idea.
Would it be possible for you to post the modified apk that works on ICS devices for those that are unfamiliar with the apktool? I promise a quick and generous donation for your time and effort if you can. :good:
thevaristy said:
Great work! Could you test the tablet remote app to control the q? Would be incredible if it worked. Thanks!
Click to expand...
Click to collapse
I plan to play with more input devices, specifically Bluetooth soon. I have not had a chance to hack the Q since Saturday, but soon It's near the top of my list.
You say "app" -- is there one in specific you're referring to?
Paul22000 said:
Does the Android Market work?
Are there any apps/limitations that don't work?
Click to expand...
Click to collapse
Yes, Google Play Market works. I don't have a screenshot of it, but I have one of play.google.com telling me my Q is not compatible with Github's new app (I saw it yesterday at work) -- http://dl.dropbox.com/u/44767242/images/google-play-cut.png.
I would say 75% of the apps of the apps I looked at in my history of downloaded apps were "Not Compatible" via Market. I am sure this is due to build.prop data and other build information. Sideloading "Not Compatible" apks proves most are compatible. Since the Market is so vast, many applications do show up as "Compatible" with the Q, and will install natively.
yokken said:
How is the responsiveness on the device, using the keyboard and mouse and loading up heavy websites? Can the processor keep up?
Click to expand...
Click to collapse
Keyboard and mouse are quick. No issues there. Loading heavy websites is fine depending on the type of content on it, and browser chosen. I found some pages that brought it to a halt when using desktop browsing mode (like G+) in Browser.apk from my recent CM9 builds (there's not a Brwoser on the Q). However things I thought would bomb out, like heavy Flash video embedded pages or other pages were fine.
Putting it in Tablet DPI range (~213 or so) makes the Chrome browser use native tabs like you're used to on your PC. @1080p, this is sweet. It's a shame it requires a DPI hack to get this.
Mars11_ said:
I saw in your video that when you press home on the keyboard it takes you to the Nexus Q's "home". Would it be possible to go to your apps on the settings screen and remove all the defaults from the Nexus Q's launcher, then when you press home it should ask you about which home do you want to go to and have a check-box for if you want to set one as default? I'm not sure if that would work, but it's an idea.
Click to expand...
Click to collapse
It's not the defaults option, I did check this. I also installed third party apks to help remap it. I found it's embedded in the startup of the Q's hub activities, and I did not want to rip it out, since I have not found a Factory Restore Image from Google (yet).
bobukcat said:
Would it be possible for you to post the modified apk that works on ICS devices for those that are unfamiliar with the apktool? I promise a quick and generous donation for your time and effort if you can. :good:
Click to expand...
Click to collapse
I can whip that up. I will make sure it's the latest Nexus Q apk in the Market, which last I looked, had never been updated.
Also JB did drop for AOSP, depending on your device, you could have compatibility soon
kornyone said:
I plan to play with more input devices, specifically Bluetooth soon. I have not had a chance to hack the Q since Saturday, but soon It's near the top of my list.
You say "app" -- is there one in specific you're referring to?
The app is called tablet remote. Name is kind of lame, but here is the link...
https://play.google.com/store/apps/...wxLDMsImNvbS50b3VybmVzb2wudGFibGV0cmVtb3RlIl0.
Click to expand...
Click to collapse
Oh yeah, I got a lot of feedback for this video. and I have more planned (as I am sure plenty others do!).
I created ##nexusq on Freenode, as I could not locate a pre-existing Freenode channel for Nexus Q haxxoring conversation. I am on there. I am not very good at checking XDA.
Is it possible to connect a mouse via bluetooth, or even connect to a laptop via bluetooth?
As for the mouse yeah. Its advertised on the front page:http://www.xda-developers.com/android/connect-an-hid-bluetooth-mouse-to-the-nexus-q/
I'll give you a killer feature request: Play my own media either via (preferred) an attached network drive or a an directly attached drive.
I tried the entire Saturday to make the "Tablet Remote" to work on Q but I couldn't, for some reason the Q showed as connect to the Galaxy Nexus when I asked for the connection but the Gnex showed as declined.
There is something related to the pairing key that is not working, the logcat showed that was not giving the correct key as answer and also the key didn't show on the Q screen...
I'll keep digging it, and really hope that someone discover how to do it quickier than me, it's something that is killing me and it's now the matter of honor!
I'm not too skilled, but without keyboard and mouse I did a lot of tricks on my Q using the adb, waiting for the host cable to start to play hard on it! I hope to discover something that could help the community!
thanks for getting the ball rolling!
Thanks so much for the groundbreaking work on this, I managed to reproduce all the steps excepting compiling CIFS.
To those that want to play networked stuff - I'm able to stream video via upnp over a network either through vplayer or upnp + mxplayer. Able to play angry birds, etc. Although Google Play movies aren't showing the free transformers one I got from Google I/O. Maybe cause it's locked to my Nexus 7?
Sideloading helps a lot, take advantage of adb over the network. Installing gapps from CM9 nightly works awesome. It would be nice to get trebuchet to autostart, I'm sure there's a way to do this, but I'm not knowledgeable enough to know if there's a way to start it via a run time / on boot level.
For keyboard and mouse, I'm using one of these: USB-Micro-Female-Male-Adaptor that I trimmed down with a knife to fit in the port.
I plug in a keyboard with a built in hub and a mouse goes into that. Works great, sort of like an Atrix docked.
If anyone is stuck I'm more than happy to help.
help
which program are you using on your sideshoot? I am trying to adb from my transformer prime and I guess I am not as much of an expert as I thought. Any help would be awesome.
ace2die said:
which program are you using on your sideshoot? I am trying to adb from my transformer prime and I guess I am not as much of an expert as I thought. Any help would be awesome.
Click to expand...
Click to collapse
Hey there
I'm sideloading on an ubuntu machine. I can't post links yet, but you basically need to follow
http:// forum.xda-developers.com/showthread.php?t=1550414
That will put adb on your machine. Use a charging cable to connect to the back and use a Nexus 7 to put your Q in developer mode.
Download the fastboot image and follow the directions from there.
Then run the adb scripts from that pc.
You'll also need, as in the instructions, a way to get certain programs off ICS (Su and superuser) and some launcher (trebuchet, nova, etc).
Hope this helps!

Proud to provide shield tv owners with my guide to ouya anywhere without needing root

https://http://youtu.be/zcFfDTOZSUs
I figured this out,you will not require a rooted nvidia shield android tv,the controller for your shield works as a native ouya controller for this as well so no messing with setup,just install and launch the required apks and bang you have a shield android tv running ouya anywhere guys . :good:
I am a modder,I only use previously made tools.So thanks to everyone who contributed the apks needed for this mod
link to files?
Dead link & no link to files
Hello friend,
But the link doesn't work.
Easy enough to work out the link;
https://www.youtube.com/watch?v=zcFfDTOZSUs&feature=youtu.be
It's a bit clunky in the video tutorial department,but as stated it is easy to work out from within the video the site I go to is shown just look up the title name of the site to get there in google search,thanks for pointing out that it's in the video.If your having issues in an android based web browser if that's the way your trying to download,then sometimes links and certain website areas you click don't open unless you switch your browser to desktop mode or desktop view in the browsers settings the site is called s-config so type in google s-config ouya everywhere aps this should point you to the page with the link in google search,that's the easiest way to explain it in order to download,but make sure the browser is in desktop mode or desktop view mode from the settings inside your browser application.Use a file manager like es file explorer to extract the downloaded zip file containing the apks,run them all and then reboot the shield tv,then go to settings/apps and open ouya launcher setup your account as the video shows with a real credit card or test credit card if you don't wish to use a real one.

[AAPPS] Amazon Appstore Shortcut

After successfully converting my BLU R1 HD to the non-Prime version, I discovered something cool. The non-Prime version includes a shortcut in the app drawer to open Amazon Appstore. It also handles it in such a way that Android will treat Amazon Appstore and Amazon Shopping like two different apps, even though they are really the same app behind the scenes. This is far more elegant than Amazon's official solution, which is to place a shortcut on your homescreen (not in your app drawer) which doesn't even act like it's own activity in the Android Task Manager. Very nice. I have taken the liberty of extracting the APK that makes this possible and making it available for all phones. It's attatched. Just grab it and install it on any phone for a seperate Amazon Appstore. You will need Amazon Underground app installed, of course. This does work on any phone, but I'm putting it here because this is the phone I extracted it from. If this is the wrong place, my bad, sorry. Enjoy!
The APK is attached to this post. There's also a mirror on my server at the link below.
[REDACTED]
Update 2: Presumably due to F-Droid's store link stealing technique, you must specifically choose Amazon and "Always" when opening it for the first time after installing F-Droid or this app, whichever comes last.
Update 3: I think this is really cool, but I would like to reverse engineer it to come up with a better version. Keep your eyes out for that in the coming months.

Categories

Resources