Android :: Getting Phone Number From Default SMS Activity
Jul 14, 2010
I have started the default SMS application and specified the SMS text to be sent through following code- intent = new Intent(Intent.ACTION_VIEW, Uri.parse("sms:")); intent.putExtra("sms_body", "SMS Text"); startActivity(intent);It worked fine and sends the message to selected number from contact list.My requirement is that i want to know the number to which my SMS was sent?
View 6 Replies
May 31, 2010
Since the 2.1 OTA, I noticed in my contacts that it shows ALL phone numbers as numbers to send messages to.Previously, message numbers were all set to just the mobile numbers. I don't see any easy way to fix this.
View 5 Replies
View Related
Dec 21, 2009
I have implemented code to start android built in applications like email application see the following code...
View 2 Replies
View Related
Jan 10, 2010
So, I selected "remember this" when I was sending a text to a contact, because it was the mobile number. Turns out, that set the number as "default" for the contact and now I no longer get to choose which number to use when calling. How can I got back to not having a "default" number?
View 4 Replies
View Related
Jun 26, 2009
I've tried to describe this problem a few times, but I'll try again.I have a thread (not spawned from the adapter) which updates items in a List that a BaseAdapter child uses to populate its view. I am not adding things in the List from the thread, just modifying content. In any case, I have 6 rows visible at first on the screen. The thread pulls data from the network and updates them in 0, 1, 2, 3, 4, 5 order. However, when 0 is updated, 5 mirrors its data on the screen briefly, then 1 is updated, 4 mirrors it, 3 is updated, then 4 is reloaded correctly, then 5, then 6. I am using the view holder/ convertView pattern correctly, as far as I can tell.How many views are created by default for an adapter? My guess is 3 based on what I see. Then, when getView() gets to index 4, 5, or 6, it correctly creates more Views and populates the right data. Anyone ever seen anything like this?
View 17 Replies
View Related
Aug 24, 2010
Before I knew better I looked at the default voicemail number and said "well that's not my number." and promptly changed it. Does anyone know what the default number should be? Is it the same for all phones or should I take it to the ATT store and have them fix it? Will a factory reset solve my problems?
View 4 Replies
View Related
May 13, 2010
When I first got the phone, I incorrectly set the number then reset it soon after. It seems to default back to that first wrong number. Am using the HTC Hero on 3 (UK) network - every now and again it decides to lose or update the voicemail number it dials when I press and hold the #1 key. Have reset it more times than I care to remember.
View 3 Replies
View Related
Jun 10, 2010
Is there a way to do this?? I find it ridiculous that home, work, fax, emails, and all other categories come up as "suggestions" when trying to text. Is there a way to set "mobile" number as a default?
View 4 Replies
View Related
May 24, 2010
I've experienced two problems with Google Voice that are causing me to get charged minutes I wouldn't usually get charged. If I can't solve them, I'll have to go back to using my Verizon number. First, let me say that I'm using a new Google Voice number that isn't Verizon cell phone number or any other preexisting number. Second, my girlfriend is on my family plan, but she doesn't have GV yet. We're using the 700-minute plan, so we don't have a friends circle.
Problem 1: When I call my girlfriend's Verizon wireless phone using the GV on my Verizon phone, I get charged, and when she calls my GV number on my Verizon Wireless phone from her Verizon wireless phone, she gets charged. We don't cash in on our free in-network calling. I know, this should have been obvious, but it just never occurred to me until after I looked at the bill. I'd be able to work with that, though, and just select "Call without using Google Voice" or whatever when calling her if it weren't for the second problem. When people call my Google Voice number, I get charged when I don't answer. Usually, it's just a one-minute charge, but sometimes it's two or three minutes (don't know why). With anything less than an unlimited plan, minutes count. Not good.
View 31 Replies
View Related
Jul 27, 2010
Can anyone with a Vibrant change their voicemail number in settings->call settings->voicemail->voicemail? I'd like to change it so when I speed dial 1 it goes to google voice. I called TM and they said I should be able to change that setting. I installed a new SIM, and I removed TM's visual voice mail. Out of ideas here. I'd at least like to know if it's like this on all Vibrants or just some Vibrants.
View 3 Replies
View Related
Nov 12, 2010
Lots of my contacts - especially my "favorite" contacts - have multiple phone #'s, which is pretty typical. So it's a nice feature in the dialer that lets you select a specific number - home, office, mobile, etc., to dial every time you pull up the favorites tab within the dialer screen. I by mistake checked "use as default number" for one particular contact, but now I want to deactivate that selection and have no default number for that particular contact.
I know how to switch the default number from one to another; is there a way to deactivate the default number and just have the phone ask me which number to dial, e.g. home, office, mobile, etc.? I've been trying to tinker with everything I can to no avail, and I've also been shut out trying to answer this question online. Only thing I haven't done is call Verizon.
View 2 Replies
View Related
Jun 2, 2010
Is it possible to change the default number for all your contacts to Mobile instead of Home? Slightly arduous to change them all over.
View 1 Replies
View Related
May 7, 2010
I actually noticed this on V2 leak as well when I set up my favorites list, and then select that person for the first time, I'm prompted to set up a default action - that default is never saved, and I have to repeat those steps in order to dial a number - anyone have this problem? Is there a step I'm missing?
View 9 Replies
View Related
May 10, 2010
Is this possible in an Android app? I want to make it so that no matter how many times a user starts activityA, when they hit the back button they will never get more than one occurence of activityA. What I am finding in my current code is that I have only two options 1. I can call finish() in activityA which will prevent it from being accessible via the back button completely, or 2. I do not call finish(), and then if the user starts activityA (n) times during their usage, there will be (n) instances when hitting the back button. Again, I want to have activityA accessible by hitting the back button, but there is no reason to keep multiple instances of the same activity on the stack. Is there a way to limit the number of instances of an activity in the queue to only 1?
View 2 Replies
View Related
Feb 15, 2012
Basically, i use my personal cell phone for work and personal use, i have multiple exchange accts that keep things sorted and seperated.
recently though i have been getting more and more business calls to my cell phone, during and outside of normal business hours.
what im looking for is an app that will take a selective group of contacts/phone numbers/CID strings and if it is a "business" call then forward it to a specific phone number (external number, the actual business line).
I have seen apps on the market and around that will forward calls to voicemail if they match certain filters, but i cant really seem to find an app that will forward to an external number. Any way I could accomplish this?
View 1 Replies
View Related
Jul 8, 2010
What I want to do is I am working on a game of life program. I want to take the time delay and make it a preference, but I want to make it available for people to type in a specific time. The number can be in miliseconds or seconds. However I'm a little stuck on how to proceed, I haven't been able to find a simple preference that already handles this, but there might be one. Is there an easy way to make this preference and confirm that the entered data is an integer or afloat?
View 1 Replies
View Related
Oct 28, 2010
I am trying to implement search in my application.
My application contain 4 activities and I want to add the search dialog only on 3 of them while only one of them (ProductsActivity) will be the default context.
unfortunately while I activate the search I keep getting the following error:
"Key android.app.default_searchable expected String but value was a java.lang.Integer. The default value was returned." code...
View 1 Replies
View Related
Oct 19, 2010
Is there a way to reprompt the user to choose a default activity for an intent? For example, user selects his default home apk and I want him to reconsider his choice once again. I know how to do that on 2.1 and before, but is there a way to do that now on 2.2? Famous Home Switcher, which did similar thing, does not work on 2.2 anymore thanks to google team.
View 1 Replies
View Related
Feb 15, 2009
Ben Williamson wrote: > I'm working on a social bookmarking tool and I was hoping someone > could help me figure out how to give an option to make my application > the default application for bookmarking. I've noticed Steel has the > option to set it as the default web browser, Exact call log has the > same ability for the call history.... anyone know how this is > accomplished?
View 2 Replies
View Related
Apr 11, 2009
How can you specify which item gets the default focus on Activity startup? Using requestFocus programmatically does not work. On setContextView the first focusable item listed in the XML is given the default focus. When using RelativeLayout, the first item listed is not always the desired item or necessarily on top.
View 3 Replies
View Related
Oct 26, 2010
I have an activity. It does not have a title bar. The content view is just a linear layout. It looks like android draws a drop shadow at the top of my content view, directly below the status bar. Is there a way to stop that from being drawn?
My layout is just:
I have no titlebar:
requestWindowFeature(Window.FEATURE_NO_TITLE);
View 2 Replies
View Related
Jul 20, 2010
I am invoking the default SMS activity by using the following code-
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("sms:")); intent.putExtra("sms_body", "SMSText"); startActivityForResult(intent, 11); //Here 11 is my request code
The SMS activity gets opened in emulator (5554), i type the number 5556 (device number of my second emulator) and click on "Send"
The SMS is received in second emulator(5556) successfully. I click back on 5554 (my SMS generating emulator )and come back to my application. I notice that the onActivityResult method is getting called successfully as desired.
When i check for the result code i get it as RESULT_CANCELED ( 0 ) instead of RESULT_OK (-1). The data is also coming as null.
View 3 Replies
View Related
Jun 20, 2010
I have the new HTC EVO 4 and I have certain ringtones set for different people, but my phone keeps playing my default ringtone I set for my phone, How do i fix this.
View 3 Replies
View Related
Aug 12, 2010
I would like to forward all calls to my number on to the new predefined number automatically. Is it possible to forward incoming call? Probably it is possible for Froyo at least. I found application called Easy Call Forwarding. But many people reckon it dosen't work actually. We can notice forwarded call by onCallForwardingIndicatorChanged() from PhoneStateListener but I have no idea how to set forwarding mode.
View 1 Replies
View Related
Jun 25, 2009
Is it possible to get : The ESN Number of a phone The Hardware version The Software version of a phone. Is there any way to get this stuff.
View 5 Replies
View Related
Mar 19, 2010
Is there a way to get the phone that is running my app's number within the app?
View 2 Replies
View Related
Dec 16, 2009
Google Voice Blog: Upgrade to a Google Number
View 4 Replies
View Related
Jan 13, 2014
My son decided to lock his tablet with a random number he plucked from the universe! one that he can't remember! I'm pretty sure it's a MID here is the link to where I got it from. 8G 7" Android Tablet 4.1 Dual Cam Keyboard Case | Trade Me. I have tried all the different power volume button combos that were suggested on web, also have tried downloading the program to my pc to share info with the tablet, but the information sharing must not be turned on in the tablet, as when the device showed up in my computer it was empty! Where I purchased it from will send me a Getroot, but I have to pay and I'm not sure if this will even work!
View 1 Replies
View Related
Aug 6, 2010
Is it possible to set it up so I can send a text from my computer using my cell phone # and not my google voice # ?
View 1 Replies
View Related
Jul 14, 2010
I cracked my screen and got a replacement. I am trying to activate the old phone after I have preformed a factory reset. It asked me to input a phone number for activation. I do not want to do this. what are my options.
View 5 Replies
View Related