Transfer Files using Wifi + Android Name - Nexus One Q&A, Help & Troubleshooting

Hi, i`ve been looking for a way to transfer files to the phone without using the USB cable.
I found: OnAir which does not work and SwiFTP which works but...
- i`m using Conectify to share my laptops internet connection. This in turn offers IP`s with DHCP.
Is there a way to name your phone to something fixed so that i can use it's name to connect?
If you have any other tips on how to do this, please feel free to let me know

qiuness said:
Hi, i`ve been looking for a way to transfer files to the phone without using the USB cable.
I found: OnAir which does not work and SwiFTP which works but...
- i`m using Conectify to share my laptops internet connection. This in turn offers IP`s with DHCP.
Is there a way to name your phone to something fixed so that i can use it's name to connect?
If you have any other tips on how to do this, please feel free to let me know
Click to expand...
Click to collapse
you can use WebSharing, connect using IP address + port number..

qiuness said:
Hi, i`ve been looking for a way to transfer files to the phone without using the USB cable.
I found: OnAir which does not work and SwiFTP which works but...
- i`m using Conectify to share my laptops internet connection. This in turn offers IP`s with DHCP.
Is there a way to name your phone to something fixed so that i can use it's name to connect?
If you have any other tips on how to do this, please feel free to let me know
Click to expand...
Click to collapse
on air does work fine on both 5.0.7 and froyo for me.

I suppose you're talking about Windows network. Is the phone rooted or not?
Non-rooted have no such option, but can use FTP. If you want to address it by a name - install DynDNS on the phone.
Rooted can change hostname to whatever you like (look up my thread about it in Development section - but it doesn't show on Windows network, since it's not NetBIOS name, it needs DNS server to be addressed) and/or install Samba+Netbios (look up Samba thread in Android General section, this one shows your phone as a computer on the Windows network with an SDCARD share, but it's a bit quirky - slows down when phone goes into sleep). Both things require interaction with O/S on a level of browsing system dirs, executing system commands and changing system text files. If you're not comfortable with it - I don't suggest trying.

I would just use ES File Explorer and pull the files from your Windows shares that you want rather than trying to go through all of the trouble to push a file to your phone.

Estrongs File Explorer does work very well browsing windows/smb shares over wifi. Astro can do this as well as an option for sftp for connecting to your linux box. As for a static IP you can do this manually from the wifi options in the phone. Or a nice app was made called WiFi Static, and is available free from the market.

A bit of a different choice, but Dropbox is free and can share files between any number of devices, in the cloud.

Related

needing a different APP for remote access

Hello guys, I have searched for some apps to get the Remote Control, by my fuze to PC, I found remote control, remote pc, remote desktop mobile, and others of them.
The problem is that my home's IP changes every time, so the best app I found was z2remote2PC, becaus this you choose your username and password, and it is all necessary to log in, do not need the system IP, the problem was that I didint achieve the registration for it, I would like to know an APP like this without registration or with the crack/serial, anybody know?
thanks
basmareck said:
Hello guys, I have searched for some apps to get the Remote Control, by my fuze to PC, I found remote control, remote pc, remote desktop mobile, and others of them.
The problem is that my home's IP changes every time, so the best app I found was z2remote2PC, becaus this you choose your username and password, and it is all necessary to log in, do not need the system IP, the problem was that I didint achieve the registration for it, I would like to know an APP like this without registration or with the crack/serial, anybody know?
thanks
Click to expand...
Click to collapse
Can't you use a free dynamic DNS service like no-IP, or something?
Cheers,
Steve.
yes, I can.
But, How can I obtain it?
just registred on my-ip.com
what should I do now?
I dont know how to do
basmareck said:
just registred on my-ip.com
what should I do now?
I dont know how to do
Click to expand...
Click to collapse
Now you have to forward port 3389 to the internal ip address of you computer (192.168.1.X or similar) within your router. This website should help you out www.portforward.com . Once that is done, go into system properties ---> remote ---> and enable remote desktop. Download and install no-ip DUC (dynamic update client) and let it startup with your PC (this allows your external ip to be constantly mapped to XXXXXX.no-ip.org)
To access your remote desktop. type in XXXXXX.no-ip.org within the remote desktop window.
If you need any help. Feel free to ask!
make your life easier, just use logmein. all you gotta do is install the client on your phone and desktop and log in from your phone and you can access your desktop anywhere in the world.

yes, i searched. how network my n1 thru wifi router to computer?

i can't seem to figure out how to allow my n1 to wirelessly access my computer's files through my wireless router, using w7 64bit. i left my usb cable at home, and bluetooth would work through ubuntu, but i can't get w7 to pair at all, even using bluetooth file transfer apk. ideally, i don't want to use that anyway, because bt is slow as mud, comparatively speaking.
re: wifi
i've enabled file sharing on the home network. searching for devices doesn't give up the nexus at all. i have no idea how to add it :/
re: bt
i've enabled and started all bluetooth services. it can't even pair with my phone, for some reason. both are discoverable, both see each other, but won't pair. :/
i wish that there was a stickied thread about this. doing forum search with titles only doesn't pan out anything. doing google search only leads to non-helpful sites for the first 50 or so.
this seems like it should just be basic stuff. tell my computer to look, tell my phone to look, they see and go. but, neither wants to, they're both being stingy little stuck up bastards, lol
any help would be appreciated.
Sorry to say, but you're all wrong about it being a piece of cake.
Don't know about bluetooth, but sharing files over networks is far from easy. When did you last try it between different OS?
Let's start with this: Android is Linux (more or less), and it doesn't share files with Windows networks without extra SW. Windows find network computers using NETBIOS and shares using Samba. Linux uses mostly FTP.
So:
To access Windows shares from phone , you need Samba client. Use ES Explorer, for example.
To access phone from Windows, use FTP server. SwiFTP, for example.
To use Windows sharing on Android, wait until Jimmychingala updates his Samba server to work on Nexus, I'm testing it. NetBIOS works already, shares not quite yet.
Jack_R1 said:
Sorry to say, but you're all wrong about it being a piece of cake.
Don't know about bluetooth, but sharing files over networks is far from easy. When did you last try it between different OS?
Let's start with this: Android is Linux (more or less), and it doesn't share files with Windows networks without extra SW. Windows find network computers using NETBIOS and shares using Samba. Linux uses mostly FTP.
So:
To access Windows shares from phone , you need Samba client. Use ES Explorer, for example.
To access phone from Windows, use FTP server. SwiFTP, for example.
To use Windows sharing on Android, wait until Jimmychingala updates his Samba server to work on Nexus, I'm testing it. NetBIOS works already, shares not quite yet.
Click to expand...
Click to collapse
you rock, sir. i will investigate. thank you very much
I'll throw in some more info:
There is no default Bluetooth file transfer support AFAIK. But there are 3rd party apps to do it, for example Bluetooth file transfer, or the aforementioned ES Explorer.
I would try dropbox for android. Its free and simple to use. 123 you're sharing files between multiple computers and your phone
Jack_R1 said:
I'll throw in some more info:
There is no default Bluetooth file transfer support AFAIK. But there are 3rd party apps to do it, for example Bluetooth file transfer, or the aforementioned ES Explorer.
Click to expand...
Click to collapse
yeah, i tried bluetooth file transfer. works fine in ubuntu, i can't even pair in w7. which is weird, because i had the exact opposite problem a few months ago when i was running stock ROM. i could sync to w7, without using the app even, but not to ubuntu.
dunno. i just hate having to drag that stupid cable back and forth from work.
and, dropbox is a good idea, but i don't want all of my business in the cloud. i have enough of it up there, lol
install filezilla server (or whatever you prefer) on win7 and connect via andFTP.
Make sure you configure the win7 firewall to accept incoming ftp connections.
If you find that hard use zonealarm free firewall instead of the default.

Astro SMB

How to use Astro SMB module? I cant connect to my PC with it .. I am currently using another SMB app called File Expert and it works fine.. I want to try Astro SMB module since I just loved its file manager.. Can anybody tell me how to set up astro?
Are you working with Windows Vista or 7?
In that case, newer SMB underlying protocol used by those systems might explain it, your client needs to support it.
Yeah I am using 7..
So, astro wont work?
You can do a check - perform this:
http://www.tannerwilliamson.com/2009/09/windows-7-seven-network-file-sharing-fix-samba-smb/
And try to connect. If it works - then it's the only way, due to the reason I wrote above. It's downgrading the share security, but I guess for most home networks it's not important at all.
I'm running several shares on my network, most are linux smb shares but there are a couple windows shares as well. Astro refuses to access any of them.
I installed estrong file explorer, all shares are visible and I have access to all of them. So my suggestion is to give estrong a shot. Free app with no ads
________________________
N1 w/ XDA App
Hi,
I've Windows Xp, but Astro SMB doesn't work. Instead, Estrongs File Explorer it's able to see my pc, to connect my galaxy s with it and to let me see on the phone shared document.
But I prefer Astro SMB, so anyone can tell me how to configurate Astro to make it work?
Thanks
Look at the link posted above.
sorry, but isn't the link above only for windows 7?
I've got windows xp
The link above is for Windows 7 and Vista, indeed. Sorry, I kinda missed that part of your post.
If Astro SMB doesn't work with your Windows XP - there are 2 options: 1) if you have a corporate laptop or something - it might be set to use the same sharing security as Win7 and Vista, and then you need to do the same thing as described in the link. 2) if not - then it's probably some problem with configuration, and people might be able to help you with it. What exactly are you trying to do, and what is the result? Please describe.
no, my pc isn't a corporate laptop but an home pc.
I want to create a network between my galaxy s with android and my home pc, using my router wifi.
So i've installed smb module for Astro. Then i've selected new network--->smb. After that step, the phone ask me some information. For exactly:
-Label
-Server
-Domain
-Shared folder
-User
-Password
I've try to set as Server the IP of my pc and as user and password that one I use to access on Windows Xp. But Astro gives me the error: "unknown user or bad password".
I'd like that someone who use Astro for networking with windows Xp would tell me how to configure the net.
With Estrongs Explorer files i had no problems: when i've selected "lan", the software has searched automatically avaiable devices and found my pc with his IP. Then i've selected "connect" and Shared folders appared on my phone...
You don't need to enter user credentials to connect to common share, if I'm not mistaken. Try without username and password, only server and shared folder.
Jack_R1 said:
You don't need to enter user credentials to connect to common share, if I'm not mistaken. Try without username and password, only server and shared folder.
Click to expand...
Click to collapse
In this way it gives another error: SocketTimeoutException: socket is not connected
I've finally decided to use ES file explorer.
Ty however
Turn off simple file sharing in any explorer window. Folder, options, third tab (forget label), drill to bottom and deselect simple file sharing. Check firewall... and you should have your shares pw protected. I usually just go to my serger and put c$ in the folder field.
Sent from my Nexus One using XDA App
Finally worked
So finally i was able to share files between ASTRO & my Win7 Ulti laptop.
Assuming your settings at PC end are correct, here's what you need to do in ASTRO,
Under, Networks>New>SMB, Just fill in the..
Server: <your pc local ip, say, 192.168.1.2>
Username: Guest
Password: <blank>
I filled only the above mentioned fields, leaving everything else blank.
The above setting will work if you have simple sharing enabled on your pc with no username/password, as it was in my case or you may use the username/password for your window's login. Also see that the file/folder you are trying to share has atleast Read permission for 'Guest' account.
It should work now.
But i encountered a new problem now, i was keen to use ASTRO as i thought it will be able to play videos from my PC but when i try to open file using the Video Player, it gives some crashing sort of error & closes. However, i am able to play the same file from my memory card using Video Player.
Any solution??
Use Samba mount command from Development section, to mount your PC share as a directory under /sdcard.
I think thats possible only with rooted phones, plz correct me if i am wrong..
My phone is not rooted.
I can't verify it, but I think mount should work with non-rooted phones too, as long as you have busybox and your kernel supports CIFS (it's a good question if the stock one does - I believe you're running stock?)...
Jack_R1 said:
I can't verify it, but I think mount should work with non-rooted phones too, as long as you have busybox and your kernel supports CIFS (it's a good question if the stock one does - I believe you're running stock?)...
Click to expand...
Click to collapse
Thanks for your response...
I am not much aware about this, can you help me where to find & how to do this?
Also i have no clue what busybox is.
Thanks again..
J.L.C. said:
I installed estrong file explorer, all shares are visible and I have access to all of them. So my suggestion is to give estrong a shot. Free app with no ads
Click to expand...
Click to collapse
+1
I'm able to connect to all my PCs very quickly and easily. Besides, they are working on Root permissions as well, so this can be a root explorer (currently only CM is supported).

How do I use the Captivate as a WiFi NAS?

I've been using ES File Explorer to transfer files via WiFi to and from the Windows shares in my LAN. This method works flawlessly, but I would prefer to connect my Captivate to the USB charger and access the Internal/External Storage cards from any Windows desktop in my house and use the Windows File Explorer to transfer files to/from the Captivate.
I found and app in the Market called On Air (WiFi Disk) that is supposed to act as a WebDAV server, but I have been unable to get it to work. My understanding was (someone correct me if I'm wrong) that the Windows File Explorer already has a WebDAV client built-in. So given that On Air is some sort of WebDAV server I'd be able to access it from a Windows desktop. I can already ping the IP address of the phone while is running On Air. So I was hopping that while the On Air App was running on the phone I could issue the command -> net use x: \\phone ip address\Resourcename from a Windows desktop and connect the phone as a network drive. The thing is that it's not clear what the "resourcename" is when you use On Air as the WebDAV server. I tried onair and other names as the resourcename, but it did not work. I think that using File Explorer from Windows instead of a browser or a dedicated WebDAV client would be the most convenient way to do file transfers. I also tried Firefox, IE and AnyClient (WebDAV client) to access the On Air share, but was also unsuccessful. I could not find any documentation on how to use On Air, but I assume that is working for some folks.
I guess what I'm looking for is an application that allows me to access the Captivate storage, as it acts as a WiFi NAS, from any Windows desktop attached to my LAN. Or someone with instructions on how to get the On Air app to work so that I can transfer files to/from the Captivate using any Windows desktop in my LAN.
I used FileZilla using FTP. Make sure you use active mode, worked for me. Good luck.
cappysw10 said:
I used FileZilla using FTP. Make sure you use active mode, worked for me. Good luck.
Click to expand...
Click to collapse
Ok, I downloaded FileZilla and when I try to connect to the On Air Server it appears to stablish a session, but it eventually fails. I get the following messages:
Status: Connecting to 192.168.1.112:5548...
Status: Connection established, waiting for welcome message...
Error: Connection timed out
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 192.168.1.112:5548...
Status: Connection established, waiting for welcome message...
Error: Connection timed out
Error: Could not connect to server
I used onair and anonymous as ids and the password number generated by On Air.
What exactly do you mean by making sure that I use Active Mode? I went to the FTP Active settings... what settings should I have there?
Open the Site Manager in FileZilla by either clicking file then site manager or using the shortcut CTRL+s. Here you create a site, or server, to connect to. In the general tab fill out the info from On Air. Use onair as your user and the four digit number that On Air generates as the password.
Now under the tab for transfer setting, you check the active radio button. Once you click connect you should be able to see your Cappy.
Let me know if you still need help.
cappysw10 said:
Open the Site Manager in FileZilla by either clicking file then site manager or using the shortcut CTRL+s. Here you create a site, or server, to connect to. In the general tab fill out the info from On Air. Use onair as your user and the four digit number that On Air generates as the password.
Now under the tab for transfer setting, you check the active radio button. Once you click connect you should be able to see your Cappy.
Let me know if you still need help.
Click to expand...
Click to collapse
Thanks for the help, but I was unable to connect using FileZilla's Site Manager with your instructions.. The version of FileZilla that I downloaded (3.3.4.1) did not have a WebDAV connection type. I tried the FTP option, but I kept getting the message: "Connection established, waiting for welcome message..." What connection option are you using?
After a few trials and errors... I finally connected to the On Air server on the Captivate, but with AnyClient 2.0 using its WebDAV connection type. I'm able to transfer files to/from my Captivate using any Windows desktop in my LAN. File transfers from the Captivate to the desktop are actually pretty fast. Now that I know that the WebDAV server is up and running and accepting connections in the Captivate... tomorrow, if I get a chance, I'll try again to get it to work using the Windows File Explorer.
Ok, I got On Air WebADV working using Windows File Explorer... BUT, only using Windows XP's File Explorer. It "appears" that there is a limitation in the Mini Redirector built-in the File Explorer of Windows 7 that only allows WebADV connection in port 80. The default port of On Air WebADV server is 8880 and there is no (user friendly) option to change this port either in On Air or in the File Explorer of Windows 7. I'll keep looking around to see if there is a way to change (hack) the default port of Windows 7 File Explorer. There is probably a registry entry to change this, but I'm afraid that changing it will break Web connections elsewhere within Windows 7..
tamanaco said:
Thanks for the help, but I was unable to connect using FileZilla's Site Manager with your instructions.. The version of FileZilla that I downloaded (3.3.4.1) did not have a WebDAV connection type. I tried the FTP option, but I kept getting the message: "Connection established, waiting for welcome message..." What connection option are you using?
After a few trials and errors... I finally connected to the On Air server on the Captivate, but with AnyClient 2.0 using its WebDAV connection type. I'm able to transfer files to/from my Captivate using any Windows desktop in my LAN. File transfers from the Captivate to the desktop are actually pretty fast. Now that I know that the WebDAV server is up and running and accepting connections in the Captivate... tomorrow, if I get a chance, I'll try again to get it to work using the Windows File Explorer.
Click to expand...
Click to collapse
Did you change On Air to use FTP protocol? If you tap the icon on the top right it changes protocols. Anyway, glad to see you got it to work.
cappysw10 said:
Did you change On Air to use FTP protocol? If you tap the icon on the top right it changes protocols. Anyway, glad to see you got it to work.
Click to expand...
Click to collapse
Yeap, I tried several protocols, but none work using Win 7 File Explorer because the Map Network Drive Wizard does not allow ftp or http connections to ports other than the default ports. So you can only enter ftp://ipaddress or http://ipaddress. In Windows XP you can enter http://ipaddress:anyport# in the Add Network Place Wizard and it works. XP then prompts you for the id and pw and the folder for the WebDAV server is added under My Network Places in File Explorer. I prefer WebDAV as it is a newer and more flexible protocol than FTP.

How to use wifi to manage files on mobile via PC

Things are more simpler than it seems to be.
I am going to share how I did it, in very simple way.
Things you will need :
PC with any wifi working (NEED NOT WIFI-DIRECT AT ALL
Any android mobile with hot-spot working. (Rooted for root directory)
ES-File manager (Free)
Main reason to write this tutorial is for broadband users of PC (but internet is not needed), not having wifi-direct card, and no use of any wireless router or LAN or any fancy device.
I will tell you my short story, I am a usb-modem user with 2g/3g net with very limited data connection. Also cant buy wifi routers just to put my mobile n PC on "same network" criterion. USB was a pain and also very limited to just SD-card, and no root access via USB. So I took this mess and did my all to settle it as I need rather than fancy drivers and devices.
Enough of spoilers, lets start :
Mobile side settings :
Install ES-File manager. Goto windows->default->check remote manager​Back to Home-screen and swipe to remote manager page, It will say no connection detected (its ok)​Click on turn on wifi to enter in wifi settings and start hot-spot (or you can do it first)​It will show an ftp address like "ftp://197.0.0.1:3721/", NOTE IT DOWN​
Pc side settings
Search for the just created Wifi-Hotspot and connect to it​Now 2 ways to connect to mobile : 1. Open windows explorer, directly write the ftp address as it is and voila you see your mobiles directory there.
2. Open windows explorer->right click on my computer->Add a network location->Next->write the ftp address->(<give a name>)->finish​Boom, it will show as network mapped folder, click on it goes to your mobile.​
THINGS TO REMEMBER :
IF YOU NEED TO ACCESS THE ROOT FOLDER OF YOUR MOBILE, SET THE PATH IN REMOTE MANAGER'S SETTING OPTION (SET ROOT DIRECTORY)
Any problem you tell me.
Sorry for my English.
hi
I suggest adding the "[Tutorial]" tag in the title to avoid confusions. The thread seemed a help request to me first.
that's an interesting thing.
Just use AirDroid 2 and u r good to go ^^
For this I'm using RootFTP, but is nice to know that ESFileEx can do this, I susect it, but i dont had time to look at.

Categories

Resources