Simple contacts app iContact (v0.5) (xPhone alike) - Windows Mobile Development and Hacking General

Hello,
I wrote a simple contacts list app for WM5 but i've tested it on HTC Wizard only. If anyone is willing to test the app on their device I'd be very thankfull.
The app is very basic, it only lists contacts in scrollable list. I use it for accessing my contacts by scrolling the list with fingers, similar to *Phone. Just tap, drag and release. To select a contact, just tap and release, and standard contact details dialog should appear.
Exe is in the attached zip file.
UPDATE v0.5, 02.03.2008.
Changes:
- iContact should now be visible in task managers
- added application icon
- alphabet grid can be shown by clicking on ABC button. It stays shown until letter is selected, or you tap on an empty space
- little bit more usefull "Details" screen.
UPDATE v0.4, 09.11.2007.
This version should fix a bug or two, but may introduce some as well. It should fix the most obvious bug with contact name length.
It also introduces a way to look into contact details. But is merely a test and isn't very usable at the moment. Tapping on the contact name will open standard pocket outlook contact details.
Have fun.
UPDATE v0.3, 08.09.2007.
Sorry to say that iContact didn't go very far, but still, i wanted to give you guys an up-to-date version (if anyone is still interested )
There are few changes and they're all very obvious, so, have fun.
UPDATE
- 05.05.2007.
v0.2
App is now known as"iContact".Main changes would be landscape fix and (Oh, My, Oooh) WM2003 support.
As i don't have wm2003 device there are probably still some bugs, but at least it should start, show contacts and scroooooolllll...
The little indicator on the right side has some bugs, i know. But, as it doesn't affects the other app functionality I let it live.
Post your opinions. New features will be discussed when main part of the app works (almost) bug free.
Thx for all your comments. That motivates me the most.
-----------------------------------------------------------------
Contacts v0.1 is available for testing purposes in the post:
Here
Explanations and comments are available in before mentioned post.
YouTube video made by nicolas (thx nicolas)
xPhone alike launcher by Grumps (Good job man!)
Thx,
larna

It looks cool!
I sort my contacts as a "File As". Any change you will add extra options to this program?
One thing I've noticed is that contacts who only have an e-mail address appear as a white bar, maybe an option could be to filter contacts?
But again, nice Beta!

Thx for the response. It's my first pocketpc app, and first c win32 app, and first c app ever. So, I'm just starting to learn
You're right about blank fields. It only reads first and lastname from the database.
I didn't understand the "File As" sort option. Do you care about explaining a bit. (Sorry, english isn't my native language).
larna

larna said:
Thx for the response. It's my first pocketpc app, and first c win32 app, and first c app ever. So, I'm just starting to learn
You're right about blank fields. It only reads first and lastname from the database.
I didn't understand the "File As" sort option. Do you care about explaining a bit. (Sorry, english isn't my native language).
larna
Click to expand...
Click to collapse
What is your native language then?
The file as sort option is like this:
Doe, John -> Last, First
John Doe -> First Last
I'm using Inesoft Address Book, it has an option to sort contact like "File As" this way all contacts are displayed the same way as I saved them

Croatian is my native language.
Adding sort options shouldn't be that difficult so I guess I'll implement them in some phase. I'm still experimenting with more fluid scrolling.
Thx,
larna

Nice.. very nice! Smooth scrolling effect too. Start fast works well. Ought to post a video up.
Wish list:
Do you think you can add the photos onto the list? Or it will make the software ultra slow?

I think that would slow down the app considerably. It's already a bit slow on my Wizard running on 180 MHz, but it's fine when overclocked to 240 MHz.
But, I can't say I'm 100% sure it wouldn't work. I'm still a newbie.
Thx for comments!
larna

Looks very cool, a couple requests
1) can you make a command line option that filters the list by category? I've got a lot of contacts, but I have a category called Phone for ones I want to get to quickly. Unfortunately the regular contacts app always forgets this filter so it hasn't been much use so far.
2) I see a lot of blank items in the list, if the name is not valid maybe use the "File As" field as someone suggested, or look through the other fields maybe. I use just the company name a lot on businesses. "File As" is probably the way to go though because that is what shows up in the regular contactrs program I think.

Thx for suggestions, I'll be sure to take look at that.
Stay tuned for next version
larna

