[Q] How to enable logcat on KA12 ROM? - General Questions and Answers

I just install KA12 ROM into my Sony Xperia S. I found the problems between developing an application via eclipse.
When I try to run the application through my mobile phone, I occur errors as follows:
Installation error: INSTALL_FAILED_DEXOPT
Please check logcat output for more details.
Launch canceled!
Logcat:
unable to open log device '/dev/log/main' no such file or directory
I already search about this issue and I think KA12 ROM doesn't enable.
So, can anyone guide me step by step to solve this problem.
Thank you in advance.

Related

Using core pro

Hello, I have followed allthe proedure step by step but when i go to the build section of the OS when i open theBuildOS and run it but i get the following error. External component has thrown an exception. On the bottom of the BuildOS it writes "Error, last status: "Creating initflashfiles.dat...".
Can anybody help me what is this error and how i can fix it.
Thanks
look in the kitchen\temp directory for a file called log.txt. it should tell you what failed. I haven't used this kitchen, but that should be where it is.

[Q] Help on LIV2 Debian install Guide

Hey everybody,
When I follow the guide by LIV2 i get stuck at the part when you install the programs like gdm3 and gnome, while your chrooted into the install. Get this error back at me. Here's the copy of the command line
Package initramfs-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Unable to locate package xserver-xorg-video-fbdev
Unable to locate package xserver-xorg-input-evdev
Unable to locate package gdm3
Unable to locate package gnome
Package 'initramfs-tools' has no installation candidate
Unable to locate package wpa-supplicant
Is there a way for me to fix this?
Thanks

Application not installing after modding.

I have made a few changes in the google sound search app using the apk multi tool. When I installed it via the apk multi tool it works fine but when I try installing the apk via the phone the installation is aborted. I Uninstalled the previous versions and restarted but still no luck. Here is the apk link : http://www.mediafire.com/?7m3yxcb84z26ce9 (Only for ICS). Please help me get this working :crying:
Do you have a logcat of how it failed?
Code:
adb logcat
Renate NST said:
Do you have a logcat of how it failed?
Code:
adb logcat
Click to expand...
Click to collapse
System cannot find the file specified.

Kernel with Logcat

So I just began Android development, picked up my old P500 to do it on.
The ROM is GingerSnap V1.3, and in Kernel it says '2.6.35.14-IX+ [email protected] #10'. I'm not able to get logcat working on it. And debugging a program without it is impossible!
I get the error "Unable to open log device '/dev/log/main': No such file or directory" if I try to access logcat.
If I write 'enlog' in adb shell, it says
mv: can't rename '/system/etc/init.d/95logger': No such file or directory
Logcat Enabled!
Click to expand...
Click to collapse
And nothing changes even after a restart.
So can you guys point me to a decent kernel which allows me to enable Logcat?

[Completed] how to log adb logcat using .BAT Files

Hi
I am using third party tool to perform android touch screen operation.
I wanna start and stop logging using batch files or python files.
example:
Clear log - > start logging -> play music -> stop logging -> save log file.
I tried to run 2 different files with
1. adb -s <DEVICE_ID> logcat -v time > "C:\Logfile.txt
2. ctrl+c
As i am using batch files, i cant send Ctrl+C separately as it is opening the ctrl+c in different window.
Please can anyone suggest how to start and stop logging.
I dont wanna use dump -d as it may not give complete log of all the operations I did. (not sure)
I am new to android.
Suggestions and help are appreciated.
Hi there,
There are a lot of tutorials on the subject. You are some of them:
[Tutorial] How To Logcat
[WIN][TUTORIAL]HOW TO USE ADB,DDMS AND TAKE A LOGCAT {pictorial explanation}
[Tutorial]How To -ADB- Logcat & Basic [NEW OR NOOB]
Good luck

Categories

Resources