[Q] Registry for backlight? - Touch Pro, Fuze General

Hey I'm looking for the registry entry that controls whether auto-adjust backlight is on or off.
I searched and couldn't find it.
I'm doing the sashimi auto thing and would like to do all registry hacks at once.
If anyone has any other registry edits I should do, besides the ones listed in the tweak list, please fell free to list them. thank you.

villa_bryan said:
Hey I'm looking for the registry entry that controls whether auto-adjust backlight is on or off.
I searched and couldn't find it.
I'm doing the sashimi auto thing and would like to do all registry hacks at once.
If anyone has any other registry edits I should do, besides the ones listed in the tweak list, please fell free to list them. thank you.
Click to expand...
Click to collapse
Check out Lumos http://forum.xda-developers.com/showthread.php?t=450318
Probably the best backlight program.. and very low overhead, uses almost no CPU

Related

Registry Hacks

Is there a list of Registry hacks for WM5 Smartphones somewhere? My other device is a Universal and you can tweak the hell out of it
This is my first Smartphone and customisation already seems a bit limited but there are a few things that i would like to be able to do, for instance:
1. Customise the top left hand button to be my program of choice, probably WMP
2. Speed up the rate at which the cursor moves along text
3. Change the length of the vibrating alert
These are just a few examples, but there are probably lots of things that could be tweaked to improve the user experience that i haven't discovered yet.
Has anyone found anything useful?
if someone asked me this question, i would direct them to this forum.
but seeing as you're already here and asking that question, i'm buggered if i know.
perhaps SPV Developers, or buzzdev.net ??
www.howardforums.com/showthread.php?t=858861

Bluetooh listen music (A2DP) - Use Registry Hack to improve

