Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-20 Thread bob
Well, I changed from Android 1.5 to '4.0 and up', and now it shows up as 
compatible with tablets.

I think I changed minSdkVersion and targetSdkVersion to 15.

I might have linked to a newer JAR also.

Not sure what did it exactly or why.

Not sure if it's worth my time to pinpoint it.

Thanks.


On Saturday, May 18, 2013 10:10:16 AM UTC-5, bob wrote:

 I added this line to the manifest:

 uses-feature
 android:name=android.hardware.telephony
 android:required=false /

 As far as I can tell, it made no difference.  It still claims its not 
 compatible with all tablets on Google Play.

 Thanks.


 On Saturday, May 18, 2013 12:41:23 AM UTC-5, MagouyaWare wrote:

 You need to do a combination of uses-permission and uses-feature...  
 Certain permissions automatically set the feature to be required.  If you 
 don't want it to be required you need to specify that the feature is not 
 required using uses-feature:


- 

 http://developer.android.com/guide/topics/manifest/uses-permission-element.html
- 
developer.android.com/guide/topics/manifest/uses-feature-element.html 



 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


 On Fri, May 17, 2013 at 9:24 PM, bob b...@coolfone.comze.com wrote:

 I don't think there is a requiredattribute for the uses-permission tag.

 Thanks.

 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@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 unsubscribe from this group and stop receiving emails from it, send 
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.





-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-20 Thread Kostya Vasilyev
If your minSdkVersion is now 15 (Android 4.0.3), you might watch to check 
compatibility with other devices... Unless you've deliberately chosen to 
focus on Android 4.0.3 and higher.

-- K

On Monday, May 20, 2013 6:04:09 PM UTC+4, bob wrote:

 Well, I changed from Android 1.5 to '4.0 and up', and now it shows up as 
 compatible with tablets.

 I think I changed minSdkVersion and targetSdkVersion to 15.

 I might have linked to a newer JAR also.

 Not sure what did it exactly or why.

 Not sure if it's worth my time to pinpoint it.

 Thanks.


 On Saturday, May 18, 2013 10:10:16 AM UTC-5, bob wrote:

 I added this line to the manifest:

 uses-feature
 android:name=android.hardware.telephony
 android:required=false /

 As far as I can tell, it made no difference.  It still claims its not 
 compatible with all tablets on Google Play.

 Thanks.


 On Saturday, May 18, 2013 12:41:23 AM UTC-5, MagouyaWare wrote:

 You need to do a combination of uses-permission and uses-feature...  
 Certain permissions automatically set the feature to be required.  If you 
 don't want it to be required you need to specify that the feature is not 
 required using uses-feature:


- 

 http://developer.android.com/guide/topics/manifest/uses-permission-element.html
- 
developer.android.com/guide/topics/manifest/uses-feature-element.html 



 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


 On Fri, May 17, 2013 at 9:24 PM, bob b...@coolfone.comze.com wrote:

 I don't think there is a requiredattribute for the uses-permission 
 tag.

 Thanks.

 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@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 unsubscribe from this group and stop receiving emails from it, send 
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.





-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-18 Thread bob
I added this line to the manifest:

uses-feature
android:name=android.hardware.telephony
android:required=false /

As far as I can tell, it made no difference.  It still claims its not 
compatible with all tablets on Google Play.

Thanks.


On Saturday, May 18, 2013 12:41:23 AM UTC-5, MagouyaWare wrote:

 You need to do a combination of uses-permission and uses-feature...  
 Certain permissions automatically set the feature to be required.  If you 
 don't want it to be required you need to specify that the feature is not 
 required using uses-feature:


- 

 http://developer.android.com/guide/topics/manifest/uses-permission-element.html
- developer.android.com/guide/topics/manifest/uses-feature-element.html 



 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


 On Fri, May 17, 2013 at 9:24 PM, bob b...@coolfone.comze.comjavascript:
  wrote:

 I don't think there is a requiredattribute for the uses-permission tag.

 Thanks.

 --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 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 unsubscribe from this group and stop receiving emails from it, send an 
 email to android-developers+unsubscr...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.





-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Hmm… I'm seeing something similar.

My app is supposedly not compatible on the Galaxy Tab 10.1:

https://lh5.googleusercontent.com/-NCgl7hkQ_cg/UZZB18hne4I/Aeo/RkAr85u5r30/s1600/notcompat2.jpg


It only requires Android 1.5, and I think it was compatible a few days ago 
before I made a minor change.

Thanks.


On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.comjavascript:
  wrote:

 Why is it not compatible?

 I believe that would be his question... 
  

 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware
  

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Heh… I've been looking into this, and the Nexus 7 is saying the same thing.

This is very interesting as I'm pretty sure I downloaded the app as a test 
to the Nexus 7 from Play Store a few days ago.

