Creating a shortcut(.lnk) for adding contacts - Windows Mobile Development and Hacking General

I've read & searched through this forum and the upgrading one. I didn't a post anywhere telling me the .lnk for adding a contact. The reason I'm asking for this is because I'm using larna's iContac http://forum.xda-developers.com/showthread.php?t=303045 & the iPhone App by Grumps http://forum.xda-developers.com/showthread.php?t=302739 Using iContac, there isn't an option to add a contact, so I would like to add a buttong to Grumps' program that would take me directly to the add a contact menu...Thanks for help in advance and I'm sorry if I posted this in the wrong section...also, it would be a big help if someone could tell me how to figure this out on my own for future programs...it should be able to be done something like this
SMS & Mail
SMS list view: 20#"\Windows\tmail.exe"-service "SMS"
New SMS: 20#"\Windows\tmail.exe"-service "SMS" -to "" -body ""
which allows you to go directly to creating a new SMS
Click to expand...
Click to collapse

Creating a link to a contact (or phone number)
I have a similar question to Maknificent's.
I am also using the iphone skin (with iContacts) on my wm6 wing. I have changed one of the default icons to a picture of my wife with a phone in the corner.
My question is... What is the text needed to link the picture to launching a phone number?
I know how to edit the Config.txt. Right now it is '\Windows\My5App.exe'. How do I change that line to dial my wife's number?
I have looked. If I missed a post that has already solved this I am truly sorry for reposting.
Robert

I was looking around the config.txt file of iPhone and noticed that this is the shortcut the start the phone:
\Windows\cprog.exe
Is there an extension that can be added to launch the phone and dial the number like:
\Windows\cprog.exe :555-555-1212
or
\Windows\cprog.exe (555-555-1212)

Hey
hello,
i think this command will call 7017775555.....
20#"\Windows\cprog.exe"-url tel: 7017775555
-noel

Related

Clipboard driving me nuts

I have recently bought an XDAII and am very happy overall. One thing driving me crazy is when I have a missed call and view the number in the call log there is no way of adding the number to an existing contact.
You can add to a new contact but not new contact - even just being able to copy the number to the clipboard would be good...
At the moment I have to write the number down from the log and then go into contacts and enter the number manually. MANUALLY! this isnt supposed to be what technology is about! :?
Can anyone help.. please?!
If the number is not in your contacts, adding as a new contact is easy. If the number is say, a new / alternate phone number for an already exisiting contact, the only was is to create a new contact then copy the number, go to your existing contact and paste it. Then go back and delete the new. temporary contact. It is a bit of a pain but I can't think of any other way at the moment !
Ravi
Thanks for the reply. That is the way I am doing it at the moment but seems very long-winded! Have been looking for perhaps a third party app which makes clipboard functions available from apps which dont have it as standard (such as call log).. no luck so far.

Annoyance with WM5 behaviour related to number cut and paste

Thought I'd throw this one in incase I'd missed something.
There appears to be some basic failings in the ability to cut and paste phone numbers between various applications on the WM phone.
Take the example that I receive a SMS text message from someone not in my contacts database.
I know who the person is and I want to create a new contact entry using the received phone number.
There appears to be no way of cutting or copying the phone number from the messaging section and pasteing it into a new Contact.
Or it may be that I already have an entry for the person I just don't have their mobile number number in the contact record (or what ever new number is received).
Have I missed a trick here - or indeed is this a limitation that exists. If there is a work around I'd love to know. i just have such an appauling memory for numbers that I couldn't even remember between flicking between applications - let alone the scope for error.
Thanks
Re: Annoyance with WM5 behaviour related to number cut and p
Open the message (instead of just reading it from the list or notification window). You'll note that the From: field is already selected.
Press the Menu softkey, then Save to Contacts.
Simple as that
OK so that allows you to create a new contact. Once you have them in contacts you can do a copy of the number and paste it into an original record. Then delete the new contact just created. Ideally I'd like to miss out the intermediate step of creating another new contact - for those where I know I already have a contact entry, but just not with that particular number.
I agree with you.
There should be an extra choice after save to contact.
Like new contact/ add to contact.
The same with email. If i want to add an emailadres it makes a new contact.
An other problem i find is that copy/ paste is not always available when i select a text.
When I rename a file in file explorer I can't select the word and copy/paste by "tap and hold".
Now i use GSPocket Magic to copy/ paste
You would have thought that on the, what is it, 3rd iteration of WM they could have sorted this out.
It is behaviour like this that can make all the diference between something that is really user friendly and something which is torturous.
Hopefully there are some influential people who read this that can feed it back to the powers that be.
You can try PQz fot copy/Paste : http://www.nicque.com/PQz/
This there too : http://forum.xda-developers.com/viewtopic.php?t=33343
open up the message, where is says the from tap and drag on the screen to highlight the number then tap and hold on the highlighted but then when the menu opens click copy

