[request] safety app - Touch Diamond, MDA Compact IV Themes and Apps

hi today i was out with my bike....running a bit on the road... and i had to stop to help a brother biker fallen. now i thaught that maybe a small application for our phone could help him (or anyone is in need) that take the coordinates from gps and send it by sms with an help request or message to a prefixed number so could be much more easyer to find him (could also be nice in high mountain or anywhere else)
can some one write this small app?

There are loads of apps that send gps coordinates by SMS

Related

SMS security

All
is it possible to lock the SMS inbox to prevent unauthorised access at all?
Thoughts and solutions as always welcome.
Thanks
Pete
suppose it could be possible with 3th party software
but why not just put a password on the whole pda ?
it's already supported and would protect your data much more
should anybody steal the pda
hear hear
password protecting the Inbox would be very useful - and other folders for that matter.
The scenario in my case is not resolved by password protecting the whole PDA since you may wish to give someone access to the PDA - to play a game for instance. If there is no way of protecting your data beyond that then there's nothing stopping them having a nose around or doing damage (accidental or mallicous) whilst 'playing'.
I'd be interested to hear more on this. I'll have a look for 3rd party stuff in the meantime.
SMS Security
I've been looking for this kind of topic for a long time. I share similar sentiments and problem with you guys. any updates on this? I'm still searching for answers....
SMS Security
I've been looking for this kind of topic for a long time. I share similar sentiments and problem with you guys. any updates on this? I'm still searching for answers....
SMS Security
I've been looking for this kind of topic for a long time. I share similar sentiments and problem with you guys. any updates on this? I'm still searching for answers....
go here
http://www.pdafresh.net/Communications/SMS/app_SMSHide.htm
This is a must have 3rd party tools but still have some bug and errors
getting it to work
this is brilliant!! ...but it doesn't work.
Has anyone been able to get this program working?
I've installed the two files into: \Windows on my phone
I then run the .exe file and the program starts. I've been able to set up a password.
I've set up a new Category for contacts: Hide
and set the contact's category (whose messages are to be hidden) to: Hide
I then go to SMSHide 1.0 and select "Hide Messages" from the Messages menu and a msgbox reports that "0 messages hided succussfully".
For what it's worth, a test to see if any of my messages have been protected goes to show that they haven't. No password is required, the messages can just be accessed as normal.
Also when I turn Autohide ON, the program interface becomes inaccesible - it just shows "SMSHide v.10 " in the title bar.
You kind of worry that, being this buggy, it'll go and lock all your messages and they'll be locked out for good!!
Pity cos we really need something like this.
anyway I've posted these comments to the developer and wait on them or anyone else here who's had success getting back to me.
me either.. its not working.
Hope somebody out there who can help our predicament. this is a very important utility and I know most of PDA users are needing this. In this way we can share our PDA to our friends without fear of letting them snoop in our small secrets...
possible solution
hi there:
have you seen the following thread:
http://forum.xda-developers.com/viewtopic.php?t=23057
somebody else started it up and I found at least one answer to the problems I mentioned. have a look
You guys must be doing some serious adultry!!! I just have another fone for the ladies! Seriously, finding sms messages from other women seems to be no 1 reason for relationship breakdown these days!
I'd like a whole seperate hidden area of files and sms on my xda, away from prying eyes?
that site was already posted. I tried it and it seems to work. The problem is, if you happen not to hear the message tone, you will not know that you have a message so you have to hide and unhide all the time for checking. You also have to set all your contacts to private and hide category.
Maybe in the future, there will be a new software that will just hide the whole things easily.

SMS program

