Assign a Software to HD2 Hardware Keys - HD2 General

Hey guys this is my first post
I think so long for use HD2 hardkeys and find a way that explain with XDA user "rezaulkabir" And I test that and make a little change to assign voice Speed dialer to send key (Green Button) So do following :
Go to registry: you can ues resco explorer or other soft
HKLM\Software\Microsoft\Shell\
Create a new Key and named that "Keys"
Inside "Keys" create another Key named that "40C6"
Inside "40C6" create following Registry values:
1. String Value : Name= Name , value= Send key(Hold)
2. String Value : Name= Icon , value= \windows\SendKeyIcon.exe, 0
3. DWORD Value : Name= Flags , value= 0
4. String Value : Name= default , value=\windows\sddialer.exe (Or other exe files)
Now restart.
for other software you can find EXE file in windows folder and in 4 step write that.
test it and tel me how it work.

Related

Bluetooth plugin?

url to where i can download that util, thanks!
not shure, but could be o2 plus.
you should find it in the hacking and developing forum.
It's new today plugin ( Wireless) in newest ROM's.
Search for Wireless Plugin.
One solutions here:http://forum.xda-developers.com/download.php?id=9920
So try ( no shure if it will work):
Activate registry settings.
1) "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items\"
2) New key named "Wireless" and open this. It has be here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items\"Wireless"
3) At the next key change values:
Name: "Flags" - DWORD: "00000000"
Name: "Options" - DWORD: "00000000"
Name: "DLL" - String value: "netui.dll"
Name: "Order" - DWORD: "00000000"
Name: "Enabled" - DWORD: "00000001"
Name: "Type" - DWORD: "00000004"
4) Restart device.
Activate the plugin in Today/settings menu.

No PocketMSN icon on Today screen..

..and it not under Settings/Personal/Today/Items to chech it, either. Can someone give me a hint?
Many thanks,
D.
Well first of all check dat ur MSN mess. is working fine ,if it is then let me know i will dump the reg settings ofmy handset and u can create the same in your reg .Hope so it will work .
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\DLL
create a string value with msnmobileplus.dll
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\Enabled
create a DWORD with 0 as a decimal value
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\Flags
create a DWORD with 0 as a decimal value
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\Options
create a DWORD with 0 as a decimal value
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\Order
create a DWORD with 2 as a decimal value
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\Selectability
create a DWORD with 2 as a decimal value
HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN\Type
create a DWORD with 4 as a decimal value
I hope so it will solve ur problem.
no PocketMsn icon on today screen
Thank you very much, it is working !
D.

Deleted 40C5 From Registry

Please help me! I deleted 40C5 from Registry ( under ...SOFTWARE\Microsoft\ShellKeys ) and now clicking on start->settings->buttons I can't see anything ( the list of buttons is empty! )
This is the original code from a german device:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Keys\40C5]
"Flags"=dword:00000000
"ResetCmd"="\"\\Windows\\AppButtons\\Aufnahme.lnk\" -b"
"Icon"="\\windows\\HotVoice.exe, 0"
"Name"="Taste 4(Lang)"
@="\"\\Windows\\AppButtons\\Aufnahme.lnk\" -b"
For english devices you have to change both shortcuts (Aufnahme.lnk) and the name.

[WinXP Script] Extend Search Companion

Annoyed by the fact that Search Companion doesn't return the text string you specified even though you indicated All Files & Folders?
This handy script allows you to extend the PersistenHandlers to include other extension. In my case, I added: provxml and rgu. Copy and paste the following code into notepad and save as a .VB script (ex: xp_persisthandler.vbs). Execute the script and specifiy the file extension you wish to include in Search Companion.
Code:
'Add files to Search for files containing text
'© Doug Knox - 11/04/2001
'This code may be freely distributed/modified
Option Explicit
On Error Resume Next
Dim WshShell, N, P, P1, P2, ItemType, MyBox, FileType, Title, Prompt, RegKey, X
Set WSHShell = WScript.CreateObject("WScript.Shell")
P = "HKEY_CLASSES_ROOT\."
P1 = "\PersistentHandler\"
N = "{5e941d80-bf96-11cd-b579-08002b30bfeb}"
Prompt = "Enter the file extension for the file you wish to add." & vbCR
Prompt = Prompt & "Examples: txt, adm, inf"
Title = "Enter File Type"
FileType = InputBox(Prompt, Title, "")
If FileType = "" Then
MyBox = MsgBox("You left the box blank.",4096,"Error.")
Set WshShell = Nothing
WScript.Quit
Else
'Check to see if there is already a PersistentHandler default value
RegKey = P & FileType & P1
X = WshShell.RegRead(RegKey)
End If
'MyBox = MsgBox("The PersistentHandler value for ." & FileType & " is: " & X,4096,"Results")
'Set WshShell = Nothing
If X = N Then
MyBox = MsgBox("This value already exists, and is correct." & vbCR & "No Changes were made.", 4096, "No Changes")
Set WshShell = Nothing
WScript.Quit
End If
If X <> N AND X <> "" Then
MyBox = MsgBox("The Persistent Handler value already exists and is different." & vbCR & "No changes were made.", 4096, "No Changes")
Set WshShell = Nothing
WScript.Quit
End If
If Err.Number <> 0 Then
WshShell.RegWrite RegKey, N
MyBox = MsgBox("The Registry has been updated." & vbCR & "Restart your computer.", 4096, "Done")
Set WshShell = Nothing
End If

[LG G3 D855] GPS FIX for MM STOCK ROM - the only one method that really works!!!

source: https://code.google.com/p/android/issues/detail?id=81140#c695 post n° #695
all credits to the author (noltejer.. @gmail.com)
For users that have a device with root privileges, you can do it by yourself :
Method #1:
With a file explorer like ES explorer, go to "/system/etc"
open the file named "gps.conf"
You should find a variable named "CAPABILITIES"
Edit the file
If this variable is set at 0x37 or 0x35 or 0x33, change the value at 0x31
If this variable is set at 0x36, change the value at 0x30
If this variable is set at 0x27 or 0x25 or 0x23, change the value at 0x21
If this variable is set at 0x26, change the value at 0x20
If this variable is set at 0x17 or 0x15 or 0x13, change the value at 0x11
If this variable is set at 0x16, change the value at 0x10
Save the file and be sure that the permissions of the file are rw-r--r-- , restart the device and enjoy!
Method #2:
- Download and install FasterGPS from playstore
- Open the app and go to Advanced Settings / capabilities and change the value as described above ( for example I had and I changed to 0x31 0x33 )
- Set its own continent and nation
- Restart the phone and enjoy!
Thanks
Gesendet von meinem LG-D855 mit Tapatalk
Xxc
The only thing that made me get GPS signal has been to change the back of my G3, on wich the GPS antenna is glued.

Categories

Resources