How do I remove all Demos from original AT&T ROM. - Touch Pro, Fuze General

Hi, I just got my AT&T fuze today... just opened it. I like the phone a lot, although I missed the scroll and the picture buttons. However, it's really anoying to have all those AT&T pre-installed software and demo. Is there a way I can remove it all without uninstalling the TouchFlo?
The reason I haven't flashed any ROM yet, is because I don't know which one is the most stable and two, I don't want to play with it yet.
Please tell me how to remove all softwares pre-install, except for TouchFlo.

go to the Windows directory>Start Menu>Programs and remove
then for Java - open and remove

there are two things you can do. remove the icon in your menus or actually remove the program.
i left the actual programs installed, but removed the icons of all the crap software and games i dont want.
use file explorer and browse over to windows\start menu\Programs and remove all the 'shortcuts' to the programs you dont want. now they will not appear in your programs menu.
do the same for
windows\start menu\programs\games & apps
windows\start menu\programs\messaging
if you want to delete the actual program file, most of them are stored in the \windows directory.

Related

Uninstalling Intellipad

Hi all, just did a search on the forums, and didn't see anything. So here goes. How do you uninstall intellipad? It doesnt appear in the remove programs bit...does it need doing manually, if so...how would one go about doing thins?
if it start automaticly then looking in windows\startup or what ever that dir is for the shortcut to the program and remove the shortcut and
then remove the files and reg'd it use would be the same thing as what remove programs does
you could also look in the pc activesync's add remove programs if it was installed using activesync
Couldnt find anything to do with it in shortcuts. I think all the program files are residing in the windows directory. Does anyone know which keys from the registry, would rather know for sure rather than guessing?
looking in Windows Directory and there's a lot of file IntelliPad.***
Yes I have seen the intellipad files there, its the registry keys im not sure of.

Unable to uninstall PRSSReader

For some reason I cannot completely uninstall PRSSreader, when i go through the add/remove programs feature, it says the program was not completely removed. In fact, the icon and buttons still remain for me to access the program even though nothing is there.
This usually happens when some part of the program is still running.
I am not familiar with this particular app, but if it has a today plugin you need to disable it through settings before uninstalling.
One thing you could do is install it again, make sure it is completely shut off (check settings for startup components) then reset the device and uninstall.
I removed the today plugin and it still doesn't work. Anyone know how to uninstall this program from experience?
get hold of a task manager (itaskmgr is a good one from memory)
then shut down the prssreader.exe file if its running and as you say youve tried switch off the today plugin.
now go into file manager and delete the prssfolder.
you should now be clear, the only other place you might need to look is in the start menu folder \windows\start menu and under programs delete the prssshortcut.
been using prssreader for a month or so now, very good app, if you ever need support the author is very prompt with his emails
How do i delete the link in the start menu and also icon in the programs list?
xunkn0vvnx said:
How do i delete the link in the start menu and also icon in the programs list?
Click to expand...
Click to collapse
go to the windows folder, then to the start menu folder, then programs folder and delete the icon. or with your file explorer you can press the star icon, a short cut to the start menu and find the icon you want to delete.

Shortucts for non installed programs in TF3D program list

The programs tab in TF3D allows me to include already installed apps listed in program files and elsewhere. Some apps though, i have installed on my SD card but they arent listed in the program files because either i did a hard reset or some other reason, so without reinstalling them is there a way to include them in the programs list?
If not i suppose a reinstall is in order, some apps though are big and will take a little while to install.
You can create a shortcut to the wanted exe files and then put it in Windows\Start Menu\Programs.
Or, if you have Resco Explorer, you have an option to send file to Start Menu when press and hold on file.
Thanks will try this, hope it works

Help removing a program

I know at least one of you have installed a program before on your Smartphone that wasn't able to be found in the "Remove Programs" option under settings.
I'm havin' this problem with a program called "TopOCR-Mobile LE."
It was an .exe file that had to be installed on the device. So I did, and now I can't seem to remove it. I deleted the .exe under program files, but the blank icons still remain (there's two of them 'cause I thought I could be smart and run the .exe twice and it'd ask if I would want to remove the program; it didn't - instead it just installed it TWICE).
Is there a way to remove those icons? I already used Regedit's and Total Commander's search features, but I couldn't find any files with the name "topocr" or "mtopocr" (it's installation name).
What are my options (besides throwing my Kaiser against the wall or hard resetting)?
Where exactly do you see those blank icons that you are talking about
programs icons are located in
\windows\start menu\programs
it it's a program which auto start then
\windows\startup

