Jump to content

[CM10][4.1.2] Unofficial builds (v7)


Guest vache

Recommended Posts

Guest davidevinavil

I'm trying with logcat extreme from playstore. It has te option to record logcat.. You will find log into internal sd into LogcatX folder

Link to comment
Share on other sites

Guest memento mori

I've installed Lgcat extreme but it just stops recording after a few minutes in the background so i enabled floating mode...hope that does't screw things up. Here is the log i got before it restarted: https://www.dropbox....yb/logcat_0.txt

LE:

https://www.dropbox.com/s/hojdax20rak3s1s/logcat_2.txt

Also the battery life seems to me that is not as good as in v3.

Edited by memento mori
Link to comment
Share on other sites

Guest xiuyan

hello , i got the same bug more then 3-4 times and i thought it was good to share here. So the bug consists of the lockscreen beeing disabled(not by me) it just disables alone and after restart, phone doesnt connect to network. The lockscreen is still disabled. And i have to reflash or restore the rom. Also when the lockscreen disables alone the home button doesnt work , it gives a sound like locking the phone sound, and a screen flicker.

Im mentioning that i changed the pixel density to 265.(dont really like the 320 value)

Edited by xiuyan
Link to comment
Share on other sites

Guest BannedHost

To use GPS we could copy the lib folder of the original software in CM10 folder files for gps to work?

Edited by BannedHost
Link to comment
Share on other sites

Guest vache

To use GPS we could copy the lib folder of the original software in CM10 folder files for gps to work?

Would be great if it could be so easy =)

Link to comment
Share on other sites

Guest davidevinavil

Found a way to collect both dmesg and logcat

You have to download this script

https://docs.google....dit?usp=sharing

push 99log into system/etc/init.d folder and set 755 permission

adb push 99log system/etc/init.d

adb shell chmod 755 system/etc/init.d/99log

Done

Once reboot will create two txt file into internal sdcard named like dmesg_19-06-13_18:40:55.txt and logcat_19-06-13_18:40:55.txt

When phone crash and reboot, keep last logcat and dmesg and past here please..

Using camera, logcat size will increase a lot

Damn dmesg will not be complete..

Using cat proc/kmsg > /sdcard/dmesg_`date +%d`-`date +%m`-`date +%y`_`date +%T`.txt

will obtain a continuos record until crash of dmesg, but then logcat will be not record because script will wait antil stop kmsg recording that append at crash or power off

I don't know how to record both, if someone know how to please post how to

Edited by davidevinavil
Link to comment
Share on other sites

Guest davidevinavil

Maybe if you are trying 2 scripts ? One with the logcat and one with the dmesg ?

Already did without success.. You can use gscript to record dmesg

Link to comment
Share on other sites

Guest davidevinavil

Thanks adding a "&" is ok but dmesg must be substituted whit cat proc/kmsg

#!/system/bin/sh

cat proc/kmsg > /sdcard/dmesg_`date +%d`-`date +%m`-`date +%y`_`date +%T`.txt &

logcat > /sdcard/logcat_`date +%d`-`date +%m`-`date +%y`_`date +%T`.txt &

Link to comment
Share on other sites

Guest gsmarena1644

I do not think i have changed my bootloader...when i go to kernel version it says its "unavailable" anyway to check to see if ive unlocked bootloader ? also what kernel is everyone on in here? is the boot.img file in the zip the kernel?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.