The tag has no wiki summary.

learn more… | top users | synonyms (2)

1
vote
0answers
12 views

How to get the imageUri of own phone number?

I have been searching for a method to get my own phone number to retrieve the imageUri from the phone number. But there is no complete solution to get own phone number. Is there any way that we can ...
0
votes
2answers
73 views

Javascript Regular Expression detect all the Phone Number from the page source

Anyone can help me how to do it ? My current one is (I find it on somewhere): ...
0
votes
2answers
47 views

How to validate phone numer in ios [duplicate]

How to validating Phone numbers using Regx method. The problem is I want to Validate different formats of Phone numbers.I had Noted down the formats also. 1.XXXXXXXXXX 2.XXXX-XXX-XXX 3.XXXX-XX-XX-XX ...
2
votes
0answers
34 views

Sencha Touch 2 make call to phone number doesn't work properly on android 4.0.4

I have simple view with info for the user. When I tap on phone number I'm able to call to that number, and it's OK. When I tap on user number in the titlebar I also able to call to that number. The ...
0
votes
1answer
32 views

Android: Random Number list to an actual number

My app has a section that will generate random numbers so that the numbers can be combined as an 11 digit number so that it can send out a phone call. So far I have this: Random rand = new Random(); ...
0
votes
1answer
41 views

Contact name and phone number in an EditText - filtered typing

What I want to do is to have an EditText, there I can type some name (so that appears a filtered list with the names that correspond to what I have typed so far). Finally I choose a contact. The ...
0
votes
3answers
94 views

Convert php array to csv string

I have several method to transform php array to csv string both from stackoverflow and google. But I am in trouble that if I want to store mobile number such as 01727499452, it saves as without first ...
2
votes
4answers
80 views

Unable to get phone number from my android app?

I am trying to get and show the phone number of my mobile from my android app, its working in emulator but not on real device(mobile). Can any one tell me the reason? here is source ...
0
votes
0answers
31 views

Illegal argument sending sms android

I'm trying to send an sms with an android application but on some devices I have this error when the sms is send: For exemple this program works fine on HTC wild fire but I have the error on samsung ...
0
votes
2answers
53 views

How can i get prefix pf phone number?

Hello everyone I am trying to get prefix of phone numbers in order to get the actual phone number without country dialing code. How can I achieve this? Please note that the phone numbers can be ...
3
votes
1answer
50 views

Lookahead in Oracle's regular expressions

I've got a problem with Oracle's regexes. I have lots of phone-numbers in different tables. Now my task is to unify them. So I take out all blanks, underscores, minuses and whatnot. But then the ...
0
votes
0answers
44 views

Is there a jquery widget for entering international phone numbers?

I need to accept international phone numbers on my HTML form. Is there any open-source javascript / jquery widget for inputting international phone numbers? I'm looking for something similar to what ...
0
votes
0answers
29 views

Sending of Location and Phone number to server without button click

I am trying to implement with response I received in my previous post. With respect to my query of displaying incoming location on an android phone, I am using intermediate server to make it happen. I ...
0
votes
2answers
79 views

Format text different way if TextLength = 13 using keypress

i have code to format telephone number automatically, format is 12 3456-7890 1234567890 = 12 3456-7890 (TextLength = 12) I want if TextLength = 13 format this way 12345678901 = 12 34567-8901 ...
0
votes
3answers
75 views

in IOS,how to remove +-#*() ,which get from address book

In IOS,how to remove +-#*() ,which get from address book. for example: NSString *txt = @"+1(510)1234567" txt = [NSString stringWithFormat:@"tel://%@", txt]; [[UIApplication ...
-4
votes
1answer
106 views

Google's LibPhoneNumber package : 7777777779 and 2234567890 are invalid USA phone numbers? [closed]

Question : I am using Google's LibPhoneNumber package to validate phone numbers in Java. When the country is set to US, 7777777779 and 2234567890 are being classed as invalid numbers, but 7866438057 ...
0
votes
3answers
64 views

