Interop Unlock Lumia 550 without pc. - Windows 10 Mobile

Hello! Is there a way to interop unlock a x50 Lumia (Lumia 550) without a pc? I'm for a while away from my home and laptop and everybody here have pc running just Windows 7.

windows 7 is enough... just need:
.NET Framework 4.5.1
vcredist_x86.exe
and http://forum.xda-developers.com/showpost.php?p=68459157&postcount=13

Thanks and good to know anyway .But since the laptop I'm going to use seems to be pretty messed up about drivers and other things (even ProjectMyScreenApp doesn't work) I won't risk for this time.I just wanted to stop wuauserv to quit updates.Can I do that somehow without Interop Unlock?

Jeff Weight said:
..Can I do that somehow without Interop Unlock?
Click to expand...
Click to collapse
wait for Tooth fairy or time to read the topics

Without PC you cant install acer service cab. You need iutool, from PC: So no, i think not.

Related

[Q] Installed Devstore8 + HTC Interop Unlock

hi all
i have a brand new HTC (rio) 8s
i am waiting for my micro simm so not all thinks i can test right now.
but...
i succesfully installed Devstore8 + HTC Interop Unlock
is there a way to unlock these phone ?
i want to side load some own apps
is this a good way to full unlock my phone ?
see picture
my device is locked in orange romania. I managed to install devstore8, but i can't install anything as .xap installation from IE is not supported. i also can't install htc interop_unlock & repair HTC. any ideas ?
Try to install it via windows phone 8 sdk
Sent from my Windows Phone 8S by HTC using XDA Windows Phone 7 App
got some stuff working....
busy with it...
i installed devstore8, but can't install interop unlock, it gives me this error : the system cannot find the file specified ( when using app deployment tool ). is there another way ?
megasounds said:
i succesfully installed Devstore8 + HTC Interop Unlock
Click to expand...
Click to collapse
Can you Explain EXACTLY the procedure you have used to install the Devstore8, ive tryed the browser donwload but i obtain a message like this: "you havent installed your business application please refere to your company tecnical service" i've tryed also to donwnload Devstore8.xap via usb to my SD CARD and instally it from store, but the SD Store entry dont come visibile with this app on SD CARD.
So what is the correct method to have a devstore8 installed and working on my phone ?
requirements : Windows 8 , Windows phone 8 SDK, Windows phone 8 developer account.
save the .xap file on the computer and use app deployment tool to install it on your phone.
at least this is the way i did it.
ionutzsava said:
requirements : Windows 8 , Windows phone 8 SDK, Windows phone 8 developer account.
save the .xap file on the computer and use app deployment tool to install it on your phone.
at least this is the way i did it.
Click to expand...
Click to collapse
asd... tankoyu, formatting and installing windows 8 on main pc right now :cyclops:
funboy27 said:
asd... tankoyu, formatting and installing windows 8 on main pc right now :cyclops:
Click to expand...
Click to collapse
what devstore8 can do ?
Can I install other phones apps like nokia, samsung, i wanna download nokia drive to my 8s. Can i do that with the devstore8?
tnx

[Q] Maybe a stupid question ...

Hey guys , i wonder what will my phone ( lumia 900 , wp 7.8 ) takes if i try to put inside wp8 ........
has anyone try it ?
And one more q , i have windows 8 in my pc and i cant connect my phone to metro app Windows phone , why is this for ?
thanks for your time
Well, first the bootloader would have to have an exploit found in it. Then a uEFI bootloader would have to be crafted. Probably drivers would all need to be rebuilt... It's more realistic to just buy a WP8 lumia.

[How-To] bootloader-unlock your Lumia 900 and flash a custom rom