just tested on HTC TyTn...
it works... but scrolling does not work!
I am trying to make the same simple app using java
having problems with the API's (JSR 75) not being on my phone
Have you done anything like this for java?
And yes, I did separate post a thread for it here!
Many thanks, and good luck!
Sanjay

sParekh said:
it works... but scrolling does not work!
I am trying to make the same simple app using java
having problems with the API's (JSR 75) not being on my phone
Have you done anything like this for java?
And yes, I did separate post a thread for it here!
Many thanks, and good luck!
Sanjay
Click to expand...
Click to collapse
Sorry, didn't even come close to java. I can only wish you best luck with your project.
Regarding scrolling, can you select a contact by tap onto it's name?
Thx,
larna

Tytn wont work? what your Rom?
my o2 Trion (Hermes100) cingular rom aku 3.5.2 work well with smoth scroll
nice 18k app !
edit: what's your program language to make this app, this is simple, small and super!
you can make Windows Mobile an Iphone Killer keep up your work and ideal!!!

very nice app, works on my p3600.. continue this nice job

Thx guys/gals for your comments.
I used "c" with pure win32 api. I thought that would allow me a greater freedom in dealing with Windows shortcomings and greater speed. I guess i just feel there is something wrong with CF.NET
larna

ScrollWindowEx on a SysListView right ?

