Recent content by SkateTrash420

  1. S

    Special files *

    i know you can make the root of the device rw using this command...... busybox mount -o remount,rw ./ then.....chmod 0777 ./ im looking for a simple command like that will allow me to edit special files+ pull them using adb
  2. S

    Special files *

    id like to diasable the use of special files using the [no]dev command using a #shell however im not sure what the right syntax is....i think its..... busybox mount -o [no]dev *
  3. S

    Special files *

    ive got rom toolbox pro and have changed permissions to -rwxrwxrwx 0777 however it doesnt save after editing with rb text editor because its a special file (has a *) ive tried everything i can think of and no luck.....it also does'nt let me swap out the file with root browser
  4. S

    Special files *

    id also like to edit my proc/mounts byt cannot because its a special file
  5. S

    Special files *

    maybe like adb shell busybox mount -o me [no]dev * (syntax is wrong if someone could point in the right direction it would be greatly appreciated)
  6. S

    Special files *

    Hi i have a galaxy Centura tacphone thats rooted and has cwm recovery on it...i was wondering if there was a way to change permissions to change and edit special files...for example id like to edit my fstab but cant because its a special file....any ideas?
  7. S

    init help

    Here a copy of my. init....its encoded with some language, is there any way to decrypt it? it lloks like its an elf file as far as i can tell....is it possible to make it into a self file then recompile back to elf?
  8. S

    init help

    id like to tie in some mountpoints.... i was trying to do it through proc/mounts file however i cant edit it with romtoolbox pro because it wont save.... nor can i push a modified one because i get permission denied even though my system is mounted RW and givin chmod 0777 permissions
  9. S

    init help

    i have a samsung galaxy Centura and was wondering if anyone knew how to decrypt the init on the root of the device?...it is an elf file....
  10. S

    Centura help

    ive got a samsung galaxy centura that ive been trying to add mountpoints to proc/mounts however i cant seem to get to do so...i am rooted...ive also tried taking the pre existing mount points and making them rw however im getting a syntax error maybe someone can help heres what ive got so far...