[android-developers] Re: Retreive Special characters from sqlite files.

2013-03-25 Thread Zsolt Vasvari
P.S - letters with accents can be unicode as well... it's actually better this way than to use a special character set. UTF-8 is just an encoding of Unicode. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread Zsolt Vasvari
Maybe I am missing something obvious -- what exactly is this new security feature supposed to solve? I mean, anybody who connects the device to a PC, presumably, can also click OK on the pop-up message. On Thursday, February 21, 2013 10:12:43 PM UTC+8, Mark Murphy (a Commons Guy) wrote:

Re: [android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread Zsolt Vasvari
Oh, it meant to prevent debugging a locked device. That makes sense... Is there a way to revoke the permission? I cannot see an obvious setting. On Friday, February 22, 2013 3:39:25 PM UTC+8, Zsolt Vasvari wrote: Maybe I am missing something obvious -- what exactly is this new security

Re: [android-developers] Refund

2013-02-18 Thread Zsolt Vasvari
Of course, if you use the License Verification Library, the app will (should) stop working after it fails the license check. On Monday, February 18, 2013 10:53:37 AM UTC+8, TreKing wrote: On Sun, Feb 17, 2013 at 10:57 AM, Patrick patrick...@gmail.comjavascript: wrote: If I refund an app,

[android-developers] Re: Dynamic Application Theme

2013-02-02 Thread Zsolt Vasvari
No, I finish() the startup activity in onCreate() in which case it is never made visible. This is documented somewhere. On Friday, February 1, 2013 9:18:10 PM UTC+8, Pent wrote: I have a StartUp Activity, which, based on user preference, can start the app in various real activity. So,

Re: [android-developers] Re: My game has cloned/stolen, how has this happend?

2013-02-02 Thread Zsolt Vasvari
You can unpublish your app which will remove it from the Play Store. You just cannot remove it from the Developer Console. On Saturday, February 2, 2013 5:53:37 AM UTC+8, Adam wrote: Yeah, that's what I thought. As I said, I'd be more than happy to take my app down. But I can't. It's a

[android-developers] Re: Sharp drop in downloads jan 31?

2013-02-02 Thread Zsolt Vasvari
No, I didn't see this. On Saturday, February 2, 2013 1:40:06 AM UTC+8, Bram Stolk wrote: Hi there, Did anyone else see a sharp drop in downloads on jan 31? I was hoping it could be related to Google's transition to different pay out schedule this month. If not, my app started to do not

[android-developers] Re: Dynamic Application Theme

2013-02-01 Thread Zsolt Vasvari
It's interesting how my app doesn't have this issue. I have a StartUp Activity, which, based on user preference, can start the app in various real activity. So, I guess, I effectively disabled the preview screen, by doing this? On Friday, February 1, 2013 3:43:03 PM UTC+8, Pent wrote:

[android-developers] Re: Dynamic Application Theme

2013-01-31 Thread Zsolt Vasvari
Funny Here's a very recent article on this: http://android.cyrilmottier.com/?p=873 On Friday, February 1, 2013 2:08:54 AM UTC+8, Kostya Vasilyev wrote: I see this in every app with theme switching, mine included. My guess is that when Android performs an activity launch from nothing,

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-30 Thread Zsolt Vasvari
Why would you consider that suspicious? Half of our five star ratings are without a comment. I consider that VERY suspicious. Out of my almost 2000 5-star ratings, at least 95% have a comment to go with it. Can you even leave a rating and not comment? -- -- You received this

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-30 Thread Zsolt Vasvari
My app is a Personal Finance app. The exact same demographics as yours. I literally cannot remember the last time somebody left a rating but not a comment. Is it even possible to do that? That said, last weekend, I had about 10 ratings appear out of the blue without a comment -- but then

[android-developers] Re: GooglePlay changes their payout schedule to 15 days after the end of the month!

2013-01-30 Thread Zsolt Vasvari
Huh? Why? It's probably good for 10% of the developers, bad for 10% and irrelevant for 80%. It all depends when your bills are due or if you are capable of managing your finances. On Thursday, January 31, 2013 12:49:11 PM UTC+8, Héctor Júdez wrote: What do you guys think? This is not

[android-developers] Re: Admob stats for past month..What's yours?

2013-01-30 Thread Zsolt Vasvari
Hi, I don't know But unless you have millions of downloads, having an ad-supported app is really bad idea as far as revenue prospects are considered. On Thursday, January 31, 2013 1:01:32 AM UTC+8, Amel Jose wrote: Hi i started as an android developer.The following is my stats for the

[android-developers] Re: How to get back camera info in android 1.6 to 2.2?

2013-01-30 Thread Zsolt Vasvari
I don't know the answer to your question, but if your app is a newly developed one, I wouldn't worry about supporting Android 2.2 at this point in time. On Wednesday, January 30, 2013 7:35:40 AM UTC+8, saex wrote: in Android 2.3 (API 9), google introduced CameraInfo to check if the given

[android-developers] Re: Using of one application Database into another application

2013-01-30 Thread Zsolt Vasvari
You have to use a shared user ID. Read the Android docs for details. On Thursday, January 31, 2013 2:37:37 PM UTC+8, samuel wrote: I have an application which created database from a text file. I have also pulled the database from the application [data/data/package name/databases/ ] .now i

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Zsolt Vasvari
My app has been published for 2 1/2 years and have 2500+ ratings also. I haven't lost any that I can see. Knock on wood. That said, it sometimes happens that I get an extra batch of phantom' ratings which are removed a few days later. If you want to complain somewhere, may I suggest Google+

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Zsolt Vasvari
248 rates lost in one week. Almost all of the 5 star ratings. I also posted a message in Google Plus with #PlayStore #AndroidDev and no success either. You did? I tried to find your post, but couldn't. -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Application.onCreate Method Randomly Called?

2013-01-18 Thread Zsolt Vasvari
This happens to my app very infrequently also. I also use ACRA and ACRA crashes because it detects that its init() method was called twice (from Application.onCreate()) The only way ACRA init knows that it was called twice is if it wasn't killed between invocations. So this is almost

Re: [android-developers] Explanation: Languages available on some devices but not others?

2012-12-30 Thread Zsolt Vasvari
What does language not supported means? Are you saying you translated your app to Afrikaans but it still shows up in English? Or you have some other issue? On Monday, December 31, 2012 2:37:42 AM UTC+8, Adam Ratana wrote: On Sun, Dec 30, 2012 at 1:21 PM, Mark Murphy

[android-developers] Re: Bug in Google Play store app - it often closes itself after being launched by third-party app

2012-12-17 Thread Zsolt Vasvari
There is a bug in the Google Play store app, but I wasn't sure where to report it. Definitely not here. Hint: Search for Android bug database and the first result will take you to the right place. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Public Play Store statistics ?

2012-12-11 Thread Zsolt Vasvari
Ask the company to invite you to their Developer Console. They can do it under Manage User Accounts on the top left of the (old) Console. On Tuesday, December 11, 2012 7:06:31 PM UTC+8, Jean-Luc TRESSET wrote: Hi We've just produced an application for a third party company which have

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-05 Thread Zsolt Vasvari
think I'm going to setup a little sample project to mess around with the new features before I decide how to incorporate them. On Tuesday, December 4, 2012 1:24:23 AM UTC-5, Zsolt Vasvari wrote: I assume the replacement for MapActivity is MapFragment/SupportMapFragment. Just add one of those

[android-developers] Re: Required: Sr. Java Developer at Boston, MA

2012-12-05 Thread Zsolt Vasvari
Everybody, please mark this post as spam. On Wednesday, December 5, 2012 11:44:37 PM UTC+8, Munawar Ali wrote: Hi Friends, Hope you are doing fine. Please let me know if you have someone with you available for the below mentioned requirement... Please send profiles to

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-03 Thread Zsolt Vasvari
3) You looking for the docs? It's installed locally: $SDK_PATH$/extras/google/google_play_services/docs/reference/com/google/android/gms/maps/package-summary.html On Tuesday, December 4, 2012 11:13:08 AM UTC+8, JP wrote: I started migrating an Android project from the old Google Maps API to

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-03 Thread Zsolt Vasvari
I assume the replacement for MapActivity is MapFragment/SupportMapFragment. Just add one of those to your Activity/FragmentActivity. It's a trivial change. On Tuesday, December 4, 2012 11:13:08 AM UTC+8, JP wrote: I started migrating an Android project from the old Google Maps API to v2.

