Restore "Settings" in touchflo programs menu - Touch HD General

Hello
I accidentally removed the "Settings" shortcut in touchflo 2.1 programs menu.
Could someone here provide me with the registry entries to restore it ?
It should be under
HKLM\Software\HTC\Manila\ProgramLauncher\4 (or 3, can't remember)
Thank you for your Help

Right here goes. Its number 3. the values are as follows. I will include the key and the value but will put the value in () brackets i am also using PHM regedit for this
Command (--switchtopage Manila://settings.page) This is a REG_SZ value
DispName ([[IDS_SETTINGSTITLE]] This is a REG_SZ value
IconPath (\windows\HTC\Assets\Images\programlauncher\Program_icon\settings88.qtc) This is a REG_SZ value
IsReadOnly (1) This is a Decimal REG_DWORD Value
Path (\Windows\manlia.exe) This is a REG_SZ value
Now put this in and all should be well and DONT do it again Leave the Read only value at 1 so you cant delete it

THanks man !
Working, except for the icon. The settings icon is in \Windows\MPI_settings.qtc in my French rom
Anyway, I put back the readonly value to 1, so I don't make the mistake again

no problems any time

Related

After Reboot my hidden sim contacts appears again

Hi to all
To hide my Sim Contacts from Addressbook I used the PHM Registry Editor (0.70) and modified the Valuename ShowSIM to 0. It works great no SIM Contacts in Addressbook, until i reboot (turn off, tunr on) my Device. After the Reboot the ShowSIM Value is changed automatically to 1 and all my SIM Contacts appears again
Does anybody know how to constant modify this registry Key?
Kind Regards Daniel
I have found a solution...
Download dotfred's excellent TaskManager/Registry Editor from: http://www.dotfred.net/TaskMgr.htm
Copy the exe to wherever you want on your device,
Use the registry editor in there to set the ShowSIM value to 0.
Export that registry value... to \My Documents\HideSIMContacts.reg (for example)
Create a shortcut to the task manager exe in Windows\StartUp.
Edit the properties of that shortcut (I use Resco Explorer) and set the Target as follows:
"<path to task manager>" \My Documents\HideSIMContacts.reg /silent
Make sure you have "'s around the Task Manager path BUT NOT around the path for the reg file.
Reboot...
Bob's your uncle.

the start menu is gone

Hy guys..
I have a big problem.After I instaled an iphone theme on my htc typhoon and done this to my device:
How to set the start menu background image (note: you only have to do the registry modifications once
on your device - if you done them before you don't have to do this again - just copy the image over):
In a registry editor go to this key:
HKLM/Software/Microsoft/Shell/Rai/:MSStart
Check if you have an entry called "BKBitmapFile". If you do not, create a new "String" value.
Name : BKBitmapFile
Value data: \Application Data\Home\startmenubg.bmp
Add the following lines to the same key :MSStart
a Dword value with the name BKBitmapLogPixelsX and the data value 131 in decimal
a Dword value with the name BKBitmapLogPixelsY and the data value 131 in decimal
a Dword value with the name BKBitmapTransparent and the data value 16711935 in decimal (or FF00FF in hexa )
a Dword value with the name BKDefaultGradient and the data value 1 in decimal
a Dword value with the name BKFlags and the data value 26 in decimal
and finally a String value with the name BKUnselected and the value data COLOR_ALERTWINDOW
Copy startmenubg.bmp to
\Application Data\Home\
Soft-reset your device.
Now when I boot it my star menu does not exits enymore..
When I connect the phone to my pc every thing is ok the star menu is there , but on my phone I cant see it.
what can I do? please I dont want to put windows all over again..
My device has wm6
Is there a regedit to delete those line from my pc?

Exe file for change the value os a registry entry?

Is it possible to create an exe file, that when run on the PPC (Blackstone with WM6.1), change the value of a registry entry?
Is for change the value HKCU\Software\Microsoft\Activesync\KeepAlive from 1 to 0
Thanks.
You can create a cab file for this.
Byrkoff said:
Is it possible to create an exe file, that when run on the PPC (Blackstone with WM6.1), change the value of a registry entry?
Is for change the value HKCU\Software\Microsoft\Activesync\KeepAlive from 1 to 0
Thanks.
Click to expand...
Click to collapse
dotfred's taskmanager for importing reg files (containing a set of registry keys
registrysetstring for setting just a single registry key
mortscript
egoist6 said:
dotfred's taskmanager for importing reg files (containing a set of registry keys
registrysetstring for setting just a single registry key
mortscript
Click to expand...
Click to collapse
RegistrySetString is perfect to change any string-value, but I want to change an integer-value (Base decimal). Help, please.
come on. show more enthusiasm and check the other websites...
if you use taskmgr:
create a reg-file "myvalue.reg":
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Activesync]
"KeepAlive"=dword:00000000
and import the reg file:
Code:
taskmgr.exe myvalue.reg
if you use morstscript:
Code:
RegWriteDWord("HKCU", "Software\Microsoft\Activesync", "KeepAlive", "0")
Here is a code i published while ago.. its in C#
you can change it to your needs :
http://forum.xda-developers.com/showpost.php?p=3304680&postcount=11
Thanks. MortScript is the best.

Fail to sync text messages (Microsoft Myphone) on build 28014

the item (text messages) is grey and i was unable to tick it
tried 2 roms here and got same result.
Edit the following using your reg editor:
HKLM\Software\Microsoft\My Phone, change the registry value "DisableSMSDataType" from "1" to "0"
ClydeB1 said:
Edit the following using your reg editor:
HKLM\Software\Microsoft\My Phone, change the registry value "DisableSMSDataType" from "1" to "0"
Click to expand...
Click to collapse
Thank for the help I was just about to post the same question.

Other language fonts in IE

Hi all,
When I open a site which is in my regional language (Indian language), I could only see squares in it.
Do I have to install Unicode fonts in to my Herald?
I have Aserg's ROM and tried to open http://kn.wikipedia.org in the IE.
Just now, I referred to the following tutorial given in wikipedia. And now I can see all the fonts in my regional language.
I can't read anything.
I can't even read the menu items. Nor the Registry keys. Nothing. I don't know what to change back.
Seems, I need to hard-reset. What a fool I am.
------------------------------------------
Unicode on Windows mobile 5.0
To Enable the fonts on Windows Mobile 5 & 6
Copy the unicode font to \Windows\Fonts folder
Download PHM registry from http://www.phm.lu/products/PocketPC/RegEdit/ (select the "Pocket PC 2002,2003 (ARM/PXA) from the dropdown)
copy registry editor cab file to device and install it.
Enable font linking by adding the below registries
Run PHM regidtry editor from programs
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Select Microsoft, go to edit > New Key and add a new key FontLink below HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Select FontLink and add a new key SystemLink (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink )
Select SystemLink and add a string value.
Value name - Tahoma
Value data - \Windows\Fonts\Akshar.ttf,Akshar Unicode
Note: change the "Akshar.ttf,Akshar Unicode" as per the font you have copied to the Fonts folder.
Again go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ and add one more New Key "FontPath"
Select FontPath and add a string value as
Value name - FontPath
Value data - \Windows\Fonts
Soft reset your mobile
So, the method given above just changes the font of the device (while the language does not change).
I am going to hard-reset the device.

Categories

Resources