Android : App To Access Pc's Files / Make Phone External Disk Over Wifi?

May 22, 2010

Is there an app that can help me access my computer's files or just make my phone become an external disk over the wifi? if so can u plz tell me which apps or software i need to install?

Android : App to access Pc's files / make phone external disk over wifi?


HTC Hero :: Add Files On SD Card As External Disk

Aug 20, 2009

When I connect the phone via USB, syncing works fine. The problem I have is when trying to add files to the memory card. When I try to access it via my PC i get the message "Please insert disk into drive f:......I've tried closing down sync, resetting phone, mounting the sd card, all with no success.

View 3 Replies View Related

Samsung Captivate :: Create Sort Of Wifi Lan Network (make Phone Work As Local Area Router Without Internet Access)?

Sep 13, 2010

Is it possible to create a sort of wifi lan network (i.e., make the captivate work as a local area network router without internet access)? this could potentially be useful: quick filesharing, improvised LAN for games, etc...

View 1 Replies View Related

Android : How To Get File Reference To External Disk

Nov 17, 2010

I would like to get in my file browser File reference to external disk not SD Card. I mean I know that there is method

Environment.getExternalStorageDirectory();

But to my knowledge this will get reference to SD Card. But how to get external disk (say kind of USB storage attached to Android device)? You know that device can have both SD card and external USB stick attached to them.

View 2 Replies View Related

Android :: Make Emulator Access Web When PC Is On WiFi

Nov 2, 2010

I just realized that my emulator can't access the web. My computer runs on WiFi and perhaps the emulator isn't able to detect it. how to get it working? emulator isn't running on Airplane mode.

View 2 Replies View Related

Android :: Method To Access Files From SD Card Over Wifi

Sep 19, 2010

I"m always connected by wifi at home and i would like to access my files through wifi. There are a lot of web browser based wifi apps (like Websharing) but I was wondering if there are any drag and drop methods as if I was connected by the USB cable. I want to access the SD card through My Computer and not Firefox.

View 19 Replies View Related

HTC Hero :: Unable To Access Disk Via USB

Aug 28, 2009

I got my HTC Hero this morning - its my first smartphone and I am very impressed. I saw some fairly damning reviews online, but when I trialled it I was hooked. Superb device A+ so far, except for this little problem which I think is probably linked to my Laptop rather than the Hero... I have plugged it into my Laptop via USB. Vista found the drivers, installed all well and good. However, if I click on Removable Disk (F I get an error stating that there is no disk in the drive and please insert one. I've tried re-installing the drivers using the ones available online, and nothing. I've also installed HTC Sync which simply doesn't find the device despite being plugged in. The Hero reckons it is connected, complete with USB symbol and HTC sync symbol. So what have I done wrong? I've tried all the obvious ones - reinstalling drivers, different USB port, turning both off and on again (many times), uninstalling, reinstalling etc etc....

View 5 Replies View Related

Android :: Unable To Access Memory Card When Connected To PC Disk Mode?

Jul 9, 2010

I was wondering why you can't access the memory card VIA the phone when connected to the PC Also should I use the eject command in windows to eject the phone?

View 3 Replies View Related

Android :: How To Access Data Files Belongs To App In Phone?

Jul 27, 2009

I don't how to do this task.using the getpath() method i can get the path of the database.In the Terminal Emulator using commends i can see the database file which contains the queries what i have executed,that file is saved in the emulator memory.How can i access that file from an anroid application.

View 1 Replies View Related

Android :: How To Measure Disk Activity And Disk

Mar 18, 2009

how to measure Disk Activity and Disk Usage on android ? Unfortunately iostat is not available in Android. I would like to monitor Data read and Data written for disk activity and Utilized and Free space for Disk Usage. I found diskstats but I don't know how to read it.

View 2 Replies View Related

Android :: Can I Use Wifi On Phone To Make Calls To England?

Oct 2, 2010

I have a Sprint (CDMA) Hero (still 1.5 - not rooted) and will be traveling to England, taking it with me. I already know it won't work over there as a phone/Sprint network. But I can still use the wifi. Is there anyway that I can use wifi on the phone to make calls? I know Skype is no longer available for Android (a shame) but was wondering if any creative minds on this forum knew of a solution.

View 12 Replies View Related

Android : How To Make Droid Phone Generate Wifi?

Oct 28, 2010

Can you make your android phone generate wifi? Is there an app or method to make your android phone act as a wifi hotspot? I have pda net for my laptop, but was wondering if I could hook up my Wii with wifi.

View 2 Replies View Related

App Requires Direct Phone Access And Can Make Calls Without Asking First

Apr 8, 2013

I've just published an app to Google Play. It is an app that allows people (mostly tourists) in my area to easily find businesses around them. One functionality that my app offers is to make a phone call to these companies by tapping a button in the app, including emergency numbers.

Google Play says that the app requires "direct phone access, it can call phone numbers without your intervention, which can lead to a high phone bill, but not emergency numbers". This doesn't completely fit my intention.

My app would work just fine if it had to ask the user every time it wanted to make a call, and it doesn't call anything when no buttons are tapped, plus I DO want the app to be able to call emergency numbers (with the user's consent off course).

