Quote:
Originally Posted by croniccorey
Does it boot or loop and make sure the script is named 40int2ext also try to flash The script over the rom to be sure it is defently not working aside from that you could make sure there's no other scripts that are mounting the ext and check to see what was changed in the update If all of this fails send me a logcat aswell as the ouput of the 'df' command
|
It seems to be stuck, usually a bootloop is "visible" via the notification led blinking occassionally, but here it's not the case, the phone just doesn't move out of the bootanimation. Script is named correctly. Actually there is a 05mountsd script (attached) that tries to mount the sd-ext partition and it's run prior to the 40int2ext script and apparently it tries to mount the ext partition as ext3 fs. Could this be the problem? Since in the 40int2ext script you're unmounting it prior to doing your magic, I'm not sure. As for the updates, the init.d folder is still the same and the int2ext script works fine if I do a data wipe. It just doesn't like (or is not liked by) the ROM update.
Df output:
Code:
~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 243660 48 243612 0% /dev
/dev/block/mmcblk1p21
332946 323455 9491 97% /system
tmpfs 243660 48 243612 0% /dev
tmpfs 243660 0 243660 0% /mnt/asec
tmpfs 243660 0 243660 0% /mnt/obb
/dev/block/mmcblk1p24
198335 5835 192500 3% /cache
/dev/block/mmcblk1p25
1299160 86460 1212700 7% /sd-ext
/dev/block/loop7 4026 1158 2868 29% /pds
/dev/block/mmcblk0p2 8182564 79944 7686940 1% /data
/dev/block/mmcblk1p25
1299160 86460 1212700 7% /data/data
/dev/block/mmcblk1p25
1299160 86460 1212700 7% /data/property
/dev/block/vold/179:1
54037440 19853600 34183840 37% /mnt/sdcard
/dev/block/vold/179:1
54037440 19853600 34183840 37% /mnt/secure/asec
logcat
Code:
I/mountsd ( 2169): Checking filesystems..
I/run-parts( 2140): e2fsck 1.41.11 (14-Mar-2010)
I/run-parts( 2140): /dev/block/mmcblk0p2: clean, 346/1040384 files, 52769/2078409 blocks
I/run-parts( 2140): mount: mounting /dev/block/mmcblk0p2 on /sd-ext failed: Invalid argument
E/mountsd ( 2174): Unable to mount filesystem for /sd-ext!
I/run-parts( 2140): umount: can't umount /sd-ext: Invalid argument
I/run-parts( 2140): umount: can't umount /sd-ext: Device or resource busy
I/run-parts( 2140): Starting Automatic ZipAlign
I/run-parts( 2140): ZipAligning ro.hex.installers.mc-1.apk
I/run-parts( 2140): Automatic ZipAlign finished
---------------------
actually the mount failure seems to be a problem in the ROM's script, I contacted the dev about it.
motorola razr maxx [xt910] | PAC v4
motorola defy+ [mb526] | cyanmobile / 2013-06-04 walter79's build with custom kernel
|