How to navigate using only Keyboard - 8125, K-JAM, P4300, MDA Vario General

I have a simple request.
My screen on my MDA Vario is not usable. I want to access my text message sent msgs folder to view which txts I have sent.
Can anyone advise me how I can do that with using the keyboard only?
Thanks in advance
Max

Hi
Does anyone know how I can view my sent sms via the pc using activesync? Are they held in a file I can view ?
Thanks

Check on the various remote control (PC controlling PPC) software. I think there is a tutorial thread here somewhere. Do a search.

remote control
Thanks for that. Where can I go to search these remote control programs ?

Related

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.

Anyone know Bluetooth text message program?

Hi,
Do searching already, but can't find what I want.
So this is my chance to find the correct program (or trick).
I like to have program in magician to let me send text (or sms) via bluetooth to any device (handphone, sonyericsson w800i prefered). And vice versa, handphone send text (or sms) to magician.
Is there such a program (or trick)?
Thx.
Regards,
Arto.
Also i am interested to that... There are a lot of ppc apps (ie BuZZone or Mobiluck) but these programs need to be installed on other devices.
All i need is a software that use OBEX File transfer to send TXT message (and others) without a particular app installed on the other device.
I've found two softwares but they doesn't work with my magician! (pocketbluechat and btchat)
Has anyone any idea?
try resco with pocket notepad
Hallo,
I habe the Resco Explorer 2005 v 5.22 (File browser) and when you select a file it has a pop up menu with a send to option and you can send anything (picture, music or anything else) to e-mail recipient, bluetooth recipient infrared recipient and more.
The only broblem is that the other phone haas to be compatible with the type of file you want to send. i just installe the Pocket notepad (text editor like windows notepad) and you can have txt files. i have to try the compatibility of txt files with other phones.
Consernig Resco explorer, only the version 2005 has the "send to -> bluetooth recipient" option. the previous (2003) has only for infrared.
Sublimobi mobile software worked for me. Check www.sublimobi.com. It is a free bluetooth chat
plus rss news reader
AlexaD said:
Sublimobi mobile software worked for me. Check www.sublimobi.com. It is a free bluetooth chat
plus rss news reader
Click to expand...
Click to collapse
is this even for PPC?
sublimobi is a java app not sure if it will work but try sniper
If you look for a good (and free ;-) chat software for your phone, try SubliMobi bluetooth chat (http://www.sublimobi.com).

Read and write messages on the PC through USB/Bluetooth

Hey
I have been searching for an application to install on my PC so that I can read and write text messages (SMS) on my Diamond when it is connected to the PC. How it should be connected is not really important but preferably by USB if possible.
In other words: A kind of message control center where you can manage your messages when you are at your PC anyways.
Any tips for such a utility?
Thanks in advance
M
YUp, I have this kind apps for china phone..MITO / COOLPAD ..it help a lot..so when you facing your laptop, while your diamond attach to it..you can send/received messeges (SMS). It really helps..!!
Thanks
I can really recommend Jeyo Mobile Extender that integrates with Outlook. You get an extra SMS folder and menu buttons for send/recieve, forward, manage sms on device.
http://www.jeyo.com/extender.asp
Thanks Blanco, but I don't think that will work for me.
First of all it is not free to use. Only for 15 days. Maybe I should have mentioned that but of course it needs to be freeware
Second of all I would prefer it if it wasn't a plugin for Outlook. I don't use Outlook and don't want to use it, so I really can't use that sort a thing.
But again thanks anyways
Any other ideas?
Try MyMobiler.
When the device is connected, you can use it with your Computer.

Remote controlling HD from Diamond? solution for sharing TXT. HELP

Hello. Have you heard of program to remote control another phone from phone? I know there is programs for controlling phone from pc, but i need one for winmo.
I have Multisim service and if I am using touch diamond I cannot receive text messages to it since master Simcard is in HD. So I thought that hell, I need to remote control HD or vice versa to see if there is unread text messages.
Any ideas?
I know there are programs for forwarding TXT but I dont want to pay txtmessage costs. Any other ways to see messages received in HD? RSS? maybe somekind of upload to PC?
When I leave HD/Diamond Home it is connected to WIFI so connection and IP address arent problems.
Thank you very much! If someone knows how to make somekind of program and uses time to make this happen please let me know!
I AM WILLING to PAY if you are able to make working solution!
No one with skill or time to make program for easy text message sharing?

Desktop SMS Manager for Android Phone

Today i find the Desktop SMS Manger for Android Phone and like to share it with you. Many peoples like me addict to sms text messaging but some time we can't quickly reply the message due to one or another reason.
But its time to no more worries Desktop SMS Manager is the ultimate solution for me and hope its also works for you.
By using Desktop SMS Manger we can send text messaging from your computer by connecting your Android Phone via USB data cable.
For more details and brief guide of how to download/install Desktop SMS Manger on your Computer head over to this link.
Thanks if you have any question or need help at any point PM me or ask here.
sorry for poor English
I would advise to try http://www.bloove.com instead, no download is required.
PS
Yes, I understand that first post and my reply are complete offtopic, sorry
rwxer said:
I would advise to try http://www.bloove.com instead, no download is required.
PS
Yes, I understand that first post and my reply are complete offtopic, sorry
Click to expand...
Click to collapse
It needs internet connection to active on your phone. However, Desktop SMS Manger doesn't need internet connection to active or use. You just need SDK tool kit on your PC.
I will try it and than come back to share which one is good. Thanks
any other options out there for this?
Yup, it's called Texty but it´s in private beta.
I got an invite recently and this thing is awesome. You should google it.
Ive always used SMS Control Center. Connect either wifi or bluetooth, the computer software is really simple, and its free.
tommy p said:
Ive always used SMS Control Center. Connect either wifi or bluetooth, the computer software is really simple, and its free.
Click to expand...
Click to collapse
SMS Control Center is not available there. I think SMS Desktop Manager is the best option for you
I use remote webdesktop for this
Sent from my HTC Desire using XDA App
try MyPhoneExplorer -> http://www.fjsoft.at/en/downloads.php
I used it for a long time with my Sony Ericsson, and now it has Android suport
Hi,
I am trying to use this app.
I am stuck at this point:
Once download complete run “MainGUI.jar” application and click “preference”. Browse to the path of your downloaded and unzipped SDK Install package. You need to select “adb.exe” file like this “/androidtools-skd-windows/tools/adb.exe”.Checkout the below screenshot.
How do you 'run' “MainGUI.jar” application?????
Please advise.
Thanks.
jars are for windows mobile.
the posts above are dumb
try texdro - http://www.crackedsun.com/texdro/
or SMS Control Center http://www.smscontrolcenter.com/
i use texdro desktop PRO
there is also SMS2droid out there
TRusselo said:
jars are for windows mobile.
the posts above are dumb
try texdro - http://www.crackedsun.com/texdro/
or SMS Control Center http://www.smscontrolcenter.com/
i use texdro desktop PRO
there is also SMS2droid out there
Click to expand...
Click to collapse
Yeah, i know jar files for windows and the above jar file is also windows app that runs on your PC and integrate SMS app to your PC. So that you can send and receive mobile sms from PC.
Thanks

Categories

Resources