[android-developers] Re: NullPointerException when using EasyTracker for analytics

2012-06-27 Thread Tomáš Hubálek
No IDEA what is wrong. Only comment that I get it in Emulator only. On real device(s) it works well. Maybe related to SD card space? Tom On Tuesday, June 19, 2012 11:52:29 PM UTC+2, Efi Merdler-Kravitz wrote: Hi Guys, Once in a while an exception is thrown without a real reason from the

[android-developers] Strange Security exception while reading WiFi info

2012-03-21 Thread Tomáš Hubálek
Hi, I'm getting error report from anonymous user with this stack trace listed bellow. I have no idea what is wrong as I checked permissions and I have uses-permission android:name=android.permission.ACCESS_WIFI_STATE/ in AndroidManifest.xml. Could anybody give me a clue what this exception

[android-developers] Re: HD Displays and JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2011-11-23 Thread Tomáš Hubálek
22, 2011 at 7:27 AM, Kostya Vasilyev kmans...@gmail.com wrote: Using multiple remote views per update is a sure way to get a messed up widget after a configuration change, and sometimes sooner. 2011/11/22 Mark Murphy mmur...@commonsware.com 2011/11/21 Tomáš  Hubálek tom.huba...@gmail.com

[android-developers] Re: HD Displays and JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2011-11-23 Thread Tomáš Hubálek
I have the same feeling :-( On Nov 22, 1:27 pm, Kostya Vasilyev kmans...@gmail.com wrote: Using multiple remote views per update is a sure way to get a messed up widget after a configuration change, and sometimes sooner. 2011/11/22 Mark Murphy mmur...@commonsware.com 2011/11/21 Tomáš

[android-developers] Re: HD Displays and JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2011-11-22 Thread Tomáš Hubálek
@BelvCompScs I'm sorry but I don't understand your reply. What did you want to say? Is it related to my question? How do you think I have to implement it? On Nov 22, 5:53 am, BelvCompSvs fa829...@gmail.com wrote: if you really want to have some fun go listen to Brad Fitzpatrick at the video

[android-developers] HD Displays and JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2011-11-21 Thread Tomáš Hubálek
Hello, my app Make Your Clock Widget (https://market.android.com/details? id=net.hubalek.android.makeyourclock.pro) is generating widget content as custom drawn bitmap. As you probably know there is (not specified in documentation but existing) limit on size of bitmap sent via RemoteViews. It

[android-developers] Re: App Widget (Home Screen Widgets) size in Honeycomb

2011-05-24 Thread Tomáš Hubálek
No commment on this topic? Tom On May 23, 9:16 pm, Tomáš Hubálek tom.huba...@gmail.com wrote: Hello, I followed widget definition guidelines described athttp://developer.android.com/guide/topics/appwidgets/index.html#MetaData and I suspect that formula for calculation of widget size

Re: [android-developers] Re: App Widget (Home Screen Widgets) size in Honeycomb

2011-05-24 Thread Tomáš Hubálek
wrote: Where did you put those values of dimension? it have to be on value folder, widget appwidget-provider xml at what scale? dp ? it works in other device? maybe you have correctly created but the size of your widget Layout not using the entire area... On 23 maio, 16:16, Tomáš Hubálek

[android-developers] App Widget (Home Screen Widgets) size in Honeycomb

2011-05-23 Thread Tomáš Hubálek
Hello, I followed widget definition guidelines described at http://developer.android.com/guide/topics/appwidgets/index.html#MetaData and I suspect that formula for calculation of widget size ((number of cells * 74) - 2) is wrong for Honeycomb. If wanted to create widget of size 6x4, so I added

[android-developers] My widget causing ALSA bufffer underrun?

2010-09-30 Thread Tomáš Hubálek
Hello, I have a widget that has nothing to do with sound and I got report from one user that my widget causes lags in MP3 playing. He sent me log where is time relationship between update of my widget update and ALSA buffer underrun. To be honest, I have no idea how application can affect ALSA

[android-developers] HTC Wildfire Home Screen Widgets issue?

2010-09-23 Thread Tomáš Hubálek
Hello, multiple users reported that my widget does not surviver restart of Htc Wildfire. They said (I have not access to wildfire to test it) that widget works fine but after phone turn off and then on it does not appear (it says loading only). On my phones ADP1 and Galaxy S it work with no

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-18 Thread Tomáš Hubálek
That's crazy. I'm really curios why they are not able to deliver reliable metrics. First issue of such a nature occurred four or five months ago and still not fixed. What is so difficult on this metric? I always thought that Google employs first class brains, best in the industry. They are able

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-15 Thread Tomáš Hubálek
On Wed, Sep 15, 2010 at 4:44 AM, TreKing treking...@gmail.com wrote: Posted this in the other thread. We received a comment from the Market people: Thanks for writing in. We are currently investigating this issue. So far, this appears to be purely a reporting issue: some update events are

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-15 Thread Tomáš Hubálek
The same. I'm absolutely not able to track whether newly implemented changes caused more active installs or less active installs. I really don't understand why omnipotent Google is not able to fix so trivial stuff like reporting. I would like to get explanation what is preventing them from make

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-10 Thread Tomáš Hubálek
WE DEFINITELY NEED GOOGLE'S EXPLANATION Something is going wrong and nobody explained it. I believe we should move to http://www.google.com/support/forum/p/Android+Market?hl=en and ask Google's employees for explanation. Tom On Fri, Sep 10, 2010 at 9:51 PM, Peter Sinnott psinn...@gmail.com

[android-developers] Coordinates of touch/click on Home Screen Widget

2010-09-09 Thread Tomáš Hubálek
Hello, I have a widget and I would like to detect position where user click on some part of the widget's bitmap. I didn't found any way how to detect coordinates of the touch on RemoteViews. Is anybody aware of some trick how to detect it. Only idea I have is create layout with grid of

[android-developers] Re: Fetch recurrent events

2010-09-09 Thread Tomáš Hubálek
Mark, This is correct what are you talking about but Android world is absolutely not ideal. it is full of workarounds and if it weren't then it would be much worse place to live. Android Market is full of programs that are misusing API (eg. all task killers) for something that it was not

[android-developers] Re: Coordinates of touch/click on Home Screen Widget

2010-09-09 Thread Tomáš Hubálek
Only idea I have is create layout with grid of transparent buttons, put by widget's bitmap as background of such a layout and to every button set PendingIntent. I'd worry about the potential performance implications on the home screen for having that complex of an app widget. Otherwise,

Re: [android-developers] Re: Coordinates of touch/click on Home Screen Widget

2010-09-09 Thread Tomáš Hubálek
OK, thanks a lot. Tom On Thu, Sep 9, 2010 at 3:11 PM, Mark Murphy mmur...@commonsware.com wrote: 2010/9/9 Tomáš Hubálek tom.huba...@gmail.com: Thanks for answer. I'm thinking about quite small grid (about 15 or so buttons in total). Oh, that shouldn't be a problem. I was thinking you

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-05 Thread Tomáš Hubálek
If you need assistance with controlled installs/uninstalls I can help you with two phones, just send me instructions to my email. Tom On Sun, Sep 5, 2010 at 9:18 AM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I will try that right now. Good thinking. Report back tomorrow. -John

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-31 Thread Tomáš Hubálek
Hello, I believe that this is some systemic issue with Android Market. Look at average deltas of my two apps. Both dropped significantly around August 28, 2010 and now they are getting slowly to original values. One my app: Date Average daily delta 3.8.2010 20:00:00 1

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-31 Thread Tomáš Hubálek
On Tue, Aug 31, 2010 at 10:16 AM, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: As a side note, how are you guys tracking the daily history of stats? I suppose there's no automated way, right? So we have to set up a spreadsheet and daily copy the data, right? It is manual work. From

[android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-30 Thread Tomáš Hubálek
Well, I'm not sure about this statement because if active install % is an (important) factor in app rankings, then I should very much be I don't think that number of installs has influence on ranking. There are apps with worse rating and less downloads than mine ahead of me. And I don't think

[android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-30 Thread Tomáš Hubálek
On 15 srp, 02:28, TreKing treking...@gmail.com wrote: I think you are - the developer console is useless for pretty much anything besides actually uploading an app (and even that it has trouble with sometimes). That install percent in particular fluctuates so often and so randomly it's hard

[android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-08-30 Thread Tomáš Hubálek
On 26 srp, 16:47, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: I've spotted this thread only now. It's happening to me too - in a week it dropped from a _steady_ 45% (held since several weeks) to 36%, with a single new active install out of regularly increasing new downloads. I even

[android-developers] Re: Paid vs Free, My Early Experience

2010-08-27 Thread Tomáš Hubálek
Mark, you are definitely right. There are few things that Google should do better to help us market out products: - allow to buy and sell in majority of the world - make useful android market web site with short app url that we could advertise. I really don't think that offer APK on my website is

Re: [android-developers] Re: Android Market Licensing: Now Available!

2010-08-03 Thread Tomáš Hubálek
On Tue, Aug 3, 2010 at 11:17 AM, James W jpbwebs...@gmail.com wrote: Hate to say it, but if Apple can do it, why can't Google...? Google don't want? Tom -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: No plan to support Netbeans?

2010-07-29 Thread Tomáš Hubálek
I'm using NetBeans at work daily for more than three years (creating swing based applications) and I adapted to Eclipse really quickly by mapping 10 most useful keyboard shortcuts in Eclipse. Rest of the IDE functionality seems very similar to me. I think it is useless to support more than one

[android-developers] Re: Android Market Licensing: Now Available!

2010-07-28 Thread Tomáš Hubálek
Please open Android Market to more countries. This is really cool feature but currently useless for me. And also I would be happy to use this for in-app purchase if possible. Tom On 28 čnc, 11:32, Mark Carter mjc1...@googlemail.com wrote: Ok, just figured this out. The version code of the app

[android-developers] Re: Android market rules are changed, you must accept it within 30 days but...

2010-07-26 Thread Tomáš Hubálek
It is not only target audience but also supply. I'm from country that can't even sell. I have quite successful application (1300 users rated with more than 4,5 stars and I have a lot of positive comments) and currently I'm covering costs of support and development from donations. If Google does

Re: [android-developers] Re: App Inventor

2010-07-13 Thread Tomáš Hubálek
Neliz, don't worry. No silver bullets exists. There will be always significant limitations and it will be easy for simple tasks an unusable for anything more advanced. What I didn't catch is what is output of this app? Is it Eclipse project? Or APK with huge runtime? Unfortunately I have 1.6

Re: [android-developers] Re: Can I put a donation link in my free app?

2010-07-13 Thread Tomáš Hubálek
just one way in which those of us who are outside the Google Checkout zone are screwed over by the Android market. Regards, Michael A. On Jun 30, 10:21 am, Tomáš Hubálek tom.huba...@gmail.com wrote: And what if market payment pro... On Wed, Jun 30, 2010 at 10:17 AM, Michael A. michael.aki

Re: [android-developers] Re: Can I put a donation link in my free app?

2010-06-30 Thread Tomáš Hubálek
And what if market payment processor does not exist? Currently there is no market payment processor for many countries available? Tom On Wed, Jun 30, 2010 at 10:17 AM, Michael A. michael.aki...@gmail.comwrote: Hi, As I understand it (and as Andrew also mentions); yes - you can put a

[android-developers] Re: What are the advantages of an Android Developers Device?

2010-06-30 Thread Tomáš Hubálek
There is also dark side: Android Market problems in last months, buy and sell allowed in very limited number of countries, uncertainty regarding business model for developer. I don't think that everything is perfect. Tom On 30 čvn, 14:55, CodeFusion cboots1...@gmail.com wrote: Android is going

[android-developers] Re: User comments available in the developer console!

2010-06-30 Thread Tomáš Hubálek
Still provides less info then third party apps like Cyrket or AppBrain. I wish I could see ratings pareto, rating as float number, charts progress of rating and downloads in the time. Tom -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: User comments available in the developer console!

2010-06-30 Thread Tomáš Hubálek
back with explanation. Tom 2010/6/30 Tomáš Hubálek tom.huba...@gmail.com Still provides less info then third party apps like Cyrket or AppBrain. I wish I could see ratings pareto, rating as float number, charts progress of rating and downloads in the time. Tom -- You received this message

[android-developers] Re: Android paid apps in Ireland

2010-06-26 Thread Tomáš Hubálek
On 21 čvn, 10:37, skooter500 skooter...@gmail.com wrote: (though I have users in 22 countries). I am not going to release it for free. It seems I cant sign up for a google checkout merchant account, because I live in Ireland and there are no paid apps allowed on the Irish Android

Re: [android-developers] Re: Crash dumps - Market vs Homegrown

2010-06-25 Thread Tomáš Hubálek
Not sure about 2.x versions but I'm sure that my 1.6 does not support it. And there is till about 50% devices running 1.x versions. Tom On Thu, Jun 24, 2010 at 10:29 PM, Lance Nanek lna...@gmail.com wrote: I‘ve seen Android's built-in crash report option on my Nexus One running 2.1-update1,

[android-developers] Re: Capture home key event

2010-06-24 Thread Tomáš Hubálek
Many users don't understand difference between Home and Back button (according my experience of support of my apps) and in this case they don't understand why screen widget does not appear on home screen while configuration finished with Home button. I'm going to detect somehow that application

[android-developers] Re: GUI Design Patterns of the Twitter Client presented at Google I/O

2010-06-24 Thread Tomáš Hubálek
I'm interested too. Even better would be to extract new GUI components into separate library to allow reuse by other apps. Tom On 24 čvn, 10:07, mboehmer mboeh...@fh-muenster.de wrote: Hi there, there was a talk at Google I/O about design patterns for Android. As an example, the Twitter

[android-developers] Re: Crash dumps - Market vs Homegrown

2010-06-24 Thread Tomáš Hubálek
Nathan, I belive that homegrown (eg. ACRA - http://code.google.com/p/acra/) is must untl Froyo and newer become majority. Correct me if I'm wrong but on older version of Android there is no way how to get info about errors. BTW: I'm using ACRA in all my apps and it made my apps much better.

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-06-24 Thread Tomáš Hubálek
Ayutin, I don't think they relaunch the program. They have enough developers and apps on the Android Market. Tom On 10 čvn, 11:24, ayutin ayu...@gmail.com wrote: I hope they can re-launch the program. I just missed the previous one! On 5月31日, 下午1時50分, Henrik Sandström

[android-developers] Re: Difference between SQLite on HTC Hero (1.5) and Nexus One (FR72)?

2010-06-24 Thread Tomáš Hubálek
Maybe full SQL would give more clue... Tom On 24 čvn, 10:13, Mark Carter mjc1...@googlemail.com wrote: Same data, same code, but different results on these two devices. On the Nexus One, the (INNER JOIN) query runs (first call to Cursor.moveToNext()) after a fraction of a second but on the

Re: [android-developers] Re: Difference between SQLite on HTC Hero (1.5) and Nexus One (FR72)?

2010-06-24 Thread Tomáš Hubálek
and I'd like to simplify it before posting. However, whatever the SQL is, there has to be an explanation for the different outcome. 2010/6/24 Tomáš Hubálek tom.huba...@gmail.com Maybe full SQL would give more clue... Tom On 24 čvn, 10:13, Mark Carter mjc1...@googlemail.com wrote: Same

Re: [android-developers] Re: Capture home key event

2010-06-24 Thread Tomáš Hubálek
having a create button? Another option is to set setResult(RESULT_OK, appWidgetId) and building the initial widget update in the activity's onCreate, so the widget is created by default. -- Kostya 24.06.2010 14:00, Tomáš Hubálek пишет: Many users don't understand difference between Home

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-06-24 Thread Tomáš Hubálek
BTW: I'm developing on ADP1 so I think that next seeding program could go to devs that bought ADP1 or ADP2 and have high quality apps although working with such a old fashioned hardware I have nice idea for app based on FroYo PUSH functionality, but no chance to test it in on my old timer ;-)

Re: [android-developers] MotoBlur Alarm Clock Intent

2010-06-22 Thread Tomáš Hubálek
last major one. Have a good day Tom On Tue, Jun 22, 2010 at 7:57 PM, TreKing treking...@gmail.com wrote: 2010/6/15 Tomáš Hubálek tom.huba...@gmail.com P.S. Various proprietary interfaces makes me crazy. There does not exist standard way how to invoke Alarm Clock Settings. Because the alarm

Re: [android-developers] MotoBlur Alarm Clock Intent

2010-06-22 Thread Tomáš Hubálek
mind. I found one user that is technically skilled and is able to help me. Have a good day Tom On Tue, Jun 22, 2010 at 8:42 PM, TreKing treking...@gmail.com wrote: 2010/6/22 Tomáš Hubálek tom.huba...@gmail.com Motoblur intent is probably last major one. Sure, for now, until the next phone

[android-developers] Re: Android Marketplace Migration Path

2010-06-19 Thread Tomáš Hubálek
Jordan, this is IMHO technically impossible or at least it does not make sense and my be even illegal. What about licenses? Tom On 18 čvn, 23:47, Jordan ijt...@gmail.com wrote: As with any software it would be benficial to have an easy migration path from the main competitor in the landscape.

[android-developers] MotoBlur Alarm Clock Intent

2010-06-15 Thread Tomáš Hubálek
Hello, I have a widget (http://www.appbrain.com/app/ net.hubalek.android.worldclock) that has option to invoke alarm clock settings. Does anybody know what is the intent that I have to invoke for MotoBlur? Thanks Tom P.S. Various proprietary interfaces makes me crazy. There does not exist

Re: [android-developers] Re: Market problems again

2010-06-14 Thread Tomáš Hubálek
The same for me. Number of people ratings dropped by two since Friday. I guess that this number cannot decrease... Number of ratings for my two other my apps didn't decrease but they get a lot of ratings everyday so small drop wouldn't be visible. Tom On Jun 14, 2010 7:35 AM, Zsolt Vasvari

Re: [android-developers] Re: Market problems again

2010-06-14 Thread Tomáš Hubálek
lower than before. I know there are a lot of (secret) factors involved, but I still wouldn't have expected a drop. I dunno. On Jun 14, 2:17 pm, Tomáš Hubálek tom.huba...@gmail.com wrote: The same for me. Number of people ratings dropped by two since Friday. I guess that this number cannot

[android-developers] Re: Market problems again

2010-06-13 Thread Tomáš Hubálek
They are aware of this: http://android-developers.blogspot.com/2010/06/download-count-problems.html Tom On 12 čvn, 21:31, Mr Pants pantssoftw...@googlemail.com wrote: Same here - ETA on fix please Mr Google? I hope it's not going to be like the last one which took ages On Jun 12, 7:19 

[android-developers] Re: App download/install count - market glitch?

2010-06-13 Thread Tomáš Hubálek
http://android-developers.blogspot.com/2010/06/download-count-problems.html On 12 čvn, 17:47, Ken ken0624...@gmail.com wrote: I have couple of apps (billboard100 and xmplayer) that had been reaching download/installs of 10k/9k+ and 9k/6k respectively. This morning the counts dropped to 1k/1k

[android-developers] Re: Adsense for mobile vs Admob

2010-06-09 Thread Tomáš Hubálek
Ken, not sure whether you got permission from Google to share your revenues ;-) but many people has very similar experience with mobile ads. IMHO everybody has similar CTR and this is not serious model how to finance development of mobile apps. Hope Google understands it too and opens AM for

[android-developers] Re: App Pulled from Market

2010-06-08 Thread Tomáš Hubálek
On 8 čvn, 03:44, Scott Kennedy skenned...@gmail.com wrote: I cannot find any written policy that I've violated, but I have a suspicion as to the part of my app that Google didn't like.  I can Can you share what part of your app do you suspect? Tom -- You received this message because you

[android-developers] Re: Android Dev Phone with 2.x?

2010-06-06 Thread Tomáš Hubálek
Not in Czech Republic. Official price here is lower that in shop mentioned in your post. And again: it is not officially rooted! Contrary to phone I bought from Google couple moth ago. Tom On 5 čvn, 17:24, ko5tik kpriblo...@yahoo.com wrote: On Jun 4, 1:28 pm, Tomá¹  Hubálek

[android-developers] Re: Android Dev Phone with 2.x?

2010-06-04 Thread Tomáš Hubálek
čvn, 08:29, Chi Kit Leung michaelchi...@gmail.com wrote: By the way, Google has shutdown their online phone shop ( as I remember). I don't think you can get  Nexus One directly from Google anymore. 2010/6/3 Tomáš Hubálek tom.huba...@gmail.com I'm trying to put this question to the top

[android-developers] Re: Android Dev Phone with 2.x?

2010-06-03 Thread Tomáš Hubálek
I'm trying to put this question to the top again as I would like to know the answer from Google. For me as owner of ADP1 is starts more and more important as I don't believe in official Froyo port for ADP1. Thanks Tom On 21 kvě, 06:57, Tomáš Hubálek tom.huba...@gmail.com wrote: Nexus One

[android-developers] Re: Developer Console not showing number of apps

2010-06-02 Thread Tomáš Hubálek
I have the same issue. It looks like http://www.google.com/support/forum/p/Android+Market/thread?hl=entid=62421154b5203024 is still not solved. Tom On 1 čvn, 05:09, Edim eders...@gmail.com wrote: Hello, ps: sorry about my English... I had published an app and in two days the number of

[android-developers] Re: Developer Console not showing number of apps

2010-06-02 Thread Tomáš Hubálek
Edim, there is still issue (today we celebrate first week anniversary of this issue as this issue still seems to be living) in Developer Console (http://www.google.com/support/forum/p/Android+Market/thread? tid=62421154b5203024hl=en). Please fill out this form

[android-developers] Re: Downloads Active installs numbers frozen on Developer Console?

2010-05-31 Thread Tomáš Hubálek
This topic is discussed in Android Market Help forum: http://www.google.com/support/forum/p/Android+Market/thread?fid=62421154b5203024000487b7a0fe93e2hl=en Google Engineers are aware of this issue and are working on it. Tom On 31 kvě, 09:51, Yorgos X yor...@gmail.com wrote: Hello, For at

[android-developers] Re: Downloads Active installs numbers frozen on Developer Console?

2010-05-31 Thread Tomáš Hubálek
BTW: I have a question. Is any developer here who is NOT AFFECTED? I'm curious how big this issue is. Thanks Tom -- 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

[android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-27 Thread Tomáš Hubálek
I'm still afraid that sales via slideme.org will be just a very small fraction comparing to selling my own licence keys to free apps via paypal. If you compare download rates for the same app on Android Market and on Slideme there is significant difference. But slideme.org is IMHO a proof that

Re: [android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-27 Thread Tomáš Hubálek
the developers to use their authorize payment processor. 2010/5/26 Tomáš Hubálek tom.huba...@gmail.com What makes me crazy about Amir's vision: 1) Not all applications as suitable for AdSupported business model. I can't imagine how Home ... -- Regards, Michael Leung http://www.itblogs.info http

[android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-26 Thread Tomáš Hubálek
i agree with Andy. But there is some alternative markets than google. Unfortunately there is MANY alternative markets with very small share and very uncertain future :-/ Tom -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-26 Thread Tomáš Hubálek
On 26 kvě, 04:37, Andy Savage a...@bluewire.net.nz wrote: I for one certainly wouldn't mind 10% of my revenue going their way if the apps store was fantastic and it was available everywhere. FYI: Google takes 30% of your revenue in chosen countries ;-) -- You received this message because

[android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-26 Thread Tomáš Hubálek
What makes me crazy about Amir's vision: 1) Not all applications as suitable for AdSupported business model. I can't imagine how Home Screen widgets can be paid from Ads. There is too small space where to show ads that I believe it is impossible. 2) I can imagine applications where Ad Supported

[android-developers] Re: Android Market Developer Console Bugs IS NOT WORKING properly for me.

2010-05-26 Thread Tomáš Hubálek
Any update from Developer Console team? Two new bugs are still spook in my Developer Console even they are not new! Where to report bug like this? Thanks Tom On 21 kvě, 09:36, Tomáš Hubálek tom.huba...@gmail.com wrote: I have trouble with this feature. Data there are inconsistent

Re: [android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-26 Thread Tomáš Hubálek
On Wed, May 26, 2010 at 1:11 PM, Mark Carter mjc1...@googlemail.com wrote: In Google IO, they showed an app being installed to a smartphone directly from a desktop browser (via the internet). I'm hoping this will become a way to buy/install apps bypassing the Android Market app and so could

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-05-25 Thread Tomáš Hubálek
surprised at the lack of functionality in the Market for developers. On May 21, 5:09 am, Tomáš  Hubálek tom.huba...@gmail.com wrote: BTW: In different thread they said that the'll not react on petitions, but I still think that this petition is good thing. On 17 kvě, 11:42, rob irondad

[android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-25 Thread Tomáš Hubálek
This sounds terribly. I love AdSense in web pages as it is not annoying but sometimes even useful. But I really hate ads in software. I wish what you wrote bellow is not true :-( Tom On 25 kvě, 20:41, Amir Alagic amirs...@gmail.com wrote: Hi, I don't think that this will happen any time soon

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-21 Thread Tomáš Hubálek
I think that this is also way. But some users hate updates (I got feedback that my app has too often updates ;-) ). I still think that Google should provide API for programmatical verification whether user bought given copy or not. Tom On Fri, May 21, 2010 at 8:14 AM, Ivan Greene

[android-developers] Android Market Developer Console Bugs IS NOT WORKING properly for me.

2010-05-21 Thread Tomáš Hubálek
I have trouble with this feature. Data there are inconsistent!. On dashboard I have TWO new bugs. Going down I see one NEW and one OLD. When I click on NEW link I see one OLD only. When I go down I see bug marked as OLD. More info for Android Market developers: application:

[android-developers] Re: Petitions to Google

2010-05-21 Thread Tomáš Hubálek
On 20 kvě, 16:12, Leigh McRae leigh.mc...@lonedwarfgames.com wrote: On 5/19/2010 11:49 PM, Xavier Ducrohet wrote: First the OP didn't talk about using a preprocessor for xml.  I would agree that that would be odd and there are better tools for that.  Still a preprocessor could be used to

[android-developers] Re: samsung app store

2010-05-21 Thread Tomáš Hubálek
On 21 kvě, 11:48, Juan Delgado zzzar...@gmail.com wrote: +1 I think in the future companies building apps will sell them through their own channels. Sure you can buy Photoshop from many places (including Adobe's website), not only on a single store? At the end of the day you just buy it from

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-05-21 Thread Tomáš Hubálek
BTW: In different thread they said that the'll not react on petitions, but I still think that this petition is good thing. On 17 kvě, 11:42, rob irondad rob.irond...@gmail.com wrote: Hello, fellow developers, Just a quick update on the petition that was posted 3 months ago now, As of now it

[android-developers] Re: G1 phone and update firmware 2.0-2.2 - question

2010-05-21 Thread Tomáš Hubálek
Regarding first question: I'm also interested in. Regarding the second question I created similar thread but no response yet: http://groups.google.com/group/android-developers/browse_thread/thread/37a8a9b34d1b2449# Tom On 21 kvě, 14:00, EvgenyV evgen...@gmail.com wrote: Hi All, 1. Guys

[android-developers] Re: Petitions to Google

2010-05-21 Thread Tomáš Hubálek
, Tomáš  Hubálek wrote: On 20 kvě, 16:12, Leigh McRaeleigh.mc...@lonedwarfgames.com  wrote: On 5/19/2010 11:49 PM, Xavier Ducrohet wrote: First the OP didn't talk about using a preprocessor for xml.  I would agree that that would be odd and there are better tools for that.  Still

[android-developers] Re: G1 phone and update firmware 2.0-2.2 - question

2010-05-21 Thread Tomáš Hubálek
/21 Tomáš Hubálek tom.huba...@gmail.com Regarding first question: I'm also interested in. Regarding the second question I created similar thread but no response yet: http://groups.google.com/group/android-developers/browse_thread/threa... Tom On 21 kvě, 14:00, EvgenyV evgen

[android-developers] Re: samsung app store

2010-05-21 Thread Tomáš Hubálek
On 21 kvě, 16:50, Gabriel Simões gsim...@gmail.com wrote: Well, my opinion: - paid apps (for users) - The problems google have to be able to sell to any country, any store will have: laws! Apple took a lot of time to open an app store here in Brazil and still most of the apps aren´t

[android-developers] Re: Android Dev Phone with 2.x?

2010-05-20 Thread Tomáš Hubálek
Once I saw today's IO 2010 keynote, I think this question starts even more important. Currently available Dev Phones are totally outdated. Tom On 14 kvě, 15:36, Tomáš Hubálek tom.huba...@gmail.com wrote: Hello, I'm owner of ADP1 (1.6 device) but majority of my users have 2.x version. Does

Re: [android-developers] Re: Android Dev Phone with 2.x?

2010-05-20 Thread Tomáš Hubálek
in that it hasn't been given that title officially) On May 14, 9:36 am, Tomáš Hubálek tom.huba...@gmail.com wrote: Hello, I'm owner of ADP1 (1... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Developing UI for Android apps

2010-05-18 Thread Tomáš Hubálek
I'm using Eclipse with Android Plugin. Tom On 18 kvě, 08:25, warunsl waru...@gmail.com wrote: Hello everyone, . I am new to Android programming and have tried writing a couple of apps myself. One thing i noticed is that my application was very poor wrt the UI and the design aspects. I want

[android-developers] Android Dev Phone with 2.x?

2010-05-14 Thread Tomáš Hubálek
Hello, I'm owner of ADP1 (1.6 device) but majority of my users have 2.x version. Does anybody have any idea whether there will be 2.x developer devices? Currently there is just something like HTC Hero available that is still IMHO 1.x device. Also I have one suggestion regarding pricing: Android

[android-developers] Re: new interpreter for Android

2010-05-14 Thread Tomáš Hubálek
I'm also not sure what is the advantage of such a language. I believe that Eclipse Development with full blown Java is more convenient. Tom On 12 kvě, 23:36, Andrei gml...@gmail.com wrote: I am writing pure Java interpreter for Android The language itself looks similar to JavaScript The goal

[android-developers] Re: To copy protect or not to copy protect!? That is the question!

2010-05-14 Thread Tomáš Hubálek
That is some sweet information! I also hope the Android Market does something about it!  Now I'm tracking the numbers using Motally to I think that Google HAVE to DO SOMETHING. From my point of view it would be good enough to provide API to be able programatically verify whether user uses legal

Re: [android-developers] Re: I've found a way to stop piracy of my apps

2010-05-06 Thread Tomáš Hubálek
I believe that every DRM is something that IMHO Google HAVE to SOLVE. Every independent solution is just a hack that may stop working anytime Google wants. Sorry. Tom On Thu, May 6, 2010 at 9:22 AM, westmeadboy westmead...@yahoo.co.uk wrote: How about users who go from using a paid-app-country

[android-developers] Re: Google should prohibit task killers on Android Market

2010-05-04 Thread Tomáš Hubálek
On 4 kvě, 01:06, Eric F ericfrie...@gmail.com wrote: The solution here is a change in attitude. I don't use a task killer on my phone, never have. And my phone sports good performance for weeks on end. Agree. I have task killer but use it really rarely. Obviously the solution isn't to

[android-developers] Re: Google should prohibit task killers on Android Market

2010-05-04 Thread Tomáš Hubálek
Dianne, thanks for answers. In fact one of the problems with the API that the task killers have been abusing is that it was there for the force stop button in the UI.  This is not for killing processes.  This is for making everything about the app stop: not just its processes and services,

[android-developers] Re: Paid apps in more countries - I am sick about it

2010-05-04 Thread Tomáš Hubálek
On 21 dub, 20:08, Lucian Tomuta lucian.tom...@gmail.com wrote: So why not go for Symbian then (well, actually for Nokia's Ovi Store as they support Java apps on Symbian but Series 40 devices as well). Certainly bigger market worldwide and you are welcome to set your price. IMHO Nokia is after

[android-developers] Alarm Clock Settings Invocation?

2010-05-04 Thread Tomáš Hubálek
Hello, In may application I wan't to invoke Alarm Clock Settings. I'm doing it in naive way Intent intent = new Intent(); intent.setClassName(com.android.alarmclock, com.android.alarmclock.AlarmClock); startActivity(intent); This works in almost all phones. But I got a few exception reports

[android-developers] Release Notes before application upgrade

2010-05-04 Thread Tomáš Hubálek
Hello, I noticed that some applications (eg. Vignette) show release notes before updating to new version. This is BEFORE I click on Update button so it needs to be somewhere in application descriptor or somewhere, it is not in application code. Does anybody have any clue where to put such a

Re: [android-developers] Release Notes before application upgrade

2010-05-04 Thread Tomáš Hubálek
In Android Developer Console? On May 4, 2010 8:09 PM, TreKing treking...@gmail.com wrote: 2010/5/4 Tomáš Hubálek tom.huba...@gmail.com Does anybody have any clue where to put such a information? On a server

Re: [android-developers] Release Notes before application upgrade

2010-05-04 Thread Tomáš Hubálek
understand it. On Tue, May 4, 2010 at 8:42 PM, TreKing treking...@gmail.com wrote: 2010/5/4 Tomáš Hubálek tom.huba...@gmail.com Does anybody have any clue where to put such a information? I looked up the Vignette app you mentioned and I think I see what you mean. They have a long description

[android-developers] Re: Best practices for creating multiple app versions from a single codebase?

2010-05-04 Thread Tomáš Hubálek
I'm thinking about the same thing. I believe that http://code.google.com/p/maven-android-plugin/ could be a solution. Maven is very powerful tool for building (we are using it for JEE projects) so I'm sure that it will support also multiple APKs from one source code base. But I didn't looked

[android-developers] Re: Google should prohibit task killers on Android Market

2010-05-04 Thread Tomáš Hubálek
I think that cure can be the same approach as when battery is out of power. There is button Why? and it shows major consumers of the power. I think that Google could include in Android also some tool that shows major CPU Memory eaters. Users after this info will decide whether they want such a

[android-developers] Google should prohibit task killers on Android Market

2010-05-03 Thread Tomáš Hubálek
Hello, I'm on developer of Digital World Clock Widget (http:// www.appbrain.com/app/net.hubalek.android.worldclock). I'm receiving a few emails per week with complain that my widget stopped working. In all cases when we do investigation the cause is some kind of task killer. What is worse that