Quickest way to transfer files to USB on FTV2 - Fire TV Q&A, Help & Troubleshooting

Have a 5TB external plugged up to my FTV2.
Trying to figure out the quickest way to transfer files from my laptop or desktop to my USB without having to unplug/plug/unplug, etc.,
Obvious answers are push files using adb, but that's a lengthy process depending on internet speeds. Same for ES File Explorer if I want to use FTP. Not wanting to use Plex as a server either before someone recommends that, as I want to save my internet connection and just play files locally from my USB storage.
Looking more for something where I may be able to use a crossover/ethernet cable for high speed, or even map the network drive like I was able to do with my old WDTV.
Any help?

try on Windows Total Comander and the Plugin http://totalcmd.net/plugring/android_adb.html
It works like a charm - best i know

Related

Mounting the EVO as a wireless drive on a PC?

Anyone know how I would go about mounting my EVO's sdcard on a pc wirelessly? Thanks.
bluetooth?
lol, yes that is a question
Bluetooth File Transfer from the Market works well for me, although obviously your PC has to have Bluetooth as well. I bought a cheap Bluetooth dongle for my laptop.
Sent from my Evo using XDA App
ghirsch said:
Anyone know how I would go about mounting my EVO's sdcard on a pc wirelessly? Thanks.
Click to expand...
Click to collapse
I just use dropbox. drop the file you want on your dropbox folder then go to your phone, find that then download it and your good
Drop box is a necessity that or sugar sync basically same thing. I use it for all my side loaded apps so they are always ready when I flash a new rom.
Sent from my PC36100 using Tapatalk
I use ftpserver on the phone and cuteftp on the computer.
Try SwiFTP, I think its what youre looking for.
thorpe24 said:
Drop box is a necessity that or sugar sync basically same thing. I use it for all my side loaded apps so they are always ready when I flash a new rom.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
why not use a2sd? (apps 2 sd)
Ive tried most of the solutions mentioned. I'm particularly looking to be able to access my EVOs sdcard either through a mounted drive or windows share wirelessly. Its important I can access it in this fashion because I work on computers all day and would like to be able to carry my drivers collection around with me. Its nice to be able to just point a machine to a drive share load the appropriate drivers. FTP, Dropbox and WebDAV solutions just to make this process efficient for me.
EStrongs File Browser is nice how it can browse PCs on the same subnet but I would like to do the same except browse my phones storage from the PC side via a share.
If you used something like dropbox you wouldn't need to use your phone at all just load up your dropbox with all of them and then just log on to the dropbox website on the computer you need the drivers.
I would think that anything that would make so you could wirelessly push files from your evo to a computer, would require a program or driver installed or a Bluetooth dongle, and that would take most of the point of away
you can always just carry around a usb cable and do it that way.
do a bluetooth file transfer, that usually works for me
try android desktop it is a small websserver on your phone it allows you to access your phone through the pc web browser. free from ao store. Blue tooth is fairly slow on large files. with the desktop you should be able to use the wifi or 3 g.

Android App to access files on my home PC

Hi all,
I'll start with what I want to do. Basically I want to be able to access my files on my PC at home from anywhere where I have a network connection, either over 3G or Wifi.
I don't want something like dropbox where I have to sync all my documents/music/videos to dropbox online. That means I have copies on dropbox and on my PC. Plus I am restricted to the space dropbox provides (I think it is 2gb).
I have searched the internet and the market to try and find an app that will help with this but I can't find anything. I don't want to stream anything I simply want to be able to browse my files on my home PC and then copy anything I need from my PC, using my phone, to my phone.
I have heard of Orb but that sounds like it streams the data. Take this scenario... I am in the office and realise I need to show a client a video. I show it streamed from my PC. Someone else comes and wants to see the video but I'm in an area with no data signal, I can't stream! If I could have copied the file to my phone from my PC remotely the 1st time then I wouldn't have that problem.
I hope I've explained this enough. Thanks in advance for any answers, it is much appreciated.
Take a look at this : ES File Explorer
Also take a look at this, too : FileLinx 3G Print or Transfer
Also some interesting articles:
howw-to-accesstransfer-files-on-your-android-phone-wirelessly/
transfer-files-to-android-phone-via-drag-and-drop-using-awesome-drop/
I use Windows Home Server to get this functionality. It also gives me automated backup and lots more such as music streaming.
1. set up a ssh/sftp server on your home PC
w w w.digitalmediaminute.com/article/1487/setting-up-a-sftp-server-on-windows
2. use ASTRO, ESfileexplorer, or CIFS manager to mount/access the share remotely. Start by setting up inside your LAN, and makesure it works. Then move to WAN (will probably need to make sure your ISP provides you with a static WAN, and port forward the port the server is using to be able to access it "out in the wild".)
3. access your files whenever you want (as long as PC is on, and server running, and connected to the net)
I have installed Teamviewer on PC and Android version on HTC Desire and Samsung Galaxy Tab, working great.
I have tried to use a bluetooth mouse on Desire during such remote connection, which was a bit funny.
I'm using cifs manager, works perfect for me!
Sent from my HTC Desire using XDA Premium App
LogMeIn does that also
https://secure.logmein.com/welcome/android/

