Overview: * Android 2.2.1
* Based on CyanogenMod 6.1 Stable
* Default kernel Hastarin r8.5.3 (old camera)
* Data Connection via PPP
* Multi-language support
* Clean and Stable
What's Working: * 3G
- [hastarin kernel] PPP (letama's ppp fix included)
* 5MP Camera & Video Recorder with Autofocus
* Bluetooth & Headsets
* Exchange Sync
* FM Radio
* G-Sensor
- [hastarin kernel] no freeze since g-sensor fix included
* GPS
* Wifi & Wifi Tethering
- [hastarin kernel] install
android-wifi-tether to enable wifi tethering
* USB Mass Storage
* Auto Backlight
* Plus More
How To Use * Make sure your initrd.gz is at least r4 version or later.
* Put updates into 'update' folder under HD2ONE directory, then boot into android. Updates will be applied automatically.
Installing 1. Put HD2ONE folder to the root of sdcard.
2. Run CLRCAD.exe & HARET.exe.
3. Wait 10 to 20 minutes (based on the speed of sdcard), then you will boot into Android.
Updating** READ ME if upgrading from old builds, otherwise it may not working properly **
*** Fully Upgrading ***
1. Download the latest release.
2. Delete everything under /sdcard/HD2ONE folder except data.img.
3. Copy downloaded
HD2ONE folder to /sdcard directory.
4. Edit startup.txt if needed.
5. Boot into Android.
6. Let me know if you experince any issue.
Modifying startup.txt
** startup.txt has been changed since 0.3.4, please read carefully **
Code:
set mtype 2524
set ramaddr 0x11800000
set ramsize 0x1e400000
set initrd_offset 0x00a00000
set KERNEL zImage
set initrd initrd.gz
set cmdline "rel_path=HD2ONE"
boot
### Leave cmdline as default if you don't know what you are doing ###
# default: set cmdline "rel_path=HD2ONE"
# sample: set cmdline "rel_path=HD2ONE data_size=512 lcd_density=200 gps_zone=us"
### Meaning of Variable ###
# rel_path: folder name of the build
# data_size: size of data.img, 1024 means 1024MB
# lcd_density: default value for android is 240
# gps_zone: country code, us, fr, jp, etc.
### Leave cmdline as default if you don't know what you are doing ###
Updates:Build
-
build-cm6.1-stable.zip** This update will create a system backup under HD2ONE directory **
Kernel
-
kernel-hastarin-r8.5.3-old_camera.zipUpdate
-
update-hd2one-0.3.4.zipinitrd.gz
-
initrd.r4.gz** Download initrd.*.gz, rename it to initrd.gz then put into HD2ONE directory. **
initrd.gz
A modified initrd.gz (ramdisk) has been used since 0.3.4.
With the new initrd.gz, rootfs is not necessary anymore, plus the IO is much better than before. Thanks to cedesmith for the initrd.gz
Frequently Asked Questions 1.
Robot voice! Rename or delete '/system/etc/firmware/default.acdb'.
Check this
post.
Or you may try ChuckyDroidROM 23139 (WinMo) and Leo_RADIO_2.15.50.14(Radio).
2.
Camera Freeze! Wait until focus indicator turns green when taking pictures.
Or disable 'Continuous' feature, switch to 'Auto' or 'Infinity'.
3.
The font is too small. Edit startup.txt, delete 'lcd_density=200'. Reboot.
4.
Apps never fullscreen. Run 'Spare Parts', scroll down to 'Compatibility Mode', uncheck it. Reboot.
5.
Data connection doesn't work after switch back from WIFI Add this code to /system/build.prop, then reboot.
Code:
# dns for ppp
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
6.
Screen freeze from stand by. Do you mean black screen after press end key?
Go to Settings -> CyanogenMod settings -> Input settings, scroll down and check 'Menu unlock'.
Next time you experience black screen, just press menu key and your screen will be back.
7.
I can't change wallpaper. Go to Settings -> CyanogenMod settings -> Perfomance Settings, set 'VM heap size' to 24M instead of 32M. Reboot. Thanks to v-b-n.
8.
Many apps missing from market. Try Market-Enabler or Paid Apps Enabler.
9.
I can't restore my apps with Titanium Backup. Check 'force using the same location' in the preference. Thanks to wannafly.
10.
I can't send or receive MMS. For T-Mobile US User (thanks to mmduluth)
Name: T-Mobile US
APN: epc.tmobile.com
Proxy: 216.155.165.050
Port: 8080
Username: (leave this blank)
Password: (leave this blank)
Server: (leave this blank)
MMSC:
http://mms.msg.eng.t-mobile.com/mms/wapenc MMS Proxy: 216.155.165.50
MMS Port: 8080
MCC: 310
MNC: 260
APN Type: default,supl,mms
Сhange log:[2010-12-9]
1. Release 0.3.4a
2. New initrd.gz, version r4
3. Compatible with cedesmith's update method
4. More flexiable update bundle
5. Default LCD density back to 240
[2010-12-8]
1. Release 0.3.4
2. Upgrade to CyanogenMod 6.1 stable
3. New initrd.gz and no rootfs (original by cedesmith, modified by me. thanks to cedesmith)
4. Create system.ext2 and data.img if not exists
5. Update from zip bundle
6. Fix ppp dns issue
7. Fix inode issue of system.ext2
8. Fix LauncherPro 3D Drawer scrolling issue
9. Fix app installation issue (google sky map, angry birds, etc.)
10. Some small changes