[Tool]ProxyRegistryEditor - Edit Registry via proxy (using Windows Insider as target) - Windows Phone 8 Development and Hacking

Hello!
I made this tool (GUI) to edit the registry via proxy using Windows Insider. (By sending custom WPFlights).
It has "preinstalled" registry hacks ready to be used!
You can create custom registry hacks or delete keys!
It's based on FiddlerCore.
In settings you can change the port of the proxy.
Not work with Windows Insider version > = 1.2.217.1 (The latest)
Released BETA 0.76
This tool is a beta, so will have some bugs, please report them if you found it!
Any suggestion/constructive criticism are gladly accepted!
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
License: GNU GPL v3
Repo: https://github.com/ADeltaX/WinInsRegHack
Last version: Beta 0.7
Downloads: See the attachment.
Thanks to RustyGrom (for his tutorial): http://forum.xda-developers.com/windows-phone-8/development/howto-install-windows-10-phones-t3030105
Disclaimer: Managing the registry it's a risk! If you edit wrong keys, you can soft brick or hard brick your device (For example: receiving a firmware from other phone). If you don't know what are you doing, don't download the tool.
Changelog:
Beta 0.76:
Fixed bug for registry hacks.
Now for Integer value type uses Hex as value
Added HideAPN registry hack.
Beta 0.7:
Initial release.
Incoming feature (Beta 0.8 ?):
Import or export WPFlights.xml
Add theme color registry hack.
Other things.
If someone want to try to work with certificate, I attached "WPFlights certificates"

ADeltaX said:
Hello!
I made this tool (GUI) to edit the registry via proxy using Windows Insider. (By sending custom WPFlights).
It has "preinstalled" registry hacks ready to be used!
You can create custom registry hacks or delete keys!
It's based on FiddlerCore.
In settings you can change the port of the proxy.
This tool is a beta, so will have some bugs, please report them if you found it!
Any suggestion/constructive criticism are gladly accepted!
Screenshots:
License: GNU GPL v3
Repo: https://github.com/ADeltaX/WinInsRegHack
Last version: Beta 0.7
Downloads: See the attachment.
Thanks to RustyGrom (for his tutorial): http://forum.xda-developers.com/windows-phone-8/development/howto-install-windows-10-phones-t3030105
Disclaimer: Managing the registry it's a risk! If you edit wrong keys, you can soft brick or hard brick your device (For example: receiving a firmware from other phone). If you don't know what are you doing, don't download the tool.
Click to expand...
Click to collapse
This is great, especially for Verizon users. Can you add the ability to unhide APN settings?
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX] "HideMMSAPN"="dword:00000000"
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX] "HideAPN"="dword:00000000"

Tried this method to enable internet sharing feature on the AT&T handset - no luck at all (probably, "Windows Insider" permissions are not enough).

AR2186 said:
This is great, especially for Verizon users. Can you add the ability to unhide APN settings?
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX] "HideMMSAPN"="dword:00000000"
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX] "HideAPN"="dword:00000000"
Click to expand...
Click to collapse
Ok! I'll add it!

sensboston said:
Tried this method to enable internet sharing feature on the AT&T handset - no luck at all (probably, "Windows Insider" permissions are not enough).
Click to expand...
Click to collapse
Probably Windows Insider requires an another capabilities that allow access to a part of the registry.

Maybe I got it wrong but :
1) Started the proxy
2) Connected the phone using the proxy
3) Started Windows Insider
I get TONS of these :
[19/02/2015 22:14:45][INFO] !SecureClientPipeDirect failed: System.IO.IOException Autenticazione non riuscita. La parte remota ha chiuso il flusso di trasporto. on pipe to (CN=version.hybrid.api.here.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com)
Is it normal ? It wouldn't look like so

