Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-27 Thread Mark Murphy
rflexor wrote:
 Now that the new Motorola Milestone Phones came out in Germany (aka
 Droid in the US) we, too, are facing the problem of users not seeing
 our application in the market.

snip

 Copy-Protection active.

Turning off Android Market copy protection has worked for others, though
I'm not sure specifically with the Milestone.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

-- 
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


Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-22 Thread Klaus Kartou
Did anyone else experience this?

On Fri, Nov 20, 2009 at 11:07 PM, Klaus Kartou kar...@gmail.com wrote:

 To summarize...Our app does not show up on the market on HTC Tattoo
 devices. The manifest includes the following:

  uses-permission
 android:name=android.permission.ACCESS_FINE_LOCATION/uses-permission
 uses-permission
 android:name=android.permission.INTERNET/uses-permission
  uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION
 /
 uses-permission
 android:name=android.permission.CAMERA/uses-permission
  uses-permission
 android:name=android.permission.ACCESS_NETWORK_STATE/uses-permission
 uses-permission
 android:name=android.permission.WRITE_EXTERNAL_STORAGE/uses-permission

 uses-sdk android:minSdkVersion=3 android:targetSdkVersion=4 /
 supports-screens
  android:smallScreens=true
 android:normalScreens=true
  android:largeScreens=true
 android:anyDensity=true
  /

 What can we do?

 On Fri, Nov 20, 2009 at 1:38 AM, KKK rechild.supp...@gmail.com wrote:

 Hi, Google, Your mother let you answer our questions.

 On Nov 19, 5:29 pm, Klaus Kartou kar...@gmail.com wrote:
  Agreed, feedback from Google would be nice...
 
  On Wed, Nov 18, 2009 at 10:58 AM, blindfold seeingwithso...@gmail.com
 wrote:
 
 
 
   Same thing with me, I have copy protection turned off in Android
   Market.
 
   It would be good now to get some feedback from Google or HTC on
   whether it is a bug.
 
   On Nov 18, 9:54 am, Klaus Kartou kar...@gmail.com wrote:
We haven't turned copy protection on for our app, and it is still
 not
visible on HTC Tattoo/HTC Dragon.
Please, Google is this a known issue?
 
On Tue, Nov 17, 2009 at 11:02 AM, Aspidoff aspid...@gmail.com
 wrote:
 I noticed this problem when the new Droid Eris came out. At first,
 i
 started messing with minsdk and even lowered it to 2 but that
 didnt
 fix it, the apps didnt show up in the market. I ran through
 Verizon
 and Sprint stores for days to try to get this to work.
 
 I dont think Google people even know the problem exist. I am
 surprised
 that this problem hasnt been fixed for such a long time now.
 Anyway,
 the reason why you can 't see your app on HTC Hero/Eris or any
 other
 1.5 phones is because you have copy protection set to On. You
 can
 turn this off in your developer console when logged in to your
 Android
 Market account and editing your application description/title
 
 cheers!
 
 On Nov 17, 1:19 am, Klaus Kartou kar...@gmail.com wrote:
  Is there any Google people that can shed some light on this
 issue?
 
  On Mon, Nov 16, 2009 at 4:42 PM, blindfold 
   seeingwithso...@gmail.com
 wrote:
 
   Thanks Phil!
 
   Indeed this is very strange. As I understand it, all Android
 1.6
   apps
   should by default be visible to HTC Tattoo on the Android
 Market,
   and
   use of the camera should not matter. I had even tested my app
 to
   show
   OK on a 240x320 screen using the emulator, and cannot think of
   anything else to correct. I was thinking of trying an empty
   supports-
   screens element in case documentation is ambiguous, but even
 so it
   would not seem to make sense to have the CAMERA dependency.
   Hopefully
   HTC or Android developers (Romain?) will figure it out soon,
   because
   this kind of market fragmentation seems unnecessary.
 
   On Nov 16, 9:55 am, phil philipp.bre...@gmail.com wrote:
Hi Blindfold,
 
We were not able to find The vOICE for Android in the Market
 on
   the
Tattoo. But we found it on the HTC Magic in the Market.
 
Hope there will be a solution for this issue soon.
 
