bro, i know what is the reason to root my phone on the first day.
please look carefully on what i'm asked previously.
i'm not asking how and why we need to root it. i know the reason, instead u ask me to search for "why do we need to root?"
i have done it but i couldn't confirmed it's working thus im asking u guys, is that after rooting the SU manager and root explorer apps muz be working straight when i initiate it.
this is not asked before and i couldn't find a way to confirm this.
if u think this is kind of question is a noob question then i'm sorry. but i think verify whether it's rooted is not a theoretical question which need a page of answer for it.
i don require spoon feed but this is not something that could answer to it directly. thus i need some user feedback.
if you are busy or tired. u really not needed to answer it becoz it's open to all at the first place. please check who i post this msg to.
i have been checking for this for weeks back but couldn't get any hints. after that i post this question here and from my own question, i said the /system folder was unable to write or create folder in it. and i suspecting the write permission is not there although i'm rooted. and i can't use the SU or root explorer.
Finally i got something when i'm searching for /system folder permission to write.
and it require adb shell
Verify is the /system folder is writable:
QUOTE
# mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
/dev/block/mtdblock3 /system yaffs2 ro 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev 0 0
/dev/block/mmcblk0p1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1000,fmask=0711,dmask=0700,codepage=cp437,iocharset=iso8859-1,utf8 0 0
/dev/block/mtdblock3 is the /system partition device file.
Gain root access:
QUOTE
In cmd type: adb shell
Output: #
1. From the prompt you got (#) run the following command to mount the phone’s file system in RW mode:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
2. Add su command to your Phone
3. Run the the following commands in the shell (#) – Run each command separately (don’t just copy-paste all the lines!):
- cat /system/bin/sh > /system/bin/su
- chmod 4755 /system/bin/su
4. Reboot the phone by typing reboot in the shell (#).
after i did this, my root explorer is working but there is still some problem with it as after i delete some folder in the /system or other it still come back when i restart the "root explorer". i have to use CLI to continue with the file & folder editing but it's ok.
once again bro Shahz, i'm not coming here to fight with ppl and of coz not to u.
i have my utmost respect on u for bringing me to the android world. Thanks but i think this forum is to discuss something that others querying.
by asking me to search on the "Super user access" really mean nothing to me...
Peace...