Android :: Data Free GPS App?
Jun 13, 2010
I'm new the the android world with my eris. I was wondering if there was an app that uses the Eris's GPS chip without using any data. Is there an app like that? I could find anything close to it.. I know for the Omnia (Windows Mobile phone) there's an app like that, but is there one for the Eris?
View 13 Replies
Feb 8, 2010
I currently have a free application on the market and I'd like to offer a paid version of it as well. Once the paid version is installed, I want to import the db and shared preferences from the free version so users can un install it without losing anything. The problem is this: in my free version, I don't have a android:shared UserId set. If I add one, the app's id on the system changes and I can't access the data anymore. Both apps will be signed using the same certificate. How can I import the data without messing up the permissions of the free app?
View 1 Replies
View Related
Jun 5, 2010
I have a free app in the market and use the data directory of the app to store some files. Now I think about offering a paid (donate) version of the app, so that people who want to pay a few pennys will be able to do so. But AFAIK the new (paid) app needs a new name, so I won't be able to use the stored data of the free version. That means, that existing users would have to re-enter a lot of personal settings - which probably would be a no-no for a lot of users. So my question: Is there a smart way to have a free and a paid version in the market, where the later installed payed version can use the data of the free version? I thought about using the SD-card for data storage, but there might be devices without any SD-card...
View 5 Replies
View Related
Jul 31, 2010
Hopefully not a repeat but is there a good app out there to give free texts if I'm getting close to the monthly limit?
View 1 Replies
View Related
Jun 28, 2010
I've noticed that most of this week my phone keeps roaming.Not sure why, guess I don't really care because it works but I noticed this on my online Sprint account.
View 47 Replies
View Related
May 24, 2010
I heard anyone who ordered a dinc from 04/24-05/30 gets a free 2gb data card. Are these coming pre-installed or what?
View 20 Replies
View Related
Jun 7, 2010
Maybe I am rem wrong, but with $15 data pac on my voyager and dare seemed to include vcast. So with $30 pac , it's not free/included? Anyone want to remind me why vcast would be worth extra $10 a month vzw will now charge you? *it didnt impress me enough to rem it
View 1 Replies
View Related
Jun 10, 2010
I want to have a free version and a premium version of the same application. When people buy the application, I want them to be able to "upgrade" without losing their data, i.e. the premium version should install over the free version.I want to use the same code base and just switch a setting to build the premium version.
Andoid Market does not let me convert a free app to a paid app, so the trivial option is not available.I am curious if someone has tried this successfully. How does Android Market identify an application - will it think that the premium version is a different app and just install it in parallel?
View 2 Replies
View Related
Aug 4, 2010
How do I put my apps etc on my sd card to free up the phone memory? Also how do I find out how much phone memory I have left?
View 15 Replies
View Related
Sep 2, 2010
I want to do a factory reset now that I have 2.2, but I'm traveling without my computer and need to transfer my pics and music from within the phone. There must be an app for that, right?
View 3 Replies
View Related
Sep 22, 2010
33MB worth of data. Obviously all contacts will be backed up in gmail. So I can't lose anything permanently. But will I lose my favorites menu on my Desire? What other hassle will I have to go through if I Clear Data for contacts?
View 1 Replies
View Related
Aug 25, 2010
I'm looking for an app (free or paid) that will disable mobile data while my screen is turned off.
View 2 Replies
View Related
Sep 23, 2010
PSA: AT&T doesn't charge you for OTA firmware updates -- Engadget Mobile. So it says that they wont charge us for downloading OTA update, but... my log says otherwise. ( the 13k kb ones are the OTA update download btw) How come it ate up my data usage? I previously had approximately 85-89mb of data usage for the month, but after attempting to download the OTA update quite a few times ( I was frustrated since it keeps telling me that update failed ), it showed up on my data usage log. Now AT&T tells me that I've used 159mb/200mb so far, and I even got a text this morning saying I've used 65% of my data usage for the month. ( I'm on the 200mb data plan ) What the heck is going on? what if there's an OTA update in the future that are three digit long. If I go over my limit, I would have to pay extra $15.00 for another 200mb of data.
View 12 Replies
View Related
Mar 14, 2013
I think lots of people here hold back a little bit on how much data they expose to google. I have a specific question. When apps access address book, what address book are they accessing? The phone address book? What if it's a tablet, which has no address book, is it access your google contacts?
Quote:
YOUR ACCOUNTS
FIND ACCOUNTS ON THE DEVICE
Allows the app to get the list of accounts known by the tablet. This may include any accounts created by applications you have installed. Allows the app to get the list of accounts known by the phone. This may include any accounts created by applications you have installed.
I have an account used specifically for playstore and my tablet and phone. I also access my personal gmail through my tablet or phone, using a different account. Does that mean that Angry Birds knows about both the account used by playstore AND my personal gmail account?
View 1 Replies
View Related
Mar 4, 2010
I'm making an Android Java app game (although this question applies to all languages really) and hope to release the first version soon. I'm nervous about how I save data in my game. My problem is that, if in a later update, I decide to store more data or store the same data in a different way, I need to be careful I don't lose or corrupt data for users that upgrade (i.e. I want users to be able to use data created by an old version in the new version, like their high scores from before).For example, say I want to save high scores in version 1.
View 3 Replies
View Related
Sep 24, 2010
Is it possible to provide files into the data/data directory of an android application on install? If so, where would I put these files in my project?
View 1 Replies
View Related
Mar 16, 2010
How I'm able to do what I've written in the topic. I've looked through many tutorials on AsyncTask but I can't get it to work. I have a little form (EditText) that will take what the user inputs there and make it to a url query for the application to lookup and then display the results.
What I think would seem to work is something like this: In my main activity i have a string called responseBody. Then the user clicks on the search button it will go to my search function and from there call the GrabUrl method with the url which will start the asyncdata and when that process is finished the onPostExecute method will use the function activity.this.setResponseBody(content).
This is what my code looks like simpliefied with the most important parts (I think).
CODE:.......................
View 1 Replies
View Related
Mar 2, 2010
For my CS bachelors I am doing a Senior project using android and google maps.My vision was to do a (relatively) simple Dijkstra shortest path using google maps road data. I was going to add elevation change along with 2D distance. I am doing well playing with maps in android but I am completely stumped trying to access google maps data in any sort of searchable form.How would I go about accessing the data for say intersections of roads (lat/long) in a particular area?There has to be a way to pull that data in some sort of tree form. It seems like it may be possible with kml?Any pointers would be awesome.I want my paths to follow roads but If i cant this is going to turn into an orienteering application fairly fast.
View 2 Replies
View Related
Apr 14, 2010
Is it possible to copy a file located on the sdcard to a package's internal filesytem located at /data/data/packagename/files/ folder?
View 3 Replies
View Related
Jun 2, 2009
I just want to capture the updated screen data instead of reading all data from framebuffer. Can I get this data by what method?
View 4 Replies
View Related
Jun 23, 2010
to start with I've gone through the entire notepad tutorial, I'm a professional game programmer who has some extra time. (though most of my time has been in C++, I did take a year or two of Java classes in college, and remember some of it). I'm not sure the site is a good site to ask questions like this.. If someone has a Forum that might be a good place to ask these newbie questions, please feel free to point me in the direction. I've examined a few of the samples, and think I've a grasp of what I want to do. I've a three to four project plan for some Android releases to sharpen my skills, but since this is my first project and I have never really developed for a mobile phone or the android before, I'd like to make sure I have a solid plan.The first project is an example of the license plate game, however I want to do a few things to change it. Heck maybe when I'm done it'll become a bingo style game, with bluetooth connectivity, you never know. The base idea is I want to offer a list of states, with checkboxes next to them. so to do this, I'll be starting with a Linear List layout similar to the note pad example, and then have a row that is only a Checkbox. I can use text and call strike through if it's been checked off. Perhaps offer an option to not show them if they are checked.
But I want the list to be generated from a set of lists. Maybe all of America's states, maybe reasonable American states (no Hawaii, no Alaska) maybe a North American list, (add in Mexico and some Canadian provinces), a European list, who knows. I'd probably have to have a pop up window that lists all of the lists I suppose using a radiogroup of some sort. So then as far as the data, after weighing options I think best solution is to make a database with two fields, "checked" and "name".I figure I can use the menu for most of the user interaction (aside from clicking on stuff we want to check off) with maybe a few context menu items, I understand how to make all of those already so I should be good. The question I have is what is the best way to populate the lists? Should I create raw data, and have different files for all the lists? Or is there some other way to do this? I've seen this done on the searchable dictionary, but I'd like to hear what people who have actually generated the data like this before. In addition is there an easy way to look at the sql database these applications create, or do you have to run searches on them and output the data? Finally any other suggestion or advice? I definitely want to try to get something like this on the market so I can see the full life cycle and see if anyone actually likes it. (luckily there's not a plethora of them already) but I also want a few people to look over my code if they're willing when I'm done to make sure I've done this right or at least not missing any basic mistakes.
View 2 Replies
View Related
Jul 28, 2010
I wanna develop an app that uses CSD or Data channel of GSM Service to send data. Can anyone help me out with it?
View 1 Replies
View Related
Aug 9, 2010
Dear Android geeks, I am new to android development, and i want to develop an app in which u can set some data and location in google map and at a later time we can retrieve it also. Please help me out with it I am not able to set data in maps.
View 20 Replies
View Related
Feb 1, 2010
I'm trying to get a list of folders in /data/data that starts with "totalcross". Is this possible? All i get is "permission denied". All these folders are signed with the same key and have the same user id.
View 5 Replies
View Related
Mar 29, 2009
I am saving an image using openFileOutput and now i want to use this image in my java script file.
View 9 Replies
View Related
Sep 16, 2010
On Thu, Sep 16, 2010 at 10:10 AM, Lidia <lidyp...@yahoo.com> wrote: > And using the "internal storage" data are always removed after uninstall.
View 8 Replies
View Related
May 27, 2010
I am building an application where in I need to take the data (say inbox message) from a android mobile phone store it in any data base and then use the datas from Db. Here I want the datas from android mob to be directly stored in any DB. Can any one come out with a good idea.
View 1 Replies
View Related
Dec 8, 2009
Have the Motorola droid and searched around a bit. I'll come out and admit I'm a cheap skate and trying to save money on VZ nickle and dime approach (especially compared to Sprint).I signed up for the lowest message plan, so looking for any free to send SMS apps that people use. I signed up for the google voice, but haven't been invited. I heard that has a way to send sms free as data.I am aware of the various free sites on the internet via a browser and was wondering if anyone put together an app to use your contact list or be able to make a new one to send free sms (via data, not plan) that works well.Most my friends have unlimited text so it doesn't bother them.I have also read here and there that some of the instant messaging apps might be able to send a text to a phone number? Any luck with this? So far little info on this subject.
View 6 Replies
View Related
Nov 22, 2010
I had been using the DATA TOGGLE widget for couple days, today strangely the widget was not functioning, it was not possible to turn on/off data. I tried uninstalling the app but still the problem persists.I tried switching off the phone, remove battery didn't work also tried the airplane mode on/off without luck also tried changing the ENABLE DATA in the settings no luck Cleare all current APN's and re installed the APN settings but still the problem persists?
View 3 Replies
View Related
Jul 9, 2012
I use DU meter but its in the notification panel...i need one in the notification bar
and there was another app called network meter and lots of other... [URL] .....
but none of them have it on the notification bar....
this one fits my need... [URL] ....
but isnt refreshed in real time and slows the phone and battery life.
View 4 Replies
View Related