[Q] Installation failed due to invalid APK file - Android Q&A, Help & Troubleshooting

I started my android project in 4.1 (API level 16) then 4.2 came out so I updated the preferences and AndroidManifest to API level 17. However, when I tried to run my app on my Nexus 4 running 4.2.1, I kept on getting this error in eclipse:
Code:
[2012-12-22 19:30:51 - Rhiokai] Installation failed due to invalid APK file!
[2012-12-22 19:30:51 - Rhiokai] Please check logcat output for more details.
[2012-12-22 19:30:51 - Rhiokai] Launch canceled!
I got this in Logcat:
Code:
12-22 19:37:29.166: D/AndroidRuntime(18646): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
12-22 19:37:29.166: D/AndroidRuntime(18646): CheckJNI is OFF
12-22 19:37:29.176: D/dalvikvm(18646): Trying to load lib libjavacore.so 0x0
12-22 19:37:29.176: D/dalvikvm(18646): Added shared lib libjavacore.so 0x0
12-22 19:37:29.186: D/dalvikvm(18646): Trying to load lib libnativehelper.so 0x0
12-22 19:37:29.186: D/dalvikvm(18646): Added shared lib libnativehelper.so 0x0
12-22 19:37:29.316: D/AndroidRuntime(18646): Calling main entry com.android.commands.pm.Pm
12-22 19:37:29.326: W/zipro(7371): Unable to open zip '/data/local/tmp/Rhiokai.apk': Permission denied
12-22 19:37:29.326: D/asset(7371): failed to open Zip archive '/data/local/tmp/Rhiokai.apk'
12-22 19:37:29.336: W/PackageParser(7371): Unable to read AndroidManifest.xml of /data/local/tmp/Rhiokai.apk
12-22 19:37:29.336: W/PackageParser(7371): java.io.FileNotFoundException: AndroidManifest.xml
12-22 19:37:29.336: W/PackageParser(7371): at android.content.res.AssetManager.openXmlAssetNative(Native Method)
12-22 19:37:29.336: W/PackageParser(7371): at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:487)
12-22 19:37:29.336: W/PackageParser(7371): at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:455)
12-22 19:37:29.336: W/PackageParser(7371): at android.content.pm.PackageParser.parsePackageLite(PackageParser.java:733)
12-22 19:37:29.336: W/PackageParser(7371): at com.android.defcontainer.DefaultContainerService$1.getMinimalPackageInfo(DefaultContainerService.java:171)
12-22 19:37:29.336: W/PackageParser(7371): at com.android.internal.app.IMediaContainerService$Stub.onTransact(IMediaContainerService.java:110)
12-22 19:37:29.336: W/PackageParser(7371): at android.os.Binder.execTransact(Binder.java:351)
12-22 19:37:29.336: W/PackageParser(7371): at dalvik.system.NativeStart.run(Native Method)
12-22 19:37:29.336: W/DefContainer(7371): Failed to parse package
12-22 19:37:29.336: W/ActivityManager(547): No content provider found for permission revoke: file:///data/local/tmp/Rhiokai.apk
12-22 19:37:29.346: D/dalvikvm(7371): GC_CONCURRENT freed 365K, 5% free 8913K/9308K, paused 3ms+1ms, total 14ms
12-22 19:37:29.476: D/dalvikvm(547): GC_EXPLICIT freed 1757K, 24% free 45762K/59480K, paused 4ms+13ms, total 137ms
12-22 19:37:29.486: D/AndroidRuntime(18646): Shutting down VM
12-22 19:37:29.486: D/dalvikvm(18646): GC_CONCURRENT freed 126K, 22% free 479K/608K, paused 1ms+1ms, total 3ms
12-22 19:37:29.496: D/jdwp(18646): Got wake-up signal, bailing out of select
12-22 19:37:29.496: D/dalvikvm(18646): Debugger has detached; object registry had 1 entries
12-22 19:37:30.197: W/Settings(7332): Setting mobile_data has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
12-22 19:37:32.069: D/dalvikvm(7332): GC_CONCURRENT freed 410K, 6% free 9365K/9908K, paused 6ms+6ms, total 74ms
Sorry the Logcat is so long, I don't know which part is relevant. I've tried cleaning the project, the target SDK version is set to 17 and I changed the Project Build Target to API 17 as well.
If it helps, I've rooted my phone and have clockworkmod on but I don't have a custom kernel.
What do I need to do to fix the APK file and change the permissions?

edit adb.exe
try this adb file
mediafire.com/download/n9u4evl6wj78zp6/adb.exe
i edited /data/local/tmp ------>> /mnt/sdcard/tmp in adb.exe file and working
this is very safely way not touch phone just create a tmp folder in sdcard:good:

Related

[SOLVED] Need help! phone dont start !

hi people ! I need your help !
I am accidentally deleted /system/framework/framework-res.apk
and now, the phone start, boot to the boot screen "Sony Erricson" - thats all.
I can connect to him with adb shell, but i can install framework-res.apk or use "su"
mode.
$ mount -o remount,rw /dev/block/mtdblock0 /system
mount -o remount,rw /dev/block/mtdblock0 /system
mount: Operation not permitted
$ su
su
[1] + Stopped (signal) su
$ su
su
[2] + Stopped (signal) su
[1] Segmentation fault su
some of logg
Code:
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): GC freed 3790 objects / 196984 bytes in 16ms
D/dalvikvm( 2051): GC freed 463 objects / 26360 bytes in 15ms
D/dalvikvm( 2051): GC freed 294 objects / 17048 bytes in 16ms
D/dalvikvm( 2051): GC freed 204 objects / 11480 bytes in 17ms
D/dalvikvm( 2051): GC freed 172 objects / 9256 bytes in 18ms
D/dalvikvm( 2051): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Added shared lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libsrec_jni.so' already loaded in same CL 0x0
W/asset ( 2051): Asset path /system/framework/framework-res.apk is neither a directory nor file (type=1).
W/asset ( 2051): Unable to find resources file resources.arsc
W/dalvikvm( 2051): Exception Landroid/content/res/Resources$NotFoundException; thrown during Landroid/text/AutoText;.<clinit>
E/Zygote ( 2051): Error preloading android.text.AutoText.
E/Zygote ( 2051): java.lang.ExceptionInInitializerError
E/Zygote ( 2051): at java.lang.Class.classForName(Native Method)
E/Zygote ( 2051): at java.lang.Class.forName(Class.java:237)
E/Zygote ( 2051): at java.lang.Class.forName(Class.java:183)
E/Zygote ( 2051): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:295)
E/Zygote ( 2051): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
E/Zygote ( 2051): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 2051): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x10b0001
E/Zygote ( 2051): at android.content.res.Resources.getValue(Resources.java:891)
E/Zygote ( 2051): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1865)
E/Zygote ( 2051): at android.content.res.Resources.getXml(Resources.java:779)
E/Zygote ( 2051): at android.text.AutoText.init(AutoText.java:160)
E/Zygote ( 2051): at android.text.AutoText.<init>(AutoText.java:76)
E/Zygote ( 2051): at android.text.AutoText.<clinit>(AutoText.java:56)
E/Zygote ( 2051): ... 6 more
D/AndroidRuntime( 2051): Shutting down VM
W/dalvikvm( 2051): threadid=3: thread exiting with uncaught exception (group=0x40026160)
D/dalvikvm( 2051): DestroyJavaVM waiting for non-daemon threads to exit
D/dalvikvm( 2051): DestroyJavaVM shutting VM down
D/dalvikvm( 2051): VM cleaning up
D/dalvikvm( 2051): LinearAlloc 0x0 used 1416396 of 5242880 (27%)
D/skia ( 2051): purging 6K from font cache [1 entries]
I/ServiceManager( 1092): service 'media.audio_flinger' died
I/ServiceManager( 1092): service 'media.player' died
I/ServiceManager( 1092): service 'media.camera' died
I/ServiceManager( 1092): service 'media.audio_policy' died
D/AudioHardwareInterface( 2052): setMode(NORMAL)
I/CameraService( 2052): CameraService started: pid=2052
I/AudioFlinger( 2052): AudioFlinger's thread 0xbec0 ready to run
D/AudioHardwareMSM72XX( 2052): setVoiceVolume(1.000000)
I am fixed my trouble !
I connect my phone with USB, then start SuperOneClick, push ShellRoot - get rooted shel in my session.Next i remount my system folder "mount -o remount,rw /dev/block/mtdblock0 /system" and put the file
adb push framework-res.apk /system/framework/framework-res.apk
Now all works good !
Thank you kobzarcheg
You saved me a lot of agony.
you wellcome

