• 1
  • 174
  • 175
  • 176(current)
  • 177
  • 178
  • 266
Amazon Fire TV for XBMC
adb push file_here /sdcard/
(2014-05-16, 20:00)cstark27 Wrote: adb push file_here /sdcard/
I am new to Android and the Fire TV and having a hard time understanding the steps necessary to do an adb push. I have obviously been able to get XBMC to work but not able to do these adb commands in CMD. Are there any links with descriptions on how to do this? The Wiki is too vague in its instructions for beginners like me who are new to Android.
(2014-05-16, 20:31)mjbxx Wrote:
(2014-05-16, 20:00)cstark27 Wrote: adb push file_here /sdcard/
I am new to Android and the Fire TV and having a hard time understanding the steps necessary to do an adb push. I have obviously been able to get XBMC to work but not able to do these adb commands in CMD. Are there any links with descriptions on how to do this? The Wiki is too vague in its instructions for beginners like me who are new to Android.

download the android sdk and you will have the adb.exe inside it. at least that is how i did.
you need to connect to the ip like adb connect 1.1.1.1
then adb install filename.adb or adb push / pull etc.
Has anyone had any success with setting a background using adb push.
Yes. Just push the image to sdcard folder and your set from there. Just navigate to it thru xbmc
Would it be possible to create a section in the forum dedicated to the AFTV? There is way too much to sift through in this one thread
(2014-05-16, 22:11)kcarney Wrote: Would it be possible to create a section in the forum dedicated to the AFTV? There is way too much to sift through in this one thread

That would be lovely.
Why?

It's all in the thread! If you want the abridged version. Check out the wiki

http://wiki.xbmc.org/index.php?title=Amazon_Fire_TV
Modded MK1 NUC - CLICK ----- NUC Wiki - CLICK

Bay Trail NUC FTW!

I've donated, have you?

(2014-05-16, 20:31)mjbxx Wrote:
(2014-05-16, 20:00)cstark27 Wrote: adb push file_here /sdcard/
I am new to Android and the Fire TV and having a hard time understanding the steps necessary to do an adb push. I have obviously been able to get XBMC to work but not able to do these adb commands in CMD. Are there any links with descriptions on how to do this? The Wiki is too vague in its instructions for beginners like me who are new to Android.

Don't trash the wiki, it's not polite. If you don't understand something ask for an explanation.

1. adb connect 192.168.1.1:5555
2. adb push yourfile /sdcard/

substitute your IP and filename in the commands above
adbLink The Kodi Companion. Available for Windows, Mac & Linux.
Individual problems might be able to be addressed?
liiike why doesn't volume up/down change the volume on my amp?
(2014-05-16, 20:31)mjbxx Wrote:
(2014-05-16, 20:00)cstark27 Wrote: adb push file_here /sdcard/
I am new to Android and the Fire TV and having a hard time understanding the steps necessary to do an adb push. I have obviously been able to get XBMC to work but not able to do these adb commands in CMD. Are there any links with descriptions on how to do this? The Wiki is too vague in its instructions for beginners like me who are new to Android.

The Wiki is NOT vague AT ALL. It has clear and simple details.
Any one else think the wiki is a little vague? idk I was just looking through it and it seemed a few parts were a little vague.
Be specific. what do you think is vague and why?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
I have to admit I had issues with this section of the wiki:

5.1 Copy userdata settings (optional)
Run XBMC at least once to initialize the userdata folder on the Fire TV
Copying from PC to Fire TV
Copy files to Fire TV userdata folder using adb push <local> <remote>
For example, to copy advancedsettings.xml from your local folder to your Fire TV XBMC userdata folder:
>adb push advancedsettings.xml /sdcard/android/data/org.xbmc.xbmc/files/.xbmc/userdata
where org.xbmc.xbmc is replaced with your package name such as tv.ouya.xbmc (XBMC for Ouya) or com.semperpax.spmc (SPMC)
Copying files from Fire TV to PC
Copy files from Fire TV userdata folder using adb pull <remote> <local>
For example, to copy advancedsettings.xml from your Fire TV XBMC userdata folder to your local folder:
>adb pull /sdcard/android/data/org.xbmc.xbmc/files/.xbmc/userdata/advancedsettings.xml
You can use adb shell to open a remote shell on the Fire TV. Use standard Linux commands such as cd and ls to navigate the file structure. Type exit to exit adb shell.
See userdata folder for more information on the contents of the userdata folder.

It probably should have been obvious but I didnt know you had to go back in and do the "abd connect" command to the AFTV. I was trying to figure out how it got the remote IP so I tried everything before giving up myself. Maybe adding a line before: >adb push advancedsettings.xml /sdcard/android/data/org.xbmc.xbmc/files/.xbmc/userdata with starting back going to the command line and connecting to the AFTV with abd connect command would have made it easier to understand. I used the AFTV installer found on the XDA forum so to copy over the advancedsettings.xml I was trying to use the push command in a command line. Embarrassing enough I ended up sideloading ES File explorer then copied over the advancessettings that way. Then when I read the recent comment it finally clicked how abd worked. Sideloading to my AFTV via WiFi for some reason doesnt work either, but does wired. Maybe its just a few of us hardheads? I did figure it out though. Wink Just my opinion, so take it fwiw.
Is there anywhere that shows the current status of gpu acceleration in the nightlies?
  • 1
  • 174
  • 175
  • 176(current)
  • 177
  • 178
  • 266

Logout Mark Read Team Forum Stats Members Help
Amazon Fire TV for XBMC10