Side loading apps. - Fire TV Q&A, Help & Troubleshooting

Since we cannot get to other sources to install an app on firetv I've been using adb and my win7 pc.
I think I saw another method posted, installing apks already on tablet. I could not find it, and I don't think it used this method. My apologies for not crediting someone else if that's what I'm doing.
I installed "AnySend" and "Terminal Emulator" using adb and pc.
I sent app via any send to firetv.
Ran terminal keyboard very helpful if not needed
Used ls and cd to navigate to Any Send dir.
adb kill-server
adb start-server
"daemon started"
adb install "side loaded apk name"
If installed "success"
ls list directory contents
cd "name" changes directory
Woody
Sent from my SM-P600 using Tapatalk

woodsonmh said:
Since we cannot get to other sources to install an app on firetv I've been using adb and my win7 pc.
I think I saw another method posted, installing apks already on tablet. I could not find it, and I don't think it used this method. My apologies for not crediting someone else if that's what I'm doing.
I installed "AnySend" and "Terminal Emulator" using adb and pc.
I sent app via any send to firetv.
Ran terminal keyboard very helpful if not needed
Used ls and cd to navigate to Any Send dir.
adb kill-server
adb start-server
"daemon started"
adb install "side loaded apk name"
If installed "success"
ls list directory contents
cd "name" changes directory
Woody
Sent from my SM-P600 using Tapatalk
Click to expand...
Click to collapse
Here is how I am doing it and I learned it from here: http://www.xbmchub.com/forums/threa...Using-Nothing-But-Your-Android-Phone-Or-Table

byrdcfmma said:
Here is how I am doing it and I learned it from here: http://www.xbmchub.com/forums/threa...Using-Nothing-But-Your-Android-Phone-Or-Table
Click to expand...
Click to collapse
better yet you can try the app I created
http://forum.xda-developers.com/showthread.php?t=2736774

imtiajmeah said:
better yet you can try the app I created
http://forum.xda-developers.com/showthread.php?t=2736774
Click to expand...
Click to collapse
Yeah, I saw that, but with my way I don't need a computer, just my rooted nexus 5. I thought the OP was looking for a way to do this without a computer.

Thanks for replies. I'm lazy. I see an app I want to install. I send file from my tablet to fire tv using any send. Many other programs will work I just like this one. open terminal, navigate to install directory, use adb to install. Seems pretty simple.
Woody
Sent from my SM-P600 using Tapatalk

Related

[Q] Rooting Help

