[android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-07 Thread beemer
ain/first > account on the device) to associate applications with an account. So even if > you have 10 Google accounts on a device, only the main one is associated > with the Market. > > > > On Wed, Oct 6, 2010 at 12:11, beemer wrote: > > I'm having the same issue an

[android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-06 Thread beemer
red Google apps account, not develeper. Tried as test and Not test account. OK- As defined in the developer profile OK. On 6 oct, 12:50, beemer wrote: > I'm having the same issue and this causes that I cannot test my own > application on my devices. > I've done

[android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-06 Thread beemer
I'm having the same issue and this causes that I cannot test my own application on my devices. I've done the test below and found that the first account configured in the device is the one used for licensing verification. FIRST TRY: -Configured Google apps account, not develeper neither te

[android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-06-12 Thread beemer
Same here. I've spended two hour until I've figured out why my app had stopped working on 1.5 I'm using three folders drawable-hdpi, drawable-mdpi, and drawable- ldpi. The solution has been to create another folder called drawable- v3 that contains a copy of drawable-mdpi. Now I'll try to change

[android-developers] Re: How to set PIN code(in SIM card) ?

2010-04-13 Thread beemer
I've tried injecting keypresses, but it didn't work. I think each device has its own PIN input screen and the one in the nexus doesn't support external key input. Maybe it could be possible on devices with phisical keyboard. Another approach for rooted devices could be AT commands. On 12 abr, 10

[android-developers] How to enter PIN code programatically

2010-04-13 Thread beemer
I'm doing a program that among other things manages Flight mode and I want the user to optionally enter the PIN code in my program preferences so my program can turn off flight mode without the need of the user entering manually the PIN code if the SIM is PIN locked. Is there any way of entering t