Related
I get alot of text messages from some people and my partner would like to be able to intercept those messages so he can have a copy of them on his Wizard. How would he go about doing that?
You want all you SMS messages forwarded to another phone?
think he want to set rules for which ones are forwarded
Your "partner" can't intercept them.. But you can do one of two things..
Either create a program intercepting all incoming SMS'es, always forwarding them to him. You could append the sender phonenumber in the body of the sms or something so he'll know who it is from..
The other thing you could do .. is write a client/server app, so when you get an sms, it's intercepted and posted to a homepage/server you have.. Your partner could have a clientversion which regurarly synchronizes the data from the server and adds them to the cemail.vol file.. making it seem that he ha got the sms aswell..
Another thing again .. you could just make another app which sends the incoming sms as an email to your partner.. Many ways to do this.. but he can not intercept them.. you have to forward them either as an SMS, Email or pure data via a server solution you code/develop...
"Either create a program intercepting all incoming SMS'es, always forwarding them to him. You could append the sender phonenumber in the body of the sms or something so he'll know who it is from.."
he can also make a program which only intercept sms's from a list of phone numbers or where surden texts or char's are present
but the program would need to run all the time and periodicly check for new sms's
i would like a program to reject sms messages or mms messages by phone number like i was able to do with my old phone.
sashje said:
Your "partner" can't intercept them.. But you can do one of two things..
Either create a program intercepting all incoming SMS'es, always forwarding them to him. You could append the sender phonenumber in the body of the sms or something so he'll know who it is from..
The other thing you could do .. is write a client/server app, so when you get an sms, it's intercepted and posted to a homepage/server you have.. Your partner could have a clientversion which regurarly synchronizes the data from the server and adds them to the cemail.vol file.. making it seem that he ha got the sms aswell..
Another thing again .. you could just make another app which sends the incoming sms as an email to your partner.. Many ways to do this.. but he can not intercept them.. you have to forward them either as an SMS, Email or pure data via a server solution you code/develop...
Click to expand...
Click to collapse
I think I'll just go with the first suggestion. Thanks!
MOD EDIT:
this is obviously illegal.
lets move this discussion to the Q&A section
beastlybit81 said:
Hey all. Nearly 2 years have gone by since the last post in this thread and I know technology changes over time. I've done some reading about intercepting SMS/text messages but I was wondering if there are now any other ways to do this.
I want to be able to intercept text messages sent and received from one particular CDMA mobile phone number, or to have them forwarded to me without the person's knowledge. I don't have physical access to this person's phone, but if it helps I do have their ESN/MEID for their device.
I'm not so worried about intercepting phone calls or anything. I can get close enough to the user's phone though to be on the same cell tower as them if needed in order to intercept or have the SMS messages forwarded to me.
Are their any options for making this possible without direct access to this particular device? I understand the idea behind copying the identity of the target phone using a SIM card, but again, I don't have physical access to the phone in order to do that. Thanks!
Click to expand...
Click to collapse
Guys,
Isn't this illegal? You're literally asking to be the NSA or the government, snooping information without the person's information or consent?
Spying on a significant other?
Cheers.
good point. didn't read the last post.
In Windows Mobile 6.1 the sms was now threaded.
Which is good but i have some question
how to display the received time in the sms.cos for now it only show date.
thx
I have the same question.... Maybe show something like 2/13/08 5:32 PM next to each message in the thread would be excellent
I would also like to know how to delete an specific message from a thread. I tried click/hold, but only displays select all. There's no delete option for just one message.. only the complete thread.
Same thing here.. Can't delete specific sms.. the only thing that i can do is to delete the entire thread of sms.. =(
pulsorock said:
I have the same question.... Maybe show something like 2/13/08 5:32 PM next to each message in the thread would be excellent
I would also like to know how to delete an specific message from a thread. I tried click/hold, but only displays select all. There's no delete option for just one message.. only the complete thread.
Click to expand...
Click to collapse
While viewing the thread, use your D-pad (arrows) to select the desired message to delete, it will turn blue, then you can delete/forward/etc.. to that SMS, this is also the ONLY way you can forward a message.
what about searching all your texts? you used to be able to type in anything and search for any text with that word in it. it was so helpful and i dont think u can do it anymore any one know?
thanks for the information, kasush!
i have another question. when in inbox, the choices at the bottom are "delete" and "menu". would it be possible to replace "delete" with "new"?
Is there any way of removing the "threaded SMS" altogether
(i.e. go back to the traditional viewing options??
i did this on the universal but im sure it will work on all devices
Remove Threaded SMS & Return To Traditional SMS
Open a registry editor and navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\
add a folder "OEM" (without the quote marks)
HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\OEM\
add a dword value "SMSInboxThreadingDisabled" (without the quote marks)
and set it to 1
ta-da! you now have traditional SMS
using Mode sms for disabling threaded msg is much easy go here
http://forum.xda-developers.com/showthread.php?t=382548
SMS Folders
I'm unable to create SMS folders in WM 6.1. Option is disabled. It was very easy with Windows Mobile 6
Can´t ENABLE threaded view
I just got an Acer DX900 with WM6.1 pro and I noticed the sms inbox is shown in the old non-threaded view.
I´d like to use the threaded view I had before in my previous HTC phone.
I´ve checked and the registry key (SMSInboxThreadingDisabled) is not present so I don´t understand why the messages are not shown in threaded view.
Any ideas???
how to change number of SMS (is thread view) displaying on one site (default 12) to other number?
SMS for configuring MMS
Hi all,
my provider (t-mobile germany) have a service to automaticly configure internet and mms on windows handys.
he sends a sms, which I have to "install". This worked on my old windows versions. but in the new one, with threaded sms, the question to install the configuration, don't apear.
Do anyone know, how to install this configuration sms?
greetings from germany.
Harry
The easiest way to change your sms from threaded to the original (classic) individual messages is to go your system settings (start menu, settings, system tab). There should be an icon for text messaging, in there you can switch between classic and threaded.
kingsizeriz said:
i did this on the universal but im sure it will work on all devices
Remove Threaded SMS & Return To Traditional SMS
Open a registry editor and navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\
add a folder "OEM" (without the quote marks)
HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\OEM\
add a dword value "SMSInboxThreadingDisabled" (without the quote marks)
and set it to 1
ta-da! you now have traditional SMS
Click to expand...
Click to collapse
Nice Job dude!!
I'd like to be able to block particular numbers from texting me and/or have a program that tells you how many text messages you've made/received or just any kind of advanced text message managing ability. anyone know af any good software program? thanks
Is this possible? I'm new to Windows Mobile and I can't find any way of sending the same SMS message to more than one contact. I've done a search on the forum but haven't been able to find a solution frrom those old threads.
Any new and easy solutions you guys know of? Thanks!
Anyone?
I have a new number with my new WinMo phone and need to let all of my contacts know, of which there are around 100.
I like the following, GroupSMS. There are others as well.
Thanks for that.
The problem with I'm having using that app is that I can't sync my HTC Touch HD with Outlook, it just says "Outlook has not been configured". So I have no way of copying the contact from my phone to Outlook and hence am unable to create any groups in Outlook to sync back to my phone.
Help?
Hmm, Ok, I don't use Outlook so don't know how to help with that. May want to bring up those issues within the GroupSMS thread itself, see if others can help.
In WM6.1 the standard messaging client allows for SMS to a lot of people. Simply press the TO: button to add additional people. The format goes like this on mine when auto inserted from the contact list:
Xda Developers <8085551211>; Thresher <8083332222>; etc
When I am typing out multipl contacts in SMS i simply type the name, then hit enter, I then type another name, choose it and go from there.
It sounds like that is what you were asking but you got a lot of varied results. Perhaps groupsms is easier to use or something but I do not know. You only need what wm6.1 has to do multiple sms sending.
Is your Outlook (not Express) in fact setup and operational from your desktop?
i just start a new sms
click [to] text
add a contact click [to]
add another and so forth
I can't understand how it's not an easy thing for MS to implement, if I have a group set up called 'work', in the To: box, I put 'work' and it text's to everyone in the work group? Surely that wouldn't have been hard to implement?
Hi guys ... I have a really silly question .. I have an old Blackberry Curve 8700 which has some very important SMSs in it .. I would like to copy over all the SMS from this Blackberry Curve 8700 into my new HTC Desire Z ... Problem is I dont see any tool for the Blackberry which allows me to export SMS messages .. So my only option is to maybe somehow open up the SMS Database for my Android phone is some editor, and manually plant the SMSs from my blackberry by manually typing them in, and also setting the correct times as to when I received them, or when I sent them out .. There are only like 10-15 messages so I don't mind manually typing them in if I have to, but because they are so important, I have to somehow copy them over ..
Any suggestions ? Is there any tool available for the Androids which allows you to dissect and operate on the SMS database in an Android phone at low level ?
Any other suggestions are welcome too ...
What exactly is a "very important SMS" and why couldn't you simply just record the information in a text file or write it down somewhere? Email it to yourself? Why does it need to be loaded into the SMS database of another device? Why must it remain an SMS?
I hope that's not prying, but I just can't seem to understand why it would need to be kept in "sms format"
deathsled said:
What exactly is a "very important SMS" and why couldn't you simply just record the information in a text file or write it down somewhere? Email it to yourself? Why does it need to be loaded into the SMS database of another device? Why must it remain an SMS?
I hope that's not prying, but I just can't seem to understand why it would need to be kept in "sms format"
Click to expand...
Click to collapse
Its actually a business related thing .. I have talks with clients and its very important you have a complete chronological record of all discussions in your phone .. So I would really prefer to copy them over if I can as this would make my life a lot easier later when referring to these conversations ..
By SQlite you can edit a sqlite file and put it back into
take pictures with your new phone of all the SMSes.
Use SMS Faker. It let's you put fake text messages on your phone at any time. To and from.
Sent from my GT-I9000 using XDA App