dragonide, you forgot to install Fiddler certificate. Start proxy on the PC, open IE on the phone, navigate to the proxy ip and port (for example, http://192.168.1.14:6767) and download and install certificate first.

Is there a way to change mac address using this method....... Please give the registry path to be edited if possible

Windows insider app is now updated . Do not update it if you want these hacks

I've experimented with changing max volume.
It didn't changed max volume value but lock screen and charge sound alerts are now disabled?
How to restore them?

maya79 said:
I've experimented with changing max volume.
It didn't changed max volume value but lock screen and charge sound alerts are now disabled?
How to restore them?
Click to expand...
Click to collapse
There is a bug that will be fixed on the beta 0.75.

ngame said:
Windows insider app is now updated . Do not update it if you want these hacks
Click to expand...
Click to collapse
I'm trying to workaround this protection.
Code:
private static readonly byte[][] AcceptedCertThumbprint = new byte[][]
{
new byte[]
{
65,
186,
205,
211,
105,
47,
120,
223,
79,
10,
249,
83,
204,
28,
164,
162,
206,
96,
19,
201
}
};

[20-2-2015 15:51:56][LOG] Starting FiddlerCore/2.4.9.8 (NoSAZ)
[20-2-2015 15:51:56][INFO] Created endpoint listening on port 6767
[20-2-2015 15:51:56][INFO] Starting with settings: [DecryptSSL, AllowRemoteClients, ChainToUpstreamGateway, OptimizeThreadPool]
[20-2-2015 15:51:56][INFO] Gateway: System
[20-2-2015 15:53:11][INFO] /Fiddler.CertMaker> Using Fiddler.DefaultCertificateProvider+MakeCertEngine for certificate generation
[20-2-2015 15:53:11][INFO] DefaultCertMaker: GetRootCertificate() did not find the root in the Windows TrustStore.
[20-2-2015 15:53:16][INFO] DefaultCertMaker: GetRootCertificate() did not find the root in the Windows TrustStore.
Click to expand...
Click to collapse
when trying to install the certificate
EDIT: restarting the program fixed it
EDIT2: I finally figured it out, but please give some info in both the OP and program how to use it.
changing stuff in the registry can be dangerous and is even more dangerous when people don't know how to use it

ADeltaX said:
There is a bug that will be fixed on the beta 0.75.
Click to expand...
Click to collapse
Not yet released?

maya79 said:
Not yet released?
Click to expand...
Click to collapse
I prefer to release a "stable" beta.

@snickler those of us using a US AT&T Lumia 920 with a Rogers ROM, can we use this to rename our phones to an AT&T signature, so we can flash back to an AT&T ROM?

hawkeye29 said:
@snickler those of us using a US AT&T Lumia 920 with a Rogers ROM, can we use this to rename our phones to an AT&T signature, so we can flash back to an AT&T ROM?
Click to expand...
Click to collapse
That's an unknown at this point, but worth trying.

Released Beta 0.76:
Fixed bug for registry hacks.
Now for Integer value type uses Hex as value
Added HideAPN registry hack.
If someone want to try to work with certificate, I attached "WPFlights certificates"

Did it work with latest windows insider app?

tooly26 said:
Did it work with latest windows insider app?
Click to expand...
Click to collapse
The ONLY way we will be able to get it working with the latest insider app is if we had the cert that's being sent from the response that returns the flights.
EDIT: ohhh.. This is it. The wpflights.trafficmanager.net.cer is the one . Let's see what we can do (although I don't know how far we can get with just purely a .cer).
So far I've intercepted and set the client certificate to the one it's looking for in OnBeforeRequest and OnBeforeResponse. That = no go.
Someone will figure it out

Related

Bluneangel Kitchen V1 Coded in C# *Multi language*