Guybrush said:
ScrollWindowEx on a SysListView right ?
Click to expand...
Click to collapse
Well, no.
On WM ListView can only be scrolled one item at a time, not by certain number of pixels. For example, if ListItem height is 30px, if you try to scroll it with ScrollWindowEx by less than half the height of ListItem (15px) it wont scroll. If you scroll it by amount greater than half of the item height it will scroll one item. I don't understand why MS made it like that, but that's how it is.
(If I'm wrong with this, it would mean that I spent a lot of time for nothing )
Instead, I made the ListView height equals all the items that should be displayed and scroll the ListView container (parent) window. On a pixel by pixel basis. It has it's own shortcomings, but the end result is definitely better.
larna

Interesting thanks

i found a little bug... rotating screen don't display all contacts and not update lines of listbox... if it start with screen already rotate lines on listbox are correct but don't display all contacts of my list

Heh, that's just another one in the row...
I guess I'll have to fix that one also.
larna

Another idea A way to change colors of background and text would be cool for all the people who like to skin

Related

D9 - replacement freeware dialler

Attached is an early alpha version of D9, a replacement for the built-in dialler. The main features are:
* Predictive text contact lookup
* Fast
* Big (thumb-friendly) buttons
* Free
Source code, a website and various other bits and pieces will be arriving in due course. In the meantime, however, please do feel free to try it out and give it a go.
I'm looking for feedback, so please let me know what you think!
I think it's a very good start. The application, as you said, takes 2-3 seconds to start the first time, but it's not a big problem. It is very quick for finding contacts. Buttons are big enough and the use of vibra very useful.
Here is some features that could be useful in my point of view:
- Possibility to have contacts sorted by the Outlook field 'View as' (or 'Save as' or 'Fill as'. Don't know what MS translated into 'Classer sous').
- Or if not possible, sorting (finding) contacts by company, name and firstname.
- Clear the previous search automatically when the application comes to the foreground.
- Option to switch to internal dialer once the contact has been dialed.
- Highlight the found string in the contact name (this is nice to have more than really useful).
Hope it helps. I look forward to next version.
Thanks for the great suggestions. I'll see what I can do!
Hi Mike,
I was looking for something with a big "exit" button like this one, so I did a try to it.
Unfortunely my XDA II gives me an error every time I tap the screen when the program and library was installed on SD card.
When installed on main memory it was fine making calls but when I got an incoming call the built-in dialler was the one coming up to the screen.
The main problem for me is that I don't want to play with the penn while driving after I got a call to close the dialler screen and I need it closed to see the TomTom Navigator.
Mostly of you drive a car, I do a motorbike, so it's not very funny to try to hit the small "X" with a small penn and big gloves.
I will look for a new version.
Jose Adell
Unfortunely my XDA II gives me an error every time I tap the screen when the program and library was installed on SD card.
Click to expand...
Click to collapse
Hi Jose,
Sorry, I don't have an XDA II myself - I've only tested on my JAM. Could you tell me what the error message is?
Hi Mike
Mike Wagstaff said:
Unfortunely my XDA II gives me an error every time I tap the screen when the program and library was installed on SD card.
Click to expand...
Click to collapse
Hi Jose,
Sorry, I don't have an XDA II myself - I've only tested on my JAM. Could you tell me what the error message is?
Click to expand...
Click to collapse
I will do tomorrow as I need to install it again on the SD card, but I think you don't need worry too much about it. It's typical to get some errors, like libraries (dll, ocx...) are not installed when it's done on SD cards.
But the main problem for me still remains, to get the incoming calls through your program. Currently is the buil-in the one comes up.
See you tomorrow,
Jose
Hi Mike
I did install again your program on the SD card and this is the error I get as far I tap the screen:
I suppose you don't understand Spanish so I'll do a translation:
"Unexpected error in D9.exe. Tap Salir (Exit) and reinitialize the program or tap Detalles (Details) to get more information".
If you tap Details then a new similar screen comes up and says:
"D9.exe
TypeLoadException"
As I said in my former message, all this doesn't happen if the program is installed in the Default folder.
Hope it helps.
Jose Adell
Hi Mike,
installed your program with no problems at all.
I have a Qtek 2020 with 1.72 WWE installed.
Works OK and finds the contacts correctly, by first or by last name.
It is a simple, thus easy to use and load program.
The only thing to point out is that I would prefer a slightly larger font on the number and name display, making it more 'readable' when on the move, e.g. car, where I will be more likelly to use it.
regards,
george
Hi Mike,
I have been waiting for an update to your great program. Is it possible that it could be mapped to the Send/End keys? Maybe you and Maimaich could get together on this?
I also agree with the previous posts to enlarge the contact name font. And I miss the speed dial option from your previous version (which does work on WM2003). Keep up the good work.
Feature wanted
It would be nice if I could navigate the buttons on the screen using the D-pad. With this, I can then write sms without the need to press on the screen and leave my messy fingerprints on it. :lol:
Mike Wagstaff said:
Attached is an early alpha version of D9, a replacement for the built-in dialler.
[skipped]
I'm looking for feedback, so please let me know what you think!
Click to expand...
Click to collapse
Thank you for your job. It looks much better on my MDA Compact. I even think about using it in replacement of the built-in dialer would it dial DTMF tones in the line. This is the worst thing that stops me from using it :-(
As minor features I'd like to see more large and contrast phone number, no vibra but sound when touching screen buttons, ability to map this program to the MDA's buttons on-hook and off-hook. Also I guess this is not a good idea to press "Clear" to start the new history for the phone number.
Sorry for the mostly negative commens - I wish the program become a real replacement for the standard dialer.
Yes great app, but the lack of tones doesn't make it easy to manage the message box on the Orange answering machine.
international characters
i'm going to try this new version. i have done simple app for previous version of D9 that converts all international chars (codepage cp1250) to ascii and change order of firstname and lastname to lastname firstname. there is source code avalable so i can add this feature if not avail and i'll share it. i like so much previous version and i'll see this one tomorrow. i'm looking forward.
very nice tool ! I use it all the time now ! keep up the good work :lol:
Glad you like it!
I've made a webpage for D9, and also have posted up a version of the source code (it's actually slightly newer than the current binary, so think of it as a work in progress). The site can be found here:
http://www.pocketgamer.org/d9/
You can download the source code directly from here:
http://www.pocketgamer.org/d9/source.zip
Please feel free to use / adapt / improve the code as you wish! Note that I've used two external components, Poom .NET (for contacts operations) and OpenNET CF (dialling, vibrate functionality).
Any thoughts on adding the tones for voice mail operation ?
I'd love to! Does anyone know of any example code for generating the tones...?
The tones are called DTMF-tones:
A list with the frequencies can be found here:
http://www.zytrax.com/tech/telephony/dtmf_tones.htm
Made a new skin for D9 dialer
I Just made 1 skin for D9 dialer, in 2 variations, (look at dial and clear buttons).
Unzip to D9 directory, overwrite - yes.
hey cool app but how do i use the hax one on the right with the SMS,
ive been after a SMS app that did full screen vertical typing for a while.
will this one do it ?

Finger Friendly Friends (Contact manager)

Found this in the Kiaser forums, a new Contact Manager.
Its Brilliant.
Looks great, easy to use, and low memory footprint.
http://forum.xda-developers.com/showpost.php?p=1617787&postcount=1
www.jotto.no/fff/
You should give iContact or PocketCM a test run. I personally prefer iContact.
7s7 said:
Found this in the Kiaser forums, a new Contact Manager.
Its Brilliant.
Looks great, easy to use, and low memory footprint.
http://forum.xda-developers.com/showpost.php?p=1617787&postcount=1
www.jotto.no/fff/
Click to expand...
Click to collapse
I personally agree that this is a very good app to use when you have more than thousand contacts to search for.
Scrolling in PocketCM is good when you don't have a lot of contacts.
would have been a great app if you could localize it like icontact and pocketcm.
without localization, it doesn't have much use for alot of users....
Is this just for WM6? I tried to install on WM5 and got an error message when I tried to run it.
'The file fingerfriendlyfriends' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. You might need to reinstall or restore this file.'
They keyboard is Norwegian at the moment because... humm.. I'm Norwegian ;-)
It will become customizable before the final 1.0 release. You will be able to define your own keyboard.
As for WM5 compatibility: it's compiled for WM6, but that's only because I haven't installed the WM5 SDK myself. It will most probably become WM5 compatible as well.
Very nice. It loads faster than PocketCM and doesn't stay resident.
imisim said:
You should give iContact or PocketCM a test run. I personally prefer iContact.
Click to expand...
Click to collapse
+1,icontact 0.3 is very easy to use,better than PocketCM and the other contact manager ...
Looking very nice so far.
Any chance of adding finger scrolling to the search results?
Also what does more do as I can't press it?
daverage said:
Looking very nice so far.
Any chance of adding finger scrolling to the search results?
Also what does more do as I can't press it?
Click to expand...
Click to collapse
Scrolling will be implemented, but perhaps not finger scrolling (it will be incompatible with the selection method).
The "more" is just a label telling that there are more contacts than the ones being displayed. I will replace it with something more descriptive.
Very nice
I find the idea very good.
Fuzzy recognition of typing.
In my opinion a merge of pocketcm (threaded sms, scroll list...) with your idea would be really the best .
Much better then all commercial solutions out there.
EDIT- Jumped to other forum thread. Sorry.

Pocket CM

Hi guys,
I have been going through quite a bit of reading of the threads here in XDA Developers. I realised alot of people is using Pocket CM.
When i read up what PocketCM is used for, it is offering functions that the Polaris default contacts manager offers to. Finger scrolling, Random Alphabetical Access at the side and such. The only main difference i found is that PocketCM has skins and thats all about it.
May I just ask with politeness that what is the main difference about PocketCM that you guys are encourage to switch from the default contacts manager in polaris to PocketCM ?
Greatly Appreciate it..
Thanks
The main reason is that it can easily support the language you want (apart from English, for example Greek contact names) in a WWE ROM.
Oh ok... only that ?
Hmn.. alright.. then i think i am fine with the default contact manager
For many users the supported skins (iphone look) are much much better than the default contact manager. This is a good reason too...
i saw it on one of the youtube video Can you just enlighten me if the finger scrolling is much smoother than the one offered by the default contact manager ?
donchen said:
i saw it on one of the youtube video Can you just enlighten me if the finger scrolling is much smoother than the one offered by the default contact manager ?
Click to expand...
Click to collapse
I used PCM for awhile and uninstalled it. I found performance to be lagging.
However, you should give it a try and see if it works for you.
donchen said:
i saw it on one of the youtube video Can you just enlighten me if the finger scrolling is much smoother than the one offered by the default contact manager ?
Click to expand...
Click to collapse
This is true... it's working smoothly on Polaris.
JNGold said:
I used PCM for awhile and uninstalled it. I found performance to be lagging.
However, you should give it a try and see if it works for you.
Click to expand...
Click to collapse
Well, I used PCM too, for about one hour and uninstalled it. But I have a problem: when I press "Contacts" (in the right corner or in the Start-menu) i get an error that he can't find PocketCM...My Polaris doesn't open my old Contacts-list. Somebody got the right solution? Also, I uninstalled it on the right manner, but the program symbol "PocketCM" remains in my Programs.
It's a nice app. It's smooth, can be made to look really professional, but I found it laggy, tempermental and ultimately uninstalled it.
It has several advantages over the default viewer (larger text for a start) but in the end it just got annoying.
Does someone know how I can solve my problem? When I press Contacts I get an error:"The file PocketCM cannot be opened..."...someone who knows where I can change the function of Contacts so I get in my good old contacts-list again...Thx in advance
Need to regedit. Do a search on the Dev/Hacking forum for ":MSCONTACT".
As for PCM, it also has threaded SMS capability. And I guess some would say its "slicker" than the stock contact app.

Users .. Suggest Applications | Coders .. search for ideas

Please all here
if u are a PDA Users and have idea think it can be an application that improve WM please add ur idea here
if u are a Coders see people ideas for ur new applications releases
Rules
Users :
- Add title for ur reply .. with a suggestive name of ur application
- Don't add features request for existing application .. just add new ideas for not existing application
Click to expand...
Click to collapse
List of Ideas will be added here
Idea(Post Number) - Codername(Topic of new application)
- Notification Display(#2) - No Coder Yet
- show me the broadcast message(#3) - No Coder Yet
- SMS Program(#5) - No Coder Yet
- Auto update SIM contacts(#6) - No Coder Yet
- finger friendly + Audio+Video RSS(#9) - No Coder Yet
- contacts with address become a POI for navigation softwares(#11) - No Coder Yet
- more comfortable Network-Tool(#18) - No Coder Yet
Click to expand...
Click to collapse
Notification Display
A software that replace normal ugly ,painful WM6 Notification display .. it can be like security notification in vista .. or like iphone notification system ..
Edit/Delete Message
how about a application that can show me the broadcast message sent out by the celluar operator on the today screen.
Custom Taskbar
I know there´s people working on this using batterystatus. BUT
make a program that hides the wm taskbar, and you can put your custom one would be great.
This!!! lol
Auto update SIM contacts
My SIM card is an emergency backup if my phone becomes unusable. I would like an application that automatically adds new contacts and updates any changed contacts from the phone to the SIM card.
ogabriel said:
I know there´s people working on this using batterystatus. BUT
make a program that hides the wm taskbar, and you can put your custom one would be great.
Click to expand...
Click to collapse
i think u need to see this .. Wisbar advance
indiana99 said:
My SIM card is an emergency backup if my phone becomes unusable. I would like an application that automatically adds new contacts and updates any changed contacts from the phone to the SIM card.
Click to expand...
Click to collapse
PIM Backup v2.8 .. i hope this help u
What would be great to have in a ppc:
1. a finger friendly RSS viewer in A_C style able to play videos, sounds and display html articles without link to a Pocket Internet Explorer page
2. a finger friendly internet explorer. NetFront is the best one i saw for ppc but a Safari "remake" (not Safari-like) would be great. I saw in my wife's iphone and i can say it's the BEST internet browser ever.
3. a "webmail" client, i don't know how to explain this. It's also an iphone idea. Somewhat like a RSS reader, with which you login in your mailbox without the "push" thing. And then it works like a "refresh" on a webpage.
4. a slideshow (for a picture browser just like A_C's S2V) with "really" nice transitions effects, for entertaining purposes
5. a calendar app just like ThumbCal but with all the views and fields available in WM Calendar with one more feature. The ability to share an appointment (via sms for example) with another WM user who got the same app (so eventually installing this calender it will add a feature to the sms software to "add the received event")
Maybe it's too much oh, and:
6. if there is a WM app to let my contacts with address become a POI for the famous navigation softwares (MioMap, Tomtom, Navigon, etc.) it would be great.
Dr.Mazika said:
PIM Backup v2.8 .. i hope this help u
Click to expand...
Click to collapse
automatically adds new contacts and updates any changed contacts from the phone to the SIM card
Click to expand...
Click to collapse
He wants the contacts copied from Outlook to the SIM card automatically. That is, he adds contacts to Outlook, then, without any effort on his part, on some regular schedule, the app should look in Outlook and find new contacts and copy them to the SIM card.
I don't see in the PIMBackup thread that it is capable of this.
alfibus said:
What would be great to have in a ppc:
1. a finger friendly RSS viewer in A_C style able to play videos, sosund and display html articles without link to a Pocket Internet Explorer page
Click to expand...
Click to collapse
Added to the list
alfibus said:
2. a finger friendly internet explorer. NetFront is the best one i saw for ppc but a Safari "remake" (not Safari-like) would be great. I saw in my wife's iphone and i can say it's the BEST internet browser ever.
Click to expand...
Click to collapse
see opera 9.5 beta
alfibus said:
3. a "webmail" client, i don't know how to explain this. It's also an iphone idea. Somewhat like a RSS reader, with which you login in your mailbox without the "push" thing. And then it works like a "refresh" on a webpage.
Click to expand...
Click to collapse
windows live messanger do this i think
alfibus said:
4. a slideshow (for a picture browser just like A_C's S2V) with "really" nice transitions effects, for entertaining purposes
Click to expand...
Click to collapse
u have S2V & HTC Album .. u can add ur features suggestions there
alfibus said:
5. a calendar app just like ThumbCal but with all the views and fields available in WM Calendar with one more feature. The ability to share an appointment (via sms for example) with another WM user who got the same app (so eventually installing this calender it will add a feature to the sms software to "add the received event")
Click to expand...
Click to collapse
ThumbCal .. ask for this feature in ThumbCal topic
alfibus said:
6. if there is a WM app to let my contacts with address become a POI for the famous navigation softwares (MioMap, Tomtom, Navigon, etc.) it would be great.
Click to expand...
Click to collapse
Added to the list
Better Device Password App
This has been suggested before...most recently I saw it in the S2U2 thread....
What I need is a better device password app....or maybe just an app that lets us skin the default WinMo password function. I absolutely love S2U2, but there is really no "security" about it. Anyone can unlock my phone with no issues. I have also tried using both S2U2 and the default password function. Works, but not smooth by any means.
Someone suggested modifying S2U2 to be like the iPhone's unlock function (gasp!). For that, you slide first, then are prompted for a pin code. That would be the perfect, best of both worlds, app.
Back in the WM2003 days, there were several apps like this (e.g., NiceStart, 1-Pass), but nothing since. There is PocketSecure, which is a great app, by a good developer, but right now it does not meet my needs (notification issue).
Thoughts?
kwickone said:
This has been suggested before...most recently I saw it in the S2U2 thread....
What I need is a better device password app....or maybe just an app that lets us skin the default WinMo password function. I absolutely love S2U2, but there is really no "security" about it. Anyone can unlock my phone with no issues. I have also tried using both S2U2 and the default password function. Works, but not smooth by any means.
Someone suggested modifying S2U2 to be like the iPhone's unlock function (gasp!). For that, you slide first, then are prompted for a pin code. That would be the perfect, best of both worlds, app.
Back in the WM2003 days, there were several apps like this (e.g., NiceStart, 1-Pass), but nothing since. There is PocketSecure, which is a great app, by a good developer, but right now it does not meet my needs (notification issue).
Thoughts?
Click to expand...
Click to collapse
Add this features to PocketSecure or S2U2 TOPIC
Dr.Mazika said:
Add this features to PocketSecure or S2U2 TOPIC
Click to expand...
Click to collapse
There is no topic (at least nothing anywhere near recent) for Pocket Secure...and A_C has announce that he is done with S2U2 development for a while....thus I put it here.
This could be a call for a new app....but you are the OP, so you control the Poll
Thank you for your reply Dr.Mazika. Can't install the Opera 9.5 beta from an old link found on XDA because it (probably) counted the days i used Opera 8 trial in the past. So 0 days left and i couldn't find any other link about it (they don't even sell it?).
About the software already on the stage, you are right i should ask features there, but i am thinking that with more features something like thumbcal will lose its purpose: "tap tap et voilà, you are busy tomorrow night", and it won't be like that if it becomes full of options and features (althought maybe the views are possible).
I have been looking for the message screen colours to be inverted. I love the black themes and it would be so much better to just have black screen with white message. Im sure this couldnt be so hard to do for someone with experience??? would it?​
kwickone said:
This has been suggested before...most recently I saw it in the S2U2 thread....
What I need is a better device password app....or maybe just an app that lets us skin the default WinMo password function. I absolutely love S2U2, but there is really no "security" about it. Anyone can unlock my phone with no issues. I have also tried using both S2U2 and the default password function. Works, but not smooth by any means.
Someone suggested modifying S2U2 to be like the iPhone's unlock function (gasp!). For that, you slide first, then are prompted for a pin code. That would be the perfect, best of both worlds, app.
Back in the WM2003 days, there were several apps like this (e.g., NiceStart, 1-Pass), but nothing since. There is PocketSecure, which is a great app, by a good developer, but right now it does not meet my needs (notification issue).
Thoughts?
Click to expand...
Click to collapse
i 2nd tat, but there should be some screen saver to superseed the default win password screen..just in case, somebody hardreset ur phone.
i would love to have a more comfortable Network-Tool,
maybe providing ping, ipconfig, telnet, (i know there's a nice putty version but it has no lan config tools) tracert, route tracert etc.^^
so i don't know if this is possible or if it has allready been realised, as you metioned just a suggestion..
P2U (Pass to unlock)
tweakmy said:
i 2nd tat, but there should be some screen saver to superseed the default win password screen..just in case, somebody hardreset ur phone.
Click to expand...
Click to collapse
I 3rd that, a device unlocking program to be used with your fingers would be realy great. Suggesting a name also "P2U (Pass to unlock)"
cheers,
Daniel
kwickone said:
There is no topic (at least nothing anywhere near recent) for Pocket Secure...and A_C has announce that he is done with S2U2 development for a while....thus I put it here.
This could be a call for a new app....but you are the OP, so you control the Poll
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=381588&highlight=S2US

Issues in the contacts list

I have a couple of problems with the contact list and the phone favorites portion of the Sense UI.
1) Are there any way to display First name then Last name in contact list? Everyone in my contacts have Last name then First name.
2) Also, if it's just a company name, when you add a contact to the "shortcuts" (the 3x3 boxes), it says "No Name". There must be a way to fix that.. right? I'd hate to go into all of my contacts that only have business names and fix it by putting the company name in the first name field. Especially considering that I'm syncing contacts with Google contacts and I would prefer to have each field be accurate.
3) Lastly, because most of my contacts do not have pictures, and the "shortcuts" will only display first name. I would for example have 5 Johns w/o any way of immediately knowing which John it is. Are there any workarounds for that?
If it's a configuration setting for some/all of these issues, could someone please point them out to me? I apologize in advance if it's a simple thing and I just couldn't find where the settings are.
Allied to the points just raised - I would like to change my favourite contacts to display surname, not just the first name. Is there a workaround to achieve this please?
Bump. Are we the only 2 people that see these as issues? Or have you guys figured out some workarounds?
Count me in...i am shouting about this from my touch pro 2 time ... i have put a shortcut to contacts in main tab, and set it to view them filtered by company name, it helps a little.
To get first name first =
Find a contact, edit the contact... scroll all the way down to the bottom, and push the "more" button. Change the second "name choice" - I cant remember what exactly its named in english. But is should be the choice of how to vies the contact. In this form you can choose first og last name.
I have'nt figured out how to do/if its possible to mass change this. I have onlyd found one by one solution
Hope it was helpfull
mobilebuddha said:
2) Also, if it's just a company name, when you add a contact to the "shortcuts" (the 3x3 boxes), it says "No Name". There must be a way to fix that.. right? I'd hate to go into all of my contacts that only have business names and fix it by putting the company name in the first name field. Especially considering that I'm syncing contacts with Google contacts and I would prefer to have each field be accurate.
Click to expand...
Click to collapse
Company logo as the contact picture perhaps? I've done that myself, far better than a blank box anyway.
Similar thing with your collection of Johns.
scrabble8 said:
To get first name first =
Find a contact, edit the contact... scroll all the way down to the bottom, and push the "more" button. Change the second "name choice" - I cant remember what exactly its named in english. But is should be the choice of how to vies the contact. In this form you can choose first og last name.
I have'nt figured out how to do/if its possible to mass change this. I have onlyd found one by one solution
Hope it was helpfull
Click to expand...
Click to collapse
I think what you're trying to say is change the 'File as' to First name, Last name.
Perhaps there's a registry hack to change the default behaviour of this field?
ContactFix
Search for ContactFix v1.3 & this will do what you're looking for. I use this & it works great on HD2.
ian_uk1975 said:
I think what you're trying to say is change the 'File as' to First name, Last name.
Perhaps there's a registry hack to change the default behaviour of this field?
Click to expand...
Click to collapse
Yes ! That is the name of the field for changing first or last name Thanks !
could you point to me where ContactFix v1.3 is? I found a posting by someone with 4 cabs here:
http://forum.xda-developers.com/showpost.php?p=966683&postcount=3
However, installing it does nothing on my HD2. Can you tell me where the ContactFix v1.3 is? thanks!
Bump. Could someone point me to the location for the ContactFix program? I searched but couldn't come up with exactly v1.3 of the program. Anyone?
Thanks in advance for the assistance!
Contact Fix
mobilebuddha said:
Bump. Could someone point me to the location for the ContactFix program? I searched but couldn't come up with exactly v1.3 of the program. Anyone?
Thanks in advance for the assistance!
Click to expand...
Click to collapse
Check your PM......Cheers!
weepatc said:
Check your PM......Cheers!
Click to expand...
Click to collapse
Could you pm me with the info to please
I'm sorry to dig up an old thread of my own, but I still have an issue un-resolved from the ContactFix solution. The ContactFix solution does provide the sorting fix. However, in the Sense UI's "shortcuts" for the People, I can still only have a first name.
So if you've got 5-6 Johns and you don't have a picture for them, then you are pretty much screwed - you can't really tell which is which unless you have memorized exactly where on the shortcut list you've placed them.
HTC, could you please fix this? I really don't understand how something as basic as this was missed in QA!
mobilebuddha said:
I'm sorry to dig up an old thread of my own, but I still have an issue un-resolved from the ContactFix solution. The ContactFix solution does provide the sorting fix. However, in the Sense UI's "shortcuts" for the People, I can still only have a first name.
So if you've got 5-6 Johns and you don't have a picture for them, then you are pretty much screwed - you can't really tell which is which unless you have memorized exactly where on the shortcut list you've placed them.
HTC, could you please fix this? I really don't understand how something as basic as this was missed in QA!
Click to expand...
Click to collapse
I believe the shortcuts are meant to be used with a photo. There's no room there to put labels with first and lastname. So unless you name them John1, John2 etc, I don't think there's a solution.
30 seconds in MS paint should give you an image with Faceless John's full name typed on it. It's a reasonable workaround for those shadowy figures with no visible appearance.
Not perfect, but it's something.
Further to the earlier raised issue of contacts defaulting to File As.. Last Name, First Name.
I have between 450 - 500 contacts in Outlook and sync'd to my HD2 via Exchange Server. Works well. Nearly all of the time my contacts are added/edited on my laptop and I love the fact they are automatically 'there' on my phone.
I also like the HTC front-end interface for the Contacts bit of Windows Mobile 6.5, making it easier (finger friendly) to add contacts. However this interface neither gives you the option to default to File As.. First Name, Last Name nor let you change it on entry/edit. Instead you have to then go into the native WM6.5 Contacts bit and change it there. A bit of a pain and oversight in my opinion.
Ideally there'd be a way to set a default? Any ideas anyone?
Thanks in advance..
I'm sorry, but that's not a reasonable request from my point of view. The system should at least give you the option.
To be honest, I really think you've used to mediocre OS for too long. I did not just spend $800 so I can use MS Paint to paint a faceless John full name typed on it. If I spent $50, I might be okay with that, but not when I spend $800.
mr_Ray said:
30 seconds in MS paint should give you an image with Faceless John's full name typed on it. It's a reasonable workaround for those shadowy figures with no visible appearance.
Not perfect, but it's something.
Click to expand...
Click to collapse
Actually, I have a question: Would a custom ROM for HD2 be able to fix this? I'm just asking about the possibility, not whether we can do it right now or not. I know that the phone is so new that we don't have custom ROMs yet.
But would it be possible for a custom cooked ROM alleviate issues like this?
Actually, I have a question: Would a custom ROM for HD2 be able to fix this? I'm just asking about the possibility, not whether we can do it right now or not. I know that the phone is so new that we don't have custom ROMs yet.
But would it be possible for a custom cooked ROM alleviate issues like this?

Categories

Resources