Registry Hack Improvement of using bluetooth listen music
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtA2dpSnd
Add "Priority256 "= dword:60 (Use Dword Value)
HKLM/SOFTWARE/Microsoft/Bluetooth/AudioGateway/Capability
(Dword:69)(Default is 37)
HKLM/SOFTWARE/Microsoft/Bluetooth/AD2P/Settings/BitPool
(Dword: 60)(Default is 30)
Re: Bluetooh listen music (A2DP) - Use Registry Hack to impr
What?
can elaborate the difference in settings?
Yes, I tried this registry hack on my Atom with HS-12W Headset, it eliminated almost 99% of high frequency noise. Now the sound is crytal clear
mine didnt even have the default settings bitpool key
i just tried it and it makes a huge improvement
it's still not perfect, but it's a lot better than before
thanks
for those that don't have the bitpool, add the settings key and then add the dword for bitpool
I understand the bitpool setting, but isn't the audiogateway capability a bitmask used to set the handsfree profile capabilities? Why would that affect a2dp quality?
ehm......hex or dec values???
Re: Bluetooh listen music (A2DP) - Use Registry Hack to impr
sas90850 said:
Registry Hack Improvement of using bluetooth listen music
HKLM/SOFTWARE/Microsoft/Bluetooth/AD2P/Settings/BitPool
(Dword: 60)(Default is 30)
Click to expand...
Click to collapse
The above key isn't available on my AKU2.3 summiter rom. Someone able to make a .cab installer of the correct settings?
reg edit
Hi All,
So I downloaded PHM reg edit and tried what is suggested by sas90850 in the beggining of this topic, but alas, I am too duh to do any serious reg hacks. I can change an existing reg but creating a new one is far beyond me. I do really want to try this hack though. Is there anyone out there that can make this a little more easy to understand or maybe post some screen shots of what it actually looks like, that sort of thing. If I am asking to much, I apologize in advance.
Thanks
Todd
reg edit
Hi All,
So I downloaded PHM reg edit and tried what is suggested by sas90850 in the beggining of this topic, but alas, I am too duh to do any serious reg hacks. I can change an existing reg but creating a new one is far beyond me. I do really want to try this hack though. Is there anyone out there that can make this a little more easy to understand or maybe post some screen shots of what it actually looks like, that sort of thing. If I am asking to much, I apologize in advance.
Thanks
Todd
Re: reg edit
imapfsr said:
Hi All,
So I downloaded PHM reg edit and tried what is suggested by sas90850 in the beggining of this topic, but alas, I am too duh to do any serious reg hacks. I can change an existing reg but creating a new one is far beyond me. I do really want to try this hack though. Is there anyone out there that can make this a little more easy to understand or maybe post some screen shots of what it actually looks like, that sort of thing. If I am asking to much, I apologize in advance.
Thanks
Todd
Click to expand...
Click to collapse
i tried to make a CAB to install those registrieds at once.
It can work to change registries value in my Universal.
You can try this, i sugest make a softreset to effect changes.
@My Qtek 900 1.30 ROM<Universal> has no registry follows,
But i added to test,,,
HKLM/SOFTWARE/Microsoft/Bluetooth/AD2P/Settings/BitPool
Find this post from here:
If you encounter sond drop problem, other web site which I found has shown some new A2DP settings that may be useful to others with bandwidth problems. You can control the bitrate with the following registry key/values.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2DP\Settings]
"BitPool"=dword:00000051
"SampleRate"=dword:00048000
There is a table in the A2DP Specification that shows several values to use that result in the following bitrates.
Medium Quality
BitPool=35, SampleRate=44.1khz = 229kb/s
BitPool=33, SampleRate=48khz = 237kb/s
High Quality
BitPool=53, SampleRate=44.1khz = 328kb/s
BitPool=51, SampleRate=48khz = 345kb/s
There are also parameters called "MinBitPool", "MaxBitPool" so the device can pick for itself depending on mp3 quality etc. I haven't tested the min/max parameters yet, but apparently these are used by default.
Hope it can help.
I am a little confused now... :?
What's the correct path to the BitPool key?
Is it HKLM/SOFTWARE/Microsoft/Bluetooth/AD2P/Settings/BitPool
or HKLM/SOFTWARE/Microsoft/Bluetooth/A2DP/Settings/BitPool
???
djvw said:
I am a little confused now... :?
What's the correct path to the BitPool key?
Is it HKLM/SOFTWARE/Microsoft/Bluetooth/AD2P/Settings/BitPool
or HKLM/SOFTWARE/Microsoft/Bluetooth/A2DP/Settings/BitPool
???
Click to expand...
Click to collapse
should be a2dp
Re: reg edit
Asukal said:
imapfsr said:
Hi All,
So I downloaded PHM reg edit and tried what is suggested by sas90850 in the beggining of this topic, but alas, I am too duh to do any serious reg hacks. I can change an existing reg but creating a new one is far beyond me. I do really want to try this hack though. Is there anyone out there that can make this a little more easy to understand or maybe post some screen shots of what it actually looks like, that sort of thing. If I am asking to much, I apologize in advance.
Thanks
Todd
Click to expand...
Click to collapse
i tried to make a CAB to install those registrieds at once.
It can work to change registries value in my Universal.
You can try this, i sugest make a softreset to effect changes.
@My Qtek 900 1.30 ROM<Universal> has no registry follows,
But i added to test,,,
HKLM/SOFTWARE/Microsoft/Bluetooth/AD2P/Settings/BitPool
Click to expand...
Click to collapse
I did try it and view that all settings are the same as state above. However, the quality is still the same, a hissing sound at the background
Do I any missing?
I have just applied this to my Atom and it's working wonderfully. I've choosen a BitPool of 53 myself. I don't know WHY these devices wouldn't be shipping with better settings. Simply registry edits shouldn't cause THIS much of an improvement
Goodge said:
I have just applied this to my Atom and it's working wonderfully. I've choosen a BitPool of 53 myself. I don't know WHY these devices wouldn't be shipping with better settings. Simply registry edits shouldn't cause THIS much of an improvement
Click to expand...
Click to collapse
Hi Goodge, so you're using BitPool 53 and SampleRate 44khz? Does your atom still skips ocationally? Any one got this fixed? Thanks...
RE
GREAT! JUST GREAT!!!
One thing I noticed is that hiss from music could come from the manner the song was ripped/copied ie. noise introduced during the ripping/copying process. In such a case I don't believe any registry hack can remove the inherent hiss.
Secondly, the quality of the headphone counts ie. for the same song played some headphone may exhibit more hiss than others
Wow, I've just applied, it works! Can't tell the diff from Bluesoil's... But I still have that occational skips Keep up the good findings guys!!!