File Sync with ROBOCOPY

So I'm looking to setup a file sync with my phone, now typically it's a simple robocopy command that will sync folders but I'm having problems with this setup anyone have any experience with robocopy that can lend a hand?
ROBOCOPY C:\Users\asdf\Music\ "Galaxy Nexus"\"Internal Storage"\Music /MIR
That's my .bat file but nothing works, thoughts?
What you are trying to do won't work.
The Phone is not mounted as a standard USB device, so it isn't assigned a drive letter. Instead it is being mounted as a MTP device. Microsoft is being "user friendly" in the Explorer shell by giving it a path, and you can browse the folders etc. But I think it is only being seen by Explorer, and it isn't recognized as a storage device at the actual OS level. So the robocopy command doesn't see it.
If you want to use robocopy, you will need to install an app for Samba file sharing. This will let Windows see the files on your phone like another computer's network shared folders.
https://market.android.com/details?id=com.funkyfresh.samba&hl=en
This will be connecting over wifi, not your USB cable, though.
So, with the Samba app installed, you might also try adding reverse tethering to make the phone use a USB cable to the computer as the network connection.
http://blog.mycila.com/2010/06/reverse-usb-tethering-with-android-22.html
I don't know what kind of throughput you will see with networking over the USB cable. Or how it will compare with transferring over wifi. I haven't tried it myself, but I think it could work, in theory.
brandonyoung said:
What you are trying to do won't work.
The Phone is not mounted as a standard USB device, so it isn't assigned a drive letter. Instead it is being mounted as a MTP device. Microsoft is being "user friendly" in the Explorer shell by giving it a path, and you can browse the folders etc. But I think it is only being seen by Explorer, and it isn't recognized as a storage device at the actual OS level. So the robocopy command doesn't see it.
If you want to use robocopy, you will need to install an app for Samba file sharing. This will let Windows see the files on your phone like another computer's network shared folders.
https://market.android.com/details?id=com.funkyfresh.samba&hl=en
This will be connecting over wifi, not your USB cable, though.
So, with the Samba app installed, you might also try adding reverse tethering to make the phone use a USB cable to the computer as the network connection.
http://blog.mycila.com/2010/06/reverse-usb-tethering-with-android-22.html
I don't know what kind of throughput you will see with networking over the USB cable. Or how it will compare with transferring over wifi. I haven't tried it myself, but I think it could work, in theory.
Click to expand...
Click to collapse
Ahh I thought that was going to be the problem. I can't seem to add files on my Windows PC it keeps canceling the transfer. On my Mac they transfer fine. So what I think I'm going to do is once I get my 20gb of music on the phone just use DoubleTwist AirSync.
i have a samsung galaxy note 2 sgh-i317M. I want to use robocopy to transfer my voice recorded school lecture notes to my laptop recorded with note 2's default voice recording app. How can I make the note 2 be detected as a drive (C:, F so that I can robocopy on it? Thank you

Eaget WiFi Storage

