ptbw wrote:If you are using Linux it just works
So true. I probably should have said if you could help me with this in Ubuntu I'd probably find it easier. I accomplished more in 30 minutes yesterday than I did all last weekend with Windows. I'm running 11.04 and I got this far myself yesterday before seeing the Ubuntu thread.
Went into recovery with a blank screen and rebooted on command.
I would now just like to double check the next steps in Ubuntu. First I'd create a folder called "modules" on the internal SD card of the Scroll and put the extracted files in it. Then I'd get to "20080411 device" again as above . Then
Step 1)
mkdir /data/recovery
mount -t ext4 /dev/block/nandf /data/recovery
ls /data/recovery/lib/modules
To check I have CWM5 installed.
Step 2)
cd /data/recovery/lib/modules
busybox cp /mnt/extern_sd/modules/*.ko .
cd /
umount /data/recovery
rmdir /data/recovery
exit
And I should have a CWM I can see.
To confirm, the "modules" folder goes on the internal SD card?
Do I still need to do adb shell before 1) or is it ./adb shell?
Are the commands entered as one section? So I can simply copy and paste them and then hit enter? It's not, for example, cd /data/recovery/lib/modules then enter busybox cp...then enter?