[Q] ICS on TEGRA2--error: zygote can't start

I have already search this on google & baidu, but I cant find any solution. My zygote can't start. I stop almost every services now. I use tegra2-android2.2kernel and ics's randisk(init.c is compiled in android 2.2) & system.img.
ERROR is like this:
[ 9.932634] enabling adb
[ 9.935819] init: processing action 0x6bb78 (bootchart_init)
[ 9.935924] adb_open(adbd)
[ 9.944285] init: bootcharting ignored
[ 9.948060] init: command 'bootchart_init' r=0
[ 9.953016] init: processing action 0x6a7f0 (nonencrypted)
[ 9.958542] init: command 'class_start' r=0
[ 9.963039] init: processing action 0x6ab50 (propertyersist.sys.usb.config=*)
[ 9.970645] init: command 'setprop' r=0
[ 9.974533] init: processing action 0x6ad18 (property:ro.debuggable=1)
[ 9.981620] init: command 'start' r=0
[ 9.985309] init: processing action 0x6b7e0 (propertyersist.service.adb.enable=1)
[ 10.007951] init: command 'insmod' r=-1
[ 10.011828] init: command 'start' r=0
[ 10.016004] init: processing action 0x6ab00 (property:sys.usb.config=adb)
[ 10.023153] init: command 'start' r=0
bash-3.2# [ 10.064904] init: Created socket '/dev/socket/zygote' with mode '666', user '0', group '0'
[ 10.087391] init: Created socket '/dev/socket/dbus' with mode '660', user '1002', group '1002'
[ 10.117389] init: Created socket '/dev/socket/dumpstate' with mode '660', user '2000', group '1007'
[ 13.177710] init: waitpid returned pid 1974, status = 00000000
[ 13.183542] init: process 'zygote', pid 1974 exited
[ 13.188434] init: process 'zygote' killing any children in process group
[ 13.195229] request_suspend_state: wakeup (3->0) at 8990531782 (2012-02-26 11:03:31.619458477 UTC)
[ 15.204796] init: starting 'zygote'
[ 15.227411] init: Created socket '/dev/socket/zygote' with mode '666', user '0', group '0'
[ 17.729693] init: waitpid returned pid 1990, status = 00000000
[ 17.735542] init: process 'zygote', pid 1990 exited
[ 17.740431] init: process 'zygote' killing any children in process group
[ 17.747230] request_suspend_state: wakeup (0->0) at 13542533140 (2012-02-26 11:03:36.171459835 UTC)
[ 20.759434] init: starting 'zygote'
.......
and logcat is :
I/DEBUG ( 1974): debuggerd: Feb 20 2012 13:38:05
I/dumpstate( 1977): begin
D/AndroidRuntime( 1984):
D/AndroidRuntime( 1984): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1984): CheckJNI is OFF
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'core.jar' (bootstrap=1) ---
F/libc ( 1986): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'core.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/core.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/core.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'core-junit.jar' (bootstrap=1) ---
F/libc ( 1987): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'core-junit.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/core-junit.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/core-junit.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'bouncycastle.jar' (bootstrap=1) ---
F/libc ( 1988): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'bouncycastle.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/bouncycastle.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/bouncycastle.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'ext.jar' (bootstrap=1) ---
F/libc ( 1989): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'ext.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/ext.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/ext.jar'
D/dalvikvm( 1984): DexOpt: --- BEGIN 'framework.jar' (bootstrap=1) ---
F/libc ( 1990): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'framework.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/framework.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'android.policy.jar' (bootstrap=1) ---
F/libc ( 1991): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'android.policy.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/android.policy.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/android.policy.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'services.jar' (bootstrap=1) ---
F/libc ( 1992): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'services.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/services.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/services.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'apache-xml.jar' (bootstrap=1) ---
F/libc ( 1993): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'apache-xml.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/apache-xml.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/apache-xml.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'filterfw.jar' (bootstrap=1) ---
F/libc ( 1994): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'filterfw.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/filterfw.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/filterfw.jar'
E/dalvikvm( 1984): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar'
E/dalvikvm( 1984): VM aborting
F/libc ( 1984): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
D/AndroidRuntime( 1996):
D/AndroidRuntime( 1996): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1996): CheckJNI is OFF
......
can anyone help me please?
I'm stuck on the same thing. Please, someone help!

[Q] FC Issue on Browser AOKP B40 Logcat

