[TUT] Developer Unlock WP Devices (MaxUnsignedApp = 10)

Search This thread

thals1992

Senior Member
Sep 26, 2012
680
238
Cincinnati, OH
www.uidnation.com
It seems to be a combination of already available tools but if they were able to set the max unsigned apps to 10 why not just unlimited? Another interesting thing is that .xap files are downloaded from it's marketplace to your PC and then deployed to device. I did see some code in a .dll using Notepad; get .xap, fix .xap, sign and deploy. If you wanna poke around without installing just unzip the exe. to a folder and all the .dll's and such are there in English.
They could be intending to sell the unlock.


Sent from my Lumia 928 (RM-860) using Tapatalk
 

ngame

Senior Member
Mar 13, 2012
1,126
554
Mashad
It seems to be a combination of already available tools but if they were able to set the max unsigned apps to 10 why not just unlimited? Another interesting thing is that .xap files are downloaded from it's marketplace to your PC and then deployed to device. I did see some code in a .dll using Notepad; get .xap, fix .xap, sign and deploy. If you wanna poke around without installing just unzip the exe. to a folder and all the .dll's and such are there in English.
this app able to set max unsigned app to 10 yes but if we want to use it to interop unlock so we need to find first that how this app set it 10 ?
here is an interesting too
this app some times download a xaps file not xap that is encrypted!
I think it's really near a xap file that you download from store.
this app is really strange ! Hope to help us with interop unlock .

guys i have a question :
where can we find all capabalities in wp?
and if it is hard to set registry values for now why don't we go try a method to don't check app capabalities?
WP automatically set all permisions to all apps! Isn't it a better way?
 

Sunius1

Senior Member
Aug 9, 2013
71
36
Yea it's pretty strange, there's code inside that unzips a XAP, removes PR header, re-signs every DLL and rezips it again. I'm not sure where the source XAP would come from... I don't really think they cracked encryption of the Store signed XAPs. It's quite possible though that they have them taken from phones with full FS unlock.
 
  • Like
Reactions: ngame

tonbonz

Senior Member
May 14, 2012
252
77
BFE
OnePlus 6T
OnePlus 9
this app able to set max unsigned app to 10 yes but if we want to use it to interop unlock so we need to find first that how this app set it 10 ?
here is an interesting too
this app some times download a xaps file not xap that is encrypted!
I think it's really near a xap file that you download from store.
this app is really strange ! Hope to help us with interop unlock .?

Definately downloading unencrypted xaps, for example I just downloaded the HTC app; unencrypted but still has all capabilities in place as were a few others I downloaded. Also anything you install from the apps store seems to count against your max of 10 or at least showed up with my other side loaded apps in that section. There are plenty of apps from the WP Store. Not sure of the legalities of that function of the app so I uninstalled anything that actually worked.

@thals1992 Google translated from their site ..."Any news about the jailbreak exact release time are considered inaccurate information, please pay attention to jailbreak tool released Sina microblogging @ Nokia WP fans group. We never said our publishing tools, " I have seen the Dreamspark method to Dev Unlock referred to as "a jailbreak" in other forums and their commentors are calling bull**** yet they seem to insist this is not it.
 
Last edited:
  • Like
Reactions: ngame

patr!k

Senior Member
Feb 2, 2007
192
0
Today an update:

a.新增每日推荐弹窗,最新xx大作早知道
b.优化网络,提升下载速度
c.修复若干其他bug


A. Add recommended daily popups, latest XX masterpiece known
B. optimize network, improving download speeds
C. fix some other bug
 

ngame

Senior Member
Mar 13, 2012
1,126
554
Mashad
Definately downloading unencrypted xaps, for example I just downloaded the HTC app; unencrypted but still has all capabilities in place as were a few others I downloaded. Also anything you install from the apps store seems to count against your max of 10 or at least showed up with my other side loaded apps in that section. There are plenty of apps from the WP Store. Not sure of the legalities of that function of the app so I uninstalled anything that actually worked.

@thals1992 Google translated from their site ..."Any news about the jailbreak exact release time are considered inaccurate information, please pay attention to jailbreak tool released Sina microblogging @ Nokia WP fans group. We never said our publishing tools, " I have seen the Dreamspark method to Dev Unlock referred to as "a jailbreak" in other forums and their commentors are calling bull**** yet they seem to insist this is not it.

no all of the xap file are not the same .
download.xapcn.com/soft/131001/Best_Player_v1.3.0.0.xaps
if you see this file you can't open it via WinRAR
here is the xap downloaded from store :
http://cdn.marketplacecontent.windo...39d-d5664a8bfe19?downloadname=best-player.xap

