HTC Incredible :: Post Data Usage
May 18, 2010
I'm new to the forums and so far am loving the vast amount of stuff I'm learning from this site and what this phone can really do! I just received my bill from Verizon for May and compared it to my April bill. I went from using 52MB of data on my Omnia to 545MB of data on my Incredible! I'm so thankful for the unlimited data
What was your data usage before and after you got your Incredible?
View 16 Replies
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
Jun 26, 2010
I have the Everything Data Family 1500 Share Plan.Just check my data usage today. What is this Roaming Data Charge?I was in USA and in the states all the time.Anyway to avoid this in the future? There's no charges now, but it could get worst.
View 26 Replies
View Related
Jan 2, 2013
In android 4.0 and above there is the option in the data usage settings, to turn mobile data on and off. What difference does it exactly make? As fas as I tested, I still can take a look at my mobile data usage, even though it is tuned off in the data usage settings.
According to this source of Google
[URL]
turning it off means:
Quote:
If it's off, you won't be able to use mobile data at all and many features of your phone and apps won't work correctly.
what they mean by "...use mobile data at all..." (since I still have 3G) and what features there could be?
View 2 Replies
View Related
Jun 15, 2010
Android supports a limited version of apache's http client(v4). typically if I want to send binary data using content type= application/octet-stream via POST,
I do the following:
CODE:.........................
However ByteArrayRequestEntity is not supported on android. what can I do?
View 1 Replies
View Related
Sep 11, 2010
I would like to develop an application that uploads an image and some text data about that image.
To do that, I am trying to create a HTTP Multipart Post, as follows:
code:..........
My doubt is: how can I extract those values in the server? I would like to develop a Servlet to receive and process the post requests. In this Servlet I would need to extract these values in th request. Can you help me? Do you have any sample of server to answer the android multipart requests?
View 2 Replies
View Related
Apr 14, 2010
I am a student in the process a building an Android app that can post a GPS track into a Rails application. I would like to do things the "Rails" way and take advantage of the REST. My rails application basically has 3 models at this point: users, tracks, and points. A user has_many tracks and a track has_many points. A track also has a total distance. Points have a latitude and longitude. I have successfully been able to create an empty track with:
curl -i -X POST -H 'Content-Type: application/xml' -d '<track><distance>100</distance></track>' http://localhost:3000/users/1/tracks
That is pretty cool. I am really impressed that rails do this. Just to see what would happen I tried the following:
curl -i -X POST -H 'Content-Type: application/xml -d '<track><distance>100</distance><points><point><lat>3</lat><lng>2</lng></point></points></track>' http://localhost:3000/users/1/tracks
Fail! The server spits back:
Processing TracksController#create (for 127.0.0.1 at 2010-04-14 00:03:25) [POST]
Parameters: {"track"=>{"points"=>{"point"=>{"lng"=>"2", "lat"=>"3"}}, "distance"=>"100"}, "user_id"=>"1"} User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) ActiveRecord::AssociationTypeMismatch (Point(#-620976268) expected, got Array(#-607740138)): app/controllers/tracks_controller.rb:47:in 'create'
It seems my tracks_controller doesn't like or understand what it's getting from the params object in my tracks_controller.rb:
def create @track = @user.tracks.build(params[:track])
My xml might be wrong, but at least Rails seems to be expecting a Point from it. Is there anyway I can fix TracksController.create so that it will be able to parse xml of a track with nested multiple points? Or is there another way I should be doing this entirely?
View 1 Replies
View Related
Jul 4, 2010
Put data in PHP URL through HTTPPOST Method using Android SDK
View 1 Replies
View Related
Jul 5, 2010
I love Sprint's true unlimited data.Switched from Att and the iphone after they changed the data plans. I was leaning towards the EVO anyway, but the new data plan was the nail in the coffin.I work night shift half the time and abuse tethering on my laptop while working nights.I pay for the hotspot app (i know i could root and do it for free but don't mind the fee considering how much i use).My first month (4 days left in the billing cycle) 21 gigs and change. And to just think, my city is getting 4G later this year and it will only be faster.
View 12 Replies
View Related
Nov 15, 2010
I have set up a Button that will link to Google Checkout, however, I need to POST a whole lot of required data (not GET) so I can't use the usual Intent method.
CODE:......................
How do I post data to a URL by pressing a button and then load the result into a web browser? In this case it will be the Google Checkout webpage.
View 1 Replies
View Related
May 30, 2010
I'm experienced with php, javascript and a lot of other scripting languages, but I don't have a lot of experience with java or android. I'm looking for a way to send POST data to a PHP script and display the result.
View 3 Replies
View Related
Aug 29, 2012
Just wondering what would be better/more accurate for a data usage counter...
View 6 Replies
View Related
Nov 23, 2010
there an app that monitors data usage?
View 5 Replies
View Related
Jul 18, 2010
Thinking about getting the new Samsung Galaxy S (Vibrant) when it comes out in Canada and the end of month... With the GPS turn by turn I understand it uses data... anyone know how much data it uses for the GPS? Is it a ton?
View 8 Replies
View Related
Jul 5, 2010
well the last couple days, my phone has been using data almost every second. i dont have the facebook widget, flickr or friendstream, only the weather one. my mail is set for every 5 minutes. i checked spare parts, it didnt show any apps using a large amount of data. i havent installed any new apps this week, so it shouldnt be a new app, though it could be an existing one.
View 7 Replies
View Related
Oct 2, 2010
I am working on an SMS Sending application and for login purpose i want to send the username and password using POST method from my Android Application to the web server.When i click on login button the application is not resopnding and the console prints the following message in response of the Post request.
View 1 Replies
View Related
Nov 1, 2010
I want to send some data to server through POST method in android. I am using the following code...
But I am getting the error response in my response XML. the error message is cookies are disabled in client machine. For that What I have to do and How do I need to enable the cookie in android?
View 1 Replies
View Related
Sep 26, 2010
So we have 2 Incredibles on a family plan and with this chatter of eventual data caps, I just was curious and took a look at our recent data usage on myverizon to see where we stand.I average about 5gb a month while my significant other is around 20gb! I am a moderately heavy web user (although I don't really have anyone to compare to, but I check the internet a lot during the day out of sheer boredom at work) and he by all means is not.Can somebody explain what exactly eats data and how it works? We are mostly just curious and are guessing it's an app. But *what* is doing it? Like does it draw data from the internet or something? Is that app updating or refreshing? The only thing I know about data is like if you refresh a page on the internet, then data is used. I refreshed a website twice and my usage according to 3d watchdog jumped about 1mb. Is that normal? Is it also normal for there to be data usage while your phone is asleep?
View 7 Replies
View Related
Sep 23, 2010
Has anyone yet found a solution to determining data usage on a per-app basis that works with the Captivate? The only two market apps I've found, TrafficInfo and TrafficStats, both require Android 2.2 which of course isn't an option for us (yet).I had been fine but recently have seen my data usage skyrocket from 500-600MB per month to 200-300MB per DAY and yesterday over 500MB. At this rate I am going to blow through my 2GB only 11 days into my monthly billing cycle.
View 14 Replies
View Related
Jan 4, 2010
Are there any inbuilt classes ya methods that help to count the number of bytes sent/received. I'm trying to develop a light weight browser and am doing this as an option. As mobile users are charged based on the bytes they browse. I think this is a mandatory requirement but the more I google it The less I find?
View 2 Replies
View Related
May 16, 2010
Is there an app to monitor megabytes sent and received per app?
View 21 Replies
View Related
Jul 30, 2010
How much data do you think Pandora would use in an hour?
View 4 Replies
View Related
Jul 31, 2010
If I watch an hour of TV on Tv Catch up any idea on the approx data usage in MBs
View 2 Replies
View Related
Aug 23, 2010
I am kicking off a search using Quick Search Bar like below, using extra data in the appSearchData bundle: Bundle appSearchData = new Bundle(); appSearchData.putInt( EXTRA_USAGE, USAGE_SHOPPING_LIST ); appSearchData.putString( EXTRA_LIST_ID, this.listed ); startSearch( null, false, appSearchData, false ); How can I access the information in the appSearchData bundle from the triggered Search Activity.
View 2 Replies
View Related
Nov 17, 2009
Just wondering if anyone has found a good app to keep track of data usage. Curious because I know Verizon only allows 5gigs and want to keep track of my usage to better manage it. I use a lot of data because im tethering my droid to my desktop for internet - saves me $35 a month, no more giving comcast money for internet.
View 5 Replies
View Related
Aug 5, 2010
Have you found any app to monitor data usage app by app? I really need something to find out which app is transmitting, because since I installed Froyo, I'm having ridiculous amounts of data downloaded to the phone, but I don't know where it's all going.
View 1 Replies
View Related
Jun 24, 2010
My HTC Desire should be arriving today and I'm really excited. I'm with 3 and their 'unlimited' internet policy is 500Mb per month. I don't get a great signal at work as I'm out in the sticks and when at home I'm connected to wi-fi so there's no big issue there. I'd be surprised if I went over the allowance to be honest. There will be times, however, where I'm away from wi-fi for a while and I'll be using the 3G connection more than usual. In this case are there any ways/apps that can help monitor usage and minimise it? I heard one of the browsers has the ability to compress images on websites but wanted to find out if anyone has anything they do to get the most out of their data allowance.
View 7 Replies
View Related
Jul 2, 2013
I have been using more data then usual this month and when I checked it showed my android os background was using the most but it won't show me what is actually using all of it.
View 1 Replies
View Related
Apr 20, 2013
Is there any device (phone or tablet) running Android 4.0.x that can display the native battery usage data via Settings --> Battery , instead of displaying "Battery usage data not available" ?
It is supposed to display a list of apps and what % of the battery they consumed.
View 2 Replies
View Related
Jun 18, 2012
Just got my first ICS phone. I'm looking at the data usage analysis tool, and I see that the vast majority of my data usage falls under the heading "Android OS", which sounds pretty generic. Is that some catch-all meaning "anything which doesn't fall under something else", or is it something more specific which I could easily control? What does "Android OS" mean in the context of Data Usage?
View 1 Replies
View Related