Slingplayer for Fire TV apk..can anyone install it and do an adb pull for me? - Fire TV Q&A, Help & Troubleshooting

Slingplayer for Fire TV apk..can anyone install it and do an adb pull for me? IT's a FREE app
I want to test it on the nexus player bu do not have a fire tv stick to pull it from myself. I already got it from the app store...now all i need is the apk.
Thanks to anyone who can help me out!

What's the cmd line for pulling apk?

phibo said:
What's the cmd line for pulling apk?
Click to expand...
Click to collapse
Well if you already have adb setup then you would need to first connect to the fire tv via wireless adb. I think its
"adb connect {192.168.X.XXX)" for the fire tv
then we need to find where the apk is installed on the device so:
"adb shell pm list packages" to get the full name of the package then:
"adb shell pm path com.example.someapp" To get the path of the file
It should be in the /data/app/ folder so the path would be:
"/data/app/com.example.someapp.apk"
Then the command would be:
"adb pull /data/app/com.example.someapp.apk"
It will dump the app onto your computer wherever you have adb installed
If you can get it working please let me know and upload the file here. I'm sure im not the only one that could benefit!
Thanks

You can use EsExplorer to back up the apk then transfer it elsewhere.
I installed the app but found it only supported the newer units and not my old Slingbox AV do I uninstalled it.
Sent from my SCH-I500 using Tapatalk

https://www.dropbox.com/s/ob1hzo4g50h6u6i/com.slingmedia.slingPlayerFireTV-1.apk?dl=0

Is there any way you could re post the link? In need of it.

can anyone post the Slingplayer for Fire TV apk again? I want to the in my Android TV

Related

Side loading apps.

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

[Q] Thinking about buying a fire tv. can you install apk's without root?

So I am looking to buy an amazon fire tv. I talked to someone at customer service and they said it will come with the new update so I won't be able to root it. I want to know if there is a way to install apk's without root? Thank you.
bnichs5 said:
So I am looking to buy an amazon fire tv. I talked to someone at customer service and they said it will come with the new update so I won't be able to root it. I want to know if there is a way to install apk's without root? Thank you.
Click to expand...
Click to collapse
Ya you can install apps all the time but if the app requires root no go !
Click here for thread with more info
The best way is if you have something like a Logitech K400r Keyboard and you install the following through ADB sideloading:
Terminal Emulator (allows ADB on Fire TV itself)
Opera Browser (access to apk files and much,much more)
ES File Explorer (management and many other useful things like finding out the directory and name to type in Terminal for ADB installs)
And finally,App Stores like 1Mobile and Appchina (although Chinese only,so it is hard to navigate)
You can't directly install the apps downloaded by 1mobile,but you can rename them to short names for the ADB install command to install them that way.
I can't remember the kill and start commands before Terminal Emulator works since I've had root priviliges for so long.
I think it was "ADB Connect localhost" for the first step though.

[Q] any way of saving images to storage without root?

