[android-developers] Re: On which version of idea was built android studio?

2013-09-12 Thread Anatoly Korniltsev
Just in case someone will searching for it. 
https://sites.google.com/a/android.com/tools/recent/androidstudio028released

0.2.8 -> 132.106

четверг, 12 сентября 2013 г., 23:06:04 UTC+4 пользователь Anatoly 
Korniltsev написал:
>
> Is there any way to figure out on which version was based android stuidio 
> built? 
>
> By version I mean buildnumber or maybe tagged commit  from intellij public 
> repo
>
> Anything will be helpfull. Thanks.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] On which version of idea was built android studio?

2013-09-12 Thread Anatoly Korniltsev
Is there any way to figure out on which version was based android stuidio 
built? 

By version I mean buildnumber or maybe tagged commit  from intellij public 
repo

Anything will be helpfull. Thanks.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] is Card Emulation supported in Android with NFC?

2012-02-19 Thread Anatoly Korniltsev
hello everyone.

I need to communicate over NFC (ISO14443) with some card reader (SDI
010) which is controlled by dektop application using SmartCard IO.

when i put my nexus S on Reader, logcat shows messages

02-18 13:24:00.691: DEBUG/NfcService(278): SE FIELD ACTIVATED
02-18 13:24:00.691: DEBUG/NfcService(278): Broadcasting Intent

or theese , when card reader is trying to read

02-18 13:25:00.718: DEBUG/NFC JNI(278): > AID DETECTED
02-18 13:25:00.718: DEBUG/NFC JNI(278): > AID: 010203040506070809
02-18 13:25:00.722: DEBUG/NfcService(278): Card Emulation message
02-18 13:25:00.722: DEBUG/NfcService(278): Broadcasting
com.android.nfc_extras.action.AID_SELECTED

I,ve tried to handle theese intents with no success;
The reader i use supports NFCA, NFCB and RFID technologies.

I Suppose SE is Secure Element am i Right?
Is there any way to communicate with reader, without modyfing
firmware?
Or may be i can get access to secure element from native code (C) ?
Is there any trusted java libraries/tools to handle nfc (NDEF f.e.) on
desktop?

thanks.

-- 
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