So, it seems like, a few days ago, version 59 of my app was compatible with 
the Nexus 7.  And, today, for some reason, version 59 is supposedly not 
compatible.

Not sure what I can do except wait and hope this gets fixed.

Thanks.


On Friday, May 17, 2013 9:42:54 AM UTC-5, bob wrote:

 Hmm… I'm seeing something similar.

 My app is supposedly not compatible on the Galaxy Tab 10.1:


 https://lh5.googleusercontent.com/-NCgl7hkQ_cg/UZZB18hne4I/Aeo/RkAr85u5r30/s1600/notcompat2.jpg


 It only requires Android 1.5, and I think it was compatible a few days ago 
 before I made a minor change.

 Thanks.


 On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question... 
  

 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware
  


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread jtoolsdev
Though that device is only 1024x600 maybe Play sees it as an xlargeScreen.  
I've found much of the recommendations and settings not to work as the docs 
advertise.  I would suggest creating a draft application so you can play 
with manifest settings to get a list of compatible devices. 

On Thursday, May 16, 2013 12:23:45 AM UTC-7, Avinhood wrote:

 Hi,

 Please help me on this. I have an app on Play which is not compatible on a 
 this specific device Samsung  GT-P3110, a 7tab.

 Its compatible on other tabs and devices and on Samsung devices too.

 I know that we have to include this code in the Manifest.
 supports-screens
 android:anyDensity=true
 android:largeScreens=true
 android:normalScreens=true
 android:resizeable=true
 android:smallScreens=true 
 /supports-screens
 I have not used this code in the manifest yet but doubt if the problem due 
 to this.

 Please help or throw some light on this issue.



-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Well, I'm continuing to investigate why Google suddenly thinks my app is 
incompatible with certain devices.  I went to the Play Store and created 
this compatibility screen shot:

https://lh6.googleusercontent.com/-bN8RhI8X9mo/UZaS7QLWZ8I/Ae4/374B1EPPm10/s1600/playstore.png


It confirms that Google does in fact believe my app is incompatible with 
the Nexus 7 and the Galaxy Tab.  Interestingly, the Nexus 7 it says it is 
incompatible with is the very device I developed and tested the most recent 
update on.

Please let me know if you see any rhyme or reason to this.

Thanks.


On Friday, May 17, 2013 11:16:52 AM UTC-5, bob wrote:

 Heh… I've been looking into this, and the Nexus 7 is saying the same thing.

 This is very interesting as I'm pretty sure I downloaded the app as a test 
 to the Nexus 7 from Play Store a few days ago.

 So, it seems like, a few days ago, version 59 of my app was compatible 
 with the Nexus 7.  And, today, for some reason, version 59 is supposedly 
 not compatible.

 Not sure what I can do except wait and hope this gets fixed.

 Thanks.


 On Friday, May 17, 2013 9:42:54 AM UTC-5, bob wrote:

 Hmm… I'm seeing something similar.

 My app is supposedly not compatible on the Galaxy Tab 10.1:


 https://lh5.googleusercontent.com/-NCgl7hkQ_cg/UZZB18hne4I/Aeo/RkAr85u5r30/s1600/notcompat2.jpg


 It only requires Android 1.5, and I think it was compatible a few days 
 ago before I made a minor change.

 Thanks.


 On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question... 
  

 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware
  


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread RichardC
If you want help on Play Store compatibility issues you need to show us the 
Manifest.

On Friday, May 17, 2013 9:28:43 PM UTC+1, bob wrote:

 Well, I'm continuing to investigate why Google suddenly thinks my app is 
 incompatible with certain devices.  I went to the Play Store and created 
 this compatibility screen shot:


 https://lh6.googleusercontent.com/-bN8RhI8X9mo/UZaS7QLWZ8I/Ae4/374B1EPPm10/s1600/playstore.png


 It confirms that Google does in fact believe my app is incompatible with 
 the Nexus 7 and the Galaxy Tab.  Interestingly, the Nexus 7 it says it is 
 incompatible with is the very device I developed and tested the most recent 
 update on.

 Please let me know if you see any rhyme or reason to this.

 Thanks.


 On Friday, May 17, 2013 11:16:52 AM UTC-5, bob wrote:

 Heh… I've been looking into this, and the Nexus 7 is saying the same 
 thing.

 This is very interesting as I'm pretty sure I downloaded the app as a 
 test to the Nexus 7 from Play Store a few days ago.

 So, it seems like, a few days ago, version 59 of my app was compatible 
 with the Nexus 7.  And, today, for some reason, version 59 is supposedly 
 not compatible.

 Not sure what I can do except wait and hope this gets fixed.

 Thanks.


 On Friday, May 17, 2013 9:42:54 AM UTC-5, bob wrote:

 Hmm… I'm seeing something similar.

 My app is supposedly not compatible on the Galaxy Tab 10.1:


 https://lh5.googleusercontent.com/-NCgl7hkQ_cg/UZZB18hne4I/Aeo/RkAr85u5r30/s1600/notcompat2.jpg


 It only requires Android 1.5, and I think it was compatible a few days 
 ago before I made a minor change.

 Thanks.


 On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question... 
  

 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware
  


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
Okay.  Here is the manifest:
*   *
?xml version=1.0 encoding=utf-8?
manifest xmlns:android=http://schemas.android.com/apk/res/android;
android:installLocation=preferExternal
package=com.myapp
android:versionCode=59
android:versionName=59.0 

