Re: [android-developers] How to draw button on canvas?

2011-06-03 Thread Yorgos X
Has anyone found a solution to this? I am struggling, using the same code, but still the button is always drawn on the top left corner of the parent view. please help on this, regards Yorgos On Wed, Jan 19, 2011 at 8:35 AM, sach sach.le...@gmail.com wrote: I am using a class BoardView which

[android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
Hi, I am using a receiver to handle the receipt of the BOOT_COMPLETED action. It works well when I am restarting my phone (an HTC Desire HD) but not when I use power off and then start it up. The receiver is never called and it seems as if the BOOT_COMPLETED action is never sent. I also noticed

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
nope, not even rooted or anything. just a phone off a shop shelf, untouched :) On Fri, Feb 4, 2011 at 12:51 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: I am using a receiver to handle the receipt of the BOOT_COMPLETED action. It works well when I am restarting my phone (an HTC Desire

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
Is the app installed on the memory card? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 04.02.2011 13:55 пользователь Yorgos X yor...@gmail.com написал: nope, not even rooted or anything. just a phone off a shop shelf, untouched :) On Fri, Feb 4, 2011 at 12:51 PM, Marcin Orlowski

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
android:name=.MyIntentReceiver intent-filter action android:name=android.intent.action.BOOT_COMPLETED / category android:name=android.intent.category.HOME / /intent-filter /receiver /application 2011/2/4 Yorgos X yor...@gmail.com

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
and not bot power off and restart, when I power off and then start up again, the action is received normally. On my phone it works well on restarting but not when powering off and then starting. On Fri, Feb 4, 2011 at 1:09 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: 2011/2/4 Yorgos X yor

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
this on their devices to confirm it is happenning for a fact? I unchecked this setting and my receiver works on both power off/startup and restart. On Fri, Feb 4, 2011 at 1:15 PM, Yorgos X yor...@gmail.com wrote: yeah, i have checked the logs and thre is no indication of the app starting or the action

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
HTC Desire HD On Fri, Feb 4, 2011 at 1:54 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 4 February 2011 12:31, Yorgos X yor...@gmail.com wrote: Mysteriously enough (new phone, haven't explored it much), a setting was preset to fast boot the device (is called Fast boot - turn off

Re: [android-developers] RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-04 Thread Yorgos X
(or elsewhere) this checkbox resides? Thanks! On Fri, Feb 4, 2011 at 7:06 AM, Yorgos X yor...@gmail.com wrote: HTC Desire HD On Fri, Feb 4, 2011 at 1:54 PM, Marcin Orlowski webnet.andr...@gmail.com wrote: On 4 February 2011 12:31, Yorgos X yor...@gmail.com wrote: Mysteriously

[android-developers] supporting more devices - minSDKversion, support-screens

2010-12-15 Thread Yorgos X
Hello all, please provide your feedback on this: I have had an android app for a good while now o the market, which I was building using SDK 1.5 and only having set minSDKVersion = 3, no targetSDKVersion and no support-screens. I have noticed that some devices couldn't see it on the market and

Re: [android-developers] supporting more devices - minSDKversion, support-screens

2010-12-15 Thread Yorgos X
layout is now broken and strangely looking on the same device, on which was showing perfectly when compiling with 1.5 and just minSDKversion=3. Doesn't this seem absurd? On Wed, Dec 15, 2010 at 12:12 PM, Kostya Vasilyev kmans...@gmail.comwrote: 15.12.2010 12:57, Yorgos X пишет: I have noticed

Re: [android-developers] Google Maps App

2010-07-07 Thread Yorgos X
Hi there, I have experienced the same behaviour on my device. Have you figured out a way to overcome this issue? please let me know if you have?. cheers! On Thu, Jun 10, 2010 at 3:50 PM, zohar lerman lirazo...@gmail.com wrote: Hi, I have several Android devices and each of them has different

[android-developers] show map intent shows my location first, take a look

2010-07-06 Thread Yorgos X
Hi, I have found this erroneous behaviour on my phone, please let me know if you have any idea how to resolve it: I am trying to open a google maps intent using the following URI: geo:latitude,longitude?z=zoom However, when I open this intent, the gps on the device starts and google maps first

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

2010-05-31 Thread Yorgos X
Hello, For at least 5 days now the number of downloads and active installs have remained the same, surprisingly since it was changing day by day. I still see through my server that new people are registering, so definitely the counters are broken or the numbers dont get refreshed. Has anyone had

[android-developers] minSdkVersion set to 3, but device with 1.5 firmware doesnt recognize the app

2010-03-29 Thread Yorgos X
Hi there, I have set my in my application's manifest minSdkVersion=3 (I havent set any targetSdkVersion). A friend purchased an HTC Magic with firmware 1.5 and he can't view the app in the market or download the app from a market url. It seems as if the app is not compatible with the device even

Re: [android-developers] Re: App not visable on a 1.5 device

2010-03-29 Thread Yorgos X
i am having the same problem, did you eventually figure out the cause of it? cheers! On Wed, Feb 24, 2010 at 3:20 PM, Namrata puranik.namr...@gmail.com wrote: Following works for me try with removing android:targetSdkVersion=4 uses-sdk android:minSdkVersion=3/ -- Namrata On Feb 24, 4:51

[android-developers] Re: Nexus One - Geocoder causes IOException - works perfectly with other devices and emulator

2010-01-26 Thread Yorgos X
same thing happens for me, only it never works so far...has anyone found out why this happens? On Jan 22, 6:01 pm, Stefan Klumpp stefan.klu...@gmail.com wrote: Okay. The weird thing is now: sometimes it works. Sometimes it doesn't. Anyone a clue? On Jan 18, 5:20 pm, Stefan Klumpp