Hi Guys
Basically im a part time dev/porter and I need some help I have a ROM (look at sig) and its on build 37 of AOKP at the minute and there are no FC problems with the browser. Now Ive tried to update to the latest build 40 and even on build 38 and 39 for that matter and I keep getting this Force close issue on the stock browser and other 3rd party browsers, ive included the logcat of the event below but I have no idea what it means any help would be great full thanks
Rueben
Code:
E/libEGL ( 1026): call to OpenGL ES API with no current context (logged once per thread)
D/ShaderProgram( 1026): couldn't load the vertex shader!
E/libEGL ( 1026): call to OpenGL ES API with no current context (logged once per thread)
D/ShaderProgram( 1026): couldn't load the vertex shader!
I/dalvikvm( 1026): Wrote stack traces to '/data/anr/traces.txt'
D/WebViewTimersControl( 1026): onBrowserActivityResume
D/WebViewTimersControl( 1026): Resuming webview timers, [email protected]
W/BaseUi ( 1026): mMainView is already attached to wrapper in attachTabToContentView!
W/BaseUi ( 1026): mContainer is already attached to content in attachTabToContentView!
V/NFC ( 1026): this device does not have NFC support
I/ActivityManager( 204): Displayed com.android.browser/.BrowserActivity: +796ms
D/dalvikvm( 1026): GC_CONCURRENT freed 82K, 8% free 3678K/3975K, paused 2ms+2ms
D/dalvikvm( 1026): GC_FOR_ALLOC freed 10K, 8% free 3668K/3975K, paused 17ms
I/dalvikvm-heap( 1026): Grow heap (frag case) to 4.360MB for 656656-byte allocation
D/dalvikvm( 1026): GC_FOR_ALLOC freed 0K, 8% free 4309K/4679K, paused 16ms
W/NetworkManagementSocketTagger( 204): setKernelCountSet(10021, 0) failed with errno -2
W/dalvikvm( 1026): No implementation found for native Landroid/webkit/WebViewCore;.nativeGetTextureGeneratorThreadID ()I
W/dalvikvm( 1026): threadid=18: thread exiting with uncaught exception (group=0x409fa1f8)
E/AndroidRuntime( 1026): FATAL EXCEPTION: WebViewCoreThread
E/AndroidRuntime( 1026): java.lang.UnsatisfiedLinkError: nativeGetTextureGeneratorThreadID
E/AndroidRuntime( 1026): at android.webkit.WebViewCore.nativeGetTextureGeneratorThreadID(Native Method)
E/AndroidRuntime( 1026): at android.webkit.WebViewCore.access$800(WebViewCore.java:60)
E/AndroidRuntime( 1026): at android.webkit.WebViewCore$WebCoreThread$1.handleMessage(WebViewCore.java:709)
E/AndroidRuntime( 1026): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1026): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1026): at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:789)
E/AndroidRuntime( 1026): at java.lang.Thread.run(Thread.java:856)
W/ActivityManager( 204): Force finishing activity com.android.browser/.BrowserActivity
D/dalvikvm( 204): GC_FOR_ALLOC freed 472K, 34% free 5944K/8903K, paused 65ms
D/WebViewTimersControl( 1026): onBrowserActivityPause
D/WebViewTimersControl( 1026): Pausing webview timers, [email protected]
W/NetworkManagementSocketTagger( 204): setKernelCountSet(10021, 1) failed with errno -2
W/NetworkManagementSocketTagger( 204): setKernelCountSet(10006, 0) failed with errno -2
D/webviewglue( 1026): nativeDestroy view: 0x2c7570
D/AudioHardwareALSA( 131): Inside AudioStreamOutALSA::standby
V/AudioHardwareALSA( 131): ALSAStreamOps::close()
I/AudioHardwareALSA( 131): Output standby called!!. Turn off PCM device.
I/Process ( 1026): Sending signal. PID: 1026 SIG: 9
D/AudioHardwareALSA( 131): Calling setDevice from write @..2348.
I/AudioHardwareALSA( 131): Initialized ALSA PLAYBACK device AndroidPlayback_Speaker_normal
V/AudioHardwareALSA( 131): Set PLAYBACK PCM format to S16_LE (Signed 16 bit Little Endian)
D/AudioHardwareALSA( 131): Using 2 channels for PLAYBACK.
I/AudioHardwareALSA( 131): DEFAULT_SAMPLE_RATE is 44100, mDefaults->sampleRate is 44100
D/AudioHardwareALSA( 131): Set PLAYBACK sample rate to 44100 HZ
D/AudioHardwareALSA( 131): Buffer size: 4096
D/AudioHardwareALSA( 131): Latency: 92879
I/ActivityManager( 204): Process com.android.browser (pid 1026) has died.
FULL LOGCAT BELOW
Anyone can you help me ?

ICS Bluetooth issue

