Re: [android-developers] Re: canvas.drawCircle broken with hardware acceleration on 4.1?

2013-06-22 Thread Romain Guy
You can find a list of limitations here: http://developer.android.com/guide/topics/graphics/hardware-accel.html (see Unsupported Drawing Operations). We will update this page with a table listing the limitations per API level. That table will also list limitations such as the one you're running in

Re: [android-developers] How to support Redeem Code in Android App?

2013-06-22 Thread John Coryat
We implemented this feature using In-App billing unmanaged items. It's a handy feature to let testers, reviewers and others get premium access by using a code in the app itself. We have a fairly extensive backend server system so it's not a burden. -John Coryat On Saturday, June 22, 2013 10:26

Re: [android-developers] How to support Redeem Code in Android App?

2013-06-22 Thread ASB
Yes, I wanted this feature. On Saturday, 22 June 2013 11:01:20 UTC+5:30, Michael Leung wrote: > > Do you mean you send the code to the users then they can download your app > free. I don't think Google play has this function. > > > On Sat, Jun 22, 2013 at 1:54 PM, ASB >wrote: > >> Hi Android Deve

Re: [android-developers] Socket Programing

2013-06-22 Thread Peter Teoh
Based on your client and server code, which is found here (copied wholesale): http://stackoverflow.com/questions/8045796/server-client-android-to-pc-communication-issue I think I can guess what u are looking for. You are looking for a piece of code that run on the "server", which in your case

Re: [android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread Tamás Kovács
You misinterpret the issue (read my posts again) Indeed, SD card is not equal to external storage. But it CAN be, if the manufacturer decides to return it when you call getExternalFilesDir or getExternalStorageState. This is exactly my problem: in case of HTC One V, the API considers the SD car

Re: [android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread RichardC
External Storage != SD Card (read the docs) External Storage is the part of the Android file system mounted "externally" when you attach the phone to a computer (via USB) and enable file sharing. It does NOT need to be the SD Card. On Saturday, June 22, 2013 11:55:14 PM UTC+1, Tamás Kovács wrot

Re: [android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread Tamás Kovács
Of course I do. My problem is that if the user has no SD card put to the optional slot, my app will not install (it needs APK Expansion from Google Play). This is because getExternalStorageState() and getExternalFilesDir() will not return the internal storage unfortunately, even though my app c

Re: [android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread TreKing
On Sat, Jun 22, 2013 at 5:25 PM, Tamás Kovács wrote: > And since SD card is not mandatory, it will not find it and my app needs > it. > So check that the external storage exists first. - TreKing

[android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread Tamás Kovács
Thanks for your reply. Unfortunately, my problem is exactly the opposite!! On this device, Android API returns the "external SD card" instead of the large in-built partition! And since SD card is not mandatory, it will not find it and my app needs it. 2013. június 23., vasárnap 0:07:46 UTC+2 i

[android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread Kostya Vasilyev
Is this yet another phone that has a "large built-in memory partition" -- *and* a microSD card? This has been a mess for years. Android APIs will return the "large built-in memory partition" as the "external storage", and you're on your own trying to discover the path to microSD. https://group

[android-developers] Re: HTC One V "getExternalStorageState"

2013-06-22 Thread Tamás Kovács
Please, even if someone has One V and does NOT encounter this problem (i.e. internal storage is assigned to getExternalFilesDir), let me know. 2013. június 22., szombat 22:43:04 UTC+2 időpontban Tamás Kovács a következőt írta: > > Hello, > > getExternalStorageState() and getExternalFilesDir(nul

[android-developers] HTC One V "getExternalStorageState"

2013-06-22 Thread Tamás Kovács
Hello, getExternalStorageState() and getExternalFilesDir(null) try to access the external SD card on HTC One V. But external SD card is not always given when you buy a phone. Is this standard? Doesn't google make it mandatory that "external storage" must be accessible on every Android phone?

[android-developers] Use actionbar settings dropdown options to start new activity

2013-06-22 Thread Shadab Khatib
How can I use the actionbar's settings dropdown menu's items to open a new acitivity? Is it the same way as we write to open new activity for menu or is it using ActionBar class. The app is working fine but the new activity is not starting. I have entered the activity in the manifest only with i

[android-developers] Re: help me to get android Map key

2013-06-22 Thread VenomVendor™
This should help you http://venomvendor.blogspot.in/2013/04/generating-api-key-for-google-mapsv2.html On Friday, 21 June 2013 21:15:18 UTC+5:30, mansur wrote: > > Hi, > > I am trying get android google Map key, where II have followed all the > steps that mentioned > here