such as Opera = Opera.exe
SMS = tmail.exe
manila = manila.exe
and where is it installed? since it is a default built-in program.
thanks alot
"Calling Part" refer to the telephone?
If yes, then it is cprog.exe
o yea, thanks man it's work
it is called cprog.exe
Related
is there a way to make a link to messeging and to open a form to write a new sms ??? the softkeys has an option there, but i would like to have a IE button to open me an sms form...
anyone ?
There's a tmail.exe command line that I can't remember, I've written it on the board before.
VJPhoneTools (I think, can't remember the name) or VJSMSSender will help start an SMS. But if you're comfortable with command lines, just use tmail.
V
thanx...
we could make a web page for this special small apps somewhere.... i can do that if there are people who could support me with them and also for hacks and stuff ??
if anyone else is interested
here is the link :
http://forum.xda-developers.com/showpost.php?p=938056&postcount=8
P.
I think I'll also link back to my own apps because they're a bit more versatile
http://www.vijay555.com/?Releases:VJPhoneTools
VJDialer is used the same as the old version,
eg: "\Program Files\vijay555\VJDialer.exe" 07812 1234567
will dial 07812 1234567
VJSMS is also used the same as the old version,
eg: "\Program Files\vijay555\VJSMS.exe" "12345" -body "I want to give you money!"
will start an SMS to recipient 12345 with text already in the SMS.
Remove the -body switch if you don't need to start with text.
VJEmail is a new tool, but predicatbly does the same as VJSMS but starts an email.
It assumes that you have already set up a POP3 email account on your PDA .
Syntax: VJEmail [-body TEXT]
eg: "\Program Files\vijay555\VJEmail.exe" "[email protected]" -body "I want to give you money!"
VJSMS and VJEmail can be used to start blank SMS and Emails by just using command line ""
eg VJSMS ""
VJSMSSender provides new functionality, sending an SMS from the command line, with optional notification.
VJSMSSender Class 0 used to send Class 0 SMS.
Click to expand...
Click to collapse
V
Okay, I am stumped... I just gave my mom a T-Mobile MDA (running Xplore Core 2.0n) for mother's day and I can't figure out how to move her contacts from her sim card to her phone. Or even just get the phone to bring up the sim card contacts??? Any help would be much appreciated.
there should be a sim manager in start/programs/sim manager
If you have a REGISTRY EDITOR:
Enable / Disable SIM contacts in Contacts
HKCU\ControlPanel\Phone\ShowSIM = 0 (DWORD decimal) (hides the SIM contacts)
HKCU\ControlPanel\Phone\ShowSIM = 1 (DWORD decimal) (shows the SIM contacts in CONTACTS)
Any point me to where I can download a RegEditor or SimContacts... I believe they were both excluded from Core2.0n. Maybe I should've used something a little less vanilla for her phone.
One of the best REGISTRY EDITORS out there is integrated in RESCO FILE EXPLORER 2007 ( www.resco.net ). You can download the trial version. The registry settings mentioned above you only have change once - after a phone restart it will show the SIM contacts in the CONTACTs list just like all the others which are save in the phone itself.
here i a freeware regeditor by phm
Would really rather have SIMManager so I could move them to the phone... anyone have that? The RegEdit will work for now.
this might work, not tried it myself,
http://forum.xda-developers.com/showthread.php?t=223533
on core2.0n simmanager should be in the office mobile folder, if not look here
http://forum.xda-developers.com/showthread.php?t=275864
yea go to start/programs/office mobile/sim manager then once that is open click menu/select all then click menu again and click save to contacts.
didn't think about that being an office program... thanks!
Hi all,
How can I catch the incoming call's phone number (Caller ID) using the MFC?
If I use .NET there is SystemState and the SystemProperty PhoneIncomingCallerNumber. But what is similar with MFC?
Has anybody maybe a code snippet?
Joline
For WindowsMobile 5.0 and above you can read it from the registry.
Don't remember the exact reg key... but look in the SDK for:
SN_PHONEINCOMINGCALLERNUMBER_ROOT
SN_PHONEINCOMINGCALLERNUMBER_PATH
SN_PHONEINCOMINGCALLERNUMBER_VALUE
Best regards
Øystein
Thanks. This works.
I wrote a program which uses notifications and catches an incoming call. To see if that works the program opens a message box if there is an incoming call. But regrettably first I get the notification from the system and AFTER hang up the message box from my program appears.
What can I do that my program catch the call BEFORE all other programs notify this (e.g. to change the ring tone depending on the caller id)?
Joline
IMHO iits not so easy. You must use TAPI library and/or directly Ril.
Where can I find useful information about how to use TAPI and RIL (maybe with examples)?
Joline
For RIL exists only fragmentary informations - good source is forum http://www.teksoftco.com/forum/viewforum.php?f=15.
For TAPI examples search Windows Mobile SDK.
I need the same phone number catching in PHP
Hi ,
I need to generate the popup using PHP while the call is landed in our phone.
how can we do this?
Thanks and Regards,
JayarajMohan.J
i had been using iconsoft phonex 2.02 for sometime and really missed htc messaging...I hate default windows clint and also1 that comes with this soft...when i saw faqs on the official URL i saw this...
http://www.iconsoft.com/?language=en&menu=aebfa2749b24417f#a25
How can I change the standard SMS and Email application for a different one? (for advanced users only)
Support for launching different (third-party) SMS and Email applications has been added [HKEY_CURRENT_USER\ Software\ Iconsoft\ PhonEx\ Options]:
SMSClientApp – path to SMS application
SMSClientParam – launch parameters (%s is the phone number)
EmailClientApp – path to Email application
EmailClientParam – launch parameters (%s is the email address)
Example for tmail.exe (MSOutlook .exe file):
SMSClientApp : \Windows\tmail.exe
SMSClientParam: -service "SMS" -to %s
EmailClientApp: \Windows\tmail.exe
EmailClientParam : mailto:%s
For other SMS and Email applications, please request the launch parameters from their developers.
i am a noob..can some1 please give me parameters for htc sms/email application..would greatly appriciate it
Hi all
Question..
Can you view categories/groups instead of contacts?
When you have 200+ numbers instead of going through all the contacts by default is there a way that the categories/groups can be selected to find the number?
Is there any mod?
I know you can filter the contacts but would rather that the categories/groups are listed by default insteed of the contacts.
HTC diamond 2 wm6.1
cheers
In WM Contacts you can sort by group adding them to Business, favs, holiday, htc favs etc.
Bruce,
Do you know a way to have WM remember which category you selected after reset? That is to have displayed contacts from just one selected category?
Thanks
smielek00 said:
Bruce,
Do you know a way to have WM remember which category you selected after reset? That is to have displayed contacts from just one selected category?
Thanks
Click to expand...
Click to collapse
I know that if you go into manila, after you have set up your company directory, you can select that company but I'm not sure how to get it to default to that automatically.
Bruce Inman said:
In WM Contacts you can sort by group adding them to Business, favs, holiday, htc favs etc.
Click to expand...
Click to collapse
thx for your repy but i think you may have misread my question..
I want the categories to be displayed not the contacts.
This would make a contact easier to find
cheers
You can edit your homepage shortcutfrom this key:
HKLM/Software/HTC/Manila
HomeLSKPath = !"\Windows\manila.exe" --switchtopage Manila://people\browserlayer\?.page
HomeLSKText = Contacts
IRREAL said:
You can edit your homepage shortcutfrom this key:
HKLM/Software/HTC/Manila
HomeLSKPath = !"\Windows\manila.exe" --switchtopage Manila://people\browserlayer\?.page
HomeLSKText = Contacts
Click to expand...
Click to collapse
cheers
but what does this do?
I made the change and nothing happened.
thx
stugutzo said:
cheers
but what does this do?
I made the change and nothing happened.
thx
Click to expand...
Click to collapse
These just change the mapping of your soft keys to open your contacts tab.
Not what you were looking for, right?
Thats right.
What I would like is to view my categories within my contacts.
In others words when I select 'Contacts' my categories show (whether it shows the categories alone or combined with my contacts'
Similar to some of the mobile phones out there where you can categorize numbers and then just select the category to find the number you want to dial.
At the moment td2 you need to select contacts then filter the categories. Was trying to make the categories as my main selection instead of the contacts.
hope it makes sense...
cheers
stugutzo said:
Thats right.
What I would like is to view my categories within my contacts.
In others words when I select 'Contacts' my categories show (whether it shows the categories alone or combined with my contacts'
Similar to some of the mobile phones out there where you can categorize numbers and then just select the category to find the number you want to dial.
At the moment td2 you need to select contacts then filter the categories. Was trying to make the categories as my main selection instead of the contacts.
hope it makes sense...
cheers
Click to expand...
Click to collapse
I think your only option would be to find a contacts program that does this and assign it to a harware or soft key.
No way that I am aware of to do it within manila.
Appreciate the replies..
Would be a good feature to have.
If anyone knows of a app or mod that can do this I'm sure it would help out many users.
cheers
stugutzo said:
cheers
but what does this do?
I made the change and nothing happened.
thx
Click to expand...
Click to collapse
How would I use a code similar to this to make a link to the categories instead on the contacts?
thanks
IRREAL said:
You can edit your homepage shortcutfrom this key:
HKLM/Software/HTC/Manila
HomeLSKPath = !"\Windows\manila.exe" --switchtopage Manila://people\browserlayer\?.page
HomeLSKText = Contacts
Click to expand...
Click to collapse
How would I use a code similar to this to make a link to the categories instead on the contacts?
thanks
^bump^
can anyone help on this one please
cheers