I apologize if this is already answered somewhere. I searched everywhere and could not find anything, but I might be using the wrong wording.
Anyways I am attempting to root my G2. I have managed to get adb onto the computer and it recognizes my phone. However, the next step in the wiki says to:
ON YOUR PC: Unzip the gfree_temp-root.zip files to a folder. From a cmd window or terminal, navigate to that folder and execute these commands:
$ adb push su /sdcard/su
$ adb push Superuser.apk /sdcard/Superuser.apk
$ adb push rage /data/local/tmp/rage
$ adb push busybox /data/local/tmp/busybox
$ adb push root /data/local/tmp/root
$ adb shell chmod 0755 /data/local/tmp/*​
However, it gives me error messages such as 'adb' is not recognized. I'm sure I am missing stupid but I cannot figure it out. Thanks in advance.
Just use visionary, it is much easier. Click temp root and when it is done perm root
http://android.modaco.com/content/h...m/320722/19-nov-r14-visionary-one-click-root/
Sent from my HTC Desire using XDA Premium App
I don't trust visionary. I want to go about this the safest way which is the gfree method.
Sent from my T-Mobile G2 using XDA App
Make sure that the adb (and other stuff tha got installed) is in your PATH environment, or cd to that diectory and work from there.
Sent from my HTC Vision using XDA Premium App
o0olove said:
I don't trust visionary. I want to go about this the safest way which is the gfree method.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
I used visionary and it worked just fine, but you do what you feel best with
Sent from my HTC Desire using XDA Premium App
bradley_e_smith said:
Make sure that the adb (and other stuff tha got installed) is in your PATH environment, or cd to that diectory and work from there.
Sent from my HTC Vision using XDA Premium App
Click to expand...
Click to collapse
I checked the path a few times because I thought that was the problem. However, it all looks good. I'm going to try on another computer tonight and see if that helps.
Did you make sure that all the necessary drivers were installed?
When you type 'ADB Devices' does it show your phone?
I used visionary and terminal emulator and haven't had any problems at all.
_________________________________
Sent from my CM7 T-Mobile G2 using XDA app
tazz9690 said:
Did you make sure that all the necessary drivers were installed?
When you type 'ADB Devices' does it show your phone?
Click to expand...
Click to collapse
Yes it shows my phone when I type 'ADB Devices' That's what's causing my confusion. I've reinstalled all the drivers that are needed. From what I am seeing it SHOULD work.

Adb

Hey guys I'm getting setup to root my buddies Evo shift. I Dloaded android sdk followed the instruction. I've opened cmd.exe when I type in a command it says it says 'adb ' is not recognized as an internal or external command, operable command or batch file.
I'm trying it out on my Evo first just to get familiar with the system any direction is greatly appreciated
Sent from my PC36100 using XDA App
30bushido1 said:
Hey guys I'm getting setup to root my buddies Evo shift. I Dloaded android sdk followed the instruction. I've opened cmd.exe when I type in a command it says it says 'adb ' is not recognized as an internal or external command, operable command or batch file.
I'm trying it out on my Evo first just to get familiar with the system any direction is greatly appreciated
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
What version of windows are you on? You followed all of the instructions on setting up adb from that thread in the Shift forums? I also rooted my roomate's Shift, and I read that adb setup tutorial when I was over there. It was pretty solid. I already had adb set up, but read it through to see. When I set up adb, I had someone advise to me to place the adb.exe, and that .dll file (found in platform tools, in the SDK download) in my 'system32' folder of my PC. Once I placed those two files in the 'system32' folder, adb has worked flawlessly.
Also, have you made sure you have all the correct drivers installed? I believe I also had to install HTC Sync, because that installed some drivers that were necessary. Once it installed, I uninstalled it (the drivers will remain installed) because it can interfere with adb communication, apparently. Hope you get it set up. Once you do, rooting the Shift wasn't hard. Just follow the instructions to the t, and just copy and paste the commands, to eliminate the possibility of messing up the commands.
Thanks man I'm gonna give the HTC sync thing a shot
Sent from my PC36100 using XDA App
30bushido1 said:
Thanks man I'm gonna give the HTC sync thing a shot
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
You're welcome, feel free to PM me if you have any more issues.
to get adb to work, you need to be in the same directory as all of the sdk tools to use my setup as an example, my stuff is located in
C:\SDK\platform-tools
when I open the cmd prompt, it starts in
C:\Documents and Settings\Chris>
to change directories, type
C:\Documents and Settings\Chris>cd \
the display will change to
C:\>
type (in my example, yours may vary unless you set your folders up the same way)
C:\>cd SDK\platform-tools
it will change to
C:\SDK\platform-tools>
then you will be able to use adb commands like push/pull, shell, devices, etc.
Muellersirch said:
to get adb to work, you need to be in the same directory as all of the sdk tools to use my setup as an example, my stuff is located in
C:\SDK\platform-tools
when I open the cmd prompt, it starts in
C:\Documents and Settings\Chris>
to change directories, type
C:\Documents and Settings\Chris>cd \
the display will change to
C:\>
type (in my example, yours may vary unless you set your folders up the same way)
C:\>cd SDK\platform-tools
it will change to
C:\SDK\platform-tools>
then you will be able to use adb commands like push/pull, shell, devices, etc.
Click to expand...
Click to collapse
By putting the adb.exe and the .dll files in the 'system32' folder, that will allow you to execute adb commands from any directory in the command prompt. I don't have to navigate to my sdk tools to use adb. It saves a few steps, so you can just open up your command prompt and command away.
Or you can put the directory that contains adb in your system PATH. This will let you execute adb in a command prompt anywhere...
Sent from my ADR6300 using XDA App
I'm running wd7. I've gone through it again and installed the drivers then uninstall HTC sync I'm still not able to access sdk through the command prompt. I know its something simple I'm missing how do I move adb to the system path
Sent from my PC36100 using XDA App
C:\user\paul>
Is what the terminal reads any command I enter is not recognized as an internal or external command.
I have got the command list to show up but cannot exicute any of them
Sent from my PC36100 using XDA App

[Q] problem with themeing

So everything gone fine till I try to push the framework-res.apk to my phone.
adb push framework-rez.apk /system/framework/
'adb' is not a recongnized as an internal or external command,
know I understand what that means but I installed SDK manager and had no cmd in there so I just used Command Prompt. If that is all of my problem how to I get SDK cmd? It didnt install when I installed the problem.
Omnicide said:
So everything gone fine till I try to push the framework-res.apk to my phone.
adb push framework-rez.apk /system/framework/
'adb' is not a recongnized as an internal or external command,
know I understand what that means but I installed SDK manager and had no cmd in there so I just used Command Prompt. If that is all of my problem how to I get SDK cmd? It didnt install when I installed the problem.
Click to expand...
Click to collapse
It's not enough to just install SDK manager, you also have to install ADB if you want to interface with your phone through your computer. You shouldn't have to go through SDK manager to use ADB once you have it installed, it should work straight through windows command prompt.
http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
That will walk you through installing adb. Good luck.
yoft1 said:
It's not enough to just install SDK manager, you also have to install ADB if you want to interface with your phone through your computer. You shouldn't have to go through SDK manager to use ADB once you have it installed, it should work straight through windows command prompt.
http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
That will walk you through installing adb. Good luck.
Click to expand...
Click to collapse
Well thank you that helped me get pass that issue. Now how do I change the permissions on my phones framework-res.apk?
The error I have now is
"failed to copy 'framework-res.apk' to '/system/framework/framework-res.apl': Read-only file system."
I can't seem to figure a way around this.
Omnicide said:
Well thank you that helped me get pass that issue. Now how do I change the permissions on my phones framework-res.apk?
The error I have now is
"failed to copy 'framework-res.apk' to '/system/framework/framework-res.apl': Read-only file system."
I can't seem to figure a way around this.
Click to expand...
Click to collapse
I had that issue too, how I bypass it is to boot to CWM, go to "mounts and storage", then mount /system (and /data if that's relevant to what you're pushing). Others have used a line of code to mount the system from the PC end, but I find this easier to do through the phone.
yoft1 said:
I had that issue too, how I bypass it is to boot to CWM, go to "mounts and storage", then mount /system (and /data if that's relevant to what you're pushing). Others have used a line of code to mount the system from the PC end, but I find this easier to do through the phone.
Click to expand...
Click to collapse
Thank you that did the trick
Go to the system32 folder on your c drive and copy cmd from there to your tools folder in the sdk.
Now when you want to push, put the files you want to push in the tools folder and then open up the cmd that you placed in that folder, then run the push command.
Sent from my Galaxy Nexus using xda premium
Master&Slave™ said:
Go to the system32 folder on your c drive and copy cmd from there to your tools folder in the sdk.
Now when you want to push, put the files you want to push in the tools folder and then open up the cmd that you placed in that folder, then run the push command.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thanks ill give that a try in morning. That would be a better then how im doing it now my stuff is in all random folder and locations to get it to work.
Sent from my SGH-T989 using xda premium
Omnicide said:
Thanks ill give that a try in morning. That would be a better then how im doing it now my stuff is in all random folder and locations to get it to work.
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
That's actually how I do it so it should work for you. Good luck
Sent from my Galaxy Nexus using xda premium
Master&Slave™ said:
That's actually how I do it so it should work for you. Good luck
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
It worked for the file being in that folder and all. But I still have to do it in recovery and unmount system. I still get the read-only error

cannot root kindle fire2

it cannot find the path specified what do i do ?
Try running the tool a few times, the first never 'takes' for me.
Sent from my KF2 using xda premium
root 10.2.3
what tool...please help...is it working for newest firmware...How do you stop updates to keep root...
neutopian said:
Try running the tool a few times, the first never 'takes' for me.
Sent from my KF2 using xda premium
Click to expand...
Click to collapse
bernmed2005 said:
what tool...please help...is it working for newest firmware...How do you stop updates to keep root...
Click to expand...
Click to collapse
To any and everyone who knows how. Which way is the proper way as of Today to root the kf2? To many videos and guides they confusing me and then when I tried a method i saw on youtube it wouldnt recognize my device but then again it was for the 6.3 version I believe. I need this rooted before christmas because I'm bought it to give as a gift but without root I feel like playing frisbee #frustrated
Took me 10seconds to find this thread which works for the KF(2) (also reported for the 10.2.4 firmware)...just follow the steps (before make sure you got the right adb driver installed) and you device should be rooted!
http://forum.xda-developers.com/showthread.php?t=2035334
Can`t understand why people don't use the search option, even when i type in google "kindle 10.2.3 root" i`ll get a solution for it!
Ill try here n a minute I did actually search just to make it known my version is 10.2.1
FreeGsIII 2.0 #SPURNATION
barberboy420 said:
Ill try here n a minute I did actually search just to make it known my version is 10.2.1
FreeGsIII 2.0 #SPURNATION
Click to expand...
Click to collapse
OK so I just tried and it does NOT recognize my device I installed drivers uninstalled drivers and re installed them again AND I dl the drivers that came in the Qemu root method and like always my laptop says that the drivers are already installed and when I click next anyway it tells me I have latest version .....What gives maaaaaaan? #headache
I found that I had to plug out the kindle. Un install the device from device manager. Then with adb already enabled plug it back in. Then it should fail to automatically install the driver from there you can install.
Sent from my GT-I9300 using xda app-developers app
arranstobbs said:
I found that I had to plug out the kindle. Un install the device from device manager. Then with adb already enabled plug it back in. Then it should fail to automatically install the driver from there you can install.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
How do you uninstall? I go to device manager and see kindle listed and adb interface below it but when I right click kindle I don't get a un install option
FreeGsIII 2.0 #SPURNATION
Use This thread to root, add new apps and make ur kindle a better place.
http://forum.xda-developers.com/showthread.php?t=2035334
Regards,
Amitz...
No bueno. ........SMH
Gs3 Sac23's ROM GO SPURS GO!
alright peeps?
check out this method and the notes i added
easiest way to do it
http://forum.xda-developers.com/showthread.php?t=2051270
worked for the latest version
How I re-rooted the KF2 after much aggrivation and little sleep
Actually, I just re-rooted but, was not that simple. Had to do some manual commands using adb to push su and whatnot. Took several fails, too.
Credits to all of XDA-devs
First thing you have to do tho is: Navigate to your Android SDK folder and download the newer drivers for the KF2 then update the drivers in Windows. Launch "Android SDK Manager" then click Tools then "Manage Addon Sites". In the next window, click the tab at the top titled, "User Defined Sites". Then, click "New" and add this line:
http://kindle-sdk.s3.amazonaws.com/addon.xml
Click to expand...
Click to collapse
Next: install the Gen 2 drivers and anything else you are missing from the Android 4.0.3 package.
Then: Using "Device Manager" in Windows, update the drivers for your Kindle and reboot your computer.
Then, do this: Root_with_Restore_by_Bin4ry_v18
Then use this: tf101_ics_root.zip
Then download this:
Then: unzip or unrar that and take "Superuser.apk" from the system\app folder and "su" from system\bin and paste them in the
"adt-bundle-windows\sdk\platform-tools" directory.
Then while in "adt-bundle-windows\sdk\platform-tools", hold "Shift" while right-clicking anywhere in the folder that is empty and choose, "Open Command Window Here"
In the Command Window:
Code:
adb devices
adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb devices
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
adb reboot
adb devices
adb shell mount -o remount,rw /system
adb push su /system/xbin/su
adb shell
chown 0.0 /system/xbin/su
chmod 06755 /system/xbin/su
rm /data/local.prop
exit
adb reboot
adb install Superuser.apk
You should now be rooted. Open the superuser app and make sure it's up to date and working.
If after any of these commands you get "permissions denied" you have to start over.
I'll attach that "Superuser-3.1.3-arm-signed.zip" at the bottom here:
md5: b3c89f46f014c9df7d23b94d37386b8a
Click to expand...
Click to collapse
barberboy420 said:
No bueno. ........SMH
Gs3 Sac23's ROM GO SPURS GO!
Click to expand...
Click to collapse
I had the same issue. I updated SDK, uninstalled all drivers, unplugged the fire2. Then in SDK went to tools, manage addon sites, selected user defined sites, added new and copied: http://kindle-sdk.s3.amazonaws.com/addon.xml, then ok, close, scrolled to the botom of SDK manager, under extras there were 2 kindle fire options, I selected both and installed them, then closed SDK manager.
I wen to the folder were SDK resides, then folder: extras\amazon\kindle_fire_usb_driver and installed the fire USB drivers, then pluged in the kindle, then execute the instructions posted here (http://forum.xda-developers.com/showthread.php?t=2051270) and everything worked like a charm. I hope this works for you! (BTW this solution was developed by someone else can't remember who, but I founded it, used it and shared it).
hi , thanks for ur kind instructions .
im stuck at : Using "Device Manager" in Windows, update the drivers for your Kindle and reboot your computer.
when i try to update kindle windows doesnt automatically find drivers . which folder shall i give so it finds drivers ?
mp3hot said:
hi , thanks for ur kind instructions .
im stuck at : Using "Device Manager" in Windows, update the drivers for your Kindle and reboot your computer.
when i try to update kindle windows doesnt automatically find drivers . which folder shall i give so it finds drivers ?
Click to expand...
Click to collapse
Try removing the drivers and then installing them using the installer in the post above yours.
Sent from my KFOT using Tapatalk 2

[Q] Problem sideloading kodi.tv

I am having issues. The first time I tried this I thought it was a success as I went through the steps and got the loading screen on the fire tv to come up. I waited for about 10 minutes and then the firetv reset but Kodi did not install.
Now I am trying to do it and when I hit enter after the string to sideload the .apk nothing happens. I get no response in the terminal and it just goes to the next line. I cannot figure this out for the life of me.
I am using terminal on a mac. This method http://sideloadfiretv.com/sideload-apps-amazon-fire-tv-mac/
please help.
Try the additional "-r" option during install ('-r' means reinstall the app, keeping its data).
For e.g.:
Code:
adb install -r kodi.apk
Calibaan said:
Try the additional "-r" option during install ('-r' means reinstall the app, keeping its data).
For e.g.:
Code:
adb install -r kodi.apk
Click to expand...
Click to collapse
Thanks - I am brand new to mac so this is new to me. So basically my string would be
./adb install /Users/YourUserName/Desktop/-r filename.apk
?
seagood3 said:
Thanks - I am brand new to mac so this is new to me. So basically my string would be
./adb install /Users/YourUserName/Desktop/-r filename.apk
?
Click to expand...
Click to collapse
No. The option "-r" must be used before the complete path to the APK file. Have a look:
Code:
./adb install -r /Users/YourUserName/Desktop/filename.apk
Calibaan said:
No. The option "-r" must be used before the complete path to the APK file. Have a look:
Code:
./adb install -r /Users/YourUserName/Desktop/filename.apk
Click to expand...
Click to collapse
I just tried this and got the same issue where when I hit return, it just drops down to the next line. I don't understand this.
seagood3 said:
I just tried this and got the same issue where when I hit return, it just drops down to the next line. I don't understand this.
Click to expand...
Click to collapse
Couldn't you use adbfire on your mac..... it's available from this link http://forum.xda-developers.com/showthread.php?t=2786505 it might make things a little easier...
slackbladder said:
Couldn't you use adbfire on your mac..... it's available from this link http://forum.xda-developers.com/showthread.php?t=2786505 it might make things a little easier...
Click to expand...
Click to collapse
I haven't used that because I am running into all kinds of issues. First I got the "Can't create log file" error. I googled that and see that I need to drag the app onto the desktop or into the applications folder. The problem is when I try to move it I get another error message "The operation can’t be completed because you don’t have permission to access some of the items". I feel like such a newb with this Mac. I have no clue how to troubleshoot.
any help?
Any chance you have a Windows PC connected to your network that you can try? I did this (http://sideloadfiretv.com/sideload-apps-amazon-fire-tv-windows/) and had no issues.
If you can get ES File Explorer onto the FireTV, then you can go to Network/Cloud and add an account, connected it to a Dropbox account, then just download apks and open them from ES File Explorer, you won't need the PC or adb any more.
seagood3 said:
I just tried this and got the same issue where when I hit return, it just drops down to the next line. I don't understand this.
Click to expand...
Click to collapse
Can you even connect to the aTV?
Try some ADB commands to see if ADB does really work:
Code:
adb devices
This should list all via ADB connected devices. If the list is empty you´re not connected.
When your device is connected try some basic shell commands:
Code:
adb shell
This opens a bash shell. Within this shell type
Code:
ls
and the directory content of the actual folder should be listed.
ADB shell can be left with:
Code:
exit
If this isn´t working, check your ADB version you have installed and try to install a newer/other one. I had such an issue once on Windows with an Android tablet which couldn´t be connected with the ADB version I had already installed on my PC so I took another ADB version and it worked. Of course this shouldn´t be but it seems that this can happen.
Another hint might be your problems regarding adbfire. Perhaps your user restrictions prevent ADB from proper working. I´m not firm on MAC´s but I think they support the "sudo" command (explanation: http://en.wikipedia.org/wiki/Sudo). So try your ADB commands again with an additional sudo before similiar like this:
Code:
sudo adb install kodi.apk
I can't figure this out - I am following this (http://sideloadfiretv.com/sideload-apps-amazon-fire-tv-mac/) perfectly and I got it to work the first time but it just didn't complete it for some reason and now every time when I hit enter on the last step nothing happens.
I can't use the adbfire app because of the other issue.
WTF? why isn't the method through terminal working?
seagood3 said:
I can't figure this out - I am following this (http://sideloadfiretv.com/sideload-apps-amazon-fire-tv-mac/) perfectly and I got it to work the first time but it just didn't complete it for some reason and now every time when I hit enter on the last step nothing happens.
I can't use the adbfire app because of the other issue.
WTF? why isn't the method through terminal working?
Click to expand...
Click to collapse
I don't know...on mac you need to use ./ unless you configure it otherwise so to connect I'd type ./adb connect myipaddress
If you are connecting then you have adb working. I use adbfire but here's what I'd do...
I like keeping my adb folder with platform tools on my desktop. Put the apk you want to install in that folder
type "cd" <space> then drag the whole folder into the terminal--hit enter
now type ./adb connect youripaddress--hit enter
if it says connected type ./adb install<space>then drag the apk from inside your adb folder right into the terminal--hit enter
If you did it right nothing will happen instantly. It depends on how fast your connection is. Wait up to 5 minutes I'd say and you'll either get a success message of an error. If it's the latter, post it here.
Did you read my previous topic and tried what I´ve written?
Forget this Howto since it is just a general guideline and it can´t help you with your actual problem since it is more or less a first time installation guideline but you have already had a previous installation which makes the difference. It can also not deal with restrictions on your system side for e.g. if ADB wouldnt´be allowed to access USB.
If you´re sure that your system is not restricted anyway and ADB should work and if you still prefer to work only with this guideline do a factory reset within your FireTV. This should set the box in a state back again where this guideline should work how it is intended.
Or try SPMC from Amazon App Store which would be the easiest way:
http://www.amazon.com/Semperpax-SPMC/dp/B00MK49LL8

Categories

Resources