I have seen similar issues mainly due to the market app trying to infer
android.hardware.screen.portrait
even though you may not have declared it in your manifest.

workaround : add this <uses-feature name="android.hardware.screen.portrait"
required="false" /> to your manifest

-Dan


On Sun, Sep 18, 2011 at 9:48 AM, cpick <cp...@vmenu.com> wrote:

> Our app seems to be disappearing from the Market for a number of
> devices. For example, my Samsung Galaxy Tab 10.1 shows up in the
> market when I upgrade, but each time I download it crashes the
> market.  I have users w/ a Samsung Galaxy Mini GT-S5570 which can't
> even see it in the market. I am trying to figure out what is wrong in
> my Manifest :/  The Galaxy Mini user was able to side load the app,
> and works fine.. So not sure why it is being excluded. Also had a
> report that it was not working on Motorola Xoom (not visible in
> market). Is the Xoom at 3.2 already? That would be explained my my max
> SDK @ 12 instead of 13.
>
> Device search results
> Samsung
> Unsupported devices due to your manifest settings
> GT-S5570B(GT-S5570B)
> GT-S5570L(GT-S5570L)
> Design name search results
> Samsung
> Unsupported devices due to your manifest settings
> Galaxy Mini(GT-S5570)
> GT-S5570B(GT-S5570B)
>
> Not sure why.
>
>       <uses-sdk android:minSdkVersion="4" android:maxSdkVersion="12"
> android:targetSdkVersion="8"/>
>              <supports-screens
>              android:smallScreens="true"
>              android:normalScreens="true"
>              android:largeScreens="true"
>              android:anyDensity="true" android:resizeable="true"/>
>
> Now I realize that maxSdkVersion="12" is not the highest currently,
> but if I put "13" then the market says that "13" is not currently
> supported (too high).
>
> My permissions from manifest are below.
>
> <uses-permission android:name="android.permission.CAMERA"></uses-
> permission>
> <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION"></uses-
> permission>
> <uses-permission
> android:name="android.permission.ACCESS_COARSE_LOCATION"></uses-
> permission>
> <uses-permission android:name="android.permission.INTERNET"></uses-
> permission>
> <uses-permission android:name="android.permission.FLASHLIGHT"></uses-
> permission>
> <uses-permission
> android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"></
> uses-permission>
> <uses-permission android:name="android.permission.VIBRATE"/>
> <uses-permission
> android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
> <uses-permission
> android:name="android.permission.READ_EXTERNAL_STORAGE"/>
>
> From the market I see this :
> Supported Devices
> This application is only available to devices with these features, as
> defined in your application manifest.
> Screen layouts: SMALL NORMAL LARGE XLARGE
> Required device features
> android.hardware.camera
> android.hardware.location.network
> android.hardware.location
> android.hardware.location.gps
> android.hardware.camera.autofocus
> android.hardware.screen.landscape
> android.hardware.touchscreen
> android.hardware.screen.portrait
>
> Here is a list of unsuported devices.
>
> Unsupported devices due to your manifest settings
> ALM-001J(smdkv210)
> Archos 101 Internet Tablet(A101S)
> Dell Streak 10 Pro(Streak10Pro)
> unknown(magic)
> unknown(XT319)
> unknown(hws7300u)
> unknown(A101IT)
> unknown(VENUS)
> unknown(SCH-I589)
> unknown(p7901a)
> unknown(ASP320Q_GSM)
> unknown(u8150)
> unknown(nbx02)
> unknown(GT-B5510)
> unknown(harmony)
> unknown(LIFETAB_P9514)
> unknown(viewpad7x)
> unknown(ASP320Q)
> unknown(hwc8511)
> unknown(TB07STA)
> unknown(tostab04)
> unknown(hwm860)
> unknown(TB07FTA)
> unknown(SH8158U)
> unknown(huashan)
> unknown(mi_350)
> unknown(zt180)
> unknown(X500)
> unknown(msm7627_ntls)
> unknown(one_touch_918N_umts)
> unknown(one_touch_908A_gsm)
> unknown(mangrove7)
> unknown(GT-S5360L)
> unknown(CAP8)
> unknown(CAP6)
> unknown(anydata16_a10y)
> unknown(YPY)
> unknown(A80S)
> unknown(pasteur)
> unknown(AMD120)
> unknown(goldfish)
> unknown(icx1216)
> unknown(A70S)
> unknown(A70H)
> unknown(generic)
> unknown(fleming)
> unknown(utv210)
> unknown(OP070)
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to