[XAP] vcREG:Lumia Reg Editor+Jailbreak WP8 version NO LONGER SUPPORTED - Windows Phone 8 Development and Hacking

WP8 version no longer supported by me, but if others offer fixes, I will post them here. W10M version is discussed in this thread here http://forum.xda-developers.com/win...creg-lumia-reg-editor-interop-unlock-t3451723
WP8/8.1 MixRadio easy method working with instructions from @xboxmod
https://forum.xda-developers.com/showpost.php?p=64350590&postcount=318
WP8/8.1 HERE Maps method working with instructions from @slavanap
WP8.1 instructions (SD card needed)
1.Do device registration to allow sideloading of apps
2. Install HERE Maps (microsoft.com/en-us/store/p/here-maps/9wzdncrfhw6b) from the store, and move it to sd card. Download installation file manually ( wpsnitch.appspot.com ), if you want to install it from SD card.
3.Install Windows Explorer, keep it on phone
https://www.microsoft.com/en-us/stor...r/9wzdncrdrl4w
4.Sideload WPSystem_Folder_Unlocker_Release_ARM.xap(thanks @djamol and @contable),keep it on phone
5.Extract Install.zip from below , and put the extracted "Install" folder on the root of your sd card. The Install folder should have 4 files in it.
6.Open WPSystem Folder Unlocker app. Hit Unlock WPSystem Folder(sd card) button. It should say Success. Now close it
7.Open Windows Explorer.
8.Hit the app bar, go to "access folders",hit the +, choose sd card, then click the check mark
9.Navigate to D:\WPSystem folder. Rename the Apps folder to Apps1. Now open Apps1 folder
10. Navigate to {EFA4B4A7... or {6C28635B-... (I got the second GUID after reinstall)
11. Delete all directories here except Install . Then navigate to Install folder. Delete following 3 files from there: AppManifest.xaml NokiaRegistryUtils.dll NokiaRegistryUtils.winmd
12.Navigate to D:\WPSystem folder and rename Apps1 back to Apps
13. Navigate to the root of your sd card. Get into "Install" folder we put here earlier. Choose all 4 files from there to Copy.
14.Navigate to D:\WPSystem\Apps\{EFA4B4A7-74...}\Install folder. Hit the app bar then paste.
15. Go to your apps list and run HERE Maps. vcREG should open. Apply unlock.
16. After you apply the unlock, you can sideload vcREG_1_2_SIDELOAD.xap to have the app available in your applist for future use.
Q&A
HOW TO USE THE APP TO CAP UNLOCK
now that the app is open, you want to unlock all capabilities. hit the app bar, and tap "templates". here we see two options, interop/caps unlock, and full fs access through MTP. check your options, and click apply. Reboot for MTP.
HOW TO USE THE REGISTRY EDITOR
the main registry editor is pretty straightforward. put the correct path, the key name and value if its a write.
string: it will read as one string. writing is the same,write a string, no spaces, hit write
multistring: multiple strings are read as strings separated by spaces. to write multiple strings, separate each string by a space, hit write.
dword: it will read as 8 characters of ascii. so a value of 1 will read as 00000001. writing is the same. you MUST write 8 characters or it wont write it,so a 1 is 00000001 and B0000 is 000B0000. all bytes are hex, not decimal.
binary: when you read, the app will return 20 bytes, regardless of how long the binary is. if the whole binary sequence is 11 22 33, it will read as 112233 and then 17 00s. the reason for this is that there isnt a method to know how long the binary sequence is,so i hardcoded it to read 20. even if its longer than 20 bytes, you will only get 20 bytes back. i can up the limit at a later time if its something people need.
writing binary is also limited to a max of 20 bytes. if you are writing less than 20 bytes though, dont put the extra zeroes. if you are writing 4 bytes such as 11 22 33 44, then simply write it like this 11223344(no spaces) then hit write.
DO THESE REGISTRY CHANGES PERSIST AFTER A HARD/FACTORY RESET?
no. if you hard reset, you will revert back to the stock rom and any changes you made to the registry will be lost. you will have to make the changes again after a hard reset. file system changes, especially in the windows folder can persist though.
[/HIDE]

Work with me very fine.
THANKS

Is there a way to sideload marketplace apps such as tetra lock screen 1.2.0.0 ? I loved that app.
---------- Post added at 08:11 PM ---------- Previous post was at 08:10 PM ----------
And thanks for bringing us another option. It brings our community closer together

followed your steps. thank you. not sure how to do this though:
"Once completed, you can remove the app and put extras+info back". How to remove it....
never mind. renamed apps folder on SDCard to appx, deleted the app, renamed the folder back to apps, rebooted, changed time to 2115 and was able to uninstall and reinstall.
cheers

derausgewanderte said:
followed your steps. thank you. not sure how to do this though:
"Once completed, you can remove the app and put extras+info back". How to remove it....
never mind. renamed apps folder on SDCard to appx, deleted the app folder, renamed the folder back to apps, rebooted, changed time to 2115 and was able to uninstall and reinstall.
cheers
Click to expand...
Click to collapse
updated the first post with a dead easy method I use

Ok did everything from the package you PM'ed me and ya phn is now interop unlocked.. Changed the MaxUnsignedApp to 170(thats enough for me) I didn't have time to check the homebrew apps I'll try them later. Thnx for this

Pretty Awesome Bro !!!
So what i was looking for... Good job mate.
NTDK Server is a great more than Samsung RPCComponent.
I hope that you can expand it to the more API's.
Like File System API and much more.
Other people's. Please do not spam such thread with your questions. Leave it completely for development related.
Your Q/A goes Here.

@vcfan
So this is similart to what root access on android phone? What is the main advantage if we do this, what do we gain? For me on android the bes thing was customization of the look, and the possibility to block ads in free applications . The ads in windows phone aplications are really annoying when the pop up through whole screen, it would be great if there was a way to block them with host file or something, like in android.

I wonder if we can add an extra quick action. I tried editing the "AllowedQuickSettingsElements" registry but it reverts back to 4 as soon as I pull down the action bar.

MultiPDev said:
I wonder if we can add an extra quick action. I tried editing the "AllowedQuickSettingsElements" registry but it reverts back to 4 as soon as I pull down the action bar.
Click to expand...
Click to collapse
Same happens with my 630 .

Will this work on W10 TP?
As im trying to ,the system wont grant WPCustomSystem access to change the name of the "Apps" folder so that the data can be patched

surya467 said:
Will this work on W10 TP?
As im trying to ,the system wont grant WPCustomSystem access to change the name of the "Apps" folder so that the data can be patched
Click to expand...
Click to collapse
No it doesn't work with wp10 tp . You should get unlocked before going for 10 tp.

irshad2809 said:
No it doesn't work with wp10 tp . You should get unlocked before going for 10 tp.
Click to expand...
Click to collapse
I did it, but i cant deploy some apps, maybe something went wrong, thanks

surya467 said:
I did it, but i cant deploy some apps, maybe something went wrong, thanks
Click to expand...
Click to collapse
As I know I wasn't able to change names or access wpsystem folder with file managers other than official one . How did you do that?

Has anyone tried to replace black background under All apps (the list of all apps) with some custom wallpaper?

Can anyone with a Lumia 830 confirm this is working?

irshad2809 said:
As I know I wasn't able to change names or access wpsystem folder with file managers other than official one . How did you do that?
Click to expand...
Click to collapse
What I did was,
I had Windows Phone 8.1 Update 2 installed with developer unlock
I unlocked the phone with Interop Unlock but did not hard reset
Then i updated WP 8.1 to Win 10 TP and then i hard reset
it seems the unlock worked.
I can deploy ,
App data manager which WORKS
CustomWPsystem which works but cannot patch because Win10 TP doesnt allow permissions to WPSystem folder
I deployed vcREG: Lumia Reg Editor too
but since i hard reset developer unlock should be removed, so im guessing its interop unlock
The only issue is i cannt deploy io explorer, wphtweaks and accept colors app
Is this only bcuz of power tools ? IDK because i have VS 2013 on home PC and it still gives manifest file error.
---------- Post added at 11:13 AM ---------- Previous post was at 11:11 AM ----------
irshad2809 said:
As I know I wasn't able to change names or access wpsystem folder with file managers other than official one . How did you do that?
Click to expand...
Click to collapse
XDRdaniel said:
Can anyone with a Lumia 830 confirm this is working?
Click to expand...
Click to collapse
Yes ofcourse it is
https://onedrive.live.com/redir?res...08447&authkey=!AAkZG-uRpRAzdbM&ithint=folder,
take the data.bin file from here, depends on your RM though

surya467 said:
What I did was,
I had Windows Phone 8.1 Update 2 installed with developer unlock
I unlocked the phone with Interop Unlock but did not hard reset
Then i updated WP 8.1 to Win 10 TP and then i hard reset
it seems the unlock worked.
I can deploy ,
App data manager which WORKS
CustomWPsystem which works but cannot patch because Win10 TP doesnt allow permissions to WPSystem folder
I deployed vcREG: Lumia Reg Editor too
but since i hard reset developer unlock should be removed, so im guessing its interop unlock
The only issue is i cannt deploy io explorer, wphtweaks and accept colors app
Is this only bcuz of power tools ? IDK because i have VS 2013 on home PC and it still gives manifest file error.
---------- Post added at 11:13 AM ---------- Previous post was at 11:11 AM ----------
Yes ofcourse it is
https://onedrive.live.com/redir?res...08447&authkey=!AAkZG-uRpRAzdbM&ithint=folder,
take the data.bin file from here, depends on your RM though
Click to expand...
Click to collapse
Nope, the same. Crash right after i press "Aply XAP" :'(

XDRdaniel said:
Nope, the same. Crash right after i press "Aply XAP" :'(
Click to expand...
Click to collapse
its not an unlock issue, your not able to patch the app, that is an sd card issue
I think u can do it manually or format SD card and try again

thanks for the app but I can't write any reg key? i wonder if it did not send me the confirmation notification or it just can't?

Related

[GUIDE] [VIDEO]How to SIM unlock your Galaxy SIII for free!!

I'm just taking what txlibre wrote in http://forum.xda-developers.com/showthread.php?t=1715149 and re-displaying it in a format that I think is easier to understand for n00bs
This really isn't that hard TBH IMO
This worked for me on a GS3 locked to Orange UK, and another locked to Three UK. Your Mileage May Vary!!
-----I cannot be held responsible for anything that happens to you or your phone, from carrying out anything I have said!-----
Credits: txlibre, mskip, the person whoever originally wrote these instructions
----------------------------------
VIDEO GUIDE:
Part 1 (A-E) - http://youtu.be/P1H2yUyQ4J8
Part 2 (1-25) - http://youtu.be/uAVbYx68WI4
----------------------------------
Things to do before starting:
A - Make sure your S3 is rooted (http://forum.xda-developers.com/showthread.php?t=1703488).
B - Make a backup copy of the /efs folder on your PC.
C - Also backup your EFS using mskips ToolKit (http://forum.xda-developers.com/showthread.php?t=1703488).
D - Get a Hex Editor (I used Notepad++ with this plugin: http://sourceforge.net/projects/npp...n v0.9.5/HexEditor_0_9_5_UNI_dll.zip/download (just put the dll in the plugins folder of Notepad++)).
E - Install Root Explorer on your phone.
Now for the actual process:
1 - Using Root Explorer, copy the file nv_data.bin file from your phones /efs folder to your PC and open it in Notepad++.
2 - Scroll down and find address 00181460, modify the 01 to 00.
3 - Save the file.
4 - Copy the modified nv_data.bin from your computer back to your phones /efs folder using Root Explorer.
.....(Make sure you keep a copy of this modified file for step 15.)
5 - Once copied to the phone, open Root Explorer and long press on the nv_data.bin file till the menu pops up and select 'Permissions'.
6 - Make sure ONLY the Read, Write and Execute boxes for Owner are ticked, and press OK.
7 - Then again, long press on the nv_data.bin file till the menu pops up, and select 'Change owner'.
8 - Change Owner and Group to 1001-Radio and press OK.
9 - Restart your phone.
10 - Once restarted dial *#7465625#, check Network Lock is ON and press OK.
11 - Using Root Explorer, copy the file nv.log from your phones /efs folder to your PC and open it.
12 - You should see something like:
... ..Mon Jun 18 23:34:32 2012: MD5 fail. orignal md5 'e1493854d4d62ff4e123040855f8b2a9' computed md5 'd29d791b193de8b6711445231fb7d427' (rild)
.. ...Mon Jun 18 23:34:32 2012: backup NV restored.
... ..(Your numbers may differ).
13 - Copy the file nv_data.bin.md5 from your phones /efs folder to your PC and open it.
... ..You should see the first number listed in step 12 (in my case e1493854d4d62ff4e123040855f8b2a9).
14 - Copy the second number in step 12 (in my case d29d791b193de8b6711445231fb7d427) and put in the nv_data.bin.md5 file, so it is the only number in there. Now save the file.
15 - Now copy the modified nv_data.bin file (from step 4) and the modified nv_data.bin.md5 (from step 14) back to your /efs folder on your phone.
16 - Once copied, long press on the nv_data.bin file till the menu pops up and select 'Permissions'.
17 - Make sure ONLY the Read, Write and Execute boxes for Owner are ticked and press OK.
18 - Then again long press on the nv_data.bin file till the menu pops up and select 'Change owner'.
19 - Change Owner and Group to 1001-Radio and press OK.
20 - Now, long press on the nv_data.bin.md5 file till the menu pops up and select 'Permissions'.
21 - Make sure ONLY the Read, Write and Execute boxes for Owner are ticked and press OK.
22 - Then again long press on the nv_data.bin.md5 file till the menu pops up and select 'Change owner'.
23 - Change Owner and Group to 1001-Radio and press OK.
24 - Restart your phone.
25 - Once restarted dial *#7465625# and check Network Lock is OFF and press OK.
anyone tried this
This is the exact same process I used to unlock my gs2. Unless the address where you modify the the byte is off, I see no reason why this wouldn't work on a gs3.
Sent from my SGH-I897 using Tapatalk 2
any pictures for step 14 or is it pretty self explanatory when you do do it. can you paste it anywhere ?
mox123 said:
anyone tried this
Click to expand...
Click to collapse
I have tried this, and on the original thread, 3 others have used is successfully.
I used this on my wife's phone last night and I'll use it on mine this morning when I get it. Ill do a video
galaxy.S3 said:
any pictures for step 14 or is it pretty self explanatory when you do do it. can you paste it anywhere ?
Click to expand...
Click to collapse
I'll hopefully get a video up later today or tomorrow
can this be undone for warranty if a repair is required.
I'll wait till you post a video.
Sent from my SGH-T769 using XDA Premium App
reaths17 said:
can this be undone for warranty if a repair is required.
Click to expand...
Click to collapse
I would say all you would have to do is repeat the process but in step 2, just overwrite the 00 with a 01.
I will try it out when I get my own GS3 later.
Video guide is up guys
the second vid has been taken down
also, i can't get notepad++ to read the file, it just looks like a load of symbols and no actual text. Any help would be appreciated.
dumb donkey said:
the second vid has been taken down
also, i can't get notepad++ to read the file, it just looks like a load of symbols and no actual text. Any help would be appreciated.
Click to expand...
Click to collapse
Ill sort the video when i get home.
make sure the hex plugin .dll is in the right folder
Open the file in NotePad ++
Go to the plugins tab at the top and select the hex plugin
vinokirk said:
Ill sort the video when i get home.
make sure the hex plugin .dll is in the right folder
Open the file in NotePad ++
Go to the plugins tab at the top and select the hex plugin
Click to expand...
Click to collapse
Great...! was able to unlock the phone without the video; just followed the instruction and voila I'm now sim unlock...
vinokirk said:
Ill sort the video when i get home.
make sure the hex plugin .dll is in the right folder
Open the file in NotePad ++
Go to the plugins tab at the top and select the hex plugin
Click to expand...
Click to collapse
i've got notepad++ showing the dll file and also reinstalled it though plugin manager in notepad++ but still the same?
dumb donkey said:
i've got notepad++ showing the dll file and also reinstalled it though plugin manager in notepad++ but still the same?
Click to expand...
Click to collapse
You have to put the .DLL file you just download to this folder of your computer :
C:\Program Files (x86)\Notepad++\plugins...(If that is your installation folder of course)
And Go to:
1.Plugins
2.HEX editor
3.View in Plugin
In Notepad++ bar
armanderli said:
You have to put the .DLL file you just download to this folder of your computer :
C:\Program Files (x86)\Notepad++\plugins...(If that is your installation folder of course)
And Go to:
1.Plugins
2.HEX editor
3.View in Plugin
In Notepad++ bar
Click to expand...
Click to collapse
Thats done it! Thanks bud!
---------- Post added at 06:54 PM ---------- Previous post was at 06:14 PM ----------
Just putting my experience out there for anyone who comes across what i did.
Neither of my nv.log numbers matched the one from the nv_data.bin.md5, but i copied the second number anyway and put ONLY that one in the nv_data.bin.md5 file and follwed the rest of the instructions and it still worked!
I am now on a sim unlocked phone!
Thanx!
EDIT!! i'm currently having problems with 2 efs folders and tthe phone stuck in factory mode. i dont recoment changing if you come across what i did!
EDIT 2! Phone back to normal after i restored original efs folder.. but back to network lock on!
Thanks for taking the time to write this thread, as I have justed ordered a S3 which is locked to the 3 network. So will use your guide when I receive the phone, and save me £10 paying to get the code.
One quick question though, when you say download "root explorer" for a few pence, are you referring to the Root Explorer (File Manager) app at £3?
The other ones that come up are all free, so I assume these wont work with the below process?
dumb donkey said:
Neither of my nv.log numbers matched the one from the nv_data.bin.md5, but i copied the second number anyway and put ONLY that one in the nv_data.bin.md5 file and follwed the rest of the instructions and it still worked!
Click to expand...
Click to collapse
This is also what happened to me when I unlocked my phone. Once the video is up, you'll see
djglenn1337 said:
Thanks for taking the time to write this thread, as I have justed ordered a S3 which is locked to the 3 network. So will use your guide when I receive the phone, and save me £10 paying to get the code.
One quick question though, when you say download "root explorer" for a few pence, are you referring to the Root Explorer (File Manager) app at £3?
The other ones that come up are all free, so I assume these wont work with the below process?
Click to expand...
Click to collapse
I got it for 64p. It must've been a special offer.
dumb donkey said:
EDIT 2! Phone back to normal after i restored original efs folder.. but back to network lock on!
Click to expand...
Click to collapse
I'd try it from the top again.
Make sure you know which files you've modified already and which ones you haven't. The first time i did it, the phone didn't unlock. I found out it's because i copied across an unmodified bin file, doh!

Delete windows.old folder

Does anyone know how to delete the windows.old folder as it's not needed but I've only managed to delete the user folder from within it?
Roland
Sent from my Xperia Arc using Tapatalk 2
You need to take ownership of the folder and replace ownership of all subfolders and files. You then need to change permissions to give yourself full control and again replace ownership of subfolders. The reason its not deleting is because the files and folders will be protected with security rights. Its a real pain and you may need to do it by command line if right click does not work.
lumpaywk said:
You need to take ownership of the folder and replace ownership of all subfolders and files. You then need to change permissions to give yourself full control and again replace ownership of subfolders. The reason its not deleting is because the files and folders will be protected with security rights. Its a real pain and you may need to do it by command line if right click does not work.
Click to expand...
Click to collapse
How do you do it via command line?
Roland
or a somewhat quicker way to do it is to use the cleanup tool, select sytem files, let it do its scan and it will let you delete all manor of crap windows uses
go to metro and search settings for "disk clean" click on free disk space
let it scan your windows drive, it shouldnt take too long, it will give you a list of normal crap you can delete, then click on the "clean up system files" button, let it scan your windows drive again, tick all the old guff you don't want including windows.old stuff and bobs your uncle
it might take a while as there is usually several gig, in my case it was over 200GB of data so give it a chance.
dazza9075 said:
or a somewhat quicker way to do it is to use the cleanup tool, select sytem files, let it do its scan and it will let you delete all manor of crap windows uses
go to metro and search settings for "disk clean" click on free disk space
let it scan your windows drive, it shouldnt take too long, it will give you a list of normal crap you can delete, then click on the "clean up system files" button, let it scan your windows drive again, tick all the old guff you don't want including windows.old stuff and bobs your uncle
it might take a while as there is usually several gig, in my case it was over 200GB of data so give it a chance.
Click to expand...
Click to collapse
I tried the disk cleanup but it didn't list the windows. old folder.
Roland
Sent from my Xperia Arc using Tapatalk 2
Rolandh said:
I tried the disk cleanup but it didn't list the windows. old folder.
Roland
Sent from my Xperia Arc using Tapatalk 2
Click to expand...
Click to collapse
I don't think it was listed as windows.old. I think it was previous version of windows or something like that, its now vanished off my system so I assume that when its cleaned it goes away. Did you try deleting any of it manually as the first post said? if so perhaps that deletes some setup files needed for clean up tool to know its an old version of windows
just to be sure though, you did click on the "clean up system files" button once you initially ran the clean up tool? the first part of the clean up tool BEFORE you click that button only shows you user related rubbish, recycle bin etc
the other way of doing it as the first post said is to gain control of it, that is a pain to be honest and shouldn't need to be done
right click on the .old folder
properties
Security
advanced
change owner (this may appear different depending on which version of windows you use but what you want to do is change the owner, then find your user name and select it, and then apply those settings, if it says "select user / groups" and gives you an empty box, click advanced again, then click find, select your username)
Once you have done that you can the go back in to properties for that folder, go to security, and change permissions, by pushing the "edit" button, select your users and give full control to everyone
the taking ownership is the hard bit, once done your pretty much sorted
dazza9075 said:
I don't think it was listed as windows.old. I think it was previous version of windows or something like that, its now vanished off my system so I assume that when its cleaned it goes away. Did you try deleting any of it manually as the first post said? if so perhaps that deletes some setup files needed for clean up tool to know its an old version of windows
Click to expand...
Click to collapse
I only managed to get the user folder to delete all the others won't delete. I'll give it another try and see.
Roland
dazza9075 said:
I don't think it was listed as windows.old. I think it was previous version of windows or something like that, its now vanished off my system so I assume that when its cleaned it goes away. Did you try deleting any of it manually as the first post said? if so perhaps that deletes some setup files needed for clean up tool to know its an old version of windows
just to be sure though, you did click on the "clean up system files" button once you initially ran the clean up tool? the first part of the clean up tool BEFORE you click that button only shows you user related rubbish, recycle bin etc
the other way of doing it as the first post said is to gain control of it, that is a pain to be honest and shouldn't need to be done
right click on the .old folder
properties
Security
advanced
change owner (this may appear different depending on which version of windows you use but what you want to do is change the owner, then find your user name and select it, and then apply those settings, if it says "select user / groups" and gives you an empty box, click advanced again, then click find, select your username)
Once you have done that you can the go back in to properties for that folder, go to security, and change permissions, by pushing the "edit" button, select your users and give full control to everyone
the taking ownership is the hard bit, once done your pretty much sorted
Click to expand...
Click to collapse
Disk Cleanup has now sorted it and my Free HDD space has gone from 194GB to 201GB.
Roland
Rolandh said:
Disk Cleanup has now sorted it and my Free HDD space has gone from 194GB to 201GB.
Roland
Click to expand...
Click to collapse
nice one, I saw you post about temp files etc, if you look at the clean up lists there's nothing that will give you big problems, id leave the thumbnail pics tho, itll just have to load them all up again anyway but all the temp stuff can go too

[XAP][27/02/2016][0.7] CustomWPSystem - patch XAPs easily within WPSystem folder

Hi, following XDA user djamol tutorial, I've created an helper that allows in less click to patch system app to use OEM APIs
This app is based on This tutorial from this topic (ok... seems that there's no more tutorial there)
Remember that you need an SD card into your phone!
NOTE | I've updated this app to 0.7 and some of the functionalities are changed, so some of the tutorials created for 0.6 or less may be obsolete!
how does this work?
Detailed instructions are available within the app. Just swipe to go to the next section.
Changelog
Latest release
v 0.7 (27/02/2016)
- added MixRadio support
- new Interface and icon
- other bugfixes
Old releases
v0.6 (08/06/2015) [Still available]
- added extras and infos app support
- small UI fix and bugfix
- Update made with the collaboration of WojtasXda :good:
v0.5 (31/12/2014) HAPPY NEW YEAR! [Still available]
- trying to fix ACCESS DENIED error
- fixed scrollviewer bug
- better english (please let me know if I can write better)
- Added Field Medic app for testing purpose
v0.4 (23/12/2014)
- better naming messagge errors
- changed try-catch positions
- definitive "about" structure (not content)
v 0.3 (22-23/12/2014)
- fixed another crash
- now xap apps subfolder gets copied too!
v 0.2 (22/12/2014)
- fixed a crash
- fixed app patching for Glance Background and Preview For Developers
v 0.1 (16/12/2014)
- first release
Text related to versions 0.6 and less
NEW IMPORTANT! Give SD card permissions
Tap "SD Card permissions" button
Tap only "SD card"
Press the check button into the bottom appbar
"SD Card permissions" button will became green
It isn't necessary to set the "Unhide WPSystem" green.
Choose the app target
With this first version it's possible to choose five target apps, i will add other apps soon:
Live Lock Screen beta
Glance Background beta
Preview for developers
Field Medic
Extras and infos [NEW!]
Download the app and move it to SD card (using storage sense)
Pin the app into the start screen (obviusly you can't pin extras and infos before Update 2)
Choose the custom XAP (the app uses the integrated file picker)
Patch!
FAQ
Q: I'm getting ACCESS DENIED error
A: When you get this error, an error message will appear, make sure that "SD Card permissions" is GREEN and not RED
Q: the app crashed immediately after patch
A: ehm... I don't know, please advice me within this topic. Try to deploy again the app.
Q: Preview For Developers (or other apps) vanished from app list and I can't reinstall or unistall
A: Use Storage Sense to unistall the app
Q: Can I restore original apps?
A: Sure! Unistall and reinstall the target app
OTHER TROUBLESHOOTING
> Remove/unistall the app from the app list within your phone
> Be sure that in Storage Sense default location for app storage is INTERNAL MEMORY
> Deploy the app with "Windows Phone Application Deployment 8.1" (the 8.1 is relly important, the name may change, don't use 8.2, 8.0 or without numbers). Some Visual Studio versions have multiple deployers included, use the 8.1 version.
Glossary
Swapper: CustomWPSystem app
App target: The first/second party app to patch (Preview For Developers for example)
Homebrew XAP: the dev-made XAP that you can patch to target apps (CutomPFD for Example)
Thanks to everyone that is related with this project
Sorry for bad english and enjoy!
Looks great thanks
does anybody have the latest "registry editor" form djmol ?
i want to try the "preview voor developers" with the latest "registry editor" from djmol
please share the link
many thanks in advance
michael
Pasquiindustry said:
Hi, following XDA user djamol tutorial, I've created an helper that allows in less click to patch system app to use OEM APIs
This app is based on This tutorial from this topic (ok... seems that there's no more tutorial there)
How does it functions?
Choose the app target
With this first version it's possible to choose only three target apps, i will add other apps soon:
Live Lock Screen beta
Glance Background beta
Preview for developers
Download the app and move it to SD card (using storage sense)
Choose the custom XAP (the app uses the integrated file picker)
Patch!
The app will automatically patch the app
This is the first release ever, so there may be bugs. I've tried with a custom lockscreen and it worked.
Remember that you need an SD card into your phone!
Sorry for bad english and enjoy!
Changelog
v 0.1 (16/12/2014)
- first release
Click to expand...
Click to collapse
I've the XAP but it seems doesn't work, I've tried to apply the program manually and with CustomWPSystem, but Preview For Developers doesn't open...
I could try to make a port...
megasounds said:
Looks great thanks
does anybody have the latest "registry editor" form djmol ?
i want to try the "preview voor developers" with the latest "registry editor" from djmol
please share the link
many thanks in advance
michael
Click to expand...
Click to collapse
here you go
http://www7.zippyshare.com/v/93645961/file.html
i am having problems too. i am on build 8.10.14203. when i launch the patched app, it's stuck on "...loading..".
can people that have it working please post their wp81 build numbers and firmware revision number?
Mhm... which apps are you trying to patch?
I've added a lot of try-catch during patching with detailed message error and the app stay opened after patching (it will show up a message too)
Check the SD card root for wpsystem folder, there is apps or asspx folder?
Maybe the app that are you trying to apply doesn't have a compatible manifest...
Try to apply them manually and check if that works...
please let me know your wp8 build number.
i would appreciate a regeditor that is already adjusted to be compatible with preview for developers hijacking.
i tried the regeditor from djamol posted above with PFD.
but no luck. stuck on ..loading... when i try to launch it.
i don't know what else to try. can anyone with build 14203 or above confirm that the regeditor above is working with PFD?
That XAP isn't working for me too. I've Tried manually but the app still stuck to loading screen.
However I'm on Build 14219.
I will try to make my own regeditor based on that XAP
Hi all,
Did some cleaning of OT posts. Please keep this thread on topic
-snickler
Ok, I've tried to make my own registry edititor based on DevProgramUI, but I can't patch it to Preview For Developers, the app crashes on startup (as DevProgramUI...). I've tried with my program and manually with a file Explorer...
I Will post soon the registry editor to a new topic, bug I don't know if it writes correctly registry Keys after patching the app :/
UPDATE: I have tried Glance Background Registry editor (the djamol one) and it works without problems with my tool
UPDATE 2: I'm writing here for the preview for developers crash problem: http://forum.xda-developers.com/win...-capabilitiy-hack-t2937089/page2#post57606692
UPDATE 3: I maybe found the solution! I will publish as sson as possible the new XAP
Hi, I understand why that doesn't function and I will send soon an update.
Try to soft-reset your phone, sometimes are the wpsystem folder permissions that cannot be unlocked
Yes, with this first version, only patching Live Lockscreen works because that app didn't remove every file/folder under guid folder for wp8 apps (preview for developers and glance background)
For wp8.1 apps it isn't necessary to delete every file/folder
I've fixed that with the next release that is coming soon
Version 0.2 available now!
Now it's possible to patch correctly apps for Preview For Developers and Glance Background
0.3 version will be available soon to fix other small things
Sorry for third consecutive post, but I've updated again the tool
Now it's posssible to copy and patch entire XAP with subfolders and their files
Pasquiindustry said:
Sorry for third consecutive post, but I've updated again the tool
Now it's posssible to copy and patch entire XAP with subfolders and their files
Click to expand...
Click to collapse
still it doesnt work . acess denied . tried teboot .but still same error
by manually coping reg app contents it worked though
Check this solution here http://forum.xda-developers.com/showpost.php?p=57697453&postcount=7
0.4 update available now, I think this will be the latest one for now I think
I have still no luck using it.
Here is some minor mistakes with this app:
Apps folder getting renamed to apps (littlecase first digit "A")
Four stage of Applying... called Defualt app backup (instead of Default)
and the "swapper" doesn`t starting if installed on SD card and then being moved to Internal/Phone storage. Just infinite Loading... appears if you made it. I was forced to install it directly to Phone storage to work.
I`m trying to apply your registry editor to Preview for Developers app. And getting errors (permissions and E_ACCESSDENIED/0x80070005) at the last stage (Default app backup line is filled and Applying custom XAP file is at the dots animation stage). And I`m able to rename Apps forlder with Pocket File Manager, WPSystem folder attributes unchecked correctly, Preview for Developers folder {178AC... is empty after your app`s activity.
I had successfully installed @djamol registry editor but it is now broken by your app
I`m running Lumia 620 with Cyan update that was installed on PfD build which allows to install Cyan onto it. Extras+info app shows Core Build ID 3058.50000.1425.10479. OS version is 8.10.14176.243.
winphoneuser said:
I have still no luck using it.
Here is some minor mistakes with this app:
Apps folder getting renamed to apps (littlecase first digit "A")
Four stage of Applying... called Defualt app backup (instead of Default)
and the "swapper" doesn`t starting if installed on SD card and then being moved to Internal/Phone storage. Just infinite Loading... appears if you made it. I was forced to install it directly to Phone storage to work.
I`m trying to apply your registry editor to Preview for Developers app. And getting errors (permissions and E_ACCESSDENIED/0x80070005) at the last stage (Default app backup line is filled and Applying custom XAP file is at the dots animation stage). And I`m able to rename Apps forlder with Pocket File Manager, WPSystem folder attributes unchecked correctly, Preview for Developers folder {178AC... is empty after your app`s activity.
I had successfully installed @djamol registry editor but it is now broken by your app
I`m running Lumia 620 with Cyan update that was installed on PfD build which allows to install Cyan onto it. Extras+info app shows Core Build ID 3058.50000.1425.10479. OS version is 8.10.14176.243.
Click to expand...
Click to collapse
if you are using pfd app then follow these steps
1. try using above app
2. it will show error , ignore it .
3. now manually copy contents of reg app and paste them in pdf app . ( for copy - paste use "file Manager" or "Folders" app )
4. done
It worked for me .
irshad2809 said:
if you are using pfd app then follow these steps
1. try using above app
2. it will show error , ignore it .
3. now manually copy contents of reg app and paste them in pdf app . ( for copy - paste use "file Manager" or "Folders" app )
4. done
It worked for me .
Click to expand...
Click to collapse
Finally done it manually. After your post I tried to remove PfD app, redownloaded it from store and then with "swapper" tried to swap the apps. After the error messages I did use Pocket File Manager and realized that this time Preview for Developers folder was not empty, there was Install folder into it. I have renamed folder apps to Appx, erased the content of Preview for Developers folder ( {178AC... ) and then renamed folder Appx to Apps.
"Swapper" is the name of the CustomWPSystem app. @GoodDayToDie used it the first time (see original post). I do liked it and then used by myself. Probably that naming making problems for translating sites. Sorry for the inconvience.
Click to expand...
Click to collapse
Using Metro Commander Pro (paid one, but I got it for free during giveaway) I have copied content of {27D6A090... to {178AC... and:
It works!

(6/12/15)Again Interop/cap Unlock in lumia and temporary solution for WPINTERNALS.

Edited - Added A new procedure and no more reset anymore.
:good::good::good::good::good::good::good::good:
people who have audio problem after "root unlock" can use this trick temporary.in this trick there is no issue in audio..and i think the audio fix option will come soon.
ok here is The latest trick for interop unloking listed lumia devices.i will write the post shortly.the 60% work will do the wpinternal app.so u have to read the post.
Device supported:
Lumia 520,521,525,620,625,810,820,822,920,925,1020,720 (Other devices is not suported in WPINternals that's why those devices owner have to wait).
**1st a big thanks to "Heathcliff74" for his awesome tool.and 2nd Big thanks to "AndroidXsK" for the SBL3 partitions.
ok here is the procedure.
1st follow this link to unlock ur bootloader.The wpinternals app has all Answers of ur questions.
http://forum.xda-developers.com/windows-phone-8/development/windows-phone-internals-unlock-t3257483
1st download the tool and read the getting started section carefully. (don't do anything just read).
2nd download the SBL3 Partion files from this link. --- http://forum.xda-developers.com/showpost.php?p=64100811&postcount=267
now with the Wpinternals app unlock ur bootloader with the supported SBL3 partitions.
here u have to choose exact partition which match with ur phone..
well if u have a same cpu which matches with sbl3 partion supported phone u can use that for ur phone also..suppose u r using lumia 521/525 but there is no sbl3 partition for those phone then u can use 520 sbl3 partition .bcz 520 has the same processor.i think u understood.
after unlocking bootloader ur phone will reboot to normal mode..keep connected ur phone with pc by USB ..now from the wpinternal app go to manual mode and select "mass storage mode" in the app.the phone will boot again and will go black(unresponsive) ..don't worry.then u will find a new mounted drive partition in ur pc.it's ur phone mainos partition.
go to that drive and u will se some folders .if u don't know pls don't play with those folders.just go to (windows>packages>registry files) folders..u will find many reg files just copy the "Software.reg" file in ur desktop.we will work with that file.
now open 7zip file manager (don't have just download or install)
select the software reg file from desktop.
after clciking on software reg u will see a file named software without any extension.
right click on the file and click "edit".
now a notepad tab will open with many lines..
now add these quoted(add without quotes) lines from the attachment at the end of the software file lines.
View attachment 3566593
now save the file by pressing "Ctrl+S"
now a msg box will appear on 7z file manager just click yes...
after that put/replace the modified software.reg files in the (new mounted drive>windows>packages>registry files) folder.
now soft reset ur phone by clicking "volume down+power button" for 10 second.
then the phone will boot up normally..now u have to must give a hard reset ur phone to get the new capabilities unlocked...
2nd Procedure(No reset anymore) :
Thanks to @_wook_
There's easier way, no need fot 7zip at all
Just switch device to the mass storage mode, go to [MainOS mount point]:\windows\system32\config\ and copy SOFTWARE to some location on PC, then make duplicate just in case you mess up with some registry entry.
Open RegEdit.exe and click on HKLM > File> Load Hive and select file you copied from your MainOS partition drive, then type in the name - anything like lumiaSofware...
Edit what you want (probably capabilities... or something) and unload hive by selecting the lumiaSoftware > File > Unload Hive.
Close RegEdit (no need for it anymore); copy your SOFTWARE file to the place where you got it from (There will be more files, with LOG or similar extension, disregard them). Eject device and hold down power button for 10 seconds (or at least until it vibrates) and voila, you edited your registry with success.
Important notes:
You can mess up your System, but probably you will be able to repair it by re-flashing ffu again - not tested.
Maybe I skipped some step in tutorial and you will be confused what to do next, so, just in case you don't have clue what I am talking about, then this is no good tutorial for you, no good at all!
In case Explorer.exe tells you that you don't have permission to access to [MainOS MP]:\windows\system32\config just press enter (it will be ok I think). Maybe this will cause an issue for some path, or for some devices, not causing any issue to me.
I have crazy phone and a lot of things works on it...
I am using Win10 and Win 10 Mobile.
In case you don't know who is the guy named Explorer.exe forget everything you read in this post and go to some place else.
Best regards and be safe
//edit:
Uploaded attachment for detailed instructions.
attachment Link - forum.xda-developers.com/attachment.php?attachmentid=3563171&d=1449110333
Remember, this works on my device, there might be some issues with it I don't know and I haven't found any so far. Maybe it will brick your phone, mine is working good so far...
Zip file contains screenshots with steps from 0001 to 0031.
And, please, If i had nerve to write entire post, have nerve to read it too...
N.B.-
somethings u must be remembered that the unlock will be parmanent.and i will not responsible for any kind of harm in ur phone.and devices which (like 720) doesn't have sbl3 partitions,u can also unlock ur device by dumping ur phone partition.for this u have to read WPinternals getting started section.
******Sorry for my bad english**************
audio working?
reksden said:
audio working?
Click to expand...
Click to collapse
Yes..thats why i said temporary solution..
Riyad_ said:
Yes..thats why i said temporary solution..
Click to expand...
Click to collapse
okay, but i have lumia 720(((
The version of 7z that you use ?
reksden said:
okay, but i have lumia 720(((
Click to expand...
Click to collapse
No rpoblem..u can try this by dumping ur phone mainos partition.check wpinternals.net
titi66200 said:
The version of 7z that you use ?
Click to expand...
Click to collapse
version 9.34..also works with version 9.20
Thanks
Riyad_ said:
No rpoblem..u can try this by dumping ur phone mainos partition.check wpinternals.net
Click to expand...
Click to collapse
okay, this instruction is older, i get interop unlock with oem setting and system and other reg(huawei w1 with 8.0 05420). but i flashed dump with interop unlock.
Why not writing reg values directly here ?
"C:\Windows\System32\Config"
Thank you so much Riyad_,
this a great notice and I will use now the toturial in my lumia 520
Riyad_ said:
:good::good::good::good::good::good::good::good:
people who have audio problem after "root unlock" can use this trick temporary.in this trick there is no issue in audio..and i think the audio fix option will come soon.
ok here is The latest trick for interop unloking listed lumia devices.i will write the post shortly.the 60% work will do the wpinternal app.so u have to read the post.
Device supported:
Lumia 520,521,525,620,625,810,820,822,920,925,1020,720 (Other devices is not suported in WPINternals that's why those devices owner have to wait).
**1st a big thanks to "Heathcliff74" for his awesome tool.and 2nd Big thanks to "AndroidXsK" for the SBL3 partitions.
ok here is the procedure.
1st follow this link to unlock ur bootloader.The wpinternals app has all Answers of ur questions.
http://forum.xda-developers.com/windows-phone-8/development/windows-phone-internals-unlock-t3257483
1st download the tool and read the getting started section carefully. (don't do anything just read).
2nd download the SBL3 Partion files from this link. --- http://forum.xda-developers.com/showpost.php?p=64100811&postcount=267
now with the Wpinternals app unlock ur bootloader with the supported SBL3 partitions.
here u have to choose exact partition which match with ur phone..
well if u have a same cpu which matches with sbl3 partion supported phone u can use that for ur phone also..suppose u r using lumia 521/525 but there is no sbl3 partition for those phone then u can use 520 sbl3 partition .bcz 520 has the same processor.i think u understood.
after unlocking bootloader ur phone will reboot to normal mode..keep connected ur phone with pc by USB ..now from the wpinternal app go to manual mode and select "mass storage mode" in the app.the phone will boot again and will go black(unresponsive) ..don't worry.then u will find a new mounted drive partition in ur pc.it's ur phone mainos partition.
go to that drive and u will se some folders .if u don't know pls don't play with those folders.just go to (windows>packages>registry files) folders..u will find many reg files just copy the "Software.reg" file in ur desktop.we will work with that file.
now open 7zip file manager (don't have just download or install)
select the software reg file from desktop.
after clciking on software reg u will see a file named software without any extension.
right click on the file and click "edit".
now a notepad tab will open with many lines..
now add these quoted(add without quotes) lines from the attachment at the end of the software file lines.
View attachment 3562770
now save the file by pressing "Ctrl+S"
now a msg box will appear on 7z file manager just click yes...
after that put/replace the modified software.reg files in the (new mounted drive>windows>packages>registry files) folder.
now soft reset ur phone by clicking "volume down+power button" for 10 second.
then the phone will boot up normally..now u have to must give a hard reset ur phone to get the new capabilities unlocked...
N.B.-
somethings u must be remembered that the unlock will be parmanent.and i will not responsible for any kind of harm in ur phone.and devices which (like 720) doesn't have sbl3 partitions,u can also unlock ur device by dumping ur phone partition.for this u have to read WPinternals getting started section.
******Sorry for my bad english**************
Click to expand...
Click to collapse
I get the black screen with sad face reboot loop.
into the ffu ? How ?
There's easier way, no need fot 7zip at all
Just switch device to the mass storage mode, go to [MainOS mount point]:\windows\system32\config\ and copy SOFTWARE to some location on PC, then make duplicate just in case you mess up with some registry entry.
Open RegEdit.exe and click on HKLM > File> Load Hive and select file you copied from your MainOS partition drive, then type in the name - anything like lumiaSofware...
Edit what you want (probably capabilities... or something) and unload hive by selecting the lumiaSoftware > File > Unload Hive.
Close RegEdit (no need for it anymore); copy your SOFTWARE file to the place where you got it from (There will be more files, with LOG or similar extension, disregard them). Eject device and hold down power button for 10 seconds (or at least until it vibrates) and voila, you edited your registry with success.
Important notes:
You can mess up your System, but probably you will be able to repair it by re-flashing ffu again - not tested.
Maybe I skipped some step in tutorial and you will be confused what to do next, so, just in case you don't have clue what I am talking about, then this is no good tutorial for you, no good at all!
In case Explorer.exe tells you that you don't have permission to access to [MainOS MP]:\windows\system32\config just press enter (it will be ok I think). Maybe this will cause an issue for some path, or for some devices, not causing any issue to me.
I have crazy phone and a lot of things works on it...
I am using Win10 and Win 10 Mobile.
In case you don't know who is the guy named Explorer.exe forget everything you read in this post and go to some place else.
Best regards and be safe
//edit:
Uploaded attachment for detailed instructions.
Remember, this works on my device, there might be some issues with it I don't know and I haven't found any so far. Maybe it will brick your phone, mine is working good so far...
Zip file contains screenshots with steps from 0001 to 0031.
And, please, If i had nerve to write entire post, have nerve to read it too...
_wook_ said:
There's easier way, no need fot 7zip at all
Just switch device to the mass storage mode, go to [MainOS mount point]:\windows\system32\config\ and copy SOFTWARE to some location on PC, then make duplicate just in case you mess up with some registry entry.
Open RegEdit.exe and click on HKLM > File> Load Hive and select file you copied from your MainOS partition drive, then type in the name - anything like lumiaSofware...
Edit what you want (probably capabilities... or something) and unload hive by selecting the lumiaSoftware > File > Unload Hive.
Close RegEdit (no need for it anymore); copy your SOFTWARE file to the place where you got it from (There will be more files, with LOG or similar extension, disregard them). Eject device and hold down power button for 10 seconds (or at least until it vibrates) and voila, you edited your registry with success.
Important notes:
You can mess up your System, but probably you will be able to repair it by re-flashing ffu again - not tested.
Maybe I skipped some step in tutorial and you will be confused what to do next, so, just in case you don't have clue what I am talking about, then this is no good tutorial for you, no good at all!
In case Explorer.exe tells you that you don't have permission to access to [MainOS MP]:\windows\system32\config just press enter (it will be ok I think). Maybe this will cause an issue for some path, or for some devices, not causing any issue to me.
I have crazy phone and a lot of things works on it...
I am using Win10 and Win 10 Mobile.
In case you don't know who is the guy named Explorer.exe forget everything you read in this post and go to some place else.
Best regards and be safe
Click to expand...
Click to collapse
Have you tested this?.
Rivo17 said:
Have you tested this?.
Click to expand...
Click to collapse
Of course, but, i recommend you to try first post. As I wrote, I have a crazy phone...
In that case, you must better edit your post for avoid confusion. Just saying.
_wook_ said:
There's easier way, no need fot 7zip at all
Just switch device to the mass storage mode, go to [MainOS mount point]:\windows\system32\config\ and copy SOFTWARE to some location on PC, then make duplicate just in case you mess up with some registry entry.
Open RegEdit.exe and click on HKLM > File> Load Hive and select file you copied from your MainOS partition drive, then type in the name - anything like lumiaSofware...
Edit what you want (probably capabilities... or something) and unload hive by selecting the lumiaSoftware > File > Unload Hive.
Close RegEdit (no need for it anymore); copy your SOFTWARE file to the place where you got it from (There will be more files, with LOG or similar extension, disregard them). Eject device and hold down power button for 10 seconds (or at least until it vibrates) and voila, you edited your registry with success.
Important notes:
You can mess up your System, but probably you will be able to repair it by re-flashing ffu again - not tested.
Maybe I skipped some step in tutorial and you will be confused what to do next, so, just in case you don't have clue what I am talking about, then this is no good tutorial for you, no good at all!
In case Explorer.exe tells you that you don't have permission to access to [MainOS MP]:\windows\system32\config just press enter (it will be ok I think). Maybe this will cause an issue for some path, or for some devices, not causing any issue to me.
I have crazy phone and a lot of things works on it...
I am using Win10 and Win 10 Mobile.
In case you don't know who is the guy named Explorer.exe forget everything you read in this post and go to some place else.
Best regards and be safe
//edit:
Uploaded attachment for detailed instructions.
Remember, this works on my device, there might be some issues with it I don't know and I haven't found any so far. Maybe it will brick your phone, mine is working good so far...
Zip file contains screenshots with steps from 0001 to 0031.
And, please, If i had nerve to write entire post, have nerve to read it too...
Click to expand...
Click to collapse
Loading hive and searching for capabilities i think it's more complicated...just adding some line is much more easier .but ur tut is good too.
djamol said:
Why not writing reg values directly here ?
"C:\Windows\System32\Config"
Click to expand...
Click to collapse
i was confused about it that's why i used software.reg. ..
Rivo17 said:
I get the black screen with sad face reboot loop.
Click to expand...
Click to collapse
i also got this 1st time. try again resetting or flash the ffu again.

Interop/OEM unlock with unlimited sideload apps windows phone 8.1 (SD CARD Required)

Interop unlock/OEM unlock windows phone 8.1 with mixradio(SD CARD Required)
Please Remember that what you're doing could damage your device do it at your own risk !!!​
step 1: backup your phone stuffs i.e. whatever you have in your phone into your pc.
step 2: do hard reset of your phone so that we could get the full capability mixradio app.
step 3: After completion of hard reset you will notice that mixradio app is preinstalled, move the preinstalled mixradio app to sd card.
step 4: Now, developer register your phone with developer registration tool using your microsoft account.
step 5: deploy your customWPsystem app to internal storage of your phone.
step 6: Now, open the customWpsystem app give the sd card permissions and then select mixradio app and select the xap to patch with i.e the vcreg xap which will be provided and then click the apply xap.
step 7: Incase the results show success then you can simply open the mixradio app to launch the vcreg app and click the three dots and then click on templates and click on live interop/capability unlock and whatever options you want and it says then your successfully interop unlocked your phone and now to complete the process reboot your phone.
INCASE, THE ABOVE STEP 6 DOESN'T WORKS THEN FOLLOW THE BELOW​
step 7: open the customwpsystem app click on unhide wpsystem and rename the vcreg xap to zip format i.e for ex: vcreg.xap---->vcreg.zip and install 8-zip lite app and open the 8-zip lite app and open the vcreg.zip file and click extract all and browse to sdcard-->wpsystem-->apps-->f5874252- and extract to this directory
step 8: open the files app browse to sd card--.>wpsystem--> rename apps to apps1 and then open the apps1 folder browser to folder name starting with f5874252- and then rename the Install folder to Install1 and rename vcreg folder to Install after that now rename the apps1 folder back to apps and now try to launch the mixradio app it will open the vcreg app and now you can successfully interop unlock your device.
it really works ! tested in my lumia 630 with windows 8.1 update 1 as on 22 Sep 2016
if it really works for you OR you have any issue please do comment.... please mention your device name and os in which it works..
This post is similar to this below one but it didn't work for my phone hence, i prepared this tutorial. All credits goes to xda member A AJAY​
Thanks A AJAY for this wonderful tutorial​
http://forum.xda-developers.com/windows-phone-8/development/tut-interop-unlock-root-wp8-8-1-windows-t3450239
That's all folks...!!!​
ALL THE BEST :good:
HAVE A GOOD DAY !
Please Give a Thumps up if it works !​
After doing steps 7 & 8, I can't open Mix Radio, it opens and closes (though after reverting back, mix radio is working fine). I don't now what to do next?(step 6 didn't work out because custompfd7 was unable to view vcREG in explorer)
aakashg said:
After doing steps 7 & 8, I can't open Mix Radio, it opens and closes (though after reverting back, mix radio is working fine). I don't now what to do next?(step 6 didn't work out because custompfd7 was unable to view vcREG in explorer)
Click to expand...
Click to collapse
can you post some screenshots of what problem you are facing...
Here is the link of video : https://www.youtube.com/watch?v=FZQV5HP6dug- where MixRadio crashes
Here are concerned screenshots : https://imgur.com/a/H9DfI
Thanks
---------- Post added at 05:59 PM ---------- Previous post was at 05:48 PM ----------
[/COLOR]step 7: open the customwpsystem app click on unhide wpsystem and rename the vcreg xap to zip format i.e for ex: vcreg.xap---->vcreg.zip and install 8-zip lite app and open the 8-zip lite app and open the vcreg.zip file and click extract all and browse to sdcard-->wpsystem-->apps-->f5874252- and extract to this directory
step 8: open the files app browse to sd card--.>wpsystem--> rename apps to apps1 and then open the apps1 folder browser to folder name starting with f5874252- and then rename the Install folder to Install1 and rename vcreg folder to Install after that now rename the apps1 folder back to apps and now try to launch the mixradio app it will open the vcreg app and now you can successfully interop unlock your device.
it really works ! tested in my lumia 630 with windows 8.1 update 1 as on 22 Sep 2016
This post is similar to this below one but it didn't work for my phone hence, i prepared this tutorial. All credits goes to xda member A AJAY​
Steps 7 + 8 worked for me on Lumai 635 Cricket Wireless WP8.1 Update 2
I thank You
aakashg said:
Here is the link of video : https://www.youtube.com/watch?v=FZQV5HP6dug- where MixRadio crashes
Here are concerned screenshots : https://imgur.com/a/H9DfI
Thanks
Click to expand...
Click to collapse
well you should delete all other folders except Install and Install1... and then try again to open the mixradio app... hope it helps :good:
aakashg said:
Here is the link of video : https://www.youtube.com/watch?v=FZQV5HP6dug- where MixRadio crashes
Here are concerned screenshots : https://imgur.com/a/H9DfI
Thanks
Click to expand...
Click to collapse
try to exact renaming the folder.. because it might be case sensitive
U rename as install but original directory in form of Install.. so when you launch the app it could not found any directory to run the app. bcz 1 directory is Install1(original app) and other is install(vcreg), but there are no directory like Install. so just try to rename install ===> Install..
tell me worked or not.
Kopime said:
---------- Post added at 05:59 PM ---------- Previous post was at 05:48 PM ----------
[/COLOR]step 7: open the customwpsystem app click on unhide wpsystem and rename the vcreg xap to zip format i.e for ex: vcreg.xap---->vcreg.zip and install 8-zip lite app and open the 8-zip lite app and open the vcreg.zip file and click extract all and browse to sdcard-->wpsystem-->apps-->f5874252- and extract to this directory
step 8: open the files app browse to sd card--.>wpsystem--> rename apps to apps1 and then open the apps1 folder browser to folder name starting with f5874252- and then rename the Install folder to Install1 and rename vcreg folder to Install after that now rename the apps1 folder back to apps and now try to launch the mixradio app it will open the vcreg app and now you can successfully interop unlock your device.
it really works ! tested in my lumia 630 with windows 8.1 update 1 as on 22 Sep 2016
This post is similar to this below one but it didn't work for my phone hence, i prepared this tutorial. All credits goes to xda member A AJAY​
Steps 7 + 8 worked for me on Lumai 635 Cricket Wireless WP8.1 Update 2
I thank You
Click to expand...
Click to collapse
Update: Interop/Capability Unlock is not sticking. I can't deploy any additional app. is there a next step?
A AJAY said:
try to exact renaming the folder.. because it might be case sensitive
U rename as install but original directory in form of Install.. so when you launch the app it could not found any directory to run the app. bcz 1 directory is Install1(original app) and other is install(vcreg), but there are no directory like Install. so just try to rename install ===> Install..
tell me worked or not.
Click to expand...
Click to collapse
i don't think so.. A AJAY as you said bcz windows os is not case sensitive unlike linux... as you said to rename the folder from install--->Install.. well A AJAY if you understood my post i would suggest to make video of it if possible.. as you're already a youtuber..
Anything as your wish... :good:
Kopime said:
Update: Interop/Capability Unlock is not sticking. I can't deploy any additional app. is there a next step?
Click to expand...
Click to collapse
can you explain with some screenshots.. of what problem you're facing..
ajaikumarnadar said:
can you explain with some screenshots.. of what problem you're facing..
Click to expand...
Click to collapse
So I started over HR phone. -Unticked Auto-update Apps -Dev Register Unlocked -Used WPV XAP Deployer to deploy CustomWPSystem0700 (Lumia 635 comes with MixRadio stock) applied VCReg_mix_radio_bootstrap.XAP over it. Ticked Interop Unlock waited 30secs and went back to WPV XAP Deployer deployed vcReg1_2_sideload.xap and WPTweaker without error. I think Key was to turn auto-updates off. Also I never switched Storage Sense to SD, I let everything install to phone as well as not rebooting at all inbetween. And never had to unlock the files system. :good:
Windows 8.1 Update 2 Lumia 635
Kopime said:
So I started over HR phone. -Unticked Auto-update Apps -Dev Register Unlocked -Used WPV XAP Deployer to deploy CustomWPSystem0700 (Lumia 635 comes with MixRadio stock) applied VCReg_mix_radio_bootstrap.XAP over it. Ticked Interop Unlock waited 30secs and went back to WPV XAP Deployer deployed vcReg1_2_sideload.xap and WPTweaker without error. I think Key was to turn auto-updates off. Also I never switched Storage Sense to SD, I let everything install to phone as well as not rebooting at all inbetween. And never had to unlock the files system. :good:
Windows 8.1 Update 2 Lumia 635
Click to expand...
Click to collapse
you should have rebooted your phone after the ticking and applying the interop unlock... have you done that ?
ajaikumarnadar said:
you should have rebooted your phone after the ticking and applying the interop unlock... have you done that ?
Click to expand...
Click to collapse
Yup all good. Thank you!
Kopime said:
Yup all good. Thank you!
Click to expand...
Click to collapse
you're welcome :fingers-crossed:
In deploy 0x81030119 error
Hello, if anyone can help me I will be very grateful. I'm having trouble installing. When I use the deploy it sends the error 0x81030119. Does anyone know how to solve? I've done reset, tested multiple accounts and always the same error
makveli said:
Hello, if anyone can help me I will be very grateful. I'm having trouble installing. When I use the deploy it sends the error 0x81030119. Does anyone know how to solve? I've done reset, tested multiple accounts and always the same error
Click to expand...
Click to collapse
try reinstalling the windows phone SDK 8.1 and then try to deploy hopefully it will fix your problem.. :good:
ajaikumarnadar said:
Interop unlock/OEM unlock windows phone 8.1 with mixradio(SD CARD Required)
Please Remember that what you're doing could damage your device do it at your own risk !!!​
step 1: backup your phone stuffs i.e. whatever you have in your phone into your pc.
step 2: do hard reset of your phone so that we could get the full capability mixradio app.
step 3: After completion of hard reset you will notice that mixradio app is preinstalled, move the preinstalled mixradio app to sd card.
step 4: Now, developer register your phone with developer registration tool using your microsoft account.
step 5: deploy your customWPsystem app to internal storage of your phone.
step 6: Now, open the customWpsystem app give the sd card permissions and then select mixradio app and select the xap to patch with i.e the vcreg xap which will be provided and then click the apply xap.
step 7: Incase the results show success then you can simply open the mixradio app to launch the vcreg app and click the three dots and then click on templates and click on live interop/capability unlock and whatever options you want and it says then your successfully interop unlocked your phone and now to complete the process reboot your phone.
INCASE, THE ABOVE STEP 6 DOESN'T WORKS THEN FOLLOW THE BELOW​
step 7: open the customwpsystem app click on unhide wpsystem and rename the vcreg xap to zip format i.e for ex: vcreg.xap---->vcreg.zip and install 8-zip lite app and open the 8-zip lite app and open the vcreg.zip file and click extract all and browse to sdcard-->wpsystem-->apps-->f5874252- and extract to this directory
step 8: open the files app browse to sd card--.>wpsystem--> rename apps to apps1 and then open the apps1 folder browser to folder name starting with f5874252- and then rename the Install folder to Install1 and rename vcreg folder to Install after that now rename the apps1 folder back to apps and now try to launch the mixradio app it will open the vcreg app and now you can successfully interop unlock your device.
it really works ! tested in my lumia 630 with windows 8.1 update 1 as on 22 Sep 2016
if it really works for you OR you have any issue please do comment.... please mention your device name and os in which it works..
This post is similar to this below one but it didn't work for my phone hence, i prepared this tutorial. All credits goes to xda member A AJAY​
Thanks A AJAY for this wonderful tutorial​
http://forum.xda-developers.com/windows-phone-8/development/tut-interop-unlock-root-wp8-8-1-windows-t3450239
That's all folks...!!!​
ALL THE BEST :good:
HAVE A GOOD DAY !
Please Give a Thumps up if it works !​
Click to expand...
Click to collapse
Hi. I have L630 ds. I had rest my phone and flash official rom but didnt find mixRadio, any trick for me?
mirasal2 said:
Hi. I have L630 ds. I had rest my phone and flash official rom but didnt find mixRadio, any trick for me?
Click to expand...
Click to collapse
are you using windows 10 mobile ?
ajaikumarnadar said:
try reinstalling the windows phone SDK 8.1 and then try to deploy hopefully it will fix your problem.. :good:
Click to expand...
Click to collapse
Hello bro, thanks for the reply. I've tried installing the SDK v1.0 and 1:20; Tryied two different systems, W10 W7 64bit and 64bit and number of different microsoft accounts. I found the error on the Internet:
"0x81030119 You cannot install the application. You have reached the maximum number of applications being developed for the device can be installed on this development. Please uninstall a previous developer application. (I believe the current limit it 10 side-loaded apps at a time)"
But how is it possible that the phone does not have any installed app? Lumia 630 RM-979_1004
ajaikumarnadar said:
are you using windows 10 mobile ?
Click to expand...
Click to collapse
No I hope that interop unlock will bring W10 m for my phone, even if it was the build 10586?

Categories

Resources