[android-developers] Re: Migrating existing app to Google Maps API v2

2012-12-03 Thread Zsolt Vasvari
GeoPoint - LatLng presumably Overlay - GroundOverlay (?) On Tuesday, December 4, 2012 11:13:08 AM UTC+8, JP wrote: I started migrating an Android project from the old Google Maps API to v2. Or an attempt at that, rather. A few issues with the brand new documentation aside*), there seems to

[android-developers] Re: smart tv app using android

2012-11-29 Thread Zsolt Vasvari
Do you have Google access in your country? On Friday, November 30, 2012 1:20:01 PM UTC+8, Ananda Krishna wrote: Hi, Can anyone tell how to develop a smart tv remote app using android i.e topics that we need to know and how to begin.. Any help in this regard is appriciated.. Regards,

[android-developers] Re: When can every developer reply to reviews?

2012-11-29 Thread Zsolt Vasvari
Dec 12, 6:00pm. On Friday, November 30, 2012 2:31:00 PM UTC+8, Techni wrote: I am getting some really STUPID comments and it's infuriating that I can do nothing about them -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Samsung not in SDK manager list

2012-11-12 Thread Zsolt Vasvari
As far as I know, you could never get Samsung add-ons via the SDK Manager. On Tuesday, November 13, 2012 3:17:04 AM UTC+8, Simon Giddings wrote: I am using Eclipse Indigo service release 2. The version of the ADK is 20.0.3.v201208082019-427395. When I open the SDK Manager, I noticed that