games into games folder

hi there i've installed some games onto my HD2 (uno, FM, tonyhawks) and want to locate them in the games folder not in the main windows area. can anyone help me do this?
open file explorer. browse to windows/startmenu/programs.....look for ur games shortcuts......cut..... nd paste in windows/startmenu/programs/games. done
You're not done at all.
OK, it will move the shortcut to the correct folder, but the icon won't follow. It's defined in the registry ([HKLM\Security\Shell\Startinfo\Start] then the folder name, then the shortcut name, string value "Icon").
People making CABs should be a bit less lousy and direct shortcuts to the correct folder, same for the acompanying icon.
Actually, some people put icon definitions into several registry keys, so they will "follow" the shortcut if you move it. It's actually a satisfying alternative, if you consider it gives the user the ability to put the shortcut wherever he wants (including copying it to several locations) without losing the icon.
But yes, having shortcuts piling up into the Start Menu's first level, or even worse, placing them into dummy folders with a fixed name (sometimes in a foreign language), is pig work, and I saw even worse (yes, it's possible !) : shortcuts landing to a foreign language "Programs" or even "Start menu" folder, so actually not even displaying in the Start Menu !
When you create (or modify) a CAB file, you should heavily use aliases in order to let Windows Mobile translate them to the actual names during installation.
For instance, if you wanted to direct a shortcut to the "Games" folder, whatever its actual name in your own language is, you should NOT put it into "\Windows\StartMenu\Programs\Games" (neither into "%StartMenu_Programs%\Games", though it's still better like that), but you should actually use "%StartMenu_Programs_Games%", which will put the shortcut in the exact correct location.
You can do the same for the program's location itself. For instance, %ProgramFiles_Games% will direct it to the correct folder, according to your system's language, and will even do so, either you choose to install it on the internal memory, or on the SD card.
You can use these aliases inside registry values, too.
Unfortunately, this process may sometimes do it "too much".
It's the case on cooked ROMs, where the author may retain WWE names for some folders and translate others, sometimes using his own syntax. Since the CAB will always translate using the official way, it may still land in an incorrect location...
The ony way to be sure you'll obtain the wanted result, anyway, is to get some CAB editor program and peek inside before copying them to the pocket PC and installing them... And maybe, fix them before using them.
It will be handy each time you'll need to reinstal it, so don't mind inspecting and fixing the CABs you find : it's always better than crashing your system because something wrong or inadequate to your setup was put inside.
One classic case is TouchFlo / Sense tabs, for instance.
Unfortunately, they're all defined inside a unique XML Manila file, so you actually can't just ADD a tab : in fact, this notion does not even exist ; all you can do is overwrite your whole tabs list with another complete one, and pray that you'll end up with the same list, plus the new one... Would you bet your life on that ? I won't.
In real life, you really can NEVER trust a CAB intended to add a tab to your existing setup, as the author most probably don't have the same tabs as you have. In the best case, you'll just loose some tabs (they'll just disappear, even in the tabs list from the settings, and you won't get them back) : the programs and files are still there, but their definition file will have been replaced by the new one. And in the worst case, it will add a definition for a tab whose programs and files are not previously installed on your phone - and you'll crash it once and for all.
That's the reason why now, I never give a tab CAB containing any tabs definitions. I only provide all but the tabs list, and provide separate CABs for all the possible tabs combinations - and you have to choose and use the good one. Or use Maltwater's SenseUtil program to setup your tabs. The good news is my method will setup all the tabs in perfect order as soon as you've soft resetted the device, since my CABs contain the XML file, plus all the registry keys, plus it resets ManiFull.xml.
So, people, whatever I said about good CABs putting the shortcuts where they should... OK, you may be lucky... But the right behaviour should always be to look inside CABs before trying them. You can trust me !
i'm new coming nice to know all
russeini said:
open file explorer. browse to windows/startmenu/programs.....look for ur games shortcuts......cut..... nd paste in windows/startmenu/programs/games. done
Click to expand...
Click to collapse
It's been a while since I had the need to move icons, so there may be newer versions of this program, but the JWMDIconChanger will move the icons for you.

Categories

Resources