I have as Samsung Galaxy S3 LTE (i9305) device which I bought in Hungary from T-Mobile.
I have upgraded it's firmware via KIES to a stock KitKat 4.4.4 which was pushed to Polish users. (I got the FW from the Samsung Live Updates site).
It operates fine, and everything works, but I have noticed that the battery is draining a bit more than with the stock 4.3 which I had on it previously.
I rooted the ROM and checked the logcat to find out what might be the culprit. I have made not made (and don't intend to make) any illegal modification of any kind (haven't unlocked, changed IMEI etc.)
I have seen several logcat logs on the net and this does not seem to be constrained to Samsung Galaxy S3 LTE devices only.
While digging around the logcat I found some strange entries related to 'kickstart' and SAHARA protocol.
I see the following in my logcat which happens every 5,10,15 minutes (even when not connected via adb):
Code:
12-11 10:14:23.486 I/kickstart( 2512): EVENT: SENDING --> SAHARA_HELLO_RESPONSE
12-11 10:14:23.486 I/kickstart( 2512): EVENT: sahara_mode = 2
12-11 10:14:23.486 I/kickstart( 2512): EVENT: m_comm->sahara_hello_packet_rx.mode = 2
12-11 10:14:23.486 I/kickstart( 2512): EVENT: helloRx.mode = 2
12-11 10:14:23.486 I/kickstart( 2512): EVENT: RECEIVED <-- SAHARA_MEMORY_DEBUG
12-11 10:14:23.486 I/kickstart( 2512): EVENT: STATE <-- SAHARA_WAIT_MEMORY_TABLE
12-11 10:14:23.491 I/kickstart( 2512): EVENT: 0x46980000, len=000C0000, "m9kefs1", ""
12-11 10:14:23.491 I/kickstart( 2512): EVENT: STATE <-- SAHARA_WAIT_MEMORY_REGION
12-11 10:14:23.491 I/kickstart( 2512): EVENT: Saving "/dev/block/modem/dump_path/m9kefs1"
12-11 10:14:23.491 I/kickstart( 2512): EVENT: Before rx_data()
12-11 10:14:23.501 I/kickstart( 2512): EVENT: Received: 16384 bytes
12-11 10:14:23.501 I/kickstart( 2512): EVENT: Wrote 16384 of 16384 bytes
...
12-11 10:14:24.051 E/kickstart( 2512): Received file "m9kefs1"
12-11 10:14:24.056 E/kickstart( 2512): Sync finish Received file "m9kefs1"
12-11 10:14:24.056 E/kickstart( 2512): 786432 bytes transferred in 0.567s (1.32 MBps)
12-11 10:14:24.056 I/kickstart( 2512): EVENT: num_debug_entries not >=0
12-11 10:14:24.056 E/kickstart( 2512): Successfully downloaded files from target
12-11 10:14:24.061 I/kickstart( 2512): EVENT: RECEIVED <-- SAHARA_RESET_RESP
12-11 10:14:24.061 E/kickstart( 2512): Sahara protocol completed
12-11 10:14:24.061 I/kickstart( 2512): EVENT: STATE <-- SAHARA_WAIT_HELLO
This happens with m9kefs1 and m9kefs2 as well. The number of bytes transferred is always the same for both.
After some digging around I found that:
"kickstart" (2514) is "/system/bin/ks -m -v -w /dev/block/modem/dump_path/ -p /dev/ttyUSB0 -t -1 -l"
which is started by "/system/bin/efsks -p /dev/ttyUSB0 -w /dev/block/modem/dump_path/"
which is started by "/system/bin/qcks s" from init.smdk4x12.rc
It seems that QualComm (or someone) is trying to update my RIL FW over the air constantlY. SAHARA seems to be a protocol used by QualComm.
My questions:
Is it normal that my phone tries to update m9kefs1 and m9kefs2 this often?
Who and why is trying to flash my phone firmware (qualcomm, provider, samsung) ?
Does this have to do with me flashing a FW which was not pushed by my provider?
I killed ks and qcks processes and appears the phone appears to function properly.
(I can't easily remove them from init.smdk4x12.rc since it's mounted into memory only and gets overwritten from boot.img on every boot).
Any help would be appreciated.
*Bump*
I am having the same issue on my cyanogenmod m12 JFLTE galaxy s4 on t mobile.
If I prevent the execution of qcks and ks, by renaming the files in /system/bin... then I lose my network connection and/or it will force a reboot.
I need a work around that doesn't affect the radio or cause reboots. I don't mind using tasker to ruin she'll commands as root.
Joeviocoe said:
I am having the same issue on my cyanogenmod m12 JFLTE galaxy s4 on t mobile.
If I prevent the execution of qcks and ks, by renaming the files in /system/bin... then I lose my network connection and/or it will force a reboot.
I need a work around that doesn't affect the radio or cause reboots. I don't mind using tasker to ruin she'll commands as root.
Click to expand...
Click to collapse
It looks like those are used during booting up.
The best you could do is write a script that uses 'ps' and greps the PID of qcks, ks and efsks and run 'kill' with those PIDs.
Try searching for "find and kill a process in one line using bash and regex" and you should come up with a stackoverflow question with solutions (I can't include links in my posts yet...)
Oh, I can kill the processes if I like. I just use pkill from a terminal or have Tasker run the same command.
The problem is that killing those processes will crash the phone and cause a reboot.
If I permanently prevent those processes from running, by renaming or deleting the binary files... I will never get data network connection.
Does this not happen to you?
Sent from my SGH-M919 using Tapatalk
Joeviocoe said:
Oh, I can kill the processes if I like. I just use pkill from a terminal or have Tasker run the same command.
The problem is that killing those processes will crash the phone and cause a reboot.
If I permanently prevent those processes from running, by renaming or deleting the binary files... I will never get data network connection.
Does this not happen to you?
Sent from my SGH-M919 using Tapatalk
Click to expand...
Click to collapse
No.
My phone runs fine (including data connection) if I kill the processes using adb shell.
I didn't try renaming them, because I saw from a logcat that they're being needed during bootup.
Btw I just kill the 'ks' process not efsks or qcks.
Same happens to me with CM 11
Just find out I have same logcat entries! S3 i9305 intl. with CM 11:
[..]
02-19 14:20:38.354: I/kickstart(2415): EVENT: Received: 16384 bytes
02-19 14:20:38.354: I/kickstart(2415): EVENT: Wrote 16384 of 16384 bytes
02-19 14:20:38.354: E/kickstart(2415): Received file "m9kefs2"
02-19 14:20:38.364: E/kickstart(2415): Sync finish Received file "m9kefs2"
02-19 14:20:38.364: E/kickstart(2415): 786432 bytes transferred in 0.575s (1.30 MBps)
02-19 14:20:38.364: I/kickstart(2415): EVENT: num_debug_entries not >=0
02-19 14:20:38.364: E/kickstart(2415): Successfully downloaded files from target
02-19 14:20:38.364: I/kickstart(2415): EVENT: RECEIVED <-- SAHARA_RESET_RESP
02-19 14:20:38.364: E/kickstart(2415): Sahara protocol completed
02-19 14:20:38.364: I/kickstart(2415): EVENT: STATE <-- SAHARA_WAIT_HELLO
[..]
02-19 14:24:46.529: I/kickstart(2415): EVENT: Saving "/dev/block/modem/dump_path/m9kefs2"
[..]
I'm curious to know what it means...
bump! doesn't anybody know why this recurrent sahara update?? (by recurrent I mean a bunch of times every day!)
thx in advance
Related
Has anyone managed to get this to load a thread yet? May just be my device, am not running Modaco or anything at the moment like.
FC every time for me.
nope,always FC dont know why
Yerp, this sucks! would be a perfect little device for me if i could get that working... Who develops it like? i'm guessing someone on here, maybe they could help?
But it only force closes when you are logged in right? When I use it without logging in it seems to work just fine...
Just can't use the favourites and stuff then :/
Is this the xda app aka tapatalk?
If so why are you using a mobile forum app like this on a tablet? you can easily run the full forum from the browser.
Lennyuk said:
Is this the xda app aka tapatalk?
If so why are you using a mobile forum app like this on a tablet? you can easily run the full forum from the browser.
Click to expand...
Click to collapse
I just generally like using the application, personal preference i guess.. But meh! until 3.0 is released i guess apps wont be running very nicely on the vega anyways.
say la vee!
Tapatalk pro is working fine so its really an app issue
It works partly, I can login and see the threads, favorites. But when I try to open a thread, or try to exit or try to open settings, I get a FC.
I don't have an Advent Vega (yet), but I have a Nook Color that I use as a Froyo tablet, and I get the same symptoms. I wonder if this has anything to do with the higher 1024x600 resolution, which is the same on both devices. On the Nook Color forums, users have reported that the actual Tapatalk app works, as dagrim1 here also said.
I tried Android Tablet Forum app, which is same as XDA Developer app. Based on Tapatalk.
The Android Tablet Forum app shows the same symptoms, I get a lot of FC, special when I try to login with my username/password.
Maybe the XDA app and the Android Tablet Forum app are based on older versions of Tapatalk?
Couldn't check the Tapatalk app, as it is payed version.
BeeGee_Tokyo said:
Maybe the XDA app and the Android Tablet Forum app are based on older versions of Tapatalk?
Couldn't check the Tapatalk app, as it is payed version.
Click to expand...
Click to collapse
Exactly that is the case. Tapatalk was updated because it was killing the battery of many devices and FCing.
Logseman said:
Exactly that is the case. Tapatalk was updated because it was killing the battery of many devices and FCing.
Click to expand...
Click to collapse
Where to ask to get the XDA app updated?
You can send an email to the developer's contact address, [email protected]
It work if you are not logged in.
This is the logcat of the error when you are logged in
Code:
02-19 15:13:27.948: WARN/System.err(26523): java.lang.IllegalArgumentException: no dialog with id 99 was ever shown via Activity#showDialog
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Activity.missingDialog(Activity.java:2590)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Activity.dismissDialog(Activity.java:2580)
02-19 15:13:27.948: WARN/System.err(26523): at com.quoord.tapatalkxda.activity.ForumNavigationActivity.onSaveInstanceState(ForumNavigationActivity.java:1828)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Activity.performSaveInstanceState(Activity.java:1036)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1180)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3330)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3305)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3288)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.access$2500(ActivityThread.java:125)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2040)
02-19 15:13:27.948: WARN/System.err(26523): at android.os.Handler.dispatchMessage(Handler.java:99)
02-19 15:13:27.948: WARN/System.err(26523): at android.os.Looper.loop(Looper.java:123)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.main(ActivityThread.java:4627)
02-19 15:13:27.948: WARN/System.err(26523): at java.lang.reflect.Method.invokeNative(Native Method)
02-19 15:13:27.948: WARN/System.err(26523): at java.lang.reflect.Method.invoke(Method.java:521)
02-19 15:13:27.948: WARN/System.err(26523): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-19 15:13:27.948: WARN/System.err(26523): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-19 15:13:27.948: WARN/System.err(26523): at dalvik.system.NativeStart.main(Native Method)
02-19 15:13:27.948: INFO/ActivityManager(1007): Starting activity: Intent { cmp=com.quoord.tapatalkxda.activity/.ThreadActivity (has extras) }
02-19 15:13:27.967: DEBUG/AndroidRuntime(26523): Shutting down VM
02-19 15:13:27.967: WARN/dalvikvm(26523): threadid=1: thread exiting with uncaught exception (group=0x4001d868)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): FATAL EXCEPTION: main
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): java.lang.RuntimeException: Unable to pause activity {com.quoord.tapatalkxda.activity/com.quoord.tapatalkxda.activity.ForumNavigationActivity}: java.lang.NullPointerException
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3348)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3305)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3288)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.access$2500(ActivityThread.java:125)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2040)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.os.Handler.dispatchMessage(Handler.java:99)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.os.Looper.loop(Looper.java:123)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.main(ActivityThread.java:4627)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at java.lang.reflect.Method.invokeNative(Native Method)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at java.lang.reflect.Method.invoke(Method.java:521)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at dalvik.system.NativeStart.main(Native Method)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): Caused by: java.lang.NullPointerException
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.quoord.tapatalkxda.activity.PasswordCrypt.encrypt(PasswordCrypt.java:260)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.quoord.tapatalkxda.activity.ForumNavigationActivity.onPause(ForumNavigationActivity.java:800)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.Activity.performPause(Activity.java:3842)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1190)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3335)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): ... 12 more
02-19 15:13:28.447: WARN/ActivityManager(1007): Activity pause timeout for HistoryRecord{447cc808 com.quoord.tapatalkxda.activity/.ForumNavigationActivity}
02-19 15:13:37.947: WARN/ActivityManager(1007): Launch timeout has expired, giving up wake lock!
02-19 15:13:38.462: WARN/ActivityManager(1007): Activity idle timeout for HistoryRecord{4470a2c0 com.quoord.tapatalkxda.activity/.ThreadActivity}
Has anyone tried on the XDA Premium App? I am not at home and can't try on my tablet yet. I wonder if it's based on the same Tapatalk version...
willverduzco said:
Has anyone tried on the XDA Premium App? I am not at home and can't try on my tablet yet. I wonder if it's based on the same Tapatalk version...
Click to expand...
Click to collapse
Yes it is
wizkid6000 said:
Yes it is
Click to expand...
Click to collapse
That's unfortunate. I would have assumed a more recent version. So I take it the bug is still there, right?
I'm trying to port the HTC Vigor RUU to the HTC Droid Incredible, and I'm running into some problems. It flashes fine, but gets stuck at the splash screen on boot, and log cat shows
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
I looked at the recovery log (posted here), and it's giving me "no such file or directory" errors for bin. I have looked in other, stable Sense 3.5 roms, and they don't have those binaries either. I have even copied the binaries from an HTC Runnymede port, but no avail. Does anybody know the problem?
Thanks,
dmeadows013
Did you read the recovery log?? It says no space left on device.
The ROM is too big for the device's system partition you are flashing to.. hence certain files were not flashed successfully.
dsixda said:
Did you read the recovery log?? It says no space left on device.
The ROM is too big for the device's system partition you are flashing to.. hence certain files were not flashed successfully.
Click to expand...
Click to collapse
That worked, thanks!
Now though, log cat shows
Code:
- waiting for device -
--------- beginning of /dev/log/main
E/kickstart( 86): === qcks: Aug 5 2011 13:24:04 ===
I/kickstart( 86): -- COMMAND LINE ARGS in order --
I/kickstart( 86): COMPORT1=/dev/ttyHSL1
I/kickstart( 86): COMPORT2=/dev/tty_sdio_00
I/kickstart( 86): PATHTOIMAGES=/vendor/firmware/
I/kickstart( 86): EFSRAW1=/dev/block/mmcblk0p27
I/kickstart( 86): EFSRAW2=/dev/block/mmcblk0p28
I/kickstart( 86): EFSRAW3=/dev/block/mmcblk0p19
I/kickstart( 86): Header1=efs1.mbn
I/kickstart( 86): Header2=efs2.mbn
I/kickstart( 86): Header3=efs3.mbn
E/logwrapper( 93): executing /system/xbin/busybox failed: No such file or directory
I/logwrapper( 71): /system/xbin/busybox terminated by exit(255)
I/kickstart( 86): Option=l, Sub_Option=c
I/kickstart( 86): Testing if port "/dev/mdm" exists
E/kickstart( 86): Couldn't find "/dev/mdm", 1 of 10
E/tund ( 87): sTap open(): No such file or directory
--------- beginning of /dev/log/system
I/tund ( 87): 3LM tund firing up
E/BATT_MAIN( 96): Fail to open /dev/htc_batt
E/kickstart( 86): Couldn't find "/dev/mdm", 2 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 3 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 4 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 5 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 6 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 7 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 8 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 9 of 10
E/kickstart( 86): Couldn't find "/dev/mdm", 10 of 10
E/kickstart( 86): '/dev/mdm' was not found
E/kickstart( 86): ERROR: Can't bring MDM9K out of reset
E/BATT_MAIN( 127): Fail to open /dev/htc_batt
E/BATT_MAIN( 145): Fail to open /dev/htc_batt
E/BATT_MAIN( 162): Fail to open /dev/htc_batt
E/BATT_MAIN( 179): Fail to open /dev/htc_batt
E/BATT_MAIN( 196): Fail to open /dev/htc_batt
E/BATT_MAIN( 213): Fail to open /dev/htc_batt
E/BATT_MAIN( 230): Fail to open /dev/htc_batt
E/BATT_MAIN( 247): Fail to open /dev/htc_batt
E/BATT_MAIN( 264): Fail to open /dev/htc_batt
E/BATT_MAIN( 281): Fail to open /dev/htc_batt
E/BATT_MAIN( 298): Fail to open /dev/htc_batt
E/BATT_MAIN( 315): Fail to open /dev/htc_batt
E/BATT_MAIN( 334): Fail to open /dev/htc_batt
E/BATT_MAIN( 403): Fail to open /dev/htc_batt
E/BATT_MAIN( 460): Fail to open /dev/htc_batt
E/BATT_MAIN( 517): Fail to open /dev/htc_batt
E/BATT_MAIN( 574): Fail to open /dev/htc_batt
E/BATT_MAIN( 631): Fail to open /dev/htc_batt
E/BATT_MAIN( 684): Fail to open /dev/htc_batt
E/BATT_MAIN( 741): Fail to open /dev/htc_batt
E/BATT_MAIN( 798): Fail to open /dev/htc_batt
E/BATT_MAIN( 855): Fail to open /dev/htc_batt
E/BATT_MAIN( 912): Fail to open /dev/htc_batt
E/BATT_MAIN( 967): Fail to open /dev/htc_batt
Hi folks,
I have a problem with my s2. After going into sleep the screen turns off and everything seems to be fine. After five minutes not doing anything the screen goes on for about three seconds and then turns off again. This happens about five times and then the screen stats black again. After another five minutes... Same thing going on again
My device runs on stock room xila2, Android 2.3.6, is rooted and runs on a kernel from @hellcat. So far everything worked like a charm, I had not experienced any problems to this point neither did I change anything to my setting nor did I install anything new.
I attach a log file. I used a filter once which says "screen_on" and indeed I can see that every time the screen turns on there is an error like "e/glasslockscreenmusicwidget" but I can't help myself knowing what this wants to tell me.
So I would appreciate any kind of help here.
Thanks!
Edit: have to upload the log later. Doesn't work from cell phone obviously...
here's an error log.
you can see clearly where the screen turns on, but i don't know why
--------- beginning of /dev/log/main
--------- beginning of /dev/log/system
02-19 13:23:32.995 E/BatteryService( 3008): TMU status = 0
02-19 13:23:36.190 E/SurfaceFlinger( 3008): GL error 0x0506
02-19 13:23:36.571 E/lights ( 3008): write_int : /sys/class/backlight/pwm-backlight/brightness 0
02-19 13:23:36.601 E/power ( 3008): *** set_screen_state 0
02-19 13:23:36.606 E/lights ( 3008): write_int : /sys/devices/virtual/misc/melfas_touchkey/brightness 2
02-19 13:24:13.445 E/BatteryService( 3008): TMU status = 0
02-19 13:24:53.525 E/BatteryService( 3008): TMU status = 0
02-19 13:25:34.161 E/BatteryService( 3008): TMU status = 0
02-19 13:26:14.545 E/BatteryService( 3008): TMU status = 0
02-19 13:26:54.891 E/BatteryService( 3008): TMU status = 0
02-19 13:27:34.996 E/BatteryService( 3008): TMU status = 0
02-19 13:28:15.116 E/BatteryService( 3008): TMU status = 0
02-19 13:28:55.206 E/BatteryService( 3008): TMU status = 0
02-19 13:29:35.315 E/BatteryService( 3008): TMU status = 0
02-19 13:30:12.100 E/power ( 3008): *** set_screen_state 1
02-19 13:30:12.175 E/lights ( 3008): write_int : /sys/class/backlight/pwm-backlight/brightness 30
02-19 13:30:13.565 E/lights ( 3008): write_int : /sys/devices/virtual/misc/melfas_touchkey/brightness 2
02-19 13:30:15.446 E/BatteryService( 3008): TMU status = 0
02-19 13:30:16.191 E/PowerManagerService( 3008): CurLock p:2 mPS:3
02-19 13:30:17.190 E/SurfaceFlinger( 3008): GL error 0x0506
02-19 13:30:17.576 E/lights ( 3008): write_int : /sys/class/backlight/pwm-backlight/brightness 0
02-19 13:30:17.611 E/power ( 3008): *** set_screen_state 0
02-19 13:30:17.626 E/lights ( 3008): write_int : /sys/devices/virtual/misc/melfas_touchkey/brightness 2
02-19 13:30:17.686 E/GlassLockScreenMusicWidget( 3008): onReceive() : intent=Intent { act=android.intent.action.SCREEN_ON flg=0x40000000 }
02-19 13:30:17.716 E/GlassLockScreenMusicWidget( 3008): onReceive() : intent=Intent { act=android.intent.action.SCREEN_OFF flg=0x40000000 }
02-19 13:30:18.151 E/power ( 3008): *** set_screen_state 1
02-19 13:30:18.171 E/lights ( 3008): write_int : /sys/class/backlight/pwm-backlight/brightness 30
02-19 13:30:18.346 E/GlassLockScreenMusicWidget( 3008): onReceive() : intent=Intent { act=android.intent.action.SCREEN_ON flg=0x40000000 }
02-19 13:30:22.241 E/PowerManagerService( 3008): CurLock p:2 mPS:3
02-19 13:30:27.626 E/KeyguardViewMediator( 3008): Phone is boot completed. so can broadcast
02-19 13:30:27.636 E/MTPRx ( 3456): In MtpReceiverandroid.intent.action.USER_PRESENT
02-19 13:30:27.646 E/MTPRx ( 3456): file kieswifi.dat is not found
02-19 13:30:27.646 E/MTPRx ( 3456): Battery charging. plugType = 0
02-19 13:30:27.646 E/MTPRx ( 3456): AC charging. Dont lauch MTP APP
anyone? i really want to find out what the log is trying to tell me
Okay, so I've had this problem for a while now and for a while, I just used 3G, but then moved to using a different phone. But now I'm fed up of using my other phone, as it's no where near as good as the DNA, I'm looking to see if I can fix the problem.
Anyway, the problem is that I can't turn WiFi on. I flick the switch and it gets stuck at "Turning on Wi-Fi...".
(It's definitely a problem device side because I can't even see a list of networks or anything)
I'm currently unlocked, S-OFF. I've tried flashing different ROMs/kernels and even flashed back to complete stock. I've tried WiFi Fixer and WFix Manager with no luck.
I also opened the thing up to see if the cable was loose, but seems to be okay - could it be a board issue or something? If it even is a hardware issue?
Anyway, I thought a logcat may turn up some useful information, but I don't really know what I'm doing when it comes to understanding logcats. So perhaps there is someone that can make more of it:
Code:
--------- beginning of /dev/log/main
W/HtcNativeFlag( 8525): Fail to get flag string for type 'customer', use default value
W/HtcNativeFlag( 8525): Fail to get flag for type 'customer', use default value: -1
W/HtcNativeFlag( 8525): Fail to get flag string for type 'language', use default value
W/HtcNativeFlag( 8525): Fail to get flag for type 'language', use default value: -1
V/HtcDLNAServiceManager( 706): Settings:Agentname: wifi_on
V/HtcDLNAServiceManager( 706): Settings:Agentvalue: 1
V/Settings:Agent( 706): >> traceCallingStack()
V/Settings:Agent( 706): Process.myPid(): 706
V/Settings:Agent( 706): Process.myTid(): 1926
V/Settings:Agent( 706): Process.myUid(): 1000
V/Settings:Agent( 706):
V/Settings:Agent( 706):
W/System.err( 706): java.lang.Throwable: stack dump
W/System.err( 706): at java.lang.Thread.dumpStack(Thread.java:497)
W/System.err( 706): at android.provider.Settings$HtcISettings$Agent.traceCallingStack(Settings$HtcISettings.java:56)
W/System.err( 706): at android.provider.Settings$HtcIGlobal$Agent.monitorKey(Settings$HtcIGlobal.java:62)
W/System.err( 706): at android.provider.Settings$Global.putStringForUser(Settings.java:5673)
W/System.err( 706): at android.provider.Settings$Global.putString(Settings.java:5660)
W/System.err( 706): at android.provider.Settings$Global.putInt(Settings.java:5754)
W/System.err( 706): at com.android.server.wifi.WifiSettingsStore.persistWifiState(WifiSettingsStore.java:155)
W/System.err( 706): at com.android.server.wifi.WifiSettingsStore.handleWifiToggled(WifiSettingsStore.java:106)
W/System.err( 706): at com.android.server.wifi.WifiService.setWifiEnabled(WifiService.java:893)
W/System.err( 706): at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:170)
W/System.err( 706): at android.os.Binder.execTransact(Binder.java:388)
W/System.err( 706): at dalvik.system.NativeStart.run(Native Method)
V/Settings:Agent( 706):
V/Settings:Agent( 706): << traceCallingStack(): 2(ms)
--------- beginning of /dev/log/system
D/WifiService( 706): setWifiEnabled: true pid=8525, uid=0
E/WifiService( 706): Invoking mWifiStateMachine.setWifiEnabled
I/WifiService( 706): isSprintWifiRestricted(): false
I/WifiService( 706): isMdmWifiRestricted(): false
D/WifiSettingsStore( 706): [SetWifiStatePersist] IsWifiStatePersist: true, persist : true
E/WifiHW ( 225): Failed to open wlan fw path param (No such file or directory)
E/SoftapController( 225): Softap fwReload failed
E/WifiStateMachine( 706): Failed to reload STA firmware java.lang.IllegalStateException: command '14 softap fwreload wlan0 STA' failed with '400 14 SoftAP command has failed'
D/PMS ( 706): acquireWL(48e3edf0): PARTIAL_WAKE_LOCK WifiStateMachine 0x1 706 1000
D/PMS ( 706): releaseWL(48e3edf0): PARTIAL_WAKE_LOCK WifiStateMachine 0x1
W/CommandListener( 225): Failed to retrieve HW addr for wlan0 (No such device)
D/libc ( 706): [NET] getaddrinfo+,hn 7(0x302e302e302e30),sn(),family 0,flags 4
D/libc ( 706): [NET] getaddrinfo-, SUCCESS
E/WifiStateMachine( 706): Unable to change interface settings: java.lang.IllegalStateException: command '16 interface setcfg wlan0 0.0.0.0 0 down' failed with '400 16 Failed to set address (No such device)'
D/WirelessDisplayService( 706): WifiReceiver: action:android.net.wifi.WIFI_STATE_CHANGEDstate1
I/QuickSettingWifi( 1518): receive.wifiState:WIFI_STATE_ENABLING setEnable:false
D/WIFI_ICON( 1518): updateWifiState: WIFI_STATE_CHANGED disabled
D/StatusBar.NetworkController( 1518): dumpIcon[(gone) stat_sys_5signal_null|null (gone) stat_sys_no_sim F (gone)]
D/WifiNative-wlan0( 706): connectToSupplicant, iface=wlan0
I/wpa_supplicant( 8557): Successfully initialized wpa_supplicant
I/wpa_supplicant( 8557): NetworkSelection(WPA_SUPPLICANT) version: 1.b.2
I/wpa_supplicant( 8557): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 8557): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 8557): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 8557): wlan0: Failed to initialize driver interface
E/wpa_supplicant( 8557): wlan0: BLACKLIST CLEAR
E/wpa_supplicant( 8557): wlan0: BLACKLIST REMOVE 00:00:00:00:00:00
I/battery-calibration( 8576): *** LEVEL: 87 CUR: -4500 ***: sleeping for 120 s...
Is there anything in there that would suggest it's a hardware issue, or a software issue?
If you think you need more information from me to help solve, just ask! And any help would be greatly appreciated!
What's your current radio/baseband version?
Have you updated the radio and/or firmware so that they match the software version you are trying to run?
If you have updated, are you just updating the radio or the firmware too?
Thanks for the quick reply,
My current radio is: 1.01.01.1112
I'm running: ~NuSenseONE~ Max Dlx RC1.8
They should work together, right?
But I still have the problem when I'm running stock Sense 4 and stock radio with or without unlock/s-off/etc.
I've been messing around all day, flashing different ROMs, kernels, radios, recoveries... Just everything I can think of.
I've attached the output of dmesg from boot. With that and the logcat, is it possible to determine if this is a software issue, or a hardware issue. Because if it's a hardware issue, I can stop fussing over this thing.
Why don't you post this in the rom thread?
thayl0 said:
Why don't you post this in the rom thread?
Click to expand...
Click to collapse
According to his posts, it happens on any rom, so it's not rom specific.
Sounds like hardware failure.
Out of interest, which part of the hardware is responsible for the WiFi?
Would it be possible to replace this myself?
If not, it's not the end of the world. I'm just interested to know.
jcsawyer said:
Out of interest, which part of the hardware is responsible for the WiFi?
Would it be possible to replace this myself?
If not, it's not the end of the world. I'm just interested to know.
Click to expand...
Click to collapse
Try putting the device back to stock config. At that point it may take several factory resets to trip the wi fi
Did you ever find a fix? I have the same problem, with the same stack trace.
Hello,
My i9100 died some months ago, it was impossible to boot (Tested different batteries, SIM-cards and chargers). I think it was overheating when I used it for the last time.
I bought a used mainboard from China and build it into my phone. It had Stock Gingerbread installed and was used in Iran.
An IMEI-analysis says that the board is a european version
Information on IMEI xxxxxx
Type Allocation Holder Samsung
Mobile Equipment Type Samsung GT-i9100 Galaxy S II
GSM Implementation Phase 2/2+
IMEI Validity Assessment Very likely
Information on range assignment
Est. Date of Range Issuance Around Q2 2011
Reporting Body British Approvals Board of Telecommunications (BABT)
Primary Market Europe
Legal Basis for Allocation EU R&TTE Directive
Information on number format
Full IMEI Presentation 35xxxxxx
Reporting Body Identifier 35
Type Allocation Code xxxxxx
Serial Number xxxxx
Check Digit 0
Click to expand...
Click to collapse
I use cm12.1 (12.1-20150430-UNOFFICIAL-i9100) but I also don't have cellular network with other ROMs. GPS, Wifi, BT etc. are working
Search for mobile networks is not successful and I can't execute USSD-Codes. The efs-partition is not corrupted. Most files are from 2010, last changes 2013.
Do you have any idea how to solve this?
Best regards
Have you checked which baseband software version is showing under "about phone"? This is stored in /dev/block/mmcblk0p8, and would not be updated by installing CM. I think I9100XXMS4 was the last European one. Rather than messing around with installing this, you can simply install Sale's NeatROM (modified Samsung 4.1), before installing CM etc.
---------- Post added at 03:53 PM ---------- Previous post was at 03:52 PM ----------
Another thing to consider, but I not sure how you'd check or fix:
http://forum.xda-developers.com/galaxy-s2/general/external-antenna-socket-warning-t1273292
This would mean the radio modem is booted & working OK, but no antenna = no signal = no networks.
My baseband was XXKI4. I installed XXMS4 but that didn't change anything.
The antenna socket is not damaged or anything but i don't know how to check the functionality without destroying the coonnection to the internal antenna (provided it works at all).
Hmmm @tgb456
Install stock 2.3.3 and root it.
Connect your phone to PC into ADB. Start logcating and make log:
--restarting phone
-Searching to network (manual)
-USSD codes excutions
Wysłane ze Slim-fonika 9.0 powered by DorimanX v008 kernel
Still with CM12.1:
After reboot:
Code:
W/ServiceWatcher( 2225): com.google.android.gms not found
W/ServiceWatcher( 2225): com.google.android.gms not found
W/LocationManagerService( 2225): no network location provider found
W/ServiceWatcher( 2225): com.google.android.gms not found
W/ServiceWatcher( 2225): com.google.android.gms not found
D/NuPlayerDriver( 1862): reset(0x41c34040)
D/NuPlayerDriver( 1862): notifyResetComplete(0x41c34040)
E/LocationManagerService( 2225): no geocoder provider found
E/FlpHardwareProvider( 2225): Error hw_get_module 'flp': -2
E/LocationManagerService( 2225): FLP HAL not supported
W/ServiceWatcher( 2225): com.google.android.gms not found
E/LocationManagerService( 2225): Unable to bind FLP Geofence proxy.
E/ActivityRecognitionHardware( 2225): Error hw_get_module: -2
E/LocationManagerService( 2225): Hardware Activity-Recognition not supported.
I/FFmpegExtractor( 1862): android-source:0x415b14c0
...
I/Telecom ( 2225): TelecomGlobals: CallsManager initialized
W/ContextImpl( 2225): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1732 android.content.ContextWrapper.startService:522 com.android.server.telecom.BluetoothPhoneService.start:468 com.android.server.telecom.TelecomGlobals.initialize:101 com.android.server.telecom.TelecomService.onCreate:164
....
D/Telephony( 2743): TtyManager: setTTYMode exception: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE
W/BassBoost( 2667): WARNING: attaching a BassBoost to global output mix is deprecated!
V/OtaStartupReceiver( 2743): onOtaspChanged: mOtaspMode=1
W/Virtualizer( 2667): WARNING: attaching a Virtualizer to global output mix is deprecated!
D/GpsLocationProvider( 2225): received SIM realted action:
D/GpsLocationProvider( 2225): SIM MCC/MNC is still not available
D/Telephony( 2743): TtyManager: queryTTYMode exception: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE
I/MmsService( 2743): MmsConfigManager.loadInBackground(): mcc/mnc: 0/0
E/MmsService( 2743): MmsConfigManager.load -- empty getActiveSubInfoList
D/Telephony( 2743): TelecomAccountRegistry: Found 1 phones. Attempting to register.
D/Telephony( 2743): TelecomAccountRegistry: Phone with subscription id 5000
E/PhoneInterfaceManager( 2743): [PhoneIntfMgr] getIccId: No UICC
D/Telephony( 2743): AccountEntry: Registered phoneAccount: [PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxx], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxxxxx], UserHandle{0}
I/Telephony( 2743): PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8e4d5bd}
D/Telephony( 2743): PstnPhoneCapabilitiesNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8e4d5bd}
D/CallNotifier( 2743): onReceive...
D/Telephony( 2743): PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
D/PhoneStatusBarPolicy( 2382): updateSimState for subId :5000
D/GpsLocationProvider( 2225): received SIM realted action:
D/PhoneStatusBarPolicy( 2382): updateSimState for phoneId :0
D/PhoneStatusBarPolicy( 2382): updateSimState for Slot :0
D/GpsLocationProvider( 2225): SIM MCC/MNC is still not available
....
D/MmsSmsDatabaseHelper( 2743): [MmsSmsDb] tableName: threads hasAutoIncrement: CREATE TABLE threads (_id INTEGER PRIMARY KEY AUTOINCREMENT,date INTEGER DEFAULT 0,message_count INTEGER DEFAULT 0,recipient_ids TEXT,snippet TEXT,snippet_cs INTEGER DEFAULT 0,read INTEGER DEFAULT 1,archived INTEGER DEFAULT 0,type INTEGER DEFAULT 0,error INTEGER DEFAULT 0,has_attachment INTEGER DEFAULT 0) result: true
D/MmsSmsDatabaseHelper( 2743): [MmsSmsDb] tableName: canonical_addresses hasAutoIncrement: CREATE TABLE canonical_addresses (_id INTEGER PRIMARY KEY AUTOINCREMENT,address TEXT) result: true
D/MmsSmsDatabaseHelper( 2743): [MmsSmsDb] tableName: part hasAutoIncrement: CREATE TABLE part (_id INTEGER PRIMARY KEY AUTOINCREMENT,mid INTEGER,seq INTEGER DEFAULT 0,ct TEXT,name TEXT,chset INTEGER,cd TEXT,fn TEXT,cid TEXT,cl TEXT,ctt_s INTEGER,ctt_t TEXT,_data TEXT,text TEXT) result: true
D/MmsSmsDatabaseHelper( 2743): [MmsSmsDb] tableName: pdu hasAutoIncrement: CREATE TABLE pdu (_id INTEGER PRIMARY KEY AUTOINCREMENT,thread_id INTEGER,date INTEGER,date_sent INTEGER DEFAULT 0,msg_box INTEGER,read INTEGER DEFAULT 0,m_id TEXT,sub TEXT,sub_cs INTEGER,ct_t TEXT,ct_l TEXT,exp INTEGER,m_cls TEXT,m_type INTEGER,v INTEGER,m_size INTEGER,pri INTEGER,rr INTEGER,rpt_a INTEGER,resp_st INTEGER,st INTEGER,tr_id TEXT,retr_st INTEGER,retr_txt TEXT,retr_txt_cs INTEGER,read_status INTEGER,ct_cls INTEGER,resp_txt TEXT,d_tm INTEGER,d_rpt INTEGER,locked INTEGER DEFAULT 0,sub_id INTEGER DEFAULT -1, phone_id INTEGER DEFAULT -1, seen INTEGER DEFAULT 0,creator TEXT,text_only INTEGER DEFAULT 0) result: true
D/MmsSmsDatabaseHelper( 2743): [getWritableDatabase] hasAutoIncrementThreads: true hasAutoIncrementAddresses: true hasAutoIncrementPart: true hasAutoIncrementPdu: true
---
I/ActivityManager( 2225): Start proc 3598:com.android.cellbroadcastreceiver/u0a5 for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver
D/CellBroadcastReceiver( 3598): onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x10 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) }
D/CellBroadcastReceiver( 3598): Intent ACTION_SERVICE_STATE_CHANGED
D/CellBroadcastReceiver( 3598): Service state changed! 3 Full: 3 3 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false Current state=-1
I/ActivityManager( 2225): Killing 2826:android.process.acore/u0a6 (adj 15): empty #17
D/CellBroadcastReceiver( 3598): onReceive Intent { act=android.intent.action.ACTION_SUBINFO_RECORD_UPDATED flg=0x10 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver }
D/SIP ( 2743): [SipSharedPreferences] isReceivingCallsEnabled, option not set; use default value, exception: android.provider.Settings$SettingNotFoundException: sip_receive_calls
E/PhoneInterfaceManager( 2743): [PhoneIntfMgr] getIccId: No UICC
...
D/Yamaha-MC1N2-Audio( 1862): yamaha_mc1n2_audio_route_start()
E/WhisperPush( 3531): GcmRecurringRegistration
E/WhisperPush( 3531): java.io.IOException: SERVICE_NOT_AVAILABLE
E/WhisperPush( 3531): at com.google.android.gms.gcm.GoogleCloudMessaging.register(Unknown Source)
E/WhisperPush( 3531): at org.whispersystems.whisperpush.gcm.GcmHelper.getRegistrationId(GcmHelper.java:65)
E/WhisperPush( 3531): at org.whispersystems.whisperpush.WhisperPush$1.doInBackground(WhisperPush.java:52)
E/WhisperPush( 3531): at org.whispersystems.whisperpush.WhisperPush$1.doInBackground(WhisperPush.java:48)
E/WhisperPush( 3531): at android.os.AsyncTask$2.call(AsyncTask.java:292)
E/WhisperPush( 3531): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E/WhisperPush( 3531): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
E/WhisperPush( 3531): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E/WhisperPush( 3531): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E/WhisperPush( 3531): at java.lang.Thread.run(Thread.java:818)
W/ActivityManager( 2225): Unable to start service Intent { act=com.google.android.gms.analytics.service.START cmp=com.google.android.gms/.analytics.service.AnalyticsService (has extras) } U=0: not found
W/GAV3 ( 3553): Thread[GAThread,5,main]: Service unavailable (code=1), will retry.
I/GAV3 ( 3553): Thread[GAThread,5,main]: No campaign data found.
I/GlobalDismissManager( 3437): no sender configured
...
W/ActivityManager( 2225): Unable to start service Intent { act=com.google.android.gms.analytics.service.START cmp=com.google.android.gms/.analytics.service.AnalyticsService (has extras) } U=0: not found
W/GAV3 ( 3553): Thread[Service Reconnect,5,main]: Service unavailable (code=1), using local store.
USSD-Codes:
Code:
D/Yamaha-MC1N2-Audio( 1862): yamaha_mc1n2_audio_output_start()
D/Yamaha-MC1N2-Audio( 1862): yamaha_mc1n2_audio_route_start()
D/Yamaha-MC1N2-Audio( 1862): (yamaha_mc1n2_audio_params_route_find): device = 2, direction = 0
W/AudioTrack( 2225): AUDIO_OUTPUT_FLAG_FAST denied by client
E/AudioTrack( 2225): AudioTrack::set : Exit
I/ActivityManager( 2225): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10008 on display 0
V/WindowManager( 2225): addAppToken: AppWindowToken{3e3087eb token=Token{534ff3a ActivityRecord{d949665 u0 com.android.server.telecom/.PrivilegedCallActivity t77}}} to stack=1 task=77 at 1
E/SpannableStringBuilder( 3876): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
I/Telecom ( 2225): CallReceiver: onReceive - isUnknownCall: false
I/Telecom ( 2225): Call: setTargetPhoneAccount ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxx], UserHandle{0}
V/GpsNetInitiatedHandler( 2225): ACTION_NEW_OUTGOING_CALL - false
I/Telecom ( 2225): Call: CallerInfo received for *****: [email protected] { name null, phoneNumber non-null }
W/InputMethodManagerService( 2225): Window already focused, ignoring focus gain of: [email protected] [email protected], token = [email protected]
D/DialpadFragment( 3876): Displaying normal Dialer UI.
D/DialpadFragment( 3876): Displaying normal Dialer UI.
I/Telecom ( 2225): CallsManager: Creating a new outgoing call with handle: *****
I/Telecom ( 2225): CallsManager: updateLchStatus subInConversation: 5000
I/Telecom ( 2225): CreateConnectionProcessor: Trying attempt CallAttemptRecord(ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxxxxxxx], UserHandle{0},ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxxxxx], UserHandle{0})
I/Telecom ( 2225): CreateConnectionProcessor: Attempting to call from ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}
I/Telecom ( 2225): ServiceBinderConnection: Service bound ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}
I/Telephony( 2743): TelephonyConnectionService: onCreateOutgoingConnection, request: ConnectionRequest xxxxxxxxxxx Bundle[mParcelledData.dataSize=96]
I/Telecom ( 2225): ConnectionServiceWrapper: Service unbound ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, from unbind.
I/Telecom ( 2225): CallsManager: setCallState CONNECTING -> DISCONNECTED, call: [881702855, CONNECTING, null, *****, 0, childs(0), has_parent(false), [[Capabilities:]], false, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxxxxxxxxxx], UserHandle{0} 0]
I/Telecom ( 2225): CallsManager: entered manageMSimInCallTones
I/Telecom ( 2225): CallsManager: updateLchStatus subInConversation: null
I/Telecom ( 2225): CallsManager: setActiveSubscription = null
I/Telecom ( 2225): CallsManager: entered manageMSimInCallTones
I/Timeline( 3876): Timeline: Activity_idle id: [email protected] time:1476741
Searching for networks:
Code:
D/Yamaha-MC1N2-Audio( 1862): yamaha_mc1n2_audio_output_start()
D/Yamaha-MC1N2-Audio( 1862): yamaha_mc1n2_audio_route_start()
D/Yamaha-MC1N2-Audio( 1862): (yamaha_mc1n2_audio_params_route_find): device = 2, direction = 0
V/WindowManager( 2225): not Base app: Adding window Window{a3df74b u0 com.android.phone/com.android.phone.NetworkSetting} at 6 of 9
I/NotificationService( 2225): cancelToast pkg=com.android.phone [email protected]
W/NotificationService( 2225): Toast already cancelled. pkg=com.android.phone [email protected]
W/InputMethodManagerService( 2225): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
Maybe this is a problem with the /efs - partition. hxxp://redmine.replicant.us/boards/9/topics/8841?r=9483 . The owner of most files in /efs is root or system, not radio
Code:
[email protected]:/ # ls -la /efs/
ls -la /efs/
-rw-r--r-- root root 1 2011-01-01 01:00 .nv_state
drwxrwxr-x radio system 2000-01-01 01:09 bluetooth
-rw-r--r-- system system 9 2010-12-31 22:02 cryptprop_applied_result
-rw-r--r-- root root 1 2010-12-31 22:00 cryptprop_rebootMode
drwx------ system system 2010-12-31 22:01 dmp
-rw-rw-rw- system system 256 2014-06-06 10:33 edk_p
-rw-r--r-- root root 2354 2011-01-01 01:00 nv.log
-rw-r--r-- root root 32 2010-12-31 22:13 nv_data.bin.md5
-rw-r--r-- root root 880 2010-12-31 16:02 redata.bin
-rw-r--r-- root root 1 2013-02-12 07:00 upgaddr
drwxrwxr-x radio system 2000-01-01 01:13 wifi
Activation of mobile network in settings:
Code:
D/Yamaha-MC1N2-Audio( 1861): yamaha_mc1n2_audio_route_start()
D/MccTable( 2753): updateMccMncConfiguration mccmnc='null' fromServiceState=true
D/MccTable( 2753): WIFI_COUNTRY_CODE set to
I/WifiService( 2226): WifiService trying to set country code to with persist set to true
E/WifiStateMachine( 2226): Ignoring resetting of country code
D/KeyguardUpdateMonitor( 2369): ACTION_SERVICE_STATE_CHANGED on sub: 5000 mServiceState: 1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false
D/GpsLocationProvider( 2226): received SIM realted action:
D/GpsLocationProvider( 2226): SIM MCC/MNC is still not available
W/sh ( 4104): type=1400 audit(0.0:237): avc: denied { write } for name="log" dev=mmcblk0p10 ino=73730 scontext=u:r:rild:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir
I/MmsService( 2753): MmsConfigManager.loadInBackground(): mcc/mnc: 262/3
I/Telephony( 2753): PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.gsm.GSMPhone) {2f88d477}
D/Telephony( 2753): PstnPhoneCapabilitiesNotifier: Unregistering: Handler (com.android.internal.telephony.gsm.GSMPhone) {2f88d477}
E/MmsService( 2753): MmsConfigManager.load -- empty getActiveSubInfoList
D/Telephony( 2753): TelecomAccountRegistry: Found 1 phones. Attempting to register.
D/Telephony( 2753): TelecomAccountRegistry: Phone with subscription id 5000
E/PhoneInterfaceManager( 2753): [PhoneIntfMgr] getIccId: ICC ID is null or empty.
D/Telephony( 2753): AccountEntry: Registered phoneAccount: [PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxxxxxxx], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [f8237xxxxxxxxxxxxxxxxxxxxxxxx], UserHandle{0}
I/Telephony( 2753): PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {2f88d477}
D/Telephony( 2753): PstnPhoneCapabilitiesNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {2f88d477}
D/CallNotifier( 2753): onReceive...
D/PhoneStatusBarPolicy( 2369): updateSimState for subId :5000
D/PhoneStatusBarPolicy( 2369): updateSimState for phoneId :0
D/PhoneStatusBarPolicy( 2369): updateSimState for Slot :0
D/Telephony( 2753): PstnPhoneCapabilitiesNotifier: handleVideoCapabilitesChanged. Video capability - false
D/CellBroadcastReceiver( 3604): onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x10 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) }
D/CellBroadcastReceiver( 3604): Intent ACTION_SERVICE_STATE_CHANGED
D/CellBroadcastReceiver( 3604): Service state changed! 1 Full: 1 1 voice home data home null null null null null null Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false Current state=-1
D/CellBroadcastReceiver( 3604): onReceive Intent { act=android.intent.action.ACTION_SUBINFO_RECORD_UPDATED flg=0x10 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver }
E/PhoneInterfaceManager( 2753): [PhoneIntfMgr] getIccId: ICC ID is null or empty.
I/art ( 2226): Background partial concurrent mark sweep GC freed 21767(1433KB) AllocSpace objects, 6(196KB) LOS objects, 20% free, 15MB/19MB, paused 2.154ms total 179.409ms
D/GpsLocationProvider( 2226): received SIM realted action:
D/GpsLocationProvider( 2226): SIM MCC/MNC is still not available
I/MediaFocusControl( 2226): AudioFocus abandonAudioFocus() from [email protected][email protected]
I/HeadsetService( 2686): Audio session removed: 18
I/MediaFocusControl( 2226): AudioFocus abandonAudioFocus() from [email protected][email protected]