Script, program or setting to do this ... - G1 General

I remember reading about some sort of program, script or setting to change to enable this:
From the home screen, start typing the name of a contact and/or the name of an application or program, and you'll be able to launch the program or call/txt the contact.​
Yes, I'm aware that starting to type the name of the contact while on the home screen will search through the contacts and enable you to find your contact and place a call...
The difference with this script or program being it adds additional searching/functionality to also include being able to launch programs as well just the contacts.
I cannot remember where I read about this (possibly on another blog, in the signature of someone here on XDA, on Cyrket, as an added feature of one of the cooked ROMS, etc).
If anyone knows of the name of the program, the GScript, or whatever it could possibly be, I sure would appreciate your help. I know it's available (edit: maybe not, see post below), I just don't know what it is or where to find it.
Thanks.

Isn't this supposed to be a feature of Android 2.0?

Maybe that's what I read about.
No amount of searching the Market or Cyrket or anywhere else has turned up any results, so I bet that's it.

Look for "moov" in market. Sounds like what your looking for.

dumfuq said:
Look for "moov" in market. Sounds like what your looking for.
Click to expand...
Click to collapse
MOOV !
Whew. That's it.
I knew I had read about it.
Got it. It's a little flaky, but it does the trick.
THANX !

Related

iPhone App for WM - LookAlike

Thread Moved to : http://forum.xda-developers.com/showthread.php?p=1710253#post1710253
Please close this thread someone
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
hanmin said:
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
Click to expand...
Click to collapse
The Difference is that the other one was in 12/24 hour format, it has no exit button, its 1Meg in size, it has some memory leaks that people complained about. Im sure mine has issues as well so please test and let me know.
I can possible make it work on the dialpad with different icons when they have focus. I just wanne make sure it wont eat too much memory and become to slow. Im not good with graphics at all so any suggestions will be appreciated
I was thinking of a config module, for easier? configuration.
interested?
Inphyy said:
I was thinking of a config module, for easier? configuration.
interested?
Click to expand...
Click to collapse
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Inphyy said:
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Click to expand...
Click to collapse
Yep write a new app if you want and access the config files it would be the easiest. Im also new at programming. What i know i taught myself so thats why its so difficult to do this. This app took my 8 hours to write and im sure someone else could have done it faster and better. Lemme know if you know how to get the Network operator name and Signal strength and battery level out of the registry. I know where they are stored but cant seem to read data from the registry
try this one: http://www.developerfusion.co.uk/show/4640/2/
dunno what you can make out of it, since im learning VB.NET atm and have no clue about C#
found something from a previous app i made for windows, here is some of the code i used, dunno how it's done in C# but im guessing it wouldnt be very different
Imports Microsoft.Win32
Dim RegKey As RegistryKey
Dim regSubKey As RegistryKey
RegKey = Registry.LocalMachine
regSubKey = RegKey.CreateSubKey("SOFTWARE\Example")
regSubKey.SetValue("ExampleDwordValue", "0")
i think i would have used
regSubKey.GetValue("ExampleValue")
in VB but you should just try to find it.
hope it helps you in some way.
Lightweight and fast is good. As what you're doing is basically possible with WA + WAD. BTW, as for the settings, you may want to have the (4 x 4) + (1 x 4) icon grid flexible, incase people want to have large icons (less stuff to launch?). An ayeFone alternatives design, take a look here
http://www.ubergizmo.com/15/archives/2007/04/deeda_piphone_up_next.html
More at the official page
http://www.deeda.com/
Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I was thinking of removing the whole icon if you dont want it
edit: removing as in hiding
Follow Up
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
nicolas said:
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
Click to expand...
Click to collapse
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Grumps said:
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Click to expand...
Click to collapse
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
nicolas said:
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
Click to expand...
Click to collapse
Ok ive changed it version 0.91
Grumps said:
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
Click to expand...
Click to collapse
Tried using SNAPI?
Trying to remember but I think it was something like SystemState.GetValue(SystemProperty.PowerBatteryStrength).
Will test/check when I get home
*Edit* If you don't want to download the sn api then I think wm stores all state information in HKEY_LOCAL_MACHINE\System\State (battery strength, display orientation, num missed calls, num new sms's etc) */Edit*
Erg, sorry, just noticed the "Visual Studio 2003" part now. SNAPI requires 2005 afaik. Gonna have to grab it from manually from HKEY_LOCAL_MACHINE\System\Status\Battery
ok just tried the latest release. could it be that other file-extensions then *.exe are not recognized?
i.e.: .tr3 or .lnk (i tried to access a tomeraider file and a link to my contacts - but no luck)
furthermore, german pathnames including umlaute ÄÖÜßöäü doesnt work
attachment: was in need for a quick wikipedi /wikimedia icon
does this one have the slide lock?
Link to the other Lock-file

