Quote:
Originally Posted by dk_zero-cool
I have had that issue on my ROM to once. That is not caused by the script. That is a problem with one of libs or the init.rc in your ROM and should be reported to the ROM dev.
|
I have removed the script 05mountsd from /system/etc/init.d and than I have flashed the mound2sd and get the problem.
When I dont remove that script and flash only the ROM I dont get that problem but mound2sd won't start...something about "sd-ext allready mounted" or so
EDIT: Even if I flash ony the ROM without that 05mountsd it boots normaly!
Code:
--------- beginning of /dev/log/main
I/cm ( 78): Welcome to Android 2.3.7 / CyanogenMod-7-UNOFFICIAL-20120415-Desire
I/cm ( 79): _
I/cm ( 80): __ __ _ ___ _ _ __ ___ __ _ _ _ _ __ __))
I/cm ( 81): ((_ \(/'((_( ((\( ((_)((_( (('((\( ((`1( ((_)((_(
I/cm ( 82): )) _))
I/cm ( 83):
I/run-parts( 73): chown: no such tool
I/run-parts( 73): chmod: no such tool
V/mounts2sd( 139): Initiating Mounts2SD (v:4.2.0) [Mon Apr 16 10:38:03 GMT 2012]
V/mounts2sd( 178): Checking configurations...
V/mounts2sd( 315): Optimizing /system readahead...
V/mounts2sd( 320): Disabling /system atime & diratime...
V/mounts2sd( 332): Optimizing /data readahead...
V/mounts2sd( 338): Waiting for sdcard to initiate...
V/mounts2sd( 347): sdcard found at /dev/block/mmcblk0...
V/mounts2sd( 359): Setting sdcard readahead to 512kb...
V/mounts2sd( 432): Running e2fsck on sd-ext...
I/run-parts( 73): e2fsck 1.41.10 (10-Feb-2009)
I/run-parts( 73): /dev/block/mmcblk0p2: clean, 11/98304 files, 14377/393216 blocks
V/mounts2sd( 455): The sd-ext partition was mounted successfully at /sd-ext using auto detection of the file system typ
e!
I/run-parts( 73): chown: no such tool
I/run-parts( 73): chmod: no such tool
V/mounts2sd( 520): Creating link between /data/app and /sd-ext/app...
I/run-parts( 73): chown: no such tool
I/run-parts( 73): chmod: no such tool
V/mounts2sd( 562): Creating link between /data/app-private and /sd-ext/app-private...
I/run-parts( 73): chown: no such tool
I/run-parts( 73): chmod: no such tool
I/run-parts( 73): chown: no such tool
I/run-parts( 73): chmod: no such tool
V/mounts2sd( 622): Creating link between /data/app-system and /sd-ext/app-system...
I/run-parts( 73): chown: no such tool
I/run-parts( 73): chmod: no such tool
V/mounts2sd( 817): Mounts2SD has been loaded!
D/AK8973 ( 860): AK8973 daemon 1.3.4 Start
D/AK8973 ( 860): (Library version : 1.2.1.620)
I/DEBUG ( 853): debuggerd: Apr 15 2012 00:29:39
--------- beginning of /dev/log/system
I/Vold ( 851): Vold 2.1 (the revenge) firing up
D/Vold ( 851): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 851): USB disconnected
D/Vold ( 851): Share method ums now unavailable
D/Vold ( 851): USB disconnected
D/Vold ( 851): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 851): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
D/Vold ( 851): USB connected
D/Vold ( 851): Share method ums now available
I/Netd ( 852): Netd 1.0 starting
D/Vold ( 851): USB connected
I/Netd ( 893): Netd 1.0 starting
There must bes something wrong....after I have flash the mount2sd i get that error with "Netd 1.0 starting"
and strange ist
"I/run-parts( 73): chown: no such tool"
too....
|