HTC Desire :: Data Counter Without Recourse To Application

Nov 20, 2010

There must be a way of checking data usage on the phone without recourse to an app; the app gets its data from somewhere on phone and presumably repackages it so its all user friendly and easy to see etc. I could dispense with the 3G watchdog altogether (just cutting widgets down) if I knew where it was. Is it the packet figure in *#4636.?

HTC Desire :: Data counter without recourse to application


HTC Desire :: Need App To See Data / SMS / Call Counter

Jun 13, 2010

Is there an app that allows you to see how much data you have used, sms messages you have sent and how many calls you have made? An all-in-one app is what I am looking for.

View 6 Replies View Related

HTC Desire :: Text Counter Application?

Apr 19, 2010

I downloaded the the app for counting the mins but thought it would show texts but it doesnt. it only shows calls. i really need a text counter as i dont call much and will use mainly texts.

View 3 Replies View Related

Android :: Data Traffic Counter With Detailed Info?

Dec 26, 2009

I my Droid makes lots of traffic and I need to see which programs cause this traffic. Is there any tool with detailed information?

View 1 Replies View Related

General :: Jelly Bean Data Counter Incorrect?

Jan 13, 2013

How is the operating system getting these numbers? If I'm using 2+ GB on Rdio alone, how am I below 2gb of data during the month so far? I'm on Solavei so I have 4gb of 4g before it gets throttled and it would suck to get throttled and have no idea how much data I've actually used.

View 2 Replies View Related

General :: Better To Use Android Built In Post ICS Data Counter Or External App?

Aug 29, 2012

Just wondering what would be better/more accurate for a data usage counter...

View 6 Replies View Related

Motorola Droid :: Recommended SMS Counter Application

Apr 19, 2010