Hey all..as per my Promise..im releasing my First version of the kitchen coded in C# using Visual Studio 2008
It is available in the following languages :
Languages :
English
Arabic
German
Italian
I have included a help file also which explains all the instructions in detail..but even if u dont understand any thing or are facing a problem..just post it here or email me at
[email protected] (replace "x" with "c")
ALL THE PATHS ARE HARDCODED TO "C:\ather\Blueangel Kitchen"
Requirments :
1. .NET Framework 3.5 (many computer now has this)
2. Windows XP / Windows Vista
3. A Blueangel Device
4. Brain POWER
Screeny :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download :
Click Here to Start Cooking
Mirrors : ( if u mirror it i will be happy to update the first post with the links )
Credits and Thanks :
Phex for a lot of Help on Bug-testing, German Translation and for being a great friend
Oseven for the customised Blueangel Background
Google, MSDN and Christian Mass for the XVI hex-Editor
and all my friends @ xda-dev's​
Thanks for the Kitchen ather90
Today i want recook ROM from sun_dream and i got error in HKLM process like below :
importing registry file ".\boot.rgu"...
Failed to parse value name HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class
\SDIO_Class\4!!!
InitRegistry FAILED in file ".\boot.rgu" within a few lines of line 4055.
BuildBootHive: (RGUComp) !ERROR failed importing ".\boot.rgu"
wmain: (RGUComp) !ERROR failed building BOOT hive
deleting boot.rgu
should i delete that register...?
I guess yes..as its conflicting..
wat is the splash screen changer do in BA ? does it set the 2 OEM splash screens or just change welcomehead96.png ?
xplode said:
wat is the splash screen changer do in BA ? does it set the 2 OEM splash screens or just change welcomehead96.png ?
Click to expand...
Click to collapse
It's change only welcomehead96.png
Couldn't dump my chosen rom
I placed a rom in what I think is tools folder and pressed the button to dump it.
Came back with an error saying it cannot find "msvcr71.dll" and after that it terminates.
But the status says it dumped successfully yet I can't find anything in the dump folder. I actually can't open the dump folder as my computer can't find it. My computer says it is a missing or broken link.
This is my first time attempting so put me back on the right track.
did u install .Net Framework 3.5
i clearly stated above
ather90 said:
did u install .Net Framework 3.5
i clearly stated above
Click to expand...
Click to collapse
.Net 3.5 doesnt have that library. Im also missing it -required for another kitchen.
EDIT: here is the library for those who need it
Thanks
zeezee said:
.Net 3.5 doesnt have that library. Im also missing it -required for another kitchen.
EDIT: here is the library for those who need it
Click to expand...
Click to collapse
Thank you very much, works like a charm now.
No user.hv
well it worked well until the next step.
cannot process hkcu with error saying "no user.hv found in current directory" process terminating.
Thank you ather for this kitchen!! I'll try it as soon as possible!
Hello, I tried the kitchen and works very fine until you convert nba into nbf, the problem is that xor key is set for hima. To fix it, I simply change the key to the BA and works.
And I want to ask you for a non transparent version, I don't have a very good sight.
Regards
i must have missed that..will look abt that Transsperency thing in V2
will it be possible to rewrite it into c++, it will speed execution time at least twice
ur wish is my command...My Guru
i will re-write it in C++ but you will require VS 2008 re-distribuatble package
I have not changed the ROM size in the registry. Do I need to change size in reg and hex editor to continue cooking?
Thanks and will try it soon,
Btw,
I upload it for mirror
http://uploads.bizhat.com/file/198197
Okay, hope the ROM I have to cook for a friend will be a working ROM!
Thanks for the kitchen, cooking without a kitchen is never the same as cooking with!
Mirror: http://depositfiles.com/files/8084068
Is there going to be chinese kitchen?

New Project - after all a Quick Peek

