Can anyone help where I can find CM7 crashlog, applog, or systemlog?
Sent from my u8800
If you have ADB set up, "adb logcat" will show you the log and "adb dmesg" will give you kernel log at the moment.
Or, you can use logcat apps from Market.
Related
I was woken up last night at 3:30am this morning to the sound of my phone rebooting itself.
Is there anyway to determine why it rebooted? I've never seen it do it before on its own! I'm running CM6 rom.
"adb logcat" would probably do it.
open your command prompt, navigate to your c:\android-sdk-windows\tools folder and run the following command
Code:
adb remount
adb logcat
and it should return a bunch of stuff to you. scrolling through this log will probably show you some kind of error, failure, termination, etc. at some point.
So I got adb running and working from the tab to the phone. Now I want to know what commands I can use. I know the folder is in/ system/bin/
google search, "adb commands". Will get what you want.
Keep display application not installed . whats wrong ?
same problem here. how can I install what's app?
You could potentially try to do this through ADB (adb install file.apk), using force reinstall as an option. Then after it fails, you can just type adb logcat > test.log to write device log to the file. Hopefully over there there will be something mentiond on why it doesn't install.
"You can identify you CPU chip by below command in terminal.
adb shell dmesg | grep PVS"
my device shows an error
"error: device not found"
i am currently on franco.kernel and i wanted to know if my CPU chip is fast or slow using the above command posted on http://forum.xda-developers.com/showthread.php?t=2048739 but it only shows the above error. can someone please explain me why am i getting that error?
thanks in advance
dannaoj said:
"You can identify you CPU chip by below command in terminal.
adb shell dmesg | grep PVS"
my device shows an error
"error: device not found"
i am currently on franco.kernel and i wanted to know if my CPU chip is fast or slow using the above command posted on http://forum.xda-developers.com/showthread.php?t=2048739 but it only shows the above error. can someone please explain me why am i getting that error?
thanks in advance
Click to expand...
Click to collapse
"error: device not found" is pretty self-explanatory. Your device isn't communicating with your computer. Make sure USB debugging is on and you have the correct drivers.
smacksa said:
"error: device not found" is pretty self-explanatory. Your device isn't communicating with your computer. Make sure USB debugging is on and you have the correct drivers.
Click to expand...
Click to collapse
i am using the terminal emulator and i have the USB debugging on
Ah, ok. You can just drop the "adb shell" part and it should work. That leaves you with "dmesg | grep PVS". You will need root access to do it from inside the OS so if you are rooted type "su" and hit enter (granting permissions if you haven't done so before) before using the command.
Hi everybody. I wanted to logcat an app but didn't get any tutorials, guides, etc. So would you please tell me how to do that or if there are any guides then please provide a link. TIA for the same.
sameer.n.soni said:
Hi everybody. I wanted to logcat an app but didn't get any tutorials, guides, etc. So would you please tell me how to do that or if there are any guides then please provide a link. TIA for the same.
Click to expand...
Click to collapse
best thing for this is just type in google how to adb logcat
see
http://forum.xda-developers.com/showthread.php?t=2141817
in adb type
Code:
adb logcat -v long > logcat.txt
then run the app you want to logcat on your phone
once done press cntrl c and the logcat.txt will be at your adb location - read the thread for full instructions for adb
marcussmith2626 said:
best thing for this is just type in google how to adb logcat
see
http://forum.xda-developers.com/showthread.php?t=2141817
in adb type
Code:
adb logcat -v long > logcat.txt
then run the app you want to logcat on your phone
once done press cntrl c and the logcat.txt will be at your adb location - read the thread for full instructions for adb
Click to expand...
Click to collapse
Sir how can I open Media Scanner?
sameer.n.soni said:
Sir how can I open Media Scanner?
Click to expand...
Click to collapse
there is an app in the play store that you can use to invoke a media scan - it will work on all stock roms
https://play.google.com/store/apps/details?id=com.addz.mediascanner&hl=en_GB
cm roms are different and will probably not work