NEW SMS link or executable ?

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

how do you dial from a note?

I put a phone number down in the notes of my appointment by mobile outlook, and when the reminder pops up, I just want to click and dial the number -- not select it, activate the dialer, then menu>paste and finally dial.
In my old blackberry, all I had to do was enter, 'tel:555-1212' and it would automatically convert it to a link -- click on it and the number was automatically dialed.
Is there an equivalent in WM5?
Also, I noticed that I can't just send ANOTHER text msg to someone in my sent box -- reply sends a message back to ME. Forward has me enter the previous number again. Am I missing something?
Interesting, a friend of mine and myself are also interested in this feature !
mixersoft said:
I put a phone number down in the notes of my appointment by mobile outlook, and when the reminder pops up, I just want to click and dial the number -- not select it, activate the dialer, then menu>paste and finally dial.
In my old blackberry, all I had to do was enter, 'tel:555-1212' and it would automatically convert it to a link -- click on it and the number was automatically dialed.
Is there an equivalent in WM5?
QUOTE]
Try yourself! Tel:5551212
Click to expand...
Click to collapse
sergiopi said:
Try yourself! Tel:5551212
Click to expand...
Click to collapse
Tried it. Doesn't work on my phone. Is it supposed to?
Did you add a space or line feed/return after the telephone number? Mine doesn't create a link until one of those is entered.
That works, thou I thought about something else.
I'm using Pocketbreeze and what would be great would be to be able to call persons you added in the list of persons included "add person..."
like to be able to choose from a list when the notification appears.
Guess that's not possible atm
I think that that has been requested over at SBSH's forums but I don't remember if it was a planned addition or not. However, if Amit responded like he usually does, he will probably add it at some point if he can.
As far as PB, if you have PB set to show the note icon next to appts or tasks, you can tap on the note icon and it will open the preview window. Tap on the link and it will dial as well. No opening your PIM needed.
One other thing, you can also create a direct link to email as in the example below:
MailTo:[email protected]

People tab

I have tried to find if this has been answered elsewhere so I apologise if I have missed it.
Got my HD2 this morning and the first thing I did was update the firmware to 1.48.
Synced with Outlook and it has my contacts. Tried to put my wife on the People tab as a favourite. My previous phone would have stored her and I would have had to select her work or mobile number after selecting her picture on the tab. However, I see I have to choose which number when I add her as a favourite. That's OK - so I select her mobile number. I then try and add her again with her work number as a separate favourite but that deletes her first entry. It looks like you can only have one favourite per contact even if they have more than one number. Surely that can't be right? I don't want to have to create separate contacts for every number for my favourite people!
Have I missed something?
TIA
norm
Choose which number you're most likely to call - once the contact is added as a favourite, if you tap the name (as opposed to the picture) it will bring an "action" screen listing call mobile, call work, call home, send message, send email etc depending on what info is available for that contact
Thanks for the help, Isadora. That's good as it means I can have more favourite people. The only disappointent is that it is a little more difficult to hit the name instead of the picture if you're walking fast or something like that. But thanks again anyway.
norm
norm2002 said:
The only disappointent is that it is a little more difficult to hit the name instead of the picture if you're walking fast or something like that.
Click to expand...
Click to collapse
If you add "View Contact Card" then the default action for that contact is to bring up the action list where you can call them, text them, email them etc..
It's a bit more like the original people style that was exhibited in TouchFlo.
johncmolyneux said:
If you add "View Contact Card" then the default action for that contact is to bring up the action list where you can call them, text them, email them etc..
It's a bit more like the original people style that was exhibited in TouchFlo.
Click to expand...
Click to collapse
please elaborate on this "where and how to add this "view contact card" : there is no such option in the people tab. thanks
mobile88 said:
please elaborate on this "where and how to add this "view contact card" : there is no such option in the people tab. thanks
Click to expand...
Click to collapse
When you select which contact you wish to add to the grid on People tab a seperate window will be displayed ^ the phone numbers & the option to add contact card will be there. Good luck!
Great! That's just what I needed. Now why can't a 310 page userguide tell you that?
Thanks
norm

Categories

Resources