I'm working on this project for months (or is it already a year ???) now and this is after all a Quick Peek of the almost "Beta".
It's a GUI for the platformrebuilder.exe with additional functions for editing and new diagnostic functions.
It will be possible to extend the app with plugins (for all devs interested devs, the plug-in API will be public).
The main app is written in mixed code (managed and unmanaged c++), but plugins must be managed (VC++, VC, VB, ...)
All plugins and the GUI support translation... just need to make a new localization.en-us.xml for your language
Ok, pics tell more than words
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Packages:
- enable or disable packages
- Show content of packages, rename files or set file attributes, delete files, ...
- rename/delete packages
... and so on
Registry Preview:
- builds a preview of the registry, like it will be on the device after flashing the rom
- includes .reg, .rgu, .provxml files
- filters for: reg, provxml and XIP, SYS, OEM, EXT
- it will show warnings or errors if there are any in the source files
- you can see if one package is overwriting registry entries of another package
... and so on
File Preview:
- builds a preview of files on the device, like it will be on the device after flashing the rom
- includes .dat, .provxml files
- filters for: dat, provxml and XIP, SYS, OEM, EXT
- it will show warnings or errors if there are any in the source files
- you can see if one package is overwriting a file of another package
... and so on
Settings:
- Main settings and settings for the plugins
- Plug-in version information
Output:
- Shows the output of platformrebuilder.exe
- Also plugins can make new output containers, on this pic you see the output of the Execution plug-in (it is executing CreateRom.bat right now)
This is another simple plug-in. Allows you to change the Shadow order of the packages... This plug-in adds a menu entry to the Tools menu
there is no release date yet, because I don't know how much time I'll have to work on this... beside my family and studying
Best regards bepe
Wow. That looks great.
I sure wish we could get something like that for Samsung phones.
blazingwolf said:
Wow. That looks great.
I sure wish we could get something like that for Samsung phones.
Click to expand...
Click to collapse
there will also be an update for platformrebuilder.exe, fixing some problems that it had with some non HTC devices.
This GUI is basically for all WM devices that can flash custom roms, just making the OS file system... plug-ins can build the right rom then.
this looks great
btw, thanks in advance (Transaction ID: 7X029103UB793424L) for another masterpiece
Excellent!!!!!
hoping release as soon as possible!
cool~~~
wait for it
you are so great ,Bepe.we like your genius works.
This will be purely for rom building right, not for dumping roms per se?
Edit:
bepe said:
This GUI is basically for all WM devices that can flash custom roms, just making the OS file system... plug-ins can build the right rom then.
Click to expand...
Click to collapse
I guess that anwers my question right, it will allow plugin's for such things then?
cool~~~
wait for it
great...wait
Looks great hope this will work on my prophet
Great works brother !
Can't wait for build rom with your new kitchen !
Keep it up
Tom
Will this kitchen protect all the roms?
Like prb ? remove all the .reloc section of modules ?
Is there any way to turn off the option?
I like your kitchen, but i dont like to protect my rom.
Fantastic!
U are the Man.
WOW!!!!! I always think that you are an alien
It is awsome a simple preview of the files? its amazing I wonder if this New GUI could do some changes to the initflashfiles I mean... maybe if I want a shortcut here or there i could make it mannually and it affects directly to the initflash, (maybe its an impossible idea hehe ) but seeing the images like an emulator I can imagine so much things.
Hope the kitchen has the same improvements as the Ervius and new tools that Da_G is working on... to make the process faster but this is a fantastic idea and its looking good.
Congrats man! a donation coming soon... to support the work
+ Que PPC said:
WOW!!!!! I always think that you are an alien
Click to expand...
Click to collapse
haha, not an alien, but a magician or an artist
haha good work, bepe
!Aman! said:
this looks great
btw, thanks in advance (Transaction ID: 7X029103UB793424L) for another masterpiece
Click to expand...
Click to collapse
thank you very much!! ... have enough money for going to party now ... will take some more days before I finish this app now
Sweet, can't wait to give it a whirl when it's ready.
Slightly off topic, but since it's based on platformrebuilder, it's probably ok. Your old buildOS works great, but I can't get platformrebuilder to run provxml's after boot (ref here). I went through the normal steps to try to get it working, will this change file attribs and all that during boot time?
WoZZeR999 said:
Sweet, can't wait to give it a whirl when it's ready.
Slightly off topic, but since it's based on platformrebuilder, it's probably ok. Your old buildOS works great, but I can't get platformrebuilder to run provxml's after boot (ref here). I went through the normal steps to try to get it working, will this change file attribs and all that during boot time?
Click to expand...
Click to collapse
check the file attributes of mxip_system.vol, they should be +r +s

[TOOL][29/Nov/10]Provxml<-->Reg Converter|XrMeLg v1.2.1.0[ONLINE]