uses-sdk android:minSdkVersion=3 /

uses-permission android:name=android.permission.INTERNET 
/uses-permission
uses-permission android:name=android.permission.READ_PHONE_STATE 
/uses-permission
uses-permission android:name=android.permission.ACCESS_NETWORK_STATE 

/uses-permission

application
android:name=MyApplication
android:icon=@drawable/icon2
android:label=@string/app_name 
activity
android:name=.My_Activity
android:label=@string/app_name
android:screenOrientation=landscape
android:theme=@style/Theme.NoBackground 
intent-filter
action android:name=android.intent.action.MAIN /

category android:name=android.intent.category.LAUNCHER /
/intent-filter
/activity
activity
android:name=com.google.ads.AdActivity
android:configChanges=keyboard|keyboardHidden|orientation /


activity
android:name=com.greystripe.android.sdk.AdView
android:configChanges=keyboard|keyboardHidden|orientation 
intent-filter
category android:name=android.intent.category.LAUNCHER /
/intent-filter
/activity
/application

/manifest
* *
Thanks.




On Friday, May 17, 2013 4:18:39 PM UTC-5, RichardC wrote:

 If you want help on Play Store compatibility issues you need to show us 
 the Manifest.

 On Friday, May 17, 2013 9:28:43 PM UTC+1, bob wrote:

 Well, I'm continuing to investigate why Google suddenly thinks my app is 
 incompatible with certain devices.  I went to the Play Store and created 
 this compatibility screen shot:


 https://lh6.googleusercontent.com/-bN8RhI8X9mo/UZaS7QLWZ8I/Ae4/374B1EPPm10/s1600/playstore.png


 It confirms that Google does in fact believe my app is incompatible with 
 the Nexus 7 and the Galaxy Tab.  Interestingly, the Nexus 7 it says it is 
 incompatible with is the very device I developed and tested the most recent 
 update on.

 Please let me know if you see any rhyme or reason to this.

 Thanks.


 On Friday, May 17, 2013 11:16:52 AM UTC-5, bob wrote:

 Heh… I've been looking into this, and the Nexus 7 is saying the same 
 thing.

 This is very interesting as I'm pretty sure I downloaded the app as a 
 test to the Nexus 7 from Play Store a few days ago.

 So, it seems like, a few days ago, version 59 of my app was compatible 
 with the Nexus 7.  And, today, for some reason, version 59 is supposedly 
 not compatible.

 Not sure what I can do except wait and hope this gets fixed.

 Thanks.


 On Friday, May 17, 2013 9:42:54 AM UTC-5, bob wrote:

 Hmm… I'm seeing something similar.

 My app is supposedly not compatible on the Galaxy Tab 10.1:


 https://lh5.googleusercontent.com/-NCgl7hkQ_cg/UZZB18hne4I/Aeo/RkAr85u5r30/s1600/notcompat2.jpg


 It only requires Android 1.5, and I think it was compatible a few days 
 ago before I made a minor change.

 Thanks.


 On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question... 
  

 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware
  


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread RichardC
uses-permission android:name=android.permission.READ_PHONE_STATE  
/uses-permission

How about required=false on the above as Samsung GT-P3110 is not a phone, 
just a tablet.