[android-developers] Re: Application onCreate called more than once?

2012-11-12 Thread Zsolt Vasvari
Post your manifest.xml. I assume that you have your broadcastreceiver or some service running in a separate process. That would cause Application.onCreate to be called multiple times. It would? Please provide a source for this piece of tidbit. -- You received this message because you are

[android-developers] Re: Adding shadow drops to Views

2012-11-04 Thread Zsolt Vasvari
The 2nd method seems very simple to me. If you are looking for a setDisplayShadow(boolean) method, no, there isn't one. On Monday, November 5, 2012 6:02:56 AM UTC+8, onigunn wrote: Hi there, after googling around I'm not quite sure which way is the most common/preferred. I would like to

[android-developers] Forum very slow

2012-11-04 Thread Zsolt Vasvari
Wow, has this forum really slowed down... Where have all the posters have migrated to, I wonder? -- 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

[android-developers] Re: Localized Images in Google Play

2012-11-03 Thread Zsolt Vasvari
Can't do -- it would just make too much sense. The same way, if you have your app localized into a language not on the short list of supported languages for descriptions, you are shit out of luck. As if CS PhD's working in academia were running the Google Play Store Wait On Friday,

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-29 Thread Zsolt Vasvari
No idea why you decided to write what you did, as it contributes nothing to the topic. Get a life, dude. On Monday, October 29, 2012 1:07:08 AM UTC+8, Lew wrote: Zsolt Vasvari wrote: Google hires the best of the best of the best, but they're only human too. I couldn't disagree more

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-29 Thread Zsolt Vasvari
Dude, no body is forcing you to read it, much less so to respond. I commented on the best-of-the-best statement. On Tuesday, October 30, 2012 4:54:55 AM UTC+8, Lew wrote: Zsolt Vasvari wrote: No idea why you decided to write what you did, as it contributes nothing to the topic. Get

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-28 Thread Zsolt Vasvari
Google hires the best of the best of the best, but they're only human too. I couldn't disagree more. I consider myself the best of the best when it comes to efficiency, common sense and business acumen, but they didn't hire me even after a long interview process. I am not trying to

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-28 Thread Zsolt Vasvari
You have to realize they have hundreds of thousands apps in Google Play, with probably many tens of thousands developers. It's impossible to support everyone effectively. But there should be an option for timely, paid support for those developers who are willing to pay for it, and such

Re: [android-developers] Re: LVL suddently stopped working - returns only timeouts

2012-10-28 Thread Zsolt Vasvari
Since you are here, maybe you can answer this: What's with the fact that only Top Developers can reply to comments? What's the definition of a Top Developer and how does one become one? My app is in the top 10 in its category, so I would definitely consider myself a Top Developer, if I went

[android-developers] Re: Google account from different country

2012-10-04 Thread Zsolt Vasvari
It should work. Is it legal? Ask your lawyer -- no body here will give you legal advice. On Tuesday, October 2, 2012 5:41:01 PM UTC+8, Filip Vucetic wrote: Hi guys, my name is Filip and I am from Serbia, in few days I will have my app done and it is going to be free app with in-app

[android-developers] Re: Country selection and app update

2012-10-04 Thread Zsolt Vasvari
I don't know the answer, but I wouldn't worry about since you cannot change the behavior it anyhow short of publishing your app anew. On Thursday, October 4, 2012 4:52:20 AM UTC+8, groups.mh wrote: Some time ago I published an app in the Play Store, later I removed some countries from the

