Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

To anybody who is considering rooting and flashing, I would encourage them to not be scared or worried. We were all new to this business at one time or another, and have gone on to offer differing amounts of advice to new members who need help or guidance. That's what makes this forum a great place for all things Android related.![]()

Since i have joined this fantastic forum as a noob, i have debranded, rooted, custom rom, 1gb a2sd+ partition with gparted, s-offed, flashed a new recovery, fonts, clock etc etc all with the help of you great guys. Never realised this phone was capable of so much more than the crap it arrived with from orange. A huge thanks again to you all. This root section is now top of my bookmarks list & i am even helping out some noobs myself now!
Questions of my own tend to go to XDA now![]()

Is that because were not clever enough for you? Eh? Hmmm? Is it?
Threeeeee cheeeeeeers for Daneeeeeeeeeeefranceeeeeeeeeeeee![]()

#!/system/bin/sh
#
/system/xbin/busybox mkdir /mnt/asec/ext
/system/xbin/busybox mount -o dirsync,noatime,nodiratime /dev/block/mmcblk0p2 /mnt/asec/ext
/system/bin/e2fsck_recvy -y -v -f /mnt/asec/ext/ext2
/system/xbin/busybox mount -o loop,noatime,nodiratime,sync,nosuid,nodev /mnt/asec/ext/ext2 /data
#/system/xbin/busybox swapon /mnt/asec/ext/swap
chown 1000.1000 /data
chmod 771 /data
exit
Generally I need dev help now
Although, if you're up for a challenge:
Why is this:
Code:#!/system/bin/sh # /system/xbin/busybox mkdir /mnt/asec/ext /system/xbin/busybox mount -o dirsync,noatime,nodiratime /dev/block/mmcblk0p2 /mnt/asec/ext /system/bin/e2fsck_recvy -y -v -f /mnt/asec/ext/ext2 /system/xbin/busybox mount -o loop,noatime,nodiratime,sync,nosuid,nodev /mnt/asec/ext/ext2 /data #/system/xbin/busybox swapon /mnt/asec/ext/swap chown 1000.1000 /data chmod 771 /data exit
Causing me to hang at splash if flashed as part of, or adb push after gingervillain 0.8, yet no problems on 0.7?

Generally I need dev help now
Although, if you're up for a challenge:
Why is this:
Code:#!/system/bin/sh # /system/xbin/busybox mkdir /mnt/asec/ext /system/xbin/busybox mount -o dirsync,noatime,nodiratime /dev/block/mmcblk0p2 /mnt/asec/ext /system/bin/e2fsck_recvy -y -v -f /mnt/asec/ext/ext2 /system/xbin/busybox mount -o loop,noatime,nodiratime,sync,nosuid,nodev /mnt/asec/ext/ext2 /data #/system/xbin/busybox swapon /mnt/asec/ext/swap chown 1000.1000 /data chmod 771 /data exit
Causing me to hang at splash if flashed as part of, or adb push after gingervillain 0.8, yet no problems on 0.7?