help me identify this

Downloaded a cab file from a chinese website, its a today plugin that when you click takes control of your today screen and gives you many buttons to cycle through move around etc drag and drop. Has its own background and signal bar etc. Seems to be a simple application launcher which slightly resembles the iphone. Found it in an elf thread but not sure if it is from an elf. I searched the forum and cannot find anything really like it(i mean apon looking at the contents of the cab versus the content of other things I have found here) I would like to find it in english if I could figure out what to call it. I am attaching the cab file, havent gotten a screen shot of it yet but its not gonna trash your phone just the characters wont display if you do not have chinese installed.
Any help appreaciated.
Jeff
Anyone know what this is? Is it malicious? I stupidly installed it, but it shows up nowhere in directory structure, remover programs, settings, or program folder.
It is not malicous I have installed it myself and it shows up in remove programs to uninstall. It not showing up at all is strange, what are you running? Did you reset after you installed it?
I am running LVSW's latest wm6 release. It installs and works fine except for the fact that chinese characters do not show.
I did a check on the CAB, and it seems alright. It is called "dDockView", installed to your "Program Files\dDockView" dir. All files are installed there, 2 at "\Windows" and a shortcut. Nothing in the registry, nothing nastily `malicious`. Two of the files in \Windows are "dDockView.xml", "dDockPlugin.dll". Delete these if you want to remove it.
From what it seems, it only execute if you run the "dDockView.exe" in "Program Files\dDockView"
And runs on WM6 only.
UPDATE:
Attached screenshots. It looks.. ifoney. From what it seems, to be a launcher, that, the bottom part gives you the 'Menu' or 'Page' for the programs icons above.
You'll have to modify the XML in \Windows to point to your program and icons, I think.
Hey thanks for posting the screenshots I was just about to upload some myself. I knew it was a launcher but none of the chinese would show up as I did not have the local installed.
Is this comparable to the iphone app posted in these threads? Ive been searching but I havent found anything close to what files it installs I can only assume that its something the chinese have made but do not quote me on that. I wonder how hard it would be to convert it to english.
Jeff
Psiodon said:
It is not malicous I have installed it myself and it shows up in remove programs to uninstall. It not showing up at all is strange, what are you running? Did you reset after you installed it?
I am running LVSW's latest wm6 release. It installs and works fine except for the fact that chinese characters do not show.
Click to expand...
Click to collapse
I have yet to take any rom plunge. I am runing wm5 on my 8525 all I have done is put on the newest version of radio 1.43.
When I installed it I told it to use my storage card and it did not fail but said install was ok.
Your afraid to upgrade os but are ok updating the radio? I seem to remember reading that it is easier to brick your device radio updating than just upgrading the os but do not quote me on that.
@hanmin Since you were able to see the chinese characters, what was displayed on the normal today screen where you launch the program? Mine just showed an icon with many squares of course because I could not see chinese.
It seems like a decent launcher for one handed operation and the drag and drop works nice, still havent figured out how to customize it all yet but time will tell.
Jeff
Psiodon said:
Your afraid to upgrade os but are ok updating the radio? I seem to remember reading that it is easier to brick your device radio updating than just upgrading the os but do not quote me on that.
@hanmin Since you were able to see the chinese characters, what was displayed on the normal today screen where you launch the program? Mine just showed an icon with many squares of course because I could not see chinese.
It seems like a decent launcher for one handed operation and the drag and drop works nice, still havent figured out how to customize it all yet but time will tell.
Jeff
Click to expand...
Click to collapse
Didn't say afraid, said I hadn't done it yet. Still reading and checking on what one I want to try first.
@Bohemian, I'm sure Psiodon doesn't meant to say 'afraid', probably the word 'worried / doubtful' is the word he is trying to use. Anyway, good that you are doing that. There are various newbies around that jump in and die without knowing why
@Psiodon
I didn't install the app myself. I've just examined the CAB contents and did a bit of goggling myself. I don't even know that there is a today plugin (probably I've missed some lines in the CAB). From what it seems, you can happily skip the today plugin and launch it 'normally'.
@Boh, yes I did not mean scared afraid as hanmin said, just that you did radio first as I have not done radio yet but have done os many times hehe.
@Hanmin, I must be retarded how did you get those screenshots without installing it, some emulator or other way of extracting them? The retard thing can be verified with your reply haha.
Jeff
@Psiodon You can google for screenshots? There are forum discussing it with screenshots. Just grab it from there? And, yes, there are emulator for WM5 devices if you are interested. Get it free from M$.
Are those forums in chinese or english, could you post a link to it?
Thanks in advance
Jeff
can anyone covert it to english Please
@Psiodon Google for "dDockView"
@aih1977, from what it seems, it uses a XML file for all the setup and stuff, but it also has a few DLL files which maybe difficult to convert to English.
Hi Guys,
This today plug-in come pre-installed in S1 Dopod in china which is the HTC Touch "Elf". But this is only availible in default for china market.
You need to edit the xml to do batches change to del unwanted icon.
Too bad this come in chinese lang only. And I having some program in adding new program using the standard GUI. Think I need to use the xml to add new program.
That makes sense the chinese care nothing about copyrights which sometimes is a good thing.
The software has its own custimizing app built in, you just click the little down arrows and it gives you options to delete and add new as well as lock unlock the drag and drop capability, you can change text font colors etc, it has its own button library graphics you can select from etc.
It does what its supposed to do, launches apps, displays your messages count etc, goes directly to what you want it to go to, email for email, text messages for sms etc, self customizing (to an extent) drag and drop icons for ordering. Clicking the clock brings up time of course, clicking the service bars brings up phone properties. Its pretty quick to do its various tasks and seems to be a complete program, I did notice that it doesnt seem to show the status of bluetooth wifi etc at the top or maybe I havent figure out how to configure that.
If it were in english would be alot better thats for certain.
Psiodon
Translator needed...Chinese
I know that some people here speaks chinese, so could any of you please look into this and translate it
Is there a easy way to break of a DLL change (e.g. translate) it and put it back?
easy way hmmm. I tried translating it myself but with my limited knowledge on such things I couldnt really get anything important changed to english, just a few menu options that you could already figure out yourself. I had to change my local to chinese to get those characters to show up in my editing programs. Then had to make shift sign the exe then copy it over to the phone. Couldnt figure out the signing cab thing and didnt work much on that since I couldnt get much changed into english. I guess the other chinese is hidden in there somewhere but with the programs I used I couldnt figure it out. The other thing that bothers me about the program is that it will let you add control panel items, but not program items, when you select that option it just sits there. I assume some path being different on the chinese version of windows mobile 6? So with all the effort I didnt get far.
There are many people out there who translate programs from different languages, maybe they have more of a clue than I do, and the ability to fix the path problem with adding programs.
Psiodon
Psiodon said:
That makes sense the chinese care nothing about copyrights which sometimes is a good thing.
Psiodon
Click to expand...
Click to collapse
Does this have something to do with the subject? So you're White western good thinking people? I wonder what you do around here?

