Hi,

we did some further testing and found out that the
android.permission.CAMERA is the Problem in our case. We tried leaving
it out and then the app was showing up in the market. Does anyone else
have the same problem or can confirm that this is a problem.

We hope for a fast solution or any tip how this can be solved as we
need the CAMERA permission in our application.

Any help is much appreciated.

On Nov 13, 5:39 pm, phil <philipp.bre...@gmail.com> wrote:
> Hi,
>
> We have the same problem and tried some things to solve this. We found
> out that with different Permissions set the app is visible in the
> market for the HTC Tattoo. Here all the permissions we set:
>
>     <uses-permission
> android:name="android.permission.ACCESS_COARSE_LOCATION" />
>     <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION" />
>     <uses-permission
> android:name="android.permission.ACCESS_NETWORK_STATE" />
>     <uses-permission
> android:name="android.permission.ACCESS_WIFI_STATE" />
>     <uses-permission android:name="android.permission.CAMERA" />
>     <uses-permission android:name="android.permission.INTERNET" />
>     <uses-permission android:name="android.permission.VIBRATE" />
>     <uses-permission
> android:name="android.permission.SET_ORIENTATION" />
>     <uses-permission
> android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
>
> We tried different combinations and left different Permissions out.
> The following worked fine:
>
>     <uses-permission
> android:name="android.permission.ACCESS_COARSE_LOCATION" />
>     <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION" />
>     <uses-permission
> android:name="android.permission.SET_ORIENTATION" />
>     <uses-permission android:name="android.permission.WAKE_LOCK" />
>
> With the others we have problems. Does someone have any idea why this
> could be problem and how to solve this issue.
>
> Thx for your help
>
> On Nov 13, 10:38 am, Klaus Kartou <kar...@gmail.com> wrote:
>
>
>
> > Actually we first used:
>
> >  <uses-sdk android:minSdkVersion="3"
> >            android:targetSdkVersion="4" />
>
> > But that didnt work either :(
> > We tried to manually install the app on a real Tattoo device, and it worked
> > prefectly. But the app cannot be found on the market from that same device?
> > What to do? :)
> > If I understand correctly, the market only looks at the manifest to
> > determine if the app is visible or not?
>
> > On Fri, Nov 13, 2009 at 10:17 AM, String 
> > <sterling.ud...@googlemail.com>wrote:
>
> > > I'd add a targetSdkVersion attribute with the highest level you've
> > > actually tested against, like this:
>
> > >  <uses-sdk android:minSdkVersion="3"
> > >             android:targetSdkVersion="5" />
>
> > > In my experience, the lack of that attribute caused higher-SDK
> > > emulator images to be reluctant to run the app, so I could imagine
> > > that it might cause issues on real hardware as well. Doesn't entirely
> > > make sense, as SDK 4 (Donut/1.6) is now widespread on other handsets -
> > > which I'm assuming can see your app - but it doesn't hurt.
>
> > > String
>
> > > On Nov 13, 8:31 am, Klaus Kartou <kar...@gmail.com> wrote:
> > > > Hi!
>
> > > > How's your uses-sdk part of manifest looks like ?
>
> > > > It looks like this:
>
> > > > <uses-sdk android:minSdkVersion="3"/>
> > > > <supports-screens
> > > > android:smallScreens="true"
> > > > android:normalScreens="true"
> > > > android:largeScreens="true"
> > > > android:anyDensity="true"
> > > > />
>
> > > > On Fri, Nov 13, 2009 at 5:47 AM, SoftwareForMe.com SoftwareForMe.com <
>
> > > > softwareforme....@gmail.com> wrote:
> > > > > As if it's not enough to have to manage the manifest, but HTC has a 
> > > > > bit
> > > of
> > > > > a habit of releasing phones that cannot see some apps. Examples 
> > > > > include
> > > the
> > > > > HTC Hero when it was released in Europe, and the HTC Eris recently
> > > released
> > > > > in the USA.
>
> > > > > I'd like to know if those phones you mention can see our app
> > > (PhoneMyPC) as
> > > > > well. Anybody have an idea how to check that?
>
> > > > > Scott
> > > > > SoftwareForMe.com
> > > > > Makers of PhoneMyPC
>
> > > > > On Thu, Nov 12, 2009 at 2:45 PM, Alexey Volovoy <avolo...@gmail.com
> > > >wrote:
>
> > > > >> How's your uses-sdk part of manifest looks like ?
>
> > > > >> On Nov 12, 4:29 pm, Klaus Kartou <kar...@gmail.com> wrote:
> > > > >> > Can anyone enlighten me? :)
> > > > >> > It looks like our app doesnt show up on the market on HTC Tattoo.
> > > What
> > > > >> else
> > > > >> > should we specify in the manifest?
>
> > > > >> > On Thu, Nov 12, 2009 at 4:01 PM, Klaus Kartou <kar...@gmail.com>
> > > wrote:
> > > > >> > > Hi!
>
> > > > >> > > We have uploaded a new version of our app where we added the
> > > following
> > > > >> to
> > > > >> > > the manifest:
>
> > > > >> > > <supports-screens
> > > > >> > > android:smallScreens="true"
> > > > >> > >  android:normalScreens="true"
> > > > >> > > android:largeScreens="true"
> > > > >> > >  android:anyDensity="true"
> > > > >> > > />
>
> > > > >> > > However, we are receiving complaints that users cannot find the
> > > app on
> > > > >> the
> > > > >> > > market using their HTC Tattoo and HTC Dragon phones. Any ideas
> > > what we
> > > > >> are
> > > > >> > > doing wrong, and is there a way for the developers to test if the
> > > app
> > > > >> is
> > > > >> > > visible on the market?
>
> > > > >> > > Cheers!
>
> > > > >> --
> > > > >> 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<android-developers%2Bunsubs
> > > > >>  cr...@googlegroups.com><android-developers%2Bunsubs
> > > cr...@googlegroups.com>
> > > > >> For more options, visit this group at
> > > > >>http://groups.google.com/group/android-developers?hl=en
>
> > > > > --
> > > > > Warm regards,
> > > > > The PhoneMyPC Team
>
> > > > > --
> > > > > 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<android-developers%2Bunsubs
> > > > >  cr...@googlegroups.com><android-developers%2Bunsubs
> > > cr...@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<android-developers%2Bunsubs
> > >  cr...@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