View 4 Replies View Related

General :: Access To PC Through Phone WiFi?

Feb 1, 2013

I have a Wifi router, both PC and Android 4.0 (and 2.3 one) linked through Wifi to this router.

how can i access my pc's shared directories through wifi directly?

View 3 Replies View Related

Android :: Access Larger Files - More Than 1 Mb Plist Files - From Assets Folder

Nov 4, 2010

I am working on an android app. Where i need to parse some plist files from assets folder. I do understand how to use assets in android but now problem is that file sizes are more than 1MB and so android gives error Data Exceeds UNCOMPRESS_DATA_MAX (2183588 vs 1048576). how to access such larger files from assets? Also I cant reduce a file into small buffers because i am just sending it to "DocumentBuilder.parse(in)" as a whole so can not use buffer. The error is on line: Document doc = db.parse(in).

View 1 Replies View Related

General :: Can't Access Files On Phone From Computer Anymore

Jan 7, 2013

when i plug the phone to the computer it says its conected. but i cant access any of my files or gallery. n i do have usb debugging on.

View 1 Replies View Related

Android :: Can't Access External Nework / How To Setup DNS To It

Mar 25, 2009

I can not access the external network because of DNS problem, below is my steps:

1. Setup DNS ./adb shell setprop net.dns1 xx.xx.xx.xx

I can successful access the internal network withou setting the http_proxy, such as my.mycomany.com

2. Setup proxy Setup the http_proxy environment variable on the host, and setup the dns server in Android.

Access the external network in browser, such as www.google.com. It report "Web page not available", the log of logcat say that: I/InetAddress( 187): Unknown host www.google.com, throwing UnknownHostException E/browser ( 187): onReceivedError code:-2 The URL could not be found.

Setting the http_proxy in "sqlite3 /data/data/ com.android.providers.settings/databases/settings.db" also does not work.

I guess it is the dns issue. But strange that the DNS can work for internal network, but can not work for external network.

Does anyone know how to fix this issue?

View 7 Replies View Related

Sony Ericsson Xperia X10 :: Use Of Bluetooth / Access To Phone Files

Jul 22, 2010

