A very unique problem... - Hero, G2 Touch Q&A, Help & Troubleshooting

I say unique because I may be the only one that is requesting help with this so don't put too much weight into it but if you do think you can help, I would appreciate it.
When receiving a text from an actual phone number, the "callback" feature, when pressed, calls the number back from which the text was recieved. At work(airline pilot), we have the ability to set parameters for trips that become available and the mainframe will send us a text when our parameters are met. The address in the text is in the form of an email address....ie.... [email protected]. Many of these open trips are highly sought after( worth a lot of money) so the ability to call crew scheduling back expeditiously is a high priority. On the Samsung Instinct, all I had to do was make a contact in the phone book that matched that email address and the callback feature matched the two up and I could call back immediately with only one keystroke. This phone(whether Handcent or native phonebook) tries to call the email address(regardless of the fact that I have an exact match in the phonebook)....which obviously it cant do so I get an immediate "call ended" on the dialer. Is there any way to edit the call back number or match the numbers up in the phonebook so the callback feature in the running SMS page will work when the text is sent from something other than a phone number??? I don't have the time to go thru 5 menus and 5-10 keystrokes....the trip is gone by then and I miss the opportunity of potentially thousands of dollars(and/or more time at home).
If I cannot figure this out, I will have to return the Hero and go back to the Instinct. It literally is thousands of dollars at stake.
PS...I posted this same question on the Handcent website but so far, no reply.
Thanks for reading and TIA!

It sucks but I will be returning the Hero because of this.....I am tired of watching the money go by and not being able to grab it.

If you use googlemail -
In any email you get a circle next to the mail sender. Sometimes its coloured green, sometimes not (doesn't matter which)
Press the circle and you got straight to the contact for the sender and can ring out straight from there. Hope you haven't sent it back yet!

The problem is getting the phone to recognize and sync the 2 contacts together. Handcent has a callback feature. But if you activate it, it dials 6245... which I guess is where the text is sent from. But the header of the text is in email format. I have made contacts with both 6245 and the header address in the hopes that the phone will sync the inbound text to the contact. The Instinct does this successfully. So far, this phone has not.

Related

[Q] Is it possible to block outgoing sms?

I have a black list of contacts. I want block incoming and outgoing sms for this contacts. How block incoming sms I know, but how about outgoing sms?
Please, help me with this task.
Thanks a lot!
I don't see the problem with outgoing sms ??? Just don't text these people.
As for incoming sms have you tried applications like Call & SMS Filter or Call Blocker X?
Sent from my Vision using XDA App
missparker76 said:
I don't see the problem with outgoing sms ??? Just don't text these people.
Click to expand...
Click to collapse
It's not so easy
I want to block some contacts, so that my children never have written to them
I can think of 2 options quickly:
1. Don't let the kids use the phone
2. Buy them their own phone
I suppose an application could be created to do what you want. Or maybe something like adding a password to certain entires in you Contacts.
I'm actually finishing-up an app that functions as a SMS spam blocker; maybe my next app will be adding a password function to Contacts.
Just checked android default sms app and sms content provider source code, it looks like it's not possible to intercept and cancel outgoing message. It's a pity that we're not able to add this functionality to our future parental control app.
I'm not overly impressed with whomever coded the SMS and Contacts databases and have given considerable thought to writing my own. I found this out when writing my SpamText blocker which I kind of put on the back-burner due to fear of deleting ALL text messages from someone's phone. That whole "thread_id" is scary, at least to me.
I like the "conversations" feature of SMS, but it really should be broken-down by day or make any text in the conversation deleteable. I might get 10 texts from one person in a day, but just might want to save 4 of them because they have some valuable information.
Then there is a security issue with coding this type of application; Android gives the developer a lot of rope regarding messaging.
If your children are the one whos playing with your phone, why don't you use one of those pw locking apps? You can choose to lock whichever app you want with it.
deaffob said:
If your children are the one whos playing with your phone, why don't you use one of those pw locking apps? You can choose to lock whichever app you want with it.
Click to expand...
Click to collapse
I think the use case is just to allow children to sms and call to fixed numbers only.
Rootstonian said:
or make any text in the conversation deleteable.
.
Click to expand...
Click to collapse
You can't delete individual texts? What?
Nope, at least on my Droid X default SMS client. All distinct phone numbers and SMS messages are grouped together in a "conversation" no matter if that person texts 10 times in one day or 100 times over 6 months.
I know you can set a message limit, but I'm not sure what it does if you set it to 5 and get the 6th message from the same #; maybe someone else knows...
I have been searching for blocking outgoing test messages also but for a different reason.
I live near the border and allthough my phone is set to only my home network every now and than it switches to roaming and pretty often I send text messages by accident while roaming. Sometimes it switches networks while I am typing the message or it looses connection and I am at the mercy of which network it will connect and send the text message.
So an app that would block outgoing text messages while roaming (or maybe even only sending on home network) would come in very handy.
Why don't you just delete the contacts? Easiest solution
TheRedDrake said:
Why don't you just delete the contacts? Easiest solution
Click to expand...
Click to collapse
You should read my post! Obviously I need all my contacts to call/text whenever I am not roaming!
I m also interested in blocking outgoing msg to specific number, my wife is Canada so she send me msgs from her canadian phone no. and I reply to serbian one, which is free - included in my monthly fee, but every now and than i reply to her canadian which costs me, and it wouldnt be big of a deal, but my courier dont have contract with hers so they charge for the sms, which she doesnt receive, so was trying to find a way to block outgoing msg to her canadian no. but need to be able to receive from it
puska said:
I m also interested in blocking outgoing msg to specific number, my wife is Canada so she send me msgs from her canadian phone no. and I reply to serbian one, which is free - included in my monthly fee, but every now and than i reply to her canadian which costs me, and it wouldnt be big of a deal, but my courier dont have contract with hers so they charge for the sms, which she doesnt receive, so was trying to find a way to block outgoing msg to her canadian no. but need to be able to receive from it
Click to expand...
Click to collapse
As far as I know there is no way of intercepting outgoing messages. very strange that we can do almost anything on a smartphone but have very limited control over basic operations like sending text message options.
Same goes for LED notification, should be standard on all phones. (2 of my biggest annoyances espcially as it concerns very basic phone operations)
Android system does not provide a way to block outgoing SMS.
The similar question was discussed on Android Developers hung out on
26-Apr-2012, and Android Developers stated clearly that it is not
possible.
One suggestion was to put the phone into Airplane mode at the time of
sent SMS intent, but again its unlikely to put the phone into
airplane mode pro-grammatically.
The similar issue has been already discussed on android-platform Group
as well.
Click to expand...
Click to collapse
want to block foreign sms's
I also have the above problem of my wife sending texts to foreign countries and getting charged. Usually she sends via fishtext which is affordable but every now and then if she is in a hurry or forgets to use the fishtext widget she sends via normal sms mode which costs a ton.
I cant believe there is no simple app to stop the user sending sms's.
Everyone has a 'cute' solution (like delete the contacts lol!) but they don't realise the difficulty of trying to manage another persons phone but one that you still have to pay the bills for e.g. kids or spouse.
Surely there must be an app out there that does this although I can currently find it!!!
Anyone??
There some app in android send sms without permission
It is always not easy when children are involved in any process They are so quick that sometimes it is difficult to notice that they have taken your phone and started pressing buttons. When you realize it, it is already late and the messages have been sent.
Why not get an app locker and lock the messaging app.
On a per contact basis, many apps have block features built in but not to block sms completely.
missparker76 said:
I don't see the problem with outgoing sms ??? Just don't text these people.
As for incoming sms have you tried applications like Call & SMS Filter or Call Blocker X?
Sent from my Vision using XDA App
Click to expand...
Click to collapse
Some apps send messages without your consent.
And even some ROMs.
For example son phones (Xiaomi) with MIUI try to send an SMS to China to activate your SIM but they don't do it well, it doesn't work you spend money every time you reboot your phone.

Google Voice take over everything? Look here....

Just wanted to write this up real fast and hopefully help a few people. I myself, coming from the EVO, did it also. Ya know, just pressing the "next" button and not paying attention to what I was actually hitting next to. I have seen quite a few people and threads about this so hopefully this helps. I had to dig around for answers, lol.
If you were just pressing next, next, next like I was, you will have found yourself with Google Voice taking over your texts and phone calls. And I did not like it at all. When my phone rang, I had to answer and press 1 to accept the call. WTH is that? Anyway, to get it back right you will need to log on to your computer to google.com/voice. In the top right hand corner you will see the settings button (where the arrow is pointing) and click on voice setting. Select the phone tab. Uncheck the boxes that Google has registered your numbers and integrated and you will be good to go. Uninstall and re-install Google Voice if you would like without hitting the integration button on the first step. Hopefully Google will change this soon.
EDIT: Read down with the next few posts, a lot of good info that has been said.
jayharper08 said:
Just wanted to write this up real fast and hopefully help a few people. I myself, coming from the EVO, did it also. Ya know, just pressing the "next" button and not paying attention to what I was actually hitting next to. I have seen quite a few people and threads about this so hopefully this helps. I had to dig around for answers, lol.
If you were just pressing next, next, next like I was, you will have found yourself with Google Voice taking over your texts and phone calls. And I did not like it at all. When my phone rang, I had to answer and press 1 to accept the call. WTH is that? Anyway, to get it back right you will need to log on to your computer to google.com/voice. In the top right hand corner you will see the settings button (where the arrow is pointing) and click on voice setting. Select the phone tab. Uncheck the boxes that Google has registered your numbers and integrated and you will be good to go. Uninstall and re-install Google Voice if you would like without hitting the integration button on the first step. Hopefully Google will change this soon.
Click to expand...
Click to collapse
I did the same thing too. I was so upset they ****ed up Google Voice this way. I mean integration is nice, but NOT taking over my text messaging app and phone number etc.
Once I figured out what I had done I was able to get it to work NORMALLY as in before Google screwed **** up. I do hope that Google fixes this "Apple Takeover" crap.
Just FYI - any changes made with Google Voice will reflect as account changes in Sprint.com now.
Or take the time and set it up right and enjoy the awesomeness only Google voice integration on Sprint can give you.
Here is a post of mine I did before with links.
I love Google Voice integration. I've posted these links in other threads but they are good reads on why you are better off actually integrating and how to still use your default messaging apps.
http://www.androidpolice.com/2011/0...e-integration-i-did-it-and-heres-how-it-went/
http://www.androidpolice.com/2011/0...ice-sprint-integration-questions-and-answers/
Here are some other cool things I'm able to do now myself. I can make outbound and inbound calls on my google talk using my cell number on my computer wherever I have internet access. I bought an OBI110 and hooked up a phone to it so now I have free VOIP calls whenever I answer or receive calls to my CELL number on this phone. Now I don't have to give anyone a different number and I can still control who gets to reach me at what time of the day. I can answer and receive texts on my computer, laptop, tablet all using my cell number. All my texts are backed up and searchable to my google voice account (even texts I send from my phone using one of the regular messaging apps, not google voice app)
My opinion. Take the time and setup integration right. It's one MAJOR advantage of being an Android user on Sprint now. You're missing out on way more by not setting it up than you would by setting it up.
Oh and for those who don't want to lose your old Google Voice Number, Google lets you keep additional numbers at $20 per number.
Sent from my Transformer TF101 using Tapatalk
Well I think for me, and many others, it wasn't the same set up as when I set it up for the Evo or whatever phone the user had. Yes we should have read and paid attention more closely, but the fact is we didn't and I'm sure there will be plenty more also. Thank you for the info and links, very interesting
Sent from the 3VO
I almost did the same thing when I was setting up the app. I think they shouldve gone about putting that option in there a different way. If you're just going through it quick and pressing next you're screwed.
Off to check out those links... I tinkered with GV for hours trying to only use it for voicemail and use my stock or handcent for SMS/MMS. I kind of got it to work until I put the GV widget up to see the transcribed voicemail. The widget ended up displaying the SMS!
Finally I said screw it. Ditched the Sprint integration and setup a new number from some far away prefix. Now its great, GV for voicemail and stock or handcent for SMS/MMS.
Until GV can handle MMS and have SMS popups with screen off, I'm not using it except for phone call management.
thanks for the links.
can HTC install a trackball on this thing?
In order to continue to receive text messages to your handset's Messaging app, you have to check "Receive text messages on this phone" under the Google Voice online phone settings.
I don't mind it now
I like the way Google voice is integrated, what i hated was the call screening. I finally was able to get to a computer and fix that problem and fix my text message problem as well. I use handcent, so i turn off the notification but kept the pop-up so i don't receive two notifications but i still have the pop-up i like for quick response.
Like already said, log into your Google voice account and mess with the settings until you get it how you want it. you can allow text to be received on your phone and you can turn off the call screening.
I didn't notice this until people started asking "where are you?" and "what phone are you using?"
I was like... uhhh..... my cellphone...? "Well its a weird number."
Walked into Sprint, asked what I did and the girl looked at me kind of weird. Eventually it clicked (I smacked myself in the head) and we figured out what it was (after two hard resets). She let me use her computer quick and we disabled it.
I like how it took over the phone, but without support for MMS/ picture messaging, I don't wanna use it.
Like many others, all I want GV to do is handle my voicemail. Unfortunately, GV wants to take over my life. I set the flag "Allow SMS on the phone" but they still went to GV. I've actually had to log out of GV in order to get my SMS in the messaging app on my phone. GRRR!
Use full GV integration, use your sprint number as your GV number, do NOT install the GV app, then setup it correctly on the website and you will have SMS, MMS and picture messaging just fine. (FROM your cell phone only, can't send MMS from GV website or any other phone you link)
It doesn't do MMS/Picture messaging if you choose "option 2", use your GV as your sprint. Also, if you do option 2, sprint can't give you the unlimited mobile to mobile because the database uses prefixes to sort which are mobile, and GV numbers show as landlines.
So, yes, if you do your integration correctly, you get your sprint number, GV features, MMS, SMS. GV voicemail, etc.
guyandhisdog said:
Off to check out those links... I tinkered with GV for hours trying to only use it for voicemail and use my stock or handcent for SMS/MMS. I kind of got it to work until I put the GV widget up to see the transcribed voicemail. The widget ended up displaying the SMS!
Finally I said screw it. Ditched the Sprint integration and setup a new number from some far away prefix. Now its great, GV for voicemail and stock or handcent for SMS/MMS.
Until GV can handle MMS and have SMS popups with screen off, I'm not using it except for phone call management.
thanks for the links.
can HTC install a trackball on this thing?
Click to expand...
Click to collapse
this is a problem by the app. Everytime you install the app it unchecks the receive text notifications. So anytime you sign out and sign back in the app (which should be rarely) you have to go back and recheck that option.
Sent from my Transformer TF101 using Tapatalk
Compusmurf said:
Use full GV integration, use your sprint number as your GV number, do NOT install the GV app, then setup it correctly on the website and you will have SMS, MMS and picture messaging just fine. (FROM your cell phone only, can't send MMS from GV website or any other phone you link)
It doesn't do MMS/Picture messaging if you choose "option 2", use your GV as your sprint. Also, if you do option 2, sprint can't give you the unlimited mobile to mobile because the database uses prefixes to sort which are mobile, and GV numbers show as landlines.
So, yes, if you do your integration correctly, you get your sprint number, GV features, MMS, SMS. GV voicemail, etc.
Click to expand...
Click to collapse
That incorrect, option 2 still allows for any mobile to ANY mobile. If you go to your google account on the web and your phone number says "sprint integrated" sprint servers know now to include this number as part of your plan for incoming and outgoing. Only difference is mms WILL have you original number, but both numbers are optimized for your plan.
Compusmurf said:
Use full GV integration, use your sprint number as your GV number, do NOT install the GV app, then setup it correctly on the website and you will have SMS, MMS and picture messaging just fine. (FROM your cell phone only, can't send MMS from GV website or any other phone you link)
It doesn't do MMS/Picture messaging if you choose "option 2", use your GV as your sprint. Also, if you do option 2, sprint can't give you the unlimited mobile to mobile because the database uses prefixes to sort which are mobile, and GV numbers show as landlines.
So, yes, if you do your integration correctly, you get your sprint number, GV features, MMS, SMS. GV voicemail, etc.
Click to expand...
Click to collapse
If you do NOT install the Google Voice app on your phone how are you suppose to get your voicemails? IM still trying to figure out this google voice thing im sooo lost. Dont know why its so difficult. I just want to use google voice for voicemail like so many others. NOT text messages. But I get 2 dam notifications every time I get a dam text,lol.
aaron130 said:
If you do NOT install the Google Voice app on your phone how are you suppose to get your voicemails? IM still trying to figure out this google voice thing im sooo lost. Dont know why its so difficult. I just want to use google voice for voicemail like so many others. NOT text messages. But I get 2 dam notifications every time I get a dam text,lol.
Click to expand...
Click to collapse
You can send them to your email, or have them come in as text notifications.
Since I switched 2 phone over we've used zero minutes on our plan, except for the any mobile to any moible minutes, this seems more than enough reason to stay using it and not care about the quirks. It means I can drop to a lower plan and save money!
Using the google voice app for texts isn't that bad. Now that I'm used to it I like how everything is sorted by time received and then grouped into conversations, plus voicemail thrown into there. Its a one stop shop.It is great for work, we use just our personal cell phones for communication, I only have to check one place.
Call screening was the first thing I turned off, it was such a horrible idea. It's like they forgot we had that newfangled fancy thing called caller id on our phones.
donatom3 said:
You can send them to your email, or have them come in as text notifications.
Click to expand...
Click to collapse
Excellent!! Thanks for this info I found it and now deleted gv app and its SOOOOO much better!! Just get a text when i get a voicemail
Sent from my PG86100 using Tapatalk
dmcduck said:
Like many others, all I want GV to do is handle my voicemail. Unfortunately, GV wants to take over my life. I set the flag "Allow SMS on the phone" but they still went to GV. I've actually had to log out of GV in order to get my SMS in the messaging app on my phone. GRRR!
Click to expand...
Click to collapse
I stopped that issue way before I bought an E3D. I used it on the OG Evo for seperating calls by dishing out Google number instead of my real cell number. Its kind of annoying how Google voice works though. I kind of see it as a privacy issue especially when it comes to texts and voicemail. Open your eyes people. Google isn't are cell phone company, so why give out such privacy.... To each is own.
My ''xDU4L C0R3 SH00T3Rx'' shot you down in 3D!
i set mine up manually instead of the quick integration step. GV is my voicemail and i use my regular number to make calls and text. if i need to text or call using my GV number, i have a widget to to do that.
Yea once I re installed google voice and is asked permission to take over my voice mail I exited out then went back into the beginning and selected to skip integration. I am not interested in google taking over my sprint matters as well.

[Q] How to dial number/pause/pin from email?

Have searched and couldn't find anything. Often when driving I need to join a conference call that has the 800 number and pin. The email contains the standard blackberry/smartphone direct dial strings [18001111111p1234/18001111111x1234/18001111111,1234] and on my old blackberry and my co-workers iphones they could simply be tapped to dial the full string. I have found that with various Android devices you simply can't do this. I have tried sending an email to myself with 18001111111,1234 in the subject and body but it only highlights and dials the first or second set of numbers on tap. If I copy and paste the full string to the dialer it works as it should but doing this while driving is not possible.
Apparently the tel:18001111111,1234 tag is supposed to work but that is only on webpages so that won't help me out. With all the power behind android and the want to get them into corporate hands more, I'm surprised this has been overlooked?
Anyone out there know? I've tried stock email, gmail and touchdown and none work.
Thanks in advance.

saving multiple drafts to same person in android

Hi,
There's something I'd like to do on my samsung galaxy note that I was able to do on my Symbian-based device in the past, but I can't figure out how to do it under Android.
I'd like to save multiple SMS drafts per recipient. However, my Galaxy note 2 only seems to permit me to save one SMS draft per recipient, with each subsequent draft overwriting the previous draft for that same recipient.
Here's why I'd like to have this capability:
If I want to type a long SMS to someone (more than 160 characters), what I like to do is split the message at logical places such as after commas, sentence endings, etc. I would do this by getting close to the end of a given SMS message and then stopping it at the point that I choose, saving it as a draft, and then continuing my text in a new SMS starting at the beginning of the next sentence, phrase, etc. Then, once the set of drafts is completed, I will first proofread and make corrections in the entire group of drafts, and only then will I manually send them off, one after the other.
Yes, I know I can type a long message and the SMS app will automatically split it into pieces after 160 characters, but that often splits words or breaks sentences and phrases in places that I don't want them broken.
Here's how I try to accomplish this on my G1:
Invoke the Messaging app.
Select New Message.
Select recipient.
Compose first SMS.
Select the Back key (draft 1 gets saved).
Select New Message.
Select same recipient as before.
Compose second SMS.
Select the Back key (draft 2 gets saved).
However, at this point, draft 1 has been overwritten by draft 2. In other words, only draft 2 remains.
Can anyone think of a way for me to accomplish what I want (or at least something similar) on my samsung galaxy note 2?
Thanks in advance.
no one ??
This isn't possible in the stock messaging app. You can use GO SMS Pro or Handcent SMS, which allow you to create folders and save messages in them just like in Symbian. So you can save parts of the long message in a folder and send them one by one. I like to use the stock messaging app in my devices though, so the way I do this is to type out the message till the limit, copy it and paste it in a note taking app, then copy it back to the messaging app when I need to send it. In ICS and JellyBean, when you select a bunch of text to copy, you get a share button to directly share it by SMS and other stuff. So it's very easy and doesn't involve copy-pasting twice. I just select, share, done. I find this to take the same number of steps and be just as easy as saving to a folder and sending. If you must do it that way, then one of the above apps should be right for you.
I regularly send long messages, sometimes even 10-15 messages long if I'm copy-pasting some stuff from the internet to someone, but I've never experienced your problem or messages breaking up and missing content. They just reach the recipient as one big message. Although, this behaviour is dependent on the mobile network provider, so I can't speak for yours. But I have never seen this happen with any GSM provider I'm my country. I'm guessing yours must be CDMA?
Sent from my Desire HD using xda premium
Could you please tell me which note taking app you use with ics thank you in advance. Tom
This is merely a work-around for how to work on multiple drafts to a recipient. First add your name and mobile device phone # to your Contacts List. Refine your first draft as thoroughly as possible. Then address that message to your own mobile device phone #, and send it. You'll see that message twice, as both your "Sent" & your "Received" message. Your first draft is "parked" in your mobile device's phone #. Now you can work on your next draft, as you would normally. If you decide to send your first draft to the recipient, just forward it from your mobile device's inbox!

Default Dialler/Incoming Call - Worst Phone Ever?!

Honestly after about 5 minutes I hated this phone and now 3 months later i'm considering giving up completely as I find it horrendous to use.
I have changed my default Dialler as the standard is horrid yet every incoming call still doesn't use the app I have chosen.
My issue is, if I have a contact saved as ABC LTD, then multiple custom numbers under the contact as Bob Mobile, Matt Mobile, Service etc.. when incoming calls come in it just shows ABC LTD then 'United Kingdom'... I don't care that its United Kingdom I want to know if its Bob Mobile, Matt Mobile etc! I have to take a guess at remembering the last three digits of the mobile or landline number to try and ID who it is.
Do find this such a simple feature yet so annoying it doesn't appear.
If i was to then go into the app I have downloaded for Dialling, then it can show me it was Bob etc... but NEVER on incoming.
If I remember well, my ex Samsung S8+ did the same when multiple numbers are stored into the same contact, only the phone number was displayed, no accessory information or notes about the calling number.
But in my case I'm using the internal phone contact list, not Google's.
I think what you are describing is stock Android behavior and not something specific to Huawei--if you have multiple numbers saved under a single contact the dialer will only display the contact name.
What phone did you previously use that showed the specific caller ID rather than the saved contact? Or were you relying on a third party dialer to perform that function for you?
And if it's so vital that the identity of each number shows up separately why do you have them all saved as a single contact in the first place?

Categories

Resources