Any "Android to Android" file transfer progs ? - Android Software/Hacking General [Developers Only]

With Tablets becoming more popular but connectivity seemingly coming in second thought. Was wondering if there are any wireless file transfer progs that would be able to send files back and forth between phone and tablet ?
Bump requires there network I believe. Dropbox as well requires "cloud" uploading. And ES File explorer and others require files to be shared on a network from a PC/Mac.
Any Android to Android solutions ?

Check bluetooth file transfer program in market. Works for me...

Related

[Q] Copying files to/from TF

Hello guys,
I have an Eee Pad TF with the latest 3.2 update. I have problems copying/cutting and pasting folders with a reasonably large number of files in them (mainly pictures) to the TF from PC via WiFi and also from the TF to my NAS (WiFi) or also microSD. It seems the copy stops at some point and skips or leave out some of the files. I tried with File Manager HD (updated last night), ES Explorer, File Expert, etc.
It is frustrating as I never know if the copy has completed successfully without comparing the folders content and still I don't trust just a file-count control.
As anybody come across any similar issue? Is there a way to compare folders like in total commander? Is there a log to be checked after copying large amount of files?
Thanks a lot!
The only solution I've come up with is to either create an FTP using the PC and copy it over by downloading them with FileZilla. Or you can use USB and enable USB debugging and use "adb pull" command to download everything. Another option is to use DropSync PRO and sync the picture photo with dropbox.
Three situations that you have to find out.
1. large number of files can be transferred from/to between SD and MicroSD, but not via WiFi...wifi not stable.
2. large number of files can be transferred from/to via WiFi, but not SD and MicroSD...cards not stable.
3. Both WiFi and Cards coping are not stable...use other File Manager App. ( I use File Manager HD also, but I seldom transferring large numbers of files.)
I've noticed this too while using file expert to copy large files and folder locally, ES file explorer did have this problem but it seems to be fixed now. I've always found that root explorer always works perfectly in this case.

How to transfer files to Transformer (preferably wirelessly and controlled from PC)

Hi, I want to be able to easily and quickly transfer files from my computer to the tablet. Preferably, wirelessly, and controlled from my computer. I hope we can discuss various solutions in this thread.
Here are the suggestions I and the other participants in this thread have come up with:
SD card: Possibly very fast, but I would need to plug/unplug the card every time, and maybe move files internally
FTP server on tablet: I have tried two FTP servers, both are very slow and stops after a few files.
Samba client on tablet: Should work OK, but I would then have to control it from the tablet
Samba server on tablet: Would be the perfect solution, but as far as I could find out, I need root (which is not yet possible on my B80)
USB connection: Fast and easy, but requires me to unplug the proprietary mad cable from the charger and into the tablet
DLNA: Buil-in support in both Transformer and Windows, but only supports streaming.
Dropbox: Simple and easy, but with space limitations.
SSH/SCP: QuickSSHd
WebDAV: ServersMan
What is your best solution?
Without root you don't have anymore options it seems to me.
Edit.....Thanks CaNsA......Dropbox, but its slow
You have exhausted all available options bar one......
Dropbox
And if its not good enough then create an app that will do what you want.
/end of thread.
CaNsA said:
You have exhausted all available options bar one......
Dropbox
And if its not good enough then create an app that will do what you want.
Click to expand...
Click to collapse
Thanks for the tip, I just thought of another one that might have great potential: DLNA. Will explore later.
/end of thread.
Click to expand...
Click to collapse
Seriously?
Wifi File explorer here in free version, won't allow uploading files to Android, only downloading to the computer, but does a fine job once it's the paid one.
What FTP servers did you try? I admittedly used it ONLY on the Galaxy tab, but FTPServer worked very well for me. At least using Cyberduck as a client on the computer. For example, doing the opposite accessing an ftp server hosted on a computer, AndFTP gave me horribly low speeds. Free version anyway.
More options? Sure. SSH. I use QuickSSHd and again, still not tested on the TF.
Still not finished here, WebDAV in the form of something like ServersMan. Never really used it to be honest. But hey, still an idea right?
Also, give up on DLNA, at least partially. Depending on the client you might be able to only stream multimedia files instead of saving them. Keep in mind that there isn't any upload to a DLNA server, so you'd need a server on the computer (possibly a good one, not WMP) and control everything from the TF. "Everything" meaning pictures, music and videos shared by your server. Upside is that you can just stream stuff without using up space if that is fine with you... like watching a movie for example from bed. And you can get better results if using something that transcodes the files, I found to work very well Plex that however requires the paid app to connect to the Plex media server on your computer, might not be the best thing for you. Useless anyway if you need files that aren't multimedia. (notice so far no subtitles with Plex for Android, my only and actually huge, complaint)
On the TF side you could access the SMB shares on your network with ES File Explorer that works very well. But it's all done from the TF.
Now you have more options
Great post, I will update the first post and try the various solutions. I briefly tested DLNA, and reached the same conclusion. It's a shame, I suppose it wouldn't take much development effort to make file transferring possible when the auto discovery and data streaming implementation is done. Still, I guess that's not the purpose of DLNA.
I tested FTP Server and SwiFTP, both hung while transferring from Windows or WinSCP.
Also, I read that Dropbox supports direct transfer when the two clients are on the same network, great. However, I want to be able to transfer videos without caring about my Dropbox limit...
I use ES File Manager and transfer from my tablet, so far it's the best method.
I just use Samba on my TF and access it from my desktop
Install https://market.android.com/details?i....softdatacable to your transformer
Find a good ftp client on your computer (I use filezilla, there a setting for concurrent transfer, set it to max)
Run software data cable, open ftp client, enter ip and port and copy away
thebadfrog: I suppose you have rooted, then? Samba would be my preferred solution, but unfortunately, I can't root mine yet...
I have had good luck with File Expert. It is free and supports transferring using a web interface and ftp. I have mostly used the web interface which always has worked great.
Sent from my PG86100 using XDA Premium App
Actually, DropBox is great, but means you have to manually sync files you want.
DropSync solves that problem and makes Dropbox on the tablet work just like Dropbox on your PC/Mac with background syncing. I've been using it for 2 weeks now with no issues and virtually no battery impacts. If you pay you can configure the sync frequency. I have mine at 10 minutes, but a simple options click can force a sync if you really need it. You then have all your dropbox files on the TF.
I would say MyPhoneExplorer is what you need. You can copy or install from PC and it does much more.
I mostly use adb (adbwireless) to push files to the transformer. It seems to work fastest. There is a fuse file system available, so if you are using linux on the desktop you can even mount it. Very convenient!
Get ES File Explorer, go to LAN and point it to your computer's internal IP (requires it to be static)
Then you have access to all shared folders on your computer. Of course, this only works when you're connected to the same network, but I assumed that'd be the case anyway.
AlexTheStampede said:
Wifi File explorer here in free version, won't allow uploading files to Android, only downloading to the computer, but does a fine job once it's the paid one.
Click to expand...
Click to collapse
They had it free on the Amazon market so I tried it. Worked quite well, I bought it (on the Android Market, I dont like how you need the amazon market installed and how slow it is with updates).
ES file explorer with the PC added as a server sharing the appropriate folders over network works pretty well for me!
+1 for ES File Explorer
Bluetooth
Today for the first time I used Bluetooth to send some e-books from my laptop to tablet. Not the fastest way , but convenient for smaller files, as it works without having to install or run seperate apps.
Great sugestions from all, much appreciated
Cheers,
Richard
ES File Explorer is great for what it does but it is not what the OP is looking for(Read the title)
+1 for My Phone Explorer, can transfer/delete/move files to sd,microsd, and internal hard drive.

