[XAP] Microsoft Retail Mode Provisioning App - Windows Phone 8 Development and Hacking

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!

Related

Is the Manila Interface posted here a joke or really works on some of your devices?

Hi everybody
looking around to find out what is the status of HTC concerning a probably new drivers release for the devices with Qualcomm 7200 chipset and i've found the file below, which should contain a new User Interface code name MANILA.
I'm sure most of you hear about it.
Well, i've been trying to install the file, but in some way i don't get it, even if I edit the cab and write a new setup.xml. May be because I have the Original O2 ROM on my Orbit 2, i'm not sure at all
Could some of you try if the install works on your cooked HTC Roms ??
Download link:
http://rapidshare.com/files/87585343/manila.1.0.0103.0.release.zip.html
Click to expand...
Click to collapse
THX in advance
Metanol
{
"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"
}
Updated...!!!!
Link Invalid
please re-upload the link as its invalid
wrong url adres
go it ..the link is http://rapidshare.com/files/87504139/manila.1.0.0103.0.release.zip
Try this link.
http://www.megaupload.com/?d=G5X13UZF
Can someone provide more screenshots?
Thx
wellthe m9 files in the HTC directory looks like xml + code (LUA perhaps?). In the manila\manila.xml file it has this line 'Mode9Path="HTC\home.m9?testParam=1" ' but there is no testParam in home.m9... could try removing that and trying again. Did you remove all today items before running this? I'm at work so just looking through the files, havent had a chance to test yet.
There's a cab here:
http://htcinsider.blogspot.com/2008/01/manila-arrives.html
YMMV
Vinny75 said:
wellthe m9 files in the HTC directory looks like xml + code (LUA perhaps?). In the manila\manila.xml file it has this line 'Mode9Path="HTC\home.m9?testParam=1" ' but there is no testParam in home.m9... could try removing that and trying again. Did you remove all today items before running this? I'm at work so just looking through the files, havent had a chance to test yet.
Click to expand...
Click to collapse
exactly LUA language is inside, e.g.:
-- Adapted from class function at http://lua-users.org/wiki/SimpleLuaClasses
function __class_ctor(class_tbl, ...)
local obj = {};
setmetatable(obj, class_tbl);
if (class_tbl.__init) then
class_tbl.__init(obj, ...);
else
if class_tbl._base and class_tbl._base.__init then
class_tbl._base.__init(obj, ...);
end
end
return obj;
end
function class(base)
local c = {};
if type(base) == 'table' then
-- Shallow copy of base, including all functions and properties.
for i,v in pairs(base) do
c = v;
end
c._base = base;
end
c.__index = c;
local mt = {};
mt.__call = __class_ctor;
setmetatable(c, mt);
return c;
end
Click to expand...
Click to collapse
I was trying to remove some files too during the pause, but I'm in the office too.
it tells me that htc home has been closed unexpectedly
also discussed here
i think they are already dissecting and mutating the cab file (from the link above: htcinsider) to be used on our devices..
http://forum.xda-developers.com/showthread.php?t=363500
wish there would be more screenies for this..
also, that's a cool name.. coz, i'm from MANILA.. hehehe..
When I first read the thread title.. I thought.. WTF?!
Oh.. so it's a new interface.. I thought it was something from here.
I live in Manila too.
Could somebody post some screenies? I'm getting really curious here.
DaVince said:
When I first read the thread title.. I thought.. WTF?!
Oh.. so it's a new interface.. I thought it was something from here.
I live in Manila too.
Could somebody post some screenies? I'm getting really curious here.
Click to expand...
Click to collapse
Just look better, I already posted some screenshots in the topic mentioned.
http://forum.xda-developers.com/showpost.php?p=1864343&postcount=15
http://forum.xda-developers.com/showpost.php?p=1864344&postcount=16
iruja said:
Just look better, I already posted some screenshots in the topic mentioned.
http://forum.xda-developers.com/showpost.php?p=1864343&postcount=15
http://forum.xda-developers.com/showpost.php?p=1864344&postcount=16
Click to expand...
Click to collapse
Yeah.. I already saw them after I posted.. I just didn't bother editing them anymore.
Too bad it's slow and works only on VGA. I guess it's for those future "video-centric" HTC devices (that I'm not going to buy). Maybe Eten will make better devices by then.
4 those who cant get it off rapidshare
Non RapidShare Link
good but not usable (to slow)
it seems to be a good application but very very very very slow.
it a vga compatible with libGLES_CM.dll in manila directories
manila youtube vid
http://msmobiles.com/news.php/7064.html
DaVince said:
Yeah.. I already saw them after I posted.. I just didn't bother editing them anymore.
Too bad it's slow and works only on VGA. I guess it's for those future "video-centric" HTC devices (that I'm not going to buy). Maybe Eten will make better devices by then.
Click to expand...
Click to collapse
if somebody who hv made it to work post all the sceenshot here, well i bet someone can make at least a flash ver of it
cruzzmz said:
if somebody who hv made it to work post all the sceenshot here, well i bet someone can make at least a flash ver of it
Click to expand...
Click to collapse
It doesn't work in my Universal (Ivan's 3.9 rom).
Not compatible with VGA?

Easy Apk Disassembler // Software

NEW THREAD For EASY APK DISSASSEMBLER
http://forum.xda-developers.com/showthread.php?p=14049173
Hi everyone,
I have create a little app for modified APK
I hope it will be usefull
Please help me to fix the translation in english, i have a bad english
Download Easy Apk Disassembler:
Update V1.3.1 05/2011
http://code.google.com/p/easy-apk-dissassembler/
ScreenShot
{
"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"
}
How use it ?
Use WinRar
Open .apk with WinRAR
Extract classes.dex at the same folder as EasyApkDisassembler.EN.bat
Run Easy EasyApkDisassembler
Dissasembe
Modify
Compile
How to rebuild apk ?
Open .apk with WinRAR
Copy out.dex to the .apk
remove "META-INF" folder and classes.dex
now rename out.dex to => "classes.dex"
Now you must sign apk
once you have signed apk you can install signed_YourFile.apk
Have fun
Download link:
http :// sharebee.com/2c6b1857
please admin remove me the limitation
I CAN'T POST ANY LINK
yeah!!
thank you , what a nice tool this is!
Thanks!!!!!!!!!!!!!!!!!!!!!!!
Idk
Awesome!!! Now I can specialize to reverse engineering of apks
what are the differences between easy apk disassembler to Brut's apktool ?
Well, you can use this package for win32 environments - tried brut's tool moments ago and got a java exception...-.-
eli1981 said:
what are the differences between easy apk disassembler to Brut's apktool ?
Click to expand...
Click to collapse
EAD is a simple wrapper/helper/front-end to some other tools. It does not decode resources, apktool is currently single one tool, which can do it and 95% of apktool is just about res decoding. EAD has AXMLPrinter builtin, but there is no real use for this tool.
Just downloaded. Thank you
update enjoy
Mhmh... And when I have the XMLs edited, and want them back into binary XMLs? What I have to do?
DarkMio said:
Mhmh... And when I have the XMLs edited, and want them back into binary XMLs? What I have to do?
Click to expand...
Click to collapse
It is impossible to do using this tool.
Mh, yes, but how can i do that back?! When you search here, or use other searches I can't find the answer.
DarkMio said:
Mh, yes, but how can i do that back?! When you search here, or use other searches I can't find the answer.
Click to expand...
Click to collapse
Because it was impossible until 2 weeks ago, when I have released apktool:
http://code.google.com/p/android-apktool/
It is more complicated to use for Windows users, I'm working on a multiplatform version.
Mhmh... Thank you, but I can't use it - all my Linux-Machines are down ...
Okay. oô You said, it is hard for Windows-User -> is it possible without massive extra software on a weak PC (1.8Ghz - worse graphiccard... you know the rest..)
DarkMio said:
Okay. oô You said, it is hard for Windows-User -> is it possible without massive extra software on a weak PC (1.8Ghz - worse graphiccard... you know the rest..)
Click to expand...
Click to collapse
Unfortunately not. VirtualBox + some small linux is a lightiest solution I know, but it should work even on older PC.
ORioN.BAK said:
Hi everyone,
I have create a little app for modified APK
I hope it will be usefull
Please help me to fix the translation in english, i have a bad english
Download Easy Apk Disassembler:
Update V1.1 mar*2010
http://www.megaupload.com/?d=32ZNIKSZ
ScreenShot
Have fun
EDIT:
please admin remove me the limitation
I CAN'T POST ANY LINK
Click to expand...
Click to collapse
join it with jode (jode.sf.net) - then it would be usable
m32 said:
join it with jode (jode.sf.net) - then it would be usable
Click to expand...
Click to collapse
How do you want to use standard Java decompiler with dexed bytecode? Did you manage to join these tools or you just make wishes?
This tool is amazing, It did a real good job. Thank you very much.

[Guide][TUT] Animation in Honami framework-res

Hey , guys actually i'm new , i do not have so much knowledge, and also my english is very awful
So,if somewhere you don't understand ,just tell me , thanks​
Let's see what i'll teaching you today
picture prview
Android Defaul
{
"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"
}
Honami style
It's used for unknown progress,and honami styles spinner by a lot of pictures , so you can replace it by yourself
for example​
Seems like
So, here we go
1.Decompile framework-res.apk
2.Download resources
View attachment resources.zip
put file into drawable and drawable-hdpi
3.go to res\values\styles.xml open it with notepad2
search code
HTML:
progress_medium_holo
change to
HTML:
semc_progress_medium_holo
search code
HTML:
progress_small_holo
change to
HTML:
semc_progress_small_holo
search code
HTML:
progress_large_holo
change to
HTML:
semc_progress_large_holo
and add code before </resources>
HTML:
<style name="Widget.Holo.ProgressBar.ActionBar" parent="@style/Widget.Holo.ProgressBar">
<item name="indeterminateDrawable">@drawable/semc_progress_actionbar_holo</item>
</style>
seems like this
All right,Compile and enjoy it
there is a check Animation i still not figure out how does it work
If you interested,contact me
like it ? how about press thanks
nice job dude :good: .
do you also know how to change tab indicators ?
Can you post a guide for transforming it to Honami Framework Styles ?
XT-107 said:
nice job dude :good: .
do you also know how to change tab indicators ?
Click to expand...
Click to collapse
Your Poingt Being
abo hani said:
Can you post a guide for transforming it to Honami Framework Styles ?
Click to expand...
Click to collapse
Witch style ? I don't get it
ljg211314 said:
Your Poingt Being
Click to expand...
Click to collapse
i meant do you know how to port tab indicators ?
XT-107 said:
i meant do you know how to port tab indicators ?
Click to expand...
Click to collapse
you mean this ?
or this ?
ljg211314 said:
you mean this ?
Click to expand...
Click to collapse
yes
XT-107 said:
yes
Click to expand...
Click to collapse
it's simple , i'll try it , some resources in drawable and drawable-hdpi and styles.xml
I'll try to hack it right now
ljg211314 said:
it's simple , i'll try it , some resources in drawable and drawable-hdpi and styles.xml
I'll try to hack it right now
Click to expand...
Click to collapse
awesome dude , looking forward :good:
XT-107 said:
awesome dude , looking forward :good:
Click to expand...
Click to collapse
Here, there is txt file means to you need to change code in stylea.xml
If you still don't understand ,I will create a new guide tomorrow:silly:
View attachment 2879318
ljg211314 said:
Here, there is txt file means to you need to change code in stylea.xml
If you still don't understand ,I will create a new guide tomorrow:silly:
View attachment 2879318
Click to expand...
Click to collapse
thanks . i'll try now
XT-107 said:
thanks . i'll try now
Click to expand...
Click to collapse
W: Could not find sources
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3659: error: Resource entry Widget.Holo.Light.ActionBar.TabView already has bag item background.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1995: Originally defined here.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3662: error: Resource entry Widget.Holo.Light.TabWidget already has bag item tabLayout.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1837: Originally defined here.
facing this problem
here's my style.xml
XT-107 said:
W: Could not find sources
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3659: error: Resource entry Widget.Holo.Light.ActionBar.TabView already has bag item background.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1995: Originally defined here.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3662: error: Resource entry Widget.Holo.Light.TabWidget already has bag item tabLayout.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1837: Originally defined here.
facing this problem
here's my style.xml
Click to expand...
Click to collapse
delete the 1995 and 1837 line in your style.xml and try again
XT-107 said:
W: Could not find sources
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3659: error: Resource entry Widget.Holo.Light.ActionBar.TabView already has bag item background.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1995: Originally defined here.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3662: error: Resource entry Widget.Holo.Light.TabWidget already has bag item tabLayout.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1837: Originally defined here.
facing this problem
here's my style.xml
Click to expand...
Click to collapse
Visit Here , A new guide by me
http://forum.xda-developers.com/crossdevice-dev/sony/guide-honami-style-tab-indicators-t2835607
Touchwiz
Ok i have to say...
Well done. Your theme-ing looks nice.
But is there anyone out there that is willing to share a TUT on how to theme 4.4.2 touchwiz framework?
Thanks in advance.
nice guide man thanks!
and congratulations your thread is on XDA PORTAL POSTS
To OP, @ljg211314, whatever image host that you used to post pictures in your threads & posts, it is down. So all the images in your threads & posts are not displayed. Hence, I request you to take necessary action so that the images in your threads & posts are displayed properly.
are this work with mm 6.0.1?

[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

[TOOL][WINDOWS] Watchface digital signing application (WDS)

Hi, this is basically an alpha version of an Digital signing application i made for the guys that make the watchfaces for the chinese smartwatches like no1. d6 and finow q1. It signs both the xml files and the png graphics with a signature made with the help of a self signing certificate. The certificate is generated in the application and all of the signatures can be verified.
With the application you can :
*Create self signed certificates (certificates are saved in a ".pfx" file locally)
*Delete self signed certificates
*Sign XML files
*Sign Png files
*Verify signed XML and Png files
I have made some choices along the way with this app that i think are logical like if you try to sign files that already have a digital signature in them then it is overwritten and they are re signed. So for example if you guys don't agree that it should be that way i will listen and make the change before i put out the next version which will be a proper release complete with an installer and everything. The main reason that i have posted the application and started this thread is so you the watchface designers can test out the application and voice your suggestions.
As far as i see everything is working good. So try it out and let me know in the thread if you have any suggestions for improvement or if you find any bugs.
P.S. run the application as admin for now because of permissions!
The application is written in WPF so there might be some differences between older windows versions and newer ones, if the application does not look like in the following screenshots, i would appreciate if you could take a screenshoot and post it in this thread so i can fix the problem.
{
"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"
}
Thank you very much for this.
I hope you don't mind but I have linked it to our G+ forum where a lot of the trouble was discovered.
I have told them to visit here to say thanks,
Cheers
ado_dado said:
Hi, this is basically an alpha version of an Digital signing application i made for the guys that make the watchfaces for the chinese smartwatches like no1. d6 and finow q1. It signs both the xml files and the png graphics with a signature made with the help of a self signing certificate. The certificate is generated in the application and all of the signatures can be verified.
With the application you can :
*Create self signed certificates (certificates are saved in a ".pfx" file locally)
*Delete self signed certificates
*Sign XML files
*Sign Png files
*Verify signed XML and Png files
I have made some choices along the way with this app that i think are logical like if you try to sign files that already have a digital signature in them then it is overwritten and they are re signed. So for example if you guys don't agree that it should be that way i will listen and make the change before i put out the next version which will be a proper release complete with an installer and everything. The main reason that i have posted the application and started this thread is so you the watchface designers can test out the application and voice your suggestions.
As far as i see everything is working good. So try it out and let me know in the thread if you have any suggestions for improvement or if you find any bugs.
P.S. run the application as admin for now because of permissions!
The application is written in WPF so there might be some differences between older windows versions and newer ones, if the application does not look like in the following screenshots, i would appreciate if you could take a screenshoot and post it in this thread so i can fix the problem.
Click to expand...
Click to collapse
Thanks ado
Sent from my SM-G930F using XDA-Developers mobile app
pablo11 said:
Thank you very much for this.
I hope you don't mind but I have linked it to our G+ forum where a lot of the trouble was discovered.
I have told them to visit here to say thanks,
Cheers
Click to expand...
Click to collapse
No problem happy to help but this is not the final version. And there are likely bugs i have not noticed/been able to test for. Hopefully people will give some feedback on it so i can make it better for you guys.
ado_dado said:
No problem happy to help but this is not the final version. And there are likely bugs i have not noticed/been able to test for. Hopefully people will give some feedback on it so i can make it better for you guys.
Click to expand...
Click to collapse
It's great that you put in the effort to make it happen :good:

Categories

Resources