Sharing Ultimate Launch Speed Dial Icons

I made some Ultimate Launch icons for my speed dials page. Most of these were made for specific things I needed so they may not apply. But there are some generic ones which folks may be able to use. Hope these might work for you guys.
rfranzke said:
I made some Ultimate Launch icons for my speed dials page. Most of these were made for specific things I needed so they may not apply. But there are some generic ones which folks may be able to use. Hope these might work for you guys.
Click to expand...
Click to collapse
Will take a look at these. One question though. I have tried to add speeddial shortcuts in ultimate launch and was unsuccessful. I couldn't figure it out. I tried using VJAY dialer but could not set th parameters to enter a number to dial. How did you set it up?
Heres how I did it. Create a new XP-Icon item in UL. For the command you put \Windows\MakePhoneCall.exe. In the Parameter field you type in the phone number you want that item to dial. This was done on a Sprint Mogul/PPC6800. Its possible its different on others though. Works good on the 6800.
rfranzke said:
Heres how I did it. Create a new XP-Icon item in UL For the command you put \Windows\MakePhoneCall.exe. In the Parameter field you type in the phone number you want that item to dial. This was done on a Sprint Mogul/PPC6800. Its possible its different on others though. Works good on the 6800.
Click to expand...
Click to collapse
Thanks,I will try this.
Edit: I didn't have \Windows\MakePhoneCall.exe bu I tried again with Vjay Dialer and now it is working. I don't know what I was doing wrong last time I tried. Maybe it was late. OK, Downloaded you icons and checking them out. Thanks.
I think if you go to the UL site at http://www.ultimatelaunch.de/index_en.html you can go to the Smart Utilities link there and download the SmartUtilities.cab file. In there there is an app called MakeCall.exe. If you still want to do the Speed Dials through UL you can install this and use this for the application to launch in the UL item. I think the smart utilities also includes a bunch of shortcuts which you can use to launch certain things such as system settings and such. Might prove useful to you. I have not installed it myself but it seems like it would work. Let me know how it goes.
you can check out my ultimatelaunch setup if you like.. a speed dial screen is included (it's in my signature)

How to overcome titanium limit on no. of elements?

Hi, there seems to be a limitation on the number of elements one can show on each panel. I've got to the stage where every time I add a new text element it replaces an existing one... i.e. I can't add more. I've heard there's a way around this, can anyone point me in the right direction?
Thanks.
Yes - at the moment no solution, only workaround, like I wrote you.
But in the dialog of drkfngthdragnlrd there could come out some new findings.
Let's go on here to continue the posts of *20items-limit* from JMLToday-Skins-Thread.
Last post there from
drkfngthdragnlrd said:
Try manually entering it, do not use ATPluginInstaller, It's designed for known working formats, not trying custom code.
EDIT: Speaking of ATPluginInstaller, great app, but maybe time for someone to make a newer version as it is getting old now & custom code like this will give errors. Plus, it doesn't support writing to specific CPR's that aren't named Titanium_###.cpr. I wonder what ever happened to AppStar...
HUM: Just noticed something to do with T-Mobile's Myfaves Plugin for CHome. We're missing a dll.
Code:
[HKEY_CLASSES_ROOT\CLSID\{3BA1B2A6-CFE8-4220-91C1-526CB9F00337}]
@="CMHOME MyFaves plugin"
[HKEY_CLASSES_ROOT\CLSID\{3BA1B2A6-CFE8-4220-91C1-526CB9F00337}\InprocServer32]
@="CMHOMEaddon.dll"
"ThreadingModel"="free"
Click to expand...
Click to collapse
MichelDiamond said:
Then we should find it
OK - I tried again - and Plugin-Installer is only used to make a copy to cpr in JMLToday for changing skins. No different to manual edit... but Plugin disappears with Layers per Page (No error message, only disappear)
Yes - we need an update of ATPluginInstaller. Mortscript 4.2. provides also a customized Setup.dll.
Perhaps we should go on talking about the limit in the thread, which Jumba opened:
http://forum.xda-developers.com/showthread.php?t=544576
to have the finding in one place?
I'll answer there and set a link to this page
Click to expand...
Click to collapse

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