Hi guys! I need help please!
After flashing 5.1 Factory Image in my D821 I can't enter in Settings >> Data Usage. It gives Settings Force Close. I did a clean flash and even I tried to do a factory reset but the issue persists. I tried to enter in airplane mode but it wasn't helpful. What can I do?
gonzalobasterra said:
What can I do?
Click to expand...
Click to collapse
attach logcat
if you flashed factory images (https://developers.google.com/android/nexus/images), all should be working correctly. well, at least no FCs in a basic feature.
Here is the log, any idea? Also my mobile data isn't working :/
03-17 21:29:24.353 W/m (10858): java.io.IOException: Error running exec(). Command: [su] Working Directory: null Environment: null
03-17 21:29:24.353 W/m (10858): at java.lang.ProcessManager.exec(ProcessManager.java:211)
03-17 21:29:24.353 W/m (10858): at java.lang.Runtime.exec(Runtime.java:173)
03-17 21:29:24.353 W/m (10858): at java.lang.Runtime.exec(Runtime.java:246)
03-17 21:29:24.353 W/m (10858): at java.lang.Runtime.exec(Runtime.java:189)
03-17 21:29:24.353 W/m (10858): at com.nolanlawson.logcat.b.m.a(Unknown Source)
03-17 21:29:24.353 W/m (10858): at com.nolanlawson.logcat.b.w.a(Unknown Source)
03-17 21:29:24.353 W/m (10858): at com.nolanlawson.logcat.b.p.b(Unknown Source)
03-17 21:29:24.353 W/m (10858): at com.nolanlawson.logcat.d.doInBackground(Unknown Source)
03-17 21:29:24.353 W/m (10858): at android.os.AsyncTask$2.call(AsyncTask.java:292)
03-17 21:29:24.353 W/m (10858): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
03-17 21:29:24.353 W/m (10858): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
03-17 21:29:24.353 W/m (10858): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
03-17 21:29:24.353 W/m (10858): at java.lang.Thread.run(Thread.java:818)
03-17 21:29:24.353 W/m (10858): Caused by: java.io.IOException: Permission denied
03-17 21:29:24.353 W/m (10858): at java.lang.ProcessManager.exec(Native Method)
03-17 21:29:24.353 W/m (10858): at java.lang.ProcessManager.exec(ProcessManager.java:209)
03-17 21:29:24.353 W/m (10858): ... 12 more
03-17 21:30:32.136 W/IInputConnectionWrapper(10858): showStatusIcon on inactive InputConnection
Also I'm experience really slow movil data connection since this issue. Please help guys
I tried to go back to 4.4 5.0 5.01 but isn't working!
Related
It's been a while since I've used Terminal Emulator on the phone, but this is a new failure for me. As far as I know, I'm still running the same CM9 build from months ago and shouldn't have changed much. As best as I can tell it is an unsatisfied library linkage.
Code:
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
but no indications as to what might be missing. I've re-installed a fresh APK from both Market/Play, as well as deleting and side-loading from the source distribution site, without much change in behavior. APK is installed in /system/app/ and is ODEX-ed when installed by Market/Play over the original. Installing from Market/Play or side-loading as a user app
Has anyone else run into this?
More logcat:
Code:
I/ActivityManager( 224): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[240,170][360,302]} from pid 14011
I/ActivityManager( 224): Start proc jackpal.androidterm for activity jackpal.androidterm/.Term: pid=20860 uid=10081 gids={3003, 1015}
I/dalvikvm(20860): Turning on JNI app bug workarounds for target SDK version 11...
E/Term (20860): onCreate
D/OpenGLRenderer(14011): Flushing caches (mode 1)
D/Term (20860): TermService started
I/TermService(20860): Activity called onBind()
I/Term (20860): Bound to TermService
I/TermService(20860): Activity binding to service
W/dalvikvm(20860): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Ljackpal/androidterm/Exec;
D/AndroidRuntime(20860): Shutting down VM
W/dalvikvm(20860): threadid=1: thread exiting with uncaught exception (group=0x40a2b1f8)
E/AndroidRuntime(20860): FATAL EXCEPTION: main
E/AndroidRuntime(20860): java.lang.ExceptionInInitializerError
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.createSubprocess(ShellTermSession.java:198)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.initializeSession(ShellTermSession.java:135)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.<init>(ShellTermSession.java:88)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:430)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:439)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.populateViewFlipper(Term.java:352)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.access$400(Term.java:78)
E/AndroidRuntime(20860): at jackpal.androidterm.Term$2.onServiceConnected(Term.java:148)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1068)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1085)
E/AndroidRuntime(20860): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime(20860): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(20860): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(20860): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime(20860): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(20860): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
E/AndroidRuntime(20860): at java.lang.Runtime.loadLibrary(Runtime.java:365)
E/AndroidRuntime(20860): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(20860): at jackpal.androidterm.Exec.<clinit>(Exec.java:33)
E/AndroidRuntime(20860): ... 19 more
W/ActivityManager( 224): Force finishing activity jackpal.androidterm/.Term
So Google+ crashes when ever I try to view an image in full screen. I. E I press an image from any post to expand it and it crashes. This happens in google photos too, but it has no problems displaying local photos from the camera.
Logcat:
02-03 22:16:48.789 I/dalvikvm(9667): Could not find method android.view.ScaleGestureDetector.setQuickScaleEnabled, referenced from method com.google.android.apps.plus.views.PhotoView.j
02-03 22:16:48.789 W/dalvikvm(9667): VFY: unable to resolve virtual method 4958: Landroid/view/ScaleGestureDetector;.setQuickScaleEnabled (Z)V
02-03 22:16:48.834 W/Resources(9667): Converting to int: TypedValue{t=0x5/d=0x401 a=-1}
02-03 22:16:48.834 W/dalvikvm(9667): threadid=1: thread exiting with uncaught exception (group=0x4130e2a0)
02-03 22:16:48.849 E/AndroidRuntime(9667): FATAL EXCEPTION: main
02-03 22:16:48.849 E/AndroidRuntime(9667): android.view.InflateException: Binary XML file line #12: Error inflating class <unknown>
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.createView(LayoutInflater.java:613)
02-03 22:16:48.849 E/AndroidRuntime(9667): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:660)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:685)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.parseInclude(LayoutInflater.java:830)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.rInflate(LayoutInflater.java:736)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
02-03 22:16:48.849 E/AndroidRuntime(9667): at dfq.onCreateView(PG:437)
02-03 22:16:48.849 E/AndroidRuntime(9667): at f.performCreateView(PG:1478)
02-03 22:16:48.849 E/AndroidRuntime(9667): at r.a(PG:927)
02-03 22:16:48.849 E/AndroidRuntime(9667): at r.a(PG:1104)
02-03 22:16:48.849 E/AndroidRuntime(9667): at a.run(PG:682)
02-03 22:16:48.849 E/AndroidRuntime(9667): at r.h(PG:1460)
02-03 22:16:48.849 E/AndroidRuntime(9667): at r.b(PG:472)
02-03 22:16:48.849 E/AndroidRuntime(9667): at dvw.b(PG:148)
02-03 22:16:48.849 E/AndroidRuntime(9667): at et.a(PG:148)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.support.v4.view.ViewPager.c(PG:1068)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.support.v4.view.ViewPager.a(PG:550)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.support.v4.view.ViewPager.a(PG:509)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.support.v4.view.ViewPager.d(PG:908)
02-03 22:16:48.849 E/AndroidRuntime(9667): at fz.onChanged(PG:2805)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.database.DataSetObservable.notifyChanged(DataSetObservable.java:37)
02-03 22:16:48.849 E/AndroidRuntime(9667): at et.c(PG:276)
02-03 22:16:48.849 E/AndroidRuntime(9667): at dvv.a(PG:161)
02-03 22:16:48.849 E/AndroidRuntime(9667): at eaw.a(PG:58)
02-03 22:16:48.849 E/AndroidRuntime(9667): at cyk.a(PG:90)
02-03 22:16:48.849 E/AndroidRuntime(9667): at af.b(PG:425)
02-03 22:16:48.849 E/AndroidRuntime(9667): at af.a(PG:395)
02-03 22:16:48.849 E/AndroidRuntime(9667): at bg.b(PG:104)
02-03 22:16:48.849 E/AndroidRuntime(9667): at ba.a(PG:73)
02-03 22:16:48.849 E/AndroidRuntime(9667): at dvu.a(PG:129)
02-03 22:16:48.849 E/AndroidRuntime(9667): at dvu.b(PG:16)
02-03 22:16:48.849 E/AndroidRuntime(9667): at az.a(PG:61)
02-03 22:16:48.849 E/AndroidRuntime(9667): at bn.c(PG:47)
02-03 22:16:48.849 E/AndroidRuntime(9667): at bt.handleMessage(PG:474)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.os.Handler.dispatchMessage(Handler.java:99)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.os.Looper.loop(Looper.java:137)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.app.ActivityThread.main(ActivityThread.java:4921)
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.reflect.Method.invokeNative(Native Method)
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.reflect.Method.invoke(Method.java:511)
02-03 22:16:48.849 E/AndroidRuntime(9667): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1038)
02-03 22:16:48.849 E/AndroidRuntime(9667): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:805)
02-03 22:16:48.849 E/AndroidRuntime(9667): at dalvik.system.NativeStart.main(Native Method)
02-03 22:16:48.849 E/AndroidRuntime(9667): Caused by: java.lang.reflect.InvocationTargetException
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.reflect.Constructor.constructNative(Native Method)
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.view.LayoutInflater.createView(LayoutInflater.java:587)
02-03 22:16:48.849 E/AndroidRuntime(9667): ... 44 more
02-03 22:16:48.849 E/AndroidRuntime(9667): Caused by: java.lang.NumberFormatException: Invalid int: "4.0dip"
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.Integer.invalidInt(Integer.java:138)
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.Integer.parse(Integer.java:375)
02-03 22:16:48.849 E/AndroidRuntime(9667): at java.lang.Integer.parseInt(Integer.java:366)
02-03 22:16:48.849 E/AndroidRuntime(9667): at com.android.internal.util.XmlUtils.convertValueToInt(XmlUtils.java:123)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.content.res.TypedArray.getInt(TypedArray.java:254)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.widget.TextView.<init>(TextView.java:1004)
02-03 22:16:48.849 E/AndroidRuntime(9667): at android.widget.TextView.<init>(TextView.java:569)
02-03 22:16:48.849 E/AndroidRuntime(9667): ... 47 more
02-03 22:16:48.894 E/android.os.Debug(2469): [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_app_error
Anyone have any ideas now to fix this?
Stock rooted, N8020. I also have a full stock unrooted one that has the same problem.
Have tried uninstalling G+ and google search updates. Also tried cache and dalvik wipe.
I've been having this issue for a little while now. Not sure what update of Google+ it started in but it really sucks. Search has been broken for a while. There's a thread here: http://forum.xda-developers.com/showthread.php?t=2527877 about it. There is an updated version of search I haven't tried it yet to see if it's been fixed or not.
Just wanted to bump this up and say that the latest version of G+ 4.3.0.62241793 fixes this problem.
PsycloneTW said:
Just wanted to bump this up and say that the latest version of G+ 4.3.0.62241793 fixes this problem.
Click to expand...
Click to collapse
Roger that. Confirmed on both rooted and full stock N8020, now working ok with latest G+ update. API fail?
I have had a problem with the Play Store for some time now.
I cannot update my apps.
I have tried re-installing the Playstore, clearing data, removing my account and adding it again.
The problem goes from error 923, to not enough storagespace, to start downloading the uppdates and then they quietly disappear before install finishes and so on.
Anyone have a suggestion?
I also uppdated to 38R update in hope it would go away, but no luck.
Code:
10-14 10:01:47.030 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:57.130 I/menu_opened(2942): 0
10-14 10:02:01.470 I/menu_item_selected(2942): [0,Settings]
10-14 10:02:01.520 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:02:01.610 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.SettingsActivity]
--------- beginning of /dev/log/main
10-14 10:02:22.140 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.SettingsActivity]
10-14 10:02:22.150 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:02:33.350 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:46.810 I/dalvikvm(2942): Enabling JNI app bug workarounds for target SDK version 10...
10-14 10:01:46.830 D/ActivityThread(2942): handleBindApplication:com.nolanlawson.logcat
10-14 10:01:46.830 D/ActivityThread(2942): setTargetHeapUtilization:0.75
10-14 10:01:46.830 D/ActivityThread(2942): setTargetHeapMinFree:2097152
10-14 10:02:34.950 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): Cannot obtain root
10-14 10:02:35.560 I/menu_opened(2942): 0
10-14 10:01:47.080 W/m (2942): java.io.IOException: Error running exec(). Command: [su] Working Directory: null Environment: null
10-14 10:02:42.340 I/menu_opened(2942): 0
10-14 10:01:47.080 W/m (2942): at java.lang.ProcessManager.exec(ProcessManager.java:211)
10-14 10:02:44.320 I/menu_item_selected(2942): [0,Spela in]
10-14 10:01:47.080 W/m (2942): at java.lang.Runtime.exec(Runtime.java:173)
10-14 10:02:44.330 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at java.lang.Runtime.exec(Runtime.java:246)
10-14 10:02:44.370 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.ShowRecordLogDialogActivity]
10-14 10:01:47.080 W/m (2942): at java.lang.Runtime.exec(Runtime.java:189)
10-14 10:02:56.970 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.ShowRecordLogDialogActivity]
10-14 10:01:47.080 W/m (2942): at com.nolanlawson.logcat.b.m.a(Unknown Source)
10-14 10:02:57.040 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at com.nolanlawson.logcat.b.w.a(Unknown Source)
10-14 10:03:00.200 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at com.nolanlawson.logcat.b.p.b(Unknown Source)
10-14 10:03:21.820 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at com.nolanlawson.logcat.d.doInBackground(Unknown Source)
10-14 10:04:02.980 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at android.os.AsyncTask$2.call(AsyncTask.java:288)
10-14 10:04:08.290 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
10-14 10:04:19.730 I/menu_opened(2942): 0
10-14 10:01:47.080 W/m (2942): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
10-14 10:04:21.080 I/menu_item_selected(2942): [0,Spela in]
10-14 10:01:47.080 W/m (2942): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
10-14 10:04:21.090 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at java.lang.Thread.run(Thread.java:841)
10-14 10:04:21.120 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.ShowRecordLogDialogActivity]
10-14 10:01:47.080 W/m (2942): Caused by: java.io.IOException: Permission denied
10-14 10:04:22.440 I/am_on_paused_called(2942): [0,com.nolanlawson.logcat.ShowRecordLogDialogActivity]
10-14 10:01:47.080 W/m (2942): at java.lang.ProcessManager.exec(Native Method)
10-14 10:04:22.470 I/am_on_resume_called(2942): [0,com.nolanlawson.logcat.LogcatActivity]
10-14 10:01:47.080 W/m (2942): at java.lang.ProcessManager.exec(ProcessManager.java:209)
10-14 10:04:23.470 I/menu_opened(2942): 0
10-14 10:01:47.080 W/m (2942): ... 12 more
10-14 10:04:25.200 I/menu_item_selected(2942): [0,Visa alla loggar]
10-14 10:01:47.910 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9289576
10-14 10:02:01.470 I/Timeline(2942): Timeline: Activity_launch_request id:com.nolanlawson.logcat time:9303136
10-14 10:02:02.060 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9303720
10-14 10:02:22.320 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9323985
10-14 10:02:35.040 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9336698
10-14 10:02:44.320 I/Timeline(2942): Timeline: Activity_launch_request id:com.nolanlawson.logcat time:9345981
10-14 10:02:44.560 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9346221
10-14 10:02:52.610 W/InputEventReceiver(2942): Attempted to finish an input event but the input event receiver has already been disposed.
10-14 10:02:57.280 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9358945
10-14 10:03:21.740 I/Timeline(2942): Timeline: Activity_launch_request id:com.nolanlawson.logcat time:9383404
10-14 10:03:21.950 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9383615
10-14 10:04:08.380 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9430047
10-14 10:04:21.080 I/Timeline(2942): Timeline: Activity_launch_request id:com.nolanlawson.logcat time:9442745
10-14 10:04:21.190 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9442856
10-14 10:04:22.510 I/Timeline(2942): Timeline: Activity_idle id: [email protected] time:9444173
10-14 10:04:51.230 I/menu_opened(2942): 0
10-14 10:04:56.440 W/InputEventReceiver(2942): Attempted to finish an input event but the input event receiver has already been disposed.
10-14 10:04:57.610 I/menu_item_selected(2942): [0,Skicka]
10-14 10:05:07.820 W/InputEventReceiver(2942): Attempted to finish an input event but the input event receiver has already been disposed.
10-14 10:05:11.600 I/menu_opened(2942): 0
10-14 10:05:13.480 I/menu_item_selected(2942): [0,Spara]
10-14 10:05:21.110 I/menu_opened(2942): 0
10-14 10:05:22.510 I/menu_item_selected(2942): [0,Spara]
Code:
build.board: MSM8974
build.bootloader: unknown
build.brand: oneplus
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: A0001
build.display: KTU84Q
build.fingerprint: oneplus/bacon/A0001:4.4.4/KTU84Q/XNPH38R:user/release-keys
build.hardware: bacon
build.host: cyanogenmod
build.id: KTU84Q
build.manufacturer: OnePlus
build.model: A0001
build.product: bacon
build.radio: unknown
build.serial: 97d664f5
build.tags: release-keys
build.time: 1412618139000
build.type: user
build.user: jenkins-internal
version.codename: REL
version.incremental: ac1ccf7921
version.release: 4.4.4
version.sdk_int: 19
Try clearing your cache. If that doesn't work, reflash Gapps manually.
Gamm86 said:
Try clearing your cache. If that doesn't work, reflash Gapps manually.
Click to expand...
Click to collapse
I already tried all of this, as mentioned above :-/
Sent from my one+
agazza said:
I already tried all of this, as mentioned above :-/
Sent from my one+
Click to expand...
Click to collapse
You said you cleared data, not cache and that you reinstalled Google Play, not complete Gapps.
Thus, unless you misexplained yourself in the first post, you should really try my suggestions as from what I can read now, you didn't do either of them.
Gamm86 said:
You said you cleared data, not cache and that you reinstalled Google Play, not complete Gapps.
Thus, unless you misexplained yourself in the first post, you should really try my suggestions as from what I can read now, you didn't do either of them.
Click to expand...
Click to collapse
Sorry, english isnt my first language but i havet already tried this to.
When you wipe data cache is also cleared automagically
I feel i have done everything except factory reset :-/
Sent from my one+
Try this
Gamm86 said:
. If that doesn't work, reflash Gapps manually.
Click to expand...
Click to collapse
Send from OnePlus One using Tapatalk
Satras said:
Try this
Send from OnePlus One using Tapatalk
Click to expand...
Click to collapse
I did remove and reinstall the Gapps with cache and dalvik wipe, same problem.
It´s not all of the apps that won´t update, it´s just some of them, who right now, gives me the 'Insufficient Storage Available" issue.
With 27Gb available
If i uninstall the apps that are affected i cannot reinstall them either.
going to try to delete all the folders for these apps when i uninstall them
EDIT: this works, i deleted all the facebook folders and tried to install it again and the problem is gone.
Now, does this help my search? i do not want to use this solution for all problemapps, and i do not want to do it in the future as well. I want it flawless.
any ideas?
This is a temporary solution
You must be rooted.
Install an root explorer or use the one on the phone.
try to do a automatic update of apps.
You get a list of apps that did not update.
Open the explorer and search for the name of the app.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Update the app again. voila.
I would like a explanation why this works and how can a folder be full?
Guys please help me.
Today out of the blue following problem appeared.
I can not download pics on whatsapp - error : download failed.
Camera pics are not saved on sd card.
When I open quick pic app I get following error:
not an error code 0 : "could not open the database in read/write mode android"
I checked logcat but could not find problem even
Logcat log could not be saved on sd card, I can not even mail them
Can anyone tell me please how can I solve this problem
Thanks a lot!!
EDIT: copied relevent logcat
Code:
build.board: pico
build.bootloader: 1.03.0000
build.brand: HTC
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: pico
build.display: cm_pico-userdebug 4.4.4 KTU84Q 4b7901b027 test-keys
build.fingerprint: htc_europe/htc_pico/pico:4.4.4/KTU84Q/87995:user/release-keys
build.hardware: pico
build.host: Sachin-PC
build.id: KTU84Q
build.manufacturer: HTC
build.model: Explorer A310e
build.product: pico
build.radio: unknown
build.serial: SH1AWVN24323
build.tags: test-keys
build.time: 1413819092000
build.type: userdebug
build.user: sachinthomas
version.codename: REL
version.incremental: 4b7901b027
version.release: 4.4.4
version.sdk_int: 19
11-04 21:14:29.606 I/Gmail (6324): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 234577, normalSync: true
11-04 21:14:29.616 I/Gmail (6324): lowestBackward conversation id 0
11-04 21:14:29.886 I/Gmail (6324): Sending provider changed intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://gmail-ls/unread/^sq_ig_i_personal (has extras) }
11-04 21:14:30.057 I/NotifUtils(6324): Validating Notification, mapSize: 1 getAttention: true ignoreUnobtrusive: true
11-04 21:14:30.497 I/NotifUtils(6324): Showing notification with unreadCount of 914 and unseenCount of 1
11-04 21:14:33.059 I/PeopleDatabaseHelper(6349): cleanUpNonGplusAccounts done.
11-04 21:14:33.840[COLOR="Red"] E/j (6110):[/COLOR] couldn't create new file
11-04 21:14:33.840 E/j (6110): java.io.IOException: open failed: ENOENT (No such file or directory)
11-04 21:14:33.840 E/j (6110): at java.io.File.createNewFile(File.java:946)
11-04 21:14:33.840 E/j (6110): at com.nolanlawson.logcat.b.j.a(Unknown Source)
11-04 21:14:33.840 E/j (6110): at com.nolanlawson.logcat.b.j.a(Unknown Source)
11-04 21:14:33.840 E/j (6110): at com.nolanlawson.logcat.q.doInBackground(Unknown Source)
11-04 21:14:33.840 E/j (6110): at android.os.AsyncTask$2.call(AsyncTask.java:288)
11-04 21:14:33.840 E/j (6110): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
11-04 21:14:33.840 E/j (6110): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
11-04 21:14:33.840 E/j (6110): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
11-04 21:14:33.840 E/j (6110): at java.lang.Thread.run(Thread.java:841)
11-04 21:14:33.840 E/j (6110): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
11-04 21:14:33.840 E/j (6110): at libcore.io.Posix.open(Native Method)
11-04 21:14:33.840 E/j (6110): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
11-04 21:14:33.840 E/j (6110): at java.io.File.createNewFile(File.java:939)
11-04 21:14:33.840 [COLOR="red"]E/j (6110):[/COLOR] ... 8 more
11-04 21:14:35.732 I/NotifUtils(6324): Account: -961567747 vibrate: false
11-04 21:14:35.732 I/NotifUtils(6324): New email in -961567747 vibrateWhen: false, playing notification: content://settings/system/notification_sound
11-04 21:14:37.424 I/ActivityManager(533): Killing 5460:com.speedsoftware.rootexplorer/u0a53 (adj 15): empty #5
11-04 21:14:38.134 V/Zygote (6396): Switching descriptor 31 to /dev/null
11-04 21:14:38.134 V/Zygote (6396): Switching descriptor 10 to /dev/null
11-04 21:14:38.144 I/ActivityManager(533): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=6396 uid=10015 gids={50015, 1028, 1015, 1023, 1024, 2001, 3003, 3007}
11-04 21:14:38.355 D/ActivityThread(6396): handleBindApplication:android.process.media
11-04 21:14:38.355 D/ActivityThread(6396): setTargetHeapUtilization:0.75
11-04 21:14:38.355 D/ActivityThread(6396): setTargetHeapMinFree:524288
Q&A for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
AssoDiPicche said:
The ROM is ready, but not work:Torch and Random reboots.
Sent from my Xperia M2 LTE using XDA Free mobile app
Click to expand...
Click to collapse
link please? work in D2306?
The ROM is ready, i upload in this week, yes work on D2306, (the dual sim works!!)
Sent from my Xperia M2 LTE using XDA Free mobile app
Wont rotate
Hi, mi xperia m2 d2306 wont rotate display
Any ideas why?
Thanks
---------- Post added at 06:09 AM ---------- Previous post was at 05:22 AM ----------
Mi xperia m2 2306 wont rotate display
any ideas?
Thanks
Hey just tested all roms on my D2403 here, first Pac doesn't work. After installing FIUI my recovery changed and I just tried flashing Pac again.
It works, after starting it said com.android.phone and pacconsole stopped but i can call. Camera doesn't work too.
i would like to see everything working on my phone.
my error log
Code:
E/tadif ( 193): Failed to connect to tad.
E/bs_updatemiscta( 277): Read "ro.semc.version.sw": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_revision": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_variant": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_type": -> ERROR
E/bs_updatemiscta( 277): Step Reading version properties information -> ERROR
E/bs_updatemiscta( 277): update_ta_sw_version: SpaceId string length error
E/bs_updatemiscta( 277): Update SW_VERSION information -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.fs": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.product.model": -> ERROR
E/bs_updatemiscta( 277): UpdateMiscTa ended with error -> ERROR
E/PackageParser( 707): Package com.cyanogenmod.services has no certificates at entry AndroidManifest.xml; ignoring!
E/EventHub( 707): could not get driver version for /dev/input/mice, Not a typewriter
E/MobileDataStateTracker( 707): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker( 707): default: Could not enable APN type "default"
E/DisplayPowerController( 707): *** Keyguard started
E/QCOM PowerHAL( 707): Invalid hint ID.
E/OMXMaster( 262): A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
E/WifiConfigStore( 707): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
E/SELinux ( 1027): SELinux: Loaded file_contexts from /file_contexts
E/SELinux ( 1027): SELinux: Could not open /data/system/packages.list: Permission denied.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteController(MediaFocusControl.java:217)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteController(AudioService.java:4574)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:625)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_afw( 707): W/get_extension: Invalid interface passed in
E/VoldConnector( 707): NDC Command {3 volume mount /storage/sdcard1} took too long (1280ms)
E/LocationManagerService( 707): no fused location provider found
E/LocationManagerService( 707): java.lang.IllegalStateException: Location service needs a fused location provider
E/LocationManagerService( 707): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:420)
E/LocationManagerService( 707): at com.android.server.LocationManagerService.systemRunning(LocationManagerService.java:250)
E/LocationManagerService( 707): at com.android.server.ServerThread$2.run(SystemServer.java:1204)
E/LocationManagerService( 707): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:9554)
E/LocationManagerService( 707): at com.android.server.ServerThread.initAndLoop(SystemServer.java:1111)
E/LocationManagerService( 707): at com.android.server.SystemServer.main(SystemServer.java:1386)
E/LocationManagerService( 707): at java.lang.reflect.Method.invokeNative(Native Method)
E/LocationManagerService( 707): at java.lang.reflect.Method.invoke(Method.java:515)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/LocationManagerService( 707): at dalvik.system.NativeStart.main(Native Method)
E/LocationManagerService( 707): no geocoder provider found
E/LocSvc_flp( 707): I/===> const FlpLocationInterface* get_flp_interface() line 63
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_api_v02( 707): I/locClientOpen:2189]: Service instance id is -1
E/LocSvc_api_v02( 707): I/---> locClientOpenInstance line 2073 loc client open
E/LocationManagerService( 707): No FusedProvider found.
E/LocationManagerService( 707): no geofence provider found
E/PackageManager( 707): Unable to find icon pack: holo
E/LocSvc_api_v02( 707): I/---> locClientSendReq line 2333 QMI_LOC_REG_EVENTS_REQ_V02
E/LocSvc_IzatApiV02( 707): I/===> virtual bool izat_core::IzatApiV02::getBatchingSupport() line 426
E/LocSvc_api_v02( 707): I/---> locClientSupportMsgCheck line 2433 QMI_LOC_GET_SUPPORTED_MSGS_REQ_V02
E/ActivityThread( 1169): Failed to find provider info for com.android.launcher2.settings
E/NfcAdaptation( 1136): NfcAdaptation::Initialize: ver=NFCDROID_MI_422.10.0.15 nfa=NFA_MI_1.03.62+
E/BluetoothSap( 1071): Could not bind to Bluetooth Sap Service with Intent { act=android.bluetooth.IBluetoothSap }
E/NxpFwDnld( 1136): Freeing Mem for Dnld Context..
E/BrcmNfcNfa( 1136): reset notification nfc_state : #### 1
E/BrcmNfcNfa( 1136): reset notification sending core init
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcJni( 1136): nfcManager_doDeselectSecureElement: already deselected
E/BluetoothPhoneService( 1115): Could not get a handle on Connection object for the call
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/WifiStateMachine( 707): Unexpected BatchedScanResults :null
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/FileUtils( 1071): Could not write to file /sys/devices/virtual/input/lge_touch/touch_gesture
E/FileUtils( 1071): java.io.FileNotFoundException: /sys/devices/virtual/input/lge_touch/touch_gesture: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:409)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:128)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:117)
E/FileUtils( 1071): at org.cyanogenmod.hardware.util.FileUtils.writeLine(FileUtils.java:65)
E/FileUtils( 1071): at org.cyanogenmod.hardware.TapToWake.setEnabled(TapToWake.java:36)
E/FileUtils( 1071): at com.android.settings.DisplaySettings.restore(DisplaySettings.java:668)
E/FileUtils( 1071): at com.android.settings.cyanogenmod.BootReceiver.onReceive(BootReceiver.java:79)
E/FileUtils( 1071): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/FileUtils( 1071): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/FileUtils( 1071): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/FileUtils( 1071): at android.os.Handler.dispatchMessage(Handler.java:102)
E/FileUtils( 1071): at android.os.Looper.loop(Looper.java:136)
E/FileUtils( 1071): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/FileUtils( 1071): at java.lang.reflect.Method.invokeNative(Native Method)
E/FileUtils( 1071): at java.lang.reflect.Method.invoke(Method.java:515)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/FileUtils( 1071): at dalvik.system.NativeStart.main(Native Method)
E/FileUtils( 1071): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.Posix.open(Native Method)
E/FileUtils( 1071): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:393)
E/FileUtils( 1071): ... 18 more
E/DisplaySettings( 1071): Failed to restore tap-to-wake settings.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay(MediaFocusControl.java:230)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteControlDisplay(AudioService.java:4578)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:604)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/AndroidRuntime( 1115): FATAL EXCEPTION: main
E/AndroidRuntime( 1115): Process: com.android.phone, PID: 1115
E/AndroidRuntime( 1115): java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 1115): at com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager.handleMessage(CdmaSubscriptionSourceManager.java:129)
E/AndroidRuntime( 1115): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1115): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1115): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 1115): at dalvik.system.NativeStart.main(Native Method)
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 39
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/WiredAccessoryManager( 707): No state change.
E/BluetoothPhoneService( 1625): Could not get a handle on Connection object for the call
E/TelephonyProvider( 1625): Failed setting numeric 'null' to the current operator
E/Nat464Xlat( 707): stopClat: already stopped
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 707): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/LocSvc_eng( 707): I/===> int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int) line 1839
E/LocSvc_eng( 707): W/int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int): log_eng state error: instance not initialized
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/AndroidRuntime( 2067): FATAL EXCEPTION: main
E/AndroidRuntime( 2067): Process: com.pac.console, PID: 2067
E/AndroidRuntime( 2067): java.lang.RuntimeException: Unable to start receiver android.pacstats.ReportingServiceManager: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2457)
E/AndroidRuntime( 2067): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/AndroidRuntime( 2067): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/AndroidRuntime( 2067): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2067): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2067): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 2067): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2067): Caused by: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at java.lang.Long.invalidLong(Long.java:124)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:345)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:318)
E/AndroidRuntime( 2067): at java.lang.Long.valueOf(Long.java:476)
E/AndroidRuntime( 2067): at android.pacstats.Utilities.getTimeFrame(Utilities.java:114)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.setAlarm(ReportingServiceManager.java:54)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.onReceive(ReportingServiceManager.java:41)
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/AndroidRuntime( 2067): ... 10 more
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 1625): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
After further testing mobile data and Sensors arent working.
How flash?
I mean what recovery i have to use?
I'm on Jellybean 4.3
Device D2303
Unlocked BL
Recovery and final link
How can i enter recovery with this rom? I actually can't do that after installing this rom. And when will appear link to final version?
Recovery problem
I can't get in recovery. How can i do it?
Is it working on d2302..
Edit- ril does not work and the dual sim support as expected is missing.. Else everything is smooth.. Hope the developer will soon make it compatible for d2302
is this work for M2 D2305??
Hopefully not..
Mega Link
I was using this rom but now, I can not download because the link is not working. The rom has been deleted from Mega. So can you upload it to somewheres else? Please, I want this rom as you can't guess...
links
link for ROM is dead