Just pointers so I don't forget.
psneuter
from SuperOneClick (v.2.3.1) http://forum.xda-developers.com/showthread.php?t=803682host$ <in>unzip superoneclickv2.3.1-shortfuse.zip</in> [...] host$ <in>adb push Exploits/psneuter /data/local/tmp/psneuter</in> host$ <in>adb shell</in> $ <in>cd /data/local/tmp</in> $ <in>chmod 0755 psneuter</in> $ <in>./psneuter</in> # This will disconnect ADB host$ <in>adb shell</in> $ <in>mount -o rw,remount /dev/block/stl9 /system</in> $ <in>exit</in> host$ <in>adb push Root/su-v2 /system/bin/su</in> host$ <in>adb push Dependencies/busybox /system/bin/busybox</in> host$ <in>adb push Dependencies/sqlite3 /system/bin/sqlite3</in> host$ <in>adb push Root/Superuser.apk /system/app/Superuser.apk</in> host$ <in>adb shell</in> $ <in>cd /system/bin </in> $ <in>chmod 4755 su </in> $ <in>chmod 4755 busybox </in> $ <in>chmod 4755 sqlite3</in>
umts_sholes
build by Nadlabak: http://android.doshaska.net/cm9build or https://github.com/nadlabak;$ <in>adb reboot bootloader</in> # This will terminate when the phone reboots $ <in>sbf_flash vulnerable_recovery_only_RAMDLD90_78.sbf</in> SBF FLASH 1.24 (mbm) http://opticaldelusion.org === vulnerable_recovery_only_RAMDLD90_78.sbf === 00: RDL03 0x82000000-0x8204CFFF F125 AP 01: CG47 0xB0EE0000-0xB12A07FF 679E AP !! Reboot phone into bootloader. Connected. >> uploading RDL03: 100.0% -- OK >> verifying ramloader -- OK >> executing ramloader -- OK >> waiting for phone: Connected. >> sending erase -- OK >> uploading CG47: 100.0% -- OK >> verifying CG47 -- OK >> rebooting
(For some reason, the bootloader still says 90.74 afterwards; this might indicate that something failed…)
adb reboot bootloader
get the Milestone into fastboot mode, but 11:37 <@nadlabak> the fastboot mode on Milestone is of no use - no flashing, nothing
11:41 <@nadlabak> echo "--update_package=SDCARD:update.zip" > /cache/recovery/command 11:42 <@nadlabak> to instruct the recovery to apply the update.zip from sdcard automatically
community/eclipse-cdt
android.jar
from the prebuilt/sdk/
directory of the Android source tree.