Search found 2 matches

by Zane_Grey
Fri Feb 24, 2012 5:29 pm
Forum: Apps and App Suggestions
Topic: Confirmed Working Apps
Replies: 572
Views: 1249385

Re: Confirmed Working Apps

I don't know if these have been listed (31 pages was alot to sift through).

Beautiful widgets: Everything seems to work. I even installed the forecast addon so that the weather is animated when you click on it.

Hyperfine Itunes Remote: Only thing that I noticed is after you select a artist you ...
by Zane_Grey
Fri Feb 24, 2012 5:24 pm
Forum: Sony Releases
Topic: NSX-GT1 and NSZ-GT1 exploit to run unsigned kernels!
Replies: 258
Views: 749737

Re: NSX-GT1 and NSZ-GT1 exploit to run unsigned kernels!

Here is what I did using the su for x86 from the post above me.

adb push su /system/bin/
adb push su /system/xbin/
adb push Superuser.apk /system/app/

then:

adb shell
chmod 4755 /system/bin/su
chmod 4755 /system/xbin/su
chmod 4755 /system/app/Superuser.apk

I went into the superuser app and it ...