Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

root on Sony NSZ-GS7 achieved, fully documented

$
0
0
This is tested and working on NSZ-GS7 REL10 for US

Thanks to the guys with gtvhacker making the temp root. we are now capable of having a static root.

i have now achieved static root, changing the /system
Quote:

# pwd
pwd
/system/xbin
# ls -l
ls -l
-rwsr-xr-x root root 1062992 2013-07-23 20:06 busybox
-rwxr-xr-x root shell 70604 2008-08-01 14:00 dexdump
-rwxr-xr-x root shell 11736 2008-08-01 14:00 fw_loader
-rwxr-xr-x root shell 67736 2008-08-01 14:00 hciconfig
-rwxr-xr-x root shell 189380 2008-08-01 14:00 hcidump
-rwxr-xr-x root shell 40736 2008-08-01 14:00 hcitool
-rwxr-xr-x root shell 31432 2008-08-01 14:00 hidd
-rwxr-xr-x root shell 10360 2008-08-01 14:00 mfgbridge_trigger
-rwsr-xr-x root root 91992 2013-07-23 20:06 su
I have used the starting point from entonjackson making the root for Acer A1-810, using dd to seek through the mmcblk0 to write a modified /system :)
see more details on that approach here

the big secret to writing the new filesystem:

0. you need to temp root the nsz-gs7 following the guidelines from team gtvhacker , before you proceed and do the steps below.
1. dump the filesystem: /data/local/tmp/busybox dd of=/mnt/media/usb.E234-1928/system.fs of=mmcblk0 skip=149248 bs=4096 count=1047552
2. on a linux box: mount the dumped filesystem (system.fs) with -oloop to be able to modify it.
3. copy your busybox and suto /system/xbin/ folder
4. umount your dumped filesystem from location you mounted it.
5. write back the newly modified filesystem (i called it system.with_root) .
/data/local/tmp/busybox dd if=/mnt/media/usb.E234-1928/system.with_root of=/dev/block/mmcblk0 seek=149248 bs=4096

Viewing all articles
Browse latest Browse all 3614

Trending Articles