Look for a phone number in a string

I have problem with finding phone number in string. I have function: public void getPhoneNumber() { Pattern intsOnly = Pattern.compile("\\d+"); Matcher makeMatch = ...
1
vote
0answers
39 views

Is there a standard for phone numbers?

Before you say that this has already been asked, know that I've already reviewed these: Is there a standard for storing normalized phone numbers in a database? - This is from 2008, and says that, at ...
0
votes
1answer
22 views

Access to PayPayl's phone validation?

PayPal seems to have a very intensive and through check for the legitimacy of phone numbers. More than just having the right number of digits, it seems to check for true area codes and more. Does ...
0
votes
0answers
30 views

iPhone phonegap phonenumber confirm invalid format

I have this phone number format "(123) 4567-899", when i click appear alert with this format "(1234) 567899" some time i got this without format just "1234567899" depending the number for example. ...
0
votes
1answer
358 views

Phone number format in android

In my application, I have a editText which will accept phone number from the user, My target is, as soon as user enters the phone number it should be formatted (Like by applying on text changed ...
0
votes
1answer
48 views

Salesforce Add A Button/ Link Against Phone Numbers

In Salesforce, is it possible to add a button/ link against the Phone numbers on contact/ lead record's detail page? I need this to implement something like Skype's Click-To-Call browser extension. ...
0
votes
0answers
49 views

How to fetch the mobile number in android 4.0?

Hi i am using the code mentioned below to fetch my own number from an android phone. TelephonyManager tMgr = (TelephonyManager) this .getSystemService(Context.TELEPHONY_SERVICE); String ...
-1
votes
3answers
92 views

asking for permission from the user to autodetect SIM phone number - xCode

There's a forbidden function by apple for getting a user's phone number because this may be intrusive and so on. this is the code as far as I know NSString *num = [[NSUserDefaults ...
1
vote
1answer
184 views

Parse International Phone numbers from web pages

I am using HtmlAgilityPack to parse the webpages. once the document is loaded, I want to extract the possible phone numbers from html. Currently, I am using some regex for this purpose. I have ...
0
votes
1answer
60 views

how to search contact by just part of number

I'm developing a android app,a question confuses me so much,I want to implement a function like searching contact by just part of number,such as the contact A has a number for 1234567,i want that the ...
3
votes
4answers
172 views

How to remove non numeric characters from phone number in objective-c?

this is my first post in stackoverflow and so my first attempt to make an ios app. I'm using people picker to ask the user for a phone number, but when it retrieves with the code below, my NSString ...
0
votes
0answers
78 views

how to use libPhoneNumber-iOS for formats phone numbers on-the-fly when users enter each digit

libPhoneNumber has function AsYouTypeFormatter (formats phone numbers on-the-fly when users enter each digit). Work example: PhoneNumberUtil phoneUtil = PhoneNumberUtil.getInstance(); ...
0
votes
0answers
86 views

String.Format phone number fill from left

I am using something like this: String.Format("{0:+### ### ### ###}", System.Convert.ToInt64(str.Replace(" ", ""))) and it's ok when I have full number. But when I use it in TextBox and user is ...
0
votes
1answer
96 views

Android, cant access contacts phone numbers

I cannot access the phone numbers of my contacts and can't figure out why. private void getContacts(){ Cursor people = mCon.getContentResolver().query(ContactsContract.Contacts.CONTENT_URI, ...
1
vote
0answers
270 views

Phone number formatter UI Hint MVC4

I am trying to format the return value of some string in my model to look more like a phone number... (000)-000-0000 I thought I would use a UIHint attribute to accomplish this. The only thing is ...
0
votes
1answer
108 views

android how to tag phone number of a contact programmatically

i did a lot of research but couldn't find anything to help; my problem is: i need to create an application where the user can select some of the contacts on his phone to be added to this application ...
1
vote
4answers
378 views

Android: Format EditText view for phone numbers

I have an EditText view and I want it to format the users input into phone number format. For example, when the user types in 1234567890, the EditText view should dynamically show it as "(123) ...
0
votes
0answers
7 views

Is there a service that will create a map from a list of phone numbers?

I get a list of phone numbers that dial into a conference call number each week, and want to create a map of the locations people are calling from. It could even be at the area-code/prefix level (or ...
-1
votes
2answers
287 views

Javascript Regex - What to use to validate a phone number?

Could anyone tell me what RegEx would work to validate an international phone number including white space between the numbers and also allowing for these chars: - ( ). The amount of numbers in the ...
1
vote
3answers
413 views

Phone number regex

I need regular expression for phone number. (from 0 to 9) (total 10 digits) Example: "0123456789"
0
votes
2answers
176 views

regex for phone number validation?

i want to validate my phone number with the regex for following formats.i have googled the things but i could not find the regex for following formats... 079-26408300 / 8200 (079) 26408300 ...
-1
votes
1answer
215 views

jQuery masking a non-US phone number [closed]

We can see that the jQuery Validator has a function for phones located in US, it masks the phone field with parenthesis and underlines but it's different from my country... How can I change the number ...
0
votes
2answers
441 views

Formatting Phone Number in Android

I tried the following code to format phone number in android:- public static String formatPhoneNumber(String number){ return PhoneNumberUtils.formatNumber(number); } I am passing ...
0
votes
0answers
136 views

Contact Form 7 - Email and Number Validation

Does anyone know of a way to add Email and Number Validation into the Wordpress Plugin Contact Form 7?
0
votes
0answers
148 views

Cisco SPA 303 VoiP Desk Phone (Receive US calls)

I have a Cisco SPA 303 VOIP desk phone. I have a company RingCentral account and they setup my RingCentral number to direct calls to my Cisco Desktop Phone. I make and receive client calls on my Cisco ...
0
votes
4answers
232 views

pick number,email id and name from contact in android

I am working with phone contacts. I want to pick a contact from the contact list when i click the button and get all the contact information like name,email and phone number.i just got email and name ...
0
votes
0answers
319 views

Check user input, Valid cell/mobile phone number?

Before sending the user a text message, What are the conditions required for a cell/mobile phone number to be valid? Different countries have different conditions, are there any class library ...
0
votes
1answer
152 views

How to get Data About Phone Number and Locations

I developed an application that shows the Location and service provider of any phone Number. Like 9718202569 Idea number Delhi Telecom Circle I did that for All Indian phone Numbers. Now I ...
3
votes
1answer
276 views

How do I use AsYouTypeFormatter TextWatcher in Android App?

I am trying to use the AsYouTypeFormatter from Google's libphonenumber with TextWatcher and am not sure if it's possible. I have been able to format the text as typed from an EditText field and output ...
0
votes
1answer
92 views

Looking to Use Power Shell for mass reformatting of Phone Numbers and redistribution of information into a few fields [closed]

I'm looking to clean up our active directory by making all of the phone numbers the same format. Currently we have phone numbers in the following formats: Phone Number IP Phone (123) ...
4
votes
5answers
3k views

get Current simcard number in android

I want to know user mobile number in android. I used this code but I'm not getting number. TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); String n = ...
0
votes
3answers
58 views

MYSQL: replacing a phonenumber to add a countrycode

I have a table with phonenumbers that are not correct. Some have numbers like: 06xxxxxxxx Others have numbers like: 06-xxxxxxxx I want them like this: +316xxxxxxxx My table: userid, phonenumber, ...
0
votes
2answers
102 views

More RegEx problems - UK phone numbers - Bash

I'm having yet more problems with my RegEx, This time, i have to ask a user to enter their phone number then check it is correct. i have tried the following: if [[ "$number" =~ ...
0
votes
3answers
132 views

iPhone address book phone numbers

I am doing an iPhone app in Xcode that needs phone book accessing. I need all phone numbers from address book and that should be stored in an NSArray.

1 2 3 4 5 6