HTC Incredible :: How To Check - Using Just Wifi And Not Verizons Data
Oct 22, 2010
Is there a way to make sure that I'm am using just wifi and not verizons data? It seems as though I am using ALOT of data for someone that don't leave the house but a few days a week.
View 11 Replies
Sep 2, 2010
Check for system updates doesn't check.
View 9 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
Jul 30, 2012
My data and Wi-Fi keeps turning itself on. I googled around and found that this problem has been around for a while and a lot of people are complaining about this however there still isn't any solution. Some suggested that ShopSavy was doing this, but I uninstalled it and still got the problem, and I even re-installed the ROM. Looks like this is happening to ICS users only.
HTC Incredible S
Android version 4.0.4
IceColdSandwich vivo-8.3.AOKP-ROSSI
View 4 Replies
View Related
Jul 12, 2010
With light to moderate computer use, how long will it take to use up the 5 Gb limit?
Anyway to get around the limit?
Downloads occasionally. Most of my browsing is done on my phone, facebook, sport sites etc.
View 25 Replies
View Related
Sep 17, 2012
What is the application to check who uses the internet provided by me? (didn't using root)
GT-I9100
View 1 Replies
View Related
Feb 1, 2010
anyone know what it is?
View 18 Replies
View Related
Nov 11, 2009
I want to use the droid eris like an iPod touch persay, and just not use the cell phone part at all
View 24 Replies
View Related
Jun 16, 2010
We have a very patchy wi-fi network here. The wi-fi router's pretty old and I tend to need to switch it off and on every couple of days. Is there an app I can use that will - perhaps in conjunction with Locale so it only runs when I'm in the office - periodically check if our wi-fi connection is up and running?
View 1 Replies
View Related
Sep 28, 2010
how can i check for the transceiver state(disabled/enabled/power-save mode/active mode) in the wifi module of android framework??
View 3 Replies
View Related
Jan 4, 2010
Can anyone tell me why I can't check email when I'm at home on wifi? I can get online but to check email I have to turn wifi off.
View 10 Replies
View Related
Nov 15, 2013
Any good application for check the sms and data plan consumption?
View 7 Replies
View Related
Jun 15, 2010
Android developers can check this code to check the network status on wifi and 3g mobile
You need the following permission to get status view source print? 1 <uses-permission android:name="android.permission.INTERNET"></uses- permission> 2 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses- permission>
View 2 Replies
View Related
Sep 19, 2010
I want to develop an application that will periodically check whether Wi-Fi is enabled in android and depending on on the result it will take an action. Can anyone give me some suggestions regarding this?
View 1 Replies
View Related
Dec 26, 2009
I have google voice. And the quality is excellent but im on a non data plan so I can't check it out in 3g. I live in a t-mobile edge zone so I want to know about the voice quality & reliability cause I'm planning on getting a nexus with a t-mobile data only plan. Will it be like a regular phone call or will I have poor quality?
View 4 Replies
View Related
Jul 25, 2010
I have successfully been getting GPS data through the registerLocationListener() and onLocationChanged() methods. The only problem with this is that the speed reading of my app freezes if there is no more GPS data (e.g. when I go indoors, enter a tunnel, etc). The behavior I want for my app is that the user is somehow notified that the speed reading is probably not accurate due to a lack of fresh data (set speed to zero, blink the speed reading, etc). How can I do that? I though of checking periodically whether the GPS unit was detecting any satellites, but I'm not sure how to force periodic checks.
View 1 Replies
View Related
Sep 15, 2010
I went into Weather Bug (free version) to check the weather and accidentally hit the menu button. Decide to check preferences for the heck of it and I see "Enable Updates' set to yes and Update Interval set to every 1 hour. What?? I know it's probably not a huge drain - but I had no idea that it was checking on a regular basis (and why I don't know). So please check your apps to make sure they are not updating data auotmatically! After that I went into every app I had to make sure I was either signed out or or set updates to manual.
View 3 Replies
View Related
Jun 28, 2010
I am using log to store all the transfer. How can I check the logged data?
Log.i("login", "recevied " + getResponse(response.getEntity()));
View 3 Replies
View Related
Jan 7, 2010
Do you get a whole new number ?
Does it get the voicemails that are new that were there before you got google voice ?
What is the difference between google voice and Verizons Visual voicemail ?
View 14 Replies
View Related
Jul 17, 2010
All great website I have been reading for months. I have a Yahoo email question. When I use the program "mail" on my Eris and input my email and password it automatically uses an imap server. I notice that on the imap server I cannot use WiFi to check my email. When I use the Yahoo mail as a pop server it works perect on WiFi. I don't understand the difference. Which is better imap or pop?
View 4 Replies
View Related
Apr 3, 2009
I'm using a PreferenceActivity with a PreferenceScreen defined in a xml file. i want to make sure that the data set on a preference editor are valid (integer , integer in a range....)
So , i want to be able to intercept a click on a button of the EditTextPreference , check the validity of the data and if the data is incorect , display a message to the user and come back on the EditTextPreference.
What would be the best way to achieve that?
View 4 Replies
View Related
Sep 26, 2011
where do i insert my data into database so that when i click on the login button it will check the username and password typed by the user with the database. if its correct it will move on the menu page.
my code below
Code:
package com.logintesting;
import android.app.Activity;
import android.os.Bundle;
[Code]....
View 13 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
May 4, 2010
Where can I check for the Dir/ files/ data created in Internal Memory/SDCard ?
View 9 Replies
View Related
Jul 19, 2010
Is their a way to tell how much data you have used like on the iphone?
View 4 Replies
View Related
Jul 2, 2010
I'm doing Major Project on my final year and I'm very new to Android plus I;m not good at codings. I need help with my login page. I've created something like a database connection java file which is this:
CODE:......................
I've already created a database for users using SQLite. The database name is Users and the table is called User. The records inside the table are Username, Password, LastName, FirstName. I've inserted one user's info into the database. The problem is I do not know whether my UserDB.java is correct.
And I've also created login.java. Hardcoded Login page:
CODE:........
So I want to know how I should apply the database connection on the login.java. Should I insert database connection something like db.Open();? I studied ASP.Net a few months back and I kind of forget most of what I've learnt.
So how should I open the database connection on login.java and how to check with database whether the user enters the right username and password?
Just incase you need my xml, here's the code:
CODE:......
I need to learn how to do it so that I can apply for other pages for example Register.java page.
View 1 Replies
View Related
May 25, 2012
I'm wondering if on an android device there's a way to force it to keep open a wifi connection that is not used for data, for example to a Seagate Goflex Satellite (WiFi HDD) or eye-fi (WiFi SDHC) while also being simultaneously connected to 3G for data. Obviously connecting to 2 wifi connections is out of the question.
View 5 Replies
View Related
Jul 8, 2010
I'm doing Major Project on my final year and I'm very new to Android plus I;m not good at codings. I need help with my login page.
I've created something like a database connection java file which is this:
CODE:.......
I've already created a database for users using SQLite. The database name is Users and the table is called User. The records inside the table are Username, Password, LastName, FirstName. I've inserted one user's info into the database. The problem is I do not know whether my UserDB.java is correct.
And I've also created login.java. Hardcoded Login page:
CODE:.........
So I want to know how I should apply the database connection on the login.java. Should I insert database connection something like db.Open();? I studied ASP.Net a few months back and I kind of forget most of what I've learnt. So how should I open the database connection on login.java and how to check with database whether the user enters the right username and password?
View 1 Replies
View Related
Jun 19, 2010
I have read all I can about using the Inc overseas and am confused. If the phone is switched to WiFi in a WiFi spot, can you use the phone? I have read that Verizon put some sort of restrictions on it, but I'm not savvy enough to understand it all. My daughter is in the Coast Guard and we both have DInc's. She goes to places like Star Bucks in other countries that offers WiFi and we would LOVE to be able to text each other with our phones. Any advice would be greatly appreciated!
View 10 Replies
View Related
Sep 17, 2010
How do you check app permissions after you've downloaded them?
I'd like to review what I've installed without having to uninstall and reinstall everything just to check.
View 4 Replies
View Related