-
[Registry] tweaks & edit
Pokušajmo ovu temu napraviti bazom Registry tweak-ova za naše/vaše Windows Mobile uređaje.
Postajte u temu sve tweak-ove koje imate, koristite i napišite što se dobije njima i na kojem ste uređaju to napravili. Pošto i neće svi tweak-ovi raditi na svim WM uređajima.
Napomena:
Igranje u Registry-u nije bezazleno. Stoga spomenute radnje izvodite na vlastitu odgovornost i ako znate u što se upuštate. Kao preporuka, napravite backup prije upuštanja u "igru" odnosno ako je već krenulo po zlu hard reset riješava stvar. Osobno još nikada nisam imao problema. I nakon svake izmijene u registry-u preporuka je napraviti soft reset.
Što vam treba za editiranje registry-a, potreban je nekakav registry editor. Npr. kao free PHM Registry Editor ili komercijalni Resco Explorer (Resco Registry Editor), SKTools i ostali.
Ubiti i čemu služi editiranje registry-a. Samim editiranjem otvaramo, dobivamo neke funkcije, mogućnosti itd. što po samom defaultu uređaja, programa nemamo.
...za nešto više informacija pogledajte ovaj link.
-
U dobroj namjeri da se izbjegne moguce pitanje "A GDJE DA SKINEM TE PROGRAME ?" dodao bih neke linkove.
SKTools LINK TU
Resco Explorer koji ukljucuje i Resco Registry (MOJ FAVORIT) LINK TU
PHM Registry Editor LINK TU
Mobile Registry Editor (ne radi na PPC uredaju nego iskljucivo preko PC-a povezanog sa njim) LINK TU
******
I JOS JEDNOM DA I JA NAPOMENEM: SVAKO 'PRCKANJE' PO REGISTRY-u NOSI I SVOJE POSLJEDICE ZA SAM UREDAJ AKO NISTE UPUCENI U PROBLEMATIKU !
******
-
Evo i malo tweakova za registry.
Neke sam i sam isprobao, dok neke samo navodim. Ono što sam isproba bilo je na HTC P3600.
Remove delay in call termination (TouchDual) - Get rid of the little delay of about 3 seconds before the call was actually ended
- HKEY_LOCAL_MACHINE\Software\HTC\PHONE\PhoneExtendS etting
- Change the value of EndCallTime from 3000 to 1000 re-boot and voila no more delays when ending calls
To change the softkeys on the Today screen
·The left-hand softkey settings are at 'HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\1 12', the right-hand softkey settings are at 'HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\1 13'
·The 'Default' string value can be changed to whatever text you wish to have displayed
·The 'Open' string value can be changed to the program you wish to run when the softkey is pressed
For example, to change the left-hand softkey to start Pocket Excel you would set
·HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\11 2\(Default) = Pocket Excel
·HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\11 2\Open = \windows\pxl.exe
To set or remove the operator phone skin
·The setting is at 'HKEY_LOCAL_MACHINE\Security\Phone\Skin'
·The 'Enabled' DWORD value can be set to '1' to show the operator skin or '0' to show the default skin
For example, to show the default skin
·HKEY_LOCAL_MACHINE\Security\Phone\Skin\Enabled = 0
To hide or show the GPS connection in the connections panel
·The settings are at 'HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings'
·The 'Hide' DWORD value should be set to '0' or deleted to show the panel and to '1' to hide the panel
·The 'Group' DWORD value should be set to '2' to show the panel and deleted to hide the panel
For example, to show the GPS connection in the connectionss panel
·HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings\Hide = 0
·HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings\Group = 2
Make WM5 delete cab file after install
Remove the "/nodelete" option to the Windows CE loader:HKCR\cabfile\Shell\open\command = 'wceload.exe "%1"' (REG_SZ string, no quotes)
Improve BT A2DP sound quality
[HKLM/Software/Microsoft/Bluetooth/A2DP/Settings]Add new dword, Value name=BitPool; Value data=48 (Decimal)Modify, Value name=UseJointStereo; Value data=0 (Decimal, Originally 1)For BitPool:Microsoft suggests the following bitpool values for optimal buffer sizes.30 - Low audio quality40 - Medium audio quality48 - High audio quality58 - Excellent audio qualityChose one you like. I think 48 is good enough.For UseJointStereo: use 0 instead of 1, then you got the real stereo.
Change Radio scan range on FM
"HKLM\SOFTWARE\HTC\FMRadio\FMPlayer\Band"
0 = 87.5 - 108.0 MHz
1 = 76.0 - 108.0 MHz
2 = 76.0 - 91.0 MHz
Hide SIM Contacts
[HKEY_CURRENT_USER\Control Panel\Phone]"ShowSIM"=dword:00000001 ->0 to disable, 1 to enable
Disable charging when connected to USB
Someone found the registry entry to control USB charging:
[HKLM\\Drivers\BuiltIn\Battery\EnableUSBCharging]if EnableUSBCharging = 1 --> Phone will be charged when connected to a USB power (laptop, etc.)if EnableUSBCharging = 0 --> Phone will not be charged I have not yet tried this myself though.
Enable HSDPA Icon on taskbar
In HKLM\SOFTWARE\OEM\RIL Settings1. Set EnableHSDPAIcon to 1 default value is 0
EDGE [E] icon instead of GPRS [G]HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon" value="1"(Original Value = 0)
GPS icon and settings in start-settings-connectionsHKLM\ControlPanel\GPS Settings, make a Dword Group=2, delete the string "redirect".
Unlock hidden rom: HIDDEN:[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1] "Bootphase"=dword:00000001[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1] "MountHidden"=dword:00000001SHOWN:[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1] "Bootphase"=dword:00000002[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1] "MountHidden"=dword:00000000
Change the location of email and attachments
When reading and sending email in Pocket Outlook, emails and their attachments are saved in the device's internal storage by default. You can change this location to, for example, your Storage Card:
HKCU\Software\Microsoft\MAPI\PropertyPath = "\Storage Card\Mail" (REG_SZ string, no quotes)
(For Windows Mobile 6 use -- HKLM\System\Inbox\Settings\PropertyPath) HKCU\Software\Microsoft\MAPI\AttachPath = "\Storage Card\Mail\Attachments" (REG_SZ string, no quotes)
To return to the original location:
Just simply delete these Registry settings (since neither is included by default).
Change the location of Temporary Internet Files
When browsing the web, pages and images are saved in the 'Temporary Internet Files' location. You can change this location to, for example, your Storage Card:
HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)
To return to the original location:
HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)
Mobil Shell 3.5 omogućavanje carusel moda
HKEY_LOCAL_MACHINE\Software\Spb Software House 2\Spb Mobile Shell\Gl
"GlEnabled"=1
HKEY_LOCAL_MACHINE\Software\Spb Software House 2\Spb Mobile Shell\Gl\SelectorScene
"GSensor"=1
...ispričavam se na neurednosti. Probati ću sa sljedećima biti uredniji pa makar i po tweak dva.
ovo neka ne bude za početnike pre neuredno
a vidim da ih i vi znate, neki od vas pa stavite.
-
znaci i za 6.5.3 to sve sljaka?
-
Čuj probaj, trebalo bi raditi. Vjerojatno ti neći ni svaki tweaks raditi ali ih svakako ih ima.
-
skinuo sam HD tweek i pokrenuo, te isključio da mi dolazi da je message send i mob mi se ugasio i nemogu ga vise upaliti...
HELP