Showing posts with label Hack. Show all posts
Showing posts with label Hack. Show all posts

Thursday, February 7, 2013

Opera Mobile 10 for Windows Phone 7

Opera Mobile is a property of Opera Software ASA. Neither Opera Software nor the author of this launcher are responsible for any damage caused by using this app.

Current version of launcher is 1.5
What's new?
  • Better interface
  • Root Tools support.
v1.2
  • Application window gets recreated on the startup if Opera was already opened.
  • Got rid of WindowTreeUpdater, now using system functions directly.
  • Font smoothing
  • Removed some unneeded system calls.
  • Now timeout is 3 seconds.
  • Virtual keyboard (SIP) support improved
Rotation support wasn't implemented in this version. Windows Phone 7 API doesn't support it in fully native apps.

Q&A
What is it?
That's Opera Mobile 10 initially built for Windows Mobile. I've just added an extra layer that makes it running.

Why does it only work on fully unlocked ROMs (like Dynamics ROM)? Isn't developer/interop unlock enough to run it? Can it work with Root Tools?
Developer unlock will let you install xap. Interop unlock will let inbuilt interop library work. Full unlock or Root Tools unlock will let Opera native exe run.


Which ROMs should I use?
Almost all custom ROMs (based on either Dynamics or DFT) or stock ROMs compatible with WP7 Root Tools.

What's countdown made for?
Press "Stop" and check.

When I press "Stop", there is a "Delete internal opera folders" button. Why is it here? I can delete this app like any other WP application...
The reason is that Opera launcher goes beyond the standard isolated store. For example, it creates "\Program Files\Opera Mobile 10" folder. Also it adds some absent libraries to \Windows\.
If you delete Opera launcher "like any other WP application", folders beyond the sandbox will still stay there. So, use "Delete internal Opera folders" button wisely

I have problems with starting it up...
If it Opera launcher's window doesn't appear at all, it means you have no Interop Unlock.
If it throws an error with "Check your unlock state" in the end, it means your unlock isn't enough for running native executables/copying files.

DOWNLOAD

OperaMobile10.xap - http://filecloud.io/vmykb3fs
 
OperaMobile10_ForAllUnlocks.xap - http://filecloud.io/q04gaecw

Monday, August 27, 2012

Jailbreaking LG

How To


  1. Dial ##634# to open the diagnostics menu.
  2. Open the MFG app using the password: appmfg#*#
  3. Go to Engineer Menu -> Other Settings -> Edit Registry
  4. Set ROOT PATH to "HKEY_LOCAL_MACHINE"
  5. Set input path to "\Comm\Security\LVMod"
  6. Set input key to "DeveloperUnlockState" and it set to DWORD.
  7. Leave input data box empty and tap "SET".
  8. The output should be 0.
  9. Enter "1" in the inputbox and tap "SET".
The phone will now be considered developer unlocked. Next, the device needs prevent relock and interop unlock:
  1. Set tne input path to "\Software\Microsoft\DeviceReg"
  2. Set input key to "PortalUrlProd" and set to DWORD.
  3. Clear the input data box
  4. Press "SET".
  5. Output should be "0".
  6. Set the input key to "PortalUrlInt" and set it to DWORD.
  7. Clear the input data box and press "SET".
  8. Output should again be "0".
The phone will now be unable to contact Microsoft's servers to check if it needs relocking. Finally:
  1. Change the input path to "\Software\Microsoft\DeviceReg\Install"
  2. Change the input key to "MaxUnsignedApp" and set to DWORD.
  3. Clear the input data box and hit "SET".
  4. Type "2147483647" in the inputbox and tap "SET".
  5. Output result should be "2147483647".
it's Done