I thought I'd found the perfect accessory for the Nexus 7-2, a WiFi hard drive adaptor. Something that can stream video via wifi from a hard drive or USB stick.
The Eaget air disk A60 looked perfect, about $70, an internal battery, can handle hard drives, SD cards or USB sticks, and has a wireless b-g-n access point.
All good in theory. After wading through the Chinglish manual, which was almost no help, attempting to get an app from the play store that isn't there, using Google translate on their Chinese forum, I managed to find the apk to run it.
Setting up wasn't easy either, as I had to access the device's internal webpage... which was in Chinese. Finding the switch to make it English wasn't easy.
Anyways.. the idea seems good, but I cannot get my Nexus to access the device due to continuous password errors. I've attempted to change the password but that doesn't help.
If anyone has any experience whatsoever with this device, or anything similar from Eaget, I'd love to hear from you. I'm waiting for Eaget to return my email.
If I get it going, I'll also let you know how I did it. Save someone a world of pain.
I've managed to get it working. I connect the Nexus to the airdisk's wifi server, then use ES file explorer's LAN tab and find it as a server, then login as admin - with the password I gave it when I logged into its webserver. I can also connect it to my home wifi system, and access it from everything on my network, sort of like a NAS. Anyways, seems there's not a whole lot of interest, so I'll leave this topic for now.
Squire-au said:
I've managed to get it working. I connect the Nexus to the airdisk's wifi server, then use ES file explorer's LAN tab and find it as a server, then login as admin - with the password I gave it when I logged into its webserver. I can also connect it to my home wifi system, and access it from everything on my network, sort of like a NAS. Anyways, seems there's not a whole lot of interest, so I'll leave this topic for now.
Click to expand...
Click to collapse
Well the device sounds interesting.. I was about to purchase the Seagate solution for $300m, this may save me some money..
It's a pretty cool device. Handles my WD portable hard drives no problem. But the apk (air HDD) if you can find it is crap... I was lucky that ES file explorer found the airdisk as a fileserver. It doesn't have much range on its wifi. All I want to do is use it as a video server when I go camping, removing all the painful USB-OTG cabling and USB power that needs to be connected to attach a HDD to the Nexus. There is a windows app that can be useful, for locating the airdisk when it's connected into your network. That exe took a bit of finding, I'll put it on dropbox sometime and post the link, if you want. If there's anything else you'd like from me let me know.
PW
Unknown app
Squire-au said:
It's a pretty cool device. Handles my WD portable hard drives no problem. But the apk (air HDD) if you can find it is crap... I was lucky that ES file explorer found the airdisk as a fileserver. It doesn't have much range on its wifi. All I want to do is use it as a video server when I go camping, removing all the painful USB-OTG cabling and USB power that needs to be connected to attach a HDD to the Nexus. There is a windows app that can be useful, for locating the airdisk when it's connected into your network. That exe took a bit of finding, I'll put it on dropbox sometime and post the link, if you want. If there's anything else you'd like from me let me know.
PW
Click to expand...
Click to collapse
Hi there
I'd love to try the App you think would help access the airdisk.
Please let me know what it is.
Cheers
Chris:
Hey. Thought this thread was dead! Anyways, I found the apps, put them on dropbox. The links are https://dl.dropboxusercontent.com/u/100322668/Air HDD_V1.0.1.6.exe for the windows program to locate the airdisk when it's connected to your wifi network, and https://dl.dropboxusercontent.com/u/100322668/Air HDD_V1.3.28.apk for the apk. Which didn't work for me, I ended up using ES file server and finding it as a LAN server. This requires either having the airdisk connected into your wifi system, or connecting directly to it via wifi. I think the airdisk's default WEP key is 111111, its default IP address is 10.10.10.1. The server address was 10.10.10.254 and username admin. Whatever password you set up.
Hope this helps!

[Q] Sending files to FireTV w/External HD connected

I have a rooted FireTV with a connected external HD (1.5 TB WD) that I use for watching shows and movies via XBMC. Previously I had the hard drive connected to my laptop that sits next to the FireTV via an ethernet bridge connection, but that became cumbersome and I had to move the laptop to a new area. My router doesn't support connecting the drive as a network drive, so I figured out how to connect the HD directly to the FireTV and none of the buffering issues are present like they are over wifi with the HD connected to my ancient laptop.
Problem is, I'm not sure how to easily connect to the drive (wirelessly) from the laptop to the HD while it is connected to the FireTV so that I can move new media to it. I might be overthinking this, but is there an easy way to do this through Windows 7 on the laptop or will I need to use an FTP service or other program to connect to the HD? The FireTV comes up as a device in Network and Sharing Center but I can't double-click and see the HD like you could for other computers.
Thanks!
For me personally the easiest way I found to move files from pc to the AFTV/AFTVS is to install an app called Web PC Suite. In a nutshell it allows you to move files from your pc's web browser to the Fire TV.
Install the app on your Fire TV, run it & type in the ip & port into your web browser on your pc, accept the connection & move your files. The caveat here is, as to whether this app will recognize external storage but if your run StickMount then theoretically it should, your device has to be rooted though, for StickMount to work.
I have the Stick with no external storage attached but moving files from pc the the internal storage is a breeze.
EL TEJANO said:
For me personally the easiest way I found to move files from pc to the AFTV/AFTVS is to install an app called . In a nutshell it allows you to move files from your pc's web browser to the Fire TV.
Install the app on your Fire TV, run it & type in the ip & port into your web browser on your pc, accept the connection & move your files. The caveat here is, as to whether this app will recognize external storage but if your run then theoretically it should, your device has to be rooted though, for StickMount to work.
I have the Stick with no external storage attached but moving files from pc the the internal storage is a breeze.
Click to expand...
Click to collapse
This worked, and I was also able to FTP into there after going through some tutorials I found online for moving items to the internal storage. It took me awhile to find where the USB drive was hiding, but I did finally click through enough folders to find its path and was able to move a video file there over wifi that played via XBMC. It did, however, take about 40 mns to move a 2GB file so I'm not sure that it's best for moving files quickly but it will be nice not to have everything physically plugged into each other. I do have root and I use stickmount to mount the drive; looking forward to adding ROMS this way and using the FireTV as an emulator. I appreciate your help!
Wow, 40 min for 2 gigs? I can't say if that's a limitation on the connection, the Fire Tv or a combo of both but yeah I can see how that can become a nuisance. Anyhow, glad you found a temp. solution for now.
At that rate of transfer, you're probably better off disconnecting the external hdd & connecting it directly to your pc, at least for files that large. Smaller files you should be good to go as is.

Categories

Resources