On Friday, May 17, 2013 10:23:11 PM UTC+1, bob wrote:

 Okay.  Here is the manifest:
 *   *
 ?xml version=1.0 encoding=utf-8?
 manifest xmlns:android=http://schemas.android.com/apk/res/android;
 android:installLocation=preferExternal
 package=com.myapp
 android:versionCode=59
 android:versionName=59.0 

 uses-sdk android:minSdkVersion=3 /

 uses-permission android:name=android.permission.INTERNET 
 /uses-permission
 uses-permission android:name=android.permission.READ_PHONE_STATE 
 /uses-permission
 uses-permission 
 android:name=android.permission.ACCESS_NETWORK_STATE 
 /uses-permission

 application
 android:name=MyApplication
 android:icon=@drawable/icon2
 android:label=@string/app_name 
 activity
 android:name=.My_Activity
 android:label=@string/app_name
 android:screenOrientation=landscape
 android:theme=@style/Theme.NoBackground 
 intent-filter
 action android:name=android.intent.action.MAIN /

 category android:name=android.intent.category.LAUNCHER 
 /
 /intent-filter
 /activity
 activity
 android:name=com.google.ads.AdActivity
 android:configChanges=keyboard|keyboardHidden|orientation /


 activity
 android:name=com.greystripe.android.sdk.AdView
 android:configChanges=keyboard|keyboardHidden|orientation 
 intent-filter
 category android:name=android.intent.category.LAUNCHER 
 /
 /intent-filter
 /activity
 /application

 /manifest
 * *
 Thanks.




 On Friday, May 17, 2013 4:18:39 PM UTC-5, RichardC wrote:

 If you want help on Play Store compatibility issues you need to show us 
 the Manifest.

 On Friday, May 17, 2013 9:28:43 PM UTC+1, bob wrote:

 Well, I'm continuing to investigate why Google suddenly thinks my app is 
 incompatible with certain devices.  I went to the Play Store and created 
 this compatibility screen shot:


 https://lh6.googleusercontent.com/-bN8RhI8X9mo/UZaS7QLWZ8I/Ae4/374B1EPPm10/s1600/playstore.png


 It confirms that Google does in fact believe my app is incompatible with 
 the Nexus 7 and the Galaxy Tab.  Interestingly, the Nexus 7 it says it is 
 incompatible with is the very device I developed and tested the most recent 
 update on.

 Please let me know if you see any rhyme or reason to this.

 Thanks.


 On Friday, May 17, 2013 11:16:52 AM UTC-5, bob wrote:

 Heh… I've been looking into this, and the Nexus 7 is saying the same 
 thing.

 This is very interesting as I'm pretty sure I downloaded the app as a 
 test to the Nexus 7 from Play Store a few days ago.

 So, it seems like, a few days ago, version 59 of my app was compatible 
 with the Nexus 7.  And, today, for some reason, version 59 is supposedly 
 not compatible.

 Not sure what I can do except wait and hope this gets fixed.

 Thanks.


 On Friday, May 17, 2013 9:42:54 AM UTC-5, bob wrote:

 Hmm… I'm seeing something similar.

 My app is supposedly not compatible on the Galaxy Tab 10.1:


 https://lh5.googleusercontent.com/-NCgl7hkQ_cg/UZZB18hne4I/Aeo/RkAr85u5r30/s1600/notcompat2.jpg


 It only requires Android 1.5, and I think it was compatible a few days 
 ago before I made a minor change.

 Thanks.


 On Thursday, May 16, 2013 10:20:07 AM UTC-5, MagouyaWare wrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question... 
  

 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware
  


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread bob
I don't think there is a requiredattribute for the uses-permission tag.

Thanks.

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread Justin Anderson
You need to do a combination of uses-permission and uses-feature...
Certain permissions automatically set the feature to be required.  If you
don't want it to be required you need to specify that the feature is not
required using uses-feature:


   -
   
http://developer.android.com/guide/topics/manifest/uses-permission-element.html
   - developer.android.com/guide/topics/manifest/uses-feature-element.html



Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, May 17, 2013 at 9:24 PM, bob b...@coolfone.comze.com wrote:

 I don't think there is a requiredattribute for the uses-permission tag.

 Thanks.

 --
 --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread bob
Why is it not compatible?

Why not just make it compatible?

Thanks.


On Thursday, May 16, 2013 2:23:45 AM UTC-5, Avinhood wrote:

 Hi,

 Please help me on this. I have an app on Play which is not compatible on a 
 this specific device Samsung  GT-P3110, a 7tab.

 Its compatible on other tabs and devices and on Samsung devices too.

 I know that we have to include this code in the Manifest.
 supports-screens
 android:anyDensity=true
 android:largeScreens=true
 android:normalScreens=true
 android:resizeable=true
 android:smallScreens=true 
 /supports-screens
 I have not used this code in the manifest yet but doubt if the problem due 
 to this.

 Please help or throw some light on this issue.



-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question...


 Why not just make it compatible?

Because he doesn't know why it isn't compatible...


Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson

 I know that we have to include this code in the Manifest.
 supports-screens
 android:anyDensity=true
 android:largeScreens=true
 android:normalScreens=true
 android:resizeable=true
 android:smallScreens=true 
 /supports-screens
 I have not used this code in the manifest yet but doubt if the problem due
 to this.


If you know that you have to include this code in the manifest then include
it and see if it fixes your problem.  The only way to get rid of your
doubt as to whether this is the problem is to TRY it and see if it fixes
your problem.  If it does then you have no need to doubt.  If it doesn't,
then you KNOW  something else is causing the problem.


Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, May 16, 2013 at 9:20 AM, Justin Anderson magouyaw...@gmail.comwrote:


 On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 Why is it not compatible?

 I believe that would be his question...


 Why not just make it compatible?

 Because he doesn't know why it isn't compatible...


 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.