File sharing between android devices

Hi
Yesterday I have come across a beautiful app called SperBeam which is used for file sharing between android apps.
I am able to transfer 1GB data(videos and photos) from my samsung galaxy s3 to asus transformer infinity tablet in 6 minutes. Thats awsome.
This software uses wifi if it is available, or else wifidirect technology.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
no results on google play for "sperbeam"
sounds interesting though...
edit: its "superbeam"
Thank you
Great find. Thanks for the share.
https://play.google.com/store/apps/details?id=com.majedev.superbeam
Wow, really like this app. Thanks for sharing!:good:
ES file Explorer is a also good option to tranfer files between android devices... and between android and pc? Any one have a good app ? Something that works like es file explorer would be amazing.
Chesterblue137 said:
ES file Explorer is a also good option to tranfer files between android devices... and between android and pc? Any one have a good app ? Something that works like es file explorer would be amazing.
Click to expand...
Click to collapse
Why not simply use your PC's file manager via MTP?
What do you mean by that? Use the usb cable?
I still feel all these P2P file sharing apps are clunky and not consumer-friendly. That said, I'm going to fix that...I'm building an app called Drop, and it is a simple, fast, and secure way to share files with people/devices in proximity over WiFi Direct. It is going into a limited Private Beta soon, so if you're up for the challenge, (and running Jelly Bean) then sign up at www.get-drop.com. Seats are limited, and we have a rolling enrollment, so check it out.
whatisreal7 said:
I still feel all these P2P file sharing apps are clunky and not consumer-friendly. That said, I'm going to fix that...I'm building an app called Drop, and it is a simple, fast, and secure way to share files with people/devices in proximity over WiFi Direct. It is going into a limited Private Beta soon, so if you're up for the challenge, (and running Jelly Bean) then sign up at www.get-drop.com. Seats are limited, and we have a rolling enrollment, so check it out.
Click to expand...
Click to collapse
Thanks Whatisreal. I just signed up. There are tons of file sharing apps in the app store, but they all look like they were made by engineers who know how the inner plumbing of your phone works, and they expect you to know too. I'm a casual user, and I'm looking for something that works for "everyone", not just the propeller heads! Kind of like Apple's approach (putting flame suit on..)
Sorry for bumping this old thread. But I am using esfile explorer to transfer files between pc and my phone/tablet using wifi. They are connected to the same wifi. But though I am able to transfer between tablet and pc or phone and pc. I am unable to do the same between phone and tablet. Of course I can install this superbeam for the same but I just wanted to know if it is possible by using esfile explorer. Also can I transfer files using wifi direct(ie without using the common wifi modem) using esfile explorer?
narasimhan said:
Sorry for bumping this old thread. But I am using esfile explorer to transfer files between pc and my phone/tablet using wifi. They are connected to the same wifi. But though I am able to transfer between tablet and pc or phone and pc. I am unable to do the same between phone and tablet. Of course I can install this superbeam for the same but I just wanted to know if it is possible by using esfile explorer. Also can I transfer files using wifi direct(ie without using the common wifi modem) using esfile explorer?
Click to expand...
Click to collapse
I use wifi file transfer - ttps://play.google.com/store/apps/details?id=com.antosdr.wififiletransfer&hl=en
ES File Explorer uses this as a plugin so I can select multiple files or folders then take the option in ES to "share" and then share via wifi file transfer, you just need to have the app installed on both devices and make sure the receiving device has wifi file trasnfer running and recady to receive
The other option I use for files that arent huge is dropbox and gogole drive - again ES File Explorer can plug into those for easy upload and download
Actually ES File Explorer has the ability in itself to create a wifi file sharing hotspot. I just couldn't find it before. Now after some tries I finally got it to work. It doesnt require an external wifi(modem). ES file itself creates a wifi server (similar to bluetooth) to which other devices can connect and share files.
I've found an app called shoutr, that's available in the Google Play Store and at shoutr.net, that lets you share between devices without even having to have internet or WiFi access, pretty convenient!