Dear XDA community,
everyday i'm reading new questions from users, how they have to unlock their Lumia 900 and how they can flash custom roms onto it...
So i decided to make this how-to-thread.
I'll keep this post updated as an overview:
post 2: Bootloader unlock DLOAD Lumia 900 to Qualcomm
post 3: Backup and flash your L900 with Ubuntu, flash in Windows using dewe's Lumia Downloader 0.5
post 4: How-To use USB-Video-Out
So please, guys, read this thread, and if you don't understand, feel free to ask. :good:
Bootloader unlock DLOAD Lumia 900 to Qualcomm
If you want to flash a custom rom, you need to have a Lumia 900 with qualcomm bootloader.
But it's a difficult way to make your DLOAD Lumia 900 to Qualcomm:
You need two main things:
1. You need ATF flasher box
2. You need good soldering skills or the special atf cables from gpg industries
Here's a tutorial to SIM-Unlock a Lumia 800: How-To SIM-Unlock your Lumia 800 - gsmhosting.com
This is almost the same procedure for "bootloader-unlocking" your Lumia 900.
You just do not need to click SP-Unlock, you need to click "boot repair" (and select qualcomm, of course).
And you need to look at the Lumia 900 Testpoints of course
Here's the thread of the special cables: No more soldering for lumia 610,710,800,900 easiest osbl swap ever
These cables do not require you to solder your device. You only need to open up your phone and connect it to the cable and your ATF Box.
So, if you don't want, or can't buy such a box, check for a local phone repair shop in your town/city. If they have ATF, i'm sure they can do this for you for a small amount.
Hope this helps.
Flash your custom rom using dewe's Lumia Downloader 0.5
Dewe's Nokia Lumia Downloader 0.5
I attached the Nokia Lumia Downloader 0.5 for flashing your Lumia 900 easily in Windows.
Thx to dewe for his great work!
This requires your Lumia 900 to have the qualcomm bootloader!!
First: make a backup of ALL 9 partitions of the phone!
This might really save your ass Id did save mine more than once :good:
1. Install Ubuntu to your computer, or use Ubuntu-Live-CD
2. put phone into "Qualcomm Mode" by pressing VOL UP + POWER and connect it to your pc
3. check with
Code:
sudo fdisk -l
how your phone appears in ubuntu
4. backup your partitions using this:
Code:
sudo dd if=/dev/sd[B]X[/B]1 of=/media/Data/backup1.bin
sudo dd if=/dev/sd[B]X[/B]2 of=/media/Data/backup2.bin
sudo dd if=/dev/sd[B]X[/B]3 of=/media/Data/backup3.bin
up to
sudo dd if=/dev/sd[B]X[/B]9 of=/media/Data/backup9.bin
where the X is your special letter, mostly it's b, c, or d.
if = your input file
of = your output file
And this might take up to 2 hours.
Restoring your backups is the exact opposit.
second: you can now flash your Lumia 900.
because you're already in Ubuntu, you can flash it using:
Code:
sudo dd if=/path/to/your/os-new.nb of=/dev/sd[B]X[/B]9
You MUST flash the os-new.nb file to partition 9!!!
Or you can use attached Nokia Lumia Downloader on Windows.
1. Connect your phone in "qualcomm mode"
2. open the Tool with admin rights in Windows
3. Klick "download" and select os-new.nb file
NOTICE: when you connect the phone in "qualcomm mode" in windows, you'll get a message of formatting the drive. DO NOT DO THAT!!!! CLICK CANCEL! If you format, your phone's broken.
How-To use USB-Video-Out
How to use USB Video Out:
As it seems to be a little "difficult" to use the usb video out package, here's what you have to do (this is a copy out of the readme file of the package):
You can download the needed files here:
USB-Video-Out.rar
Mirror @4shared
Enabling USB video out on the phone (ON THE PHONE)
- From Start Menu swipe over to the application list and run "USB Video Out"
- Answer Yes to enable USB Video out. This is a toggle.
- When the phone boots up it is in Zune Mode which enables it to sync data with Zune Client software on the PC. You will need to toggle this to Video mode using the above steps to get video out.
- Note: Toggling between Zune mode and Video mode requires the phone to reboot each time.
Setting up driver on the desktop (one time)
- Make sure Zune is not running.
- Your Phone must be flashed with a ROM that has video out bits on it, they must be enabled, and the phone must be on and plugged into your PC to continue. When the phone boots up the default setting is OFF for the video output.
- Start -> Right click on Computer, select Manage
- In "Computer Management" click on the Device Manager
- Under "Other Devices"
- Within the list of drivers Right Click on WM7VIDSTREAM driver, select "Update Driver Software..."
- Choose Browse and point Windows to appropriate driver folder.
- Approve the Unsigned Driver installation.
Starting application
- Launch VidStream.exe.
- This application does support disconnect & reconnecting of the phone's USB cable.
- If a previous instance of VidStream.exe was running with the device connected, you will need to simply unplug and replug the phone's USB cable.
- Press ESC to exit the PC Client application.
Re-enabling MTPz USB sync (Zune Mode)
- Open "USB Video Out"
- Answer Yes to enable MTPz
- The device will reboot to make the changes effective.
Click to expand...
Click to collapse
Hopefully in the near future we could flash our Lumia 900 without an ATF box and soldering anything... Can't wait for that day to come!
efektos said:
Hopefully in the near future we could flash our Lumia 900 without an ATF box and soldering anything... Can't wait for that day to come!
Click to expand...
Click to collapse
have we any chance for a unlocked official software like in 700-800 ;
There is much simple ....
Santoman7 said:
have we any chance for a unlocked official software like in 700-800 ;
There is much simple ....
Click to expand...
Click to collapse
710 and 800?
that soldering atf stuff is also needed for L800, mate
only L710 has "official" qualcomm bootloader.
right now there is no other option, but i hope there will be someday.
but personally, i don't think so...
lordmaxey said:
710 and 800?
that soldering atf stuff is also needed for L800, mate
only L710 has "official" qualcomm bootloader.
right now there is no other option, but i hope there will be someday.
but personally, i don't think so...
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=7PSpZpsLPXk
look what i found , with a student account unlocks your phone ,
is this possible working ?
Santoman7 said:
http://www.youtube.com/watch?v=7PSpZpsLPXk
look what i found , with a student account unlocks your phone ,
is this possible working ?
Click to expand...
Click to collapse
This is about WP8, L900 is WP7.8
And this is maximum developer unlock, which is not full unlock.
lordmaxey said:
This is about WP8, L900 is WP7.8
And this is maximum developer unlock, which is not full unlock.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2209649
i read in this that this guy unlock the phone , is this true ? i mean , i can do it or its something only his phone has ?
are we close enough to unlock it
Santoman7 said:
http://forum.xda-developers.com/showthread.php?t=2209649
i read in this that this guy unlock the phone , is this true ? i mean , i can do it or its something only his phone has ?
are we close enough to unlock it
Click to expand...
Click to collapse
contact him for further informations?
This is, as i already posted above, developer unlock, which is NOT full unlock!
This is, as i already posted above, developer unlock, which is NOT full unlock!
Click to expand...
Click to collapse
Is there any actual method for dev unlocking lumia 900? I need to install 3 XAP but don't want to pay 99$ for developer account.
haikkk said:
Is there any actual method for dev unlocking lumia 900? I need to install 3 XAP but don't want to pay 99$ for developer account.
Click to expand...
Click to collapse
If you have @.edu email address from an University or High School, you can sign up a developer account for free
Microsoft supports email accounts from most universities and high schools (such as.. Harvard, MIT...:laugh
thangvh said:
If you have @.edu email address from an University or High School, you can sign up a developer account for free
Microsoft supports email accounts from most universities and high schools (such as.. Harvard, MIT...:laugh
Click to expand...
Click to collapse
i do this , because i am for real a student , but i dont know how to find apps , i only find the bazzar , but there 9 of 10 apps need interop unlock so i am again in the beggining ...
Santoman7 said:
i do this , because i am for real a student , but i dont know how to find apps , i only find the bazzar , but there 9 of 10 apps need interop unlock so i am again in the beggining ...
Click to expand...
Click to collapse
Your guide can unlock sim card for Lumia 900 or not, Master???
leonguyen88 said:
Your guide can unlock sim card for Lumia 900 or not, Master???
Click to expand...
Click to collapse
no. Sim-unlocking Lumia 900 is not (yet) supported by ATF.
so only one way is use unlock code, for nework unlock?
leonguyen88 said:
so only one way is use unlock code, for nework unlock?
Click to expand...
Click to collapse
yes.
Man, I can't wait until I don't have to take the phone apart to do this...I don't really feel comfortable dissembling my only phone nor do I know of any phone repair places with an ATF :/ Oh well.
vol up + power wont work
when i do the vol up + power and plug the usb it wont show anything, just windows keeps beeping as its trying to find new hardware but it wont recognize my lumia 900 at&t , am i doing something wrong? please help

[Lumia 925] Cannot upgrade using Windows insider

Dear,
A few months ago, I've upgraded my Lumia 925 to Windows 10 (preview) using Windows Insider: it went smoothly.
I decided to go back to WP8.1 using the Lumia Recovery Tool.
Today, I tried to update (again) to one of the Windows 10 previews, but I'm unable to upgrade: no updates found.
I know MS decided to exclude Lumia 925 to Windows 10 final: but: is there any possibility to upgrade to one of the developer previews?
When I download Windows Insider, I select fast ring: no updates are found (my account is enabled for developer previews).
Is this normal behaviour? I also tried to edit the registry to get Windows 10 redstone: unable to update: Update is downloading but when I try to install: unable to open update it says.
Any thoughts?
Thanks!
Pieter
No one?
cyberbozzo said:
No one?
Click to expand...
Click to collapse
If I could help dude I would , recently moved from android to windows phone and can say the community bad, ignorance seems to be a major player. I can kinda see why the app developers don't want create any or port any over.
use release preview ring
Same problem here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
cyberbozzo said:
Dear,
A few months ago, I've upgraded my Lumia 925 to Windows 10 (preview) using Windows Insider: it went smoothly.
I decided to go back to WP8.1 using the Lumia Recovery Tool.
Today, I tried to update (again) to one of the Windows 10 previews, but I'm unable to upgrade: no updates found.
I know MS decided to exclude Lumia 925 to Windows 10 final: but: is there any possibility to upgrade to one of the developer previews?
When I download Windows Insider, I select fast ring: no updates are found (my account is enabled for developer previews).
Is this normal behaviour? I also tried to edit the registry to get Windows 10 redstone: unable to update: Update is downloading but when I try to install: unable to open update it says.
Any thoughts?
Thanks!
Pieter
Click to expand...
Click to collapse
Same problem here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I need help too, root tool and vcreg don't install for xap deployer (error menssage) CustomPFD need SD card, so this are hard to solve, I've used wpinternals too to edit the registre file !!!!!!!
Some one in this FORUM PLEASE HELP US !!!!!!!!!!!!!!
r_x4 said:
Same problem here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I need help too, root tool and vcreg don't install for xap deployer (error menssage) CustomPFD need SD card, so this are hard to solve, I've used wpinternals too to edit the registre file !!!!!!!
Some one in this FORUM PLEASE HELP US !!!!!!!!!!!!!!
Click to expand...
Click to collapse
Hey out there !
Upgrading to W10M works actually !!
Yesterday i upgraded my 925 from 8.1 Denim to W10M 10.0.14393.89
In Short:
All you need is the same 8.1 Firmware (.ffu)-File as is installed on your Phone.
Grab your FW on lumiafirmware Site
You need WP Internals 1.2 to unlock Bootloader and enable the Root access.
-YOU DIDNĀ“T need Root-Tool and vcreg and all the other Stuff, ONLY WP Internals !!
Reboot Phone
After that, you must Boot your Phone via WP Internals into the Storage Mode
On PC open regedit and point to your Phone, called MainOS
In Regedit, you load the Registry of your Phone and do some Hacks and write the registry back to Phone
Reboot your Phone, go to MS Store and download Windows Insider App, start it and register for the Insider programm.
All done, you can use the fast ring, Slow ring and Preview .
If you wish, i can do a complete tutorial here !
Cya
http://forum.xda-developers.com/win...le/installing-windows-10-mobile-tech-t3431454
visit this.
Broken phone
Ok people... Process failed after tried flashing the FFU and guess what? phone doesn't boot anymore, keeps on looping.. when i try the down and power botton and then down again, i get the gear screen but either it gets stuck there or it gives me a bad face.. non of the relative software (WPinternals - Windows Device Recovery) recongize the phone. I guess it's pretty dead, any ideas on what can i do??
aris7la said:
Ok people... Process failed after tried flashing the FFU and guess what? phone doesn't boot anymore, keeps on looping.. when i try the down and power botton and then down again, i get the gear screen but either it gets stuck there or it gives me a bad face.. non of the relative software (WPinternals - Windows Device Recovery) recongize the phone. I guess it's pretty dead, any ideas on what can i do??
Click to expand...
Click to collapse
With the phone turned off, press and hold "volume up" + "power". Keep pressing them until you see a lighting with a gear. From there, flash using "Windows Phone Image Designer".

Updating lumia 1320 to windows 10

I had some recent problems with the battery on the latest cumulative of windows 10 mobile. So I wanted to restart fresh and I downgrad it to windows phone 8.1 . I forgot that now i can't update the phone to windows 10 mobile with windows insider app any more. Can someone give me a tutorial to how to get to windows 10 now ? My phone has an sd card , I read that you can if you have an sd card. Please help..
EmanuelManole said:
I had some recent problems with the battery on the latest cumulative of windows 10 mobile. So I wanted to restart fresh and I downgrad it to windows phone 8.1 . I forgot that now i can't update the phone to windows 10 mobile with windows insider app any more. Can someone give me a tutorial to how to get to windows 10 now ? My phone has an sd card , I read that you can if you have an sd card. Please help..
Click to expand...
Click to collapse
Hi, were you able to upgrade to Windows 10 Mobile. If not let me know, i will provide the complete walkthrough with all supporting files needed.
shahidkazi said:
Hi, were you able to upgrade to Windows 10 Mobile. If not let me know, i will provide the complete walkthrough with all supporting files needed.
Click to expand...
Click to collapse
I have to figure it out, thank you!
EmanuelManole said:
I have to figure it out, thank you!
Click to expand...
Click to collapse
Sorry a little confused .. did not understand what you meant. I can post the steps if you want. I just upgraded mine today to 14393.321 from WP 8.1
shahidkazi said:
Sorry a little confused .. did not understand what you meant. I can post the steps if you want. I just upgraded mine today to 14393.321 from WP 8.1
Click to expand...
Click to collapse
Sorry for my bad english , i had figure it out * . Whit what registry values did you changed?
EmanuelManole said:
Sorry for my bad english , i had figure it out * . Whit what registry values did you changed?
Click to expand...
Click to collapse
No worries.. I used the following
PhoneManufacturerModelName = RM-1089_1087
Phone Operator Name = 000-DE
Phone Model Name = Lumia 735
I found this model to be closest to 1320 in terms of internal hardware specs and the build is far more stable.
Thanks
shahidkazi said:
No worries.. I used the following
PhoneManufacturerModelName = RM-1089_1087
Phone Operator Name = 000-DE
Phone Model Name = Lumia 735
I found this model to be closest to 1320 in terms of internal hardware specs and the build is far more stable.
Click to expand...
Click to collapse
Thank you, it worked perfectly!!
Hi, can you please write how did you get WP 10 from 8.1? I have L 1320 and I have tried everything, but nothing is working. I have stucked with CustnomWPSystem, because no MixRadio app after hard reset of flash 8.1 ROM, replaceing Extras + info app with vcREG or customPDF was unsuccessful, replaceing Preview for Developers app was successful, but replaced apps doesnt work....
Can you please write down how you did it?
Inarus said:
Hi, can you please write how did you get WP 10 from 8.1? I have L 1320 and I have tried everything, but nothing is working. I have stucked with CustnomWPSystem, because no MixRadio app after hard reset of flash 8.1 ROM, replaceing Extras + info app with vcREG or customPDF was unsuccessful, replaceing Preview for Developers app was successful, but replaced apps doesnt work....
Can you please write down how you did it?
Click to expand...
Click to collapse
I update often with insider windows to build (not Redstone) and then I unlock.
I then apply these settings to get the Redstone build.
You can try this >>http://forum.xda-developers.com/win...-interop-unlock-root-wp8-8-1-windows-t3450239
Or to manually unlock creating your own rom >>http://forum.xda-developers.com/windows-phone-8/development/windows-phone-internals-unlock-t3257483
Sorry I have no time to upload my custom rom
Sorry my bad english.
Inarus said:
Hi, can you please write how did you get WP 10 from 8.1? I have L 1320 and I have tried everything, but nothing is working. I have stucked with CustnomWPSystem, because no MixRadio app after hard reset of flash 8.1 ROM, replaceing Extras + info app with vcREG or customPDF was unsuccessful, replaceing Preview for Developers app was successful, but replaced apps doesnt work....
Can you please write down how you did it?
Click to expand...
Click to collapse
I did the following:
1. Restored to 8.1 with WDRT (Windows Device Recovery Tool)
2. Disable automatic app updates from Store (to prevent extras+info from updating)
3. Unlocked bootloader using WPInternals
4. Unlocked phone using Developer Phone Registration
5. Deployed custom pfd xap
6. copied mixradio vcgreg bootstrap to sd card root folder (mixradio is available if you recover using WDRT), or else you can stick to extras+info bootstrap
7. Executed CustomPFD to deploy vcreg via the mixradio bootstrap
8. Once vcreg was installed, go to settings do Interop Unlock
9. Change the registry settings to have the phone as Lumia 735 (check my post above)
10. Install Windows Upgrade Advisor and execute it
11. It will detect the phone as 735 and schedule updates
12. Go to updates and install update (The first update will take you to windows 10 build 10586 (TH1).
13. Check for updates again (you will get an update for the Anniversary Update)
Recommended to install the Anniversary Update. It has been by far the most stable version for 1320 (for me atleast).
Let me know if you have any other issues.
Thank you very much, but I have not been succesful.
llucas_br: I tried it many times but it does not work for me. I am stuck at 9) because i am unable to replace the app. It seems to be installed not on SD card. I tried Insider preview instead and no luck.
shahidkazi: Well, I stucked on 5). Do you really mean custom pfd or it shoudl be customWP? If custopWP I have the same problem as mentioned...
And after WDRT I do not have Mixradio app :/ (iam using this firmware: RM994_3058.50000.1424.0003_RETAIL_eu_hungary_1156_03_445314_prd_signed.ffu)
I am guessing the file image for the model from hungary does not have mixradio. You may want to look for the extras + info bootstrap. maybe @emanuelMode can post the xap here for you to try bootstrapping with it instead
Adn yes you were right, i meant custom wp system (which is used to apply the bootstrap)
custom pfd is a registry editor which i generally use to edit registry after doing the interop unlock via vcreg. It makes it easier to edit the registry values.
Were you able to unlock boot loader using WP internals?
Try deploy this xap
Inarus said:
Thank you very much, but I have not been succesful.
llucas_br: I tried it many times but it does not work for me. I am stuck at 9) because i am unable to replace the app. It seems to be installed not on SD card. I tried Insider preview instead and no luck.
shahidkazi: Well, I stucked on 5). Do you really mean custom pfd or it shoudl be customWP? If custopWP I have the same problem as mentioned...
And after WDRT I do not have Mixradio app :/ (iam using this firmware: RM994_3058.50000.1424.0003_RETAIL_eu_hungary_1156_03_445314_prd_signed.ffu)
Click to expand...
Click to collapse
Extract, and deploy.
Good luck
Hi,
shahidkazi: that did not work....
llucas_br: I was unable to deploy because lack of interpol unlock...
So I downloaded Indian firmware with Mixradio (RM994_3058.50000.1424.0_RETAIL_im_india_906_03_482446_prd_signed), flashed and it all work Now I am updating 8.1 to be able to update to 10
Thank you very much
Inarus said:
Hi,
shahidkazi: that did not work....
llucas_br: I was unable to deploy because lack of interpol unlock...
So I downloaded Indian firmware with Mixradio (RM994_3058.50000.1424.0_RETAIL_im_india_906_03_482446_prd_signed), flashed and it all work Now I am updating 8.1 to be able to update to 10
Thank you very much
Click to expand...
Click to collapse
Great. Enjoy
Additional Tip:
After upgrading to Windows 10, the phone will still remain as Lumia 735 or any other model that you spoof it to with the registry hack. Keep it the same to get future updates.
In case you have to reset your phone for some reason, it will go back to being Lumia 1320, in that case, simple deploy VCReg 1.5 for Windows 10 using app deploy, interop unlock and change it back to Lumia 735.
I may be wrong or just superstitious but keeping it as Lumia 735 and not 1320, the freezing issue is less frequent.
shahidkazi said:
I did the following:
1. Restored to 8.1 with WDRT (Windows Device Recovery Tool)
2. Disable automatic app updates from Store (to prevent extras+info from updating)
3. Unlocked bootloader using WPInternals
4. Unlocked phone using Developer Phone Registration
5. Deployed custom pfd xap
6. copied mixradio vcgreg bootstrap to sd card root folder (mixradio is available if you recover using WDRT), or else you can stick to extras+info bootstrap
7. Executed CustomPFD to deploy vcreg via the mixradio bootstrap
8. Once vcreg was installed, go to settings do Interop Unlock
9. Change the registry settings to have the phone as Lumia 735 (check my post above)
10. Install Windows Upgrade Advisor and execute it
11. It will detect the phone as 735 and schedule updates
12. Go to updates and install update (The first update will take you to windows 10 build 10586 (TH1).
13. Check for updates again (you will get an update for the Anniversary Update)
Recommended to install the Anniversary Update. It has been by far the most stable version for 1320 (for me atleast).
Let me know if you have any other issues.
Click to expand...
Click to collapse
please take a video
please
Arshen said:
please take a video
please
Click to expand...
Click to collapse
Video would be a little difficult with a lot of kids at home (they wouldnt let me even breathe in peace ), but i will try and get you a guide with screenshots and relevant files, so you can use it to get to Windows 10 Mobile
shahidkazi said:
Video would be a little difficult with a lot of kids at home (they wouldnt let me even breathe in peace ), but i will try and get you a guide with screenshots and relevant files, so you can use it to get to Windows 10 Mobile
Click to expand...
Click to collapse
i change regedit to 735
install windows upgrade
windows upgrade messaged "Ready to upgrade, Go to Phone update..."
but when go to Phone update in setting, and check for update messaged "your phone is up to date"!!!!
next install insider and get build, but messaged "A connection eeror orevented us from downloading program for you. Please check the date/time of your device and it's network connection and try again."
why? (
help me
Arshen said:
i change regedit to 735
install windows upgrade
windows upgrade messaged "Ready to upgrade, Go to Phone update..."
but when go to Phone update in setting, and check for update messaged "your phone is up to date"!!!!
next install insider and get build, but messaged "A connection eeror orevented us from downloading program for you. Please check the date/time of your device and it's network connection and try again."
why? (
help me
Click to expand...
Click to collapse
It could be some registry setting wrong or you may have Extras + Info installed.
I have created a complete step by step walkthrough with screenshots, you can check what you may have missed.
Link - http://shahidkazi.blogspot.in/2016/11/upgrade-lumia-1320-to-windows-10-mobile.html
TH2 Lumia 1320
shahidkazi said:
Great. Enjoy
Additional Tip:
After upgrading to Windows 10, the phone will still remain as Lumia 735 or any other model that you spoof it to with the registry hack. Keep it the same to get future updates.
In case you have to reset your phone for some reason, it will go back to being Lumia 1320, in that case, simple deploy VCReg 1.5 for Windows 10 using app deploy, interop unlock and change it back to Lumia 735.
I may be wrong or just superstitious but keeping it as Lumia 735 and not 1320, the freezing issue is less frequent.
Click to expand...
Click to collapse
If I get W10 TH2 on my Lumia 1320, and reset the phone, did it automatically changes the register to show it is a 1320 again? And only receive the last TH2 to the Lumia 1320? Sorry 4 my english Thank you

Categories

Resources