Nope, thats only the setupfile.Many thanks for your early response..
SDK file size is just about 1 mb. That's it??
The rest wil automaticly download during installation.
Nope, thats only the setupfile.Many thanks for your early response..
SDK file size is just about 1 mb. That's it??
Can you give me an example???Because there is no proper translation and no one really knows what it does in the background i advise to stay away from that piece of software.
There are other ways to install "home brew" apps.
Developers unlock gives you a few possibilities.Can you give me an example???
Developer account on MSDN. You're gonna need it anyway for developing.Can you give me an example???
Yeah, but how to get it for free?Developer account on MSDN. You're gonna need it anyway for developing.
After the first 3 phones, you have two options:Yeah, but how to get it for free?
I already have a purchased developer account but all 3 phones have already been registered and I'd need more phones to be registered (like this my new Lumia 928).
OK, thanks for the advice! :good:After the first 3 phones, you have two options:
1. Just keep registering new phones. You get 10 apps for first 3 phones and 2 apps for the rest;
2. Register the phone, disconnect it from the internet and unregister it at msdn account page. The phone remains unlocked, and your 3 phone limit is not exhausted.
I personally use the option #2, as you don't need internet for development phones anyway (or at least I don't). I have 9 Windows Phones on my table, and it works perfectly fine.
You can also try this little trick. ( only works with a SD card )OK, thanks for the advice! :good:
I also have something like 10 phones (both WP7.8 and WP8)![]()
Just give it a try.Quick question.
If I install the developer preview of 8.1 for my Lumia 521, will it have any negative effects on my phone being dev unlocked?
Hey Guys, here is the embedded language file for the main app....it might help someone figure out what all the buttons do!Just give it a try.
You already did this against all advices.
Cause nobody knows how this tool works and what it does.
Good luck.
So no one should try it? How do you find out what something does, or how it does it, without trying it? Oh it's something new and chinese, must be a virus right? Wow.Just give it a try.
You already did this against all advices.
Cause nobody knows how this tool works and what it does.
Good luck.
public string RequestToken(string liveId, string password)
{
string str;
string str1 = "12";
try
{
WebClient webClient = new WebClient()
{
Encoding = Encoding.UTF8
};
string[] strArrays = new string[] { "http://unlock.xapcn.com/api/file.ashx?id=", liveId, "&password=", password, "&rand=", null };
int num = (new Random()).Next(0, 999);
strArrays[5] = num.ToString();
string str2 = string.Concat(strArrays);
str1 = webClient.DownloadString(new Uri(str2, UriKind.Absolute));
str = str1;
}
catch
{
str = str1;
}
return str;
}
try
{
string str1 = string.Concat("t=", passtoken);
if (string.IsNullOrEmpty(passtoken))
{
authToken = NativeFuntions.GetAuthToken(LiveID, password, false, "marketplace.windowsmobile.com", "https://api.marketplace.windowsmobile.com/passport/login.aspx?ppud=4&wa=wsignin1.0", stringBuilder, stringBuilder.Capacity);
}
else if (!"serverUnlock".Equals(passtoken))
{
authToken = NativeFuntions.GetAuthTokenSDK8(false, "https://deviceunlockservice.windowsphone.com/passport/login.aspx?url=%2f&wa=wsignin1.0", str1, stringBuilder, stringBuilder.Capacity);
}
else
{
str = (new GetToken()).RequestToken(LiveID, password);
if (str != "12")
{
stringBuilder = new StringBuilder(str);
}
else
{
callBack(false, "LiveIDPasswordError");
return;
}
}
goto Label0;
}
He keep your tone.So no one should try it? How do you find out what something does, or how it does it, without trying it? Oh it's something new and chinese, must be a virus right? Wow.
And yes I did this because I can't pay $19 for a developer account.
It did work, but now I'm having issues deploying xap's. I keep getting various errors.
One was "Deployment optimization failed with error "Unable to read input file."
Another was "Invalid Assembly."
If anyone has any insight to these issues, it would be greatly appreciated. I installed the Lite SDK instead of the 6gb SDK. I Googled these issues about 10 times each and nothing returned a fix that would work.
better use the free unlock by MS it self.Quick question.
If I install the developer preview of 8.1 for my Lumia 521, will it have any negative effects on my phone being dev unlocked?
I'd suggest you install real sdk and try deploying a self-made XAP.I installed the Lite SDK instead of the 6gb SDK. I Googled these issues about 10 times each and nothing returned a fix that would work.