[android-developers] Re: Google account from different country

2012-10-04 Thread Zsolt Vasvari
for a proof of citizenship or anything. On Thursday, October 4, 2012 2:47:16 PM UTC+8, Zsolt Vasvari wrote: It should work. Is it legal? Ask your lawyer -- no body here will give you legal advice. On Tuesday, October 2, 2012 5:41:01 PM UTC+8, Filip Vucetic wrote: Hi guys, my name

[android-developers] Re: Google account from different country

2012-10-04 Thread Zsolt Vasvari
No, you cannot change the country of an account, but you can set up a new account with a new country and transfer all your apps there. You will need to submit a request to Google, but in my case, they transferred my apps in literally 10 minutes after submitting the request. I could not

Re: [android-developers] Re: Google account from different country

2012-10-04 Thread Zsolt Vasvari
In all countries, with the notable exception of the US, you pay taxes where you earn them. If you are a US national/PR, the US government expect you pay US taxes no matter where you earned the money. The first $X is a foreign tax credit which means you don't pay double taxes on the first $X

[android-developers] Re: SEND_TO_VOICEMAIL dont work

2012-10-01 Thread Zsolt Vasvari
My suggestion would be to look at the Android source code and figure out how it's expected to be set. On Monday, October 1, 2012 5:23:07 AM UTC+8, V Romanov wrote: Hello all! A table ContactsContract.Contacts has a field SEND_TO_VOICEMAIL. SEND_TO_VOICEMAIL - An indicator of whether calls

Re: [android-developers] Massive unistalls starting Sept 6

2012-09-17 Thread Zsolt Vasvari
There are always dips, but there hasn't been a massive uninstall shown for my app, FWIW. On Monday, September 17, 2012 9:44:36 AM UTC+8, Jaxily wrote: Well my admob stats are down too, I hope they fix that. On Sunday, September 16, 2012 12:06:30 PM UTC-7, Fran wrote: They have had problems

[android-developers] Re: My new Game Balloon Mania not showing no of downloads

2012-09-10 Thread Zsolt Vasvari
My developer console has in a huge yellow box: 6 September 2012: Stats not updating on Developer Console and Google Play We're aware of the reports that installs data displayed in the Developer Console and on Google Play have not updated. We're investigating this issue and are striving to

Re: [android-developers] Help: My app has violated the spam provisions of the Content Policy

2012-09-01 Thread Zsolt Vasvari
If you have a problem with other apps (your competitors) violating these policies, go ahead and report them. Anybody can report an app for terms violations. On Saturday, September 1, 2012 2:06:29 PM UTC+8, Terry wrote: Thanks to all for contributing on this thread. This discussion has been

Re: [android-developers] Help: My app has violated the spam provisions of the Content Policy

2012-09-01 Thread Zsolt Vasvari
But I still wish that Google's Content Policy could have been somewhat more explisit, and not so hard to understand. loaded with keywords That's not explicit enough for you?? -- You received this message because you are

Re: [android-developers] ActionBar on 2.3 API

2012-08-31 Thread Zsolt Vasvari
Coming right up. On Thursday, August 30, 2012 4:23:33 PM UTC+8, ravi saini wrote: hii please send the complete code of action bar to me also -- 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] App Update with certificate expiring before October 22, 2033

2012-08-23 Thread Zsolt Vasvari
Try to find a Developer Advocate on Google+ and post to them directly. That's your best bet. Waiting for an answer via the official support channel is exercise in futility and will just drive you nuts. On Thursday, August 23, 2012 1:56:46 PM UTC+8, Agnes Ecube wrote: Hi TreKing, we

[android-developers] SD card on Sony Tablet S

2012-08-14 Thread Zsolt Vasvari
I know this is probably not the best place to ask, but I cannot think of a better one. The Sony Tablet S uses an external storage, which is actually internal. It's real SD card is on some other path. My app allows the user to configure their folders using a full path name. My user has done

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Zsolt Vasvari
---rwxr-x system media_rw 2012-02-06 19:30 LOST.DIR d---rwxr-x system media_rw 2012-04-25 18:01 transferred -- K 2012/8/14 Zsolt Vasvari zvas...@gmail.com javascript: I know this is probably not the best place to ask, but I cannot think of a better one. The Sony

Re: [android-developers] SD card on Sony Tablet S