Hi Folks,
This is my first post, although I've owned my XDAIIs for several weeks and I've ROM'd it to the iMATE 1.4 ROM. So I've had a good play.
I was looking at smsOrganizer (from Jeyo) which is badly supported (and it ain't free) and I wondered why I (we) couldn't write something to do the same thing, for free.
Is there a forum for this kind of activity, or could someone point me in the direction of some exmples of how to pass data between the PC and phone?
Best regards
AndrwB
Andrew, look into RAPI: eg here
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarppc2k/html/ppc_teapppi.asp
Development and Hacking is the right place for this kind of query...what do you want the app to do?
V
Hi V,
Basically I want to control the SMS message transfer on my XDA from Outlook, just like smsOrganizer.
Re. your link, I think we've got those? but I generally write embedded C, non of this fancy C++ stuff :-((
AndrewB
Hi V,
I just tried this :
http://support.microsoft.com/default.aspx?scid=kb;en-us;307256
And I can now copy files to and from my device
Not bad for 1 hours playing, specially as I've fixed 2 work related bugs too )
Andrew B
Good stuff.
I'm just learning C++ actually, I never learnt C, coming from self-taught VB on the PC.
RAPI is the way to do most PC<>PDA communications, although right now I'm only just getting into sms stuff. It'd be easy enough (I think) to write an interface to create an SMS on the PC in text, transmit that to the PDA and then SMS it off, but the backend of it would require some implementation.
Keep us posted though!
V
99% of c programs should compile and work just fine on
c++ compilers and you can write c++ programs without using
oop in which case they are pretty much c programs
From what I've read it looks as if you need to write an app to sit on the device and another app on the main PC. The app on the phone just acts as an agent passing data between the sms services and the PC.
Anybody got any ideas?
AndrewB
Yipeeeee
I can now write a DLL that sits on the device and I can write a C++ application on my PC to communicate with it
Now to start reading some text messages from the device to the PC......
Does anybody know agood way to send and recieve SMS ?? I would also like to edit the text and pass it to an Edit Box.
I am not too sure about the available API's that will let me do this.
Please HELP :shock:
Hey , i would like to send and recieve SMS on my xda2. Also pass the recieved message into an Edit Control. Does anybody know a good way to do this ??
I know about the SMS API but i am unaware of others. Pleas Help !! thnkx
SMS Auto sending
Hi everybody,
Is there a way to auto send all sms in draft? Basically, every sms in draft folder needs to be send one by one by ticking send button.
OK,
I can now send a text message from my PC to a DLL on my phone using RAPI, then send a SMS using MAPI.
The trouble is I can't get the subject and body fields to display correctly on my XDAIIs. Also I can't get the Name to appear instead of the number.
I'll try to post the code later on the understanding that it is FREE and we pool our experiences/knowledge.
Here is the code for the DLL and the PC program. Just press one of the keys on the tol bar to send the message. The number and message are hard coded.
There are ABSOLUTELY NO guarentees with this code, use it at you own risk.
can it recieve SMS as well ?? Has any body thought about other API's to use for sending and recieving SMS's maybe ?
Well.... Not yet.
This is my first ever .net VC++ program !!!!
There are lots of code snipets around but no full source code.
This is a work in progress project hence it is in the "Development and Hacking" fourm.
If you'd like to add some functionality to it......
I am asking because there seems to be a problem when trying to recieve SMS with SMS api as the HANDLE is already attributed to the messaging application (inbox/draft/outbox).
I believe you are using RAPI ? However i do not understand this API that well could u specify a bit more ?
Thanks for your help.
Hi nutitija,
I'm only using the RAPI function to pass parameters from my PC to the XDA. The actual sending of messages is done using the MAPI in the XDA.
My biggest problem is getting the subject/body and from fields to display correctly in the different XDA mail views.

devloper and hacker app of the year.. chat style sms... from the treo 750v

This app will be for all wm devices.
This is an ongoing project that is in need of some of you guys expertise. The rom of the treo 750v has been dumped and is in need of hacker and developers. The treo 750v has features that NO OTHER wm device does. Like the threaded sms messaging, which is sms in a chat style form.
http://www.palm.com/sg/products/smar...messaging.html is a little more about how it works and what it does.
http://forum.xda-developers.com/showthread.php?t=279758 is a thread in the xda-treo forum, but I feel need to be here due to the fact that it will be for all wm devices and is in need of developers and hackers.
Attached is the rom dump.
Thanks, Cody
in many countries you pay pr. sms much more then you'd pay to send text over grps so for most ppl msn, skype or other IM clients would do the same thing only much cheaper
I am really not sure what the hype is about. Haven't used SMS in a long time a with 100MB data package, I have to agree with Rudegar even the built in MSN messenger is better.
Any way I thought you should know that what you posted is not a ROM dump and cannot be used to extract the app.
Interesting you say that. If you have kids sms messaging is almost a requirement. It is extremely popular with the younger generation. I find myself using it more and more. I have friends that send over 3k sms messages in a month. A threaded sms app sure makes it a much better experience.
The rom dump thread was moved by someone over to the treo section for those wondering where it went. The dump is on the ftp server.
ftp.xda-developers.com
userid: xdaupload pw: xda
file: treo750vrompartial_bcaslis.zip (dump of Part00, Part01 and Part02 partitions)
http://forum.xda-developers.com/showthread.php?t=279758
I played with the rom dump yesterday. The messaging app does load, just seems to be missing some resources and/or registry entries that I'm not prepared to import right now (test machines all being used already).
It also appears to be fixed at 240x240, although that can probably be fixed later.
The rest of the rom - doesn't contain many intersting .exes, but I know hannip is interested in a number of the other devices and drivers installed. They don't appear to be device specific (c.f. many eten files are).
In the UK, data contracts are very expensive, and you get loads of SMS bundled in your contracts, so SMS makes sense. I don't IM from my phones. But both have their uses.
But I still can't see the fascination with threaded SMS. It'd be quite straight forward to program even if the treo app can't be sucked out.
V
PS Whoever dumped the roms to begin with, many thanks!
However, we may need to get an overview of the databases on the device as well, in case there are any custom databases. The speed dial plugin that has thus far been elusive relies on a call db. Either a device backup (using sprite etc) or a database dump would be useful to check. Just a guess, might lead to nothing.
Thanks vijay for all of your assistance! Good to hear that the sms app loads. I've been trying to get the a2dp dll's to work on my treo 700wx and 700w devices just to get my feet wet. Having some issues getting the dll's to load, but with your help I might figure this out yet.
The excitement for the 750 sms app over the other threaded sms apps out there is the clean integration with the os and today screen. I've tried other sms threader apps and they are buggy, don't grab messages when the pda is suspended, and leave copies of sms messages in poutlook. The one from triangle powers is a .net app and loads extremely slow because of it. It is expected that the palm written app will solve all of these problems. Plus it handles mms pictues, audio etc.
i dont say i dont use sms i just say i use sms as sms's as in short message service msg's
not as chat because i dont see the point of using it as chat
of cause if you dont pay pr. each sms
and want to chat with somebody who dont have msn it's usefull i guess
but another issue is the delay if that person is on a different network then you heard that compeating phone companys are not always too snappy to route to eachother
Rudegar said:
i dont say i dont use sms i just say i use sms as sms's as in short message service msg's
not as chat because i dont see the point of using it as chat
of cause if you dont pay pr. each sms
and want to chat with somebody who dont have msn it's usefull i guess
but another issue is the delay if that person is on a different network then you heard that compeating phone companys are not always too snappy to route to eachother
Click to expand...
Click to collapse
Well, I'm someone who wants the SMS chat program badly.
Understand, it's not so much that you use like an IM program, you don't.
This is just a method by which to organize your SMS conversations e.g. say you and your friend over the day send back and forth to each other 20 messages, all releated to the same thing. Now throw in 15 more random SMS from other peopel in the same day. Your inbox would be a mismash of 20 something messages (assuming you don't delete every single one, maybe there is important info you need).
This program would "group" your SMS into a single "chat style thread", like and IM history would. You can then just delete the entire thread at once when you are done with it. It's also nice to keep that previous information handy, especially if your discussing plans, information, phone numbers etc. You just scroll up to find it again.
If you're a heavy texter, this is a great way to organize your back-and-forth conversations. It's not an IM replacment, so don't think of it as that.
In my case I use it as a compliment to AIM. I have AIM forwarding all of my IM's to my cell phone when I am away. That way my friends and family can msgs me anytime anywhere. My phone/pda can remain in suspend mode conserving the battery and I still get my IM's. I can reply to them just like an IM session. No need for the AIM client on my phone.
The best thing about using sms over an IM client is that you can communicate with anyone that has a cell phone. You don't have to tell someone to register with an IM server to send them messages. It works in suspend mode. With a nice sms chat app the only advantage an IM client has over it is the messages are more instantaneous. But for phone use that is acceptable imo.
Of course this all assumes you don't have to pay on a per sms basis.
Hi! theloanranger said he extracted the 750v threaded app already. It's at:
http://forum.xda-developers.com/showthread.php?p=1035112&posted=1#post1035112
Can somebody try it and post the screenshots please? I'm so looking forward to using it with my Pocket Loox T830 (not arrived yet)
Screenshots/Need some help!
Screenshots are found here:
http://discussion.treocentral.com/showpost.php?p=1106882&postcount=15
NOTE: Some of us are having issues. We CANNOT send an SMS to an email address. We get an error message:
"Could not send message. The message center number or the email center number is invalid. Please contact the wireless operator."
Now, in the SMS app, if you go to Menu --> Options --> Advanced tab
Network Configuration/Manual/Edit...
You'll see spots for "message center number" and "email center number" and both are blank. When you put in a number (such as found here: http://www.smsfre.com/SMS-Mesaging-Centers.htm ) they do not stick after hitting "OK".
Any help/ideas?

Htc pro 2 "blackstone" i need the pros help please

1 ty to all the people who read this and help me on this.
2 im a little noob in this, the matter is i get today my new htcpro2 and i want to know some stuff for the pros here.
i want to get a program or something for record my calls, i really need this one please help. i intall a cab i found here the name is Enable_In_Call_Recording but i dont know how to put it in function becuse in the call menu no appear something that tells me to put in record the call
i see some youtube videos about a fm radio, is that truth?
my google map have a problem no accurate ping point me i try something i see in another forum but im stuck in the part of configure the com port "here is the picture"
http://img3.imageshack.us/i/comja.jpg/
i need a aplication that give me the oportunity to connect to all my emails and facebook i know is a app for that becuse i see it but i dont remember the name the app permits you to have all your messagers open and emails account open to receive your emails and the ims from yours clients or friends.
my provider is sprint
please help me and ty all for the help.
biohazardjoker said:
1 ty to all the people who read this and help me on this.
2 im a little noob in this, the matter is i get today my new htcpro2 and i want to know some stuff for the pros here.
i want to get a program or something for record my calls, i really need this one please help. i intall a cab i found here the name is Enable_In_Call_Recording but i dont know how to put it in function becuse in the call menu no appear something that tells me to put in record the call
i see some youtube videos about a fm radio, is that truth?
my google map have a problem no accurate ping point me i try something i see in another forum but im stuck in the part of configure the com port "here is the picture"
http://img3.imageshack.us/i/comja.jpg/
i need a aplication that give me the oportunity to connect to all my emails and facebook i know is a app for that becuse i see it but i dont remember the name the app permits you to have all your messagers open and emails account open to receive your emails and the ims from yours clients or friends.
my provider is sprint
please help me and ty all for the help.
Click to expand...
Click to collapse
First off if no one has said this yet, welcome to XDA
Secondly, I would recommend asking your query in the Touch Pro 2 forums rather than the HD ones. More likely to get an accurate response
Fallen Spartan said:
First off if no one has said this yet, welcome to XDA
Secondly, I would recommend asking your query in the Touch Pro 2 forums rather than the HD ones. More likely to get an accurate response
Click to expand...
Click to collapse
ty man please erase this one becuse i open one in the area you tell me , and sorry for my mistake, and ty again.

SMS issue

Hi guys i just got a white Sony Ericsson XPERIA X10 last week the phone is really cool and i am liking it but i have noticed a really weird bug/error, when i recieve SMS messages from any short code (i.e. my provider or my bank) the SMS contact is displayed as another contact in phone book. E.g the my operator sends me sms the operator number is 90605 instead of the SMS showing its from 90605 it shows its from mike (a guy in my phone book).
Is anyone else facing this issue? how can it be resolved?
I have also noticed the phone doesn't feature internet sharing facility or no way to use it as a modem and connect ur laptop to the net. If anyone knows how to do this please share.
Thanx guys have a good day..
Mod. edit: not t&a related, moved to general
Can someone please help with the below issue
cheers
bigboy4eva said:
Hi guys i just got a white Sony Ericsson XPERIA X10 last week the phone is really cool and i am liking it but i have noticed a really weird bug/error, when i recieve SMS messages from any short code (i.e. my provider or my bank) the SMS contact is displayed as another contact in phone book. E.g the my operator sends me sms the operator number is 90605 instead of the SMS showing its from 90605 it shows its from mike (a guy in my phone book).
Click to expand...
Click to collapse
Did you check that 90605 digits are also part of your contact mike's details numbers/emails/etc ?
no those are not part of my contacts there are various numbers from the operator for various things e.g 1505 if u have voice mail 90605 to inform you about your bill and various offeres etc...
Why don't you try factory resetting your device once? That might help out. If not maybe you might want to send it for repair while your warranty still covers it.
You need this....
http://androidforums.com/android-ap...-android-free-usb-tethering-over-3g-wifi.html
I just tested the connection, it is working.... This post is via my phone connection
thanx i have given up on the X10 i am going for the motorola Milestone, sorry i do not mean to offend anyone but in my work line i need a realiable phone

Categories

Resources