|
I am writing an application in J2ME. I want to identify the user thru his phone. Is it possible to find the phone number or any unique number associated to the phone ?
Started by Madhu on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For a more general solution you would need to create your... .
Some manufacturers offer extensions for retrieving the IMEI number.
There isn't a MIDP API for retrieving either the phone number or the IMEI number of phones.
|
|
Is it possible to write a program that will change the phone numbers a mobile phone redirects calls to if it cannot be reached by the network?
Started by David on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're talking about a mobile phone redirecting calls that cannot be made to a number the caller (rather than the person called) decides, then you'll need to craft a solution specific to the phone OS.....
What you're asking about.
|
|
Does anyone know if one of these devices connect to the web whether their phone number can be read from a header or some other means?
Started by spidee on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is a privacy issue for many people and the consensus is that the minor inconvenience of having to explicitly enter a phone number, you can send it the....
Edit: Ah, I see you want to get the phone number.
But that is it.
|
Ask your Facebook Friends
|
What's the longest possible worldwide phone number I should consider in SQL varchar(length) for phone.
considerations:
+ for country code () for area code x + 6 numbers for Extension extension (so make it 8 {space}) spaces between groups (i.e. in American...
Started by Shimmy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Since this is the GSM representation of a phone number, and it's usage is nibbleIt's a bit worse, I use a calling card for international calls, so its local number in the US.
For 'dialing number'.
|
|
Hello everyone.
NSString *phoneNumber = @"2310234432";
I would like to create a new string out of the above but format the phone number according to the current localization. Is there a "native" way I can do this or do I have to write my own methods to...
Started by epron on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Apple has not provided a public API for displaying localised phone numbers, so this is a non which provided a list....
Convert that to numbers, and the friendly phone number is gone.
In NStrings Think about 1-800-COLLECT.
|
|
For my computer science class, we need to write a program (in C++) that takes an input of characters and outputs the possible permutations of it according to the dial pad on a phone, leaving non-digit characters in place.
For example, inputing 2 outputs...
Started by Austin Hyde on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
String phone_number = "23"; std::string number[] = { "0", "1", "2abc", "3def", "4ghi", "5jkl; phone_number.size(); ++i) { tmp_set += number[static_cast<std::size_t>(phone_number[i] - '0 to obtain....
|
|
HI ,
i have table in the db with phone number column the numbers look like this
123456789
i want to format tham to 123-456-789
thanks!!!
Started by avnic on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One possible approach would be to use scalar functions
It has a safeguard in, in case the phone number stored isn't the expected number of digits long.
Compute the phone number's formatting at runtime.
|
|
How to get the phone number of the device in Symbian?
Started by Prakash on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The actual phone number MSISDN is stored on the HLR database in the operator....
The operator on the SIM card.
AllByDate/100335073FFD8FEF80256E3200571A49?OpenDocument
But the fact is, the phone number is not always stored in SIM.
|
|
How do I validate a UK phone number in C# using a regex?
Started by LD2008 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Well the format of a UK.
There is at least one regular expression for UK phone numbers in this catalog.
phone number is 0[areacode x4][numberx6] however I think that changes per region - it's definitely .
|
|
What Data Structure could I use to find the Phone number of a person given the person's name?
Started by Milee on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Rather than implementing a hashtable or a binary search tree for this yourself multiple phone numbers), but there are workarounds like using a list / vector as the value, or using.
Be the phone number.
|