[Q] How to install XAP from appx4fun in windows 10 mobile ? - Windows 10 Mobile

In windows phone 8, The xap file from the website appx4fun.com were supposed to be installed from store app by keeping the XAP file in the root of the sd card and install it from an option in the store. But there is no such option in the store app of Windows 10 mobile. These XAPs can not get install in a regular way( through Interop Tools or By deployment tool ). As far as I think, these XAPs are encrypted and it is first decrypted by the windows phone 8 store and is then installed. Do anyone have any idea on this..?

I'm a noob with windows mobile too but I always used wp 8.1 sdk

jason_l367 said:
I'm a noob with windows mobile too but I always used wp 8.1 sdk
Click to expand...
Click to collapse
The XAPs that i'm talking about, won't install with that deployment tool.

It is not possible to install encrypted XAPs on Windows Mobile 10.

Shaikh Amaan FM said:
The XAPs that i'm talking about, won't install with that deployment tool.
Click to expand...
Click to collapse
Works fine for me.

I'm a noob please don't offended by my weakness (

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] Windows 8 sideload apps?

Hi,
I would like to ask about windows 8 apps
Is that possible to download and install apps other than the windows store?
Thanks for helping:highfive:
JackyJC said:
Hi,
I would like to ask about windows 8 apps
Is that possible to download and install apps other than the windows store?
Thanks for helping:highfive:
Click to expand...
Click to collapse
If you are running Windows 8/8.1 RT, no.
If you are running Windows 8/8.1 Pro, yes.
mattman86 said:
If you are running Windows 8/8.1 RT, no.
If you are running Windows 8/8.1 Pro, yes.
Click to expand...
Click to collapse
Hi,
Is it as easy as android like just tap on the app download and install?
JackyJC said:
Hi,
Is it as easy as android like just tap on the app download and install?
Click to expand...
Click to collapse
No. It requires you to have a Microsoft developers license registered with that machine (free to do) and installation of apps is also done via powershell.
Contrary to the above, you can sideload on RT.
The only real question is why? There isnt a market in downloading non store apps yet.
I think @mattman86 was referring to desktop software, rather than "modern" apps. He's still wrong, since you can use the jailbreak on RT 8.0 and then use desktop programs easily (instruction set architecture permitting), but you are correct that you can sideload "modern" apps, including or RT and on 8.1, pretty easily if you want to.
Powershell (as Admin): Show-WindowsDeveloperLicenseRegistration (you can type "show-w" and then hit Tab and it will auto-complete).
Hit Enter and follow the instructions. You can use any Microsoft account, even a throw-away created for the purpose, to do the registration.
To install an app package (.APPX file), you can do it manually via Powershell but it's a *lot* easier to run the .PS1 script that should come with the .APPX. That script will take care of all the steps for you, in order, easily.
GoodDayToDie said:
I think @mattman86 was referring to desktop software, rather than "modern" apps. He's still wrong, since you can use the jailbreak on RT 8.0 and then use desktop programs easily (instruction set architecture permitting), but you are correct that you can sideload "modern" apps, including or RT and on 8.1, pretty easily if you want to.
Powershell (as Admin): Show-WindowsDeveloperLicenseRegistration (you can type "show-w" and then hit Tab and it will auto-complete).
Hit Enter and follow the instructions. You can use any Microsoft account, even a throw-away created for the purpose, to do the registration.
To install an app package (.APPX file), you can do it manually via Powershell but it's a *lot* easier to run the .PS1 script that should come with the .APPX. That script will take care of all the steps for you, in order, easily.
Click to expand...
Click to collapse
Thank you so much for that info master!!! Do you know, where to get some "metro"-apps without WindowsStore?
Are there any open-source or freeware appx or can we only take self-developed ones?
Can we take those .appx files from our already downloaded apps from store?
If i remember correctly either
Code:
C:\ProgramData\Microsoft\Windows\AppRepository
or
Code:
C:\Program Files\WindowsApps
Cheers
Blade
You can occasionally find homebrew apps here on XDA - the early versions of the Jailbreak tool for RT relied on one, for example - but I'm not aware of any large collection of them. If it's possible to re-construct .APPX files from the installed system (probably), it is something I have never attempted and have little interest in. Too much potential for piracy, too little reward.
GoodDayToDie said:
You can occasionally find homebrew apps here on XDA - the early versions of the Jailbreak tool for RT relied on one, for example - but I'm not aware of any large collection of them. If it's possible to re-construct .APPX files from the installed system (probably), it is something I have never attempted and have little interest in. Too much potential for piracy, too little reward.
Click to expand...
Click to collapse
I just thought about freeware-appx from the store, but sadly you are right, this info could lead into the wrong direction...
The world would be *such* a nicer place if people could just be counted on to be ethical...

what do you guys use to deploy xaps?

I have windows 10 phone and windows 10 on my computer but None of the cap deployment apps I have found would open. I tried to install the 8.0 sdk but can't find the deployment application within it. What do you guys use to deploy xaps to your phones
8.1 Deployment tool from 8.1 SDK
https://wptools.codeplex.com/
C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\XAP Deployment
WPTools doesn't work on Windows 10.

App install error

So I have turned on developer mode, everything works perfectly It even shows message: Would you like to install [app name] firm [firm name]? , and here 'luck' ends. When I click 'yes' nothing happens. Is there any thing I forgot to do? (I CAN'T use SDK)
you must use WP SDK and XAP deploy tool...
http://forum.xda-developers.com/win.../tutorial-deploy-xaps-easily-wpv-xap-t3263968
Windows XP
dxdy said:
you must use WP SDK and XAP deploy tool...
http://forum.xda-developers.com/win.../tutorial-deploy-xaps-easily-wpv-xap-t3263968
Click to expand...
Click to collapse
Okay but.... Is there any way to install SDK and XAP deploy tool on Windows XP?
No bro its min recommend is vista/w7

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