Related
Can do this using the Registry Viewer and Network Profile Tool. I will be making a tool for samsung that will allow you to provision any xml.
Sent from my OMNIA7 using Board Express
Awesome. Care to share how?
Indeed very good news. When do you think the tool will be ready ?
Okay here it goes, its very similar to the HTC method which requires alot of tinkering.
Firstly, you need to be Dev Unlocked. Search for Chevron Unlocker if you dont already have it.
Secondly, you will need Tom XAP Installer which can be found as a sticky at the top of the thread.
Lastly you will need nico's Registry Viewer XAP Package which can be found here: http://forum.xda-developers.com/showpost.php?p=10623201&postcount=19
Now when you have all the above done, Load up Registry Viewer and goto:
HKLM\System\State\Samsung\Phone\Operator\Base
You will see some numbered subkeys. You can edit any of these but I reccommend editing [1].
Now navigate to [1] and tap FileName this is where you enter the desired xml.
Now I have a UK Omnia 7 but I flashed the Unbranded XENJK1 ROM which is for Netherlands. So whenever you run the Network Profile App you will see the Network for the sim card you are currently using plus 4 other networks to choose from which will be Netherlands Phone Operators.
Here is a little example to run your desired provxml file. Remember we tapped on FileName in the [1] subkey, now clear the current filename thats already there and type in: UK_XEU_BASE.xml
Exit Registry Viewer and startup the Network Profile App and Tap on the Top Profile. (This is why we edited [1]). You will see the loading dots in the middle of the screen to tell you the device is busy (thats the provxml installing). When its done, exit the Network Profile App and restart it. You will now notice that ALL the UK network providers are now in the Profile list.
So this definately works, we just now need a way to create our own provxml files and copy them to the Windows folder on our Omnia 7!
So this in effect is the same as what I found/hit in this thread. The problem is, we don't have a way of writing to the \windows directory. I've tried all sorts of things to read the provxml from other locations but it doesn't want to.
RustyGrom said:
So this in effect is the same as what I found/hit in this thread. The problem is, we don't have a way of writing to the \windows directory. I've tried all sorts of things to read the provxml from other locations but it doesn't want to.
Click to expand...
Click to collapse
If what he described (anyone tested it with a custom provxml file yet?) works, then maybe the network profile app doesn't need a provxml file within the Windows folder (to test too).
Patch network setup dll to apply provxml from the xap install folder.
i 've do this on my htc provxml deployer by this way you can deploy custom provxml.
RustyGrom said:
So this in effect is the same as what I found/hit in this thread. The problem is, we don't have a way of writing to the \windows directory. I've tried all sorts of things to read the provxml from other locations but it doesn't want to.
Click to expand...
Click to collapse
Yes its more or less the same, also the method everyone is using for Interop to use native DLLs in their code is only for using Subs/Functions inside of Interfaces. Now to call an Exported Function in a native DLL requires a different approach. We first have to build a DLL using C++ in Visual Studio 2008 for Windows Mobile 6 (yes you heard me right! ) and create an interface for the functions we wish to use in the native DLL we want to call. We then use C# to use the ComBridge method to load the custom made native DLL which will then provide us the access to the Subs/Functions so when these are called, our custom made DLL will then call the Exported Function in our target DLL.
Now this will also enable us to use the Exported Functions in Coredll.dll which have all the juicy functions that we used and loved in Windows Mobile, including Registry read and write and file access and IO operations.
Now, Any C++ Volunteers???
martani said:
If what he described (anyone tested it with a custom provxml file yet?) works, then maybe the network profile app doesn't need a provxml file within the Windows folder (to test too).
Click to expand...
Click to collapse
It definately works with xml in windows folder but not tried a custom one yet.
lyriquidperfection said:
Now when you have all the above done, Load up Registry Viewer and goto:
HKLM\System\State\Samsung\Phone\Operator\Base
..........................
Click to expand...
Click to collapse
We can do the same by runnig "/windows/AppPreInstaller.exe path_to_provxml_file" (using l3v5y.WP7DT.RemoteExecute).
The problem is that AppPreInstaller.exe refuses any attempts to install provxml from any place outside /windows folder.
xboxmod said:
Patch network setup dll to apply provxml from the xap install folder.
i 've do this on my htc provxml deployer by this way you can deploy custom provxml.
Click to expand...
Click to collapse
But aren't the DLLs signed? Did you just resign it with a different cert?
lyriquidperfection said:
Yes its more or less the same, also the method everyone is using for Interop to use native DLLs in their code is only for using Subs/Functions inside of Interfaces. Now to call an Exported Function in a native DLL requires a different approach. We first have to build a DLL using C++ in Visual Studio 2008 for Windows Mobile 6 (yes you heard me right! ) and create an interface for the functions we wish to use in the native DLL we want to call. We then use C# to use the ComBridge method to load the custom made native DLL which will then provide us the access to the Subs/Functions so when these are called, our custom made DLL will then call the Exported Function in our target DLL.
Now this will also enable us to use the Exported Functions in Coredll.dll which have all the juicy functions that we used and loved in Windows Mobile, including Registry read and write and file access and IO operations.
Now, Any C++ Volunteers???
Click to expand...
Click to collapse
I know some people (davux) have started this. I wrote a simple one but I suck at C++ so didn't get very far.
lyriquidperfection said:
It definately works with xml in windows folder but not tried a custom one yet.
Click to expand...
Click to collapse
That reg key doesn't include a path, just a file name. I guess you could throw in DiagnosisApp_1.provxml and see if it launches it (it just installs the Diagnosis app).
denominator77 said:
We can do the same by runnig "/windows/AppPreInstaller.exe path_to_provxml_file" (using l3v5y.WP7DT.RemoteExecute).
The problem is that AppPreInstaller.exe refuses any attempts to install provxml from any place outside /windows folder.
Click to expand...
Click to collapse
yes and this apps doesn't deploy custom provxml!
i've try on my Htc by editing provxml called by this apps.
apppreinstaller is run on 1st boot to install in rom Xap's via a provxml.
RustyGrom said:
That reg key doesn't include a path, just a file name. I guess you could throw in DiagnosisApp_1.provxml and see if it launches it (it just installs the Diagnosis app).
Click to expand...
Click to collapse
Ha! I entered DiagnosisApp_1.provxml into the FileName value and when I applied the modified profile, it did indeed install the Diagnosis App but not launch it. The provxml is for installation only as when I did this, Diagnosis appeared in my app list without keying in ##634# in the dialer!
lyriquidperfection said:
Ha! I entered DiagnosisApp_1.provxml into the FileName value and when I applied the modified profile, it did indeed install the Diagnosis App but not launch it. The provxml is for installation only as when I did this, Diagnosis appeared in my app list without keying in ##634# in the dialer!
Click to expand...
Click to collapse
Cool so as best I can tell looking at the disassembled code SetNetworkSetting(string settingName, out int bRet) from NwProfDLL.dll does that with "settingName" being the provxml file or the name assigned to the provxml file, leaning towards the latter.
Edit... maybe not... doesn't seem to work to launch DiagnosisApp_1.provxml. Might be due to my phone being carrier locked?
RustyGrom said:
Cool so as best I can tell looking at the disassembled code SetNetworkSetting(string settingName, out int bRet) from NwProfDLL.dll does that with "settingName" being the provxml file or the name assigned to the provxml file, leaning towards the latter.
Edit... maybe not... doesn't seem to work to launch DiagnosisApp_1.provxml. Might be due to my phone being carrier locked?
Click to expand...
Click to collapse
I have the same problem, too. My OMNIA 7 is still carrier locked (bad bootloader version...). I will try to unlock it tomorrow.
Doesnt matter if it is locked or unlocked. It doesnt launch it only installs it. It adds the icon to the app list if it wasnt there already.
Sent from my OMNIA7 using Board Express
lyriquidperfection said:
Doesnt matter if it is locked or unlocked. It doesnt launch it only installs it. It adds the icon to the app list if it wasnt there already.
Sent from my OMNIA7 using Board Express
Click to expand...
Click to collapse
In the NetworkProfile app, I can't choose a profile. It just says "This application can not be used if the device is in network locked state by mobile operator."
I tried bypassing it and just calling the function from my own code but it didn't work. That doesn't mean it won't work as I may be doing something wrong but the COM DLL could be checking the phone's lock status before trying to run the provxml.
RustyGrom said:
In the NetworkProfile app, I can't choose a profile. It just says "This application can not be used if the device is in network locked state by mobile operator."
I tried bypassing it and just calling the function from my own code but it didn't work. That doesn't mean it won't work as I may be doing something wrong but the COM DLL could be checking the phone's lock status before trying to run the provxml.
Click to expand...
Click to collapse
I don't think it's so much if the device is carrier-locked, but if the device is carrier-branded. I couldn't use the Network Profile tool with my original T-Mobile UK ROM, but since flashing it with the generic ROM that leaked, I can now use it, despite still being carrier-locked.
guys on your samsung device operator xml are deployed by configxml.exe in the windows folder called by AutoSim.exe imself run by coldinit.exe
the operator provxml are named like this FRANCE_SFR_BASE.xml
i'm looking if i find somethink.
i think autosim is also run by NetworkProfile.
RustyGrom said:
In the NetworkProfile app, I can't choose a profile. It just says "This application can not be used if the device is in network locked state by mobile operator."
I tried bypassing it and just calling the function from my own code but it didn't work. That doesn't mean it won't work as I may be doing something wrong but the COM DLL could be checking the phone's lock status before trying to run the provxml.
Click to expand...
Click to collapse
I can confirm that it works on my carrier locked OMNIA 7 !.
I edited the filename in the registry, then I launched the Network profile app.
If the first profile is allready choosen on your device, choose the second one and then the first one. It works only for the [1] registry filename so you have to choose the first profile of the list.
After that the diagnosis app appears on your device...
Edit: my device is T-Mobile Germany branded...
Hi guys, is there a way to restore glance on L820 RS1, without access to MainOS?
kubiaxk said:
Hi guys, is there a way to restore glance on L820 RS1, without access to MainOS?
Click to expand...
Click to collapse
it will require access to MainOS... I think
iammomin said:
it will require access to MainOS... I think
Click to expand...
Click to collapse
So .... I need unlock my phone via WDRT + wpinternals = wipe all my files/settings or live without GS :/
pls someone make some magical app that will fix glance :/
kubiaxk said:
So .... I need unlock my phone via WDRT + wpinternals = wipe all my files/settings or live without GS :/
pls someone make some magical app that will fix glance :/
Click to expand...
Click to collapse
wpinternals doesn't support l830... I think u have to interop unlock using interop tools...then change some registeries
iammomin said:
wpinternals doesn't support l830... I think u have to interop unlock using interop tools...then change some registeries
Click to expand...
Click to collapse
820 you meant,
but WPinternals does support it.
Still too complicated process (restore to 8.1, unlock phone, flash windows 10M )... also it takes long time to do ... Would be nice if there was app that do this for me.
kubiaxk said:
820 you meant,
but WPinternals does support it.
Still too complicated process (restore to 8.1, unlock phone, flash windows 10M )... also it takes long time to do ... Would be nice if there was app that do this for me.
Click to expand...
Click to collapse
I don't think unterop tools needs to go back to wp8.1.... u can interop unlock ur phn on w10m using interop tools... btw its not that hard
iammomin said:
I don't think unterop tools needs to go back to wp8.1.... u can interop unlock ur phn on w10m using interop tools... btw its not that hard
Click to expand...
Click to collapse
I did InterOP unlock ... But will that help me to restore GS. As far I understood from here + windowsmaniak pl video on youtube, I need to have unlocked phone (bootloader) to access MainOS then put back glance files, and after that I need add missing registries. Am I wrong ?
forget about it if do not have access to mainOS partition or keep posting with faith of magic app
kubiaxk said:
I did InterOP unlock ... But will that help me to restore GS. As far I understood from here + windowsmaniak pl video on youtube, I need to have unlocked phone (bootloader) to access MainOS then put back glance files, and after that I need add missing registries. Am I wrong ?
Click to expand...
Click to collapse
Latest version of Interop Tools (1.9 Pre 3) has a setting to write the missing registry entries automatically. Then you just need to add the files and fonts.
interop unlock is enough for fixing that, just enable full fs system and you can reach the subfolders. maybe dont even need the full fs access and just use "U:\SharedData\OEM\Public" as shortcut to check if the files are present. but you indeed need the interop unlock to be able to write the missing reg keys and subvalues (in that case the wpinternals way is easier to do that)
tofuschnitte said:
interop unlock is enough for fixing that, just enable full fs system and you can reach the subfolders. maybe dont even need the full fs access and just use "U:\SharedData\OEM\Public" as shortcut to check if the files are present. but you indeed need the interop unlock to be able to write the missing reg keys and subvalues (in that case the wpinternals way is easier to do that)
Click to expand...
Click to collapse
But Interop Tools 1.9_Pre3 allows you to do the interop unlock and then has a simple toggle (under Tweaks) to enable the missing reg keys. You do *NOT* need wpinternals and flash back to 8.1 to do this, assuming you're already on W10M! Read thread on this from page 126: http://forum.xda-developers.com/win...mobile-10-redstone-rs1-build-t3319375/page126 . Use the Glance files attached to post 1255 and add them into Phone\Data\SharedData\OEM\Public , including the fonts folder. Then turn on the "Use old glance" toggle under Tweaks in Interop Tools, and reboot. Oh, and make sure you've got the Glance app installed -- if it isn't you'll have to sideload it, but it probably is installed. If still not working, then use Interop Tools to import the registry files attached under post 1259.
GeoffreyK said:
But Interop Tools 1.9_Pre3 allows you to do the interop unlock and then has a simple toggle (under Tweaks) to enable the missing reg keys. You do *NOT* need wpinternals and flash back to 8.1 to do this, assuming you're already on W10M! Read thread on this from page 126: http://forum.xda-developers.com/win...mobile-10-redstone-rs1-build-t3319375/page126 . Use the Glance files attached to post 1255 and add them into Phone\Data\SharedData\OEM\Public , including the fonts folder. Then turn on the "Use old glance" toggle under Tweaks in Interop Tools, and reboot. Oh, and make sure you've got the Glance app installed -- if it isn't you'll have to sideload it, but it probably is installed. If still not working, then use Interop Tools to import the registry files attached under post 1259.
Click to expand...
Click to collapse
can you give me dl link for Interop Tools 1.9_Pre3 ?
edit:
Note: Pre3 has been pulled due to Windows Defender flagging it as a False positive. As a precaution, even if I'm sure it's safe, I prefer to pull it and make you wait for the pre4 which will be soon. The weirdest part is somebody that I know also got his app flagged by Defender and only defender, with the same threat. At that point I don't know if it's a conspiracy since I know MS doesn't like either app. I guess I'll see with pre4. Right now my pre4 release candidate passes defender. Thanks for understanding.
:/
How strange, Windows Defender never made a squeak about my copy of Pre3. If you're desperate, the only other way is to use vcReg to Interop Unlock and enable Mass Transport Protocol file access to add in the missing files, then install CustomPFD, and use CustomPFD Remote app to add the registry entries one-by-one. But this is tedious, so I'd advise you just to wait for Pre4.
GeoffreyK said:
How strange, Windows Defender never made a squeak about my copy of Pre3. If you're desperate, the only other way is to use vcReg to Interop Unlock and enable Mass Transport Protocol file access to add in the missing files, then install CustomPFD, and use CustomPFD Remote app to add the registry entries one-by-one. But this is tedious, so I'd advise you just to wait for Pre4.
Click to expand...
Click to collapse
thank you I will try ň
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
Lumia 640 xl
OS and firmware: Windows 10 mobail, firmware v_1607, build 14393.693
Description of the problem:
After you install the dependencies and applications
Microsoft.NET.CoreRuntime.1.0
Microsoft.VCLibs.ARM.14.00
CellMapper_1.2.18.0_ARM
did you enable developer and portal settings on phone? did you interop unlock your device?
and whats is problem? dont know how to install files?
interop unlock your device yes
You understand me wrong. After installing these applications.Now ceased to run all of the applications xap file on the phone.
check interop unlock again...
mmm I recently reinstalled those dependencies trying to reinstall interops and for some reason the phone can no longer update-install ANY app and registry changes dont hold after reboots
maybe it has something to do with reinstalling the dependencies?
Installed interop tools RC 1.9.437.0. the problem is not gone.The application hangs on the start screen doesn't open ,it is "xap-file" app. Tried to reinstall the dependencies to no avail.All appxbundle application run.
in interop tools under interop unlock enable "Restore NDTKSvc". wait 30 seconds, restart phone. go again to interop unlock and turn on interop/cap unlock.. registry editing and other should back again
if not, hard reset or flash phone again
in interop tools under interop unlock enable "Restore NDTKSvc". All inclusive on and off does not work.
Hi
I'm trying to create a shortcut to c:/ in my Nokia 930
I have copied it over in mass storage mode but the folder "Local Disc (C).Ink" can't be opened on my phone
jason_l367 said:
Hi
I'm trying to create a shortcut to c:/ in my Nokia 930
I have copied it over in mass storage mode but the folder "Local Disc (C).Ink" can't be opened on my phone
Click to expand...
Click to collapse
This bug patched in newer builds .
Try to use newer tricks so
Yeah I was trying to follow this guide and run it through interop tools app. Wouldn't work
Read more: https://forum.xda-developers.com/showpost.php?p=75332996&postcount=12
jason_l367 said:
Yeah I was trying to follow this guide and run it through interop tools app. Wouldn't work
Click to expand...
Click to collapse
Use this :
https://forum.xda-developers.com/showpost.php?p=75332996&postcount=12
or this :
https://forum.xda-developers.com/showpost.php?p=71046423&postcount=35
ngame said:
Use this :
https://forum.xda-developers.com/showpost.php?p=75332996&postcount=12
or this :
https://forum.xda-developers.com/showpost.php?p=71046423&postcount=35
Click to expand...
Click to collapse
Which registry editor could you recommend? Interoptools just keeps going to blank
New to this. Thx.
Thanks anyway but I can't do it. Interop tools app won't let me.
I'll give up I think.
jason_l367 said:
Thanks anyway but I can't do it. Interop tools app won't let me.
I'll give up I think.
Click to expand...
Click to collapse
Use Custompfd or VCReg
other registry editors are tweek based I mean they don't allow you to modify keys by your own.
They only modify specific keys
ngame said:
Use Custompfd or VCReg
other registry editors are tweek based I mean they don't allow you to modify keys by your own.
They only modify specific keys
Click to expand...
Click to collapse
CustomPFD uses the same limitations to enumerate keys, if the key is not present that's most likely because the OP is running something older than redstone 2. Redstone 2 introduced the keys to allow changing file explorer places. In any case I would recommend using mass storage nowadays for file access.
Works with customPDF
titi66200 said:
Works with customPDF
Click to expand...
Click to collapse
It works with interop tools as well, the problem isn't this but the fact that the OP operating system build is most likely older than redstone 2.
Yeah right. I'm on this build thanks for the info.
jason_l367 said:
Yeah right. I'm on this build thanks for the info.
Click to expand...
Click to collapse
Then it should definetly show up. I can't reproduce on any app here as it shows up fine, but you can try writing directly the values (and reading them) using the registry editor section and see what it gives, really odd.
titi66200 said:
Works with customPDF
Click to expand...
Click to collapse
Can u pls share the version of custompfd you are using ? I can't use this version
CustomPFD_0600.xap
https://forum.xda-developers.com/wi...xap-custompfd-registry-editor-tweaks-t2981057
Strange... I used that version too but I'm unable to write the values in
I'm not sure if I'm doing something wrong but at first I update to an unsupported fast ring insider build then I unlocked and rooted my 930 with wpinternals and it says it's rooted
I then installed interop tools after a reset and enabled interop unlock and checked all other options
doesn't allow me to write the value!!*
I press the write button and nothing happens.
https://drive.google.com/open?id=1D8wNqc7gVw6xDHsNRtQOihZWY51oGliO
What is RPC mode and how do i disable it?
CustomPFD does not display anything when it writes a value.
Open files Explore to see if C and U are present
Nevermind ,I wrote the values in manually with interop tools . Thanks.