Skip to main content

[LG] E900 Optimus 7 -- How to Developer Unlock, Relock and keep your device Unlocked (Works in Mango!)

For some reason I have never been able to get the LG Optimus E900h to stay unlocked. The registry editers we currently have in our possesion can not edit the needed keys nor can we use provxml because once again it for some reason will not work on our devices.

Here is a 100% way to keep the LG Optimus 7 phone from relocking. Instead of using 3rd party apps we will use the native LG MFG application.

Known Bugs: ChevronWP7 will no longer detect your phone! Not sure why but it doesn't. This shouldn't be a problem considering your phone is unlocked. A factory restore will revert the changes. Also you may not debug with VS2010. Also unsure why.

Notes: Enter everything without quotes, and please be careful. Don't hold me responsible if you screw up your phone.

------------------------------------------------------------------------

How to Un-Lock your Phone without Chevron 7

You can unlock the phone by using the MFG registry editor.
  1. Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
  2. Go to Engineer Menu -> Other Settings -> Edit Registry
  3. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
  4. Set your input path to "\Comm\Security\LVMod"
  5. Set your input key to "DeveloperUnlockState" and set to DWORD
  6. Hit Query. Output result should return a "0" or a random long number. If it does continue.
  7. Set your input data box to "1" and hit SET. Output result should be 1

How To Keep Your Phone Unlocked
You can keep your phone unlocked and prevent Zune from re-locking it.
  1. Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
  2. Go to Engineer Menu -> Other Settings -> Edit Registry
  3. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
  4. Set your input path to "\Software\Microsoft\DeviceReg"
  5. Set your input key to "PortalUrlProd" and set to DWORD
  6. Hit Query. Output result should return data. If it does continue.
  7. Keep your input data box empty and hit SET. Output result should be 0
  8. Keep this screen open and continue to Part 2

Part 2
  1. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
  2. Set your input path to "\Software\Microsoft\DeviceReg"
  3. Set your input key to "PortalUrlInt" and set to DWORD
  4. Hit Query. Output result should return data. If it does continue.
  5. Keep your input data box empty and hit SET. Output result should be 0
  6. Backout to the password screen and shutdown the phone via powerbutton.
  7. Reboot and sync. Your phone should stay unlocked.

How to Re-Lock your Phone without Chevron 7

Don't want your phone unlocked anymore? You can re-lock the phone by using the MFG registry editor.
  1. Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
  2. Go to Engineer Menu -> Other Settings -> Edit Registry
  3. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
  4. Set your input path to "\Comm\Security\LVMod"
  5. Set your input key to "DeveloperUnlockState" and set to DWORD
  6. Hit Query. Output result should return a "1". If it does continue.
  7. Set your input data box to "0" and hit SET. Output result should be 0
  8. Your phone is now locked. To Unlock the phone redo the above steps but set back to "1"

How to Re-Set PortalUrlInt and PortalUrlProd Keys

This will allow Zune re-lock your phone as well as being useful for updating.
  1. Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
  2. Go to Engineer Menu -> Other Settings -> Edit Registry
  3. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
  4. Set your input path to "\Software\Microsoft\DeviceReg"
  5. Set your input key to "PortalUrlProd" and set to STRING
  6. Hit Query. Output result should return data. If it does continue.
  7. Set your input data box to "https://developerservices.windowsphone.com/Services/WindowsPhoneRegistration.svc/01/2010" and hit SET.
  8. Keep this screen open and continue to Part 2

Part 2
  1. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
  2. Set your input path to "\Software\Microsoft\DeviceReg"
  3. Set your input key to "PortalUrlInt" and set to STRING
  4. Hit Query. Output result should return data. If it does continue.
  5. Set your input data box to "https://developerservices.windowsphone-int.com/Services/WindowsPhoneRegistration.svc/01/2010" and hit SET.
  6. Backout to the password screen and shutdown the phone via powerbutton.
  7. Reboot and sync. Your phone should re-lock with every sync.
Source :
XDA-Developers.com

Comments

Unknown said…
I did everything but it's lock help please my phone lg e900 with up date 7.1.0 (8773)
Unknown said…
i have the same problem. Phone LG e900 up date 7.1.0 (8773)

Unknown said…
i have the same problem. Phone LG e900 up date 7.1.0 (8773)

Popular posts from this blog

Microsoft Keyboard macro Sleep

1) Open up your "Microsoft Keyboard" properties (aka Intellipoint ) 2) Select the macro key you want to assign it to, and hit Configure 3) Select the option "Start a program, Web page, or file" and hit next 4) Type this into the box : Rundll32.exe Powrprof.dll,SetSuspendState Sleep Njoy ! source :  http://www.tomshardware.co.uk/forum/5145-63-windows-sleep-macro

Change Your IP Address From Windows PowerShell #windows10

step 1 : run ISE as Administrator step 2 : run ipconfig command choose adapter to set eg. "Ethernet" step 3 : run netsh : netsh interface ip set address name=”[Adapter Name]” static [IP] [Subnet Mask] [Default Gateway] eg. netsh interface ip set address name=”Ethernet” static 192.168.0.200 255.255.255.0 192.168.0.240 or use DHCP :  netsh interface ip set dnsservers name=”Ethernet” source=dhcp netsh interface ip set address name=”Ethernet” source=dhcp Njoy !

How to Fake/Trick Your Netbook's Screen Resolution to Higher

Get 1024x768 or higher resolution on your netbook via this registry hack ! Go to the Start menu and type in  regedit  in the search box, then hit Enter At the top menu, go to Edit then Find... and search for " Display1_DownScalingSupported " Change each instance you find (you'll likely find 2 results for this) from "0" to "1". Make sure you change e very found instance , because otherwise the hack won't work (in my experience). Once done, restart the system. Njoy ! Source :  http://mobileoffice.about.com/od/netbooks/a/How-To-Change-Your-Netbooks-Screen-Resolution.htm