Help with Faria Kitchen please....

I've decided to jump off the deep end and setup my T-Mo Wiz with WinMo 6. However, I have some packages I'd like to add and a few that I'm unsure what they do. I want to add WM5Storage and the today screen plugin Battery Status. I am completely lost as to how to create custom packages. The section concerning how to get the registry keys has me just and I don't mean kind of.
Can anyone shed some light on it for me please?
Thanks,
Oneybm
Maybe one step further
I was digging around again and noticed some entries on the setup.xml file for WM5torage and they could be what I need.
Could someone help confirm it for me please?

WM6 Registry Editing Guide?

Hey guys,
Looking for a registry editing guide that explains a little more on the Windows Mobile registry.
Bought a Ubiqio 503G on the internet. The phone has great features but sucks as far as:
-In-call speaker volume
-MP3 ringtone volume
-Weak vibrate
Ubiquio does not support this device and eXpansys has very poor support, and a crappy tech. team.
I believe the guys on this forum have more knowledge than eXpansys.
Let me know if you have any suggestions.
Much appreciated.
like with pc windows registry
every program can create registries
having whatever function for the program
as the programmer sees fit
so other then how to alter registrys there really is no general guide to
the registry
There's no dedicated guide on all registry entries, like Rudegar said, but better read this before starting to play around with registry:
http://www.wmexperts.com/articles/howto/how_to_edit_the_registry.html
Just dump your registry as a .txt file, put it on your pc (try ceregeditor) and do keyword searches until you find what you need. Play around a little with the applicable values (if found), but save the original file in case you mess up.
nice post WG very informative for users who havent tinkered with the reg before. I also like to use a desktop reg editor (whilst active synced) called CeRegEditor as well as a PPC one (PHM, Task Manager v3.1 etc), best of both worlds
Agree the best regieditor on desktop for WM is CeRegEditor, and the combining of FDC's TaskMgr.exe + Total Commander make us never need a standalone reg editing tool on device.
Plus for a real tweak addict better purchase the SKTracker, another 'tweaker's dream'.
I'm planning to repost the whole content on nir36's guide thread, a lot of code-adding work to do tho.
Edit: Done. Check here: http://forum.xda-developers.com/showthread.php?t=471521 This is a really useful thread for beginners.
Edit: I found this wonderful site really need some 'beginner-friendly' contents, or maybe need a seperate 'Beginner's Subforum'. Although it's already a heaven for developers, but beginners maybe less taken care of. I don't call beginners 'noobs' or 'idiots' because I'm a beginner too.
wg5566 said:
Edit: I found this wonderful site really need some 'beginner-friendly' contents, or maybe need a seperate 'Beginner's Subforum'. Although it's already a heaven for developers, but beginners maybe less taken care of. I don't call beginners 'noobs' or 'idiots' because I'm a beginner too.
Click to expand...
Click to collapse
Agree. The developers know what they talking about, but the tens of thousands of mere mortals don't.
I have been reading for days and still don't know where to start to modify the Today screen, not to mention ROM.
Joe

The big question about registry edits

Hi, i'm sorry to ask such a noob question, but it seems that i'm missing a lot of goodies when it comes to editing registry. I have edited very few registry lines to add a thing or two, but i've read in various posts that there's a lot of good things to do in the registry field, and i haven't figured out yet what are the best things to do. I even saw somewhere that if you don't have a registry editor then you only have half WinMo.
Can someone post a list of the best registry edits?
Thanks in advance.
Please remember ... changing the Registry can harm your device and you will end up in a Hardreset!
But beside of this warning
You're right. Changings in the Registry can release the real potential of you device.
Try "TSALTAs Magic Tweak". A cab that's full of registry tweaks.
As i'm posting this from my HD i can't give you the link to the Thread.
Just search for it.
best regards
fwt

Categories

Resources