คือลงแล้วมันinstall abort ทุกที ซึ่งผมลองไปหาวิธีแก้ในxda แล้ว
แต่ว่าผมอ่านไม่รู้เรื่อง ใครที่เชี่ยวชาญมากๆมาช่วยผมหน่อยครับ = =
ตามนี้เลย
Originally Posted by N00BY0815
OK, sorry for being a noob, but which lines did u replace by
Code:
run_program(“/sbin/busybox”, “mount”, “/system”);
?
This one?
Code:
assert(mount(“ext4”, “EMMC”, “/dev/block/mmcblk0p8”, “/system”));
or a different one?
Just wanna learn from the pros
If you’ve seen the logfile above, says:
Code:
mount: failed to mount /dev/block/mmcblk0p10 at /cache: Device or resource busy
script aborted: assert failed: mount(“ext4”, “EMMC”, “/dev/block/mmcblk0p10”, “/cache”)
Nova kernel updater
That mounting is the cause of status 7 (assert failed: mount)(mmcblk0p10). As per knzo advised regarding mounting, I replaced that line. And It went through.
“system” should be replaced to “cache”. Cause it’s the cache that’s being mounted.
Code:
assert(mount(“ext4”, “EMMC”, “/dev/block/mmcblk0p10”, “/cache”));
to
Code:
run_program(“/sbin/busybox”, “mount”, “/cache”);
Kernel version is Nova v11, Nova Settings is there. CMIIW
Also, Knzo mentioned partitionS
So:
Code:
assert(mount(“ext4”, “EMMC”, “/dev/block/mmcblk0p8”, “/system”));
assert(mount(“ext4”, “EMMC”, “/dev/block/mmcblk0p9”, “/data”));
assert(mount(“ext4”, “EMMC”, “/dev/block/mmcblk0p10”, “/cache”));
to
Code:
run_program(“/sbin/busybox”, “mount”, “/system”);
run_program(“/sbin/busybox”, “mount”, “/data”);
run_program(“/sbin/busybox”, “mount”, “/cache”);
I only replaced “cache mounting” as per error with the new CWM Touch
ลิ้งค์ที่บอกวิธีแก้
http://forum.xda-developers.com/showthread.php?p=22138018&highlight=install+abort#post22138018
ไม่มีใครตอบเลย T_T
This oversaturation in the market has companies fighting to get hold of replica watches wholesale, inspiring them to take measures which are usually not seen in the conventional purchasing environment.Most chic looking oakley sunglasses are in fashion now.Same is the case with trendy looking abercrombie sale.In general, a unisex or gender neutral appearance; a man or woman can wear black-on-black abercrombie and fitch and not look too masculine or feminine.These are just brilliant and fabulous sunglasses discount.When supply outweighs demand you would uncover a fundamental economic law which would steer down the price of cheap replica watches so as to generate greater sales.Color has been one of the selling points for swiss replica watches.This is a popular brand of oakley sunglasses and with good reason.If you have not yet tried ray ban sunglasses, it's time to own one and feel the difference it can make to your personality.This brand offers one of the best wholesale tiffany jewelry in the world in an exciting range of cutting-edge designs, styles and colors.Another make of may use harder, cheaper metals, which could scratch and damage genuine ray ban sunglasses Another make of may use harder, cheaper metals, which could scratch and damage genuine ray ban sunglasses With the Murano ray ban sunglasses, the genuine article has been heat treated to be extremely tough and durable.Whether it is replica watches or fashion accessories all means a lot for modern society of today.When these are tiffany jewelry (http://www.bestwatchesus.com/), the excitement just gets doubled.
นึกว่ามีคนใจดีมาตอบซะอีก ฮ่วย orz T^T