HTC Wildfire recovery image
---------------------------

Content :
- PSFreedom
http://github.com/kakaroto/PSFreedom

- PL3
http://github.com/kakaroto/PL3

- Kernel used : HTC Wildfire - Froyo - 2.6.32 kernel source code
http://dl3.htc.com/RomCode/Source_and_Binaries/buzz-2.6.32-g4b3e397.tar.gz

- Patch for kernel :
http://github.com/alephzain/psfreedom-kernels-patch

- Recovery used : Clockwork mod based on klutsh psfmod
http://github.com/klutsh/android_bootable_recovery
http://github.com/alephzain/android_bootable_recovery

--------------------------------------------------------------------------

A new clockwork recovery mod based on original klutsh's work.
First created to be easy to use. Here an easier way to keep up to date
with last version of PSFreedom without reflash recovery everytime a
new version is released.

There is two parts :
- the recovery image
- the package containing psfreedom ressources

The features :
- Update PSFreedom by the usual way (install zip from SDCARD)
  nothing new just included in the menu
- Update PSFreedom by Internet to download last version
- Menu in "Launch PSF" are dynamic like the command launched
- Phone LED show the status of psfreedom
- After psfreedom loaded successfully, device reboot (recovery or android)
- ADB and Mass storage enable

How to install it ?
1/----------------------------------------------------------------
You have to use unrevoked to flash the recovery image
Download the tool here : http://unrevoked.com/recovery/
In application go to : File -> Custom recovery
And select the recovery image in this package

2/----------------------------------------------------------------
Once flashed, the device reboot in recovery.
Go to "psfreedom" and select "Mass storage"
Put the psf-buzz zip file on your SDCARD

3/----------------------------------------------------------------
First check if you haven't a psfreedom directory
on your SDCARD, if yes rename it or it will be deleted.
Once zip uploaded go to "Update PSF (local)"
and select psfreedom-res.zip file and install it.

4/----------------------------------------------------------------
Configure your wifi connection. But first go to
"Update PSF (net)", the first time it will copy
wpa_supplicant.conf to /sdcard/psfreedom/wifi/wpa_supplicant.conf.
After select "Mass Storage" to access the directory
psfreedom. Go in wifi directory and edit your wifi
configuration. If you used in Android, many networks
should be configured. Its recommended to let only one
network (your home network by example ;)).
File example :

ctrl_interface=eth0
update_config=0

network={
        ssid="MyNetwork"
        psk="mypassword"
        priority=23
}

To test go to "Update PSF (net)" and see what happens,
if you see a list of package, your configuration is good.
Otherwise edit and test ...

4 bis /-----------------------------------------------------------
If wifi don't work, you can always download the package
and put it on your SDCARD and install them with
"Update PSF (local)"

The configuration file in /sdcard/psfreedom/conf/psf-wrapper.conf
There is all necessary comments in this file and in
you can configure, the reboot, a proxy, the check of the
wifi connection, the dhcp timeout.
