Page 2 of 3

Re: Generic Root (Cydia Impactor)

Posted: Thu Jul 25, 2013 1:08 pm
by bovoro
Error appears to me, bussybox not found

Re: Generic Root (Cydia Impactor)

Posted: Fri Jul 26, 2013 12:30 am
by dexter
@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?

Re: Generic Root (Cydia Impactor)

Posted: Fri Jul 26, 2013 9:38 am
by bovoro
Thanks Dexter, I will get to work with busybox and comment

Re: Generic Root (Cydia Impactor)

Posted: Fri Jul 26, 2013 10:01 am
by bovoro
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

Re: Generic Root (Cydia Impactor)

Posted: Fri Jul 26, 2013 10:15 am
by dexter
bovoro wrote:I was able to get a little further, but in Shell I get:
get this busybox here

Re: Generic Root (Cydia Impactor)

Posted: Fri Jul 26, 2013 10:42 am
by bovoro
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?

Re: Generic Root (Cydia Impactor)

Posted: Tue Jul 30, 2013 1:20 pm
by wejgomi
dexter wrote:
bovoro wrote:I was able to get a little further, but in Shell I get:
get this busybox here
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 ?

Re: Generic Root (Cydia Impactor)

Posted: Wed Jul 31, 2013 5:00 am
by dexter
wejgomi 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 ?
yes, pretty sure arch. is the reason why this binary do not run on x86 :)

Re: Generic Root (Cydia Impactor)

Posted: Wed Jul 31, 2013 5:02 am
by dexter
bovoro wrote:but got stuck doing the partition copy, read only file, does the command is "of" in both? In USB and mmcblk0?
to run the command you need to make sure you are root, when you try it out, otherwise mmcblk0 is not writable.

so 1: temp root, 2: extract /system and modify and write it back.

Re: Generic Root (Cydia Impactor)

Posted: Thu Aug 01, 2013 3:35 am
by Chasmanian
Any chance of getting a script to run after temp root, in order to get full root?