alidiepuit / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

Application unavailable in Market on Vodafone 845 (Small screen) #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.follow qr code with vodafone 845
2.not found
3.profit!

What is the expected output? What do you see instead?
installed product

What version of the product are you using (See "About" screen)?
cannot be done

Make/model of your device, and Android version?
huawei/vodafone 845/2.1

Please provide any additional information below.
probably caused by small screen resolution, so app is not offered in market.

Original issue reported on code.google.com by michal.grezl on 25 Sep 2010 at 2:37

GoogleCodeExporter commented 9 years ago
In which country are you? What is the locale of your phone?

Original comment by emilien.klein on 27 Sep 2010 at 7:05

GoogleCodeExporter commented 9 years ago
I guess it's due to small screen resolution as you suggested.

I think that to support small screen resolutions the project needs to be using 
a SDK version higher than the current 1.5 platform, which I'm reluctant to do 
because I'd like to keep the code as compatible as possible with old devices 
(I'own an Android 1.6 device myself).

Upgrading the SDK version while keeping compatibility with older devices is 
painful to do as you can't rely on compilation errors anymore to tell you if 
your code will run on older devices...

Original comment by nguillau...@gmail.com on 28 Sep 2010 at 9:43

GoogleCodeExporter commented 9 years ago
App seems to work fine.
I have installed it using appbrain. 
Just please update supported resolution in market, no need to upgrade sdk or 
anything. 
Resolution is 240 x 320.

Original comment by michal.grezl on 29 Oct 2010 at 2:05

GoogleCodeExporter commented 9 years ago
As far as I know the <supports-screens> manifest tag has been introduced in SDK 
1.6
http://developer.android.com/sdk/android-1.6.html#AndroidManifest

So I don't see how I can update small screen support without upgrading the SDK 
level ?

Original comment by nicolas@guillaumin.me on 30 Oct 2010 at 2:04

GoogleCodeExporter commented 9 years ago
Well ok, I can live with it. 

Original comment by michal.grezl on 30 Oct 2010 at 12:52

GoogleCodeExporter commented 9 years ago
Sorry ;-/ The market share of 1.5 devices seems to have considerably decreased 
in the past few month, so I guess I'll update the SDK level one day or another, 
allowing the app. to be listed on small screen devices.

Original comment by nicolas@guillaumin.me on 2 Dec 2010 at 11:37