[android-developers] About 'libskiagl.so' on Android 3.2

2011-12-21 Thread song xiang
Hi,everyone!
My app get a error when run on Android 3.2 and force to clase, I find
the reason is no 'libskiagl.so' in System/lib,but this file is exeist
in Android 3.0.
So, how to deal this problem?

Any Help Would Be Great !

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: NFC Secure Element

2011-08-04 Thread Xiang
Hi,

Thanks for the information and patches for manually enabling the card
emulation in Android. I am able to read and write a block into the
Mifare 4K emulated inside Nexus S using an external card reader. Is it
possible to read the data inside the Mifare 4K from Android
application? Is SEEK patches able to perform that?

Thanks again.


Regards,
Xiang


On Jul 19, 6:48 pm, Fernando Miguélez Palomo
fernando.migue...@gmail.com wrote:
 I got it working on 2.3.4_r1!!!

 The key was enabling discoverability but in card emulation mode. The strange
 thing is now I can detect two smart card types with an Arcontia smart card
 reader:

    - ISO14443A tag CL1 tag (This is the Mifare 4K)
    - FELICA RCS-885 424kbs tag (I suppose this is really the Javacard, not a
    Felica card)

 I managed to write and read a block (4) to the Mifare 4K with default keys.
 Next thing will be investigating wheter 2.3.4 adds support by means of
 nxp-nfc library to directly send APDUs to the SE. You and Michael Roland
 already confirmed it was not possible with prior gingerbread versions.

 I post the corrected patch to get card emulation on 2.3.4_r1.

 One thing. Card stops being readable from an external reader after screen
 goes off and back on. However if you disable NFC and re-enable it (from
 settings) card is discoverable again.

 Thanks nemik for your work (you can update your patches with these
 corretions to work with gingerbread 2.3.4_r1 at your site if you want).

  Nfc-app-2_3_4_r1.diff
 31KViewDownload

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: SDK Tools r12 causing aapt to fail

2011-07-20 Thread Xiang Li
I meet same problem, even if use parent=@android:style/WindowTitle
can't fix it yet.

style name=NortonTitle parent=android:WindowTitle
item name=android:textColor#FFFDB900/item
/style

I can just only use old version avoid this problem.

It's a big problem, google should fix it ASAP.


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en