I tried to send my wife a copy of a picture using Bluetooth yesterday, by going to the picture, pressing the left button (the one with 4 squares).Somehow, it gave my wife access to all the files on my phone.That didn't matter, insofar as there was nothing on it I didn't mind her seeing (though I don't think she expected quite so many pictures of Lucy Liu! ) but I wonder if anyone knows what I might have done wrong?Or, perhaps, the phone is set up in such a way that you have to be sure to trust someone completely before sending information by Bluetooth?If it helps, I'll try to recreate what happened later, but if anyone knows off-hand what I might have done and how it ought to be done differently.

View 3 Replies View Related

Samsung Captivate :: Need To Access Phone Files Broken Screen

Nov 23, 2010

I tried everything and I'm beside myself. I dropped my phone off the second level of a local mall....it is (was) a Samsung Captivate. I was leaning over the rail to yell down to someone and the phone fell out of my pocket.

The screen is black....the buttons on the bottom light up and function. but I can't see a thing.

I need to get a video off the phone of my son, it was one of those moments that I was so glad I caught on video. I have to get it!! I"m sending the phone to DR.PHONEZ to get repaired but I scared that this video will be lost. So

I tried BitPim but the phone isn't supported. IT is recognized by my pc but I can't access the files I need.

two REMOVABLE drives show up in "MY COMPUTER" but when I click them it says "please insert disk"

Not sure what to do here, I checked all over the web.

View 5 Replies View Related

Android :: How To Include External Files Into APK?

Nov 3, 2010

I need to attach several text files with the apk so that these text files can be stored at SD card when APK is installed. How can I do it?

View 3 Replies View Related

Android :: Access External Database From Droid Application?

Mar 17, 2010

I'm new bie to android.. i want to access external database from my android application.. I've searched so much time in the Internet but could not get exact idea how to implement?

Please help me If any one is having idea on that and post if u have any code related to it.

View 24 Replies View Related

Android :: Save Files In External Folder

Oct 1, 2010

I'm saving files in

sdcard/Android/data/<packagename>/files

the problem is that everytime i download the app to the phone - the folder and it's contents get deleted.

anyway to prevent that.

ideally i would want that to happen only when the user uninstalls.

for debugging and user app upgrades - i'd like the folder and it's contents to remain.

View 2 Replies View Related

Samsung Galaxy S :: How To Enable Phone As WiFi Access Point?

Sep 30, 2010

I have my samsung galaxy s phone. I would like to know how to enable it as Access Point and connect to net using my laptop. I went under Settings > Wireless Networks, but cant find?

View 1 Replies View Related

Android :: External Libraries Make Apps Slower?

Aug 10, 2010

I am building an app that scrapes information from web pages. To do that I have chosen to use an HTML scraper called J soup because it's so simple to use. Jsoup is also dependent on Apache Commons Lang library. (Together they make up a total of 385kB ). So Jsoup will be used to Download the page and parse it. My question is if the use of these simplifying libraries, instead of using Androids built-in libraries, will make my app slower? (in terms of downloading data and parsing). I was thinking that the internal libraries would be optimized for Android.

View 4 Replies View Related

Android :: Directories And Files On External Storage Are Invisible

Oct 11, 2010

I have created a directory and even a file in that directory on the external storage, I am able to read and write into that but the problem is they are not visible on the emulator i.e, in the phone.

View 17 Replies View Related

Android :: Bulding Application - Adding External Jar Files

May 3, 2010

I am building an app on android and running into an error and while searching on net, came across your posting on this and changed the eclipse.ini to increase Xms and Xmx params but still this error does not go away. I am using Eclipse IDE for Java with Andrioid SDK 2.1 on Mac OS. Please help or please point me to someone who might know. Btw, this error only happens when i add external jar files (which i need for my project). here are the list of external jar files that i have in my classpath.)

// httpclient-4.0.1.jar from apache
// httpcore -4.0.1.jarfrom apache
// commons-codec-1.3.jar from apache
//commons-logging-1.1.1.jar from apache
// json_simple-1.1.jar from google ........

View 3 Replies View Related

Android :: Way To Delete App Associated Files From External Storage On Uninstall

Jan 1, 2010

It'd be convenient if an application I'm writing stored some files to external storage permanently (so they persist after the application has been exited[destroyed]), but on an uninstall I'd like to do the decent thing and have these files removed to free up the storage.

Is there any way I can have these files removed on an uninstall?

If there isn't (and I'm skeptical), then I'll have to create these files each time. I'm trying to save start-up time and also occupy required space by having them exist permanently.

Note: I need to use external storage, so both internal storage or a DB would be inappropriate.

View 1 Replies View Related

Motorola Droid :: Make Phone Into A Wifi Hotspot?

Sep 1, 2010

I have rooted my Droid 1, installed Cyanogen's 6.0 ROM, but I am baffled on how to make my phone into a wifi hotspot. Can somebody lead me into the write direction?

View 8 Replies View Related

HTC Eris : Way To Make Free Phone Calls Via WiFi

Nov 5, 2010

Before I root I was wondering; is there any way to make free phone calls via WiFi or anything after the eris is rooted?

View 2 Replies View Related

Samsung I7500 : Mp3 Music Player Files Make Phone Slow

Mar 30, 2010

Other threads say that adding mp3 files to the phone shouldn't slow it down. I have only 1gb of songs on the int memory - and the music player seems to take a good 20-30 seconds to read & list what's there every time I start it. is this normal?

View 15 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved