[IDEA] Cherple for WinMO, Texting through Internet - Windows Mobile Development and Hacking General

http://www.cherple.com/downloads.asp
This is a simple application and free service that lets PC and mac users carry a 2 way text messaging convo with any US cell phones.
Well that got me thinking, it would be even cooler and more useful if we could either port this onto Windows Mobile or write a simple application that would connect to this service/website and use it to send text messages to any US mobile number.
As development improves, we could also attempt including stuff like sending text messages to people from your contacts & making it more finger-friendly & etc.

Related

iPhone Style Voice-mail

Do any of you know of or think that the iPhone style Voice-mail service will be coming to Windows Mobile devices soon? (At no additional cost )
Unfortunately I found the first feature the iPhone has that I currently see no alternative solution for.
Still, I would never get an iPhone but would love to have the ability to browse Voice-mails like TXT messages. Delete without listening to. Seems like something that should be available to all and is long overdue!
nothing free as of yet but here's the one if you willing to pay.
Code:
[url]http://www.viewyourvoicemail.com/?gclid=CLXJp5vLm48CFQh6gwodJUFoeQ[/url]
another pay service:
http://simulscribe.com/?gclid=CPeJndrMm48CFQqZggodMiuRfA
I didn't actually mean get Voicemails as TXT messages, I meant be able to browse through them rather than listen to one at a time and have to skip if you don't want to delete one and stuff like this iPhone ad.
http://www.youtube.com/watch?v=TcPv9PqnqfM
Just a list of voicemails and who left them with the ability to listen to any or delete them if I don't care what they have to say
Like described here in the commercial! http://www.youtube.com/watch?v=X-2PeyLz30E
yea I know what you're talking about. I havent seen an app like that yet but i'd like to see something like that come out soon for us.
I assume that it uses the data connection and/or possibly txt messaging. Otherwise I don't see how they can be doing this. Even with a txt msg list of voicemails, it would take longer than it does in the "demo" video to start playing if it had to dial out and play it on a voice line where as if it downloaded then through a data connection they are on the device ready to play.
That also means that AT&T will most likely charge for the feature if they ever decide to do it for WM Devices.
The iPhone integrates with a custom server in AT&T's network infrastructure that links into AT&T's voicemail servers. The custom server pushes a new voicemail down to the iPhone via the iPhone's data connection, and stores each voicemail on the phone itself as a compressed audio file.
Someone would need to write an application that could pretend it was an iPhone on AT&T's network, and attach itself to the iPhone voicemail push server. That same app could then store each file as it is transferred to the phone in memory and present the voicemails in a graphical interface.
ljinsane said:
another pay service:
http://simulscribe.com/?gclid=CPeJndrMm48CFQqZggodMiuRfA
Click to expand...
Click to collapse
While simulscribe is a pay service.... Simulsays is not. Yes there are two different things. I figured this one out on my own. So here ya go. Go to Simulsays.com and then setup an acct. Where it wants you to chose a package don't worry about it. The trick is to check no to having your voicemails transcribed. Once you set up your acct. you will download the program that works EXACTLY like Visual Voicemail on the iPhone. It is great. The way this one works is it instructs you to reroute your voicemail to the service and then the program that you then download pulls voicemails at a "set by you" time interval or just at will without auto polling. Hope you can figure it out. If you want to be sure you are not getting charged simply go to the link for support and get the phone number and say hey i want to make sure my acct is set up so that I won't get charged.
I am just not sure if every 'cool' service makes sense!
As the name says already: it is a VOICEMAIL! By seeing who left a message and being able to delete you will most likely often delete people who might have an important message! You won't know until you actually listen to it!
However, most likely you see on your phone who called anyway, so, you can asume that that was the person leaving a message. If you don't wanna listen to it then don't!
This reminds me somewhat of the new AUDI cell phone which has its own docking slot within the car and takes pictures of intruders. Those pictures then get forwarded to the AUDI CENTER. Audi really expects you to leave your phone in the car all the time ...
By seeing who left a message and being able to delete you will most likely often delete people who might have an important message! You won't know until you actually listen to it!
Click to expand...
Click to collapse
But what about being able to prioritise your voicemails -you can see a list of who has left you a voicemail, and just jump immediately to the one you want?
Someone would need to write an application that could pretend it was an iPhone on AT&T's network, and attach itself to the iPhone voicemail push server.
Click to expand...
Click to collapse
I am no programmer, so do not know if what follows is feasible or not, but, I can see no reason why you'd need to link to the iPhone's system at all- just use the WindowsMobile 6 system.
1.) When someone calls, this is logged
2.) When a voicemail is left, this is logged, but not against someone's number
3.) By combining the "missed call" log with the "voicemail" log, you should, in most cases, be able to identify who left the voicemail, I believe, or at least have a rough idea.
4.) The application needs to be able to list the voicemails left, and the link the call's number to their name: so you can see that Mr. X left you a voicemail at 10:00am.
5.) Provided that you always access voicemail via the application, and not directly, you could sort out the deleting too - most systems I've used have an IVR which lets you jump between messages, and delete them etc. So, for example, you tap on the third message in this application. The application dials your voicemail number, waits for a period, and then, using the IVR commands, moves to the relevant mail.
for example, something like, 121,,,,1,3,3,3 for the example above. (where "1" is the IVR code for "voicemail", and "121" is the shortcode)
If you deleted the voicemail yourself directly, then, that could cause a problem, as the application is not linked to the voicemail system, but, you could delete it via the application:
121,,,,,1,3,3,3,4 (where "4" is the IVR code for delete)
The application then removes the listing for that voicemail from the list. As such, the fourth voicemail becomes the third etc.
Neil_Brown said:
But what about being able to prioritise your voicemails -you can see a list of who has left you a voicemail, and just jump immediately to the one you want?
I am no programmer, so do not know if what follows is feasible or not, but, I can see no reason why you'd need to link to the iPhone's system at all- just use the WindowsMobile 6 system.
1.) When someone calls, this is logged
2.) When a voicemail is left, this is logged, but not against someone's number
3.) By combining the "missed call" log with the "voicemail" log, you should, in most cases, be able to identify who left the voicemail, I believe, or at least have a rough idea.
4.) The application needs to be able to list the voicemails left, and the link the call's number to their name: so you can see that Mr. X left you a voicemail at 10:00am.
5.) Provided that you always access voicemail via the application, and not directly, you could sort out the deleting too - most systems I've used have an IVR which lets you jump between messages, and delete them etc. So, for example, you tap on the third message in this application. The application dials your voicemail number, waits for a period, and then, using the IVR commands, moves to the relevant mail.
for example, something like, 121,,,,1,3,3,3 for the example above. (where "1" is the IVR code for "voicemail", and "121" is the shortcode)
If you deleted the voicemail yourself directly, then, that could cause a problem, as the application is not linked to the voicemail system, but, you could delete it via the application:
121,,,,,1,3,3,3,4 (where "4" is the IVR code for delete)
The application then removes the listing for that voicemail from the list. As such, the fourth voicemail becomes the third etc.
Click to expand...
Click to collapse
And all that only because of people get too lazy to press and hold "1", set your phone on speaker and listen while doing something else?
However, your plan still would require to communicate with the VOICEMAIL system. You want to delete something by pressing "4" - if you do not communicate with the VOICEMAIL system you can't delete but only the notification in your phone! As a programmer you should know better!
It would require an always-on connection to your voicemail to monitor what is going on there and also to transmit changes you make through the "menu" in your phone! And so on and so on and so on ...
However, your plan still would require to communicate with the VOICEMAIL system. You want to delete something by pressing "4" - if you do not communicate with the VOICEMAIL system you can't delete but only the notification in your phone! As a programmer you should know better!
It would require an always-on connection to your voicemail to monitor what is going on there and also to transmit changes you make through the "menu" in your phone! And so on and so on and so on ...
Click to expand...
Click to collapse
I'm sorry, but, can you please read through what I've written again? I can't see how you reach any of your conclusions, and, as you've written "[a]s a programmer you should know better", whilst I've clearly stated in the first line that I am not a programmer, I have doubts that you've understood it properly.
As long as the application can register a keypress in the Phone application, I cannot see why it would not work. It expressly does not require an always-on connection to voicemail, hence why the dial-strings I've included contain the voicemail dial number... The string dialled is the based on the options you select, combined with call-log details.
I agree that it is probably not worthwhile in terms of time-saving, but, hey, someone bothered starting this thread
Well, I missed the "no" in the beginning of your post - I appologize for that!
However,
a VOICEMAIL with functions mentioned in this thread would need a permanent or repeated connection to the voicemail itself.
A better thing would be to disable the NETWORK PROVIDERS voicemail service and have an application running on your phone just as SMARTPHONEWARE's BestAnswer for SYMBIAN PHONES. This has all the options and I used to love that app when I still had NOKIA. It records your voice messages directly on the phone's memory and not to a virtual MailBox in the network provider's computer.
Info here: http://www.smartphoneware.com/ansmachine-for-s60-product.php
Would be a challenge for WINDOWS MOBILE programmers to teleport it to WM devices ...
However,
a VOICEMAIL with functions mentioned in this thread would need a permanent or repeated connection to the voicemail itself.
Click to expand...
Click to collapse
Indeed- it would need to call voicemail each time, in my model. However, if someone really wanted a visual voicemail application, then, in the short term, it might work.
A better thing would be to disable the NETWORK PROVIDERS voicemail service and have an application running on your phone just as SMARTPHONEWARE's BestAnswer for SYMBIAN PHONES. This has all the options and I used to love that app when I still had NOKIA. It records your voice messages directly on the phone's memory and not to a virtual MailBox in the network provider's computer.
Info here: http://www.smartphoneware.com/ansmac...60-product.php
Would be a challenge for WINDOWS MOBILE programmers to teleport it to WM devices .
Click to expand...
Click to collapse
As I understand it, that would be a nightmare under WM?
thedogger said:
The iPhone integrates with a custom server in AT&T's network infrastructure that links into AT&T's voicemail servers. The custom server pushes a new voicemail down to the iPhone via the iPhone's data connection, and stores each voicemail on the phone itself as a compressed audio file.
Someone would need to write an application that could pretend it was an iPhone on AT&T's network, and attach itself to the iPhone voicemail push server. That same app could then store each file as it is transferred to the phone in memory and present the voicemails in a graphical interface.
Click to expand...
Click to collapse
lol i dont know who told you that but it's blatantly false...
The iPhone system works like every other system except that when a new voicemail message is received (by the server) a text message is sent to the iPhone (not the actual voice message. a text message) that is encoded with the time of the delivery, the caller's #, and various other information like how long the message is and such. A link is also included in the text message that is added to the Voicemail List on the iPhone. When you select to listen to a message from the list you're actually clicking on a link (basically a specific # to input once you're connected to the voicemail server).
Your method would require that every single voicemail message that is received by AT&T would be converted and sent to the receiving user (even if they don't use an iPhone) and then if the user was *not* using an iPhone the file would be denied. That would require huge amounts of converting and data transmission for no reason whatsoever. AT&T's out for money like every other company they're not going to waste time and effort developing a system like that when their simplified system works just fine.
Also, it appears that visual voicemail alerts are sent via SMS, and there's a special handler in the SMS app that passes them to phone alerts in the Phone app.
The SMS alert comes from the number 1000000000, its composition is below. Note that I've replaced the relevant mobile number with 8005551212:
smpp-vip.allntxacds12.attwireless.net:5400?f=0&v=300&m=8005551212&p=&t=8005551212:A:AMS_NB_VIP6:ms01::5065
If you attempt to reply in SMS to this number, you get an error message:
Error Invalid Number. Please re-send using a valid 10 digit mobile number or valid short code.
the text message is the trigger for the voicemail
we know how it works now can we get it to work on wm6 and or 5
Short search with the help of Google bring me this solution - http://www.isecretary.net/
WM based voice mail.
Is this what you all wanted?
Judgementand said:
lol i dont know who told you that but it's blatantly false...
The iPhone system works like every other system except that when a new voicemail message is received (by the server) a text message is sent to the iPhone (not the actual voice message. a text message) that is encoded with the time of the delivery, the caller's #, and various other information like how long the message is and such. A link is also included in the text message that is added to the Voicemail List on the iPhone. When you select to listen to a message from the list you're actually clicking on a link (basically a specific # to input once you're connected to the voicemail server).
Click to expand...
Click to collapse
Wow...why would you say it's false? Do you have an iphone? I can listen to my voicemails when my iphone is in AIRPLANE mode (all raidos and calls disabled)...so either my iphone is lying about being in airplane mode and it's really calling AT&T servers...OR...it really does download the audio voicemail files to your phone.
GrandCentral is your answer ...
Go to GrandCentral.com and signup. You'll probably have to wait, as it is still in private Beta, but not more than a few weeks. Basically, you'll get a free phone number (choose one in your local area) and can route that number to a number of places and can access it in a number of different ways ... including the Internet.
It has voicemail that you can peruse, just like e-mail.
- Unlimited inbound minutes
- Unlimited voicemail
- Unlimited Credit for click-to-call
- All premium features, including call record
And the best part is that it is owned by Google, so it is FREE!!!! Woo hoo!!!!

phone number highlight text and call

Hi,
I'm looking for an app that will parse the text and recognize phone numbers (in text messages, email, calendar, and web browsing) and be able to highlight that number and then be able to one click call.
Are there any existing apps?
that would be great. like the windows mobile smartphones without touchscreen do.
i would really appreciate something like that!
yes that would be great i've been looking for somethingnlike hat. it woyld cery useful

Application Idea: How to send/receive SMS messages for life!

Google just announced "Google Voice" their updated and re-branded version of Grand Central. Along with the old features, they now support SMS, voicemail transcription, etc. etc.
http://googleblog.blogspot.com/2009/03/here-comes-google-voice.html
So you can now send and receive SMS messages for free. But how do we get these messages off of the web and onto our phones?
My idea is a desktop app that interfaces with the grand central interface (scraping if it has to, but hopefully they have an RSS feed or some kind of API) and acts as a gateway to an IM bot. The IM bot passes along any messages.
I say "the IM bot," but to be able to reply to your IMs, it will need to be unique. So sending something via IM to [email protected] will be smart enough to spawn a bot for that person to do two way communication.
So for example:
1. John texts your grand central account
2. This program sees the text and spawns a bot with Jon's phonenumber, combined with your username on whatever jabber server you interface with (your own? I dunno). [email protected]
3. You receive the text via IM on your phone (data connection required)
4. You respond to the bot
5. Your response is interpreted by the program and is sent back through the grand central web interface
This would work with any phone that has IM capability, and your bot could even be smart enough to actually SMS you if you can't be reached over IM or whatever.
Another way to go about it (perhaps less complicated) would be to create a windows mobile app that is dedicated and checks for new sms messages every few minutes through its own internet connection. It could be set up to use windows mobile alerts and give you an interface much like the current sms message interface. Some intelligence could be built in so that it scans for new messages more frequently around times when messages have been sent or received, so you can still have quick conversations.
This combined with iDialer, which allows you to do GC dialing already on windows mobile, would be the perfect solution! You wouldn't even ever have to worry about porting your number again if you switch phone carriers.
Thoughts?

Do You Use Google Voice?

In reading the forums here for a while now, it seems like hardly anyone uses Google Voice for anything. This surprises me, since I've always used GV and I can't imagine not using it. I mean, it lets you read/write/manage your SMS messages on your computer (ie I don't have to pull out my phone to text people if I'm at my computer), lets you make/receive calls straight to your computer (ie I don't have to pull my phone out necessarily if I want to make/receive a call and I'm at my computer), calls made/received on your computer don't count against your minutes, and if you happen to still have a MyFaves plan (and I know several of you do) you can set GV as one of your Faves and have all calls made/received with your handset free as well. The only problem I've ever had with it is that it sends/receives SMS messages over your data network, so if you're somewhere where the data connection is clogged (like I was when I was at a music festival recently), you can't send/receive texts. Even so, with all these advantages (some of them pretty huge IMO), why does it seem like no one uses it?
So, do you? If not, why not?
I use it and have regularly text/mms blocked.
Use it for texting and voice mail.
Not perfect, many things I would like improved, but definitely worth it for me.
I only use it for voicemail
beren28 said:
I use it and have regularly text/mms blocked.
Use it for texting and voice mail.
Not perfect, many things I would like improved, but definitely worth it for me.
Click to expand...
Click to collapse
I'm curious, what would you like to see improved? Personally, I'd like to be able to send mass texts from my phone, and to be able to send/receive MMS. I know you can send "mass" (to like five recipients, which, I mean, I've never needed to send a text to more than five people, so that's worked fine for me) texts through GV on a computer, but I can't get it to work on my phone.
I use it for international calls, international TXTing (no longer avail.), and craigslist or similar type of communication with people I don't want to share my real phone no. with.
I also use it in conjunction with Gizmo5 when I'm overseas. Sometimes I use this method when my minutes approach the limit.
MMS please! It's about time. This is the only reason why I still have to use my actual phone number.
gongonzabarfarbin said:
MMS please! It's about time. This is the only reason why I still have to use my actual phone number.
Click to expand...
Click to collapse
Or you could use email. Or you could upload the picture to dropbox and SMS a dropbox link. Or you could share on any of the other numerous photoshare sites. There's a million ways around the MMS issue if you need to send some crucial media message, but I agree that it would be nice to have the functionality regardless.
We need pitcher messages, at least pitcher hosting so other people can just click the link. I use Google Voice but it's not perfect, it's not that fast.. it needs to be faster.
I just use it for the vm to text. That's pretty handy. I don’t have to talk to or even listen to people anymore!
opiomorph said:
I'm curious, what would you like to see improved?
Click to expand...
Click to collapse
First I love GV. I have it routed to my home via sip, my cell with the GV app and when I'm traveling with the client built into gmail.
Improvement:
1. MMS would be great. Yes, I could use the cell or gmail but... it would be nice if it were incorporated into GV.
2. The GV organization for messaging (both the app and website) is well, basic. I don't get why all texts from one person can not stay in one convo. Makes it harder to find old text messages.
3. I would like to see more way to initiate conference calls
4. international calls could be cheaper. Yes they are cheaper than skype but that is not cheap... On my phone I use the voxofon app and at home voip with callwithus.
5. petty maybe, but I wish I could adjust the time before VM kicks in.
SykesAT said:
First I love GV. I have it routed to my home via sip, my cell with the GV app and when I'm traveling with the client built into gmail.
Improvement:
1. MMS would be great. Yes, I could use the cell or gmail but... it would be nice if it were incorporated into GV.
2. The GV organization for messaging (both the app and website) is well, basic. I don't get why all texts from one person can not stay in one convo. Makes it harder to find old text messages.
3. I would like to see more way to initiate conference calls
4. international calls could be cheaper. Yes they are cheaper than skype but that is not cheap... On my phone I use the voxofon app and at home voip with callwithus.
5. petty maybe, but I wish I could adjust the time before VM kicks in.
Click to expand...
Click to collapse
I would also *love* to have all my texts from a single person organized into per-person threads, and wonder why there's not a simple way to do this.
This is kind of interesting...
http://www.engadget.com/2011/01/19/google-voice-now-lets-you-port-your-own-phone-number/
Need MMS and also we REALLY need an alternative GV app.
Maybe one day Go SMS, Chomp or Handcent will support GV. That would be nice.
I love it and use it for my voicemail.
I have a Seattle number that most of my friends know, but upon moving to Arizona, being able to have an AZ local number was a big plus. Now I can have 2 numbers on one cell and not have to update any of my long-term contacts of a number change or any of that nonsense.
I use it, but I don't really love it.
I do not like their voicemail service AT ALL, however I like the convenience of giving people my google voice number, people whom I don't necessarily like
I use it for all my vmails, and for texting. I may even lower my texting package from tmo soon to save a few bucks. I can block people easily, can set custom greetings for different groups of people, and I can even use my bluetooth to make phone calls via my PC bypassing the need for a big voice package.
I use it for voicemail primarily and its the number I give out to businesses and people I don't really care to talk to so I can screen the calls. I also use it more when I don't have my phone on me or im on the computer
Sexy Vibrant featuring Nero V3 w/Voodoo, and FFC installed
I use it all the time. I like how I can screen my calls with it
Sent from my SGH-T959 using XDA App
I used to use it but I found it redundant and some people didn't appreciate having to keep up with so many phone numbers (GV, Business, Real Vibrant number). It doesn't support MMS so that made it hard to use exclusively.
Plus, I could do without those services running in the background.
It's nice for when you're selling stuff on CraigsList and don't want to give your real number, though.
I do hate Google for making it impossible for us to take our numbers off without giving another real number, or removing Google Voice from our Google Account.
But a quick phone number change took care of that.
I use it for texting some people that i dont want to have my real tmo number.I still have the unlimited texts....i've been thinking of dropping unlimited texting from my plan. I wish I had myfaves so I could have unlimited free calling with it...gotta find a way to get myfaves...hope tmo brings it back.
Its also great for using online,for example, Craigslist etc. Overall I think its great and I can't wait for more innovative features to be added.
*** Sent from my Samsing Vibrant (Axura 2.2.5.7) using xda app

Android and Texting

This isn't so much a Nexus 4 question than an android, however it does somewhat affect my decision on purchasing one.
I am currently an iPhone user wanting to move over to Android at some point, however am still reluctant due to my situation at work.
Currently where my cube is, I get no cellular service but I do get a strong wifi. iMessages works no problem and I'm able to send and receive them without issues. Problem of course is non-iPhone users get left in the dust and I have to step outside to receive their messages.
Now with the release of the Nexus 4 tomorrow, I can buy one, but am hesitant because I will get no messages until I'm out of the building. While this is fine for productivity, I'm often forced to use email instead for planning lunches with non-coworkers instead of just sending texts.
I'm sure this question has been asked before, but as a new user wanting to go android, is there a way to push my texts from my phone number to some kind of text messaging app, without porting my number? (I just renewed my contract so early termination is not an option for Google Voice).
I really do want to go to android but iMessages does have its perks for being wifi.
Argenist said:
This isn't so much a Nexus 4 question than an android, however it does somewhat affect my decision on purchasing one.
I am currently an iPhone user wanting to move over to Android at some point, however am still reluctant due to my situation at work.
Currently where my cube is, I get no cellular service but I do get a strong wifi. iMessages works no problem and I'm able to send and receive them without issues. Problem of course is non-iPhone users get left in the dust and I have to step outside to receive their messages.
Now with the release of the Nexus 4 tomorrow, I can buy one, but am hesitant because I will get no messages until I'm out of the building. While this is fine for productivity, I'm often forced to use email instead for planning lunches with non-coworkers instead of just sending texts.
I'm sure this question has been asked before, but as a new user wanting to go android, is there a way to push my texts from my phone number to some kind of text messaging app, without porting my number? (I just renewed my contract so early termination is not an option for Google Voice).
I really do want to go to android but iMessages does have its perks for being wifi.
Click to expand...
Click to collapse
Apply a GV number and give it to your friends. It's just 1 txt away.
Did you try WhatsApp, Viber or KikMessenger?
I don't have mobile connection inside the buildings in my university but WiFi works great.
Try Jaxtrsms
@wngmv So you're saying to just have the Google Voice number forward the text to my current number? I'm wondering if that could work the other way around...
@brom25 I'd rather not go the App way because not everyone I know uses those apps, esp people with iPhones. My situation is somewhat unique because I don't have cellular service in the building whereas most people do.
Argenist said:
@wngmv So you're saying to just have the Google Voice number forward the text to my current number? I'm wondering if that could work the other way around...
@brom25 I'd rather not go the App way because not everyone I know uses those apps, esp people with iPhones. My situation is somewhat unique because I don't have cellular service in the building whereas most people do.
Click to expand...
Click to collapse
Not really. When you apply Google Voice you can have a new number. Google just link the GV number to your phone number so if people call your GV, you can get the call. But if people txt you, you'll be getting the text message using data instead of mobile network. So if you tell your friend to text you at your GV number, you'll be receiving messages. But it's not any kind of forwarding. You'll only be getting txt in your GV application.
At least that is my experience.
But if all your friends use iMessage they can't txt you using your Apple account. It is basically a messaging service shared only among Apple products. But they can txt you by your GV number or phone number.
wngmv said:
Not really. When you apply Google Voice you can have a new number. Google just link the GV number to your phone number so if people call your GV, you can get the call. But if people txt you, you'll be getting the text message using data instead of mobile network. So if you tell your friend to text you at your GV number, you'll be receiving messages. But it's not any kind of forwarding. You'll only be getting txt in your GV application.
At least that is my experience.
But if all your friends use iMessage they can't txt you using your Apple account. It is basically a messaging service shared only among Apple products. But they can txt you by your GV number or phone number.
Click to expand...
Click to collapse
Gotcha, my concern is just getting texts while I'm in this "non-cellular" area. It'd be nice to just push the text to the app without having a new number, but this may be easier said than done.
Argenist said:
Gotcha, my concern is just getting texts while I'm in this "non-cellular" area. It'd be nice to just push the text to the app without having a new number, but this may be easier said than done.
Click to expand...
Click to collapse
Yeah. I understand what you want but am not sure if such a thing exist. To push text messages to another app requires reading your text message content. I'm not sure if you want any app to be able to do that.
There are many cross platform alternatives to iMessage, such as WhatsApp, Kik, Viber etc... mentioned in this thread. If you can convince your friends to switch, that would probably be the easiest way. I've only used WhatsApp extensively, but it worked well as an alternative to SMS/MMS. WhatsApp also has the best device support, so if you have friends on Windows Phone, Blackberry or Symbian you can connect with them as well.
If that's not an option, then Google Voice is really your only alternative. However, you would have to start giving out a different number, and there are some side effects of it. Google Voice uses data for all your text messages, so if you are in an area with poor data service you cannot send or receive text messages even if you're still getting signal. Google Voice also does not support MMS. Last, if your plan includes free calling to other mobile phones, but still has a minute allotment for land lines, all of your calls received through your Google Voice number will use minutes.
---------- Post added at 10:25 AM ---------- Previous post was at 10:16 AM ----------
wngmv said:
Yeah. I understand what you want but am not sure if such a thing exist. To push text messages to another app requires reading your text message content. I'm not sure if you want any app to be able to do that.
Click to expand...
Click to collapse
Apps like Handcent and other alternative SMS/MMS apps can read and write to the SMS database on your phone. The issue isn't allowing access to your text message content, it's that there's no way for an app to receive an SMS sent to your phone number except through your phone. They are delivered over the mobile network on your phone and not available anywhere else. AT&T has launched an "AT&T Message" app that allows you to view your SMS/MMS on your computer or tablet, but unfortunately it's a) terrible and b) only available on AT&T branded phones.
If you have T-Mobile, pray that somebody could port Wi-Fi calling in no time
As a side question, can you route gvoice texts to the standard mms app or does everything need to be done through gvoice?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
lnfound said:
As a side question, can you route gvoice texts to the standard mms app or does everything need to be done through gvoice?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
You need to use the Google Voice app. There is an app that claims it will allow integration, but YMMV.
lnfound said:
As a side question, can you route gvoice texts to the standard mms app or does everything need to be done through gvoice?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
You definitely can make them come directly to your standard mms app because thats how I have it right now

Categories

Resources