# install android sdk
# install java
wget http://dl.dropbox.com/u/4170695/scripts/install.sun-java6-jre.sh -O - | bash -
# set path to android sdk
PATH=$PATH:~/android-sdk-linux_86/tools
# start android sdk server
adb start-server
# start androidscreencast
wget http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/androidscreencast.jnlp -P ~/
javaws ~/androidscreencast.jnlp
Links
http://www.cyanogenmod.com/devices/htc-wildfire
http://forum.xda-developers.com/showthread.php?t=822181 - All ROMs for Wildfire
http://forum.xda-developers.com/showthread.php?t=822132 - CyanogenMod ROM
http://forum.cyanogenmod.com/topic/20132-cyanogenmod-7-for-htc-wildfire-v700-10-april-2011/ - Cyanogenmod 7
http://mirror.teamdouche.net/?device=buzz - CyanogenMod ROM Nightly
http://forum.xda-developers.com/showthread.php?t=761927 - WildPuzzleROM
http://baert.ulyssis.be/2010/10/13/wildpuzzle-rom-for-htc-wildfire/ - HowTo flash WildPuzzleROM
Kernel
http://forum.xda-developers.com/showpost.php?p=3432777&postcount=6 - Compiling Android Kernel for Kaiser
http://www.huaweidevice.com/worldwide/downloadCenter.do?method=doListSoftware
http://forum.xda-developers.com/showthread.php?t=575118
http://forum.xda-developers.com/showpost.php?p=3432777&postcount=6
http://forum.xda-developers.com/showthread.php?t=809694&page=5
xda-developers.com forum
http://forum.xda-developers.com/showthread.php?t=741643 - [ROM] Vodafone 845 Mr. Edition
# install sdk
sudo apt-get install -y sun-java6-jdk
wget http://dl.google.com/android/android-sdk_r08-linux_86.tgz -P /tmp/
tar xzf /tmp/android-sdk_r*-linux_86.tgz -C ~/
echo "export PATH=\${PATH}:${HOME}/android-sdk-linux_86/tools" >> ~/.bashrc
# ADB: error: insufficient permissions for device
adb kill-server
sudo adb start-server
adb devices
# market in emulator (1.6 only)
wget http://member.america.htc.com/download/RomCode/ADP/signed-dream_devphone_userdebug-img-14721.zip -P /tmp/
unzip /tmp/signed-dream_devphone_userdebug-img-14721.zip -C /tmp