XeS0r, on 18 June 2012 - 09:47 AM, said:
Could a sd-card class10 "fix" that slow down? or not entirely?
At the moment i have a class4 and was thinking buying a class10
XeS0r, on 18 June 2012 - 09:47 AM, said:
Cyclothunder, on 29 June 2012 - 05:16 AM, said:
uosiek, on 29 June 2012 - 06:25 AM, said:
Edited by jpeg729, 01 July 2012 - 03:59 PM.
XeS0r, on 01 July 2012 - 08:48 PM, said:
uosiek, on 20 March 2012 - 12:34 PM, said:
#!/system/bin/sh /system/bin/mount -o remount,rw / /system/bin/mkdir /sd-ext /system/bin/mount -o remount,ro / if [ -e /dev/block/mmcblk0p2 ]; then /system/bin/mount -t ext4 /dev/block/mmcblk0p2 /sd-ext fi;then
mount -o remount,rw /system rm /system/etc/init.d/10apps2sd cp /sdcard/system/app/s2e.apk /system/app/ cp /sdcard/system/etc/init.d/20userinit /system/etc/init.d/ chmod 0644 /system/app/s2e.apk chmod 0755 /system/etc/init.d/20userinit mount -o remount,ro /system
root@android:/ # rm /system/etc/init.d/10apps2sd rm failed for /system/etc/init.d/10apps2sd, No such file or directory 255|root@android:/ # cp /sdcard/system/app/s2e.apk /system/app/ cp: can't stat '/sdcard/system/app/s2e.apk': No such file or directory 0userinit /system/etc/init.d/ cp: can't stat '/sdcard/system/etc/init.d/20userinit': No such file or di 1|root@android:/ # chmod 0644 /system/app/s2e.apk Unable to chmod /system/app/s2e.apk: No such file or directory 10|root@android:/ # chmod 0755 /system/etc/init.d/20userinit Unable to chmod /system/etc/init.d/20userinit: No such file or directory
Edited by ll Sravan Kumar ll, 08 July 2012 - 07:55 AM.
Cyclothunder, on 29 June 2012 - 08:27 AM, said:
HarryPirate, on 31 August 2012 - 03:30 PM, said:
yell, on 30 May 2012 - 01:23 PM, said:
uosiek, on 20 March 2012 - 12:34 PM, said:
#!/system/bin/sh /system/bin/mount -o remount,rw / /system/bin/mkdir /sd-ext /system/bin/mount -o remount,ro / if [ -e /dev/block/mmcblk0p2 ]; then /system/bin/mount -t ext4 /dev/block/mmcblk0p2 /sd-ext fi;then
mount -o remount,rw /system rm /system/etc/init.d/10apps2sd cp /sdcard/system/app/s2e.apk /system/app/ cp /sdcard/system/etc/init.d/20userinit /system/etc/init.d/ chmod 0644 /system/app/s2e.apk chmod 0755 /system/etc/init.d/20userinit mount -o remount,ro /system
0 members, 0 guests, 0 anonymous users