SamsungResgistry - noob question! - Windows Phone 7 Q&A, Help & Troubleshooting

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 :-(

Related

How do you sort contact list using FIRST NAME first?

Currently it defaults to sorting by last name first. This screws up most of the listings in my phone book as I always had them sorted by first name first on all my other phones.
I tried in settings, there is no options So I am wondering is there a registry edit I could do to sort by first name first?
Thanks
-Attila
Not sure if this will work on your device, but source code is available and the idea should be universal.
http://forum.xda-developers.com/vie...postdays=0&postorder=asc&highlight=first+name
V
vijay555 said:
Not sure if this will work on your device, but source code is available and the idea should be universal.
http://forum.xda-developers.com/vie...postdays=0&postorder=asc&highlight=first+name
V
Click to expand...
Click to collapse
Thanks, but the software doesn't work on my device
I am using Outlook 2003 and QTEK 8310/I-mate SP5.
Below is a solution that I found online that does work for my configuration.
For outlook 2003 I found a solution on how to re-sort by FIRST, LAST for tornado (SP5/QTEK 8310)
----
On the File menu, point to New, and then click Mail Message to
open a new e-mail message.
2. On the Tools menu of the new e-mail message, point to Forms, and
then click Design This Form.
3. Insert five Command buttons on the new form. To do this:a. Click
the (P.2) tab to go to a blank page on the form.
b. On the Form menu, click Control Toolbox, click CommandButton, and
then drag the button to the blank form page.
c. Right-click the new button, click Properties, and then type
cmdLastFirst in the Name box.
d. In the Caption box, type Last, First, and then click OK.
e. In the Toolbox dialog box, click CommandButton, and then drag a
second button to the blank form page.
f. Right-click the new button, click Properties, and then type
cmdFirstLast in the Name box.
g. In the Caption box, type First Last, and then click OK.
h. In the Toolbox dialog box, click CommandButton, and then drag a
third button to the blank form page.
i. Right-click the new button, click Properties, and then type
cmdCompany in the Name box.
j. In the Caption box, type Company, and then click OK.
k. In the Toolbox dialog box, click CommandButton, and then drag a
fourth button to the blank form page.
l. Right-click the new button, click Properties, and then type
cmdLastFirstCompany in the Name box.
m. In the Caption box, type Last, First (Company), and then click OK.
n. In the Toolbox dialog box, click CommandButton, and then drag a
fifth button to the blank form page.
o. Right-click the new button, click Properties, and then type
cmdCompanyLastFirst in the Name box.
p. In the Caption box, type Company (Last, First), and then click OK.
4. Type the following Visual Basic Scripting Edition (VBScript) code.
To do this:a. On the Form menu, click View Code to open the Script
Editor.
b. In the Script Editor, type or copy the following code:Option
Explicit
Dim strSortBy
Sub cmdLastFirst_Click()
strSortBy = "LastFirst"
UpdateContacts
End Sub
Sub cmdFirstLast_Click()
strSortBy = "FirstLast"
UpdateContacts
End Sub
Sub cmdCompany_Click()
strSortBy = "Company"
UpdateContacts
End Sub
Sub cmdLastFirstCompany_Click()
strSortBy = "Last, First (Company)"
UpdateContacts
End Sub
Sub cmdCompanyLastFirst_Click()
strSortBy = "Company (Last, First)"
UpdateContacts
End Sub
Sub UpdateContacts()
Dim CurFolder
Dim MyItems
Dim MyItem
Dim NumItems, i
' Use whichever folder is currently selected
Set CurFolder = Application.ActiveExplorer.CurrentFolder
' Make sure it's a contact folder
If CurFolder.DefaultItemType = 2 Then
MsgBox "This process may take some time. You will be " & _
"notified when complete.", , "Contact Tools Message"
Set MyItems = CurFolder.Items
NumItems = MyItems.Count
For i = 1 to NumItems
Set MyItem = MyItems.Item(i)
' Make sure it's not a distribution list in the folder
' (really only applies to OL98 and OL2000)
If TypeName(MyItem) = "ContactItem" Then
Select Case strSortBy
Case "LastFirst"
If MyItem.LastNameandFirstName <> "" Then
MyItem.FileAs = MyItem.LastNameandFirstName
Else
MyItem.FileAs = MyItem.CompanyName
End IF
Case "FirstLast"
If MyItem.Subject <> "" Then
MyItem.FileAs = MyItem.Subject
Else
MyItem.FileAs = MyItem.CompanyName
End IF
Case "Company"
If MyItem.CompanyName <> "" Then
MyItem.FileAs = MyItem.CompanyName
Else
MyItem.FileAs = MyItem.LastNameandFirstName
End IF
Case "Last, First (Company)"
MyItem.FileAs = MyItem.LastNameAndFirstName
If MyItem.CompanyName <> "" Then
If MyItem.FileAs <> "" Then
MyItem.FileAs = MyItem.FileAs & " (" & _
MyItem.CompanyName & ")"
Else
MyItem.FileAs = MyItem.FileAs & _
MyItem.CompanyName
End If
End If
Case "Company (Last, First)"
MyItem.FileAs = MyItem.CompanyName
If MyItem.LastNameandFirstName <> "" Then
If MyItem.FileAs <> "" Then
MyItem.FileAs = MyItem.FileAs & " (" & _
MyItem.LastNameAndFirstName & ")"
Else
MyItem.FileAs = MyItem.FileAs & _
MyItem.LastNameAndFirstName
End If
End If
End Select
MyItem.Save
End If ' check TypeName
Next
MsgBox "Finished updating contacts."
Else
MsgBox "The current folder must be a contacts folder."
End If ' check contacts folder
Set MyItem = Nothing
Set MyItems = Nothing
Set CurFolder = Nothing
End Sub
c. On the File menu in Script Editor, click Close to return to the
form.
d. Click the Message page of the form.
e. On the Form menu, click Display This Page. This hides the form
page so that it does not appear when the form is used.
5. Publish the form. To do this:a. On the Tools menu, point to Forms,
and then click Publish Form As.
b. Verify that next to the Look in button you see Personal Forms
Library.
c. In the Display name box, type a discriptive name for your new form
(such as, Change File As fields), and then click Publish.
d. When you are prompted to save the form definition with the item,
click No.
e. Close the message without saving it.
Back to the top
How to Use the Custom Form
To use your new form: 1. Locate the Contact folder that you want to
re-sequence.
2. On the File menu, point to New, and then click Choose Form.
3. Change the Look in box to Personal Forms Library, click your new
form, and then click OK.
4. Click the appropriate button to update the File As field.

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?

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.

Vox Menu Background?

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.

Execl formula

Hello, I need an excel formula to allow me to enter the specific name the search on it to provide a true or false result. I tried using the IF formula to say IF B2 = name, "Correct Name", "Incorrect Name".
Thanks

Categories

Resources