Android : Use G1 For GPS Navigation Without Accessing Internet?
Jun 27, 2009
Has anyone figured out if it's possible to use the G1 for GPS navigation without accessing the internet? I'm about to drive to a different country and really don't want to pay the massive data roaming charges!
I've already tried openstreetmap, I couldn't get it to work.
View 7 Replies
Oct 4, 2010
I recently brought a HTC Hero from Three (3) mobile on PAYG, unlocked it with no problems and got myself a sim only contract with T-Mobile.However I am trying to access the internet over the t-mobile network and it wont let me get anywhere, always bringing up the 'Web page is not availiable' screen. I have no issues running the internet over wi-fi and I am receiving calls and texts over the t-mobile network so I assume its not a sim issue (the contract includes data allowance btw). Also the sim that 3 mobile gave me with the phone accesses mobile internet perfectly.Does anyone on here have any suggestions as to what things I could try to rectify this problem.
View 2 Replies
View Related
Jun 10, 2010
I just bought a Legend and am loving it for the most part. But I have one big problem - apps are not accessing the internet when not on WiFi. I have Vodafone, and the EDGE connection (we don't have 3G in India yet) works in the Internet browser, but none of the apps (twitter, facebook, nytimes, kayak) work on EDGE. Is there something I need to change in permissions or settings? All these apps have full internet access in their permissions, so I don't get why they are not working.
View 4 Replies
View Related
Nov 24, 2013
My real problem is apps trying to be online like facebook, tango and such.. my subscription plan is limited so I need to stop them and allow only one app per my needs..
I know about the great app called "Droidwall" it's fine and all but it doesn't provide a mutli-profile function thus I need to tick and un-tick the wanted apps every time I connect!!
I need an app that let's me choose apps which I want them connected to my mobile data and SAVE my configures under one name to a separate profile..
Is there any app like that?
View 2 Replies
View Related
May 15, 2013
I copied my music files from my PC to the phone, but now when I try and play the music in Play Music, its somehow accessing the internet, changing my tags, album art etc which I've spent years perfecting on my own. BTW none of this stuff is in the cloud or purchased from Google, they're all "real" MP3 files.
Is there a way to stop the app from doing this, or are there alternate apps?
View 2 Replies
View Related
Oct 2, 2009
I just got a Hero, its really cool, but I'm worried about how much data this thing is going to eat up. I've got a 500MB limit, but I dont really know how long that will last. So heres a few questions
How do I know if the phone is accessing the internet through WiFi or not? Obviously WiFi doesnt count towards the limit, so I want to know that I'm using it as often as possible.
Do widgets on the home page count towards your data limit? I've got a weather widget, facebook, bbc news, email, all getting their info from the internet. Is this going to be raking up the MBs while the phone is just sat in my pocket?
Is there a number I can ring to see how much data I've used? I'm with Orange. A number to call to check my texts and minutes would be helpful, too.
View 8 Replies
View Related
Apr 6, 2014
Looking for a navigation app with no "Internet access" permission. Maps will probably be loaded manually...
I've spent some time at the market with no results. I'm looking for an old fashioned solution where you simply load in a map into your device (manually), the GPS reciever takes the required signals from the sky and shows your coordinates on the map. That's it.
No internet connection, no fancy 'in store purchases', simply a man and his interactive map- just like my grandpappy used to do back in 1845.
View 7 Replies
View Related
Dec 30, 2009
After seeing the image of Google selling the unlocked version of the Nexus One, I'm intrigued to buy one. However, I'm wondering if Google navigation will work without Internet as I don't plan on buying a data plan. If Google navigation does work, can you tell me what features, if any, are lacking because of the loss of Internet. I understand that this cannot answered by a person without a Nexus One, since its not released yet, but does anyone with a Motorola Milestone know the answer?
View 10 Replies
View Related
Nov 3, 2009
Can anyone confirm if Google Navigation can be used to just show your progress/location on a road while driving, without having to have an actual destination input?I know this was shown on a few of Rob's videos as not being possible, but just wanted to confirm if anyone had any further info on it.
View 30 Replies
View Related
Aug 13, 2010
What is difference between "Navigation" and "Sprint Navigation" apps?Newby to the smart phone, and am still trying to understand this "app" stuff.The "Navigation" app is a blue arrow, and is the one I use for map and voice navigation.The "Sprint Navigation" app seems to do the same thing in a much more belabored manner.Are these both Sprint, or what?Why two similar apps?Is one supposed to do something that the other doesn't. I don't get it.
View 15 Replies
View Related
Nov 12, 2010
I am trying to display image from internet in my imageview.
which is raising following error any one guide me what mistake am i doing here
public Bitmap DisplayLiveImage(String ImageSrc) Code...
View 1 Replies
View Related
Oct 17, 2010
I'm having a problem with my internet connection on my SGS. It used to lock to T-m*bile, I unlocked it lastweek then use L*bara instead cause got free internet service hehe. somehow, everytime i try to use internet service it says unable to connect to internet/ network unavailable. but I tried the simcard with another phone and it was working. some friends suggest me to re-unlock it. but i donno how to re-unlock it.
View 2 Replies
View Related
Jul 7, 2010
Right basically you can find the UK T mobile internet settings on the T mobile website. On the Speed Test app, the highest speeds I get are 1.8m/bs downloads and around 500kpbs upload. However, those were at off peak times at night etc (probably when nobody is using the net).Generally I get anything from 0.3 m/bs to 0.9 m/bs though. Lately I've been experiencing some inconsistent internet speeds and reconnection attempts so for I've gone back to the default settings. Tbh though I'm not sure if it makes much difference.
View 35 Replies
View Related
May 18, 2010
In J2ME, I've do this like that:
getClass().getResourceAsStream("/raw_resources.dat");
But in android, I always get null on this, why?
View 3 Replies
View Related
Jun 4, 2010
Are there Android API's to access data from an external USB device, such as a hard drive? I need to write an app to interface with an external usb device, is this possible? What system calls are used?
View 2 Replies
View Related
Jul 6, 2010
How do I make fields accessible across a package? Currently, even if they are declared public i'm not able to access the fields from another class in the same package.
View 2 Replies
View Related
Nov 23, 2009
I'm using the blow code to open the gallery and grab an image for an incon im gong to store in a database and access later to populate a listview attached to a simpleCursorAdapter...........
The code runs, and then starts force closing (what seems like) randomly. I'm convinced that I've gotten something confused somewhere but since the force closure happens at all different points of my app I dont know where to start looking.
View 8 Replies
View Related
Mar 17, 2010
I have the following code through which i am able to retrieve phone numbers. Somehow , i am not able to retrieve email addresses by using android.provider.Contacts.People API. import android.app.AlertDialog; import android.app.ExpandableListActivity; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.provider.Contacts.People; import android.view.View; import android.widget.ExpandableListAdapter; import android.widget.SimpleCursorTreeAdapter; import android.widget.TextView; import android.widget.ExpandableListView. OnChildClickListener;
View 2 Replies
View Related
Oct 6, 2009
It has come to my attention that Android can only deal with asset files that are around 1M or so. My problem is that i'm creating an app that requires access to 5 csv files. The largest of the files is 130M. I want to be able to package these text files with my app. Is there anyway around this? My app needs to be able to run without Internet access so storing these files on a server is not an option.
View 10 Replies
View Related
Feb 21, 2010
I'm using ActivityInstrumentationTestCase2 to do automated black-box testing on my GUI. Is there a way to click on a dialog, or get Views belonging to the Dialog in unit tests?The only way I could come up with is to keep a reference to the dialog and have my Activity implement a getter method to let testcases access the dialog. Is there a better way that doesn't require changing my production code?
View 1 Replies
View Related
Aug 13, 2009
I am experiencing a problem with accessing an application from the Android-browser. The application uses DWR to persist connections to the clients that are connected with it. Everything works fine for me, except that if the application does not send any data to the client on the Android-phone for 2 minutes, the connection seems to be lost and no data arrive at the client. The same scenario works just fine on Firefox, Opera and Chrome. If the pause between two data transfers is less than 2 minutes, it works just fine.
So, now my question: Is there some timeout setting for the android browser that I am missing? Or is this some built-in bug/feature/whatever that I cannot circumvent? I know that I could prevent this from happening with some sort of heartbeat, I would just like to why this is happening.
View 1 Replies
View Related
Feb 13, 2010
I have not found any convinient way to create something like a jaxws wrapperclass for an existing Soap Webservice - like in full Java. Jaxws is unfortunately not avaliable in the sdk. Is there any was to do this without using any external libs? Are there any external libs at all yet?
View 3 Replies
View Related
Jul 27, 2010
I'd like to access resources from other packages installed. Is there any better practice than using getResources() combined with createPackageContext()? Another question is how to use resources from other packages in methods like Notification(int icon, CharSequence tickerText, long when), where 1st argument is just resource id?
View 13 Replies
View Related
Aug 29, 2010
I have a very large database that is in Microsoft access. I would like limited access to this database via android. I do not want to store the database on the phones. Is there currently any apps out there worth looking at?
View 3 Replies
View Related
Apr 5, 2010
I'm using hierarchyviewer to look through a widget that I'm using. (TimePicker).
Now I can see that TimePicker contains id/decrement, id/increment and id/timepicker_input.
How do I get a reference to id/timepicker_input for example?
Tried my_picker.findViewWithTag("decrement"); but that returns null.
View 1 Replies
View Related
Jul 2, 2010
I have a .sqlite file with one table in it. i want to access this data. Please tell me, where to copy this .sqlite file (in eclipse project) and how to access the data from this .sqlite file.
please suggest some code or liniks.. [i am using Android 2.1, dont know the database version..]
View 1 Replies
View Related
Oct 29, 2010
I created database in sql lite with commands:
CODE:..........
I saved to file myDatabase.db and i'm trying open it through android. I open new project in eclipse i put my database in assets folder and i tried open my db using code:
CODE:...........
And i can't open my database.
View 4 Replies
View Related
Nov 19, 2010
I have several Droids in my company and I wanted to find out if there is an application that will allow me to remotely access a phone from my desktop or from another phone. I want to be able to manipulate the phone remotely, i.e. start applications, install applications etc. I want to be able to do this over the air.
View 1 Replies
View Related
Jul 1, 2010
How can i access a content provider from a pojo? all ways i found depends on that my class extends Activity :-( api version 3
View 3 Replies
View Related
May 24, 2010
I know Android 2.2 has Microsoft Exchange capabilities.I am looking for something different.I would like to create an application that can access a Microsoft Exchange mailbox or calendar.Since 2.2 has added Exchange functionality, I would think I can view the open source somewhere to see how that was done, and implement something similar for my specific application. Just starting out on this.Can anyone point me in the right direction?
View 2 Replies
View Related