I have the same issue, but now it set the proxy for the WHOLE computer and the internet wont work. Didnt change the OEM market either.
The supported resolutions are defined in the AppManifest file of the app.What does tell the app/store that it is supposed to be installed on a non-supported resolution, is it some of the URL query parameters, or does the store app itself check for it prior to deploying it i.e. allowing for the install button to appear.
If the latter, any chance the store app gets the resolution from some registry key, one that could be changed on the ativ like the one that allows for three column middle sized live tiles on GDR3?
TIA
I realize the appmanifest itself defines support, but what does store compare that to, is the store app just responding to a marketplace server's response (thus it could be possible to spoof the URL request/response further to get the install button to show up on devices with non-WVGA resolutions) or is it (which is much more probable) just reading the size of the store app window and comparing that then (in which case it would be more feasible to try and get the original xap file and try to change its content if still possible - if it is still unzippable)...The supported resolutions are defined in the AppManifest file of the app.
Beside on interop-unlocked devices you can easyly change the registry for the OEM apps.
What is the change in fiddler?, Could you explain?There is no registry string to change, as the frequent registry changes of that could stop all of your apps from working/starting, so you should only use fiddler with a rule to change the oemId query string from SAMSUNG to NOKIA...but that won't be enough to download apps working on smaller resolutions only...to get the installation started you'll need to change the hw query string, but with the value I found, the download succeeds and installation fails for me?
just replace SAMSUNG with NOKIA to get Nokia apps to show up in search by setting the rule in fiddler that starts with Nokia portal or OEM changer (think the shortcut is ctrl+r to open the rule and check if the replacement rule is active or not). But the resolution needs HW changes to values I haven't gotten to fully work on Ativ S yet. Maybe someone else has installed play to?What is the change in fiddler?, Could you explain?
It doesn't work for me, either. Maybe something changed in GDR 3.Its not working for me. May be because i use windows 8.1 x86
It give me an unexpected problem and some files missing. Ant tips ?
yep same for me. hopefully someone can figure out how that works now, I can't :/Since after the initial request, that opens the store app page with install button, there's a tunneled request (https) to the store that seems to fail for some reason for me currently.