I'm just porting ICS to my device(HTC magic).
I have problem with bluetooth. It's turning on and off correctly(Ithink), but I can't connect with any device... My phone can't see any device, and, any device can't see my phone. Here's log:
Code:
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10016, 0) failed with errno -2
D/dalvikvm( 471): GC_FOR_ALLOC freed 2297K, 46% free 6655K/12163K, paused 332ms
I/ActivityManager( 199): Process android.process.acore (pid 1065) has died.
D/dalvikvm( 471): GC_FOR_ALLOC freed 3092K, 57% free 5332K/12163K, paused 47ms
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
I/ActivityManager( 199): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.alensw.PicFolder/.GalleryActivity} from pid 471
D/dalvikvm( 199): GC_FOR_ALLOC freed 186K, 46% free 5573K/10243K, paused 170ms
I/ActivityManager( 199): Start proc com.alensw.PicFolder for activity com.alensw.PicFolder/.GalleryActivity: pid=1105 uid=10011 gids={1015}
I/PackageManager( 199): Running dexopt on: com.alensw.PicFolder
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10011, 1) failed with errno -2
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/ActivityThread( 1105): Pub com.alensw.PicFolder.FileProvider: com.alensw.PicFolder.FileProvider
I/BitmapUtils( 1105): init:32, 10666667, 4000000
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1105): GC_CONCURRENT freed 139K, 74% free 815K/3075K, paused 2ms+3ms
D/dalvikvm( 1105): No JNI_OnLoad found in /system/lib/libqpicjni92.so 0x40cd7e18, skipping init
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/ThumbLibrary( 1105): thumbnail size: 100x100, 154x154
I/dalvikvm( 1105): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 1105): register_android_mtp_MtpDevice
I/dalvikvm( 1105): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 1105): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
E/MediaProfilesJNI( 1105): native_init
E/MediaProfilesJNI( 1105): After native_init lock
E/MediaProfilesJNI( 1105): Guru : native_init profiles
E/MediaProfiles( 1105): getInstance
E/MediaProfiles( 1105): Guru :Else 1
E/MediaProfiles( 1105): Guru : quality = 0, index = -1
E/MediaProfiles( 1105): Guru : quality = 1, index = -1
E/MediaProfiles( 1105): Guru : quality = 0, index = -1
E/MediaProfiles( 1105): Guru : quality = 1, index = -1
E/MediaProfiles( 1105): getInstance dfff0
E/MediaProfilesJNI( 1105): retun sProfiles
V/MediaProfilesJNI( 1105): native_get_num_audio_decoders
V/MediaProfilesJNI( 1105): native_get_num_video_decoders
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
E/PhonePolicy( 1105): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1105): GC_CONCURRENT freed 183K, 69% free 1058K/3395K, paused 2ms+3ms
D/TextLayoutCache( 1105): Using debug level: 0 - Debug Enabled: 0
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1105): GC_FOR_ALLOC freed 22K, 62% free 1435K/3715K, paused 17ms
I/dalvikvm-heap( 1105): Grow heap (frag case) to 4.453MB for 1048592-byte allocation
D/dalvikvm( 1105): GC_CONCURRENT freed 3K, 49% free 2456K/4803K, paused 2ms+3ms
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 199): GC_CONCURRENT freed 1625K, 51% free 5107K/10243K, paused 17ms+28ms
D/FolderScanner( 1105): prescan: 0
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
W/InputManagerService( 199): Starting input on non-focused client [email protected] (uid=10003 pid=471)
I/ActivityManager( 199): Displayed com.alensw.PicFolder/.GalleryActivity: +6s707ms
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 0) failed with errno -2
D/dalvikvm( 1105): GC_CONCURRENT freed 1211K, 66% free 1815K/5187K, paused 3ms+5ms
D/FolderScanner( 1105): scan used: 2344ms, 128 folders
D/dalvikvm( 1105): GC_CONCURRENT freed 296K, 63% free 1949K/5187K, paused 2ms+5ms
D/dalvikvm( 1105): GC_CONCURRENT freed 331K, 61% free 2047K/5187K, paused 2ms+5ms
D/dalvikvm( 1105): GC_CONCURRENT freed 332K, 60% free 2115K/5187K, paused 3ms+4ms
I/ActivityManager( 199): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher} from pid 199
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 1) failed with errno -2
D/dalvikvm( 471): GC_CONCURRENT freed 2376K, 63% free 4525K/12163K, paused 4ms+11ms
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10011, 0) failed with errno -2
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
D/dalvikvm( 471): GC_FOR_ALLOC freed 1034K, 63% free 4579K/12163K, paused 85ms
D/dalvikvm( 471): GC_CONCURRENT freed 255K, 54% free 5664K/12163K, paused 4ms+31ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 1724K, 63% free 4569K/12163K, paused 68ms
D/dalvikvm( 471): GC_CONCURRENT freed 2K, 53% free 5831K/12163K, paused 4ms+20ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 2187K, 59% free 5014K/12163K, paused 77ms
D/dalvikvm( 471): GC_CONCURRENT freed 159K, 48% free 6370K/12163K, paused 4ms+21ms
D/dalvikvm( 471): GC_CONCURRENT freed 2957K, 56% free 5358K/12163K, paused 4ms+21ms
F/BatteryStatsImpl( 199): problem reading network stats
F/BatteryStatsImpl( 199): java.lang.IllegalStateException: problem parsing idx 1
F/BatteryStatsImpl( 199): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
F/BatteryStatsImpl( 199): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:250)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.getNetworkStatsDetailGroupedByUid(BatteryStatsImpl.java:5734)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.access$100(BatteryStatsImpl.java:76)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl$Uid.computeCurrentTcpBytesReceived(BatteryStatsImpl.java:2457)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl$Uid.getTcpBytesReceived(BatteryStatsImpl.java:2446)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.writeSummaryToParcel(BatteryStatsImpl.java:5437)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.writeLocked(BatteryStatsImpl.java:4836)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.writeAsyncLocked(BatteryStatsImpl.java:4818)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.setOnBatteryLocked(BatteryStatsImpl.java:4355)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.setBatteryState(BatteryStatsImpl.java:4394)
F/BatteryStatsImpl( 199): at com.android.server.am.BatteryStatsService.setBatteryState(BatteryStatsService.java:434)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService.processValues(BatteryService.java:278)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService.update(BatteryService.java:260)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService.access$000(BatteryService.java:73)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService$1.onUEvent(BatteryService.java:208)
F/BatteryStatsImpl( 199): at android.os.UEventObserver$UEventThread.run(UEventObserver.java:108)
F/BatteryStatsImpl( 199): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 199): at libcore.io.IoBridge.open(IoBridge.java:406)
F/BatteryStatsImpl( 199): at java.io.FileInputStream.<init>(FileInputStream.java:78)
F/BatteryStatsImpl( 199): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
F/BatteryStatsImpl( 199): ... 16 more
F/BatteryStatsImpl( 199): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 199): at libcore.io.Posix.open(Native Method)
F/BatteryStatsImpl( 199): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
F/BatteryStatsImpl( 199): at libcore.io.IoBridge.open(IoBridge.java:390)
F/BatteryStatsImpl( 199): ... 18 more
W/PowerUI ( 507): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
I/StorageNotification( 507): UMS connection changed to true (media state mounted)
I/ActivityManager( 199): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=1133 uid=10017 gids={1015, 1023, 1024, 2001, 3003, 3007}
D/PhoneStatusBar( 507): Notification has fullScreenIntent; sending fullScreenIntent
I/ActivityManager( 199): START {flg=0x10000000 cmp=com.android.systemui/.usb.UsbStorageActivity} from pid -1
D/dalvikvm( 507): GC_CONCURRENT freed 503K, 61% free 2629K/6659K, paused 4ms+19ms
D/dalvikvm( 199): GC_FOR_ALLOC freed 393K, 49% free 5225K/10243K, paused 134ms
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 199): GC_CONCURRENT freed 1148K, 50% free 5158K/10243K, paused 8ms+36ms
D/dalvikvm( 507): GC_FOR_ALLOC freed 217K, 63% free 2513K/6659K, paused 34ms
I/dalvikvm-heap( 507): Grow heap (frag case) to 5.505MB for 1048592-byte allocation
D/dalvikvm( 507): GC_CONCURRENT freed 5K, 47% free 3531K/6659K, paused 3ms+27ms
I/ActivityThread( 1133): Pub media: com.android.providers.media.MediaProvider
D/VoldCmdListener( 87): volume shared /mnt/sdcard ums
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1133): GC_CONCURRENT freed 149K, 75% free 787K/3075K, paused 5ms+2ms
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
I/ActivityThread( 1133): Pub downloads: com.android.providers.downloads.DownloadProvider
W/InputManagerService( 199): Starting input on non-focused client [email protected] (uid=10003 pid=471)
I/ActivityManager( 199): Displayed com.android.systemui/.usb.UsbStorageActivity: +2s713ms
I/StorageNotification( 507): UMS connection changed to true (media state mounted)
I/ActivityThread( 1133): Pub drm: com.android.providers.drm.DrmProvider
I/DownloadManager( 1133): in removeSpuriousFiles
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 0) failed with errno -2
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 1) failed with errno -2
I/Process ( 199): Sending signal. PID: 471 SIG: 3
I/dalvikvm( 471): threadid=3: reacting to signal 3
I/dalvikvm( 471): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 471 SIG: 3
I/dalvikvm( 471): threadid=3: reacting to signal 3
D/dalvikvm( 471): ExtrMon: insns 0x0 not valid (0x0 - 0x0)
D/dalvikvm( 471): GC_CONCURRENT freed 2095K, 60% free 4878K/12163K, paused 3ms+11ms
I/dalvikvm( 471): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 471 SIG: 3
I/dalvikvm( 471): threadid=3: reacting to signal 3
I/dalvikvm( 471): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 471): GC_CONCURRENT freed 309K, 51% free 6040K/12163K, paused 11ms+91ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 2341K, 61% free 4849K/12163K, paused 42ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 1K, 50% free 6104K/12163K, paused 40ms
I/ActivityManager( 199): START {act=android.settings.BLUETOOTH_SETTINGS cat=[android.intent.category.DEFAULT] flg=0x10000000 cmp=com.android.settings/.Settings$BluetoothSettingsActivity} from pid 507
W/NetworkManagementSocketTagger( 199): setKernelCountSet(1000, 1) failed with errno -2
D/dalvikvm( 199): GC_FOR_ALLOC freed 175K, 49% free 5270K/10243K, paused 127ms
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
D/LocalBluetoothProfileManager( 626): LocalBluetoothProfileManager construction complete
D/dalvikvm( 199): GC_CONCURRENT freed 1156K, 50% free 5199K/10243K, paused 11ms+36ms
D/LocalBluetoothManager( 626): setting foreground activity to non-null context
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
D/dalvikvm( 199): GC_EXPLICIT freed 17K, 50% free 5186K/10243K, paused 10ms+15ms
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
W/InputManagerService( 199): Starting input on non-focused client [email protected] (uid=10003 pid=471)
I/ActivityManager( 199): Displayed com.android.settings/.Settings$BluetoothSettingsActivity: +2s397ms
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 0) failed with errno -2
D/BluetoothAdapterStateMachine( 199): HotOff process message: 1
D/BluetoothAdapterStateMachine( 199): Bluetooth state 10 -> 11
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
I/ActivityManager( 199): Start proc com.android.bluetooth for broadcast com.android.bluetooth/.pbap.BluetoothPbapReceiver: pid=1157 uid=10034 gids={3003, 3002, 3001, 1015}
D/BluetoothEventLoop( 199): Property Changed: Powered : true
D/BluetoothAdapterStateMachine( 199): Switching process message: 54
D/BluetoothEventLoop( 199): Property Changed: Pairable : true
D/BluetoothEventLoop( 199): Property Changed: Class : 5898240
D/BluetoothEventLoop( 199): Property Changed: Pairable : true
D/BluetoothEventLoop( 199): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine( 199): Switching process message: 53
D/BluetoothAdapterStateMachine( 199): Bluetooth state 11 -> 12
V/AudioHardwareMSM72XX( 95): setParameters() bluetooth_enabled=true
V/AudioHardwareMSM72XX( 95): setParameters() A2dpSuspended=false
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
D/LocalBluetoothProfileManager( 626): Adding local A2DP profile
D/LocalBluetoothProfileManager( 626): Adding local HEADSET profile
D/LocalBluetoothProfileManager( 626): Adding local OPP profile
D/BluetoothEventLoop( 199): Property Changed: Discovering : true
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_STARTED
I/PackageManager( 199): Running dexopt on: com.android.bluetooth
I/ActivityThread( 1157): Pub com.android.bluetooth.opp: com.android.bluetooth.opp.BluetoothOppProvider
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 11
D/DockEventReceiver( 626): finishStartingService: stopping service
D/dalvikvm( 1157): GC_CONCURRENT freed 161K, 75% free 774K/3075K, paused 3ms+2ms
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 12
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
I/BtOppRfcommListener( 1157): Accept thread started on channel 12
E/BluetoothMasService( 1157): Map Service onCreate
E/BluetoothMasService( 1157): Map Service onCreate
E/BluetoothMasService( 1157): Starting MAP service
E/BluetoothMasService( 1157): Map Service onStartCommand
E/BluetoothMasService( 1157): action: android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasService( 1157): Handler(): got msg=1
E/BluetoothMasService( 1157): Map Service startRfcommSocketListener
E/BluetoothMasService( 1157): Map Service initSocket
E/BluetoothMasService( 1157): Succeed to create listening socket on channel 16
D/BluetoothEventLoop( 199): Property Changed: Discovering : false
D/BluetoothEventLoop( 199): Property Changed: Discovering : true
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_FINISHED
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_STARTED
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
D/dalvikvm( 626): GC_CONCURRENT freed 432K, 44% free 3372K/5955K, paused 4ms+11ms
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
D/BluetoothEventLoop( 199): Property Changed: Discovering : false
E/BluetoothService.cpp( 199): stopDiscoveryNative: D-Bus error in StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_FINISHED
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
W/InputManagerService( 199): Window already focused, ignoring focus gain of: [email protected]
D/BluetoothAdapterStateMachine( 199): BluetoothOn process message: 2
D/BluetoothAdapterStateMachine( 199): Bluetooth state 12 -> 13
V/AudioHardwareMSM72XX( 95): setParameters() bluetooth_enabled=false
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
I/BtOppRfcommListener( 1157): stopping Accept Thread
E/BtOppRfcommListener( 1157): Error accept connection java.io.IOException: Operation Canceled
I/BtOppRfcommListener( 1157): BluetoothSocket listen thread finished
D/BluetoothEventLoop( 199): Property Changed: Pairable : false
D/BluetoothEventLoop( 199): Property Changed: Powered : false
D/BluetoothAdapterStateMachine( 199): Switching process message: 54
D/BluetoothAdapterStateMachine( 199): Bluetooth state 13 -> 10
D/DockEventReceiver( 626): finishStartingService: stopping service
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 13
D/DockEventReceiver( 626): finishStartingService: stopping service
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 10
E/BluetoothMasService( 1157): Map Service onDestroy
E/BluetoothMasService( 1157): Map Service closeService
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
I/ActivityManager( 199): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher} from pid 199
D/LocalBluetoothManager( 626): setting foreground activity to null
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 1) failed with errno -2
W/NetworkManagementSocketTagger( 199): setKernelCountSet(1000, 0) failed with errno -2
Please, dev's, help..
Any suggestions?

