jforce356 / market-enabler

Automatically exported from code.google.com/p/market-enabler
0 stars 0 forks source link

Fake Screen Resolution #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have one question -  is it possible to also fake resolution? I have 320x240 
and a lot of apps who work perfectly doesn't show up, just because developers 
didn't mark app as compatible with this resolution. Pleaseeeee :)

Original issue reported on code.google.com by Jachym.L...@gmail.com on 3 Aug 2010 at 10:11

GoogleCodeExporter commented 8 years ago
Possible... should be but it wont be practical as then a lot of apps wont work 
for you.
Good apps are resolution independent and take this values to calculate the size 
of the controls they display and faking the resolution would result in wrong 
assumptions by the apps and could be very ugly.
Best way to install this apps is pull them on your pc, decompile it with 
apktool from brut.all, change the manifest info to support your screen 
resolution, repack and sign the apk and install it on your device.
This will lead to a broken market connection for this app as you resign it and 
wont receive any updates but at least you could use the app ;-)

Original comment by michel.racic on 4 Aug 2010 at 6:49

GoogleCodeExporter commented 8 years ago
I can install a lot of apps, like Evernote for example. I just get APK 
somewhere on the internet and install it directly and it works. The problem is, 
that I can't get them directly from the market.

Original comment by Jachym.L...@gmail.com on 4 Aug 2010 at 7:27