On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com
 wrote:
 
 OK, I didn't know that. My curiosity was triggered by Phil
 with
   the
 suggested role of the CAMERA permission in having apps be
   visible
 on
 the Market, which AFAIK should not have made any
 difference.
   Also,
 android:minSdkVersion=4 (Android 1.6) according to
   documentation
 implies that all screensizes are assumed supported:
  http://d.android.com/guide/practices/screens_support.htmlIf
 android:minSdkVersion or android:targetSdkVersion is 4
   (Android
 1.6)
 or higher, the default value for everything is true.
 
 So I expected that basically only visibility of (unadapted
 for
 screensize) Android 1.5 apps on the Market would be
 affected,
 without
 any role for android.permission.CAMERA, and I would
 otherwise
   be
 surprised.
 
 BTW, lots of HTC Tattoo buyers seem annoyed, judging
   fromhttp://
  
 androinica.com/2009/10/11/htc-tattoos-android-market-will-not-...
 where it is stated that even Google's own Listen, My
 Tracks
   and
 Sky Map are (were?) not visible on Android Market for
 users
   of
 the
 HTC Tattoo.
 
 On Nov 14, 11:39 pm, 

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-20 Thread Klaus Kartou
Bumping this question
Our app is receiving great attention at the moment, and it is really a shame
that we cannot do anything to get it out to all Android owners.
Please Google, this is a serious issue...We would love to see a solution to
this? Any help is much appreciated...

Cheers!

On Thu, Nov 19, 2009 at 10:29 AM, Klaus Kartou kar...@gmail.com wrote:

 Agreed, feedback from Google would be nice...


 On Wed, Nov 18, 2009 at 10:58 AM, blindfold seeingwithso...@gmail.comwrote:

 Same thing with me, I have copy protection turned off in Android
 Market.

 It would be good now to get some feedback from Google or HTC on
 whether it is a bug.

 On Nov 18, 9:54 am, Klaus Kartou kar...@gmail.com wrote:
  We haven't turned copy protection on for our app, and it is still not
  visible on HTC Tattoo/HTC Dragon.
  Please, Google is this a known issue?
 
  On Tue, Nov 17, 2009 at 11:02 AM, Aspidoff aspid...@gmail.com wrote:
   I noticed this problem when the new Droid Eris came out. At first, i
   started messing with minsdk and even lowered it to 2 but that didnt
   fix it, the apps didnt show up in the market. I ran through Verizon
   and Sprint stores for days to try to get this to work.
 
   I dont think Google people even know the problem exist. I am surprised
   that this problem hasnt been fixed for such a long time now. Anyway,
   the reason why you can 't see your app on HTC Hero/Eris or any other
   1.5 phones is because you have copy protection set to On. You can
   turn this off in your developer console when logged in to your Android
   Market account and editing your application description/title
 
   cheers!
 
   On Nov 17, 1:19 am, Klaus Kartou kar...@gmail.com wrote:
Is there any Google people that can shed some light on this issue?
 
On Mon, Nov 16, 2009 at 4:42 PM, blindfold 
 seeingwithso...@gmail.com
   wrote:
 
 Thanks Phil!
 
 Indeed this is very strange. As I understand it, all Android 1.6
 apps
 should by default be visible to HTC Tattoo on the Android Market,
 and
 use of the camera should not matter. I had even tested my app to
 show
 OK on a 240x320 screen using the emulator, and cannot think of
 anything else to correct. I was thinking of trying an empty
 supports-
 screens element in case documentation is ambiguous, but even so
 it
 would not seem to make sense to have the CAMERA dependency.
 Hopefully
 HTC or Android developers (Romain?) will figure it out soon,
 because
 this kind of market fragmentation seems unnecessary.
 
 On Nov 16, 9:55 am, phil philipp.bre...@gmail.com wrote:
  Hi Blindfold,
 
  We were not able to find The vOICE for Android in the Market on
 the
  Tattoo. But we found it on the HTC Magic in the Market.
 
  Hope there will be a solution for this issue soon.
 
  On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com
 wrote:
 
   OK, I didn't know that. My curiosity was triggered by Phil
 with the
   suggested role of the CAMERA permission in having apps be
 visible
   on
   the Market, which AFAIK should not have made any difference.
 Also,
   android:minSdkVersion=4 (Android 1.6) according to
 documentation
   implies that all screensizes are assumed supported:
