| Version 8 (modified by GNUtoo, 3 years ago) (diff) |
|---|
Introduction
Recently some official htcdream images were built .
That means that you can install SHR on it!
That also means,that because of the recentness of the images,only shr-unstable is available for this phone.
During the installatin you will be able to choose between a permanent and non permanent installation
What to expect from the images
here's a Detailed status of the hardware support
Installation
First you'll need:
- fastboot(free and opensurce version available,shr can build one)
- for now a linux installtion, like ubuntu for instance.
- a blank sdcard(will be overwriten if not already in the correct format)
- a rooted htcdream or an ADP1(android developer phone version 1)
Basically you will have to format the card to ext2 or ext3. you can use gparted for that(BEWARE!!! select the right disk), or do it from the command line
if you use the commandline(BEWARE!!! select the right disk here too),that can be achieved with the following tools:
- fdisk (in order to change the partiton system id)
- mkfs.ext3
it's easier(less risk of failures) to make only one partition. The kernel image expects the rootfs to be on the first partition which should be ext. Once the sdcard will be formated,simply extract the tarball to it,as root(very important) for instance,if the sdcard is mounted to /media/sdcard and that the shr-image was downloaded in /home/user/Download/full-htcdream.tar.gz do:
sudo su cd /media/sdcard tar xvzpf home/user/Download/full-htcdream.tar.gz
Then if you intend to try it without replacing android do:
fastboot boot zImage-2.6.32+r20+gitr1ee84e3fcdf91917842c150ded113c540ece1841-r20-htcdream.fastboot
replace the zimage version by the one you downladed...note that the image should be a .fastboot image
if you plan to install shr permanantly,simply flash the kernel image on the boot partition. There are 3 ways to do it:
- from an android recovery image like cm-recovery-1.4
- from shr itself(for instance boot with fastboot)
- with fastboot itself (require an unlocked bootloader)
Then wait a very long time for SHR post-install configuration screen to come up
Troubleshouting
- if you've a endless reboot loop,it should be because the kernel doesn't find the rootfs.