So my wife and I went over on our text messaging (I'm glad she went over too, or I'd gotten an earfull. Now she can't say too much). Anyway, any recommendations for an SMS counter app? I dunno if Handcent has one built in, but I'd like one that retains all data between changing/updating ROMs. I have the 250 messaging package. Text messaging is ridiculous in price.

View 15 Replies View Related

HTC Desire :: Gmail Unread Counter

Aug 16, 2010

My handset has recently developed a bug whereby my Gmail icon displays unread messages as normal, but even when I read them on the handset, the icon remains displaying them as unread? I click the icon to enter the gmail client, but it still displays all mail as read?If I then log in online to Gmail on a desktop, the same emails that I had read on my Desire are still unread... It seems the android app isn't telling gmail that the messages have been read?

View 6 Replies View Related

HTC Desire :: Handcent Message Received Counter

Sep 18, 2010

I have just started using using handcent SMS which i love. Couple of things i am not sure of though. How do i dasable the standard HTC app as i seem to get a notification on both. Also i have moved the handcent app to the home screen but it does not display a numerical display of a received text message (on the app icon) which i liked on the standard app. Is there a way to get it to do this?

View 3 Replies View Related

HTC Desire :: Which Application Or Widget Using Huge Amounts Of Data?

Jul 6, 2010

I've just got myself a Desire since last week and I am really really happy with it. It's my first android phone (previously had a Nokia N95) so I am still trying to get my head around it.
I've just realised that the phone is using massive quantities of data over the last two or three days. I have installed an app to show me how much and it is saying over 4gb, a lot of it during the night when I have not being using the phone.

I have obviously been using the phone a lot since I got it but nothing close to that amount. The most data hungry app that I can think of that I have used is Grooveshark and that was only for about 20 minutes. Also I have gone into all the apps I can think of and made sure that they are either set for manual sync or else no more than once a day. Is there a way for me to tell which app or widget or whatever is using all of this data? I am sure I have forgot to change the settings on something but I cannot figure out what it could be.

View 17 Replies View Related

HTC Desire HD :: What Application Using Huge Amount Of Data? (Internet Usage)

Nov 25, 2010

So I've had my DHD for 3 days, done a little 3G browsing the usual stuff Facebook, emails etc., but nothing more as I used my home WiFi for the widget and app downloads. But today I got a text from Vodafone saying I was near my internet usage limit for the Month! Within 3 days!? I have a 750MB limit, which the chap in the shop assured me was enough to keep me happy as 'no one ever goes over that.'

I was happy with that even though my previous contract was unlimited internet as he said it would be ok. All I can think of is the email syncing, so turned that off. But what else could be causing me to go over the 750MB limit within 3 days? Surely thats a huge amount to be used?

View 12 Replies View Related

Android :: Best Way To Store Application Data / When Data Stored / Data Format Could Change In Future Versions?

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

Android :: Advice On First Application (loading Data / Populating Data)

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

HTC Desire :: Track / Stop Data Usage - Ways To Conserve Data?

Aug 23, 2010

I just signed up for these forums because soon I will be an HTC Desire owner in Canada. Having never owned a smartphone before I do have a few questions. The plan I intend on signing up for is the Telus Student 40 and that will come with only 100mb of data. Now I don't see myself being too data using heavy so I feel like I will be able to live with it. However I do have some questions regarding my data consumption.

1. Is it possible to completely stop all data usage by somehow disabling the data connection if I find myself reaching my limit?
2. What are ways to track my data usage to make sure I don't use too much data?
3. What are good ways to conserve data usage? I'm getting the feeling that there are some applications that will constantly be sending data back and forth updating themselves, is it possible to have these applications but stop them from constantly updating and only have them update when I want to access the application?.........

View 5 Replies View Related

Android :: Application Data Remain After Application Removal

Feb 6, 2010

I want to add a flag that will tell how much time my application is running. This flag will have to stay even after the application is removed. And, if its installed back, i must have a way to recover this flag. What's a way to implement this?

View 8 Replies View Related

HTC Desire :: Does Auto Sync And Background Data Needs Always On Mobile Data?

Aug 18, 2010

If "always on mobile data" is disabled, will this have any affect on programs that are set to auto sync with back ground data enabled(Face book, twitter etc)? I'm trying to work it out but lots of people say different things?

View 13 Replies View Related

HTC EVO 4G :: Mail Counter Not Updating?

Aug 5, 2010

Has anybody had this problem? If so what gives? I've tried un-installing then re-installing account, removing the app from home screen then re-applying on home screen and nothing. the number of emails I have never change, when I read or receive it gets stuck on the same number.

View 4 Replies View Related

Android :: Build In SMS Counter

May 11, 2009

I would like to do is a build-in SMS Counter. When having plans that allow you to do a specified amount of SMS messages in a month, an SMS Counter would be very useful, and I can't imagine writing code for it could be that hard. I think that, apart from me, many people would love this simple extra to the Android OS.

View 2 Replies View Related

HTC Incredible :: Character Counter For SMS

May 31, 2010

I notice that when typing a long SMS, once you enter the second or third SMS, they are no longer starting at 160 characters.It's like you're down to (1/160)1, and then you type a simple 2 letter word like "to". You think that would change it to (159/160)2 but instead it becomes like (145/153)2.

View 3 Replies View Related

HTC EVO 4G :: Change Counter With Camera?

Jul 14, 2010

I did a hard reset and now my pictures are being numbered from the beginning. i have 112 other pictures from before the hard reset and it's creating a hassle in organizing the photos. is there a way to change the counter with the camera?

View 2 Replies View Related

General :: No SMS Counter With Dragon ICS

Apr 25, 2012

I have a Samsung Galaxy S2 with the Dragon ICS V2.0 .Its a great Rom so far but i dont have a sms signs counter. I have no flatrate for my sms and i need a counter where i can see how many signs i have until the second sms start.The Android Version is 4.0.4.I like the Dragon Style and hope to get the counter.If this is not possible i use Handcent.

View 3 Replies View Related

HTC Desire :: Lost - Stolen Desire - Protect Data - Send Sms To Preallocated Number If Phone Is Booted Up With Different Sim

Jul 18, 2010

My friend just lost his Desire at an airport. The pattern lock is active, but that does nothing but protect the data on the phone - Not SD. The first thing they would do is to switch the phone off and replace the sim.

Now here is my question : Is there an app that will send an sms to a preallocated number if the phone is booted up with a different sim? I know some Samsung phones can do this. But having an app that requires your own sim to be able to find it if stolen is quite pointless.

View 7 Replies View Related

HTC Incredible :: Unread Mail Counter

Jun 6, 2010

I have nothing in my inbox and the little mail icon refuses to say "0". It has been stuck on "4" for several days. Is there a way to reset the counter? I searched but didn't find any topics on this.

View 3 Replies View Related

Android :: SMS - 3g Counter - Battery Drain?

Aug 12, 2010

Ive currently installed 3g watchdog and droid stats. Im worried one of them is draining my battery but they are essential to me. Ive also seen there are a few more:

Stats
Tariff Watcher
Call Meter NG

What do you guys recommend out of the 5 i have mentioned? Are you using any and extremely happy? Has anyone else experienced battery drain with any of them

View 6 Replies View Related

Android :: SMS Text Message Counter?

Jan 6, 2010

Is there an Android app anywhere that will count how many SMS text messages I have used to date in a month? I have found a data counter which tells me the amount of data going through the phone via WiFi and the mobile network, but as these are both unlimited on my plan, it's no use. However I only get 300 minutes and 300 SMS messages each month included in my plan and would like to know where I am with those at any time.

View 9 Replies View Related

Android :: Looking For Diabetics (carb Counter)

Jul 25, 2010

i'm diabetic and looking for an app that will look up the carb count in the foods i eat. would also be nice to add my own foods.

View 2 Replies View Related

HTC Hero :: Gmail Counter - Unread Message

Jan 10, 2010

I opted to use the native Android (HTC?) imap client for my Gmail account simply because the widget shows me an unread message count. That aside however, the dedicated Google Gmail app is much better (it looks nicer imho and also has the "Archive" button - in the imap client I have to "Move to..."/"[Gmail]/All mail"). And the question: is there an way to have an unread email counter while using the Google gmail app? I would like something that will update as soon as the email is synced to my device, and decrement as soon as I archive an email in the google app.

View 2 Replies View Related

Android :: How To Add Bubble Counter On Tabs In Phone App?

Jun 3, 2010

How to add bubble counter on tabs in an Android application? Same has been done by eBuddy Android application.

View 1 Replies View Related

Android :: Screen Rotation Counter Clockwise

Nov 1, 2009

Is there any way to make autorotation work in both ways: both clockwise and counter clockwise? It's a pain when reading a book that scrolls with volume keys (HTC Hero).

View 2 Replies View Related

Motorola Droid :: No Text Counter When Texting?

Nov 11, 2009

Wen doing. A text message there is no counter for the amount of chracters do I have to set something or is this a bug

View 1 Replies View Related







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