[Q]How to Logcat a specific app? - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

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

Related

run a logcat. How To???

Hello Guys
I have read in several threads about "run a logcat" in order to find out the reason of some issues like bootloops when installing a ROM, etc..
The main problem is that I don´t know how to do that. Maybe is already explained in other threads, but I wasn´t able to find out any reference...
Many thanks in advance
Rgds
Start > Run > cmd
cd to AndroidSDK\tools
adb logcat

Request for Logcat

Hey guys, is there any chance one of you could:
Disable Wi-Fi calling
Run Terminal Emulator
logcat > /log.txt
leave terminal running
enable wifi calling
after enabled, go back and exit terminal emulator.
provide me the log.txt
???
Please, I need it to gather more info for porting wifi calling to HD2 android.
Here you go, performed the steps in the order you requested. I had to zip it to upload, the logcat created too large of a txt.
Please post questions in Q&A section.

[Q] How can i connect adb drivers and ics 3.1 on xp?

Hi, do you know? How can i connect adb drivers and ideos x5 on xp?
I did try some drivers but in device manager, in other device "android" but all drivers not runing. I want to runing on sdk and sent log dzo.
thanks for helps,
miskiab said:
Hi, do you know? How can i connect adb drivers and ideos x5 on xp?
I did try some drivers but in device manager, in other device "android" but all drivers not runing. I want to runing on sdk and sent log dzo.
thanks for helps,
Click to expand...
Click to collapse
you have to use the adb drivers for ics, now I have the link here. But you can report an error like this:
(1) Open the Terminal Emulator
Write to SU and Enter.
(2) Write the following commands:
cat /proc/kmsg > /sdcard/dmesg.log
logcat > /sdcard/CAT.log
Aurora ICS ADB drivers: http://forum.xda-developers.com/showthread.php?t=1566393
I just it but not solved this problem
asm19 said:
Aurora ICS ADB drivers: http://forum.xda-developers.com/showthread.php?t=1566393
Click to expand...
Click to collapse
hi, thanks for answered my question. But i just tried:
AndroidDriverForPc
Adb Device for AURORA
Huawei_U8800_ICS_ADB_Driver
usb_dirver4
Universal_Naked_Driver_Beta_0.6.2
and orjinal huawei drivers with hisuite.
How can i did it?
asm19 said:
you have to use the adb drivers for ics, now I have the link here. But you can report an error like this:
(1) Open the Terminal Emulator
Write to SU and Enter.
(2) Write the following commands:
cat /proc/kmsg > /sdcard/dmesg.log
logcat > /sdcard/CAT.log
Click to expand...
Click to collapse
edit// "you have to use the adb drivers for ics" I don't have adb drivers. Just i wanting it.
I think this commands for linux, right? Can i it any linux version?
i using this commands what will happen? ( i want learn)
thanks.
any idea?
Is there no one with a different suggestion?
Please give a try to this solution.
m!xal!s said:
Please give a try to this solution.
Click to expand...
Click to collapse
Yes, its ok, adb driver seen by xp but when i can adb shell;
* deamon not runing. starting it now *
* deamon started successfully *
error: device not found
writing, what can i for it?
strange problem!!
device not found

Seek help

I compiled kernel, has been able to compile. But the brush to the mobile phone can't boot, black screen. How to debug? If there is no development board can see the kernel boot messages?
smallcsduck said:
I compiled kernel, has been able to compile. But the brush to the mobile phone can't boot, black screen. How to debug? If there is no development board can see the kernel boot messages?
Click to expand...
Click to collapse
try logcat kernel
adb shell dmesg
Check this out! Links to useful Guides and " Banned " Documentarieshttp://forum.xda-developers.com/showpost.php?p=44762570&postcount=7​
xsenman said:
try logcat kernel
adb shell dmesg
Check this out! Links to useful Guides and " Banned " Documentarieshttp://forum.xda-developers.com/showpost.php?p=44762570&postcount=7​
Click to expand...
Click to collapse
Phone on the computer, the computer can find the phone. But adb device couldn't find the equipment. This can use adb shell dmesg?
There was no kernel to boot up?

[Tutorial] Record your screen with terminal emulator/ADB

Well guys, today i made a short and easy video in how-to record your screen in 4.4+ with just terminal emulator (if root) and adb (if not)
click the image to access the video:
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=CZ-9xVNtCQo
for more info about adb options, see below:
type this:
adb shell screenrecord --help
Click to expand...
Click to collapse
and get access to all the possible commands.

Categories

Resources