we can compare these two files . they are not exactly the same but they have a same point we are unable to open them using WinRAR .
but installing xap files is not our problem here. it's better to work on it's dev unlock way .
 

-W_O_L_F-

Senior Member
Jul 10, 2010
1,030
941
Moscow
As I remember from Windows Mobile ALL apps were signed. My app wasn't working without latest VS test certs installed on device.
The smart way to do blackmart: grab files from unlocked device, remove PR header, resing and copy to your webserver
The noob way: grab files from device, zip them into XAP, copy to webserver, do removing PR and resigning on client side by your tool.
So they are doing it noob way.
 
  • Like
Reactions: ngame

ngame

Senior Member
Mar 13, 2012
1,126
554
Mashad
As I remember from Windows Mobile ALL apps were signed. My app wasn't working without latest VS test certs installed on device.
The smart way to do blackmart: grab files from unlocked device, remove PR header, resing and copy to your webserver
The noob way: grab files from device, zip them into XAP, copy to webserver, do removing PR and resigning on client side by your tool.
So they are doing it noob way.

Windows Mobile is a bit different .
If you can remember:
1.we have no locks , unlocks . We were able to install every cab files even on sd or internal storage we had a full fs internal file browser and even registry editor!
 

Sunius1

Senior Member
Aug 9, 2013
71
36
As I remember from Windows Mobile ALL apps were signed. My app wasn't working without latest VS test certs installed on device.
The smart way to do blackmart: grab files from unlocked device, remove PR header, resing and copy to your webserver
The noob way: grab files from device, zip them into XAP, copy to webserver, do removing PR and resigning on client side by your tool.
So they are doing it noob way.

I'm not really sure where the sign tools are, though. I managed to find out that it is invoking "signtool.exe". A file with same name is apparently part of Windows SDK, but unless it changes work directory to Windows SDK, the file path definitely doesn't go there.
 

tonbonz

Senior Member
May 14, 2012
252
77
BFE
OnePlus 6T
OnePlus 9
I'm not really sure where the sign tools are, though. I managed to find out that it is invoking "signtool.exe". A file with same name is apparently part of Windows SDK, but unless it changes work directory to Windows SDK, the file path definitely doesn't go there.

I happen to have a set of tools I got off @Jaxbot 's site that were used on WP7. Crack, repair, sign, deploy...Not much good for WP8
 

Attachments

  • Capture.PNG
    Capture.PNG
    12.5 KB · Views: 539

tonbonz

Senior Member
May 14, 2012
252
77
BFE
OnePlus 6T
OnePlus 9
One of the choices (2nd I think) on the drop down menu on the top right relocks the device but there doesn't seem to be a limit on unlocks. Also the Thunder network it installs looks like P2P software. Uninstalled the application as it seemed to be messing with internet traffic. Maybe try running it on XP in Virtualbox. Windows 7 & 8 are a pain in the *** when it comes to installing drivers and they always seem to rollback or change settings without notice.
 

mundziu

Member
Mar 24, 2009
5
0
1. Unlock phone, 2.Turn on wifi, 3. Change your name "Windows Phone" in "My computer" to "Lumia 920", 4. And try:)
P.S. When you finish change "name" back. I unlock first and go to "black" and nothing change. Unlock don't disappear:)
 

DavidinCT

Senior Member
Jun 2, 2006
1,607
156
Someplace in CT
If unregister my phone to test this do I have to uninstall all of my side loaded apps ? Or can I just unregister, dont run the apps, and then run this program to give me MaxUnsignedApp = 10 ?

I am in a few beta programs that needed to be sideloaded and I hate to have to reconfig them....

Any progress to see if we can jump this from 10 apps to 300+ ?
 

ngame

Senior Member
Mar 13, 2012
1,126
554
Mashad
If unregister my phone to test this do I have to uninstall all of my side loaded apps ? Or can I just unregister, dont run the apps, and then run this program to give me MaxUnsignedApp = 10 ?

I am in a few beta programs that needed to be sideloaded and I hate to have to reconfig them....