XrMeLg is a tool to convert provxml files to reg files and reverse:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Prerequisites:
Microsoft .NET Framework 3.5 (Windows Vista / Windows 7 have it pre-installed)
Usage:
Really simple to use as a GUI:
Code:
Click the button [...] - Select file to convert - Click the relevant button [-->%new_file_type%] - Done!
It also works without even launching it. Just drag n' drop a file on the XrMeLg.exe and have it converted!
<=>
In cli you can have a file converted by typing :
Code:
XrMeLg.exe %file%
Command line usage to convert all provxml files at a given path to reg files:
Code:
XrMeLg.exe r:%path_to_look_for_provxml_files%
The application automatically does a backup of the processed file(s) inside a folder named "Files" in the directory where it is located.
Change Log:
16/Nov/10 - Initial release
16/Nov/10 - v.1.1.0.0
Added drag n' drop support (Just drag n' drop a file on the EXE and have it converted)
Removed unnecessary creation of *_mui_sz.reg
19/Nov/10 - v.1.2.0.0
Fixed reg-->provxml bug regarding registry key removal
29/Nov/10 - v.1.2.1.0
Fixed provxml --> reg bug (the reg file was not created in some cases)
If you test it please report any suggestions or any bugs found
Regards!
Thanks for sharing, this is really a helpful app for chefs
Subscribed.
Great Tools, Thank you for sharing.
hey,
very nice tool, thx for sharing.
Now the BUT part or maybe just a hint..
I have converted regkeys to provxml where some registry keys should be removed. But your converter wont translate it to provxml. The reg entries will be just skipped.
Example: [-HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Kamera.lnk]
Usually this would remove the key, but the converter skipps this part.
greetz,
greg
Thanks guys for testing this.
I made a typo in the string that the application searches and instead of
[-HKEY_...
I had
-[HKEY_...
Thank you Greg for noticing it
v.1.2.0.0 attached at 1st post is a revised version of the app to fix this issue.
Regards!
Thanks for the update!
Haven't tried yet, but I cook a lot so it will be useful later for sure
thanx for the update. Now this is working great!
Ye typos, the first place i take a look on if something goes wrong with my stuff
Hey,
When I use your tool in command line, it does not work...
I type XrMeLg.exe :rC:/BlaBlaBla/someFolder/
And this does not work...
_Madmatt said:
Hey,
When I use your tool in command line, it does not work...
I type XrMeLg.exe :rC:/BlaBlaBla/someFolder/
And this does not work...
Click to expand...
Click to collapse
Hi,
Sorry for the misunderstanding.
The switch is r: NOT :r.
I will correct the 1st post.
So if you type:
Code:
XrMeLg.exe r:C:\BlaBlaBla\someFolder
it will work but don't expect any console output!
Just check the Files folder and you should find the reg files there.
Regards!
Thanks for sharing this tool
orb3000 said:
Thanks for sharing this tool
Click to expand...
Click to collapse
I'm glad to give something back (even this small).
I've found a little bug regarding provxml --> reg usage, so there is an updated version @ 1st post.
Regards!
Thanks, I will try this.
Great work, as usual from you! I don't think I would have learned to cook roms without your kitchen either!
I think I was using CeRegEditor to do the conversions before, but this looks way more convenient to use. You may want to compare.
Very useful tool, thanks for sharing!
Hi,
Many thanks for the soft, using it all evening to prepare a new xda_uc and working nicely and simply.
Bravo Kokota!
Thank you Kokotas
ai6908 said:
Thanks, I will try this.
Click to expand...
Click to collapse
erickwill said:
Very useful tool, thanks for sharing!
Click to expand...
Click to collapse
ct_moi said:
Hi,
Many thanks for the soft, using it all evening to prepare a new xda_uc and working nicely and simply.
Click to expand...
Click to collapse
KAIGAMO said:
Bravo Kokota!
Click to expand...
Click to collapse
Laurentius26 said:
Thank you Kokotas
Click to expand...
Click to collapse
Thank you all for using this tool and for your kind words
dsixda said:
Great work, as usual from you! I don't think I would have learned to cook roms without your kitchen either!
I think I was using CeRegEditor to do the conversions before, but this looks way more convenient to use. You may want to compare.
Click to expand...
Click to collapse
My old friend from the "elfin good old times",
allow me to borrow the phrase from Laurentius signature:
I'm learning from you, you are learning from me. TOGETHER IS POWER !!!
Regards!
kokotas said:
XrMeLg is a tool to convert provxml files to reg files and reverse:
[*]Command line usage to convert all provxml files at a given path to reg files:
Code:
XrMeLg.exe r:%path_to_look_for_provxml_files%
Regards!
Click to expand...
Click to collapse
Hi,
for some reasons I often need to convert a bulk of REG-files to PROVXML-files. Hence my question: Can you provide a version of your tool that offers a related command line parameter, ex. '"p" instead of "r"?
THX for reading.

[XAP] Microsoft Retail Mode Provisioning App

app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/AdminView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/DiagnosticsView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/ProvisioningView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/ConfigView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/LogView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/RacEntryView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/RootView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/IsoView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/SignInView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/UpdateView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/AboutView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/DemoHubVideoView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/DemoView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/DemoHubView.xaml
app://80C8133B-168C-48C7-B95F-08D6331AE891/_default#/Microsoft.Mcx.Mobile.UpdaterShell;component/Views/AttractVideoView.xaml
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment 2540947
how does this help? and what we can do with this app?
I believe, it's for "interop" unlocked phones only (i.e. ATIV S).
sensboston said:
I believe, it's for "interop" unlocked phones only (i.e. ATIV S).
Click to expand...
Click to collapse
It's only 700KB Xap file please it Capabilities :
Code:
<Capability Name="ID_CAP_IDENTITY_DEVICE" />
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_MEDIALIB_AUDIO" />
<Capability Name="ID_CAP_MEDIALIB_PHOTO" />
<Capability Name="ID_CAP_MEDIALIB_PHOTO_FULL" />
<Capability Name="ID_CAP_MEDIALIB_PLAYBACK" />
I Think only ID_CAP_MEDIALIB_PHOTO_FULL is Restricted .
Maybe we can Delete this cap or as I know it's a non-Restricted API on WP Store .
I tried to install it even without MEDIALIB_PHOTO_FULL -> Not Deployed ! it says check the WMAppManifest.xml
Edit : Use only Windows Phone Power Tools to Deploy it . You have to first remove the mentioned cap
Microsoft_Retail_Mode_Provisioning_App_Mod
XAP file Microsoft_Retail_Mode_Provisioning_App_Mod.xap without 'MEDIALIB_PHOTO_FULL'
Nokser said:
XAP file Microsoft_Retail_Mode_Provisioning_App_Mod.xap without 'MEDIALIB_PHOTO_FULL'
Click to expand...
Click to collapse
Thanks will check now.
What this does exactly if I may ask?
RAC = ? and Admin Pass = ?
tids2k said:
RAC = ? and Admin Pass = ?
Click to expand...
Click to collapse
you don't need admin pass as you have access to all pages using native launcher
ngame said:
you don't need admin pass as you have access to all pages using native launcher
Click to expand...
Click to collapse
when using native launcher it shows blank screen ... needs Interop/FS.
tids2k said:
when using native launcher it shows blank screen ... needs Interop/FS.
Click to expand...
Click to collapse
DemoVideoHubPage and some other xamls yes need ID_CAP_MEDIALIB_PHOTO_FULL that we delete this cap to run it on Non-InteropUnlocked Devices
ngame said:
DemoVideoHubPage and some other xamls yes need ID_CAP_MEDIALIB_PHOTO_FULL that we delete this cap to run it on Non-InteropUnlocked Devices
Click to expand...
Click to collapse
ok i will try again .. @nGage if you are interested here are some preloaded apps from Nokia Lumia 1520 these are the one's you access through the dialer ...
http://www3.zippyshare.com/v/48744569/file.html
Nokser said:
XAP file Microsoft_Retail_Mode_Provisioning_App_Mod.xap without 'MEDIALIB_PHOTO_FULL'
Click to expand...
Click to collapse
Have you tried to deploy your xap?
"Error - Deployment optimization failed due to an invalid assembly. Rebuild your source project and try again".
P.S. I believe we should stop posting non-working/non-commented stuff here, to save devs time...
sensboston said:
Have you tried to deploy your xap?
"Error - Deployment optimization failed due to an invalid assembly. Rebuild your source project and try again".
P.S. I believe we should stop posting non-working/non-commented stuff here, to save devs time...
Click to expand...
Click to collapse
it worked for me ? But no output when ran !
sensboston said:
Have you tried to deploy your xap?
"Error - Deployment optimization failed due to an invalid assembly. Rebuild your source project and try again".
P.S. I believe we should stop posting non-working/non-commented stuff here, to save devs time...
Click to expand...
Click to collapse
try deploy it using WPPowerTools
sensboston said:
Have you tried to deploy your xap?
"Error - Deployment optimization failed due to an invalid assembly. Rebuild your source project and try again".
P.S. I believe we should stop posting non-working/non-commented stuff here, to save devs time...
Click to expand...
Click to collapse
have u got it working yet ?
Folks, please be careful what apps you are linking to.
If a site states (for internal use only), there's probably a good reason why it's asking for credentials. Just because you can install it, doesn't necessarily mean you can use it, especially if you don't know what it does to begin with.
So stop with the somewhat coarse words please. As it is, I will remove the link from the post until proven otherwise.
Cheers,
MD
Gents,
I dont need to add anything to what MD has said above, however i have cleaned the thread of the last 4 posts.
Thanks - and becareful what you post if your not sure what your talking about
Also, don't install nor use it if you don't know what you are doing, it might turn your phone into a retail demo device you see in stores! You can't really use it after that...
Hi,
There are a number of real concerns about this app. It has the potential to cause real damage to people's device, privacy, etc.
Sorry, but thread closed!
Please feel free to PM if you have any issues or concerns with this app or the closure of this thread.
Thanks!

[CLOSED][Activator] [Any Win10] S-Win Activator (v2.2 - App Build 5)

Mod Edit: Content removed
RESERVED...
I tried it out nope
PorkMoon587 said:
I tried it out nope
Click to expand...
Click to collapse
Hi thanks for using the app, but i need info so i may fix the issue in the next builds:
- On which Windows were you trying?
- Do you get an error? or just not activated?
--- If you get error please provide a screenshot for the error (with expanding "More details" section / copy and paste here "More Details" section so i could know where is the error coming from)
NHK said:
Hi thanks for using the app, but i need info so i may fix the issue in the next builds:
- On which Windows were you trying?
- Do you get an error? or just not activated?
--- If you get error please provide a screenshot for the error (with expanding "More details" section / copy and paste here "More Details" section so i could know where is the error coming from)
Click to expand...
Click to collapse
Sorry, I'm using Windows 10 Pro. No error, it actually tells me that activation was successful with product key blah blah blah. Going into to settings I'm not activated, even after a reboot. Trying the program again nets the same results same product key listed.
PorkMoon587 said:
Sorry, I'm using Windows 10 Pro. No error, it actually tells me that activation was successful with product key blah blah blah. Going into to settings I'm not activated, even after a reboot. Trying the program again nets the same results same product key listed.
Click to expand...
Click to collapse
thanks for feedback.. i'll add the solution to the app in the next build
(the solution was tested by me and i have an activated windows 10 pro)
by the way, same product key: yes it's the same, it works on any windows 10 of any machine but it needs an add-on then you will have a life-time activated windows 10 with a secure activator
the missing 3rd PARTY add-on in v1.0-Build1 is the problem, so i'll add it in the next build
Not a virus in real
Enzopreme said:
OneDrive says the download contains a virus. What's up with that?
Click to expand...
Click to collapse
Hi,
probably OneDrive found KMS-Pico inside my app and saying it's a virus, while here on my computer i'm using the whole app and nothing is a virus
to use KMS-Pico you have to disable security programs, (as KMS-Pico makers say)
and Virus is not always damaging, KMS-Pico is installed on my computer... nothing is damaged, i activated windows using KMS-Pico + using my app, 3 times, as screenshot shows "Windows is Activated"
Mirror downloads are coming soon
Enzopreme said:
One Drive says the download contains a virus. What's up with that?
Click to expand...
Click to collapse
check the main post again i have added MediaFire download links
NHK said:
check the main post again i have added MediaFire download links
Click to expand...
Click to collapse
you're also the only person saying this works.
Enzopreme said:
you're also the only person saying this works.
Click to expand...
Click to collapse
because download and activate worked for me.
for you, activator doesn't activate? or download is not working? if downloads are still not working.. please wait till tomorrow and check them again, they probably will be working as soon as possible.
EDIT: upload complete. files are now .rar with the best compression ratio.
feherneoh said:
Seems to be simplier than my method of install 8.1, activate, upgrade, be happy
Click to expand...
Click to collapse
Thanks for feedback,
S-Win Activator is made for any Windows 10 that is not activated for any reason (like installing a fresh copy without upgrading) :highfive:
for example:
i used my activator to activate my windows 10 because i was not able to upgrade by an error
Thnx
Sent from my C6603 using XDA Premium 4 mobile app
A new version v2.2 - App build 5 has released on 10/11/2015
S-Win Activator Supports Build 10586.3 !
S-Win Activator was tested on Windows 10 Pro Build 10586.3 (v1511) and it ACTIVATED WINDOWS SUCCESSFULLY!
Activated!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About Windows
Since when are activators legal on XDA?
Bypassing microsoft activation is bypassing payment. Therefore warez. Not allowed on XDA.
Thread closed.
Darth
Forum Moderator

Categories

Resources