asksven / BetterWifiOnOff

An intelligent agent to manage your Wifi status
26 stars 14 forks source link

[bug] fix CDMA cell location #110

Closed asksven closed 11 years ago

asksven commented 11 years ago

flg=0x50000010 } in com.asksven.betterwifionoff.handlers.ScreenEventHandler@4261b400 E/AndroidRuntime( 5014): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java) E/AndroidRuntime( 5014): at android.os.Handler.handleCallback(Handler.java) E/AndroidRuntime( 5014): at android.os.Handler.dispatchMessage(Handler.java) E/AndroidRuntime( 5014): at android.os.Looper.loop(Looper.java) E/AndroidRuntime( 5014): at android.app.ActivityThread.main(ActivityThread.java) E/AndroidRuntime( 5014): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 5014): at java.lang.reflect.Method.invoke(Method.java:511) E/AndroidRuntime( 5014): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java) E/AndroidRuntime( 5014): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java) E/AndroidRuntime( 5014): at dalvik.system.NativeStart.main(Native Method) E/AndroidRuntime( 5014): Caused by: java.lang.ClassCastException: android.telephony.cdma.CdmaCellLocation cannot be cast to android.telephony.gsm.GsmCellLocation E/AndroidRuntime( 5014): at com.asksven.betterwifionoff.utils.CellUtil.getCurrentCell(CellUtil.java:53)