2012-08-14 Thread Zsolt Vasvari
technical user based on some other discussions with him. On Tuesday, August 14, 2012 4:03:20 PM UTC+8, Kostya Vasilyev wrote: 2012/8/14 Zsolt Vasvari zvas...@gmail.com javascript: Well these are his exact words: BUT I can actually create files in that folder using ES file explorer

[android-developers] Re: Android efficiency for huge amount of SQLlite DB records?

2012-08-10 Thread Zsolt Vasvari
Please use Roman numbers. The limit appears to be related to the dataset returned by query. Once it reaches a certain size (don't remember what it is), moving the cursor becomes prohibitively slow. On Friday, August 10, 2012 2:09:29 PM UTC+8, chainz roid wrote: Hello I'm working with

Re: [android-developers] Re: How to use apache commons in my android application

2012-08-10 Thread Zsolt Vasvari
If you want some JAR out of the vast set of Apache Commons projects, you are welcome to try it: put it in libs/, tell Eclipse about it, and hope it works. It does --- I use a few Apache Commons libraries in my app. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-30 Thread Zsolt Vasvari
. El 29/07/2012 08:31, Zsolt Vasvari zvasv...@gmail.com escribió: It skipped one day, the 26th. Back on 27th. No big deal, the OP makes it sounds like it hasn't updated for weeks. On Sunday, July 29, 2012 1:34:53 AM UTC+8, FiltrSoft wrote: sorry, meant hasn't On Saturday, July 28, 2012

Re: [android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-30 Thread Zsolt Vasvari
Since I've been following my apps on GPlay I have never seen it miss a single day. The fact that it did miss 2 full days is remarkable. You must not be following for long. Up until maybe 8 months ago, it would have been remarkable if you did NOT miss 2 full days. A bit exaggeration,

Re: [android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-30 Thread Zsolt Vasvari
I also got updated stats for the 28th, FWIW, so the problem is not universal. Only missing the 26th. On Monday, July 30, 2012 4:53:42 AM UTC+8, Fran wrote: Thats not true, indeed. The original subject was clear about the starting date of the problem. El 29/07/2012 08:31, Zsolt Vasvari

[android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Zsolt Vasvari
It skipped one day, the 26th. Back on 27th. No big deal, the OP makes it sounds like it hasn't updated for weeks. On Sunday, July 29, 2012 1:34:53 AM UTC+8, FiltrSoft wrote: sorry, meant hasn't On Saturday, July 28, 2012 12:00:46 PM UTC-4, Kaptkaos wrote: I was wondering if anyone else

[android-developers] Re: Different orientations for different phones/tablets?

2012-07-27 Thread Zsolt Vasvari
Of course. Check the screen size and lock the orientation for one or the other. On Friday, July 27, 2012 2:10:31 PM UTC+8, limtc wrote: Hi, Is it possible for an app to support one orientation (portrait) for phone but another orientation (landscape) for large form device like tablets?

[android-developers] Re: Different orientations for different phones/tablets?

2012-07-27 Thread Zsolt Vasvari
You should be checking the DPI, not the absolute pixel count. I dont know about the upside down part. On Friday, July 27, 2012 3:49:42 PM UTC+8, limtc wrote: Thanks, this is what I am doing now. I wanted to support portrait/landscape modes for 1280x720/800 device, so this is what I do,

Re: [android-developers] Re: Lock app

2012-07-27 Thread Zsolt Vasvari
No. Thank god. On Friday, July 27, 2012 3:48:45 PM UTC+8, Oleksandr Kruk wrote: Isn't it possible to have some kind of Listener installing it whenever it's uninstalled? On Thursday, 26 July 2012 20:39:43 UTC+1, Kristopher Micinski wrote: You can't reliability do this, don't try. any

[android-developers] Re: ICS/JB adaptation rate

2012-07-27 Thread Zsolt Vasvari
Is yours (and Pent's) app new to the Market? On Friday, July 27, 2012 4:50:57 PM UTC+8, b0b wrote: I have some amazing numbers for my app with ICS+ adoption rate. This is an app that catters to users more likely to be technical thus having high-end phones or tablets Free version:

[android-developers] ICS/JB adaptation rate

2012-07-26 Thread Zsolt Vasvari
I know my app may not be a perfect sample (higher price, more sophisticated users), but it's interesting to see the various SDK level breakdown as of today: Android 2.3.3 - 2.3.7 41.91 % Android 4.0.3 - 4.0.4 34.38 % Android 2.2 9.01 % Android 3.2 8.20 % Android 4.1 2.12 % Android 2.1 2.01 %

Re: [android-developers] Please visit the below link and give ur ideas for my android technica doubts

2012-07-25 Thread Zsolt Vasvari
I have doubts about the mental capacity of some people on here. On Wednesday, July 25, 2012 5:57:44 PM UTC+8, Meena Rengarajan wrote: To set path in Android (Audio Capture) what shoud i do ? On Wed, Jul 25, 2012 at 12:42 PM, Siva Kumar j.sivakumar...@gmail.comwrote: Dear All, Please

[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-21 Thread Zsolt Vasvari
No, that's npt the case. After my OTA JB update, CatLog worked fine with all logs showing, but then, the next day, it did not. I didn't uninstall CatLog or anything. It just stopped working. PS: I also didn't reboot my phone. On Friday, July 20, 2012 9:49:50 PM UTC+7, vt wrote: On

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-14 Thread Zsolt Vasvari
: It is supposed to only show its *own* logs. And I confirm this behavior with CatLog on my own JB device. If you have a different behavior well I guess it's a bug ;) -- B.LUBEK On 07/13/2012 02:39 AM, Zsolt Vasvari wrote: What are we talking about this in this thread? I just tried the CatLog

Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-12 Thread Zsolt Vasvari
What are we talking about this in this thread? I just tried the CatLog app on my official build (JRO03C) build on my Galaxy Nexus and it shows the logcat as it always has. On Friday, July 13, 2012 8:09:50 AM UTC+8, Mark Murphy (a Commons Guy) wrote: On Thu, Jul 12, 2012 at 8:02 PM, Peter

[android-developers] AndroidManifest -- exported item permissions

2012-07-09 Thread Zsolt Vasvari
Marks latest post ( http://commonsware.com/blog/2012/07/09/dont-advertise-intent-filters-that-are-not-yours.html ) made me think of this question. Google added a bunch of LINT warnings for not having required permissions for items (activites/services/etc) exported by your app. What's the

Re: [android-developers] AndroidManifest -- exported item permissions

2012-07-09 Thread Zsolt Vasvari
How do you add an annotation to an XML document LINT recognizes? On Tuesday, July 10, 2012 9:46:13 AM UTC+8, Nikolay Elenkov wrote: On Tue, Jul 10, 2012 at 10:40 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Marks latest post ( http://commonsware.com/blog/2012/07/09/dont-advertise

Re: [android-developers] Re: Android 4.1 Jelly Bean GIF Images Not Showing?

2012-07-07 Thread Zsolt Vasvari
If this happens on hardware but not on the emulator, my guess is that this is not really a PNG/GIF issue. I couldn't get Google I/O tickets either, so I cannot help. On Friday, July 6, 2012 11:50:43 PM UTC+8, Josh F. wrote: I will create the bug report as soon as I can get a development

[android-developers] Re: Android 4.1 Jelly Bean GIF Images Not Showing?

2012-07-05 Thread Zsolt Vasvari
this week. On Tuesday, July 3, 2012 11:47:04 PM UTC-7, Zsolt Vasvari wrote: And we have no idea why you mention Webkit. On Wednesday, July 4, 2012 2:03:29 PM UTC+8, Subramanya Somayaji wrote: We have no Idea What are the webkit changes,updates in Jeallybean!! -- You received

Re: [android-developers] Re: Java.Text.DateFormat returns wrong pattern for en-GB in Android 4.0.x

2012-07-05 Thread Zsolt Vasvari
way to handle the date time localization. Thanks, Edward On Wed, Jul 4, 2012 at 12:11 AM, Zsolt Vasvari zvasv...@gmail.com wrote: So are saying that if you go to Settings (NOT your code) and pick the Great Britain language setting, the phone shows all dates in US English format

[android-developers] Re: Android 4.1 Jelly Bean GIF Images Not Showing?

2012-07-04 Thread Zsolt Vasvari
And we have no idea why you mention Webkit. On Wednesday, July 4, 2012 2:03:29 PM UTC+8, Subramanya Somayaji wrote: We have no Idea What are the webkit changes,updates in Jeallybean!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Java.Text.DateFormat returns wrong pattern for en-GB in Android 4.0.x

2012-07-03 Thread Zsolt Vasvari
So are saying that if you go to Settings (NOT your code) and pick the Great Britain language setting, the phone shows all dates in US English format? On Wednesday, July 4, 2012 12:21:42 AM UTC+8, elin wrote: The getAvailableLocales returned en-GB locale. So the en-GB should be available on

Re: [android-developers] Android Lateral List (navigation)

2012-05-29 Thread Zsolt Vasvari
I think he means the partially visible page that can be dragged in like in the Google+ app. On Tuesday, May 29, 2012 7:08:32 AM UTC+8, TreKing wrote: On Mon, May 28, 2012 at 9:31 AM, Davyd Melo davydm...@gmail.com wrote: What library/class can I use? Try the Android SDK / ListView. Also

Re: [android-developers] Android Lateral List (navigation)

2012-05-29 Thread Zsolt Vasvari
. On Tue, May 29, 2012 at 4:03 AM, Zsolt Vasvari zvasv...@gmail.comwrote: I think he means the partially visible page that can be dragged in like in the Google+ app. On Tuesday, May 29, 2012 7:08:32 AM UTC+8, TreKing wrote: On Mon, May 28, 2012 at 9:31 AM, Davyd Melo davydm

Re: [android-developers] Application temporarily free

2012-05-26 Thread Zsolt Vasvari
What you want cannot be achieved for a very good reason: if you offered a paid app for free then made it paid again, it would skew your download count and let you obtain a higher ranking in the store. After all, you probably get much more downloads for a free app then a paid one. The best

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Zsolt Vasvari
Slightly off-topic: You realize that Hungry Hippos and Hungry Hippo's are two different meanings, right? The app store title is one, and the game graphics is the other... That said, if I saw that title and the in-game art, I would immediately associate the app with the Hasbro game, so I think

Re: [android-developers] Re: Allow button inside listview to be clickable

2012-05-07 Thread Zsolt Vasvari
Is the same Drawable shows a button clicked OUTSIDE of a list view? Because I have many list views with buttons and I don't have any problems showing state changes. On Tuesday, May 8, 2012 6:55:48 AM UTC+8, Juliano Nunes wrote: The click event is occurring as I tested with a toast message.

[android-developers] Re: Different Font Size on a Button

2012-05-06 Thread Zsolt Vasvari
Here's the code I use to make an arbitrary CharSequence smaller private static final float SMALL_TEXT_RELATIVE_SIZE = 0.8f; public static CharSequence makeSmaller(CharSequence text) { SpannableStringBuilder smaller = new SpannableStringBuilder(text);

[android-developers] Re: Does internationalization increase visibility of your app in the various stores?

2012-05-06 Thread Zsolt Vasvari
Only Google knows -- and they won't tel you. At this point, I really believe that, at least, for the top X number of apps in a category, the rankings are manually done. If you want, we can discuss this off list. On Sunday, May 6, 2012 10:34:08 PM UTC+8, Rich wrote: If I provide string

[android-developers] Re: Debugging code that cause's a hardware restart of the phone :?

2012-04-30 Thread Zsolt Vasvari
Very interesting -- the last few days, my Galaxy Nexus has started rebooting a few times a day when pushing the app to it using Eclipse. I cannot think of a trigger event that started this behavior. On Tuesday, May 1, 2012 4:13:36 AM UTC+8, ThomasWrobel wrote: Ok, I am using a HTC Legend.

Re: [android-developers] Google Play statistics

2012-04-30 Thread Zsolt Vasvari
It's clearly spelt out on the bottom of the statistic page: Application statistics are updated daily. So, while you sarcastic comment is probably fine lots of times -- the market is doing as it say it does in this instance. On Tuesday, May 1, 2012 12:40:40 AM UTC+8, MagouyaWare wrote:

[android-developers] Re: Selling paid apps at Google Play

2012-04-28 Thread Zsolt Vasvari
PM UTC+4, Zsolt Vasvari wrote: Correct, since there is no longer Google group for Market, this group is your best bet. As far your question: You don't need a company, in the legal sense of the word to sell apps. As long as you paid your $25 fee with a US credit card with a US

[android-developers] Re: Selling paid apps at Google Play

2012-04-27 Thread Zsolt Vasvari
Correct, since there is no longer Google group for Market, this group is your best bet. As far your question: You don't need a company, in the legal sense of the word to sell apps. As long as you paid your $25 fee with a US credit card with a US billing address, your account should be in

Re: [android-developers] Fragment.onActivityResult is not called

2012-04-25 Thread Zsolt Vasvari
I am sure it will be fixed in whatever the next version of Android is and if they back port the fix and the phones get updated (likelihood: 0.0001%). So unless you are targeting ONLY the non-yet public next version of the SDK, you might as well just not even assume this fix exists and code

Re: [android-developers] Fragment.onActivityResult is not called

2012-04-25 Thread Zsolt Vasvari
Oh, I see this is from 2011, not this March. Never mind -- the fix should certainly be part of 3.2 and ICS. On Thursday, April 26, 2012 10:09:38 AM UTC+8, Zsolt Vasvari wrote: I am sure it will be fixed in whatever the next version of Android is and if they back port the fix and the phones

[android-developers] Android Device is not Listed in Android Device Chooser

2012-04-22 Thread Zsolt Vasvari
I think only one ball is supported, not Ball 2. -- 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] Re: How to upload large video files to FTP Server

2012-04-21 Thread Zsolt Vasvari
Find out what caused the corruption and fix it. On Saturday, April 21, 2012 1:28:39 PM UTC+8, ashish wrote: Hi guys i am getting a problem on uploading large video files to ftp server,files are uploading but the data got courrpted and when we download that file,it is not playable and

[android-developers] Re: ICS holo list selector performance

2012-04-20 Thread Zsolt Vasvari
Are you referring to a multi-pane layout with multiple fragments? On Friday, April 20, 2012 2:25:16 PM UTC+8, Jon Perlow wrote: I'm trying to improve the transition of an Activity containing a ListView that navigates to another Activity containing a ListView when the user selects an item.

Re: [android-developers] UI Guidelines? What is the correct place for checkboxes and radio boxes?

2012-04-18 Thread Zsolt Vasvari
Go to the source and ask him: https://plus.google.com/113735310430199015092/posts/ADZRqnt7PHj On Wednesday, April 18, 2012 10:10:52 PM UTC+8, Rainer wrote: No more weird than are Web sites or Windows apps, where checkboxes also roam freely. You can always find worse examples :) However,

Re: [android-developers] Re: How to stop getCount() of ArrayAdapter for custom listview from being called automatically?

2012-04-18 Thread Zsolt Vasvari
You need to make sure the getCount() call always returns something valid. Exactly. getCount() is part of the contract of the Adapter. Even if you could work around some issue you are having, you may still break on the next version of Android as they may decide to call getCount() at

[android-developers] Android 4.0.3 install % overtakes 3.2 for my app

2012-04-17 Thread Zsolt Vasvari
...and almost caught up to 2.2. Very surprising. This is not a new app, it's been in the Android Market for 18 months. Android 2.3.3+ 4,261 57.11 % Android 2.2 977 13.09 % Android 4.0.3 835 11.19 % Android 3.2 834 11.18 % -- You received this message because you are subscribed to the

[android-developers] Re: Google's 1099-K

2012-04-17 Thread Zsolt Vasvari
, Zsolt Vasvari zvasv...@gmail.com wrote: Looks like,according to the link TreKing posted, you had to made $20,000 (before the 30%) OR made 200 transactions. I don't know what constitutes a transaction, individual sales or monthly payouts, but that's what it says

[android-developers] Re: Google's 1099-K

2012-04-17 Thread Zsolt Vasvari
Well, if you feel setting yourself up for a sure-fire audit, go with this advice. But I think it's more pragmatic to start with Google's number, and deduct as much Commission to match what you received, even if it's slightly more than 30%, like it was in my case. On Wednesday, April 18,

[android-developers] Re: Is frame extraction possible?

2012-04-17 Thread Zsolt Vasvari
Not sure what's possible, but since Google Goggles does something like this, my guess is that it's at least doable. On Wednesday, April 18, 2012 10:46:28 AM UTC+8, Taylor Niver wrote: I asked a question yesterday but didn't get much guidance (at least not enough to get me where I need to

[android-developers] Re: Problem while integrating Facebook in android application

2012-04-16 Thread Zsolt Vasvari
Well, since you don't follow the guidelines of this forum, I don't have much faith how much you follow FB's guidelines. On Apr 16, 1:41 pm, Kamal Kambe kka...@kiwiup.com wrote: Hi, I'm trying to integrate facebook in my android application. I followed the guidelines provided in facebook

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-14 Thread Zsolt Vasvari
It appears that no one on this forum has more insight into number 2. Darn. If Dianne hasn't chimed in, there is probably not much hope that you will get an answer. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Task switcher image

2012-04-13 Thread Zsolt Vasvari
AFAIK, you cannot. This is also a security issue as you may expose sensitive information via the automatic screen shot. On Friday, April 13, 2012 8:58:14 AM UTC+8, Brett wrote: In ICS especially, there is a new was to switch tasks like the old way of holding down the home key. Now you see

  1   2   3   4   5   6   7   8   9   10   >