[android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-13 Thread ltvie
sorry for my strange question !! I mean,i want make app that lets you wirelessly manage & control your Android devices (phone) from a web browser. It's designed with the vision to bridge the gap between your Android device and web browser, on desktop computers, on Windows (like : Lazydroid, Airdro

[android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-13 Thread ltvie
like mozila,google chrome,Opera etc On Feb 8, 4:16 am, JackN wrote: > what's a computer browser? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

Re: [android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-07 Thread Nikolay Elenkov
On Wed, Feb 8, 2012 at 8:42 AM, gjs wrote: > Hi, > > Sure write an app with its own http server. > > http://developer.android.com/reference/java/net/ServerSocket.html > > There are also apps that let your share it via Samba (Windows file sharing), but you need a rooted phone. -- You received th

[android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-07 Thread gjs
Hi, Sure write an app with its own http server. http://developer.android.com/reference/java/net/ServerSocket.html Regards On Jan 31, 2:01 pm, ltvie wrote: > Hi everyone...!! > > I want to know,,how can access android phone (sdcard) on my computer > browser via wifi ? > for example,from my comp

Re: [android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-07 Thread Kristopher Micinski
I'm assuming it's a file browser such as the file explorer on windows or nautilus on linux. But your post doesn't really seem to make sense according to this interpretation. You sound like you want to run a browser on the computer and run a server on the phone, which is just strange, what are you

[android-developers] Re: how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-07 Thread JackN
what's a computer browser? On Jan 30, 7:01 pm, ltvie wrote: > Hi everyone...!! > > I want to know,,how can access android phone (sdcard) on my computer > browser via wifi ? > for example,from my computer browser i can access android phone just > type IP and port (http://192.168.2.125:8080).. than