Related
Hello guys!
I have taken a look at wiki to find a tweaks that would improve performance/responsiveness of our devices (no matter what hardware or OS you are using) - whether via registry or via settings. I found several such a tweaks (by Cyphol) in Hermes forum:
Performance tweaks that will improve responsiveness of your ROM no matter which you choose (Only tested on WM6 but should work on WM5 too):
1. Improve performance/response time:
- Start > Settings > Phone => Keypad = Off
- Start > Settings > Sounds & Notifications; Under Sound Tab => Disable/Untick Events (warings, system events) - this tweak will BRUTALLY increase the responsiveness of Start menu and Quick Menu 2.7 (because system will no more have to search for sound files in the ROM everytime you tap the screen)
2. Your Windows Mobile device is just like your Windows PC. So, soft reset it before going to sleep (or whenever appropriate) once a day to make it runs good at all time (because of the memory leak when you close the program not all the memory is restored - sof reset restores RAM lost due to Memory leak).
3. Make sure you install the today plugin apps such as Resco Today Plugin etc. on the internal/device memory. Some today plugin can be installed on the storage card but it'll slow down your system performance a bit.
4. Do not install too many apps on the internal/device memory. Leave as much free space as you can on it. Check whether it can be install on the storage card or not. Normally, don't let it become as low as 8MB free but 10MB is enough already.
5. Know what you're doing such as tampering your system registry. Make sure it can be done and you're doing it the right way. If not, then leave it as is.
6. Never let your device go to sleep by itself. Do it manually by pressing the power button everytime when you've finished using your device.
7. Make sure you shutdown the 'Activesync' completely after activesyncing your device with your PC. You can use task manager (X-Button), Magic Button etc or you can use memory applet in setting > System > memory; Running Programs
More tweaks/hints form Nothin:
hint for cookers:
- removing unused keyboards, and today plugins(registry cuts) may have influence too.
- reediting system gfx resources(like gfxes in dialpads etc) may make device faster
- /windows/startup and hklm/init removals may have influence to overall performance and memory usage.
- wise welcomehead, default "windows default" theme, and generally optimised TSK's may have influenece too( good tsk needs stwater and tdywater ONLY(for portrait/landscape,only 2 images, not 4!), i can recommend themegenCE for making good, fast themes. also - themes without start image(today background only) may be good thing.
- stop using x-button! use alternatives - pbar, quickmenu...
- preconfigs are useful - every program may be optimised by its settings - include preconfigs in oempacks(rgu),
- big pagepool is usually..useless, keep it as small, as possible(min. 4 mb, some says, that 4.5 mb is optimal for normal usage)...
i recommend to use sktools to optimise registry - 24% smaller registry.
Aim of this thread: I will collect your hints/tweaks and put them in the first post, then I will update the wiki.
Please post what works for you and is not mentioned on this list!
Registry Tweaks (kudos Nothin):
Never hide the WirelessManager Tray Icon at the bottom.
Don't believe me?
Try it and feel the difference.
This is the key:
[HKEY_LOCAL_MACHINE\Services\WirelessMgr]
"Keep"=dword:00000000 ;<--- (dword:00000000 to hide and dword:00000001 to show)
first thing:glyphcache.
known thing, BUT, not obvious:
my setting:
[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:00020000
it is 131072 dec.
internet says 32768 value as highest.
nope.
every program, that is using fonts will have faster response with very high values(ie,pdf readers, ebook readers..)
next one:
error reporting:
[HKEY_LOCAL_MACHINE\System\ErrorReporting\UploadSet tings]
"DontUpload"=dword:00000001
controversial one:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"EnableCache"=dword:00000001
"CacheSize"=dword:80
and
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\f sreplxfilt]
"ReplStoreCacheSize"=dword:00000080
small cache is freeing program memory - i CANNOT see almost any merits with bigger cache. both values should be equal.
next one, cache for system sounds:
[HKEY_LOCAL_MACHINE\Snd\Event]
"EventCache"=dword:100
small cache is working ok(default is 1536 kb!)
cache for extrom(useless mem eater,imo,as i do not use extrom,it is clean in my roms, completely empty).
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1\FATFS]
"DataCacheSize"=dword:00000010
another ones are windows animations, turn it off, always.
qtek9100/wizard specific(may be useful for other devices too..) battery performance tweaks:
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SDMemory_Class]
"DisablePowerManagement"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\AsyncMac1]
"Group"="NDIS"
"DisplayName"="AsyncMac NDISWAN Miniport"
[HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms]
"DisablePowerManagement"=dword:00000000
"BusType"=dword:00000000
"BusNumber"=dword:00000000
"RebindOnResume"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\Irsir1\Parms]
"DisablePowerManagement"=dword:00000000
"TransceiverType"=dword:00000000
"IntIR"=dword:00000001
"Port"=dword:00000004
"CheckForHangTimeInSeconds"=dword:00000e10
"BusType"=dword:00000000
"BusNumber"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\L2TP1]
"Group"="NDIS"
"DisplayName"="L2TP NDISWAN Miniport"
[HKEY_LOCAL_MACHINE\Comm\L2TP1\Parms]
"DisablePowerManagement"=dword:00000000
"BusType"=dword:00000000
"BusNumber"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\PPTP1]
"Group"="NDIS"
"DisplayName"="PPTP NDISWAN Miniport"
[HKEY_LOCAL_MACHINE\Comm\PPTP1\Parms]
"DisablePowerManagement"=dword:00000000
"BusType"=dword:00000000
"BusNumber"=dword:00000000
Found these in Wiki (WM5 Peformance tweaks):
Disable menu animations
To disable menu animations (sliding in/out) and speed up performance of the UI a bit:
HKLM\SYSTEM\GWE\Menu\AniType = 0 (DWORD decimal)
To change it back to the default:
HKLM\SYSTEM\GWE\Menu\AniType = 6 (DWORD decimal)
Disable window animations
To disable window animations (minimizing/maximizing) and speed up performance of the UI a bit:
HKLM\SYSTEM\GWE\Animate = 0 (DWORD decimal)
And to switch them back on:
HKLM\SYSTEM\GWE\Animate = 1 (DWORD decimal)
Increase font cache
To increase the font cache, speeding up font rendering at the cost of a bit of memory:
HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 16384 (DWORD decimal)
To change it back to the default:
HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 8192 (DWORD decimal)
You can set the value to pretty much anything you like, but suggested values are 4096, 8192, 16384 & 32768.
Enable FileSystem cache
To enable the FileSystem cache, speeding up overall performance at the risk of the cache not being written on a sudden reset:
HKLM\System\StorageManager\FATFS\EnableCache = 1 (DWORD decimal)
To disable again:
HKLM\System\StorageManager\FATFS\EnableCache = 0 (DWORD decimal)
Note that by default, the cache size is zero, and you will see no effect. See "Increase FileSystem cache" below to increase the cache size.
Increase FileSystem cache
To increase the file system cache:
HKLM\System\StorageManager\FATFS\CacheSize = 4096 (DWORD decimal)
To return the file system cache to zero:
HKLM\System\StorageManager\FATFS\CacheSize = 0 (DWORD decimal)
You can set the value to pretty much anything you like.
Increase FileSystem filter cache
To enable the file system filter cache, speeding up overall performance with file mangement:
HKLM\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize = 4096 (DWORD decimal)
To return the file system filter cache to zero:
HKLM\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize = 0 (DWORD decimal)
You can set the value to pretty much anything you like.
Most of these WM5 reg tweaks work on WM6 too. They are included in tweaking programs like Schap's Advanced Config, HTweakC, or HTCustom 1.8.
+WILL CLEAN UP DUPLICIT ENTRIES LATER+
nice tips....thanks
SIP
The SIP menu trick for Voice Command is worth mentioning here. Credit to whoever found it. It involved exporting the CLSID from the registry, deleting it and then re-importing it again. Speeds up opening the menu dramatically.
littld said:
The SIP menu trick for Voice Command is worth mentioning here. Credit to whoever found it. It involved exporting the CLSID from the registry, deleting it and then re-importing it again. Speeds up opening the menu dramatically.
Click to expand...
Click to collapse
Thanks - any clues in which forum to look for it?
wizard user point of view, remember..(omap etc..;/).
event sounds off thing is a must,imo.
------------------
here was bunch of entries, that are typed earlier now.
------------------
hint for cookers:
- removing unused keyboards, and today plugins(registry cuts) may have influence too.
- reediting system gfx resources(like gfxes in dialpads etc) may make device faster
- /windows/startup and hklm/init removals may have influence to overall performance and memory usage.
- wise welcomehead, default "windows default" theme, and generally optimised TSK's may have influenece too( good tsk needs stwater and tdywater ONLY(for portrait/landscape,only 2 images, not 4!), i can recommend themegenCE for making good, fast themes. also - themes without start image(today background only) may be good thing.
- stop using x-button! use alternatives - pbar, quickmenu...
- preconfigs are useful - every program may be optimised by its settings - include preconfigs in oempacks(rgu),
- big pagepool is usually..useless, keep it as small, as possible(min. 4 mb, some says, that 4.5 mb is optimal for normal usage)...
i recommend to use sktools to optimise registry - 24% smaller registry.
more later.. need to get rid of hangover...now.
---------------
sorry for poor english...
Apologies to nothin. Really great tips. Thank you for your input.
Active Sync issues
"8. Make sure you shutdown the 'Activesync' completely after activesyncing your device with your PC. You can use task manager (X-Button), Magic Button etc or you can use memory applet in setting > System > memory; Running Programs"
I'm having some issues with this...every few minutes, ActiveSyc is present in my running programs. I thought this is perhaps due to direct push of emails.
I have disabled directpush so that I only receive email when I manually select send/receive and have only selected a 30 min window (8am-8:30am) for it to automatically check.
Can anyone provide some feedback so that ActiveSync doesn't automatically turn on?
Thanks!
Wow thanks for the tip about the system sounds. Disabled Event Sounds > At least 50% faster response time for my QuickMenu. Sweet.
KarhU said:
Thanks - any clues in which forum to look for it?
Click to expand...
Click to collapse
It is listed here:
http://forum.xda-developers.com/showthread.php?p=1654136#post1654136
Used to take several seconds to open the sip menu and now it's instant. Something to do with the system looking for CLSIDs that are set as input methods which is really slow.
littld said:
It is listed here:
http://forum.xda-developers.com/showthread.php?p=1654136#post1654136
Used to take several seconds to open the sip menu and now it's instant. Something to do with the system looking for CLSIDs that are set as input methods which is really slow.
Click to expand...
Click to collapse
Thanks a bunch, will try myself and frontpage it. Once again thanks for the tip.
Furthermore, i would like to know how to change the location of receiving file through bluetooth. The default is /My Document. I wanna change it to /Storage Card/My Documents. Pls advise.
Added some more Tweaks from the Wiki. Next update will be - links to freeware tweaking apps and formating/cleanup of existing entries.
Hell dude, I've been hacking these for ages and I have to say that your first point on the sounds is something I had no idea about - and it makes a great difference. Thanks a stack!
cool
i followed some of your advise and its really faster compared before
thanks man
bumping it up, how does one remove keyboards?
Thanks
ludester said:
bumping it up, how does one remove keyboards?
Thanks
Click to expand...
Click to collapse
To add/remove items from the SIP list
If you have a few items in your SIP list which you don't use, they can be removed from the list by setting the IsSIPInputMethod for each item you want removed. To remove the SIP from the list, replace the $SIP_CLSID$ in the example below with a CLSID from the Set default SIP tweak.:
HKEY_CLASSES_ROOT\CLSID\$SIP_CLSID$\IsSIPInputMethod\(Default) = 0 (DWORD decimal)
To add it back to the list:
HKEY_CLASSES_ROOT\CLSID\$SIP_CLSID$\IsSIPInputMethod\(Default) = 1 (DWORD decimal)
The following are some of the ClassIDs:
Typical pre-installed:
{42429667-ae04-11d0-a4f8-00aa00a749b9} = Keyboard
{51A2CB38-154E-4C92-A625-A83871C99EC2} = Phone Pad
{42429690-ae04-11d0-a4f8-00aa00a749b9} = Letter Recognizer
{42429691-ae04-11d0-a4f8-00aa00a749b9} = Block Recognizer
{F0034DD0-2AD4-11d1-9CB0-E84BE8000000} = Transcriber
Third Party:
{991A1001-9DCB-11d3-B3C2-000000000000} = AccessPanel
{1E03E205-12D7-4d82-963E-C01889F2EC10} = Claviature
{500AEF94-EBB8-11d4-B1F8-00304F06E973} = Decuma Alphabetic (UNCONFIRMED!)
{95BDB641-772F-11d2-AC6B-204C4F4F5020} = Fitaly
{52429695-AE04-11D0-A4F8-00AA00A749B9} = FleXslide
{4EAD10BD-83AC-44b9-99AE-71958C1B0F0E} = InPad
{C099F78A-924E-4814-A8CF-54E7BD8C2124} = JetKeys
{4128DEE4-EE84-4338-A261-CC704CB32C19} = NanoPad
{42429695-AE04-11D0-A4F8-00AA00A749B9} = NullKB
{025ECAC2-075B-4b82-A972-05E4C17719EA} = PDAMedia Excel
{FA957346-A925-4b68-B9E1-D3D0310F4433} = PDAMEdia KBD
{DE6510EF-6691-401D-B1D3-B9074BFD1555} = PHM Character Map
{81FC2CAD-AD71-4793-9464-36D27630E584} = PHM Clipboard Pane
{9DD23292-0AB3-48F2-A245-0713652A8CEE} = PHM Ext. Keyboard
{FFFD6819-FF21-4e93-B844-A1BBF986B55C} = QuikWriting
{991A1000-9DCB-11d3-B3C2-000000000000} = RapidCalc
{A070BE16-AD56-11d3-BC77-00C06C512035} = Resco Keyboard Pro
{7F0854D9-9ADA-45A9-A3A2-189D9BE8A653} = Smilies Input Panel
{26F56EF0-2CE8-4C46-ADC8-FE0A7DF12DD1} = SPB Fullscreen Keyboard
{5efab5bd-0af5-48f8-abec-6f36e3a0b5af} = TenGo
{8A7968F3-677B-4F64-859C-8A49FCCCB9BF} = TextPlus
{A5304BFA-CC1D-493f-87D3-D9C17147FA32} = TopKey
{4345EA53-B8A5-4E24-A14A-F7C34DD78077} = WordLogic
KarhU said:
To add/remove items from the SIP list
If you have a few items in your SIP list which you don't use, they can be removed from the list by setting the IsSIPInputMethod for each item you want removed. To remove the SIP from the list, replace the $SIP_CLSID$ in the example below with a CLSID from the Set default SIP tweak.:
HKEY_CLASSES_ROOT\CLSID\$SIP_CLSID$\IsSIPInputMethod\(Default) = 0 (DWORD decimal)
To add it back to the list:
HKEY_CLASSES_ROOT\CLSID\$SIP_CLSID$\IsSIPInputMethod\(Default) = 1 (DWORD decimal)
The following are some of the ClassIDs:
Typical pre-installed:
{42429667-ae04-11d0-a4f8-00aa00a749b9} = Keyboard
{51A2CB38-154E-4C92-A625-A83871C99EC2} = Phone Pad
{42429690-ae04-11d0-a4f8-00aa00a749b9} = Letter Recognizer
{42429691-ae04-11d0-a4f8-00aa00a749b9} = Block Recognizer
{F0034DD0-2AD4-11d1-9CB0-E84BE8000000} = Transcriber
Third Party:
{991A1001-9DCB-11d3-B3C2-000000000000} = AccessPanel
{1E03E205-12D7-4d82-963E-C01889F2EC10} = Claviature
{500AEF94-EBB8-11d4-B1F8-00304F06E973} = Decuma Alphabetic (UNCONFIRMED!)
{95BDB641-772F-11d2-AC6B-204C4F4F5020} = Fitaly
{52429695-AE04-11D0-A4F8-00AA00A749B9} = FleXslide
{4EAD10BD-83AC-44b9-99AE-71958C1B0F0E} = InPad
{C099F78A-924E-4814-A8CF-54E7BD8C2124} = JetKeys
{4128DEE4-EE84-4338-A261-CC704CB32C19} = NanoPad
{42429695-AE04-11D0-A4F8-00AA00A749B9} = NullKB
{025ECAC2-075B-4b82-A972-05E4C17719EA} = PDAMedia Excel
{FA957346-A925-4b68-B9E1-D3D0310F4433} = PDAMEdia KBD
{DE6510EF-6691-401D-B1D3-B9074BFD1555} = PHM Character Map
{81FC2CAD-AD71-4793-9464-36D27630E584} = PHM Clipboard Pane
{9DD23292-0AB3-48F2-A245-0713652A8CEE} = PHM Ext. Keyboard
{FFFD6819-FF21-4e93-B844-A1BBF986B55C} = QuikWriting
{991A1000-9DCB-11d3-B3C2-000000000000} = RapidCalc
{A070BE16-AD56-11d3-BC77-00C06C512035} = Resco Keyboard Pro
{7F0854D9-9ADA-45A9-A3A2-189D9BE8A653} = Smilies Input Panel
{26F56EF0-2CE8-4C46-ADC8-FE0A7DF12DD1} = SPB Fullscreen Keyboard
{5efab5bd-0af5-48f8-abec-6f36e3a0b5af} = TenGo
{8A7968F3-677B-4F64-859C-8A49FCCCB9BF} = TextPlus
{A5304BFA-CC1D-493f-87D3-D9C17147FA32} = TopKey
{4345EA53-B8A5-4E24-A14A-F7C34DD78077} = WordLogic
Click to expand...
Click to collapse
Thank You very much. I am a tweaking enthusiast much like you and my HTC touch is working very well.
Another tweak I found was similar to this one
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SDMemory_Class]
"DisablePowerManagement"=dword:00000000
Instead of SDMEMORY_Class there was MMC_Class there too and it also had the disablepowermanagement option.
I've disabled that option so it does go into power management mode.
for Troditional Chinese Readers:
Native Imputs:
{E18BFD41-BEB8-11D1-8F9F-00AA00B58D45}="注音"
{E18BFD44-DF36-11D1-90DD-0000F81E0CE9}="倉頡"
{124D7CDC-CF2D-418F-8BB4-4395AD048B79}="手寫板"
{5AAFAF99-8D99-4466-A66D-95C44B608A84}="全螢幕手寫"
China FEP_No5en: (simplified Chinese included)
{3671431C-F947-4197-95BB-23723DC47D6E}="Ping Ying"
{15F1353C-E409-4dd4-B3D1-6B58F43792AE}="Chinese Serch"
{9668E639-80A6-4899-B03A-B7151C870657}="Chinese Writing"
littld said:
It is listed here:
http://forum.xda-developers.com/showthread.php?p=1654136#post1654136
Used to take several seconds to open the sip menu and now it's instant. Something to do with the system looking for CLSIDs that are set as input methods which is really slow.
Click to expand...
Click to collapse
Hi, i do not understand? If i remove "HKCR\CLSID" and then add it again it's the same **** like before. Why should there be an increase in speed?
I have been testing the waters with different Roms
my favorite being smoki.
I always end up using ROOT MANAGER to remove system apps i don't need ie.
Facebook
Twitter
Stocks
Setup
and i dont have any issues
I would like to know what other non required programs can be removed
Normally with Smoki i have 140mb free after cleanup
with Froyo rider i have half that.
Info Pulled from hero Thread
I have been looking into other threads to find info to add to this one for Sapphire.
aisseleacim03 said:
I searched the forum and have not found anything like a list that names all the apps with their real names so I went ahead and created one. (if someone has done it before as was unable to find it).
I have not written down every single one but most of them.
Ones that are missing are because I had deleted them already (Nascar, twitter, peep, Voice Recorder, Field test, etc), or because the name of the app and the real name where exactly the same (yes I know I did so for some of them but not many)
I have not touch the ones starting with DCS (Don't know if they are just part of DC ROMS)
And there are some missing like the Gallery Widgets, Photo Frame HTC Widget, Picture Frame Widgets, Google Search widget, Camcorder app, Navigation (Blue arrow).
Well here it is. Hope is of use.
GenieWidget.apk = news and weather widget
htcContacts.apk = people (Card)
htccontactswidgets.apk = People widget (Card)
Bluetooth.apk = Bluetooth Share
Browser.apk = Internet
Calculator.apk = Calculator
Calendarprovider.apk = android calendar (Blue & White)
Calendar.apk = htc Calendar (red & white)
ContactsProvider.apk = Contacts Storage
com.htc.MusicWidget.apk = htc music widget (music note)
I DELETED IT SO I DONT REMEMBER = Android music widget (speaker)
Clicker.apk = Keyboard calibration
com.htc FriendStreamWidget.apk = Friendstream widget
com.htc.WeatherWidget.apk = Weather Widget (Sun & cloud)
DeskClock.apk = Android Clock (square white background analog)
EnhancedGoogleSearchProvider.apk = Google search (Blue background white g)
EPST.apk = EPST
FilePicker.apk = File Browser
FlashPlayer.apk = HTC Flash Player
FriendStream.apk = Friend Stream
Gallery3DMT.apk = Gallery
GlobalSearch.apk = Quick Search Box
Gmail.apk = Gmail
GmailProvider = Gmail Storage
GoogleApps.apk = Google Apps (Black blackground white g)
GoogleCheckin.apk = Checkin Service
GoogleContactsSyncAdapter = com.google.android.sy...(dont know what follows)
GooglePartnerSetup.apk = Google Partner Setup
GoogleSettingProvider.apk = Google Settings Provider (Looks like a dial)
GoogleSubscribedFeedsProvider.apk = Sync Feeds
HTC_IME. apk = HTC_IME Mod
HtcAddProgramWidget.apk = Rosie Utility
HTCAlbum.apk = Photos
htccalendarwidgets.apk = Htc Calendar Widget (Red & White)
HTCCamera.apk = Camera
HtcClockWidget.apk = Clock Widget (Round Black analog)
HtcDialer.apk = People (Phone Receiver)
HtcFacebook.apk = Facebook for HTC Sense
htcmailwidgets.apk = Mail widget (open envelope)
htcmsgwidgets. apk = Message widget
HtcMusic.apk = Htc Music (Green Music note)
I DELETED THIS SO I DONT REMEMBER = Android Music (Speaker)
HtcNaviPanel.apk = Navigator (Folded Map)
HtcPhotoWidget.apk = Photo Widget
HtcPPST.apk = Update 3G Display
HtcRingtoneTrimmer.apk = Ringtone Trimmer (Blue sound wave and scissor)
htcsearchwidgets.apk = HTC search Widget (magnifying Glass)
HtcSettingsProvider.apk = com.htc.provider.settings
htcsettingswidgets.apk = Settings Widget (
HTCSetupWizard.apk = Setup (Magic hat and wand)
HtcStreamPlayer.apk = Streaming Media Player (Movie reel blue white arrow)
LearnMore.apk = HTC Mobile Guide
LiveWallpaperPicker.apk = Live Wall Paper Picker
Mail.apk = Mail (open envelope)
MediaProvider.apk = Media Storage
MediaUploader.apk = My uploads
Mms.apk = Messages
NetworkLocation.apk = Network Location
PCSCII.apk = PC Synchronization
PDFViewer.apk = PDF viewer
Phone.apk = Dialer (Phone receiver)
Quickoffice.apk = Quickoffice
Rosie.apk = HTC Sense
SDSA.apk = Device Self Service
Settings.apk = Settings
SettingsProvider.apk = Settings Storage (Dial)
Sprint_Core.apk = VoiceMail
Sprint_Navigation.apk = Sprint Navigation
Sprint_NFL.apk = NFL
Steet.apk = Street View
Talk.apk = Talk (Speech Bubble with talk)
TalkProvider.apk = Google Talk Storage
gtalkservice.apk = Google Talk Service (speech bubble with "Talk" in it)* Out of order but I think it is related
TelephonyProvider.apk = Dialer Storage
TtsService.apk = TTS Service
UploadProvider.apk = HTC Media Uploader
Vending.apk = Market
VoiceSearch.apk = Voice Search (Mic)
Weather. apk = Weather (Sun & Cloud)
WeatherSyncProvider.apk = HTC weather sync provider (Sun & Cloud)
WorldClock.apk = Clock (Black round analog)
YouTube.apk = YouTube
Click to expand...
Click to collapse
You can see this wiki too
http://wiki.cyanogenmod.com/index.php/Barebones
Removing applications from the system partition does not speed the ROM up, or give you space for installing your own applications (unless you copy them to that partition with a root enabled file manager).
eyegor said:
Removing applications from the system partition does not speed the ROM up, or give you space for installing your own applications (unless you copy them to that partition with a root enabled file manager).
Click to expand...
Click to collapse
Right but thanks to new advancements in managing partition sizes w/o flashing spl's, u cud have a system of a certain size (junk removed, only core apps) and REST would all be DATA.
Mod. edit: as of now not dev related, moved to general
Ok just saw this as part of the know your MAC address thread but wanted to pursue this just in case we find something new
##634# takes the phone into Diagnostic mode
*#1234# lists PDA: Phone and CSC version (like in Android?)
Does this mean Odin could flash it?
when in Diag mode:
*#1111# Testing Mode Software - potential for other commands
keep entering numbers until you see a - minus number then keep presing back until only the minus sign left, you will then see a new menu
Go into Debug, then option 8 Phone Control, then option 6 Network Lock and report findings please.
1 Debug Screen
| |
| 1 Basic Info
| 2 MM Information
| 3 RR Information
| 4 Neighbour Cell
| 5 GPRS Information
| 6 SIM Informtion
| 7 Handover
| 8 Phone Control
| 9 Antenna/ADC
2 Version Information
| |
| 1 SW Version
| 2 HW Version
3 UMTS RF NV
| |
| 1 RF NV Read
| 2 RF NV Write
4 GSM RF NV
| |
| 1 RF NV Read
| 2 RF NV Write
5 Audio
| |
| 1 Handset
| 2 Headset
| 3 Speaker
| 4 BT Headset
| 5 Rebuild All
| 6 TTY Mode Set
6 Common
| |
| 1 FTM
| 2 Debug Info
| 3 RF Scanning
| 4 Diag Config
| 5 WCDMA Set Channel
| 6 NV Rebuild
| 7 Factory Test
| 8 Force Sleep
| 9 GPS
*#2222# Testing Mode Hardware - potential for other commands
same menu as *#1111# using same minus sign procedure to get to it
*#0987# Multitouch test mode
*#2580# Integrity Control On / Off (1 is on 2 is off)
*#03# SMD Header Info 70120001127750
*#05# Simple Test (1, Vibration; 2, Camera; 3, Acceleration; 4, Proximity; 5, Light; 6, Key; 7, TSP; 8, Battery; 9, Loopback)
*#80# check pattern input co-ordinates?
*#777# Vphone 777 Done
*#9090# Test Mode 1, USB; 2, UART[*]; 3, DBG MSG On; 4, DBG MSG Off[*]
Shall I shutup now?
No don't shutup, creating this thread was a good idea.
Apparently in this menu there is a way to get tethering to work!
*#7284# is what you might be looking for
funny thing is, once you've set this my PC recognises it as an Android ADB Interface!!! Windows and Drivers, don't you just love 'em
More info here: http://mobilitydigest.com/windows-phone-7-tethers-you-can-do-it-now-heres-how/
pLUSpISTOL said:
No don't shutup, creating this thread was a good idea.
Apparently in this menu there is a way to get tethering to work!
Click to expand...
Click to collapse
*#0*# LCD test and other sensors
*#0011# enter Test Mode
*#0228# enter Debug Mode with battery info
*#1472365# enter in Location Service
*#7284# to setting tethering usb
*#7465625# for Personalize - Lock Status - Network Lock - Subset - SP Lock - Cp Lock
Can we unlock the phone using these codes? I mean to use other carriers SIM card, and also fix the MMS issue
gnasher666 said:
Go into Debug, then option 8 Phone Control, then option 6 Network Lock and report findings please.
Click to expand...
Click to collapse
All I see is:
Diagnostic Application
Test Mode
6
Hope this helps someone.
I was hoping to find a way in these options to turn off the damn screen blanking when a call is made! My phone does not want to recover from the blank screen even when placed on a flat surface during the call.
EDIT: Have just noticed that you can enter numbers after the [6] Network Lock screen displays 6. First few I have tried returns to "Menu not exist press back key - Current command is 1827364" screen
Keep tapping 6.... untill there is a - sign.... i got caught out with that too... i'll upload a video quicly on pootube...
Accelerometer
Just ****ed up my accelerometer in the *#0*# menu, and now the screen doesn't rotate at all anymore.
There's a "Cal" button that I used, presumably to be able to configure the correct rotation of the phone, but I don't understand how to use the "True" or "False" returns that come up...
How do I use these controls?
Can I reset it? How?
SengUK said:
All I see is:
Diagnostic Application
Test Mode
6
Hope this helps someone.
I was hoping to find a way in these options to turn off the damn screen blanking when a call is made! My phone does not want to recover from the blank screen even when placed on a flat surface during the call.
EDIT: Have just noticed that you can enter numbers after the [6] Network Lock screen displays 6. First few I have tried returns to "Menu not exist press back key - Current command is 1827364" screen
Click to expand...
Click to collapse
Crap record, Will find a better device to record it on in the morning, but shows the basic jist of how to get into the menu past the bit your on about.
http://www.youtube.com/watch?v=bRUgFzgjNCM
Necroman_AI said:
Can we unlock the phone using these codes? I mean to use other carriers SIM card, and also fix the MMS issue
Click to expand...
Click to collapse
guys... any news here?
I'll get mine early next week, and try this out as soon as I do... Has anyone tried the "Antenna / ADC" Menu? It's not all that likely, but ADC could stand for "Automatic Data Configuration" (the system used to set the MMS settings) rather than "Analog to Digital Converter" there...
Hi all, thanks for this info. Does anyone know if it is possible to calibrate the touchscreen of the Samsung Omnia 7? I noticed that the calibration is a little bit off. I can see that when I do the multi-touch test or when I use the app called "fingerpaint". I saw the "LCD Test" which has an item "Touch" but it is only a test, not a 'cal' (calibration), like some of the other menu's have.
When I touch the screen on the left side, the responsive area is a little on the left of my finger. It is not much, but I might consider returning the device if I cannot fix this myself. The device is only one day old, and I like it very much. If I would return it they will probably be able to recalibrate it, but I'm afraid that it may take a few weeks before I get it back. And I really don't like missing it already.
Thanks!
http://forum.xda-developers.com/showthread.php?p=9199305&mode=linear
turn off 3G
Hi
There is a possibility to turn off 3G. You have to go into "Debug Screem" like gnasher666 has written. Then you choose Phone Control and then Network Control. There you choose Band Selection, where you can choose which network you want.
Bye,
Pinggi
**ALL** diagnostic codes for SAMSUNG devices
I reverse engineered the Diagnostic Menu Application. It contains a list of configuration "Titles" with corresponding hash-codes. I made a tool to reverse the hash-codes to dial-codes. The dial-codes may not be the same as some codes that were already known, but the dial-codes are absolutely correct for these menu. Differences are due to hash-collisions (same hash-code may have multiple possible dial-codes). I just used the shortest dial-codes for every menu.
The list of menu's is very long and I discovered that not all menu-codes were not actually implemented. I guess this list of codes is used for all Samsung devices (possibly also for Galaxy S and older Windows Mobile devices). So not all dial-codes may actually work on your device.
WARNING!! The menu's can configure low-level settings of your phone. And if you don't know what you're doing you may brick your device or maybe hard-reset the device and loose all your data and settings. Or you may faulty calibrate your sensors. Be very, very careful with experimenting!! I will not take any responsibility for damaging your device in any way.
I would personally be very interested if anyone finds a way to get the device in download-mode by using these menu's (I have a bad bootloader which does not let my Samsung Omnia 7 go into download-mode to flash it to a newer firmware).
This is the list with menu-titles, dial-codes and their hashcode:
Code:
FTAMain = 15 (0x686)
QUALCOMM TEST = *09# (0x17DB96)
TMOServiceMenu = *74*# (0x31710C2)
SMDINFO = *#03# (0x30C0953)
SIMPLE FUNCTION TEST = *#05# (0x30C0995)
IMEI NUMBER = *#06# (0x30C09B6)
VIEWHISTORYNW = *#07# (0x30C09D7)
LCDTEST = *#0*# (0x30C082A)
QWERTYTEST = *#1*# (0x30C0C6B)
BATT TEST = *#2*# (0x30C10AC)
BRIGHTNESS TEST = *#3*# (0x30C14ED)
TouchDelta 80 = *#80# (0x30C2AF8)
LIGHTTEST = *#12*# (0x648DBCDD)
BTLOGDUMP = *#232# (0x648E4E87)
WIFI FACTORY TEST = *#526# (0x648FEFED)
RILNETLOG = *#638# (0x649080D1)
RILDUMP = *#745# (0x64911110)
VPHONE770 = *#770# (0x64911D2E)
VPHONE771 = *#771# (0x64911D4F)
VPHONE772 = *#772# (0x64911D70)
VPHONE773 = *#773# (0x64911D91)
VPHONE774 = *#774# (0x64911DB2)
VPHONE775 = *#775# (0x64911DD3)
VPHONE776 = *#776# (0x64911DF4)
VPHONE777 = *#777# (0x64911E15)
VPHONE778 = *#778# (0x64911E36)
VPHONE779 = *#779# (0x64911E57)
SR TEST = *#780# (0x6491216F)
VT DUMP = *#938# (0x649225F4)
Disable Testbed = #12358# (0xFC28BE89)
Enable Testbed = *12358# (0x170067D0)
DEBUGMODE1 = *#0011# (0xF63246F2)
BATTERYINFO = *#0228# (0xF63364DC)
PHONELOOPBACKTEST = *#0283# (0xF6337DBD)
AUDIOTEST2 = *#0289# (0xF6337E83)
FMRADIORX = *#0368# (0xF6340241)
LIGHTSENSORTEST = *#0589# (0xF63523A6)
RRCVERSION = *#0599# (0xF63527E7)
AUDIOTEST = *#0673# (0xF635AB00)
SOUNDTEST = *#0675# (0xF635AB42)
RTC = *#0782# (0xF6363B81)
DEVICETEST = *#0842# (0xF636B6DE)
ILLUMINATIONTEST = *#0843# (0xF636B6FF)
MultiTouch = *#0987# (0xF63754E8)
SWversionFTA = *#1111# (0xF644EBD4)
MOUSETEST = *#121*# (0xF645774E)
SWversionEx = *#1234# (0xF645811A)
MOUSECAL = *#123*# (0xF6457FD0)
MOUSECAL06 = *#126*# (0xF6458C93)
GPSTEST = *#1575# (0xF6473762)
MICROUSB TEST = *#1793# (0xF6485864)
HWversionFTA = *#2222# (0xF6579518)
BANDSELECTION = *#2263# (0xF657A63D)
PHONEDUMP = *#2454# (0xF658BADF)
CAMERAUPDATE = *#2470# (0xF658C2DD)
CAMERADISABLE = *#2480# (0xF658C71E)
NAVIKEY TEST = *#2486# (0xF658C7E4)
INTEGRITY = *#2580# (0xF659537F)
TouchFirmare 2663 = *#2663# (0xF659D7C1)
TouchDelta 2664 = *#2664# (0xF659D7E2)
TouchDelta 2665 = *#2665# (0xF659D803)
RILNETLOG OFF = *#6380# (0xF6A09CC1)
RILNETLOG ON = *#6381# (0xF6A09CE2)
NETLOCK NETWORK = *#6955# (0xF6A3DAE9)
USBPATHCHANGE = *#7284# (0xF6B22965)
POWERONATTACH = *#7298# (0xF6B22E2A)
SELF DIAGNOSTIC MODE = *#7353# (0xF6B2A8E2)
DebugOption = *#7450# (0xF6B334E0)
ERROR REPORT ON = *#7451# (0xF6B33501)
ERROR REPORT VERIFY = *#7452# (0xF6B33522)
NETLOCK SERVICE = *#7755# (0xF6B4DAA8)
VPHONE DISABLED = *#77*0# (0xF6B4AB38)
VPHONE ENABLED = *#77*1# (0xF6B4AB59)
UARTCHANGER = *#9090# (0xF6D54562)
DEBUGDUMP = *#9900# (0xF6DA0E82)
PILEDUMP = *#9901# (0xF6DA0EA3)
NETLOG LOG START = *#9905# (0xF6DA0F27)
DEBUG RIL DUMP = *#9906# (0xF6DA0F48)
ERRORREPCAB INSTALL = *#9907# (0xF6DA0F69)
GUMITEST3G CAB INSTALL = *#9908# (0xF6DA0F8A)
SUWON3G CAB INSTALL = *#9909# (0xF6DA0FAB)
UARTPATH = *#9910# (0xF6DA12C3)
BATTERYMONITOR = *#9911# (0xF6DA12E4)
CONNECTION SETTING = *#9920# (0xF6DA1704)
VERIFYCOMPARE = *#9990# (0xF6DA34CB)
YSSHINTEST = *#9999# (0xF6DA35F4)
VersionScript = 19104#2* (0xD21FC43E)
BLUETOOTH LOG DISABLE = 20652609 (0x1598F3DE)
BLUETOOTH LOG ENABLE = 20652619 (0x1598F3FF)
BT SSPDEbugModeEnable = 20652629 (0x1598F420)
BT SSPDEbugModeDisable = 20652639 (0x1598F441)
OMADMCLIENT LOG DISABLE = 20653609 (0x1599803F)
OMADMCLIENT LOG ENABLE = 20653619 (0x15998060)
CELOG LOG DISABLE = 20654609 (0x159A0CA0)
CELOG LOG ENABLE = 20654619 (0x159A0CC1)
TOTALCALLTIME = 2934331* (0xC35403F3)
RESET CUSTOM = 35180948 (0x77496B66)
RESET FACTORY = 35190718 (0x775B7B02)
ERASE IMEIITEM = 35190728 (0x775B7B23)
IMEI ADJUST = 35190738 (0x775B7B44)
BLUETOOTH RF TEST = 3##65*88 (0xECE73A9E)
BLUETOOTH AUDIO TEST = 3##65*98 (0xECE73ABF)
AutoSimSetting = 40*047#3 (0xD1C556DF)
PVKKey = 40*549#3 (0xD21FD9E6)
RESET FACTORY WITHDEFAULTLANGUAGE = 76264513 (0x777E1362)
NONSLEEPCALL OFF = *#069*0# (0xBCEBFF49)
NONSLEEPCALL ON = *#069*1# (0xBCEBFF6A)
LEDTEST = *#14789# (0xBF1C1ADD)
DMSessionInit = *#15428# (0xBF2C7494)
CIPHERING = *#32489# (0xC3A095FA)
CAMERAUPDATESVC = *#32589# (0xC3A1225B)
LOGDUMPMGR = *#33284# (0xC3B19514)
SR DISABLED = *#780*0# (0xCD5F5D49)
SR ENABLED = *#780*1# (0xCD5F5D6A)
NETLOCK SUBSET = *#78255# (0xCD60A57B)
LAUNCH UAEDIT = *#92782# (0xD1A12DFC)
PdaBuildTime = *#99820# (0xD2204C1C)
VersionTime = *#99821# (0xD2204C3D)
WIFI TEST = 0373385#6 (0xECE73BA6)
EN LOCK NW = 074578132 (0xBBF27D35)
GCFTESTMODE ENTER = 086#58023 (0x1807BAE3)
FILE SYSTEM TEST = 089559715 (0x28F3F681)
AUDIOGAINCONTROL = 08#766104 (0x902D68E3)
DIS LOCK SUB NW = 17#991#3* (0x1D45A6AE)
PVKFileName = 18*357#25 (0x161B193C)
EN LOCK SUB NW = 193582504 (0xBC073A15)
GPSTESTTOOL = 1#8865#55 (0xF61EC09C)
EN LOCK CORP = 1*0273411 (0xF62C007D)
EN LOCK SVC = 1*0278411 (0xF62EBE62)
DIS LOCK NW = 20789802* (0x1D30E9CE)
SellOutSMS = 2615#0922 (0xD04CA8DE)
TFlashUnPairing = 30334*733 (0x51B892C4)
DIS LOCK SVC = 38025*93# (0xCA957BDB)
GPSTESTTOOL2 = 400#40*08 (0xB9F6D60D)
GPSTESTXTRA = 400#40*18 (0xB9F6D62E)
SerialNumber = 5317*0648 (0x6E256D8C)
EN LOCK SIM = 5494585*3 (0xBC051995)
SERVERURL = 553378683 (0xD8389060)
SLIDECOUNT = 584644021 (0xF0BF3052)
SellOutSMSTestMode = 597#*224# (0x96E7B26D)
APPSLAUNCHER = 5**6244*3 (0x33B0B76)
SLOGSERIAL M2 = 66#6757#1 (0x7050E07C)
AutoReceive Enable = 7160*5088 (0xEF2C5E0D)
TESTMODE = 718071#49 (0x8A09ACC8)
RESET SERVICE = 72673#00# (0xEC5B4BEF)
ReactivateSellOutSMS = 74201#086 (0x807DB65F)
AUDIOCODEC = 7#16#1#37 (0x902D68C2)
ADMIN GENERIC = 838*5448* (0xC8E890AC)
SLOGSERIAL ALL ON = 8644*3081 (0x705107AC)
VT MANUALSETTING = 8802*7*5# (0x104384B5)
DISLOCK SIM = 98217*243 (0x1D43862E)
DMTESTMENU = 9#7357764 (0x414D9633)
SLOGSERIAL ALL OFF = #22#6214# (0x7050E03A)
SLOGSERIAL M1 = #22#6215# (0x7050E05B)
SLOGSERIAL M3 = #22#6217# (0x7050E09D)
SLOGSERIAL M4 = #22#6218# (0x7050E0BE)
SLOGSERIAL M5 = #22#6219# (0x7050E0DF)
ADMIN VODAFONE = #75471648 (0x1C42130D)
DisableSellOutSMS = *4587*676 (0x903477AF)
BLUETOOTH SEARCH TEST = *#232333# (0xECE73AE0)
RANDOM BT MAC = *#232336# (0xECE73B43)
BLUETOOTH MAC VIEWER = *#232337# (0xECE73B64)
WIFI MAC VIEWER = *#232338# (0xECE73B85)
PRECONFIGURATION = *#638738# (0x213EF313)
SELF DIAGNOSTIC MODE DISABLE = *#7353*0# (0x6E008D7C)
SLOGSERIAL M6 = *#745*06# (0x7050E100)
DIS LOCK CORP = 00*2*2#524 (0xCA92BDF6)
ADMIN TMOBILE = 0612824763 (0x1BFBCA67)
AutoReceive Disable = 09925572#3 (0xD4B8217D)
SWversionIn = 1309653522 (0xECB23FC4)
GPSTTFFTESTTOOL = 154*068271 (0xF61EBC7C)
SellOutSMSProductionMode = 1#3341#5#0 (0x96D7C68A)
LOCK STATUS INFO = 28##**23*0 (0x7D8C72E3)
SWversionNewIn = 32456464#7 (0xFD58D7FC)
zyborg said:
Just ****ed up my accelerometer in the *#0*# menu, and now the screen doesn't rotate at all anymore.
There's a "Cal" button that I used, presumably to be able to configure the correct rotation of the phone, but I don't understand how to use the "True" or "False" returns that come up...
How do I use these controls?
Can I reset it? How?
Click to expand...
Click to collapse
Go back to the setting, put the phone on a flat surface like a table and then press CAL.
Cal = Calibrate. It basically sets the accelerometer position when the phone is in default position.
*#0*# compass not working?
*#0*# -> compass .... but compass values are not well updated and does not reflect the real north?
Any hints ?
Uh, maybe a stupid question, but once I entered the diagnosis menu dialing the ##634#, I now have a Diagnosis application in the application list which takes me there as well. My question is that is it safe to 'uninstall' it? I mean will it just make the icon in the list go away or is there a chance it could actually uninstall the entire diagnosis program..?
Here is how to increase yr volume in OMNIA 7
==============================
Increase Speaker Volume
Enter the phone dialer
##634#, tap Call.
Enter code: *#0002*28346# or *#0002*28345#
Tap: Get, under the Device Gain (max/min)
First Box: 7
Second Box: change to 16000
Third Box set to 0
Tap: Set
Be sure that audience.cfg is set to on
Tap: Start
Tap: Home
Restart your phone.
After reboot, enter the same menu and just tab get to verify the settings
Increase Headphone Volume
Note: Make sure your headphones are plugged in first
Enter the phone dialer
##634#, tap Call
Enter code: *#0002*28346# or *#0002*28345#
Tap: Get under the Device Gain (max/min)
For "device gain" leave number 5, set 1100 (max) and -1100 (low)
Tap: Set
Verify that AUDIENCE.CFG is ON
Tap: Start
Tap Home
Restart your phone.
After reboot, enter the same menu and just tab get to verify the settings
Enjoy
Want BoomSound? What about Harman/Kardon?
These hacks are very simple to do. Just simple changes to files.
>>insert non-responsibility disclaimer here...<<
Click to expand...
Click to collapse
I have tested most of them, but not all, hence you will see that some of them are questions (in red). I didn't bother changing those ones as to me personally either not necessary or didn't want to mess. But I included them anyways.
Tried and tested that the hacks will be implemented upon factory reset. Have not tested if restarting will work.
Just restart the phone for the changes to be applied.
Requirements:
Root (obviously)
Click to expand...
Click to collapse
Here we go!
File location:
/system/customize/ACC/your_file_here.xml
Click to expand...
Click to collapse
AMS_feature_FirstBackgroundProcess_white_list = insert the app that you want to be processed by the phone upon boot.
AMS_feature_QuickBoot_white_list = Quick boot whitelist?
AMS_feature_recentApp_MaxRecentTasks = Number of apps that will be detected by the Grid View Task Manager
AMS_feature_recentApp_MaxVisibleTasks = Number of apps VISIBLE on the Grid View Task Manager
AppUsageStats_feature_AutoEnableWifi_when_launch = Turns on Wi-Fi upon opening Usage app
disable_screenshot = as the name implies
enable_gesture_service = 3 finger gesture?
NMS_feature_flashlight_during_charging = turns on flashlight upon charging?
NMS_feature_led_flash_timeout = led notification timeout?
NMS_feature_tri_color_led = Tri color?
powerkey_answer_phone = as it implies
quicklaunch_flashlight = adds the official flashlight app (as long as you have it installed) on the power menu
battery_show_unsupported_charger_dialog = as the name implies
battery_stop_low_battery_tone_after_1sec = ?
battery_use_another_low_battery_condition = i wonder what this means?
boot_music_default_volume = default volume level of "media" upon boot
devicepolicy_factory_restriction = ?
devicepolicy_wipe_external_storage = ? (when you factory reset, it already wipes your sd, even though on my phone it is set as false)
globalaction_enable_cancel_button = ?
keyguard_locknow_when_sim_absent = locks when no sim?
keyguard_stuck_network_lock = ?
power_halve_brightness_when_offhook = tried this. but couldn't see the difference.
powermanager_backlight_exponential_mode_enable = ?
support_battery_overheat_degree = change battery temp for automatic shutdown?
support_battery_overheat_notify = as name implies
support_cpu_overheat_notify = as name implies
support_extreme_power_saving_mode = says false on mine, but still has EPS
uimode_keep_screenon_when_charging = yeah
Media
support_harman = enable support for harman/kardon, might need .so file for it to work, might need to turn off beats and boom sound.
support_music_ringtone = mp3, etc for ringtones?
support_outdoor_mode = ?
support_theater_effect_logo = yeah
Wi-Fi
ipv6_support = mine is on, even though file says false
Telephony
wlan_support_5g_hotspot = wow! 5g
HTC Camera / Gallery
can_enable_human_joint = enables "crop me in", tried turning it on, but forgot to check for it.
force_3d_preview_rendering = HTC One M8's 3D rendering, will show, but will not work.
grant_crop_me_in_enabled = check above
has_manual_capture = HTC Eye's manual settings, will force close
has_panorama_plus = enables 360 panorama, works
support_front_cam_led_countdown = LED flashes on countdown on selfies
support_same_features_for_all_cameras = adds enabled modes on selfies/front cam, works except for non working ones above
supportZoeInVideoCapture = enables snap shots on zoe video capture, does not work
Lockscreen
device_performance_level = lock screen priority?
Internet
enable_dynamic_switching_rendering = ?
enable_GPU_upload = ?
enable_read_mode = google, couldn't really try if it works
enable_smart_read_mode = google
memory_limit = ?
support_rename_download_file = could be handy
Phone
delayOfAllowIncomingRing = delay in ms upon ringing
isWaterProof = HTC J Butterfly?
Settings
notification_flash_led_8color = how can we utilize this?
SystemUI
notification_light_behavior_options = turned this on, but didn't know where to look for it
quick_setting_available_items = change quick settings, don't know how to check for the corresponding number to the settings, and how to add them?
show_4g_for_lte = want the old LTE back?
support_minor_quicksettings = tried enabling, don't know where to change
Volume
safe_volume_timeout
support_ringback_tone
support_toogle_use_ring_volume_for_notify
Weather
hide_vendor_logo = is this the AccuWeather logo?
WorldClock
isSupportAlarmVolumeKeyInSilentMode
Gallery Effect
htc_album_feature_diff = change the one's below:
albumeffect_refocus = HTC One M8's blur refocus, will show, but doesn't work
albumeffect_cutpaste = Got it on, forgot what it is
albumeffect_4seasons = HTC One M8's Season effects, will show, doesn't work
albumeffect_foregrounder = HTC One M8's Foregrounder effect, will show, doesn't work
albumeffect_3d_marco = HTC One M8's 3D viewer
albumeffect_enable = ?
Sound
support_beats_audio = well
support_boomsound_effect = Enables boom sound effect, might need .so files for it to work properly, might need turn off beats and harman.
support_fingerprint = HTC One M9+ already been worked even before released in public
support_music_channel = ?
support_vmware = wow, virtual machine?
Click to expand...
Click to collapse
As you can see, upon opening the file/s, there are a lot of things that can be changed. Thread accordingly when changing things.
The reason above for the "your_file" is that depending on what base ROM you've got (eu, asia, wwe, etc) plus the combination of the sim card that you've got, the phone will try to find the corresponding xml file. I will let you figure this one out. But it is very easy to do. This could also be the reason why that you might need to factory reset your phone before these hacks will work.
I would recommend, as much as you can, to use the right file. In any case, remove the unnecessary xml files but keep the "default" one. Your phone will use it then.
Upon changing the values on the files, you must make sure that the permissions of them are set back to normal. Too lazy to say.
I bet these hacks can also easily be implemented by the Xposed Modules, avoiding the need for factory reset.
Click to expand...
Click to collapse
For the telephony 5G I'm pretty sure that may enable the use of 5GHz for the wifi hotspot/tethering, as it currently only uses the 2.4GHz wifi. Might be best to not fiddle with quick boot as I heard that's incompatible with Lollipop.
KiraYahiroz said:
For the telephony 5G I'm pretty sure that may enable the use of 5GHz for the wifi hotspot/tethering, as it currently only uses the 2.4GHz wifi. Might be best to not fiddle with quick boot as I heard that's incompatible with Lollipop.
Click to expand...
Click to collapse
I've thought the same. But I think it is already enabled even though the file is saying not. Don't have a 5ghz wifi to test.
[size=+2]Discontinued; but the hosts files below are always updated[/size]
This is a recompilation of registry hacks for Interop-unlocked Windows Phone devices.
I have tested this on my freshly hard-resetted Lumia 730; Windows Phone 8.1 GDR1 (Also tried on Win10 v14393.189 as of 2 weeks ago).
I have used CustomPFD to explore the whole WP Registry, I will update this thread if I find something new and unusual.
- Created registry values are tested while there are some that says 'create a value for this key', I did not include it without initial and further testing
- Most WPTweaker tweaks are not here though, I still haven't consulted them for replicating their list of tweaks. All of the tweaks below are the ones I always use/alter on my device.
- Several tweaks might still apply on W10M but I haven't tested it all yet.
- Useful things are in here, I will dig down further to add more to this thread
Credits:
- CustomPFD
- WP10 WPTweaker
- WPTweaker
________________
Code:
HKLM\SYSTEM\ControlSet001\Services
(Start: 4 (Disable), 3 (Manual), 2 (Automatic), 1 (System), 0 (Boot))
- DataCollection
- DiagnosticSvc
- DiagTrack
- dmwappushsvc
- DnsCache → You might want to disable this service if and only if you are using a large hosts file
- FeedbackSvc
- telrepsvc → Telemetry, haven't confirmed yet but somehow breaks clearing of Telemetry files in Storage
- telwatsvc → Telemetry
Code:
HKLM\SYSTEM\ControlSet001\Control
- WaitToKillServiceTimeout
Code:
HKLM\SYSTEM\Maps\Storage
- UseSmallerCache
Code:
HKLM\SOFTWARE\OEM\VolumeLimit
- EnableVolumeLimit
- VolumeLimit
Code:
HKLM\SOFTWARE\OEM\Nokia\Onboarding
(I do not know what this does)
- EnableNokiaCare
Code:
HKLM\SOFTWARE\Microsoft\CommandChannel\Internal
(Testing; Disables Push Notifications?)
- IsWNSEnabled
Code:
HKLM\SOFTWARE\Microsoft\DataCollection\Default\WifiAutoConnectConfig
(Disables Wi-Fi Sense)
- AutoConnectEnabled
Code:
HKLM\SOFTWARE\Microsoft\DeviceEncryption
(Testing; Bitlocker?)
- Enabled
Code:
HKLM\SOFTWARE\Microsoft\Internet Explorer
- Disable Display Inline Images → Enables IE's Show Pictures Automatically option
Code:
HKLM\SOFTWARE\Microsoft\Internet Explorer\GestureNavigation
(Testing; IE Swipe Gesture)
- FlickThreshold
Code:
HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\TabStore
(Testing; Max Tabs? I think this one is the tabs to be kept in memory, or else.. It will be unloaded)
- NumberToKeep
Code:
HKLM\Software\Microsoft\Messaging\GlobalSettings
- ShowSendingStatus → Useful if you want to see the "Sending..." status in your outgoing sms
Code:
HKLM\Software\Microsoft\PolicyManager\current
(Works like Group Policy Editor? Feedback in Settings now says Disabled by policy/administrator or something like that)
- ...\System\AllowTelemetry, it is set to 2. Setting this to 0 disables Telemetry and Feedback.
Code:
HKLM\Software\Microsoft\SEMgr\UI
(NFC Settings)
Code:
HKLM\Software\Microsoft\Shell\CustomHoldDelays
(Contains Hold Delays for touch taps, higher=longer tap to activate)
Code:
HKLM\Software\Microsoft\Shell\NavigationBar
- IsBurnInProtectionEnabled → This is the one that makes your software navigation bar grayish
- IsDoubleTapOffEnabled → This option is hidden in the Navigation Bar settings for Windows Phone 8.1 GDR1 users, double tapping the navbar will lock/turn-off the screen; good for hardware key prolongation
Code:
HKLM\Software\Microsoft\Shell\Start
(Tile Flipping Delay)
- NotificationCycleTimer
Code:
HKLM\Software\Microsoft\SQMClient\Windows
(Windows Customer Experience Improvement program)
- CEIPEnable
Code:
HKLM\Software\Microsoft\Windows\CurrentVersion\Control Panel\Theme
(Use 59, 64, or 75)
- UserPreferenceWidth → 75 in my device gives 5 Quick Settings instead of the usual 4
Code:
HKLM\Software\Microsoft\Windows\CurrentVersion\Audio
(Testing; Allows compressed format like FLAC?)
- AllowCompressedFormatSupport
Code:
HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings
- ReceiveTimeOut
- SendTimeOut
Code:
HKLM\Software\Microsoft\Windows\CurrentVersion\WINEVT\Channels
(Testing; Event Logging)
~ I tried setting Enabled to 0, I do not see/feel any changes though.
Custom Hosts file
hosts sources are now posted here.