For a long time I had the stock ROM running on my HTC Sensation. But last week I've been wondering how nice the world would look like with an unlocked and rooted phone. After reading some guides I've succeeded and now have an unlocked HTC sensation with S-off and root. Then I flashed Cyanogenmod 10.1 from this thread: http://forum.xda-developers.com/showthread.php?t=1930403.
On the first look my phone is running fine and I have no issues with it, everything works as expected.
However, the phone seems to be rebooting after a while. This can happen at any moment (in use, or just idle) mostly after a couple of hours. Sometimes it reboots pretty quickly after the previous reboot.. It wasn't telling me what was happening or that something went wrong..
So I've started a logcat with adb to see what was happening at the time of the crash and then saw the following stacktrace:
W/dalvikvm(22628): threadid=36: thread exiting with uncaught exception (group=0x40b16930)
E/AndroidRuntime(22628): *** FATAL EXCEPTION IN SYSTEM PROCESS: NetworkStats
E/AndroidRuntime(22628): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.android.server.action.NETWORK_STATS_POLL flg=0x14 (has extras) } in [email protected]
E/AndroidRuntime(22628): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:768)
E/AndroidRuntime(22628): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime(22628): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(22628): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(22628): at android.os.HandlerThread.run(HandlerThread.java:60)
E/AndroidRuntime(22628): Caused by: java.lang.IllegalArgumentException: tried recording negative data
E/AndroidRuntime(22628): at android.net.NetworkStatsHistory.recordData(NetworkStatsHistory.java:302)
E/AndroidRuntime(22628): at android.net.NetworkStatsHistory.recordHistory(NetworkStatsHistory.java:375)
E/AndroidRuntime(22628): at android.net.NetworkStatsHistory.recordEntireHistory(NetworkStatsHistory.java:351)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsCollection.recordHistory(NetworkStatsCollection.java:220)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsCollection.read(NetworkStatsCollection.java:282)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsCollection.read(NetworkStatsCollection.java:256)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsRecorder$CombiningRewriter.read(NetworkStatsRecorder.java:280)
E/AndroidRuntime(22628): at com.android.internal.util.FileRotator.readFile(FileRotator.java:367)
E/AndroidRuntime(22628): at com.android.internal.util.FileRotator.rewriteSingle(FileRotator.java:242)
E/AndroidRuntime(22628): at com.android.internal.util.FileRotator.rewriteActive(FileRotator.java:184)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsRecorder.forcePersistLocked(NetworkStatsRecorder.java:223)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsRecorder.maybePersistLocked(NetworkStatsRecorder.java:210)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1009)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:952)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsService.access$700(NetworkStatsService.java:139)
E/AndroidRuntime(22628): at com.android.server.net.NetworkStatsService$4.onReceive(NetworkStatsService.java:741)
E/AndroidRuntime(22628): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:758)
E/AndroidRuntime(22628): ... 4 more
On google I could not find any crash related to NetworkStats or any similar problems. So I was wondering if you guys would know what is going wrong here and what the solution is to this issue.
I recently developed this problem out of nowhere. A full wipe and fresh i stall seems to have solved it.
Sent from my HTC Sensation using xda app-developers app
Skipjacks said:
I recently developed this problem out of nowhere. A full wipe and fresh i stall seems to have solved it.
Sent from my HTC Sensation using xda app-developers app
Click to expand...
Click to collapse
A full wipe and fresh install is a bit extreme in my eyes when I don't know what is really causing this issue.. I've been looking a bit deeper and saw that the network usage in the settings would also crash everytime i tried to open it (with a similar stacktrace).
Maybe it saved some invalid value to the netstats (as the stacktrace mentions IllegalArgumentException: tried recording negative data) at some time so I removed all the files from /data/system/netstats directory and now it seems to work again
Hello,
My phone has been restarting for two days now (it is Samsung Galaxy S, however). It gives similar output as yours in logcat.
I have updated it to latest version of CM, but no luck.
Reboots happen randomly to my knowledge, but I can trigger them if I uninstall an app. During uninstalling the phone soft reboots.
Can you also trigger reboot if you uninstall an app?
Here is a relevant portion of a logcat:
Code:
06-13 11:07:43.578 I/ActivityManager(29427): START u0 {act=android.intent.action.VIEW cmp=com.android.packageinstaller/.UninstallAppProgress (has extras)} from pid 31430
06-13 11:07:43.625 D/AudioHardware(29209): AudioHardware pcm playback is exiting standby.
06-13 11:07:43.625 V/AudioHardware(29209): open pcm_out driver
06-13 11:07:43.625 D/AudioHardware(29209): openPcmOut_l() mPcmOpenCnt: 0
06-13 11:07:43.695 V/AudioHardware(29209): openMixer_l() mMixerOpenCnt: 0
06-13 11:07:43.695 V/AudioHardware(29209): open playback normal
06-13 11:07:43.695 V/AudioHardware(29209): write() wakeup setting route SPK
06-13 11:07:43.902 I/PackageManager(29427): Removing non-system package:org.cohortor.gstrings
06-13 11:07:43.910 I/ActivityManager(29427): Force stopping package org.cohortor.gstrings appid=10095 user=-1
06-13 11:07:44.019 W/PackageManager(29427): Couldn't delete native library directory /data/app-lib/org.cohortor.gstrings
06-13 11:07:44.050 I/ActivityManager(29427): Displayed com.android.packageinstaller/.UninstallAppProgress: +433ms
06-13 11:07:44.496 D/dalvikvm(31430): GC_EXPLICIT freed 138K, 67% free 2574K/7696K, paused 9ms+3ms, total 53ms
06-13 11:07:44.941 I/Choreographer(29538): Skipped 34 frames! The application may be doing too much work on its main thread.
06-13 11:07:44.949 I/ActivityManager(29427): Force stopping package org.cohortor.gstrings appid=10095 user=0
06-13 11:07:45.062 D/dalvikvm(31200): GC_EXPLICIT freed 914K, 65% free 2760K/7696K, paused 2ms+11ms, total 83ms
06-13 11:07:45.086 D/dalvikvm(29679): GC_EXPLICIT freed 869K, 27% free 9753K/13236K, paused 3ms+13ms, total 122ms
06-13 11:07:45.144 I/InputReader(29427): Reconfiguring input devices. changes=0x00000010
06-13 11:07:46.269 D/dalvikvm(29427): GC_EXPLICIT freed 1482K, 20% free 9382K/11636K, paused 684ms+38ms, total 1106ms
06-13 11:07:46.269 D/dalvikvm(29427): WAIT_FOR_CONCURRENT_GC blocked 295ms
06-13 11:07:46.273 D/dalvikvm(29427): WAIT_FOR_CONCURRENT_GC blocked 246ms
06-13 11:07:46.273 D/dalvikvm(29427): WAIT_FOR_CONCURRENT_GC blocked 163ms
06-13 11:07:46.273 D/dalvikvm(29427): WAIT_FOR_CONCURRENT_GC blocked 150ms
06-13 11:07:46.273 D/dalvikvm(29427): WAIT_FOR_CONCURRENT_GC blocked 97ms
06-13 11:07:46.277 D/dalvikvm(29427): WAIT_FOR_CONCURRENT_GC blocked 115ms
06-13 11:07:46.488 I/Choreographer(29679): Skipped 69 frames! The application may be doing too much work on its main thread.
06-13 11:07:46.754 W/dalvikvm(29427): threadid=37: thread exiting with uncaught exception (group=0x40de0930)
06-13 11:07:46.757 I/ActivityManager(29427): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=31476 uid=10011 gids={50011, 1015, 2001, 1028}
06-13 11:07:46.910 D/AudioHardware(29209): AudioHardware pcm playback is going to standby.
06-13 11:07:46.910 V/AudioHardware(29209): closeMixer_l() mMixerOpenCnt: 1
06-13 11:07:46.910 D/AudioHardware(29209): closePcmOut_l() mPcmOpenCnt: 1
06-13 11:07:46.910 E/AndroidRuntime(29427): *** FATAL EXCEPTION IN SYSTEM PROCESS: NetworkStats
06-13 11:07:46.910 E/AndroidRuntime(29427): java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.UID_REMOVED flg=0x8000010 (has extras) } in [email protected]
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:768)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.os.Handler.handleCallback(Handler.java:725)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.os.Handler.dispatchMessage(Handler.java:92)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.os.Looper.loop(Looper.java:137)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.os.HandlerThread.run(HandlerThread.java:60)
06-13 11:07:46.910 E/AndroidRuntime(29427): Caused by: java.lang.IllegalArgumentException: tried recording negative data
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.net.NetworkStatsHistory.recordData(NetworkStatsHistory.java:302)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.net.NetworkStatsHistory.recordHistory(NetworkStatsHistory.java:375)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.net.NetworkStatsHistory.recordEntireHistory(NetworkStatsHistory.java:351)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsCollection.recordHistory(NetworkStatsCollection.java:220)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsCollection.read(NetworkStatsCollection.java:282)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsCollection.read(NetworkStatsCollection.java:256)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsRecorder$RemoveUidRewriter.read(NetworkStatsRecorder.java:315)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.internal.util.FileRotator.readFile(FileRotator.java:367)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.internal.util.FileRotator.rewriteSingle(FileRotator.java:242)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.internal.util.FileRotator.rewriteAll(FileRotator.java:223)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsRecorder.removeUidsLocked(NetworkStatsRecorder.java:240)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsService.removeUidsLocked(NetworkStatsService.java:1077)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsService.access$1000(NetworkStatsService.java:139)
06-13 11:07:46.910 E/AndroidRuntime(29427): at com.android.server.net.NetworkStatsService$5.onReceive(NetworkStatsService.java:760)
06-13 11:07:46.910 E/AndroidRuntime(29427): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:758)
06-13 11:07:46.910 E/AndroidRuntime(29427): ... 4 more
06-13 11:07:47.250 I/Process (29427): Sending signal. PID: 29427 SIG: 9
06-13 11:07:47.277 I/ServiceManager( 132): service 'profile' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'notification' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'devicestoragemonitor' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'location' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'country_detector' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'search' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'dropbox' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'vibrator' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'serial' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'uimode' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'servicediscovery' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'throttle' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'fm_receiver' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'backup' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'appwidget' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'diskstats' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'samplingprofiler' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'commontime_management' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'dreams' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'assetredirection' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'pieservice' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'usb' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'connectivity' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'entropy' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'batteryinfo' died
06-13 11:07:47.277 I/ServiceManager( 132): service 'gfxinfo' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'input' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'accessibility' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'lock_settings' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'clipboard' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'battery' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'window' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'fm_transmitter' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'wallpaper' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'sensorservice' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'account' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'permission' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'meminfo' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'wifi' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'alarm' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'package' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'scheduling_policy' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'display' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'telephony.registry' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'hardware' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'mount' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'user' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'cpuinfo' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'bluetooth_manager' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'dbinfo' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'updatelock' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'power' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'content' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'activity' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'usagestats' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'device_policy' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'netpolicy' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'statusbar' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'textservices' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'audio' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'input_method' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'wifip2p' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'netstats' died
06-13 11:07:47.281 I/ServiceManager( 132): service 'network_management' died
06-13 11:07:47.285 W/AudioFlinger(29209): power manager service died !!!
06-13 11:07:47.285 W/Sensors (30047): sensorservice died [0x52bacc20]
06-13 11:07:47.285 W/Sensors (29783): sensorservice died [0x523f1568]
06-13 11:07:47.285 W/Sensors (29669): sensorservice died [0x4ee95a30]
06-13 11:07:47.293 D/SurfaceFlinger( 138): Screen acquired, type=0 flinger=0x40c6a318
06-13 11:07:47.293 D/SurfaceFlinger( 138): screen was previously acquired
06-13 11:07:47.316 E/BufferQueue( 138): [com.android.packageinstaller/com.android.packageinstaller.UninstallAppProgress] queueBuffer: SurfaceTexture has been abandoned!
06-13 11:07:47.316 E/SurfaceTextureClient(31430): queueBuffer: error queuing buffer to SurfaceTexture, -19
06-13 11:07:47.320 W/HardwareRenderer(31430): EGL error: EGL_BAD_NATIVE_WINDOW
06-13 11:07:47.328 W/BufferQueue( 138): [com.android.packageinstaller/com.android.packageinstaller.UninstallAppProgress] cancelBuffer: BufferQueue has been abandoned!
06-13 11:07:47.347 W/HardwareRenderer(31430): Mountain View, we've had a problem here. Switching back to software rendering.
06-13 11:07:47.351 E/BufferQueue( 138): [com.android.packageinstaller/com.android.packageinstaller.UninstallAppProgress] connect: BufferQueue has been abandoned!
06-13 11:07:47.421 E/installd( 142): eof
06-13 11:07:47.421 E/installd( 142): failed to read size
06-13 11:07:47.421 I/installd( 142): closing connection
06-13 11:07:47.476 W/dalvikvm(31200): threadid=11: thread exiting with uncaught exception (group=0x40de0930)
06-13 11:07:47.492 E/InputEventReceiver(29538): channel '4117b4b8 StatusBar (client)' ~ Publisher closed input channel or an error occurred. events=0x9
06-13 11:07:47.492 E/InputEventReceiver(29538): channel '4160f8c8 com.android.systemui.ImageWallpaper (client)' ~ Publisher closed input channel or an error occurred. events=0x9
06-13 11:07:47.511 I/Zygote (29211): Exit zygote because system server (29427) has terminated
06-13 11:07:47.539 I/ServiceManager( 132): service 'media.audio_policy' died
06-13 11:07:47.539 I/ServiceManager( 132): service 'media.audio_flinger' died
06-13 11:07:47.539 I/ServiceManager( 132): service 'media.player' died
06-13 11:07:47.539 I/ServiceManager( 132): service 'media.camera' died
06-13 11:07:47.742 I/Netd (31493): Netd 1.0 starting
06-13 11:07:47.746 W/InterfaceController(31493): Warning (Cannot load library: load_library(linker.cpp:771): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
06-13 11:07:47.757 I/ServiceManager( 132): service 'phone' died
06-13 11:07:47.757 I/ServiceManager( 132): service 'sip' died
06-13 11:07:47.757 I/ServiceManager( 132): service 'isms' died
06-13 11:07:47.757 I/ServiceManager( 132): service 'iphonesubinfo' died
06-13 11:07:47.757 I/ServiceManager( 132): service 'simphonebook' died
06-13 11:07:47.972 D/libEGL (31491): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
06-13 11:07:47.996 D/libEGL (31491): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
06-13 11:07:48.007 D/libEGL (31491): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
06-13 11:07:48.363 D/AndroidRuntime(31494):
06-13 11:07:48.363 D/AndroidRuntime(31494): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
06-13 11:07:48.363 D/AndroidRuntime(31494): CheckJNI is OFF
I had a backup from 3 days ago which I've just restored. I have deleted Dalvik cache and formatted cache partition as well.
Gapps stopped working (probably because of cache delete), reporting errors every few seconds.
I have updated the system again to the latest and installed latest Gapps again.
I'm trying to avoid going through factory reset again. Will report if this solved the problem.
Yankovic said:
A full wipe and fresh install is a bit extreme in my eyes when I don't know what is really causing this issue.. I've been looking a bit deeper and saw that the network usage in the settings would also crash everytime i tried to open it (with a similar stacktrace).
Maybe it saved some invalid value to the netstats (as the stacktrace mentions IllegalArgumentException: tried recording negative data) at some time so I removed all the files from /data/system/netstats directory and now it seems to work again
Click to expand...
Click to collapse
Found this, years later, after already wiping my phone, looking for solutions. Gah, I feel dumb lol.
[Q&A] ★☞ [Rom][4.3] AllianceRom - Build 23 THE Most Customisable TW ROM
Q&A for ★☞ [Rom][4.3] AllianceRom - Build 23 THE Most Customisable TW ROM On ANY Device [04/11/14][Aroma][ML1]
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][4.3] AllianceRom - Build 23 THE Most Customisable TW ROM On ANY Device [04/11/14][Aroma][ML1]. 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!
alliancerom glitch anyone?
I have the Verizon Galaxy S3 i535, & I'm using Saferoot/Safestrap with AllianceRom (Build 22/Base Version AllianceROM_I535VRUCML1/Android 4.3/Kernel 3.0.31). I've been having a problem recently where, if my phone dies, when I charge it & power it back on, I have to do a Safestrap Reboot followed by a System Reboot to get it to boot properly. If I don't do these things, it will boot up for about 2 min, & then just reboot itself without warning over & over again. I was wondering if anyone else has ever experienced anything like this, or knows the cause (whether hardware- or software-related) & permanent solution for it?
I was also wondering if you have to completely reinstall AllianceRom to change the launcher you want to use with it (I currently have Apex Launcher set, but wanted to try out another of AllianceRom's options). If so, what would be the easiest way to do this with Safestrap?
Any help any of the brilliant people on this awesome forum can provide in either case would be MUCH appreciated!
SadPanda284 said:
I have the Verizon Galaxy S3 i535, & I'm using Saferoot/Safestrap with AllianceRom (Build 22/Base Version AllianceROM_I535VRUCML1/Android 4.3/Kernel 3.0.31). I've been having a problem recently where, if my phone dies, when I charge it & power it back on, I have to do a Safestrap Reboot followed by a System Reboot to get it to boot properly. If I don't do these things, it will boot up for about 2 min, & then just reboot itself without warning over & over again. I was wondering if anyone else has ever experienced anything like this, or knows the cause (whether hardware- or software-related) & permanent solution for it?
I was also wondering if you have to completely reinstall AllianceRom to change the launcher you want to use with it (I currently have Apex Launcher set, but wanted to try out another of AllianceRom's options). If so, what would be the easiest way to do this with Safestrap?
Any help any of the brilliant people on this awesome forum can provide in either case would be MUCH appreciated!
Click to expand...
Click to collapse
I don't know about the reboots but if you want to try a different launcher you can just download pretty much any of them through the play store or the Android apps section of the forum.
Samsung Galaxy s3 modem
Hello, I'm trying to flash the alliance Rom for the Verizon galaxy s3, it shows I need to download the modem zip and flash that too, but it appears the link is down. Does anyone have a download they can share? Thanks in advance!
Ethan9987
dpeeps74 said:
I don't know about the reboots but if you want to try a different launcher you can just download pretty much any of them through the play store or the Android apps section of the forum.
Click to expand...
Click to collapse
Well I was thinking maybe the launcher I was using had somehow gotten corrupted, & so I was just going to try a different one. When you initially install AllianceRom it has you select the launcher, features, etc. So I was thinking I may have to go through that process again to get a Fresh install. Then, if the issue didn't reoccur, I would be able to say that the problem likely WAS with the launcher. Just not sure.
To add to my problem, lately it seems like if the phone gets really hot (like if I'm playing certain games for any length of time), it will start giving "... has stopped working" errors like crazy, & then the phone will reboot itself. Again, not sure if this is the launcher or hardware. It kinda seems like hardware, but I was just hoping to find an easier fix than "buy a new phone". Does anyone else have this much trouble with the S3??
Upgrading from Beans 20 to Alliance Rom
Hi all,
I haven't flashed a different ROM in a while, but I was tired of 4.1.2, and wanted to move to the Alliance Rom. I've seen lots of conflicting reports of how to do this. I still have TWRP 2.6, and I'm not sure if that's an issue. I also have the MF1 modem, and it seems that the note is to upgrade to the ML1 modem (However, when I click on the link, I get an error "This Page is Not Available", which is a separate problem).
My experience with flashing has always been:
1. Download latest Rom version
2. Reboot into Recovery
3. Wipe Data/Factory Reset twice
4. Wipe cache and dalvik cache
5. Install Rom
6. Reboot (First Boot may take up to 10 mins)
7. Read through Frequently asked questions
9. Let Phone sit for 5-10 minutes (You need to do this)
10. Reboot again
11 Enjoy
But in this case, it seems I need a new modem (which I want to make sure to install first), need to confirm that there isn't an issue with the file structure, and possibly install a later version of TWRP. Am I overthinking this, or am I on my way to bricking my phone?
Q&A Help?
Does anyone watch the Q&A section of this thread? I've only gotten 1 response to my problem, & very few posts to the Q&A section period. I'm just wondering if anyone really even looks at this section to provide help to us noobs, or if our questions just go out to the void??
modem link not working timeing out
im trying to install this on a friends phone for him...do i need to flash the modem if he is on jellybean allready he is on mf1 not ml1 if this isnt big diffrenece can i jus flash the rom and be done..if not id like to flash the medem file just in case like i didfor another friend but cant get it to download link keeps timeing out a mirrior link would be great ..thank you in advance for this rom and hard work i love this rom and every version of it i recomend it to everyone with samsung phone..he has a samsung galaxy s3 still on jellybean switched networks to strighttalk..now cant accsess his mobile data ..thought maybe flashing a new rom mite fix this as well build num last 3 digets mf1 ....currently on stock rooted rom ..flashed a diff rom diddnt work out tried flashing syenergy rom cause it was jelly bean based and he cant get ota updates no more ..so thought be better to stay with jellybean based rom..im bout to try a kitkat rom in my experiance ive flashed higher firmwares than the phones base firmware and i was fine..is this ok ?..really jus need a mirrior link for your modem file and i can try otherr stuff on my own..but yourresponse would be alot of help
Alliance Rom S3 CDMA Data not responding
Hi,
I have just flashed Alliance Rom 4.3, everything is fine, problem is my CDMA data is not working, its not giving any reponse.restored back my hyperdrive 4.1 with this data is working fine , need help in flashing alliance rom 4.3 with no data issue for cdma evdo....request to help.
Hi..If you want to install Alliance Rom 4.3*, you need to have TWRP 2.7*...dowload it, use Odin to update TWRPthan flash 4.3.
Sent from my SCH-I535 using XDA Free mobile app
I think no one
Sent from my SCH-I535 using XDA Free mobile app
Any way to reset all colors?
Hi,
Some time ago I dabbled a little in customizing the colors and I have managed to make many in-app menus impossible to read. I've tried just about every option I can think of to get the menus back, but to no avail...
My question is this: Is there any way to just reload all the default settings? Preferably just the color settings, but I could live with all settings if need be.
Thanks for your help!
-Nicco
p.s. Love this ROM!
ALLIANCE ROM BUILD23-Samsung GS3 i535, Contact List Crash
Dev,
Firstly...Thank you very much for an outstanding ROM. In my opinion, I believe that this ROM is better that CM, Paranoid, MOAR or the others due to it's extensive customization abilities. After Getting all of my bugs fixed, I do plan to donate. Here is my problem:
I did a factory reset, twice....wiped delvik and cach, twice.....installed Alliance ROM. Everything went smooth, (I do have the ML1 baseband installed previously). Whenever I tap on a contact name I get "Unfortunatly, contacts has stopped". I am unable to see the contact info. Please help with this. I also noticed that the build numbers are up to around 30-32.....Do I have the most recent release for my Verizon S3?
Thank you very much.
DScuglia
VRCML1 Modem
I haven't tried rooted my phone since last year, so not completely sure what to do.
I used Casual to root, flashed insecure Aboot, and flashed Touch wiz recovery. Right now, I am on 4.1.2 android and trying to follow the instructions for AllianceRom. It says I should Install the 4.3 ML1 Modem, but the link seems to be dead. I found other models with different numbers, can those be used instead?
VRUML1 can be googled
nounta1016 said:
I haven't tried rooted my phone since last year, so not completely sure what to do.
I used Casual to root, flashed insecure Aboot, and flashed Touch wiz recovery. Right now, I am on 4.1.2 android and trying to follow the instructions for AllianceRom. It says I should Install the 4.3 ML1 Modem, but the link seems to be dead. I found other models with different numbers, can those be used instead?
Click to expand...
Click to collapse
If you Google d2vzw_ML1 modem, download the zip to your extcard, then reboot into recovery, wipe delvik and cache, I would do a factory reset, then go into twrp and install the modem. reboot, then install alliance rom......make sure that you use titanium back up to back up apps only (not data), then when you reboot after the rom install, redo the wifi, go to app store, download titanium back up, go into titanium and restore apps....BOOM
Issues with Encryption
To carry over to a more appropriate section from the main thread, I am having issues with Encryption. One of the reasons I moved over to a TW ROM from CM11 was the fact that Encryption is required for me, and I heard that TW ROM's are a little more successful with it on the S3 instead of CM11, which I have not been able to get to work.
So anyways, I have an MF1 baseband rooted Verizon S3. It's not locked down and is running TWRP 2.8.4 Recovery. I installed the ROM and went straight to Encryption after initial Setup. Talon4x4 noted in the main thread that he needed to use a PIN of at least 6 characters, but this does not appear to be an option for me. There is no ADM (Android Device Management) on my phone so security policies are completely settable by me. If I use a 7 character PIN, the Encryption system states that I must use a full password. As seen in this picture:
{
"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"
}
After changing to a complex password (letters and numbers >6 characters), I can then Encrypt. But as noted in the previous thread, the phone goes to the Android logo for about 30 seconds and then restarts. When restarting, it does not ask for a password to unlock. Additionally, returning to the Encryption screen provides the option to Encrypt again, so it does not appear that anything is actually happening.
Anyone have any advice or hints that I might be able to use to troubleshoot? Thanks again for the ROM though! From what I'm using, it's great! Just got to get Encryption working to be able to keep it
EDIT:
Went through the process again, this time with it connected to adb so I was able to pull logging. I'm pasting the output below (after cleaning out the other noise). It looks like the problem is that it's not un-mounting the /data partition successfully. Can't imagine why since it's a brand new flash on a completely wiped device. If anyone else has some ideas I'd love to hear it!
Code:
FS_MIN_LIMIT frequency : 1350000 uid : 1000 pid : 669 pkgName : ACTIVITY_RES
[email protected]
I/MountService( 669): encrypting storage...
D/VoldCmdListener( 136): cryptfs inplace {}
I/CryptfsEE( 136): Just asked init to shut down class main
V/AT_Distributor_diag( 158): fd_uart (-1), fd_atd(7)
V/AT_Distributor_diag( 158): [UART DIAG : fd_atd < 0, fd open error
V/AT_Distributor_diag( 158): [UART DIAG] :
I/CryptfsUT( 136): /mnt_1/sdcard_1 sucessfully unmounted
I/CryptfsUT( 136): /mnt/shell/container sucessfully unmounted
I/CryptfsUT( 136): /data/data1 sucessfully unmounted
I/CryptfsUT( 136): /storage/PersonalPage sucessfully unmounted
I/CryptfsUT( 136): /mnt/shell/personalpage sucessfully unmounted
I/CryptfsUT( 136): /mnt/shell/emulated sucessfully unmounted
I/CryptfsUT( 136): /data_1 sucessfully unmounted
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 19, action 1)
E/ProcessKiller( 136): [email protected] /system/bin/drmserver (150) has open file /data/system/databases/drmdatabase.db
W/ProcessKiller( 136): [email protected] SIGHUP to process 150
D/ProcessKiller( 136): Wait for death /proc/150
I/ServiceManager( 135): service 'SurfaceFlinger' died
I/ServiceManager( 135): service 'display.qservice' died
I/ServiceManager( 135): service 'drm.drmManager' died
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 18, action 1)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 17, action 1)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 16, action 1)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 15, action 1)
I/ServiceManager( 135): service 'telephony.registry' died
I/ServiceManager( 135): service 'content' died
I/ServiceManager( 135): service 'package' died
I/ServiceManager( 135): service 'mdm.remotedesktop' died
I/ServiceManager( 135): service 'usagestats' died
I/ServiceManager( 135): service 'user' died
I/ServiceManager( 135): service 'multiwindow' died
I/ServiceManager( 135): service 'batteryinfo' died
I/ServiceManager( 135): service 'bluetooth_manager' died
I/ServiceManager( 135): service 'bluetooth_secure_mode_manager' died
I/ServiceManager( 135): service 'netpolicy' died
I/ServiceManager( 135): service 'meminfo' died
I/ServiceManager( 135): service 'container_service' died
I/ServiceManager( 135): service 'entropy' died
I/ServiceManager( 135): service 'textservices' died
I/ServiceManager( 135): service 'AtCmdFwd' died
I/ServiceManager( 135): service 'lock_settings' died
I/ServiceManager( 135): service 'mount' died
I/ServiceManager( 135): service 'device_policy' died
I/ServiceManager( 135): service 'log_manager_service' died
I/ServiceManager( 135): service 'enterprise_license_policy' died
I/ServiceManager( 135): service 'DirEncryptService' died
I/ServiceManager( 135): service 'wifi' died
I/ServiceManager( 135): service 'wifioffload' died
I/ServiceManager( 135): service 'wfd' died
I/ServiceManager( 135): service 'cpuinfo' died
I/ServiceManager( 135): service 'power' died
I/ServiceManager( 135): service 'gfxinfo' died
I/ServiceManager( 135): service 'dbinfo' died
I/ServiceManager( 135): service 'account' died
I/ServiceManager( 135): service 'sensorservice' died
I/ServiceManager( 135): service 'activity' died
I/ServiceManager( 135): service 'appops' died
I/ServiceManager( 135): service 'permission' died
I/ServiceManager( 135): service 'display' died
I/ServiceManager( 135): service 'network_management' died
I/ServiceManager( 135): service 'input_method' died
I/ServiceManager( 135): service 'tvoutservice' died
I/ServiceManager( 135): service 'mini_mode_app_manager' died
I/ServiceManager( 135): service 'commontime_management' died
I/ServiceManager( 135): service 'motion_recognition' died
I/ServiceManager( 135): service 'voip' died
I/ServiceManager( 135): service 'samsung.smartfaceservice' died
I/ServiceManager( 135): service 'dreams' died
I/ServiceManager( 135): service 'connectivity' died
I/ServiceManager( 135): service 'servicediscovery' died
I/ServiceManager( 135): service 'updatelock' died
I/ServiceManager( 135): service 'dropbox' died
I/ServiceManager( 135): service 'country_detector' died
I/ServiceManager( 135): service 'devicestoragemonitor' died
I/ServiceManager( 135): service 'location' died
I/ServiceManager( 135): service 'wallpaper' died
I/ServiceManager( 135): service 'notification' died
I/ServiceManager( 135): service 'search' died
I/ServiceManager( 135): service 'hardware' died
I/ServiceManager( 135): service 'sec_analytics' died
I/ServiceManager( 135): service 'wifip2p' died
I/ServiceManager( 135): service 'accessibility' died
I/ServiceManager( 135): service 'window' died
I/ServiceManager( 135): service 'input' died
I/ServiceManager( 135): service 'audio' died
I/ServiceManager( 135): service 'usb' died
I/ServiceManager( 135): service 'serial' died
I/ServiceManager( 135): service 'uimode' died
I/ServiceManager( 135): service 'kiesusb' died
I/ServiceManager( 135): service 'samplingprofiler' died
I/ServiceManager( 135): service 'backup' died
I/ServiceManager( 135): service 'appwidget' died
I/ServiceManager( 135): service 'diskstats' died
I/ServiceManager( 135): service 'LEDService' died
I/ServiceManager( 135): service 'battery' died
I/ServiceManager( 135): service 'vibrator' died
I/ServiceManager( 135): service 'CustomFrequencyManagerService' died
I/ServiceManager( 135): service 'edmnativehelper' died
I/ServiceManager( 135): service 'scheduling_policy' died
I/ServiceManager( 135): service 'alarm' died
I/ServiceManager( 135): service 'license_log_service' died
I/ServiceManager( 135): service 'application_policy' died
I/ServiceManager( 135): service 'remoteinjection' died
I/ServiceManager( 135): service 'harmony_eas_service' died
I/ServiceManager( 135): service 'phone_restriction_policy' died
I/ServiceManager( 135): service 'enterprise_policy' died
I/ServiceManager( 135): service 'statusbar' died
I/ServiceManager( 135): service 'clipboard' died
I/ServiceManager( 135): service 'clipboardEx' died
I/ServiceManager( 135): service 'netstats' died
I/ServiceManager( 135): service 'wifi_policy' died
I/ServiceManager( 135): service 'sip' died
I/ServiceManager( 135): service 'phone' died
I/ServiceManager( 135): service 'phoneext' died
I/ServiceManager( 135): service 'isms' died
I/ServiceManager( 135): service 'simphonebook' died
I/ServiceManager( 135): service 'iphonesubinfo' died
I/ServiceManager( 135): service 'media.audio_flinger' died
I/ServiceManager( 135): service 'media.player' died
I/ServiceManager( 135): service 'media.camera' died
I/ServiceManager( 135): service 'media.audio_policy' died
I/ServiceManager( 135): service 'android.security.keystore' died
I/ServiceManager( 135): service 'nfc' died
I/ServiceManager( 135): service 'secontroller' died
I/ServiceManager( 135): service 'nfccontroller' died
I/ServiceManager( 135): service 'TvoutService_C' died
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 14, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 13, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 12, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 11, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 10, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 9, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 8, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 7, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 6, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 5, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 4, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 3, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 2, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 1, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 0, action 2)
E/CryptfsUT( 136): Giving up on unmount /data (Device or resource busy)
I/dumpstate(10846): begin
I/dumpstate(10846): done
E/CryptfsEE( 136): Error (null) after framework is shutdown, no data changed, restarting system
rune-san said:
EDIT:
Went through the process again, this time with it connected to adb so I was able to pull logging. I'm pasting the output below (after cleaning out the other noise). It looks like the problem is that it's not un-mounting the /data partition successfully. Can't imagine why since it's a brand new flash on a completely wiped device. If anyone else has some ideas I'd love to hear it!
Code:
FS_MIN_LIMIT frequency : 1350000 uid : 1000 pid : 669 pkgName : ACTIVITY_RES
[email protected]
I/MountService( 669): encrypting storage...
D/VoldCmdListener( 136): cryptfs inplace {}
I/CryptfsEE( 136): Just asked init to shut down class main
V/AT_Distributor_diag( 158): fd_uart (-1), fd_atd(7)
V/AT_Distributor_diag( 158): [UART DIAG : fd_atd < 0, fd open error
V/AT_Distributor_diag( 158): [UART DIAG] :
I/CryptfsUT( 136): /mnt_1/sdcard_1 sucessfully unmounted
I/CryptfsUT( 136): /mnt/shell/container sucessfully unmounted
I/CryptfsUT( 136): /data/data1 sucessfully unmounted
I/CryptfsUT( 136): /storage/PersonalPage sucessfully unmounted
I/CryptfsUT( 136): /mnt/shell/personalpage sucessfully unmounted
I/CryptfsUT( 136): /mnt/shell/emulated sucessfully unmounted
I/CryptfsUT( 136): /data_1 sucessfully unmounted
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 19, action 1)
E/ProcessKiller( 136): [email protected] /system/bin/drmserver (150) has open file /data/system/databases/drmdatabase.db
W/ProcessKiller( 136): [email protected] SIGHUP to process 150
D/ProcessKiller( 136): Wait for death /proc/150
I/ServiceManager( 135): service 'SurfaceFlinger' died
I/ServiceManager( 135): service 'display.qservice' died
I/ServiceManager( 135): service 'drm.drmManager' died
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 18, action 1)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 17, action 1)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 16, action 1)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 15, action 1)
I/ServiceManager( 135): service 'telephony.registry' died
I/ServiceManager( 135): service 'content' died
I/ServiceManager( 135): service 'package' died
I/ServiceManager( 135): service 'mdm.remotedesktop' died
I/ServiceManager( 135): service 'usagestats' died
I/ServiceManager( 135): service 'user' died
I/ServiceManager( 135): service 'multiwindow' died
I/ServiceManager( 135): service 'batteryinfo' died
I/ServiceManager( 135): service 'bluetooth_manager' died
I/ServiceManager( 135): service 'bluetooth_secure_mode_manager' died
I/ServiceManager( 135): service 'netpolicy' died
I/ServiceManager( 135): service 'meminfo' died
I/ServiceManager( 135): service 'container_service' died
I/ServiceManager( 135): service 'entropy' died
I/ServiceManager( 135): service 'textservices' died
I/ServiceManager( 135): service 'AtCmdFwd' died
I/ServiceManager( 135): service 'lock_settings' died
I/ServiceManager( 135): service 'mount' died
I/ServiceManager( 135): service 'device_policy' died
I/ServiceManager( 135): service 'log_manager_service' died
I/ServiceManager( 135): service 'enterprise_license_policy' died
I/ServiceManager( 135): service 'DirEncryptService' died
I/ServiceManager( 135): service 'wifi' died
I/ServiceManager( 135): service 'wifioffload' died
I/ServiceManager( 135): service 'wfd' died
I/ServiceManager( 135): service 'cpuinfo' died
I/ServiceManager( 135): service 'power' died
I/ServiceManager( 135): service 'gfxinfo' died
I/ServiceManager( 135): service 'dbinfo' died
I/ServiceManager( 135): service 'account' died
I/ServiceManager( 135): service 'sensorservice' died
I/ServiceManager( 135): service 'activity' died
I/ServiceManager( 135): service 'appops' died
I/ServiceManager( 135): service 'permission' died
I/ServiceManager( 135): service 'display' died
I/ServiceManager( 135): service 'network_management' died
I/ServiceManager( 135): service 'input_method' died
I/ServiceManager( 135): service 'tvoutservice' died
I/ServiceManager( 135): service 'mini_mode_app_manager' died
I/ServiceManager( 135): service 'commontime_management' died
I/ServiceManager( 135): service 'motion_recognition' died
I/ServiceManager( 135): service 'voip' died
I/ServiceManager( 135): service 'samsung.smartfaceservice' died
I/ServiceManager( 135): service 'dreams' died
I/ServiceManager( 135): service 'connectivity' died
I/ServiceManager( 135): service 'servicediscovery' died
I/ServiceManager( 135): service 'updatelock' died
I/ServiceManager( 135): service 'dropbox' died
I/ServiceManager( 135): service 'country_detector' died
I/ServiceManager( 135): service 'devicestoragemonitor' died
I/ServiceManager( 135): service 'location' died
I/ServiceManager( 135): service 'wallpaper' died
I/ServiceManager( 135): service 'notification' died
I/ServiceManager( 135): service 'search' died
I/ServiceManager( 135): service 'hardware' died
I/ServiceManager( 135): service 'sec_analytics' died
I/ServiceManager( 135): service 'wifip2p' died
I/ServiceManager( 135): service 'accessibility' died
I/ServiceManager( 135): service 'window' died
I/ServiceManager( 135): service 'input' died
I/ServiceManager( 135): service 'audio' died
I/ServiceManager( 135): service 'usb' died
I/ServiceManager( 135): service 'serial' died
I/ServiceManager( 135): service 'uimode' died
I/ServiceManager( 135): service 'kiesusb' died
I/ServiceManager( 135): service 'samplingprofiler' died
I/ServiceManager( 135): service 'backup' died
I/ServiceManager( 135): service 'appwidget' died
I/ServiceManager( 135): service 'diskstats' died
I/ServiceManager( 135): service 'LEDService' died
I/ServiceManager( 135): service 'battery' died
I/ServiceManager( 135): service 'vibrator' died
I/ServiceManager( 135): service 'CustomFrequencyManagerService' died
I/ServiceManager( 135): service 'edmnativehelper' died
I/ServiceManager( 135): service 'scheduling_policy' died
I/ServiceManager( 135): service 'alarm' died
I/ServiceManager( 135): service 'license_log_service' died
I/ServiceManager( 135): service 'application_policy' died
I/ServiceManager( 135): service 'remoteinjection' died
I/ServiceManager( 135): service 'harmony_eas_service' died
I/ServiceManager( 135): service 'phone_restriction_policy' died
I/ServiceManager( 135): service 'enterprise_policy' died
I/ServiceManager( 135): service 'statusbar' died
I/ServiceManager( 135): service 'clipboard' died
I/ServiceManager( 135): service 'clipboardEx' died
I/ServiceManager( 135): service 'netstats' died
I/ServiceManager( 135): service 'wifi_policy' died
I/ServiceManager( 135): service 'sip' died
I/ServiceManager( 135): service 'phone' died
I/ServiceManager( 135): service 'phoneext' died
I/ServiceManager( 135): service 'isms' died
I/ServiceManager( 135): service 'simphonebook' died
I/ServiceManager( 135): service 'iphonesubinfo' died
I/ServiceManager( 135): service 'media.audio_flinger' died
I/ServiceManager( 135): service 'media.player' died
I/ServiceManager( 135): service 'media.camera' died
I/ServiceManager( 135): service 'media.audio_policy' died
I/ServiceManager( 135): service 'android.security.keystore' died
I/ServiceManager( 135): service 'nfc' died
I/ServiceManager( 135): service 'secontroller' died
I/ServiceManager( 135): service 'nfccontroller' died
I/ServiceManager( 135): service 'TvoutService_C' died
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 14, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 13, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 12, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 11, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 10, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 9, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 8, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 7, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 6, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 5, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 4, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 3, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 2, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 1, action 2)
W/CryptfsUT( 136): Failed to unmount /data (Device or resource busy, retries 0, action 2)
E/CryptfsUT( 136): Giving up on unmount /data (Device or resource busy)
I/dumpstate(10846): begin
I/dumpstate(10846): done
E/CryptfsEE( 136): Error (null) after framework is shutdown, no data changed, restarting system
Click to expand...
Click to collapse
So an update to this, I got the issue figured out. I actually found the answer under the S4 forums here with a post by jsda
jsda said:
I solved this issue on my Samsung Galaxy S4 2014 (P600).
I was able to encrypt the device after disabling SuperSU (which came with the auto-root rom) and rebooting.
Click to expand...
Click to collapse
SuperSU was what was creating the issue. After going into Application manager and turning it off, the /data partition unmounted successfully and Encryption started like it was supposed to! I just turned SuperSU back on when it was done. Now I have this excellent ROM + Encryption.
Same Issue for me....
I too installed this incredible rom, but noticed that everytime I tried to access my contacts...boom....Unfortunately, Contacts has stopped..........I tried force closing, clearing data and cache, changing clock to 24hr mode (don't know how that affects anything), uninstalling...reinstalling...crying....swearing....finally I installed "contacts +" app. It works.....so, the issue might be with Google.
Hello m8s... I'm not used to TW anymore and was hoping a kind fellow could point me in the direction where the built in ringtones are stored...
pyrite123 said:
Hello m8s... I'm not used to TW anymore and was hoping a kind fellow could point me in the direction where the built in ringtones are stored...
Click to expand...
Click to collapse
/system/media/audio/ringtones
Sent from my SCH-I535 using Tapatalk
(New forum member here, hope I chose the right topic. Cross-post from https://android.stackexchange.com/q/249383/37933, hope that's OK. Thanks!)
Every since my Nokia 5.3 was upgraded to Andoid 12 recently, the battery suffers from processes com.android.phone and qcrild using the CPU a fair amount. It is not completely reproducible, but it happens especially when the the phone is locked, or at least the screen is off.
I observe that increased CPU usage via adb shell top -u radio.
At that same time adb shell dumpsys phone shows a lot of the following:
Code:
❯ adb shell dumpsys phone
------- PhoneGlobals -------
mPrevRoamingNotification=0
mDefaultDataSubId=1
mDataRoamingNotifLog:
isSmsCapable=true
2022-11-23T13:56:23.510818 - dataAllowed=true, reasons=Data allowed reason: NORMAL
2022-11-23T13:56:23.512116 - dataAllowed=true, reasons=Data allowed reason: NORMAL
[snip rest of the output]
And that seems to always immediately follow these adb shell logcat -d phone warnings about ...without a qualified user and Permission Denial to read the phone state:
Code:
11-23 13:56:23.460 1681 3481 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1206 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:2880 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1608 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455 android.os.Binder.execTransactInternal:1184
11-23 13:56:23.461 1681 3481 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1256 android.content.Context.sendBroadcastMultiplePermissions:2215 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:2884 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1608 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
11-23 13:56:23.462 1681 3481 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1256 android.content.Context.sendBroadcastMultiplePermissions:2215 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:2891 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1608 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
11-23 13:56:23.463 1681 2031 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1001)
11-23 13:56:23.463 1681 2031 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
11-23 13:56:23.464 1681 3481 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcastMultiplePermissions:1256 android.content.Context.sendBroadcastMultiplePermissions:2215 com.android.server.TelephonyRegistry.broadcastServiceStateChanged:2895 com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1608 com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
11-23 13:56:23.465 1681 2031 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1001)
And that results in a lot of logging that seems to be about refreshing the data about my mobile carrier (onRefreshCarrierInfo()), which may be where the CPU time is actually spent (following log capture is from a later occurrence):
Code:
11-23 14:18:08.592 2936 2936 D ServiceStateProvider: subId=1
11-23 14:18:08.592 2462 2640 I CustomizedNetworkIcon: getConfigValueByKey: oem_key_rat_name_of_4g_int=0
11-23 14:18:08.595 2462 2640 I CustomizedNetworkIcon: getConfigValueByKey: oem_display_lte_icon_int=1
11-23 14:18:08.597 2936 2936 I Telephony: TelecomAccountRegistry: onSubscriptionsChanged - reregister accounts
11-23 14:18:08.598 1676 2040 D CompatibilityInfo: mCompatibilityFlags - 0
11-23 14:18:08.598 2936 2936 D Telephony: isEmergencyPreferredAccount: subId=1, activeData=1
11-23 14:18:08.598 1676 2040 D CompatibilityInfo: applicationDensity - 280
11-23 14:18:08.598 2936 2936 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
11-23 14:18:08.598 1676 2040 D CompatibilityInfo: applicationScale - 1.0
11-23 14:18:08.600 31066 31066 D CellBroadcastReceiver: onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 cmp=com.google.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastReceiver (has extras) }
11-23 14:18:08.600 31066 31066 D CellBroadcastReceiver: onServiceStateChanged, ss: 0
11-23 14:18:08.600 31066 31066 D CellBroadcastReceiver: networkOperator: 20416
11-23 14:18:08.600 31066 31066 D CellBroadcastReceiver: update supported roaming operator as
11-23 14:18:08.601 2936 2936 I Telephony: isRttCurrentlySupported -- regular acct, hasVoiceAvailability: false
11-23 14:18:08.601 2936 2936 I Telephony: isRttSupported: false
11-23 14:18:08.601 2936 2936 I Telephony: isUserRttSettingOn: false
11-23 14:18:08.601 2936 2936 I Telephony: alwaysAllowWhileRoaming: false
11-23 14:18:08.601 2936 2936 I Telephony: isRoaming: false
11-23 14:18:08.601 2936 2936 I Telephony: isOnWfc: false
11-23 14:18:08.607 2462 2640 E CustomizedImsIcon: customizedVoLTEandVoWiFiIcon:
11-23 14:18:08.608 2462 4440 I CustomizedImsIcon: [0] customizedImsIcon:++
11-23 14:18:08.608 2462 4440 D CustomizedImsIcon: isAirplaneModeOn: false
11-23 14:18:08.608 2462 4440 D CustomizedImsIcon: customizedImsIcon:clear all vowifi icon which is added with TAG when airplane is off
11-23 14:18:08.608 2462 4440 I CustomizedImsIcon: [0] isOperaterCustomized:mccmnc=20416
11-23 14:18:08.609 2462 4440 I CustomizedImsIcon: [0] isOperaterClaroCustomized:mccmnc=20416
11-23 14:18:08.609 2462 4440 I CustomizedImsIcon: [0] isCustomizedBySkuId:isCustomized=false
11-23 14:18:08.609 2462 4440 D CustomizedImsIcon: getSimCount: simCount=1
11-23 14:18:08.610 2462 4440 I CustomizedImsIcon: [0] isWifiCallingAvailable: isImsRegistered is false
11-23 14:18:08.610 2462 4440 I CustomizedImsIcon: [0] isShowVoWiFiIcon: isAllowed=false
11-23 14:18:08.612 2462 4440 I CustomizedImsIcon: [0] isAllowShowVoLteIcon:OEM_ALLOW_SHOW_VOLTE_ICON_BOOL=false phoneId=0
11-23 14:18:08.612 2462 4440 I CustomizedImsIcon: [0] isShowVolteIcon: isAllowed=false
11-23 14:18:08.613 2462 4440 I CustomizedImsIcon: [0] customizedImsIcon:--
11-23 14:18:08.615 2936 2936 I Telephony: reRegisterPstnPhoneAccount: subId: 1 - no change
11-23 14:18:08.615 2936 2936 D CallNotifier: updatePhoneStateListeners: update CF notifications.
11-23 14:18:08.616 2936 2936 I NotificationMgr: updateCfi: subId= 1, visible=N
11-23 14:18:08.616 2936 2936 I NotificationMgr: updateMwi(): subId 1 update to false
11-23 14:18:08.618 2462 2462 D KeyguardUpdateMonitor: received broadcast android.intent.action.SERVICE_STATE
11-23 14:18:08.618 2462 2462 V KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=1656, duplexMode()=1, mCellBandwidths=[], mOperatorAlphaLong=Simpel, mOperatorAlphaShort=Simpel, isManualNetworkSelection=false(automatic), getRilVoiceRadioTechnology=14(LTE), getRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, isUsingCarrierAggregation=false, mArfcnRsrpBoost=0, mNetworkRegistrationInfos=[NetworkRegistrationInfo{ domain=CS transportType=WWAN registrationState=HOME roamingType=NOT_ROAMING accessNetworkTechnology=LTE rejectCause=0 emergencyEnabled=false availableServices=[VOICE,SMS,VIDEO] cellIdentity=CellIdentityLte:{ mCi=70817281 mPci=66 mTac=527 mEarfcn=1656 mBands=[] mBandwidth=2147483647 mMcc=204 mMnc=16 mAlphaLong=Simpel mAlphaShort=Simpel mAdditionalPlmns={} mCsgInfo=null} voiceSpecificInfo=VoiceSpecificRegistrationInfo { mCssSupported=false mRoamingIndicator=1 mSystemIsInPrl=-1 mDefaultRoamingIndicator=-1} dataSpecificInfo=null nrState=**** rRplmn=20416 isUsingCarrierAggregation=false}, NetworkRegistrationInfo{ domain=PS transportType=WWAN registrationState=HOME roamingType=NOT_ROAMING accessNetworkTechnology=LTE rejectCause=0 emergencyEnabled=false availableServices=[DATA] cellIdentity=CellIdentityLte:{ mCi=70817281 mPci=66 mTac=527 mEarfcn=1656 mBands=[] mBandwidth=2147483647 mMcc=204 mMnc=16 mAlphaLong=Simpel mAlphaShort=Simpel mAdditionalPlmns={} mCsgInfo=null} voiceSpecificInfo=null dataSpecificInfo=android.telephony.DataSpecificRegistrationInfo :{ maxDataCalls = 20 isDcNrRestricted = false isNrAvailable = false isEnDcAvailable = false LteVopsSupportInfo : mVopsSupport = 3 mEmcBearerSupport = 2 } nrState=**** rRplmn=20416 isUsingCarrierAggregation=false}], mNrFrequencyRange=0, mOperatorAlphaLongRaw=Simpel, mOperatorAlphaShortRaw=Simpel, mIsDataRoamingFromRegistration=false, mIsIwlanPreferred=false} subId=1
[...snipping a lot more similar logging...]
What could be wrong? Or at least, how can I further debug this?
After more research, my current best quess is that the Qualcomm RIL driver (presumably via qcrild) very often sends a '1002 unsolicited response (voice) network state changed' event: com.android.phone logs
Code:
D RILJ : Unsol response received; Sending ack to ril.cpp [PHONE0]
D RILJ : [UNSL]< UNSOL_RESPONSE_NETWORK_STATE_CHANGED [PHONE0]
often 10+ times per second.