Help removing or disabling iContact. - Mogul, XV6800 General

iContact v0.8 comes pre-installed with the ROM I'm using and I hate it. It seems like you can only find something by clicking on the letter of the last name and having to scroll through all the names that begin with that letter, instead of being able to type in the name or business to find someone right away. It's very limited and harder to find people in your contact list. Can I remove it or disable it? Any ideas? Thank you.. Steve

Hard To Remove
This is hard get rid of. The developer has some advice here: http://www.supware.net/iContact/faq/
Why does this developer not have a remove / uninstall like all good developers do?

Apota said:
iContact v0.8 comes pre-installed with the ROM I'm using and I hate it. It seems like you can only find something by clicking on the letter of the last name and having to scroll through all the names that begin with that letter, instead of being able to type in the name or business to find someone right away. It's very limited and harder to find people in your contact list. Can I remove it or disable it? Any ideas? Thank you.. Steve
Click to expand...
Click to collapse
Umm, make a backup of your messages and contacts and re-download, and re-flash my 1.1 ROM. Icontact has been removed, and is now an optional install in my second posts of each of my ROM threads..
Cheers

Related

Group SMS Solution - My Very Own

Hi Everbody,
I am Shailesh Ashar and this is the first time I am getting my hands dirty with Windows Mobile development.
So here is a little app that I developed : Group SMS Solution.
As the name suggest it is basically a program to send smses to a group of people at the same time.
Foll. are the features:
1. Category Wise Contact Pickup
2. Individual Contact Pickup made easy
3. works with WM5 and WM6.
4. Seems to be moderately paced as it is written using managed code but does the job well.
5. It is free.
PREREQUISITES:
.NET Compact framework 2
download here :
http://www.microsoft.com/downloads/...6b-356b-4a2c-857c-e62f50ae9a55&displaylang=en
DISCLAIMER:
This program is written using managed code so it technically cannot harm your windows mobile device but anyways do not blame me for anything.
[size=+1]
To Download go to http://shaileshashar.110mb.com/groupsms.php
Feel free to link to the download page but please do not link directly to the cab files. I want some traffic on my website.
[/size]
--------------------------------------------------------------------
Fixed a small bug while loading categories , as pointed out by SayMobile
Hi shailesh, great work..let me test and come back
Feedback
Pls do give me Feedback, suggestions etc as this is my First app & it will really Keep me ticking.
Very well done shailesh now it will help me send group message.
Thanks
'I love walking in the rains so that no one can see me crying ...'
Geez how depressing... cheer up, have a beer and a night out with the boys.
I confirm working on Athena,Universal and Wizard..shd work on all the devices..it is really a good app
hdubli said:
I confirm working on Athena,Universal and Wizard..shd work on all the devices..it is really a good app
Click to expand...
Click to collapse
Thanx hdubli for testing this on various devices and also for appreciating my work, u have made my day.
esseff said:
'I love walking in the rains so that no one can see me crying ...'
Geez how depressing... cheer up, have a beer and a night out with the boys.
Click to expand...
Click to collapse
Hey I am not a depressed soul although the quote is very thought provoking. Checkout the Superman logo as my avatar.
thnaks first
it is working with my imate jasjam although i installed net framework 2
the message appear:ERROR
"this application requires a newer version of Microsoft NET Compact Framework than the version installed on the device."!!!!!!!!!!!!!!!!!!:confused:
Nice app - well done. Works just fine on my artemis, cheers
Hi Shailesh,
This is certainly a very nice and extremely useful app for WM devices.
I've tested it briefly on my WM5 Herald and it works great. I do have a few minor bug reports and feature suggestions for your next version:
1. When contacts belong to multiple custom groups, it lists the same group twice with a space before the group name. So if some contacts are in the group called Ping and others are in the group called Pong and yet others are in both groups, it will list "Ping", "Pong" and " Ping" and " Pong"
2. Could you possibly add a context menu for the text editor where you do Cut/Copy/Paste rather than the Paste from Clipboard button?
3. In the final screen, if you press Back, it takes you right back to the first text entry screen rather than just one screen back.
Will test and give you any further inputs soon.
Thank you for the excellent app that you've given to the community for free!
SayMobile said:
Hi Shailesh,
This is certainly a very nice and extremely useful app for WM devices.
I've tested it briefly on my WM5 Herald and it works great. I do have a few minor bug reports and feature suggestions for your next version:
1. When contacts belong to multiple custom groups, it lists the same group twice with a space before the group name. So if some contacts are in the group called Ping and others are in the group called Pong and yet others are in both groups, it will list "Ping", "Pong" and " Ping" and " Pong"
2. Could you possibly add a context menu for the text editor where you do Cut/Copy/Paste rather than the Paste from Clipboard button?
3. In the final screen, if you press Back, it takes you right back to the first text entry screen rather than just one screen back.
Will test and give you any further inputs soon.
Thank you for the excellent app that you've given to the community for free!
Click to expand...
Click to collapse
Hey thanks for pointing out the bug SayMobile,
#1. I have fixed the bug as pointed out
#2. I thought the framework would automatically provide the Cut/Copy/Paste feature but it did not, anyways the button is doing the needful.
#3. It have purposely kept it that way
Please download the new cab from the first page.
myRIGHT said:
thnaks first
it is working with my imate jasjam although i installed net framework 2
the message appear:ERROR
"this application requires a newer version of Microsoft NET Compact Framework than the version installed on the device."!!!!!!!!!!!!!!!!!!:confused:
Click to expand...
Click to collapse
Please restart your device after installing NET Compact Framework 2.
If it still does not work then re-install GroupSMS.
shaileshashar said:
Hey thanks for pointing out the bug SayMobile,
#1. I have fixed the bug as pointed out
#2. I thought the framework would automatically provide the Cut/Copy/Paste feature but it did not, anyways the button is doing the needful.
#3. It have purposely kept it that way
Please download the new cab from the first page.
Click to expand...
Click to collapse
Hi.
#2: This is really easy to implement, i can help you if you want..
what are you programming in?
Inphyy said:
Hi.
#2: This is really easy to implement, i can help you if you want..
what are you programming in?
Click to expand...
Click to collapse
I am programming using C# pls tell me what to do.
shaileshashar said:
I am programming using C# pls tell me what to do.
Click to expand...
Click to collapse
Just had to download the app first
lets see, drag a ContextMenu on to your form in designer, then select your textbox, or whatever, and set ContextMenu to ContextMenu1 in teh properties-window.
Then click your contextmenu and add Menu-options to it.
it is probably located on top of your left softkey
tell me if you need more help
Inphyy said:
Just had to download the app first
lets see, drag a ContextMenu on to your form in designer, then select your textbox, or whatever, and set ContextMenu to ContextMenu1 in teh properties-window.
Then click your contextmenu and add Menu-options to it.
it is probably located on top of your left softkey
tell me if you need more help
Click to expand...
Click to collapse
Thanx Mate will implement it.
error
doesnt open is my xdaIIs
gives the error
file or assembly name
'micrsoft.WindowsMobile>pocketOutlook, Version =1.0.0.0,Cultyure+neutral,
PublicKeyToken+31BF3856AD364E35', or one of its dependencies, was not found,
meehaa said:
doesnt open is my xdaIIs
gives the error
file or assembly name
'micrsoft.WindowsMobile>pocketOutlook, Version =1.0.0.0,Cultyure+neutral,
PublicKeyToken+31BF3856AD364E35', or one of its dependencies, was not found,
Click to expand...
Click to collapse
pls check whether u have .net compact framework 2 installed.
yes
yes its installed, I tried re-installing .Net, but no solution

