Android :: Way To Determine User Identity
Oct 12, 2010
I'm looking for a way to determine user identity so I can globally track game scores off phone.IMEI provides identity of the phone - not effective if phone is on- traded or upgraded by individual. USIM provides identity of phone carrier subscriber - assumes device is phone, and currently has a SIM card.I'd like to be able to provide continuity as a user upgrades to a new device. And I dislike being forced to create an account on each global scoring system, so I don't want to force that on my users. And my end user experience with OpenFeint leaves me disinclined to use it.It doesn't need to be bullet proof. But it does need to be hassle free for my users.Is there any other identifier on an Android device that I can use to link data more cleanly with the current owner? And how would I get hold of that identifier? I'm thinking something like the user's Google account .. or similar
View 12 Replies
Nov 1, 2010
I have an app which is linked to (via an Android Market URL) on several different websites. What I need to implement is a way to determine where my users came from. Is there a way to determine the referring URL that the user followed to download my app via the Android Market?
View 2 Replies
View Related
Oct 14, 2010
I am trying to determine the city in USA the user is in using their current location from an Android App. I want to use the GPS as the location provider but how accurately can I determine the name of the city from the Locale or Latitude / Longitude data.
For instance I noticed the twitter app determines you are in Manhattan when tweeting from Manhattan, but is it possible to retrieve New York City instead of Manhattan from the location data and likewise Los Angeles instead of Beverly Hills.
This is because all I need to determine is which city the user is in as per the current location.
View 1 Replies
View Related
Nov 2, 2009
In the course of moving to the 2.0 cotnact APIs,"As long as the contact's row ID remains the same, this URI is equivalent to CONTENT_URI. If the contact's row ID changes as a result of a sync or aggregation, this URI will look up the contact using indirect information " Currently, we store contact IDs to identify particular contacts. If I read this right, contact IDs will no longer be stable in the world of 2.0, and we will need to store a lookup URI (or at least a LOOKUP_KEY and a row ID) in order to identify a contact in a stable way.
That would be a substantial change in our code. So, before I rush off to do it, I'd love to find out if a contact row ID change is going to be a routine thing (say, on every sync), or if it will be a very rare thing (say, when two contacts are manually combined into one, or some even rarer exception).
View 8 Replies
View Related
Feb 27, 2010
For applications that set the android.permission.READ_PHONE_STATE permission. What is meant by "identity" in the permission description "read phone state and identity"? Users ask about this and we don't know what to tell them...
View 5 Replies
View Related
Jul 10, 2010
I have an HTC Evo. I hope I'm posting in the correct area. I had my phone number changed and the phone identity shows the old number. How can I change it? I ask because I had some voice mails that I didn't know about, I didnt get a notification. When I click on the voice mail icon, it says no voicemail. I have to dial my phone number to get the voicemail.
View 14 Replies
View Related
Dec 6, 2009
Anyone know what providing an application access to "Phone calls: read phone state and identity" actually does?
View 5 Replies
View Related
Jun 23, 2010
I have an OpenGL app that manipulates it's geometry in screen space to acheive some effects, and therefore bypasses OpenGL's matrices by setting modelview and projection to identity. For some reason, Android's OpenGL implementation seems to be unhappy with this, and doesn't draw anything. The same app, compiled from the same code base, works fine on windows and on iPhone. If I load the app's projection matrix into GL's matrix, and multiply it's inverse with the final geometry prior to drawing it (which is effectively a no-op) it displays correctly.
View 6 Replies
View Related
Apr 18, 2010
I have a simple app with a surfaceview nothing special one would say. However when installing on my phone I get two warnings.
1 - Phone calls
- read phone state and identity
2 - Storage
- modify/delete SD card content.
My really is nothing more than a simple puzzle and I dont understand why I get these warnings.
View 2 Replies
View Related
May 4, 2010
My old phone number appears to have been transferred over to my new contract this morning. So much for the text messages I was told I would receive before and after it happened. Anyway,
If I go to Settings > About > Phone Identity
It still shows my old number, how do I change it?
View 6 Replies
View Related
Sep 10, 2010
I am just curious how when i go to settings to look at my phone identity, my username is my email address along with a bunch of numbers attached to it.
so it shows "mynamex98765321098765@sprintpcs.com" I saw that someone elses evo shows that persons @sprintpcs.com minus the numbers. I cant ask the person cause hes not around anymore.
How would i change my email to leave off those numbers?
View 2 Replies
View Related
Jun 8, 2010
under Setting > About Phone > Phone Identity...Current username isn't what i have specified (although i donno how it has an address). how do you change that?Phone number was different so i called Sprint Store and got info to change, but didn't get help on the username.
View 1 Replies
View Related
May 3, 2014
i am running CM11, a friend used to be, and we used WhisperPush to send encrypted SMS. He got the M8, now is not running cyanogen mod, and therefore does not get the messages i send to him b/c he cannot receive WhisperPush messages. If I unregister my device from WhisperPush he can receive them. His old phone with CM also does not boot anymore.
There does not seem to be an option to delete his identity key from my phone. How I can do that?
View 7 Replies
View Related
Apr 1, 2012
I cant seem to find any posts about this but it has driven me nuts since I upgraded to Android from my non-smart phone. I don't want to give my number out to every app I install. Yes I understand I can not install apps that require this permission, but is there a way to "Spoof" this permission. in other words if an app requests my phone identity, it would return a fake number instead of my real number?
I am running Cyanogen Jordon
View 4 Replies
View Related
Aug 15, 2010
Background; I am in the process of writing an Android messaging application that needs to know the current user's phone number. This is then used to connect to other users using the application. My application relies on looking up the user's number from Android's Settings -> About Phone -> Phone identity -> Phone number (this can at times be blank.. but that is a separate problem). I am assuming that the above Phone number contains the user's full number. ie, my UK Android phone shows my number as: +447832xxxxxxxx, where 44 is the UK's international dialing code and 7832 is the operator. Is it safe to assume that all Androids phones would include the international dialing code, which starts with +? I would be indebted if any Android users could have a quick look at their Android settings and confirm whether Phone number is displayed as +international code+operator+number, i.e. US Android sets start with +1xxxxxx.
View 3 Replies
View Related
Nov 17, 2009
My android app has nothing to do with phone calls, but I'm seeing that when I install a debug build on my test device it requires "Phone Calls: read phone state and identity" permissions. (I make no mention of this in AndroidManifest.xml). I'd like to have the minimum possible permissions, and wondered if anyone knew how to get rid of this? I commented out the part where I was logging some stuff from Build.MODEL, Build.VERSION.*, etc. I also commented out the part where I was detecting the landscape/portrait orientation thinking that that might be the "phone state". But neither of those seemed to remove that permission required.
I found this bug report but it's marked working-as-intended with a note about permissions being correct from the market but not otherwise. Is this other people's experience? (I'd hate to have to publish to the market just to test that out.) Otherwise, does anyone know if there's an API I can avoid calling that will make it so my app doesn't need this permission?
View 4 Replies
View Related
Mar 2, 2010
I want to write an application for Android devices that interacts with the surface and I need to be able to have the Android device display Microsoft Surface Identity Tags. I was able to create a class to draw the Byte Tags using the Byte Tag documentation but all I could find for the Identity Tags was this MSDN documentation and it doesn't include any information about how to draw them. Can anyone point me to some documentation on how to generate Identity Tags programmatically?
View 2 Replies
View Related
Sep 22, 2010
I have a EditText in android in which i want the user to enter the text and checks for the condition "BYE"
Code sample..
How can i make user to enter the text?The UI should wait for the text to be entered(something like we have InputStreamReader in java applications).
View 2 Replies
View Related
Mar 21, 2010
I posted a question yesterday about determining when an app is being finalized vs destroyed for screen orientation change. Thanks to the answers I received I was able to resolve my problem with the screen orientation change. However, I am still running into a roadblock.
This app I am working on logs into a website with an HttpClient. As long as the app remains in memory the HttpClient will retain the cookies from logging in. However, once it is killed, it would need to log in again.
My question: How can I determine when the app is being killed from memory so I can set a boolean to false telling the app it has been removed from memory so the next time it starts it will read this and determine is must log in again? Or is it possible to serialize an HttpClient and put that in the savedInstanceState bundle? May extract the cookies from the client and put those in the savedInstanceState bundle? Is there something I'm completely missing here maybe?
View 1 Replies
View Related
May 12, 2009
I would like to know how can I determine the value to put in an ACTION tag in AndroidManifest....
We have some defined intent at http://developer.android.com/reference/android/content/Intent.html...... ok.
I tried to do some stuff with receiver. I found an example SMS_RECEIVED. This example work when I use android.provider.Telephony.SMS_RECEIVED in the action. If I try to find these constant in android.provider.Telephony I've a problem...It doesn't exist...So where is it defined?
View 2 Replies
View Related
Sep 29, 2010
I feel stupid asking such a simple question, but is there an easy way to determine whether an Integer is even or odd?
View 5 Replies
View Related
Oct 13, 2009
Is there a way to determine connection speed? E.g. EDGE, 3G, etc.? I already know NetworkInfo.getType() will tell me Wifi or Mobile. I'm looking at Is this NetworkInfo.getSubtypeName(), but the function is undocumented.
View 2 Replies
View Related
Jan 5, 2010
I have an application that uses a Service to fetch data in the background both while the application is running and when it's not. When it is not running i would like to show a notification when there is new data, but not when the app is running. How do i determine in my service whether the app is running or not?
View 6 Replies
View Related
Jan 10, 2010
What is the best way to determine file type in android? I want to check if the given file is image or music file or video or smth else. Could you please give me a small code snippet?
View 2 Replies
View Related
Mar 4, 2010
I am planning to have a Service send a broadcast which a BroadcastReceiver will act on and I would like it to create a Notification if an application is not currently on screen, but if the application is on screen (ie. showing to the user) then I would like to offer a Dialog and not create the Notification.Is it possible to determine if an Activity or application is currently on screen?
View 5 Replies
View Related
Jan 18, 2010
For example, I am inside a building and I want to get my location with the accuracy of 0.75 (Criteria.ACCURACY_FINE) and this will use the gps if my gps is on. Since I am inside a building, gps won't work. How can I determine if it is really impossible to get a gps fix location?
Is onLocationChanged(Location arg0) will be called even though no gps fix location was received when using LocationListener? Is it possible to use a timeout in requesting gps location so that I can shift to network as the location provider if i can't get any location?
View 1 Replies
View Related
Nov 11, 2010
i have this android application that requires to load data from a remote server via the internet. this update-functionaliy obviously requires the device to not only be connected to some kind of network, but also to the internet.so: is want to schedule the update-service to some date and when it starts, it should determine whether it actually CAN reach the target server or not. therefore, a simple "is the device connected to wifi?" does not suffice, as the device may be connected to a wireless network that does not offer internet access. something like a PING is required.whats the easiest / best way to determine, if there is an internet connection is available i.e. server is reachable?
View 3 Replies
View Related
Feb 19, 2010
Does anyone know if there is a way to identify (in code, not LogCat) when the GC has run? Perhaps an intent is fired? I could analyze the LogCat output, but it would be ideal if I could determine when the GC has run from my code.
View 2 Replies
View Related
Apr 30, 2010
I have an application where I would like to warn the user if they are not using the default Android softkeyboard. (i.e. they are using Swype or some thing else).
How can I check which input method they currently have selected?
View 2 Replies
View Related
Aug 4, 2010
I was looking at the API, and Ive tried to determine this:
On a given port, check if it's available or already some application listens to it.
View 2 Replies
View Related