Re: [android-developers] can I get DhcpInfo - for Ethernet? instead of WiFi?

2014-08-21 Thread Mihai Badea
Thank you. But I was looking for a solution to work on 3.1 - 4.4 (Where Ethernet is). At the moment 100% of the users of my app are on 2.3 - 4.4 and I got a few 1 star for lacking Ethernet support. I don't foresee many people switching to Android L soon to use this API :-) On Friday, August 15,

Re: [android-developers] can I get DhcpInfo - for Ethernet? instead of WiFi?

2014-08-21 Thread Sérgio Faria
If you're willing to go the JNI route, here are some pointers: http://man7.org/linux/man-pages/man3/getifaddrs.3.html https://github.com/kmackay/android-ifaddrs https://stackoverflow.com/questions/4951257/using-c-code-to-get-same-info-as-ifconfig 2014-08-21 11:37 GMT+01:00 Mihai Badea

[android-developers] Screencast in Android

2014-08-21 Thread Rahul Raja
Hey Is there a good app or method by which i can make a screencast for one of my Android application? I googled but only found some paid apps which also requires the phone to be rooted. I dont know whether they will work even after purchasing their pro version.

[android-developers] Library projects with Android Studio

2014-08-21 Thread Steve Gabrilowitz
I have a couple of projects that use the same library project all set up nicely in Eclipse. Now I import the library project into Android Studio and then import the projects that use it, but each time the import process created a COPY of the library which is not what I want. What file(s) do I