On 9月7日, 下午9時16分, Gururaj BO <[email protected]> wrote: > frameworks/base/wifi/java/android/net/wifi/WifiStateTracker.java > changed interface name to eth0, since we have eth0 interface. it > depends on which interface your phone is using for wifi. > Modified line: mInterfaceName = SystemProperties.get("wifi. > interface", "eth0");
Do not modify the frameworks directly. As the code shown, you should just set the property wifi.interface for your target device. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
