public String getLocalIpAddress() { final String IP_NONE = "N/A"; final String WIFI_DEVICE_PREFIX = "eth"; String LocalIP = IP_NONE; try { for (Enumeration en = NetworkInterface.getNetworkInterfaces(); en.hasMoreElements();) { NetworkInterface intf = en.nextElement(); for (Enumeration enumIpAddr = intf.getInetAddresses(); enumIpAddr.hasMoreElements();) { InetAddress inetAddress = enumIpAddr.next..
Apple releases iOS 8.0.2 to fix nearly useless iPhone 6 models 말 많고 탈도 많았던 지난 ios8의 업데이트소식.. 버그가 많았다죠가장큰걸로 뽑히는 와이파이를 못잡는.. 데이터를 줄줄 써야된단말이야!? 각종 버그가 픽스된(정말 된??) 8.0.2버전이 업데이트 되었습니다. 업데이트 내용은 아래와 같습니다.Fixes an issue in iOS 8.0.1 that impacted cellular network connectivity and Touch ID on iPhone 6 and iPhone 6 PlusFixes a bug so HealthKit apps can now be made available on the App StoreAddresses an ..