[android-developers] Re: problem With Home Back screen button

2012-10-17 Thread androidom
2008年3月14日金曜日 23時46分06秒 UTC+1 hackbod: > > The in-call UI and lock UI are special parts of the system UI; they > are not normal applications. > > You can't intercept the home key. We really really do not want to > allow apps to do so -- the user needs a way they can rely on to always > get o

[android-developers] New Item in Unlock Selection

2012-10-04 Thread androidom
Hello There, I am using the ApiDemo sample application. I am trying to understand how the DeviceAdminInfo and the DevicePolicyManager work. I want to add a new mechanism programatically to lock the screen. I was wondering if someone could guide me in the right direction. Attached is the screen

[android-developers] Re: MiFare Classic detection

2011-04-25 Thread androidom
I was able to read the tags... and I hope this blog would be usefull for newbies stumbling on the similar http://mifareclassicdetectiononandroid.blogspot.com/ cheers Domnic -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Nope the phone is 2.3.1 level 9.. I am afraid as you said it would work.. I need to flash ver 3 I think.. can we do the upgrade using windows platform..? any suggestions..perhaps..? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Nope the phone is 2.3.1 level 9.. I am afraid as you said it would work.. I need to flash ver 3 I think.. can we do the upgrade using windows platform..? any suggestions..perhaps..? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Looks like this would work only on 2.3.3 and above.. and not 2.3.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-developers@googlegroups.com To unsubscribe from this group, send email to an

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Dear Michael, My Manifest is like this -- You received this message because you are subscribed to the Google Grou

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Android.. or I missed your message..=? thanks Domnic On Apr 13, 1:48 pm, Zaid Siryani wrote: > I have created an RFID Message on my phone how can i read it on my PC > am using acr122 > > > > On Wed, Apr 13, 2011 at 1:37 PM, androidom wrote: > > Hi Michael, > > Just ano

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Hi Michael, Just another question, I would like to start scanning for a tag inside an activity on press of a button say - "Start Scanning". In which case, the scanning of the tag must be triggered after that button press. Once a tag is scanned, then it must get the ID of the tag back to the activit

[android-developers] Re: MiFare Classic detection

2011-04-13 Thread androidom
Hello Michael, I tried this with the intend filter. I am not getting my app triggered. somehow it is still landing on the Tags app. and I am not able to de.install the tags app. do you have a working source which can just detect a tag and show up the ID of the tag.. a Mifare classic one perhaps..?

[android-developers] Re: MiFare Classic detection

2011-04-12 Thread androidom
Dear Michael, Many thanks for your reply. I tried it, > Of course every MIFARE tag uses the RF technology NfcA, so a filter > like this will also work: > >     >         android.nfc.tech.NfcA >         android.nfc.tech.MifareClassic >     > > But when I started my app and then brought the t

[android-developers] MiFare Classic detection

2011-04-10 Thread androidom
Hi there, I used the sample code in my app to detect a Mifare Classic card. My resource file looks like android.nfc.tech.NfcA android.nfc.tech.NfcB android.nfc.tech.NfcF android.nfc.tech.NfcV android.nfc.tech.Ndef android.nfc.tech.NdefFormatable

[android-developers] Buttons to navigate views

2011-03-31 Thread androidom
Hi, I am trying to create a questionare form that would end up posting a survey to the backend over a web service. I assume that I need to create multiple layout files where each file would have a question and 5 possible choices the user can pick up and then press a button to proceed to the next s

[android-developers] Changing background

2009-08-10 Thread androidom
Hi there, I am trying to set the background dynamically as I play music. 1) I am able to set the background using the setBackground (Color.GREEN) method. 2) Then I play a MP3 file (audio) using the MediaPlayer. 3) when I call myPlayer().isPlaying(), I would like to keep changing the background co