2009年7月30日 星期四

android HERO rom for G1

It combines several steps... (I am using Drizzy's 2.8 now). In brief, you need to use cm-recovery and partition your sdcard, and then put all images on the sdcard. you will get a HERO build after lots of reboots.

Step 1: get cm-recovery

Download image (right-click, save as): http://n0rp.chemlab.org/android/cm-recovery-1.4.img
MD5Sum: f5135a878c705215f4012786e4261cfe

To install image: copy it to your sdcard and run:

flash_image recovery /sdcard/cm-recovery-1.4.img

If you have problems with a "no space on device" error, try using fastboot and erasing first:

fastboot erase recovery
fastboot flash recovery cm-recovery-1.4.img

Step 2: Formatting you SDcard

You only need to do this once folks..if you already have 3 partitions including linux-swap move to step 2

You need Recovery image 1.31 to do this folks!

To format card SD card with linux-swap WARNING!!! this will reformat you entire SD card!!

You can use the recovery console and parted to format SDcards with 1.31 folks, no more going through hassles you have the tools on you G1!...here is an example of how to do this in recovery console using parted. DO NOT USE MORE THAN 32MB SWAP!!!

Example for 8GB card (this example plays it safe and will leave a small amount leftover regardless of the 8GB card)

Reboot and enter recovery
Enter console
#parted /dev/block/mmcblk0
#print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 7200
mkpartfs primary ext2 7200 7700
mkpartfs primary linux-swap 7700 7732

#print (to verify we have the 3 partitions)

Example for my 4GB card

#parted /dev/block/mmcblk0
#print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 3420
mkpartfs primary ext2 3420 3932
mkpartfs primary linux-swap 3932-3964

Example for a 2GB card playing it safe

#parted /dev/block/mmcblk0
#print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 1200
mkpartfs primary ext2 1200 1700
mkpartfs primary linux-swap 1700-1732


"End?" you need to place the last value for the linux swap eg.3964 for my 4GB card

#print (to verify we have the 3 partitions)

Next we need to "quit" parted and upgrade our ext2 partition to ext3

#upgrade_fs



(just download it at first)

Drizzy Rocks lol NewVision 2.8
MD5:BA13ACBBB63BB96BEFDD4DB2C98FACE2


(just download it at first)

About IMEs

OEM IMEs are input method editors that are included preinstalled on Android products released in regions that don't use a Latin keyboard. As with all preinstalled apps, they are by default contained in the /system partition. These update.zip installers allow you to quickly and simply reinstall an OEM IME onto your 1.5 or higher build Android using the recovery. Note that you must have the test-key certificates installed in order to use these (i.e. you need to be "rooted").

Installation

1. Check your remaining space in /system by opening Terminal Emulator and typing df. The third line or so should be:
Code:
/system: xxxxxK total, xxxxxK used, xxxxxK available (block size 4096)
(Remember that 1024KByte = 1MByte)
2. After confirming you have enough space in step 1, download the desired IME installer.
3. Rename the installer to update.zip and copy it to the root of your sdcard.
4. Reboot into recovery and use Alt+S to flash the updater. Reboot when done.
5. Open your settings to Locale & text and check the box next to the new IME. If you do not wish to use the multi-IME selector then uncheck the other unwanted IMEs.

Quote:
HTC Chinese IME

The Chinese IME bundled with HTC-branded phones sold in Asia (e.g. HTC Magic & HTC Hero). CIME contains multiple input methods, including handwriting recognition, zhuyin, cangjie, pinyin, and stroke. CIME can recognize both traditional and simplified handwriting, but output for keyboard input methods will default to traditional or simplified based on your system locale setting.

15763fb6b374887906744790d6219637 htc_cime_haykuro_hero_6.9mb_update.zip 5.4MByte
74c842315eb779b23c3c315c5dba65fc htc_cime_cht_magic_6.6mb_update.zip 5.3MByte
Step 6

: place ota, spl, HERO in the root of sd card
: boot into recovery
: update ota
: boot into recovery
: update spl
: boot into recovery
: wipe
: boot into and enter these:
# adb remount
(enter)
# adb shell rm -r /system/sd/*
(enter)
# adb reboot recovery
: now wipe again
: repair ext system
: flash
: boot

: adb remount
: adb push system /system
: reboot

GL :)

2009年6月1日 星期一

android must have apps

barcode scanner
google sky map
save MMS
MMS popup
aTrackDog
Finance
Quota Pro
JavaME
rTerm
plukriod
AK notepad
Ringdroid
Shazam
connectbot
MyCloset
softez

2009年4月28日 星期二