Vox Menu Background? - HTC Vox

Found this:
For the advanced user (involves registry modification) - but well worth doing:
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\{Image}
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
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 {Image} to
\Application Data\Home\
Soft-reset your device.
(I take no responsability for these modifications - modify the registry at your own risk).
(From Juni's Skins WM6 Skin Instructions... http://www.juniskins.com)
Has anyone tried?

NOT WORKING
still looking for a working method.

Related

easy and quick way to make a reg. cab?

Hi,
everytime I make a ROM flash (very often) I have to do some reg hacks to get my unit syncing (due to our firewire at work).
Is there a quick and easy way I can make a cab do this work for me?
the entry is:
Reg Sub Key: [HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RNDIS]
Name of value to add: MTU
Type: DWORD
Data: 1514 (Value is in Decimal)
Reg Sub Key: [HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RNDIS]
Name of Value to add: MaxOutTransfer
Type: DWORD
Data: 1642 (Value is in Decimal)
hi, does anyone have a clue how to do this?

WM6 Questions

I've been going through the WM5 tweaking area of the wiki and I notice a few things worry my newbie mind enough that I need to ask questions before I proceed.
Change the location of My Documents
Documents are opened in and saved to the device's internal storage by default. You can change this location to, for example, your Storage Card:
HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\Storage Card\My Documents" (REG_SZ string, no quotes)
To return to the original location:
HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\My Documents" (REG_SZ string,
Click to expand...
Click to collapse
But my WM6 registry doesn't have a FileSyncPath expandable string.
Should I simply create one, or does WM6 handle things differently?

remove reg keys with batch script

Hey guys,
I'm trying to create a batch script for deploying pda's and I need to disable the hardware buttons on a Pharos. Here's what i've found:
In a command line, you can use the command
Code:
REG DELETE \\HKLM\Software\microsoft\shell\keys\ /va /f
But i'm thinking this command deletes the LOCAL key on the computer, and I obviously need it to delete it on the PDA.
I've used this example:
Code:
REG DELETE KeyName [/v ValueName | /ve | /va] [/f]
KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine
Only HKLM and HKU are available on remote machines
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY
ValueName The value name, under the selected Key, to delete
When omitted, all subkeys and values under the Key are deleted
/ve delete the value of empty value name <no name>
/va delete all values under this key
/f Forces the deletion without propmt
Examples:
REG DELETE HKLM\Software\MyCo\MyApp\Timeout
Deletes the registry key Timeout and its all subkeys and values
Anyone have a clue?
i would read up on doing it with morth scripts on the pda
I don't think that's an option, since I have 500+ devices to configure... I'll look into it, but i'm hoping someone could help me out with my first script.
/me = stupid.
I should've thought of this earlier: i can make a cabfile and then push it to the device with the batch script.
Problem solved.

WiFi AlwaysOn New Solution! (WiFi in Standby)

For those of you that are looking for a more permanent solution without the hassle of using mortscripts and apps that run everytime you start your device then look no further. Just simply change or add if they dont exist, the following registry keys:
Key: HKLM\Comm\BCMSDDHD1\Parms
Name: SuspendOffDelayInterval
Default Value: 30000
New Value: 0
Key: HKLM\Comm\BCMSDDHD1\Parms
Name: WlanAlwaysOnEnable
Default Value: 0
New Value: 1
And you are done! Also try soft resetting! You will see the values keep!
No other registry changes are necessary!
This is also being incorported into Touch Tools 2 to make things even easier for people!
Enjoy!
Nice find! Thanks mate
super,diky
thanks dude...
I found my value to be 2 and Wifi is not switching off on standby.
So you may try only with:
Key: HKLM\Comm\BCMSDDHD1\Parms
Name: WlanAlwaysOnEnable
Default Value: 0
New Value: 2
May be it will do.
kuwait said:
I found my value to be 2 and Wifi is not switching off on standby.
So you may try only with:
Key: HKLM\Comm\BCMSDDHD1\Parms
Name: WlanAlwaysOnEnable
Default Value: 0
New Value: 2
May be it will do.
Click to expand...
Click to collapse
Thats unusual, would have thought an 'Enable' parameter would either be 1 or 0.
nice find
thanks for the tip
genius! thanks so much.....
eagerly awaiting touch tools 2 btw .....
I guess this worked for me! thank you sir!
Great! Excited to try it.

SamsungResgistry - noob question!

How to edit regestry values with the SamsungRegestry app?
It has "Path to value" field where I type in the path
HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10
And the second field "Value (Read/Write)"
"ClassGain"=dword:0
Then I can choose if it should be a Dword or a string.
What am i doing wrong case this is not the right way :-(

Categories

Resources