Any progress to see if we can jump this from 10 apps to 300+ ?
we are looking for this .
If you Unregister your phone you can't temporary open them you show to unlock it to be able to run Unsigned Apps .
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    HI everyone .
    Here is a simple way to developer unlock Windows Phone Devices and get 10 MaxUnsignedApp.
    This TUT will goes in 2 Languages (Persian (farsi) and English)
    سلام به همگی
    اینجا یک روش ساده برای آنلاک گوشی رو مینویسیم که بتونید 10 برنامه روی گوشی نصب کنید
    این آموزش به دو زبان (فارسی و انگلیسی) نوشته میشه .
    English :
    first thanks from Erfan 33 and forum.farsmob.ir .
    before starting :


    1.first unregister your phone if it is registered
    2.Check Your Phone and PC Date and make sure they are up to date.
    3.Connect both your phone and your PC to the Internet.
    4.Make sure your Phone screen is On and Pin Unlocked.
    5.Make Sure your Device has been detected (by Device Manager.)


    Now Download This app to your PC and Install it (it's Chinese) :
    http://www.xapcn.com/plus/download....3a50c4787005a7c66&downloadtype=1&actiontype=1
    now Click on the file and Install it by this way :
    1.jpg

    After Installing click on x button to close
    2.jpg

    Run this app using Desktop Shortcut .
    You see this page :
    3.jpg

    Click on Blue Button that I mentioned to it .
    after a while your phone is developer Unlocked (Max Unsigned App = 10)


    Persian :
    1.اگر گوشی شما در حال حاضر رجیستر هست باید گوشیتونو آنرجیستر کنید و از این روش آنلاک کنید
    برای آنرجیستر کردن باید پوشه ایی که sdk8 رو نصب کردید باز کنید
    بعد این برنامرو باز کنید Windows Phone Developer Registration
    اونجا میتونید به حالت لاک برگردونید

    2. تاریخ(میلادی ) و ساعت گوشی و همینطور کامپیوتر باید کاملا درست و دقیق و عین هم باشد

    3. گوشی و همینطور کامپیوتر باید به اینترنت وصل باشند

    4. در تمام مراحل باید گوشی روی صفحه ی استارت (کاشی ها ) باشد و از خاموش شدن صفحه و قفل شدن ان جلوگیری شود

    5.به دیوایس منیجر برید و از اینکه سیستم به طور کامل گوشیتونو شناخته اطمینان حاصل کنید (در قسمت portable devises)

    اگر موارد بالا رعایت نشود در مراحل بعدی به مشکل خواهید خورد

    حال باید نرم افزار زیر را دانلود نمایید و سپس آن را به روش زیر نصب کنید :

    http://www.xapcn.com/plus/download....3a50c4787005a7c66&downloadtype=1&actiontype=1








    روش نصب :
    1-ابتدا روی فایل نصب برنامه کلیک نمایید تا صفحه زیر نمایش داده شود و سپس روی گزینه مشخص شده کلیک نمایید :


    1.jpg

    2-حال برنامه را مطابق شکل زیر ببندید .


    2.jpg

    3-حال برنامه را با استفاده از شرتکات ساخته شده روی دسکتاپ اجرا کنید . صفحه زیر را مشاهده خواهید کرد :


    3.jpg

    4-روی گزینه مشخص شده در عکس فوق کلیک نمایید و منتظر باشید . پس از انجام عملیات گوشی شما Developer Unlock شده و امکان نصب 10 برنامه و بازی روی گوشی خود را دارید .






    OK Done .
    But my questions :
    -how this app unlock phone ?


    Source / منبع :
    http://forum.farsmob.ir/thread5906.html

    Regards .
    NGame


    موفق باشید
    NGame
    3
    xapcn download servers seems have problems .
    Developers download this app and we are looking into code to see how can we use it for other unlocks

    http://3dx.pc6.com/xy3/xinfengaiyxz.zip

    This is the latest version ;) 4.3.3
    2
    first I'm sorry for magnifier page in the first pic . I'm half-blind and I need to use it . I forget to remove it .
    1-Your Phone is not Unlocked :

    2-Unlocking :

    3-Unlocked Successfully :
    ok the app let my go through but i had to do developer unlock first. There is no way to finish process without having it. So question is. for what purpose this app has been build? Extend free unlock form MS 2->10 or what?
    2
    Try and see it any of the .NET decompilers work. I'd be a start.
    2
    I know how can I run in to the code if the dlls be in .NET and they're not cpp code we can use .Net Reflector 8.0 and I have it already but I have no time to work on it .
    my final exams will finish 3 days later . Then I have a full free 2 weeks time to work on it and other codes
    but thanks for your reply dear thals1992 :)
    be success
    NGame ;)
    No one said, you had to do all of the work for everyone. ;)
    Remember, this is a developer community and You Are Not Alone.