I was able to download latest WhatsApp Beta xap from old Windows Phone Store. However, when I try to deploy, any soft that I use show an error with header file or damaged zip file. What's wrong? Is it an encrypted xap? If so, How should I do to unsigned and deploy correctly on my phone? (I know I have to root my mobile, but the problem is with file itself).
Thanks in advance.
Upload here.
yes it's encrypted xap, deploy via SD
augustinionut said:
Upload here.
Click to expand...
Click to collapse
Can you tell me how to open it?
If is cripted, you cant. If not, you have to erase one file inside archive. WMAppPRHeader.xml
So, how to deploy it? Just putting the xap in SD card?
Edit. It doesn't works. XAP here.
The answers are already given...
you cant deploy those apps, not from pc, phone or SD.
That only works with official downloaded apps from the store ( the one you are signed in ).
Al these apps are encrypted to prevent just those actions you are trying to do.
If you realy want to deploy the beta app, you have to register to the beta project.
Otherwise its a no go.
What do you expect from beta version?
If you really want to test the new features before get's public. Then register for beta version or get contact support from WhatsApp.com (they've closed beta testing).
Or if you want to use multiple mobile numbers in single device then change the GUID of public app.
Here is decrypted latest xap.
http://1drv.ms/1MdquCo
IIRC, WhatsApp closed its beta registrations. That is why I asked
WhatsApp XAP Link
djamol said:
What do you expect from beta version?
If you really want to test the new features before get's public. Then register for beta version or get contact support from WhatsApp.com (they've closed beta testing).
Or if you want to use multiple mobile numbers in single device then change the GUID of public app.
Here is decrypted latest xap.
http://1drv.ms/1MdquCo
Click to expand...
Click to collapse
The link doesn' t work anymore.
Can you create a new one, please?
Related
Could someone to develop INTERNAL xap installer program [ homebrew] that
will be able to install xap inside phone ?
Thanks.
the os already has its own framework for that so no point, the installation of non signed apps is discussed loads on the forum. An app is avail called chevron to achieve it, unless you have updated your phone it should still work
I have investigated this. No luck so far. But I have a couple of leads that may let me make it. But it needs more research. I will have a look at it soon. But I can't give an ETA. So far I know there are no others that have succeeded so far.
Ciao,
Heathcliff74
This will be key for cydia/installius kind apps for WP7
anarchyuk said:
the os already has its own framework for that so no point, the installation of non signed apps is discussed loads on the forum. An app is avail called chevron to achieve it, unless you have updated your phone it should still work
Click to expand...
Click to collapse
is it possible ? I like to install apps inside the phone as in WINMO.
I can have XAP on skydrive a if i click it on browser it will automatically download and install, this will be awsome.
marek1 said:
is it possible ? I like to install apps inside the phone as in WINMO.
I can have XAP on skydrive a if i click it on browser it will automatically download and install, this will be awsome.
Click to expand...
Click to collapse
Nope. Not possible. Read my previous answer. Anarchyuk did not understand your question correctly.
Sent from my OMNIA7 using XDA Windows Phone 7 App
Heathcliff74 said:
Nope. Not possible. Read my previous answer. Anarchyuk did not understand your question correctly.
Sent from my OMNIA7 using XDA Windows Phone 7 App
Click to expand...
Click to collapse
Why is not possible, reason ? Will Mango make it possible ?
marek1 said:
Why is not possible, reason ? Will Mango make it possible ?
Click to expand...
Click to collapse
No. Microsoft doesn't want you to sideload apps. They want you to use the Marketplace. If you would be able to use an internal xap installer, you would be using it for sideloading.
It is not possible to use the API's for installing XAP's because you need TCB access for that. Normal apps have only LPC access, so normally you can't create an app for that. Needs hacking.
Ciao,
Heathcliff74
Would this type of access be possible with the 'DLLImport Project'?
So today i installed a random app from marketplace to see what was going on i the process-list. Here i saw "PacmanInstaller.exe" (after "Downloading..." > "Installing..."); later i tried to remote execute that one without any important args, and it said "This application can not run in Win32 mode.", eh? Didn't that exe just ran in the process list. Seems weird not to be able to launch that one. (it did not say the exe did not exist).
Tested another thing to, what happens when i deploy an app from Visual Studio??
>PacmanInstaller.exe shows up there too.?!?!?
THEN WTF, WHERE IS THE DRM?
Found this in "PacmanInstaller.c":
if ( v19 != v2 )
*(_DWORD *)(v17 + 4 * v18 - 4) = L"ID_CAP_DEBUG";
XAP > Phone side:
- IO Explorer, all files have the exact same byte size, no magic changes added "ID_CAP_DEBUG""
- No "WMAppPRHeader.xml" added (generated/downloaded)
__
This means its just copying it to phone (XAP).
Runs pacman to register app > \Applications\Install\GUID\Install
"PacmanInstaller.exe GUID" ??
>Cant execute remote PacmanInstaller? From within?
Just having fun, thanks
SimzzDev said:
Would this type of access be possible with the 'DLLImport Project'?
Click to expand...
Click to collapse
Nope. DllImport project is about accessing native API's. Not really about elevating privileges (so far). The package manager API's are native API's, but they require elevated privileges too. For having higher privileges you need to hack the system...
fiinix said:
So today i installed a random app from marketplace to see what was going on i the process-list. Here i saw "PacmanInstaller.exe" (after "Downloading..." > "Installing..."); later i tried to remote execute that one without any important args, and it said "This application can not run in Win32 mode.", eh? Didn't that exe just ran in the process list. Seems weird not to be able to launch that one. (it did not say the exe did not exist).
Click to expand...
Click to collapse
"This application can not run in Win32 mode" is error 0xbf:
Error 0xbf: error_invalid_exe_signature
Description: Cannot run <application> in Windows NT mode
Or: Cannot run <application> in Win32 mode
This means that your executable is not properly signed / elevated to launch into the required account.
fiinix said:
This means its just copying it to phone (XAP).
Runs pacman to register app > \Applications\Install\GUID\Install
"PacmanInstaller.exe GUID" ??
>Cant execute remote PacmanInstaller? From within?
Just having fun, thanks
Click to expand...
Click to collapse
C'mon fiinix! You of all people should know!!
Code:
<!-- Rule loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(405,6) -->
<Rule PriorityCategoryId="PRIORITY_STANDARD" ResourceIri="/LOADERVERIFIER/ACCOUNT/(+)/ACCOUNT_CAN_LAUNCH/NONE/NONE/PRIMARY/WINDOWS/PACMANINSTALLER.EXE" SpeakerAccountId="S-1-5-112-0-0-1" Description="Only TCB can launch into this chamber">
<!-- Authorize loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(406,10) -->
<Authorize>
<!-- Match loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(407,14) -->
<Match AccountId="S-1-5-112-0-0-1" AuthorizationIds="LV_ACCESS_EXECUTE" />
</Authorize>
<!-- Stop loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(409,10) -->
<Stop>
<!-- Match loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(410,14) -->
<Match AccountId="S-1-5-112-0-0XFF" />
</Stop>
</Rule>
That's why you can't run it! So, not the right account to launch. Not even when you use the Samsung exploit. Because that uses "Elevated". Not "TCB".
The proper way to call PacmanInstaller.exe is:
Code:
pacmaninstaller.exe <int> <guid>
I'm not really sure, but the <int> is the type of operation. Possible values are between 1 and 7 if I recall correctly. The guid is the applicationid. So far I know, the PacmanInstaller looks in \Application Data\Phone Tools\10.0\Install. That is where the xap's are initially uploaded to the phone and extracted by the packagemanger.
Ciao,
Heathcliff74
PS. New version of WP7 Root Tools coming up....
"Not even when you use the Samsung exploit. Because that uses "Elevated". Not "TCB"."
> What about "\Windows\Startup\"
That one launch what ever lnk (exe pointer) listed under startup directory. Would be an opportunity to restart after installed all "cydia" apps on the phone.
Another small but interesting find:
>Checking the mail launches another "servicesd.exe".
All those exe's of multiple sessions like "udevice.exe" and "servicesd.exe" go with an arg, right? then what is put in? Maybe an dll as arg?
>Then again, the custom dll (VS2008 made) will not run due it does not have "LV_ACCESS_EXECUTE", so that locks TCB out for dll arg inject.
udevice.exe (Driver host, runs under "SYSTEM" level)
servicesd.exe (Ordinary exe for dll host)
So making custom drivers wont work... (probably),
to be middle hand for executing under SYSTEM.
edit:
haha post "404" (current post count)
>HTTP Not Found.
Heathcliff74 said:
No. Microsoft doesn't want you to sideload apps. They want you to use the Marketplace. If you would be able to use an internal xap installer, you would be using it for sideloading.
It is not possible to use the API's for installing XAP's because you need TCB access for that. Normal apps have only LPC access, so normally you can't create an app for that. Needs hacking.
Ciao,
Heathcliff74
Click to expand...
Click to collapse
OK,I know that MS don't want to allow but I want to to know if is possible to hack it and do the internal XAP installer ? That's why I am asking.
I think that everybody who have unlocked phone will appreciate it !!
As everyone already said.. CANNOT be done. There's no, "I want to know if someone can hack this". The people working to bring full file/registry access and a better experience to all phones are too busy to worry about trying to make an internal xap installer. Just hook the damn thing up to a computer and use the applications to push a xap to your phone and be happy. I'm no admin or anything, but please don't pester over something like this.
Hi,
i am trying to figure out how skype is working on my lumia 920.
i read something about integration in telefon function and always on and multitasking but for some reason noone sees me online .
just when i have the app open and running in the foreground.. why is the app not running in the background?
-adrian- said:
Hi,
i am trying to figure out how skype is working on my lumia 920.
i read something about integration in telefon function and always on and multitasking but for some reason noone sees me online .
just when i have the app open and running in the foreground.. why is the app not running in the background?
Click to expand...
Click to collapse
Seems its a bug atm. However, if anyone messages you even though you appear offline, you will get the message. Same with calls.
Hey guys. Have a problem with Skype. Recent update makes Skype only to Microsoft Account Sign in but I`m using different Skype accounts and don`t wanna merge them. So Is there any way to sideload old version of Skype? Found 2.13.0.290 but can`t sideload it. Application Deployment says "XAP file is invalid." and WPV XAP Deployer 2.0.0 says "Cannot read that as ZipFile". Same with current version available in store.
I have Lumia 620 with Black update and free unlock (2 apps I think).
winphoneuser said:
Hey guys. Have a problem with Skype. Recent update makes Skype only to Microsoft Account Sign in but I`m using different Skype accounts and don`t wanna merge them. So Is there any way to sideload old version of Skype? Found 2.13.0.290 but can`t sideload it. Application Deployment says "XAP file is invalid." and WPV XAP Deployer 2.0.0 says "Cannot read that as ZipFile". Same with current version available in store.
I have Lumia 620 with Black update and free unlock (2 apps I think).
Click to expand...
Click to collapse
You can't sideload XAPs from the store. Just connect one of your Skype accounts to a Microsoft account and problem solved...
You guys sideloading YouTube, right? Because there was good app. I need to use an older version of Skype whose allows me to login with my Skype creditenals instead of Microsoft one. I have found and tried "unlocked" Skype xaps with versions of 0.2.0.0, 1.0.0.0, 1.1.0.0. The most older version closes immidately after start and newer ones crashing when the cyan background appears. IM+ allows me to login with Skype but I can`t make voice calls through it.
So I need any version of Skype from 2.15.0.154 and lower that works with Lumia Black/GDR3 update. Maybe @AlvinPhilemon can help... And for sure I need non-interop version.
My point was that XAPs from the store are encrypted and thus can't be sideloaded, as you can only sideload plain unencrypted XAPs. How AlvinPhilemon obtained the unencrypted YouTube XAP is beyond me, but AFAIK the store encryption hasn't been broken yet, which leaves only the possibility of using either the XAP after it was installed (because they get decrypted after download) or taking the pre-installed one from the ROM (because those are also unencrypted).
Why is signing in with a Microsoft account such a problem for you in the first place? You need it to use most of the phone anyway, and as you've already experienced, older versions tend to have problems, so you will hardly get anything to work. And even if you do, there's always a possibility that Skype login still won't work in case MS changed something on their side.
Sadly I have no success with that
When I`m tricking a response with Fiddler, there is a c00cee3b error. I also tried to replace updated xap file on my SD card to outdated when install button is available on the SD card menu into marketplace. There is a constanly error during setup after 3/4 of the installing bar.
On interop-unlocked phones, it is possible (with some hacks) to extract the files for an app and re-build the .XAP archive. That's how the older YouTube version was resurrected.
GoodDayToDie said:
On interop-unlocked phones, it is possible (with some hacks) to extract the files for an app and re-build the .XAP archive. That's how the older YouTube version was resurrected.
Click to expand...
Click to collapse
I know. But there is also a problem with Skype xaps. Versions 0.2.0.0, 1.0.0.0 and 1.1.0.0 that I found unlocked are not working. v0.2.0.0 crashes immidately and newer ones shows cyan background before crash. There is also version 1.3.0.0 that have ID_CAP_INTEROPSERVICES string. Actual version 2.0.16.266 was "cracked" too and it also has that string.
I can`t install 1.3.0.0 and 2.0.16.266 versions on my Lumia 620 due to INTEROPSERVICES restriction and I can install 1.3.0.0 when ID_CAP_INTEROPSERVICES string is removed but it fails to work. It also crashing after the cyan background appears. 2.0.16.266 still gave an error after no ID_CAP_INTEROPSERVICES string but there is no reason for sideloading it - it`s available on the Marketplace and lacks of Skype account signing in support (people report that they still using their Skype account if they has been logged in in previous versions).
Give me old version of skype xap file. I'll do decrypt it.
djamol said:
Give me old version of skype xap file. I'll do decrypt it.
Click to expand...
Click to collapse
Tried I way that @djamol send me in my PM (yes, I still hope to get an old xap working on my phone!)
If you can successful install a skype without Interop Capability, then you succeed !!!
Just follow my steps to add Interop capability again.
Move skype on the SD Card.
Remove SD Card from the phone.
Insert SD Card on PC through card reader.
Now go to an Installation directory of skype in WPSystem\Apps\{***}\Install
Delete the DRM Encrypted WMAppManifest.xml file.
Now put your decrypted.xml which is an enabled Interop Capability.
Click to expand...
Click to collapse
I was little skeptical because of WMAppManifest.xml file. An idea to replace it and get some good things was discussed long ago with FAIL.
But anyway I did tried his method. I had successfully replaced that file but just didn't get needed result. App still crashes after the blue background appears for a second or less. Then I tried to move an app back to internal memory and then weird thing happened. Looks like it was failed to transfer my app back with modded file and an operation stuck somewhere between. Skype has disappeared both from Internal and SD card apps list of the Data/Storage Control ("Контроль памяти" in Russian) and it`s icon on the regular app list (one with all apps listed, opens by start screen swipe) turns into grey with no logo on it. When I tried to start it there is loading... ("Загрузка..." in Russian) sign with dot animation appears. I has leaved it in that state for the whole night but nothing happens and the phone was even half-charged after it.
Finally I have found new xap "for Lumia 610" which is WP7 xap and successfully sideloaded it but it crashes after the blue background like the all I tried before. FAIL
you just cant replace files and hope for the best.
sometimes you can trick apps with changed icons but not with complete xml codepages.
WMAppManifest.xml is used at installation of the application, but not to start the application.
[Q&A] [XAP][23/12/2014][0.4] CustomWPSystem - patch XAPs easily within WPSystem fold
Q&A for [XAP][23/12/2014][0.4] CustomWPSystem - patch XAPs easily within WPSystem folder
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [XAP][23/12/2014][0.4] CustomWPSystem - patch XAPs easily within WPSystem folder. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Help
Hi can u tell me step by step. What am i must do to patch this pfd? Thanks
Live Lock Screen beta
Hello! thanks for your work! I tried your CustomPFD xap and it works fine on my Lumia 620.
I'd like to try also the Live Lock Screen beta but I can not find the patched xap file to install with the CustomPFD.
Sorry for my english, can you help me to find the xap Live Lock Screen beta?
Many thanks!
@jackcicci ehm... I don't understand... Live Lock Screen beta is available within the store
Still getting errors, 3 different ones now at this point. Once I replicate the problem again I'll let you know what they were, one was access denied and the other was "App is not installed on SD Card or is unavailable," the third I'm trying to bring back up again (for now I'm getting the second error)
Swagulous said:
Still getting errors, 3 different ones now at this point. Once I replicate the problem again I'll let you know what they were, one was access denied and the other was "App is not installed on SD Card or is unavailable," the third I'm trying to bring back up again (for now I'm getting the second error)
Click to expand...
Click to collapse
Hi, you will help CustomWPSystem version 5
Pasquiindustry said:
@jackcicci ehm... I don't understand... Live Lock Screen beta is available within the store
Click to expand...
Click to collapse
Thanks, maybe I'm wrong, I was following this guide http://forum.xda-developers.com/win...p-customwpsystem-patch-xaps-wpsystem-t2975419
Choose the app target
With this first version it's possible to choose only three target apps, i will add other apps soon:
Live Lock Screen beta
Glance Background beta
Preview for developers
Field Medic
Download the app and move it to SD card (using storage sense)
Choose the custom XAP (the app uses the integrated file picker)
Patch!
I found the custom xap of Preview for developers and also Glance Background beta but i can't find the custom xap of Live Lock Screen beta and Field Medic.
Question
You can replace the bootscreen with this.
But witch one?
The one with the windows Logo or the "Nokia" ?
And how to put it in correct folder "c/user/etc etc " ?
Never mind, just found out
I tried all 4 apps, but only preview for developers works?
Galance Background beta crashs after patch, the other two cannot be patched.
Pasquiindustry said:
@jackcicci ehm... I don't understand... Live Lock Screen beta is available within the store
Click to expand...
Click to collapse
jackcicci said:
Thanks, maybe I'm wrong, I was following this guide http://forum.xda-developers.com/win...p-customwpsystem-patch-xaps-wpsystem-t2975419
Choose the app target
With this first version it's possible to choose only three target apps, i will add other apps soon:
Live Lock Screen beta
Glance Background beta
Preview for developers
Field Medic
Download the app and move it to SD card (using storage sense)
Choose the custom XAP (the app uses the integrated file picker)
Patch!
I found the custom xap of Preview for developers and also Glance Background beta but i can't find the custom xap of Live Lock Screen beta and Field Medic.
Click to expand...
Click to collapse
simonand said:
Galance Background beta crashs after patch, the other two cannot be patched.
Click to expand...
Click to collapse
I've still not understood where to find the modified xap of Live Lock Screen beta and Field Medic, I'm speaking about the custom XAP that has to be patched with the integrated file picker of the CustomWPSystem app after moving to the SD card the "orginal" app downloaded from the MS store as suggested by Pasquiindustry in the previous reply
Any ideas?
Error while swapping Live Lockscreen Beta
I tried to patch live lock screen beta with @-W_O_L_F-'s lock screen app. but I'm getting error "Cannot create a file when that file already exists. (Exception from HRESULT:0x800700B7)"
Please solve it and update ur xap
custom wpsystem manual swap will work to change firmware version in windows 10 .
---------- Post added at 06:55 AM ---------- Previous post was at 06:42 AM ----------
i need 'CustomWPSystem_0300.xap' the latest version not worked for me.when i tried its get back to app list
where is CustomPFD_0002.xap?
can't find CustomPFD_0002.xap file anywhere. CustomWPSystem still crashes when i apply CustomPFD_0003.xap
Can't grant access to SD card
I can't grant permission for the app to access SD card anymore since I updated to windows 10. Please fix it. Thanks you.
I'm sorry, I'm nt understanding how to install. Do I need a PC? If not, can you give me a detailed guide on how to do this? Thanks!
Yes, you definitely need a PC, same as you need for sideloading any homebrew. You need a Windows PC, a USB cable, and the Windows Phone SDK installed (this can be downloaded for free from MS, or is part of the more recent Visual Studio versions). Run "Windows Phone Developer Registration", enter you Microsoft Account info; that unlocks your phone for sideloading. Then run "Application Deployment" and select the XAP file, then hit Deploy; that installs the app.
This stuff is well documented, both on XDA and on other sites including MSDN. Please search before posting!
GoodDayToDie said:
Yes, you definitely need a PC, same as you need for sideloading any homebrew. You need a Windows PC, a USB cable, and the Windows Phone SDK installed (this can be downloaded for free from MS, or is part of the more recent Visual Studio versions). Run "Windows Phone Developer Registration", enter you Microsoft Account info; that unlocks your phone for sideloading. Then run "Application Deployment" and select the XAP file, then hit Deploy; that installs the app.
This stuff is well documented, both on XDA and on other sites including MSDN. Please search before posting!
Click to expand...
Click to collapse
I did search, and nothing came up for this! Anyway, thanks. How many GB is the SDK?
Don't remember exactly, but the web installer is tiny. https://www.visualstudio.com/en-us/downloads#d-express-windows-8, use the "Install Now" link to avoid downloading anything you don't need, then run the installer and just grab the WP8 parts.
Any way to install Lumia camera 5.0 on unsupported devices like 535 or 925
hey guys..is there any Any way to install Lumia camera 5.0 on unsupported devices like 535 or 925...???
please tell me ...sorry if i have posted it in wrong forum....
please reply me...
You could spoof the device ID (using an HTTPS proxy like Fiddler, or using a registry editor such as Root Tool if you have an SD card), and that should allow you to install the app. There's absolutely no guarantee it will work, though; it probably requires some per-device fancy hardware support. Worst case, it could actually screw up your phone's camery.
So i upgraded my Huawei W1 to WP10 TP. Unfortunately I'm facing several problems:
1) I can't deploy .xap files anymore (I guess the backward compatibility ended with WP10)
2) The store won't let me download Here Drive (the device doesn't meet the requirements)
3) Being a smart cookie I tried downloading Here Drive from the store manually but I only get an .xap file which due to 1) I can't deploy to my device
So my questions are:
1) Is there a way how I still can deploy a .xap file to a WP10 phone?
2) Does the store use the registry to determine if a phone is capable of running an app? If so: If I edit the registry to fake a capable device, will I be able to install from store and run the app?
3) Can I force the store to provide the app in .appx rather than .xap file format? General procedure for manual downloading mentioned here http://forum.xda-developers.com/windows-phone-8/apps-games/apps-marketplace-t3171675
1) Have you tried openning developer mode?
2) Yes
3) What will it do if the app is an appx rather than xap?
@tolipwen
3) No appx is appx and xap is xap
mlleemiles said:
1) Have you tried openning developer mode?
2) Yes
3) What will it do if the app is an appx rather than xap?
Click to expand...
Click to collapse
My phone is in developer mode and I'm using (well trying to) WinAppDeployCmd. Unfortunately this will only accept .appx or .appxbundle. So the tool will just refuse sending an .xap to my phone running WP10.
On WP8.1 I used WPV XAP Deployer 2.0 for deploying my apps but it won't recognize my wp10 phone anymore. Is there an alternative that I'm missing?
mlleemiles said:
1) Have you tried openning developer mode?
2) Yes
3) What will it do if the app is an appx rather than xap?
Click to expand...
Click to collapse
titi66200 said:
@tolipwen
3) No appx is appx and xap is xap
Click to expand...
Click to collapse
Yes those are two different definitions. What puzzled me was that the store only offered me xap files for download and I tried like 50 apps. I thought most of them would be in the current .appx format.
EDIT: Solved. For some reason my phone gets recognized by the XAP deployer 2.0 now.
how can i update to wp10? I have problem with low storage....
qquiderr said:
how can i update to wp10? I have problem with low storage....
Click to expand...
Click to collapse
have a look at this:
http://forum.xda-developers.com/showpost.php?p=62138532&postcount=106
tolipwen said:
have a look at this:
http://forum.xda-developers.com/showpost.php?p=62138532&postcount=106
Click to expand...
Click to collapse
not work for me, im succes to removing languages, but if i factory rest, the phone stop working, still restarting... can you write here full tutorial in english step by step? (without russian videos).
qquiderr said:
not work for me, im succes to removing languages, but if i factory rest, the phone stop working, still restarting... can you write here full tutorial in english step by step? (without russian videos).
Click to expand...
Click to collapse
You're not supposed to factory reset your phone. In the post I quoted is a step-by-step guide in english. The russian videos are just to clear things up. Please reply in the quoted thread and state at which point you run into troubles.
tolipwen said:
You're not supposed to factory reset your phone. In the post I quoted is a step-by-step guide in english. The russian videos are just to clear things up. Please reply in the quoted thread and state at which point you run into troubles.
Click to expand...
Click to collapse
i delete english lang i now kept it and all works, i have win 10
How to update to 10.0.10586.29 (final)? I have previous version, but updating not working... its need to flash w 8.1 and do upgrade again?
tolipwen said:
So i upgraded my Huawei W1 to WP10 TP. Unfortunately I'm facing several problems:
1) I can't deploy .xap files anymore (I guess the backward compatibility ended with WP10)
2) The store won't let me download Here Drive (the device doesn't meet the requirements)
3) Being a smart cookie I tried downloading Here Drive from the store manually but I only get an .xap file which due to 1) I can't deploy to my device
So my questions are:
1) Is there a way how I still can deploy a .xap file to a WP10 phone?
2) Does the store use the registry to determine if a phone is capable of running an app? If so: If I edit the registry to fake a capable device, will I be able to install from store and run the app?
3) Can I force the store to provide the app in .appx rather than .xap file format? General procedure for manual downloading mentioned here http://forum.xda-developers.com/windows-phone-8/apps-games/apps-marketplace-t3171675
Click to expand...
Click to collapse
Obtained decrypted xap. (which will be regular marketplace signed)
Tap to Open > Install.
Very easy.
Hello, xda members I need An repacked xap of tapatalk.can any one share the xap if you have. Because I can't download from the store.
Thanks
:highfive:
what about this one?
Tapatalk Classic
it's available for Windows 10 Mobile, Windows Phone 8.1 and Windows Phone 8.
yes, it is NOT available by search from the phone (it's really weird...),
BUT it is available by the direct link.
so to download it from phone, you should open in phone web-browser link "https://www.microsoft.com/store/apps/9wzdncrfhwnl".
you could do i manually, or open link from email, or Skype message, or OneNote document, or whatever you prefer. and after several seconds, you should see a "Store" application open the details of this app.
unfortunately, this app can't be installed on WP8.1
p.s.: i do not have a fully unlocked WP8, so can't repack it.
not shown into store...app is not available...if you have then repack and send to me.
updated the answer. in short, try to open direct link on your phone.
sorry,
unfortunately, this app can't be installed on WP8.1
did you try it from http://www.appx4fun.com/xap/175/ ?
hey, bro . for repack xap its does not need to full unlock you phone.. only you phone is register for side load two app is enough by developer register tool... then deploy custom WPSystem.xap and copy the install directory with folder and send me its zip...
i see... but unfortunately, i do not have it installed.
but i realized why it can not be installed by direct link: the app is most likely marked as "Make product unavailable" by developer. i checked it with my "Market Purchase History" - the situation is exactly the same: it's available by direct link, but can not be installed at all.
so, sorry, can't help you.
hope the version from appx4fun.com works for you.