http://d.android.com/guide/practices/screens_support.htmlIf
   android:minSdkVersion or android:targetSdkVersion is 4
 (Android
   1.6)
   or higher, the default value for everything is true.
 
   So I expected that basically only visibility of (unadapted for
   screensize) Android 1.5 apps on the Market would be affected,
   without
   any role for android.permission.CAMERA, and I would
 otherwise be
   surprised.
 
   BTW, lots of HTC Tattoo buyers seem annoyed, judging
 fromhttp://
 androinica.com/2009/10/11/htc-tattoos-android-market-will-not-...
   where it is stated that even Google's own Listen, My
 Tracks and
   Sky Map are (were?) not visible on Android Market for users
 of
   the
   HTC Tattoo.
 
   On Nov 14, 11:39 pm, Klaus Kartou kar...@gmail.com wrote:
 
Hi Blindfold,
 
Sorry I dont have a HTC Tattoo to test :( Thats our
   problem...some
 users
reported that they couldnt find our app on Market with their
   Tattoo.
 But we
have no idea why?
 
To Edward:
HTC Tattoo has a camera, so that cannot be the reason our
 apps
   are
 not
showing.
 
What to do? :D
 
Cheers
 
On Sat, Nov 14, 2009 at 10:46 PM, Edward Falk 
 ed.f...@gmail.com
 
 wrote:
 Oh, and more importantly, the Android market should have a
 tool
 that
 allows developers to get a list of devices that their
   application
 won't be shown for, and why.
 
 --
 You received this message because you are subscribed to
 the
   Google
 Groups Android Developers group.
 To post to this group, send email to
 

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-20 Thread Klaus Kartou
To summarize...Our app does not show up on the market on HTC Tattoo devices.
The manifest includes the following:

uses-permission
android:name=android.permission.ACCESS_FINE_LOCATION/uses-permission
uses-permission
android:name=android.permission.INTERNET/uses-permission
uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION
/
uses-permission android:name=android.permission.CAMERA/uses-permission
uses-permission
android:name=android.permission.ACCESS_NETWORK_STATE/uses-permission
uses-permission
android:name=android.permission.WRITE_EXTERNAL_STORAGE/uses-permission

uses-sdk android:minSdkVersion=3 android:targetSdkVersion=4 /
supports-screens
android:smallScreens=true
android:normalScreens=true
android:largeScreens=true
android:anyDensity=true
/

What can we do?

On Fri, Nov 20, 2009 at 1:38 AM, KKK rechild.supp...@gmail.com wrote:

 Hi, Google, Your mother let you answer our questions.

 On Nov 19, 5:29 pm, Klaus Kartou kar...@gmail.com wrote:
  Agreed, feedback from Google would be nice...
 
  On Wed, Nov 18, 2009 at 10:58 AM, blindfold seeingwithso...@gmail.com
 wrote:
 
 
 
   Same thing with me, I have copy protection turned off in Android
   Market.
 
   It would be good now to get some feedback from Google or HTC on
   whether it is a bug.
 
   On Nov 18, 9:54 am, Klaus Kartou kar...@gmail.com wrote:
We haven't turned copy protection on for our app, and it is still not
visible on HTC Tattoo/HTC Dragon.
Please, Google is this a known issue?
 
On Tue, Nov 17, 2009 at 11:02 AM, Aspidoff aspid...@gmail.com
 wrote:
 I noticed this problem when the new Droid Eris came out. At first,
 i
 started messing with minsdk and even lowered it to 2 but that
 didnt
 fix it, the apps didnt show up in the market. I ran through Verizon
 and Sprint stores for days to try to get this to work.
 
 I dont think Google people even know the problem exist. I am
 surprised
 that this problem hasnt been fixed for such a long time now.
 Anyway,
 the reason why you can 't see your app on HTC Hero/Eris or any
 other
 1.5 phones is because you have copy protection set to On. You can
 turn this off in your developer console when logged in to your
 Android
 Market account and editing your application description/title
 
 cheers!
 
 On Nov 17, 1:19 am, Klaus Kartou kar...@gmail.com wrote:
  Is there any Google people that can shed some light on this
 issue?
 
  On Mon, Nov 16, 2009 at 4:42 PM, blindfold 
   seeingwithso...@gmail.com
 wrote:
 
   Thanks Phil!
 
   Indeed this is very strange. As I understand it, all Android
 1.6
   apps
   should by default be visible to HTC Tattoo on the Android
 Market,
   and
   use of the camera should not matter. I had even tested my app
 to
   show
   OK on a 240x320 screen using the emulator, and cannot think of
   anything else to correct. I was thinking of trying an empty
   supports-
   screens element in case documentation is ambiguous, but even
 so it
   would not seem to make sense to have the CAMERA dependency.
   Hopefully
   HTC or Android developers (Romain?) will figure it out soon,
   because
   this kind of market fragmentation seems unnecessary.
 
   On Nov 16, 9:55 am, phil philipp.bre...@gmail.com wrote:
Hi Blindfold,
 
We were not able to find The vOICE for Android in the Market
 on
   the
Tattoo. But we found it on the HTC Magic in the Market.
 
Hope there will be a solution for this issue soon.
 
On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com
 wrote:
 
 OK, I didn't know that. My curiosity was triggered by Phil
 with
   the
 suggested role of the CAMERA permission in having apps be
   visible
 on
 the Market, which AFAIK should not have made any
 difference.
   Also,
 android:minSdkVersion=4 (Android 1.6) according to
   documentation
 implies that all screensizes are assumed supported:
  http://d.android.com/guide/practices/screens_support.htmlIf
 android:minSdkVersion or android:targetSdkVersion is 4
   (Android
 1.6)
 or higher, the default value for everything is true.
 
 So I expected that basically only visibility of (unadapted
 for
 screensize) Android 1.5 apps on the Market would be
 affected,
 without
 any role for android.permission.CAMERA, and I would
 otherwise
   be
 surprised.
 
 BTW, lots of HTC Tattoo buyers seem annoyed, judging
   fromhttp://
  
 androinica.com/2009/10/11/htc-tattoos-android-market-will-not-...
 where it is stated that even Google's own Listen, My
 Tracks
   and
 Sky Map are (were?) not visible on Android Market for
 users
   of
 the
 HTC Tattoo.
 
 On Nov 14, 11:39 pm, Klaus Kartou kar...@gmail.com
 wrote:
 
  Hi Blindfold,
 
  Sorry I dont have a HTC Tattoo to test :( Thats our
 

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-19 Thread Klaus Kartou
Agreed, feedback from Google would be nice...


On Wed, Nov 18, 2009 at 10:58 AM, blindfold seeingwithso...@gmail.comwrote:

 Same thing with me, I have copy protection turned off in Android
 Market.

 It would be good now to get some feedback from Google or HTC on
 whether it is a bug.

 On Nov 18, 9:54 am, Klaus Kartou kar...@gmail.com wrote:
  We haven't turned copy protection on for our app, and it is still not
  visible on HTC Tattoo/HTC Dragon.
  Please, Google is this a known issue?
 
  On Tue, Nov 17, 2009 at 11:02 AM, Aspidoff aspid...@gmail.com wrote:
   I noticed this problem when the new Droid Eris came out. At first, i
   started messing with minsdk and even lowered it to 2 but that didnt
   fix it, the apps didnt show up in the market. I ran through Verizon
   and Sprint stores for days to try to get this to work.
 
   I dont think Google people even know the problem exist. I am surprised
   that this problem hasnt been fixed for such a long time now. Anyway,
   the reason why you can 't see your app on HTC Hero/Eris or any other
   1.5 phones is because you have copy protection set to On. You can
   turn this off in your developer console when logged in to your Android
   Market account and editing your application description/title
 
   cheers!
 
   On Nov 17, 1:19 am, Klaus Kartou kar...@gmail.com wrote:
Is there any Google people that can shed some light on this issue?
 
On Mon, Nov 16, 2009 at 4:42 PM, blindfold 
 seeingwithso...@gmail.com
   wrote:
 
 Thanks Phil!
 
 Indeed this is very strange. As I understand it, all Android 1.6
 apps
 should by default be visible to HTC Tattoo on the Android Market,
 and
 use of the camera should not matter. I had even tested my app to
 show
 OK on a 240x320 screen using the emulator, and cannot think of
 anything else to correct. I was thinking of trying an empty
 supports-
 screens element in case documentation is ambiguous, but even so it
 would not seem to make sense to have the CAMERA dependency.
 Hopefully
 HTC or Android developers (Romain?) will figure it out soon,
 because
 this kind of market fragmentation seems unnecessary.
 
 On Nov 16, 9:55 am, phil philipp.bre...@gmail.com wrote:
  Hi Blindfold,
 
  We were not able to find The vOICE for Android in the Market on
 the
  Tattoo. But we found it on the HTC Magic in the Market.
 
  Hope there will be a solution for this issue soon.
 
  On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com wrote:
 
   OK, I didn't know that. My curiosity was triggered by Phil with
 the
   suggested role of the CAMERA permission in having apps be
 visible
   on
   the Market, which AFAIK should not have made any difference.
 Also,
   android:minSdkVersion=4 (Android 1.6) according to
 documentation
   implies that all screensizes are assumed supported:
http://d.android.com/guide/practices/screens_support.htmlIf
   android:minSdkVersion or android:targetSdkVersion is 4
 (Android
   1.6)
   or higher, the default value for everything is true.
 
   So I expected that basically only visibility of (unadapted for
   screensize) Android 1.5 apps on the Market would be affected,
   without
   any role for android.permission.CAMERA, and I would otherwise
 be
   surprised.
 
   BTW, lots of HTC Tattoo buyers seem annoyed, judging
 fromhttp://
 androinica.com/2009/10/11/htc-tattoos-android-market-will-not-...
   where it is stated that even Google's own Listen, My Tracks
 and
   Sky Map are (were?) not visible on Android Market for users
 of
   the
   HTC Tattoo.
 
   On Nov 14, 11:39 pm, Klaus Kartou kar...@gmail.com wrote:
 
Hi Blindfold,
 
Sorry I dont have a HTC Tattoo to test :( Thats our
   problem...some
 users
reported that they couldnt find our app on Market with their
   Tattoo.
 But we
have no idea why?
 
To Edward:
HTC Tattoo has a camera, so that cannot be the reason our
 apps
   are
 not
showing.
 
What to do? :D
 
Cheers
 
On Sat, Nov 14, 2009 at 10:46 PM, Edward Falk 
 ed.f...@gmail.com
 
 wrote:
 Oh, and more importantly, the Android market should have a
 tool
 that
 allows developers to get a list of devices that their
   application
 won't be shown for, and why.
 
 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubscr...@googlegroups.comandroid-developers%252bunsubscr...@googlegroups.com
 android-developers%2Bunsubs
   cr...@googlegroups.comandroid-developers%2Bunsubs
 

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-18 Thread Klaus Kartou
We haven't turned copy protection on for our app, and it is still not
visible on HTC Tattoo/HTC Dragon.
Please, Google is this a known issue?


On Tue, Nov 17, 2009 at 11:02 AM, Aspidoff aspid...@gmail.com wrote:

 I noticed this problem when the new Droid Eris came out. At first, i
 started messing with minsdk and even lowered it to 2 but that didnt
 fix it, the apps didnt show up in the market. I ran through Verizon
 and Sprint stores for days to try to get this to work.

 I dont think Google people even know the problem exist. I am surprised
 that this problem hasnt been fixed for such a long time now. Anyway,
 the reason why you can 't see your app on HTC Hero/Eris or any other
 1.5 phones is because you have copy protection set to On. You can
 turn this off in your developer console when logged in to your Android
 Market account and editing your application description/title

 cheers!

 On Nov 17, 1:19 am, Klaus Kartou kar...@gmail.com wrote:
  Is there any Google people that can shed some light on this issue?
 
  On Mon, Nov 16, 2009 at 4:42 PM, blindfold seeingwithso...@gmail.com
 wrote:
 
 
 
   Thanks Phil!
 
   Indeed this is very strange. As I understand it, all Android 1.6 apps
   should by default be visible to HTC Tattoo on the Android Market, and
   use of the camera should not matter. I had even tested my app to show
   OK on a 240x320 screen using the emulator, and cannot think of
   anything else to correct. I was thinking of trying an empty supports-
   screens element in case documentation is ambiguous, but even so it
   would not seem to make sense to have the CAMERA dependency. Hopefully
   HTC or Android developers (Romain?) will figure it out soon, because
   this kind of market fragmentation seems unnecessary.
 
   On Nov 16, 9:55 am, phil philipp.bre...@gmail.com wrote:
Hi Blindfold,
 
We were not able to find The vOICE for Android in the Market on the
Tattoo. But we found it on the HTC Magic in the Market.
 
Hope there will be a solution for this issue soon.
 
On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com wrote:
 
 OK, I didn't know that. My curiosity was triggered by Phil with the
 suggested role of the CAMERA permission in having apps be visible
 on
 the Market, which AFAIK should not have made any difference. Also,
 android:minSdkVersion=4 (Android 1.6) according to documentation
 implies that all screensizes are assumed supported:
  http://d.android.com/guide/practices/screens_support.htmlIf
 android:minSdkVersion or android:targetSdkVersion is 4 (Android
 1.6)
 or higher, the default value for everything is true.
 
 So I expected that basically only visibility of (unadapted for
 screensize) Android 1.5 apps on the Market would be affected,
 without
 any role for android.permission.CAMERA, and I would otherwise be
 surprised.
 
 BTW, lots of HTC Tattoo buyers seem annoyed, judging fromhttp://
   androinica.com/2009/10/11/htc-tattoos-android-market-will-not-...
 where it is stated that even Google's own Listen, My Tracks and
 Sky Map are (were?) not visible on Android Market for users of
 the
 HTC Tattoo.
 
 On Nov 14, 11:39 pm, Klaus Kartou kar...@gmail.com wrote:
 
  Hi Blindfold,
 
  Sorry I dont have a HTC Tattoo to test :( Thats our
 problem...some
   users
  reported that they couldnt find our app on Market with their
 Tattoo.
   But we
  have no idea why?
 
  To Edward:
  HTC Tattoo has a camera, so that cannot be the reason our apps
 are
   not
  showing.
 
  What to do? :D
 
  Cheers
 
  On Sat, Nov 14, 2009 at 10:46 PM, Edward Falk ed.f...@gmail.com
 
   wrote:
   Oh, and more importantly, the Android market should have a tool
   that
   allows developers to get a list of devices that their
 application
   won't be shown for, and why.
 
   --
   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.comandroid-developers%2bunsubscr...@googlegroups.comandroid-developers%2Bunsubs
 cr...@googlegroups.comandroid-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.comandroid-developers%2bunsubscr...@googlegroups.comandroid-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 

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-17 Thread Klaus Kartou
Is there any Google people that can shed some light on this issue?

On Mon, Nov 16, 2009 at 4:42 PM, blindfold seeingwithso...@gmail.comwrote:

 Thanks Phil!

 Indeed this is very strange. As I understand it, all Android 1.6 apps
 should by default be visible to HTC Tattoo on the Android Market, and
 use of the camera should not matter. I had even tested my app to show
 OK on a 240x320 screen using the emulator, and cannot think of
 anything else to correct. I was thinking of trying an empty supports-
 screens element in case documentation is ambiguous, but even so it
 would not seem to make sense to have the CAMERA dependency. Hopefully
 HTC or Android developers (Romain?) will figure it out soon, because
 this kind of market fragmentation seems unnecessary.

 On Nov 16, 9:55 am, phil philipp.bre...@gmail.com wrote:
  Hi Blindfold,
 
  We were not able to find The vOICE for Android in the Market on the
  Tattoo. But we found it on the HTC Magic in the Market.
 
  Hope there will be a solution for this issue soon.
 
  On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com wrote:
 
   OK, I didn't know that. My curiosity was triggered by Phil with the
   suggested role of the CAMERA permission in having apps be visible on
   the Market, which AFAIK should not have made any difference. Also,
   android:minSdkVersion=4 (Android 1.6) according to documentation
   implies that all screensizes are assumed supported:
 http://d.android.com/guide/practices/screens_support.htmlIf
   android:minSdkVersion or android:targetSdkVersion is 4 (Android 1.6)
   or higher, the default value for everything is true.
 
   So I expected that basically only visibility of (unadapted for
   screensize) Android 1.5 apps on the Market would be affected, without
   any role for android.permission.CAMERA, and I would otherwise be
   surprised.
 
   BTW, lots of HTC Tattoo buyers seem annoyed, judging fromhttp://
 androinica.com/2009/10/11/htc-tattoos-android-market-will-not-...
   where it is stated that even Google's own Listen, My Tracks and
   Sky Map are (were?) not visible on Android Market for users of the
   HTC Tattoo.
 
   On Nov 14, 11:39 pm, Klaus Kartou kar...@gmail.com wrote:
 
Hi Blindfold,
 
Sorry I dont have a HTC Tattoo to test :( Thats our problem...some
 users
reported that they couldnt find our app on Market with their Tattoo.
 But we
have no idea why?
 
To Edward:
HTC Tattoo has a camera, so that cannot be the reason our apps are
 not
showing.
 
What to do? :D
 
Cheers
 
On Sat, Nov 14, 2009 at 10:46 PM, Edward Falk ed.f...@gmail.com
 wrote:
 Oh, and more importantly, the Android market should have a tool
 that
 allows developers to get a list of devices that their application
 won't be shown for, and why.
 
 --
 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.comandroid-developers%2bunsubscr...@googlegroups.comandroid-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.comandroid-developers%2bunsubscr...@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

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread Klaus Kartou
Our app use the following permissions:
android.permission.ACCESS_FINE_LOCATION

   - android.permission.INTERNET
   - android.permission.ACCESS_COARSE_LOCATION
   - android.permission.CAMERA
   - android.permission.ACCESS_NETWORK_STATE
   - android.permission.WRITE_EXTERNAL_STORAGE

But why should the camera permission make the app not show up on market on
HTC Tattoo?
I´m confused about this :)

On Sat, Nov 14, 2009 at 12:00 AM, blindfold seeingwithso...@gmail.comwrote:

 Hi Phil,

 Search for seeingwithsound, and you should find The vOICe for Android
 camera app (I just double checked this search on my ADP1).

 One wild guess is that your android.permission.SET_ORIENTATION might
 play a role (I do not use it), because at least on HTC's G1/ADP1 there
 are orientation limitations in the camera preview, and perhaps HTC
 decided to become more picky about this for camera apps.

 Thanks

 On Nov 13, 10:48 pm, phil philipp.bre...@gmail.com wrote:
  Let me know what to search for and we can check with our Tattoo,
  which is a nifty nice little Android phone, by the way.
 
  On 13 Nov., 19:56, blindfold seeingwithso...@gmail.com wrote:
 
   Interesting. Did you try and find other camera applications on the
   Market with your HTC Tattoo?
 
   (I'm using android.permission.CAMERA and android:minSdkVersion=4
   with my camera app, The vOICe for Android, but I do not know if it
   shows up on the Tattoo.)
 
   On Nov 13, 6:57 pm, phil philipp.bre...@gmail.com wrote:
 
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.
 
 

 --
 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.comandroid-developers%2bunsubscr...@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

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-14 Thread Klaus Kartou
Hi Blindfold,

Sorry I dont have a HTC Tattoo to test :( Thats our problem...some users
reported that they couldnt find our app on Market with their Tattoo. But we
have no idea why?

To Edward:
HTC Tattoo has a camera, so that cannot be the reason our apps are not
showing.

What to do? :D

Cheers

On Sat, Nov 14, 2009 at 10:46 PM, Edward Falk ed.f...@gmail.com wrote:

 Oh, and more importantly, the Android market should have a tool that
 allows developers to get a list of devices that their application
 won't be shown for, and why.

 --
 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.comandroid-developers%2bunsubscr...@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

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-13 Thread Klaus Kartou
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.comwrote:

 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.comandroid-developers%2bunsubscr...@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.comandroid-developers%2bunsubscr...@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

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-13 Thread Klaus Kartou
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.comwrote:

 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.comandroid-developers%2bunsubscr...@googlegroups.comandroid-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.comandroid-developers%2bunsubscr...@googlegroups.comandroid-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.comandroid-developers%2bunsubscr...@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

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-13 Thread SoftwareForMe.com SoftwareForMe.com
I'd love to know if you can see PhoneMyPC. It's not a camera app, but it's
been unavailable to a few [HTC] phones.

Scott
SoftwareForMe.com
Makers of PhoneMyPC

On Fri, Nov 13, 2009 at 1:48 PM, phil philipp.bre...@gmail.com wrote:


 Let me know what to search for and we can check with our Tattoo,
 which is a nifty nice little Android phone, by the way.



 On 13 Nov., 19:56, blindfold seeingwithso...@gmail.com wrote:
  Interesting. Did you try and find other camera applications on the
  Market with your HTC Tattoo?
 
  (I'm using android.permission.CAMERA and android:minSdkVersion=4
  with my camera app, The vOICe for Android, but I do not know if it
  shows up on the Tattoo.)
 
  On Nov 13, 6:57 pm, phil philipp.bre...@gmail.com wrote:
 
   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.
 
 

 --
 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.comandroid-developers%2bunsubscr...@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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-12 Thread SoftwareForMe.com SoftwareForMe.com
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.comandroid-developers%2bunsubscr...@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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en