[android-developers] Re: MAC address?

2008-10-22 Thread an0mally
Hello, this may be the wrong place for this but how can I change the wi-fi mac address ? On Oct 19, 12:42 pm, Tauno T [EMAIL PROTECTED] wrote: Just a note - this string is null in emulator and any application can change the value of the string if it wants to (provided they have the

[android-developers] Re: MAC address?

2008-10-19 Thread Tauno T
Just a note - this string is null in emulator and any application can change the value of the string if it wants to (provided they have the WRITE_SETTINGS permission). Tauno On Oct 18, 1:36 pm, Mark Murphy [EMAIL PROTECTED] wrote: Al Sutton wrote: Just by looking at the docs, what about

[android-developers] Re: MAC address?

2008-10-18 Thread Al Sutton
Just by looking at the docs, what about getting ANDROID_ID from the System Settings? The docs at http://code.google.com/android/reference/android/provider/Settings.System.html say; public static final String http://code.google.com/android/reference/java/lang/String.html

[android-developers] Re: MAC address?

2008-10-18 Thread Mark Murphy
Al Sutton wrote: Just by looking at the docs, what about getting ANDROID_ID from the System Settings? The docs at http://code.google.com/android/reference/android/provider/Settings.System.html say; public static final String

[android-developers] Re: MAC address?

2008-10-17 Thread nkijak
Wouldn't you need some other unique ID? Wouldn't the MAC address would be different if the user was on wi-fi or the cell network? On Oct 17, 3:48 pm, Mark Murphy [EMAIL PROTECTED] wrote: I'm still on my unique device ID kick. In Java 6, NetworkInterface has getHardwareAddress() to return the