Generic Tablet Semi-Rooted?

mrlimbo

Member
Sep 13, 2013
6
0
Hi all , ive been trying to solve this problem for a month and its beaten me , my tablet runs Jb , now the root directory is mountable as r/w or r/o but the system dir is mounted as r/o and no matter what ive tried i cant mount it as r/w ? any idea's ?

Any help would be really great , many thanks
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
You need to post more info.

post how or what commands you are using to mount root dir and system dir, in adb do you get su? have you tried adb remount? The more details the more help can be provided, if the tablet isn't rooted then you need to root it.
 

mrlimbo

Member
Sep 13, 2013
6
0
Hi all , ive been trying to solve this problem for a month and its beaten me , my tablet runs Jb , now the root directory is mountable as r/w or r/o but the system dir is mounted as r/o and no matter what ive tried i cant mount it as r/w ? any idea's ?

Any help would be really great , many thanks

Hi thanks for the fast reply , ive used 2 root checking apps both confirmed im rooted ? , i cant install su or super , this is where to problem started , well i can install them but they have no effect as the system dir is r/o , ive tried most of the mounting commands through terminal and adb but to no avail , i cant even get the block location for the system dir ?
 

mrlimbo

Member
Sep 13, 2013
6
0
Well im still confused , as to the Su issue , heres a terminal output doesnt # signify Su ?

u0_a160@android:/ $ su
# su
# mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/system /system ext4 ro,relatime,user_xattr,barrier=0,data=ordered 0 0
/dev/block/data /data ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/cache /cache ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/dm-0 /mnt/asec/com.teslacoilsw.launcher.prime-1 ext4 ro,dirsync,nosuid,nodev,noatime,user_xattr,barrier=1 0 0
/dev/block/vold/179:1 /mnt/extsd vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1023,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/93:72 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/93:72 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/dev/block/dm-1 /mnt/asec/com.scopely.minigolf.free-1 ext4 ro,dirsync,nosuid,nodev,noatime,user_xattr,barrier=1 0 0
/dev/block/dm-3 /mnt/asec/com.wChessworldApp-1 ext4 ro,dirsync,nosuid,nodev,noatime,user_xattr,barrier=1 0 0
/dev/block/dm-4 /mnt/asec/com.FireproofStudios.TheRoom-2 ext4 ro,dirsync,nosuid,nodev,noatime,user_xattr,barrier=1 0 0
/dev/block/dm-5 /mnt/asec/com.crescentmoongames.aralon-2 ext4 ro,dirsync,nosuid,nodev,noatime,user_xattr,barrier=1 0 0
#
 

mrlimbo

Member
Sep 13, 2013
6
0
u0_a160@android:/ $ mount -o remount,rw /system
mount: Operation not permitted
255|u0_a160@android:/ $ su
# mount -o remount,rw /system
mount: Read-only file system
#

?????/
 
Top