ok, something really simple somebody may be able to help me with, not sure if its possible, but i want to store a few images onto my fire tv, so i can use them with my xbmc setup as wallpapers, my device isnt rooted, as its the uk version that got sent out today, ive installed dropbox, and es file explorer but their is no option to save. anybody know if this is possible? its driving me crazy. ive also tried uploading with the amazon cloud drive app, the pictures show up on the photo section on my home screen, but thats it... is their any way i would find these in the root access?
thanks
I think you should be able to use adb to push them to the SD card. Try one of the fireTV utility apps for a GUI.
Sent from my SCH-I545 using Tapatalk
chantelle310 said:
ok, something really simple somebody may be able to help me with, not sure if its possible, but i want to store a few images onto my fire tv, so i can use them with my xbmc setup as wallpapers, my device isnt rooted, as its the uk version that got sent out today, ive installed dropbox, and es file explorer but their is no option to save. anybody know if this is possible? its driving me crazy. ive also tried uploading with the amazon cloud drive app, the pictures show up on the photo section on my home screen, but thats it... is their any way i would find these in the root access?
thanks
Click to expand...
Click to collapse
Connect to the Fire TV via ADB (WIndows guide and Mac guide)
Then use the command:
Code:
adb push C:\path\to\image.jpg \sdcard\
This will transfer any file from your PC to the \sdcard\ directory of your Fire TV. Root is not needed.
You guys are the best... Thank a lot!
?
AFTVnews.com said:
Connect to the Fire TV via ADB (
Then use the command:
Code:
adb push C:\path\to\image.jpg \sdcard\
This will transfer any file from your PC to the \sdcard\ directory of your Fire TV. Root is not needed.
Click to expand...
Click to collapse
having a little trouble, could you tell me where im going wrong?
chantelle310 said:
having a little trouble, could you tell me where im going wrong?
Click to expand...
Click to collapse
Change the c:\path\to to actually be the correct path to the image file on your computer (for example c:\users\images\Photo.jpg)
Sent from my SCH-I545 using Tapatalk
collindv said:
Change the c:\path\to to actually be the correct path to the image file on your computer (for example c:\users\images\Photo.jpg)
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Will give that a try now.. Thank you.
New ground for me... Can you tell lol
Since you want these in XBMC, you can do in XBMC using the file manager too.
Tight_wad said:
Since you want these in XBMC, you can do in XBMC using the file manager too.
Click to expand...
Click to collapse
Can I do it directly from my mac without having to sideload?
Still no luck
I don't think its finding the adb program. Are you running the command from the folder where adb resides?
Sent from my SCH-I545 using Tapatalk
chantelle310 said:
Still no luck
Click to expand...
Click to collapse
The command is slightly different between Mac and Windows. The command I gave you is for Windows. Here is what you should enter since you're on a Mac:
First, change to the directory where you have adb by running this command:
Code:
cd /Users/channy/Desktop/platform-tools/
Then move the file to your Fire TV by running this command:
Code:
./adb push /Users/channy/Desktop/platform-tools/wallpapers/Breaking-Bad-Simpsons-2362199.jpg /sdcard/
AFTVnews.com said:
The command is slightly different between Mac and Windows. The command I gave you is for Windows. Here is what you should enter since you're on a Mac:
First, change to the directory where you have adb by running this command:
Code:
cd /Users/channy/Desktop/platform-tools/
Then move the file to your Fire TV by running this command:
Code:
./adb push /Users/channy/Desktop/platform-tools/wallpapers/Breaking-Bad-Simpsons-2362199.jpg /sdcard/
Click to expand...
Click to collapse
absolute life saver, ive given myself the biggest headache trying to fix this all day, thanks alot,
ps, been following your page on twitter for a while just realised
chantelle310 said:
absolute life saver, ive given myself the biggest headache trying to fix this all day, thanks alot,
ps, been following your page on twitter for a while just realised
Click to expand...
Click to collapse
Awesome. Glad you got it working! And glad you're enjoying the site.
Here are a couple tips:
If you move the adb file from the platform-tools folder into your /Users/channy/ folder, you can just open terminal and start running "./adb" commands without first doing the "cd..." command.
Also, on mac you can drag and drop files into the terminal window instead of typing the full path to the file. For this case you would type "./adb push ", then drag the image onto the terminal, then type " /sdcard/". Note the space at the end of the first part and the beginning of the second part.
AFTVnews.com said:
Awesome. Glad you got it working! And glad you're enjoying the site.
Here are a couple tips:
If you move the adb file from the platform-tools folder into your /Users/channy/ folder, you can just open terminal and start running "./adb" commands without first doing the "cd..." command.
Also, on mac you can drag and drop files into the terminal window instead of typing the full path to the file. For this case you would type "./adb push ", then drag the image onto the terminal, then type " /sdcard/". Note the space at the end of the first part and the beginning of the second part.
Click to expand...
Click to collapse
Even better.. Thankyou for that info. Whilst I caught you online.. Little off topic but do I need to block OTA updates? I plan on eventually rooting when/if it becomes available. And if so... The only way I can do this as I'm on stock firmware would be to use the block domain methods with my router?
chantelle310 said:
Even better.. Thankyou for that info. Whilst I caught you online.. Little off topic but do I need to block OTA updates? I plan on eventually rooting when/if it becomes available. And if so... The only way I can do this as I'm on stock firmware would be to use the block domain methods with my router?
Click to expand...
Click to collapse
If you have any interest in rooting it's always best to block updates. At the very least that way you can choose whether you want to install the update or not.
If you're not rooted, your best option is to block the update domains via your router. If that isn't something you can do, you can always sign up for a free OpenDNS account and block the domains that way. You would just need to enter the OpenDNS DNS IP addresses into your Fire TV's settings, just like in this guide.
AFTVnews.com said:
If you have any interest in rooting it's always best to block updates. At the very least that way you can choose whether you want to install the update or not.
If you're not rooted, your best option is to block the update domains via your router. If that isn't something you can do, you can always sign up for a free OpenDNS account and block the domains that way. You would just need to enter the OpenDNS DNS IP addresses into your Fire TV's settings, just like in this guide.
Click to expand...
Click to collapse
You're awesome. Thank you very much. My xbmc setup is now looking exactly how I wanted it with your help.

[Q] Flash Player on Amazon TV

Hello,
is it possible to install a browser with Flash Player on Fire TV
I need this feature to look my .psasquashtv
If i want to see this matches, a flash player Plug in is needed.
Can anyone help me?
Thanks
Thomas
Flash works just fine,but the Android version of this itself can have some performance problems because of the lazy ex-devs who canceled the damn thing.
Here is the safest link for Android's flash player.
Just scroll down and download the latest version and sideload with your preferred method.
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Hello,
ok, thank you. I do not have an internet browser in my Fire TV Box, how can I install for example Firefox??
Regards
Thomas
smart02 said:
Hello,
ok, thank you. I do not have an internet browser in my Fire TV Box, how can I install for example Firefox??
Regards
Thomas
Click to expand...
Click to collapse
I got my Fire TV yesterday and was able to install Firefox and flash player (via adb install) and it mostly works OK.
@D33H,
can you tell me the way to install via adb?
do you have a description?
Thanks
Thomas
smart02 said:
@D33H,
can you tell me the way to install via adb?
do you have a description?
Thanks
Thomas
Click to expand...
Click to collapse
PM'd as there are links not sure if I can post on forum.
After you get ADB working,install the following...
1. Terminal Emulator
2. Any web browser like Opera. (for getting apk files from 1mobile,wandoujia,appchina,voga360,and Aptoide. Also evozi or apkleecher to get free Play Store app files.
3. A screen rotation/orientation app for locking to landscape orientation.
4. ES File Explorer for figuring out the exact name of an apk and renaming it to something easier.
After getting all of these,you can now easily use ADB in Terminal Emulator on your Fire TV to install downloaded apk files.
Starting up commands (3)
Code:
adb kill server
Code:
adb start server
and
Code:
adb connect
Template is
Code:
adb install sdcard/Download/file.apk
Or if the file is in another directory,you will need to type that one in.
Replace "file" with your apk's filename.
Edit:You only have to do the three starting up commands the first time,after that,you should be able to use "adb install" directly.
Hi
Shall I use the flash player for ICS oder the hacked flash player for 4.4?
Cheers
The 4.4 hacked one does not work right on Fire TV.
Just get the latest 11.1 version for "Android 4.0" which is the 11.1.115.81 one.

Extract Fire TV APKs?

Hi, i have a fire tv and nexus player. I'd like to try and install some of the apps designed for the fire tv to see if they will work on the nexus, seeing as these apps should be designed to be used with a remote.
I've tried following this guide .. http://www.aftvnews.com/how-to-transfer-amazon-fire-tv-apps-to-a-fire-tv-stick/ .. but i must be doing something wrong as i get an error at the last step, maybe i am not entering the directory correctly as i get a 'no such file or directory exists' error.
this is the string i am entering. 'adb pull /data/app/uk.co.bbc.iplayer-2.apk F:/Downloads'
can anyone help?
thanks.
..
hendoben said:
Hi, i have a fire tv and nexus player. I'd like to try and install some of the apps designed for the fire tv to see if they will work on the nexus, seeing as these apps should be designed to be used with a remote.
I've tried following this guide .. http://www.aftvnews.com/how-to-transfer-amazon-fire-tv-apps-to-a-fire-tv-stick/ .. but i must be doing something wrong as i get an error at the last step, maybe i am not entering the directory correctly as i get a 'no such file or directory exists' error.
this is the string i am entering. 'adb pull /data/app/uk.co.bbc.iplayer-2.apk F:/Downloads'
can anyone help?
thanks.
Click to expand...
Click to collapse
Enable ADB DEBUGGING on your Fire TV.
Find the IP address of your Fire TV.
Install adb on your windows machine.
Type
Code:
adb connect 192.168.1.115
(Just replace the IP I listed with your IP address)
then to confirm it connected type
Code:
adb devices
You should get an output like this:
Code:
192.168.1.115:5555 device
then do
Code:
adb shell
then run
Code:
pm list packages -3 -f
You will get an output that looks similar to mine:
Code:
package:/data/app/com.amz.games505.Terraria-1.apk=com.amz.games505.Terraria
package:/data/app/com.concretesoftware.pbachallenge_amazonfree-1.apk=com.concretesoftware.pbachallenge_amazonfree
package:/data/app/com.digitalx.amazonvirtualfireplace-1.apk=com.digitalx.amazonvirtualfireplace
package:/data/app/com.digitalx.amazonvirtualsnowfallhd-1.apk=com.digitalx.amazonvirtualsnowfallhd
package:/data/app/com.dotgears.flapfire-1.apk=com.dotgears.flapfire
package:/data/app/com.ea.life_full_azn-1.apk=com.ea.life_full_azn
package:/data/app/com.edgeway.firefliesambience-1.apk=com.edgeway.firefliesambience
package:/data/app/com.edgeway.moonlightocean-1.apk=com.edgeway.moonlightocean
package:/data/app/com.edgeway.perfectstorm-1.apk=com.edgeway.perfectstorm
package:/data/app/com.edgewaysoft.snowyambience-1.apk=com.edgewaysoft.snowyambience
package:/data/app/com.edgewaysoft.stormyambience-1.apk=com.edgewaysoft.stormyambience
package:/data/app/com.estrongs.android.pop-1.apk=com.estrongs.android.pop
package:/data/app/com.fallentreegames.amazon.quellmemento-1.apk=com.fallentreegames.amazon.quellmemento
package:/data/app/com.fallentreegames.amazon.quellreflect-2.apk=com.fallentreegames.amazon.quellreflect
package:/data/app/com.inxile.BardTale-1.apk=com.inxile.BardTale
package:/data/app/com.lego.starwars.thenewyodachronicles-1.apk=com.lego.starwars.thenewyodachronicles
package:/data/app/com.mg.meteoearth-1.apk=com.mg.meteoearth
package:/data/app/com.pbs.video-1.apk=com.pbs.video
package:/data/app/com.playrisedigital.ttaf-1.apk=com.playrisedigital.ttaf
package:/data/app/com.playrisedigital.ttra-1.apk=com.playrisedigital.ttra
package:/data/app/com.serenity.calmfireplace-1.apk=com.serenity.calmfireplace
package:/data/app/com.the10tons.trouserheart-1.apk=com.the10tons.trouserheart
package:/data/app/com.vectorunit.purple.amazon-1.apk=com.vectorunit.purple.amazon
package:/data/app/com.wukongtv.wkhelper-1.apk=com.wukongtv.wkhelper
package:/data/app/com.zenstudios.ZenPinball.amazon-1.apk=com.zenstudios.ZenPinball.amazon
package:/data/app/org.chromium.youtube_apk-1.apk=org.chromium.youtube_apk
Now copy and past that into notepad and go to Edit, then Replace... and under "Find what" put "package:", and under "replace with" put "adb pull " (make sure there is a space after the word 'pull')
Now click on Replace all, then you will have an output similar to this:
Code:
adb pull /data/app/com.amz.games505.Terraria-1.apk=com.amz.games505.Terraria
adb pull /data/app/com.concretesoftware.pbachallenge_amazonfree-1.apk=com.concretesoftware.pbachallenge_amazonfree
adb pull /data/app/com.digitalx.amazonvirtualfireplace-1.apk=com.digitalx.amazonvirtualfireplace
adb pull /data/app/com.digitalx.amazonvirtualsnowfallhd-1.apk=com.digitalx.amazonvirtualsnowfallhd
adb pull /data/app/com.dotgears.flapfire-1.apk=com.dotgears.flapfire
adb pull /data/app/com.ea.life_full_azn-1.apk=com.ea.life_full_azn
adb pull /data/app/com.edgeway.firefliesambience-1.apk=com.edgeway.firefliesambience
adb pull /data/app/com.edgeway.moonlightocean-1.apk=com.edgeway.moonlightocean
adb pull /data/app/com.edgeway.perfectstorm-1.apk=com.edgeway.perfectstorm
adb pull /data/app/com.edgewaysoft.snowyambience-1.apk=com.edgewaysoft.snowyambience
adb pull /data/app/com.edgewaysoft.stormyambience-1.apk=com.edgewaysoft.stormyambience
adb pull /data/app/com.estrongs.android.pop-1.apk=com.estrongs.android.pop
adb pull /data/app/com.fallentreegames.amazon.quellmemento-1.apk=com.fallentreegames.amazon.quellmemento
adb pull /data/app/com.fallentreegames.amazon.quellreflect-2.apk=com.fallentreegames.amazon.quellreflect
adb pull /data/app/com.inxile.BardTale-1.apk=com.inxile.BardTale
adb pull /data/app/com.lego.starwars.thenewyodachronicles-1.apk=com.lego.starwars.thenewyodachronicles
adb pull /data/app/com.mg.meteoearth-1.apk=com.mg.meteoearth
adb pull /data/app/com.pbs.video-1.apk=com.pbs.video
adb pull /data/app/com.playrisedigital.ttaf-1.apk=com.playrisedigital.ttaf
adb pull /data/app/com.playrisedigital.ttra-1.apk=com.playrisedigital.ttra
adb pull /data/app/com.serenity.calmfireplace-1.apk=com.serenity.calmfireplace
adb pull /data/app/com.the10tons.trouserheart-1.apk=com.the10tons.trouserheart
adb pull /data/app/com.vectorunit.purple.amazon-1.apk=com.vectorunit.purple.amazon
adb pull /data/app/com.wukongtv.wkhelper-1.apk=com.wukongtv.wkhelper
adb pull /data/app/com.zenstudios.ZenPinball.amazon-1.apk=com.zenstudios.ZenPinball.amazon
adb pull /data/app/org.chromium.youtube_apk-1.apk=org.chromium.youtube_apk
Now on each line just delete everything after apk, for exmaple:
Code:
adb pull /data/app/org.chromium.youtube_apk-1.apk=org.chromium.youtube_apk
becomes
Code:
adb pull /data/app/org.chromium.youtube_apk-1.apk
Now just save that file as a bat file and run it from whichever directory you want the files stored in on your PC and it will copy all your apks from your Fire TV (Stick) to your PC. It may take a few minutes.
Hi thanks for your thorough explanation. Just a bit stuck on the last part, how do i save as a .bat?
okay i know how to make a bat, but i'm still unclear what the bat needs to consist of? all the txt from each box above?
hendoben said:
Hi thanks for your thorough explanation. Just a bit stuck on the last part, how do i save as a .bat?
Click to expand...
Click to collapse
Just rename the text file from .txt to .bat
thanks again. i had just edited my post before i realised you replied. is there any chance you could post a sample .txt? just so i know exactly what to include before i make the .bat. as the one i created didn't work.
also got this error 'error more than one device and emulator' after i entered..
Code:
adb shell
hendoben said:
thanks again. i had just edited my post before i realised you replied. is there any chance you could post a sample .txt? just so i know exactly what to include before i make the .bat. as the one i created didn't work.
also got this error 'error more than one device and emulator' after i entered..
Code:
adb shell
Click to expand...
Click to collapse
There I attached a zip file of the text file that I actually found can just save directly as a bat file if you, when saving, select *.* all files and just type in the name and put ".bat" at the end of the name when saving. As far as the error you're getting, just disconnect whatever other devices you have connected that have adb debugging enabled..
Any chance I can get someone to download and pull HBO GO for the fire TV? I have an ADT-1 and comcast is not allowing activation of hbo go on android tv's but will allow it on Fire Tv's so I want to see if I can use the apk from the Fire Tv to get it working. Thanks!
Hello, can someone sideload the Amazon Video apk for me from a Fire TV and make available (public or PM). I would like this install on my nvidia shield TV.
Could someone please extract the following apps so the community can try to use them on Android TV?
All4, ITVHub, Demand 5, RTÉ Player, 3Player, and TG4 .
---------- Post added at 07:52 PM ---------- Previous post was at 07:17 PM ----------
dusf said:
Could someone please extract the following apps so the community can try to use them on Android TV?
All4, ITVHub, Demand 5, RTÉ Player, 3Player, and TG4 .
Click to expand...
Click to collapse
Mod, please delete my post as I am creating a separate thread.

Categories

Resources