Archive for May, 2009

FECCI Conference

Presenting a quick 5 minute spiel about the direction of my research today at the faculty conference. Should be interesting. Not too much you can say in 5 minutes, but we’ll see how it goes.

Note to Self

mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/bin
cat sh > su
chmod 4755 su

No, really. It was just a note to myself. This bit of code is used to re-gain root access on your android after updating to the official cupcake release. It is typed via adb shell.

Return top