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, 2014 2:16:49 AM UTC+1, Robert Greenwalt wrote:

 There will be API to access this in the next release.  I think even the 
 previous release from Google I/O may have had API in the 
 ConnectivityManager to access a LinkProperties object for each network (or 
 the current default network) which would contain this information.



-- 
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/d/optout.


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 rumbur...@gmail.com:
 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, 2014 2:16:49 AM UTC+1, Robert Greenwalt wrote:

 There will be API to access this in the next release.  I think even the
 previous release from Google I/O may have had API in the ConnectivityManager
 to access a LinkProperties object for each network (or the current default
 network) which would contain this information.

 --
 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/d/optout.

-- 
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/d/optout.


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

https://play.google.com/store/apps/details?id=com.iwobanas.screenrecorder.prohl=en

This crashes on starting.

-- 
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/d/optout.


[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
have to edit in order to get the application projects to use the original
library project instead of a copy?

-- 
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/d/optout.