[Q] FTP File Transfer from Moto G

FTP file transfer works on every phone I have used except the Moto G with Kit Kat. Have others gotten it to work?
For the FTP server on the android side, I have tried numerous apps, including ES File Explorer's Remote Manager feature. On the client side, I have tried numerous apps including FileZilla.
I have no problem establishing FTP connections, but the file transfers do not complete properly. It appears that on the android side it thinks it has sent the entire file, but on the PC side it thinks the last 5% or so still needs to be sent. With some FTP clients, they will request the file again and again and eventually it will get the entire thing, but it takes way too long.
When I use the exact same FTP servers and clients with Android Gingerbread devices, everything works perfectly.
In PC you can just share a folder over the network and connect to it via ES Explorer. I used to transfer that way and was good by then.
Sent from my XT1052 using XDA Premium 4 mobile app
With ES File Explorer and Filezilla I made all the transfers to (and from) Moto G. Never had a problem.
Have you tried changing the port (e.g. from ES File Explorer's 3721 to the standard port 21)?
goldfndr said:
Have you tried changing the port (e.g. from ES File Explorer's 3721 to the standard port 21)?
Click to expand...
Click to collapse
Sorry for the delay in getting back to you. ES File Explorer only allows ports 1025-65534 for FTP. I'm not sure why it doesn't allow standard FTP port 21. Any ideas?
nijom said:
In PC you can just share a folder over the network and connect to it via ES Explorer. I used to transfer that way and was good by then.
Click to expand...
Click to collapse
Thanks for the idea. I gave your suggestion a try, and it works, but it requires that I move (or copy) all files to be transferred into another folder before transferring. After transferring, then I need to delete all the copies. I'd like to avoid the extra steps, but I do sincerely appreciate your suggestion.
I've tried everything I can think of, and I just can't get FTP transfers to work as expected on this phone (see first post for what happens). There's gotta be a solution, especially given the report above that another user has no difficulty.
I figured it out!!! :victory:
After much pondering, thinking, and tinkering, I figured it out. It was a rule in iptables that blocked the linux kernel from accessing wifi.
Now as to why it needs access, I dunno. If you know, please enlighten.
The great news is that it works now! :cyclops:

Looking for a certain kind of file transfer app that I am not sure exists.

Hey guys. I know there are plenty of apps out there that allow you to connect to your wifi network and then browse your phone's file structure from your PC and drag/drop transfer files to it.
I am looking for more of an app that connects through wifi and allows one to browse their PC's file structure from their phone, and grab files from the PC using the phone. So instead of using the PC as the transfer unit, you'd use the phone. Because sometimes I am lazy and just want to use my phone from bed to transfer things.
It doesn't necessarily have to be a full-fledged "control your PC from your phone" app, just something simple one can use to browse a PC's file structure.
Does such an app exist?
I should also note that I do have the fX file browser app (its like ES file explorer, before ES got bought out by a garbage scamware company and filled to the brim with trash) and I think there may be a way to do what I am looking to do using this, but I do not have enough knowledge on how to do it.
Any help anyone can give would be greatly appreciated!
Install and config a ftp server on your computer and connect with ftp client from phone.
Just like that, eh?
To note, I'm not as tech savvy like that as the forum may be used to dealing with. Is there an easy, basic one out there? I don't need it for much, but the ability to transfer files from anywhere might be nice to do if I can.

Categories

Resources