[Q] CM File Manager can't remount \system?

Hey guys. I had been using root browser since a long time. Today gave a try at the CM File manager in my LWW running FXP 152. In root browser I can read/write in the \system partition. But in CM file manager the \system was shown to be mounted as ro. When I try to put it to rw it comes up with the error 'The file system cannot be mounted/unmounted. There is no problem remounting the sdcard to rw though. Now if I unmount and remount system as rw using the terminal then everything works fine. But I was wondering why can't CM file manager handle all this. Well root browser has read write capabilities everywhere! Or am I doing something wrong in CM File Manager?
Maybe one time you denied CM file manager to gain root access? Check Superuser
Sent from my Nexus 7 running Android 4.2.1
mihahn said:
Maybe one time you denied CM file manager to gain root access? Check Superuser
Sent from my Nexus 7 running Android 4.2.1
Click to expand...
Click to collapse
Yes I did accidentaly deny it once. Then I went to superuser and removed it from the deny list. Now it is in the allowed list and the super user log shows it to have been allowed. Rather I later uninstalled and reinstalled the CM file manager too. And the point is it can read write from /system once I mount it using the terminal. But isn't it supposed to remount /system as rw by itself, like how root browser does and not expect user to remount it using terminal?
Yes, it does. In fact when a write operation is required in ro filesystem, it mounts the filesystem as rw, execute the operation an revert the filesystem to the prior state.
Could you enable debugging in settings and post a logcat of the mount operation?
jruesga said:
Yes, it does. In fact when a write operation is required in ro filesystem, it mounts the filesystem as rw, execute the operation an revert the filesystem to the prior state.
Could you enable debugging in settings and post a logcat of the mount operation?
Click to expand...
Click to collapse
+1
jruesga said:
Yes, it does. In fact when a write operation is required in ro filesystem, it mounts the filesystem as rw, execute the operation an revert the filesystem to the prior state.
Could you enable debugging in settings and post a logcat of the mount operation?
Click to expand...
Click to collapse
As the button to remount partition from ro to rw is disabled, I can't actually try mounting. So I tried pasting a file from my sdcard ('deskclockgoogle.apk') in /system. The logcat for the operation is pasted below.
build.board: mogami
build.bootloader: unknown
build.brand: SEMC
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: coconut
build.display: cm_coconut-userdebug 4.1.2 JZO54K eng.root.20121222.002343 test-keys
build.fingerprint: SEMC/WT19i_1254-2184/WT19i:4.0.4/4.1.B.0.431/UL5_3w:user/release-keys
build.hardware: semc
build.host: ubuntu
build.id: JZO54K
build.manufacturer: SEMC
build.model: Xperia Live with Walkman
build.product: WT19i
build.radio: unknown
build.serial: unknown
build.tags: test-keys
build.time: 1356128638000
build.type: userdebug
build.user: root
version.codename: REL
version.incremental: eng.root.20121222.002343
version.release: 4.1.2
version.sdk_int: 16
12-28 15:31:09.985 D/su (6013): Found file /data/data/com.noshufou.android.su/files/stored/10098-0
12-28 15:31:09.985 D/su (6013): Comparing '/system/bin/sh' to '/system/bin/sh'
12-28 15:31:10.055 D/su (6014): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10098 --ei allow 1 --ei version_code 18
12-28 15:31:11.075 D/AndroidRuntime(6014):
12-28 15:31:11.075 D/AndroidRuntime(6014): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
12-28 15:31:11.075 D/AndroidRuntime(6014): CheckJNI is OFF
12-28 15:31:11.265 D/dalvikvm(6014): Trying to load lib libjavacore.so 0x0
12-28 15:31:11.395 D/dalvikvm(6014): Added shared lib libjavacore.so 0x0
12-28 15:31:11.605 D/dalvikvm(6014): Trying to load lib libnativehelper.so 0x0
12-28 15:31:11.605 D/dalvikvm(6014): Added shared lib libnativehelper.so 0x0
12-28 15:31:12.345 D/AndroidRuntime(6014): Calling main entry com.android.commands.am.Am
12-28 15:31:12.445 D/AndroidRuntime(6014): Shutting down VM
12-28 15:31:12.615 D/dalvikvm(6014): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 0ms+1ms, total 171ms
12-28 15:31:12.855 D/su (6013): 10098 com.nolanlawson.logcat executing 0 /system/bin/sh using shell /system/bin/sh : sh
12-28 15:31:13.195 D/dalvikvm(5202): GC_CONCURRENT freed 1714K, 49% free 5475K/10631K, paused 3ms+13ms, total 115ms
12-28 15:31:13.505 D/su (6026): Found file /data/data/com.noshufou.android.su/files/stored/10098-0
12-28 15:31:13.505 D/su (6026): Comparing '/system/bin/sh' to '/system/bin/sh'
12-28 15:31:13.505 D/su (6027): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10098 --ei allow 1 --ei version_code 18
12-28 15:31:13.865 D/AndroidRuntime(6027):
12-28 15:31:13.865 D/AndroidRuntime(6027): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
12-28 15:31:13.865 D/AndroidRuntime(6027): CheckJNI is OFF
12-28 15:31:13.925 D/dalvikvm(6027): Trying to load lib libjavacore.so 0x0
12-28 15:31:14.075 D/dalvikvm(6027): Added shared lib libjavacore.so 0x0
12-28 15:31:14.135 D/dalvikvm(6027): Trying to load lib libnativehelper.so 0x0
12-28 15:31:14.197 D/dalvikvm(6027): Added shared lib libnativehelper.so 0x0
12-28 15:31:15.145 D/AndroidRuntime(6027): Calling main entry com.android.commands.am.Am
12-28 15:31:15.245 D/AndroidRuntime(6027): Shutting down VM
12-28 15:31:15.415 D/dalvikvm(6027): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 31ms+0ms, total 170ms
12-28 15:31:16.255 D/su (6026): 10098 com.nolanlawson.logcat executing 0 /system/bin/sh using shell /system/bin/sh : sh
12-28 15:31:16.295 D/PhoneStatusBar(441): addNotification score=0
12-28 15:31:16.355 D/su (6039): Found file /data/data/com.noshufou.android.su/files/stored/10098-0
12-28 15:31:16.355 D/su (6039): Comparing '/system/bin/sh' to '/system/bin/sh'
12-28 15:31:16.365 D/su (6040): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10098 --ei allow 1 --ei version_code 18
12-28 15:31:16.915 D/AndroidRuntime(6040):
12-28 15:31:16.915 D/AndroidRuntime(6040): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
12-28 15:31:16.915 D/AndroidRuntime(6040): CheckJNI is OFF
12-28 15:31:16.935 V/PhoneStatusBar(441): setLightsOn(true)
12-28 15:31:17.075 D/dalvikvm(6040): Trying to load lib libjavacore.so 0x0
12-28 15:31:17.115 D/dalvikvm(6040): Added shared lib libjavacore.so 0x0
12-28 15:31:17.155 D/dalvikvm(6040): Trying to load lib libnativehelper.so 0x0
12-28 15:31:17.155 D/dalvikvm(6040): Added shared lib libnativehelper.so 0x0
12-28 15:31:18.535 D/AndroidRuntime(6040): Calling main entry com.android.commands.am.Am
12-28 15:31:18.625 D/AndroidRuntime(6040): Shutting down VM
12-28 15:31:18.625 D/dalvikvm(6040): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 0ms+1ms, total 6ms
12-28 15:31:18.685 D/dalvikvm(5202): GC_CONCURRENT freed 1734K, 49% free 5489K/10631K, paused 3ms+62ms, total 131ms
12-28 15:31:18.865 D/su (6039): 10098 com.nolanlawson.logcat executing 0 /system/bin/sh using shell /system/bin/sh : sh
12-28 15:31:19.395 I/ActivityManager(354): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher u=0} from pid 354
12-28 15:31:19.985 D/dalvikvm(803): GC_CONCURRENT freed 1591K, 62% free 3163K/8195K, paused 15ms+8ms, total 158ms
12-28 15:31:20.025 I/Adreno200-EGL(555): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
12-28 15:31:20.025 I/Adreno200-EGL(555): Build Date: 07/31/12 Tue
12-28 15:31:20.025 I/Adreno200-EGL(555): Local Branch:
12-28 15:31:20.025 I/Adreno200-EGL(555): Remote Branch: quic/master
12-28 15:31:20.025 I/Adreno200-EGL(555): Local Patches: NONE
12-28 15:31:20.025 I/Adreno200-EGL(555): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING
12-28 15:31:20.555 V/KF Engine(522): getLastGPS couldn't find cached positional data
12-28 15:31:20.555 V/KF Engine(522): calculateTimeTable (invalid) @ 0.0x0.0: 1440 360 720 1080
12-28 15:31:22.616 I/ActivityManager(354): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.cyanogenmod.filemanager/.activities.NavigationActivity bnds=[12,286][86,368] u=0} from pid 555
12-28 15:31:28.815 I/ActivityManager(354): START {flg=0x4000 cmp=com.cyanogenmod.filemanager/.activities.BookmarksActivity u=0} from pid 5431
12-28 15:31:28.985 I/ActivityManager(354): Displayed com.cyanogenmod.filemanager/.activities.BookmarksActivity: +145ms
12-28 15:31:33.495 D/dalvikvm(354): GC_CONCURRENT freed 1559K, 36% free 9393K/14471K, paused 4ms+29ms, total 455ms
12-28 15:31:35.075 I/ActivityManager(354): Process com.google.android.apps.plus (pid 2019) has died.
12-28 15:31:35.325 I/ActivityManager(354): Process com.android.mms (pid 5168) has died.
12-28 15:31:35.335 D/CountryDetector(354): No listener is left
12-28 15:31:37.955 D/dalvikvm(5431): GC_CONCURRENT freed 1748K, 48% free 4300K/8195K, paused 5ms+13ms, total 80ms
12-28 15:31:40.145 D/dalvikvm(5431): GC_CONCURRENT freed 1939K, 50% free 4174K/8195K, paused 14ms+22ms, total 84ms
12-28 15:31:42.685 W/InputMethodManagerService(354): Window already focused, ignoring focus gain of: [email protected] attribute=null
12-28 15:31:43.325 I/ActivityManager(354): START {flg=0x4000 cmp=com.cyanogenmod.filemanager/.activities.BookmarksActivity u=0} from pid 5431
12-28 15:31:43.535 D/dalvikvm(354): GC_EXPLICIT freed 440K, 37% free 9196K/14471K, paused 5ms+9ms, total 116ms
12-28 15:31:43.665 I/ActivityManager(354): Displayed com.cyanogenmod.filemanager/.activities.BookmarksActivity: +304ms
12-28 15:31:46.525 D/dalvikvm(5431): GC_CONCURRENT freed 1678K, 48% free 4338K/8195K, paused 3ms+17ms, total 83ms
12-28 15:31:46.525 D/dalvikvm(5431): WAIT_FOR_CONCURRENT_GC blocked 19ms
12-28 15:31:50.155 D/dalvikvm(5431): GC_CONCURRENT freed 1819K, 47% free 4344K/8195K, paused 4ms+6ms, total 83ms
12-28 15:31:51.825 E/NavigationActivity(5431): Error detected
12-28 15:31:51.825 E/NavigationActivity(5431): com.cyanogenmod.filemanager.console.ReadOnlyFilesystemException: /system
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.commands.shell.Shell.checkStdErr(Shell.java:132)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.commands.shell.SuperuserShell.checkStdErr(SuperuserShell.java:70)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.console.shell.ShellConsole.syncExecute(ShellConsole.java:581)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.console.shell.ShellConsole.execute(ShellConsole.java:422)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.util.CommandHelper.writableExecute(CommandHelper.java:1683)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.util.CommandHelper.writableExecute(CommandHelper.java:1575)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.util.CommandHelper.copy(CommandHelper.java:838)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.ui.policy.CopyMoveActionPolicy$1.doOperation(CopyMoveActionPolicy.java:361)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.ui.policy.CopyMoveActionPolicy$1.doInBackground(CopyMoveActionPolicy.java:326)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.ui.policy.ActionsPolicy$BackgroundAsyncTask.doInBackground(ActionsPolicy.java:131)
12-28 15:31:51.825 E/NavigationActivity(5431): at com.cyanogenmod.filemanager.ui.policy.ActionsPolicy$BackgroundAsyncTask.doInBackground(ActionsPolicy.java:88)
12-28 15:31:51.825 E/NavigationActivity(5431): at android.os.AsyncTask$2.call(AsyncTask.java:287)
12-28 15:31:51.825 E/NavigationActivity(5431): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
12-28 15:31:51.825 E/NavigationActivity(5431): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
12-28 15:31:51.825 E/NavigationActivity(5431): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
12-28 15:31:51.825 E/NavigationActivity(5431): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
12-28 15:31:51.825 E/NavigationActivity(5431): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
12-28 15:31:51.825 E/NavigationActivity(5431): at java.lang.Thread.run(Thread.java:856)
12-28 15:31:51.885 W/InputMethodManagerService(354): Window already focused, ignoring focus gain of: [email protected] attribute=null
12-28 15:32:10.945 W/InputMethodManagerService(354): Window already focused, ignoring focus gain of: [email protected] attribute=null
12-28 15:32:16.115 D/PhoneStatusBar(441): disable: < expand icons alerts TICKER* system_info back home recent clock >
12-28 15:32:17.445 W/KeyguardViewMediator(354): verifyUnlock called when not externally disabled
12-28 15:32:17.715 W/InputMethodManagerService(354): Window already focused, ignoring focus gain of: [email protected] attribute=null
12-28 15:32:17.735 D/PhoneStatusBar(441): disable: < expand icons alerts ticker* system_info back home recent clock >
12-28 15:32:18.365 I/ActivityManager(354): Process com.avast.android.antitheft (pid 4320) has died.
12-28 15:32:18.455 I/ActivityManager(354): Process com.bel.android.dspmanager (pid 867) has died.
12-28 15:32:18.455 D/su (6181): Found file /data/data/com.noshufou.android.su/files/stored/10098-0
12-28 15:32:18.455 D/su (6181): Comparing '/system/bin/sh' to '/system/bin/sh'
12-28 15:32:18.455 D/su (6182): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10098 --ei allow 1 --ei version_code 18
12-28 15:32:18.455 W/ActivityManager(354): Scheduling restart of crashed service com.bel.android.dspmanager/.service.HeadsetService in 5000ms
12-28 15:32:18.865 D/AndroidRuntime(6182):
12-28 15:32:18.865 D/AndroidRuntime(6182): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
12-28 15:32:18.865 D/AndroidRuntime(6182): CheckJNI is OFF
12-28 15:32:18.905 D/dalvikvm(6182): Trying to load lib libjavacore.so 0x0
12-28 15:32:18.905 D/dalvikvm(6182): Added shared lib libjavacore.so 0x0
12-28 15:32:18.925 D/dalvikvm(6182): Trying to load lib libnativehelper.so 0x0
12-28 15:32:18.925 D/dalvikvm(6182): Added shared lib libnativehelper.so 0x0
12-28 15:32:19.295 D/AndroidRuntime(6182): Calling main entry com.android.commands.am.Am
12-28 15:32:19.325 D/AndroidRuntime(6182): Shutting down VM
12-28 15:32:19.325 D/dalvikvm(6182): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 0ms+1ms, total 4ms
12-28 15:32:19.615 D/su (6181): 10098 com.nolanlawson.logcat executing 0 /system/bin/sh using shell /system/bin/sh : sh
12-28 15:32:19.995 D/su (6194): Found file /data/data/com.noshufou.android.su/files/stored/10098-0
12-28 15:32:19.995 D/su (6194): Comparing '/system/bin/sh' to '/system/bin/sh'
12-28 15:32:19.995 D/su (6195): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10098 --ei allow 1 --ei version_code 18
12-28 15:32:20.145 D/AndroidRuntime(6195):
12-28 15:32:20.145 D/AndroidRuntime(6195): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
12-28 15:32:20.145 D/AndroidRuntime(6195): CheckJNI is OFF
12-28 15:32:20.165 D/dalvikvm(6195): Trying to load lib libjavacore.so 0x0
12-28 15:32:20.165 D/dalvikvm(6195): Added shared lib libjavacore.so 0x0
12-28 15:32:20.175 D/dalvikvm(6195): Trying to load lib libnativehelper.so 0x0
12-28 15:32:20.175 D/dalvikvm(6195): Added shared lib libnativehelper.so 0x0
12-28 15:32:20.445 D/AndroidRuntime(6195): Calling main entry com.android.commands.am.Am
12-28 15:32:20.485 D/AndroidRuntime(6195): Shutting down VM
12-28 15:32:20.495 D/dalvikvm(6195): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 0ms+1ms, total 5ms
12-28 15:32:20.635 D/dalvikvm(1733): GC_CONCURRENT freed 1866K, 30% free 6549K/9351K, paused 7ms+7ms, total 180ms
12-28 15:32:20.635 D/dalvikvm(1733): WAIT_FOR_CONCURRENT_GC blocked 77ms
First at all, thanks for the logcat. I try to figure out the problem from your logcat (it doesn't have filemanager debugging information; next time you should enable it at settings). But for the launched exception i supposed that your system filesystem is not any of: rootfs, tmpfs, vfat, ext2, ext3, ext4
This last filesystem types are the only that the application is capable of (allowed to) remount. From this traces, i suspect that your are running in user or superuser mode, so the problem should be related to filesystem type.
Probably you are not capable to write in /system, but in / you are able to (because of rootfs filesystem type).
Execute "cat /proc/mounts | grep /system" to confirm what i'm guessing.
Hmmm...There no bug on CM FileManager....you can only write (with ROOT) in / only....your can't write in /system.....CM Teams make it like that so the user wont make any mistakes deleting important files on /system....
you can try clearing data/cache, uninstall/reinstall, remove root/re-add root on CM FileManager...the result will be the same...you can never write in /system....
Pusak Gaoq said:
Hmmm...There no bug on CM FileManager....you can only write (with ROOT) in / only....your can't write in /system.....CM Teams make it like that so the user wont make any mistakes deleting important files on /system....
you can try clearing data/cache, uninstall/reinstall, remove root/re-add root on CM FileManager...the result will be the same...you can never write in /system....
Click to expand...
Click to collapse
Oh that's just too bad. Almost all the tweaks and app ports requires copying files to /system/app
Hey so I mounted /system as rw through terminal. So now I can read write there with CM file manager. Does this reduce the security of my phone? Or make it easier for virus or rogue softwares to get rw access to my /system?
Pusak Gaoq said:
Hmmm...There no bug on CM FileManager....you can only write (with ROOT) in / only....your can't write in /system.....CM Teams make it like that so the user wont make any mistakes deleting important files on /system....
you can try clearing data/cache, uninstall/reinstall, remove root/re-add root on CM FileManager...the result will be the same...you can never write in /system....
Click to expand...
Click to collapse
This is not true. CMFM allows you to write in all the filesystem. As i said in my previous post, the problem is related to remount the /system filesystem as rw. CMFM has coded a constrain to prevent remount as ro, filesystems that are requiered as rw by the kernel. For that it only allows remount rootfs, tmpfs, vfat, ext2, ext3, ext4 filesystems. I though that your /system filesystem type in not in that list, so the constrain is applied.
havocgb said:
Oh that's just too bad. Almost all the tweaks and app ports requires copying files to /system/app
Hey so I mounted /system as rw through terminal. So now I can read write there with CM file manager. Does this reduce the security of my phone? Or make it easier for virus or rogue softwares to get rw access to my /system?
Click to expand...
Click to collapse
Please, post the output from "cat /proc/mounts | grep /system" to confirm that it's the problem. If i know the problem, i could send a patch to CM upstream.
jruesga said:
This is not true. CMFM allows you to write in all the filesystem. As i said in my previous post, the problem is related to remount the /system filesystem as rw. CMFM has coded a constrain to prevent remount as ro, filesystems that are requiered as rw by the kernel. For that it only allows remount rootfs, tmpfs, vfat, ext2, ext3, ext4 filesystems. I though that your /system filesystem type in not in that list, so the constrain is applied.
Please, post the output from "cat /proc/mounts | grep /system" to confirm that it's the problem. If i know the problem, i could send a patch to CM upstream.
Click to expand...
Click to collapse
Hmm sorry but I am not able to understand what you want me to do. I gave the previous logcat using the catlog app. How do I do this? -
post the output from "cat /proc/mounts | grep /system"
Click to expand...
Click to collapse
I went to the /proc folder and there are thousands of mounts files in it
Sorry, i supposed that you had access to adb. We can done the same by the filemanager application. Open cmfm, goto setting, general and enable debugging option. Then reproduce the problem and take a new logcat.
jruesga said:
Sorry, i supposed that you had access to adb. We can done the same by the filemanager application. Open cmfm, goto setting, general and enable debugging option. Then reproduce the problem and take a new logcat.
Click to expand...
Click to collapse
Attached logcat from catlog app, while doing the same operations as before
This logcat comfirms what i explained in my previous post. Your system partition is mounted as yaffs2. I will upload a patch in the next days. Thank you so much for your support.
jruesga said:
This logcat comfirms what i explained in my previous post. Your system partition is mounted as yaffs2. I will upload a patch in the next days. Thank you so much for your support.
Click to expand...
Click to collapse
U r supporting me and I need to say thank u man! Thanks! Waiting for the patch
ChangeId: http://review.cyanogenmod.org/#/c/29679/
jruesga said:
ChangeId: http://review.cyanogenmod.org/#/c/29679/
Click to expand...
Click to collapse
so how to use it
jruesga said:
ChangeId: http://review.cyanogenmod.org/#/c/29679/
Click to expand...
Click to collapse
So will these changes come in with the next CM10 (in our case fxp) or will it be there only in CM10.1 (because the changeid has CM10.1 as its branch)
The change is for the upstream cm10.1 branch.
jruesga said:
The change is for the upstream cm10.1 branch.
Click to expand...
Click to collapse
Oh ok So can u share a modified apk of CM filemanager here with these changes added if possible? Or can u give some instructions on how to add the changes ourselves?

Categories

Resources