Generic Root (Cydia Impactor)
-
- Android 1.0
- Posts: 43
- Joined: Tue Nov 20, 2012 11:30 am
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
Error appears to me, bussybox not found
- dexter
- Android 1.0
- Posts: 27
- Joined: Sun Jun 09, 2013 12:30 pm
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
@bovoro
you need to manually copy busybox to the /data/local/tmp
and set permissions "chmod 755 busybox" on it.
I wonder if this new temp root, allow for a user to write back data to the /dev/mmcblk0p11 partition now? anyone tested?
i got a modified partition but it did not work with system priv. maybe now?
you need to manually copy busybox to the /data/local/tmp
and set permissions "chmod 755 busybox" on it.
I wonder if this new temp root, allow for a user to write back data to the /dev/mmcblk0p11 partition now? anyone tested?
i got a modified partition but it did not work with system priv. maybe now?
-
- Android 1.0
- Posts: 43
- Joined: Tue Nov 20, 2012 11:30 am
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
Thanks Dexter, I will get to work with busybox and comment
-
- Android 1.0
- Posts: 43
- Joined: Tue Nov 20, 2012 11:30 am
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
I was able to get a little further, but in Shell I get:
busybox: .. / sysdeps / unix / sysv / linux / getpagesize.c: 32: __ getpagesize: Assertion `
_rtld_global_ro._dl_pagesize! = 0 'failed.
[1] Aborted / data / local / tmp / busybox telnet localhost 8899
busybox: .. / sysdeps / unix / sysv / linux / getpagesize.c: 32: __ getpagesize: Assertion `
_rtld_global_ro._dl_pagesize! = 0 'failed.
[1] Aborted / data / local / tmp / busybox telnet localhost 8899
- dexter
- Android 1.0
- Posts: 27
- Joined: Sun Jun 09, 2013 12:30 pm
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
get this busybox herebovoro wrote:I was able to get a little further, but in Shell I get:
-
- Android 1.0
- Posts: 43
- Joined: Tue Nov 20, 2012 11:30 am
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
Thanks , I was using a smaller one, now I'm doing what you described in your other thread, about getting permanent root, but got stuck doing the partition copy, read only file, does the command is "of" in both? In USB and mmcblk0?
-
- Android 1.0
- Posts: 2
- Joined: Tue Jul 30, 2013 12:04 pm
- GTV Device Owned: NSZ-GT1 (Bluray Player)
Re: Generic Root (Cydia Impactor)
This binary do not work on Sony NSZ-GT1. Quits with a Unexpected syntax error. Maybe because it has x86 architecture. Any advice on this ?dexter wrote:get this busybox herebovoro wrote:I was able to get a little further, but in Shell I get:
- dexter
- Android 1.0
- Posts: 27
- Joined: Sun Jun 09, 2013 12:30 pm
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
yes, pretty sure arch. is the reason why this binary do not run on x86wejgomi wrote:This binary do not work on Sony NSZ-GT1. Quits with a Unexpected syntax error. Maybe because it has x86 architecture. Any advice on this ?
- dexter
- Android 1.0
- Posts: 27
- Joined: Sun Jun 09, 2013 12:30 pm
- GTV Device Owned: Sony NSZ-GS7 (v2 streamer)
Re: Generic Root (Cydia Impactor)
to run the command you need to make sure you are root, when you try it out, otherwise mmcblk0 is not writable.bovoro wrote:but got stuck doing the partition copy, read only file, does the command is "of" in both? In USB and mmcblk0?
so 1: temp root, 2: extract /system and modify and write it back.
-
- Android 1.0
- Posts: 6
- Joined: Fri Aug 31, 2012 5:26 pm
Re: Generic Root (Cydia Impactor)
Any chance of getting a script to run after temp root, in order to get full root?