How to stop listing my recent programs!!

Hi all , I need a help
How can I stop listing my recently opened documents??
actually, it is annoying !!! I hope your help friend
by the way, I use appl SKTools 4.21 to clear the list ..... but it is some thing bothering me ....
Thanx in advance for all
if your talking about the recent programs list in the start menu...theres a program called startclean, that clears the list every time you reboot, other than that, i dont know....
theres a link for the startclean.exe somewhere in the forums
the program wisbar advance allows you to not show the recent apps list at all. Its a cool little launcher program that I quite like and have used for a while. I'm trying out Ultimate launcher at the moment but like wisbar more. It is a commercial program but the benefits far outweigh the cost. There is a trial but I'm not sure for how long. Hope this helps.
Imado said:
Hi all , I need a help
How can I stop listing my recently opened documents??
Click to expand...
Click to collapse
It won't stop them getting listed as you use them but whenever StartClean (tiny wee cab, lots of copies of it posted around here) will make sure your start menu is clean whenevr you soft reset.
(I cook it into my ROMs every time, so useful).
It won't stop them getting listed as you use them but whenever StartClean (tiny wee cab, lots of copies of it posted around here) will make sure your start menu is clean whenevr you soft reset.
(I cook it into my ROMs every time, so useful).
Click to expand...
Click to collapse
thanks (ultramag69), thank you (lupes5) ......
Thank you a lot (Chunkymonkey)
My friends, I have searched for the program you advised "start clean" but couldnt find ........... plz would u guide me to the link ....
and wish the version is compatible with WM6
Appreciated in advance
Hi every body
Finally, I found StartClean application and place it properly on the Hermes
but It was noticed that the programs keeps listing ..... and the only way to DELETE them is (with a restart / or with every restat)
actually, my question is: can we CANCEL listing the programs at all !!
I think this has to do with Registery !!! dont u think so??
please comment ....
Per your request for start clean.
Search Results here:http://www.google.com/cse?cx=000825...lean"&sa=Search&cof=FORID:0&ie=utf-8&oe=utf-8
One thread with Info: http://forum.xda-developers.com/showthread.php?t=302377
Download Program:
http://forum.xda-developers.com/attachment.php?attachmentid=37076&d=1176436466
Imado said:
thanks (ultramag69), thank you (lupes5) ......
Thank you a lot (Chunkymonkey)
My friends, I have searched for the program you advised "start clean" but couldnt find ........... plz would u guide me to the link ....
and wish the version is compatible with WM6
Appreciated in advance
Click to expand...
Click to collapse
Sorted....
As I said, Wisbar Advance 3 (for WM06) allows you to NOT SHOW recently used apps. It is part of the settings where you can pick if you want "help", "find", "desktop", "favourites" and recent settings" by ticking/unticking a box. You can also change the indicators across the top and their order. I would suggest this if you dont want to be troubled by "Recent Items" again... Cheers
ultramag69 said:
As I said, Wisbar Advance 3 (for WM06) allows you to NOT SHOW recently used apps. It is part of the settings where you can pick if you want "help", "find", "desktop", "favourites" and recent settings" by ticking/unticking a box. You can also change the indicators across the top and their order. I would suggest this if you dont want to be troubled by "Recent Items" again... Cheers
Click to expand...
Click to collapse
Mm, I'm pretty sure that this or another app would be the only way to do that and ultramag69's suggestion of Wisbar Advance is probably the most popular option.
Other than that (if you don't want that running - it does do a lot of otyher, clever thigs you might also find yuo enjoy though) I think you'll have to search about, probably with Google or your own perferred search engine. there's probably some freeware aruond to do that task only and therefore be 'smaller' I'd have thought. StartClean does me as I do like to have the programs I just launched sat there but not on boot-up.
Hi,
Found this link. Haven't tried it yet to see if it just removes them temporarily or stops it from listing them, but worth a shot.
http://groups.google.com/group/microsoft.public.pocketpc/browse_thread/thread/d4537c1a66a31057
Let me know how it works
Disregard
Got Home and tried it and on mine under WM6 it doesn't work. Will keep looking.

Script, program or setting to do this ...

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 !

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?

Partially deactivating sense?

I was searching many hours for a solution but could not find anything...
Maybe somebodies knowledge of the Registry is that good to show me a way how to get back the native Windows interface for the contact management (the one that is used when Sense is deactivated) without turning HTC sense 2.5 off?
Thanks in advance!
p.
photona said:
I was searching many hours for a solution but could not find anything...
Maybe somebodies knowledge of the Registry is that good to show me a way how to get back the native Windows interface for the contact management (the one that is used when Sense is deactivated) without turning HTC sense 2.5 off?
Thanks in advance!
p.
Click to expand...
Click to collapse
Try SSMaHo 0.0.4.0. With this, you will be able to hook the contacts function in Sense to WM instead of Sense. Does that make sense??
Sorry, shame on me, as a greenhorn in this forum I violated its well-founded hygiene and posted in the wrong place. Maybe an admin could delete this thread or move it to the right discussion. But at least let me say thanks to mitsi, your advice gave me the impulse to search further (I tried SSMaHo 0.0.4.0., but I don´t want to use such a "big" program to change just one simple thing that even can be done by typing some simple ascii code in the registry).
Finally ... (maybe someone else is interested in this) I found out that the desired contacts-interface can be accessed by "\Windows\poutlook.exe" with the argument "contacts". So, to acces the native windows mobile interface by touching the left softkey at the Homescreen, I just had to change the according entries in the registry:
HKLM\SOFTWARE\HTC\MANILA\HomeLSKPath -> poutlook.exe
HKLM\SOFTWARE\HTC\MANILA\HomeLSKArguments -> contacts
Thats it for now
p.

Categories

Resources