SG 4D for Android is now released, a long 1 year after SG for iPhone was first released.
If you are a BlackBerry or Winmos user, fear not, there is SG 4D on mobile web.
SG 4D for Android is now released, a long 1 year after SG for iPhone was first released.
If you are a BlackBerry or Winmos user, fear not, there is SG 4D on mobile web.
Posted by
Junda
at
10:57 PM
0
comments
This post describes my experience in flashing a Hero ROM onto a ADP1 Google's development phone, also known as a G1 or HTC Dream.
Your phone is now downgraded to G1 build RC29. Wondering why we are downgrading? This is because we need to exploit a security hole that is present in RC29. In RC30+, we can no longer exploit the security hole.
A recovery image allows us to load custom build of Android, and it is what that gives us root access to the device.
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard
flash_image recovery cm-recovery-1.4.img
cat cm-recovery-1.4.img > /system/recovery.img
In later steps, we will be frequently rebooting the phone and goes into this recovery mode.
Why are we doing this?
The radio image is the latest radio baseband version. We need the correct version to go with the correct Android build.
SPL is Second Program Loader, which is part of the device's bootloader. It is responsible for bootstraping the device, and we are replacing it with a less restrictive one that allows us to apply flash images from any region.
mount /sdcard
cp /sdcard/sdparted.txt /sbin/sdparted
chmod 755 /sbin/sdparted
sdparted -efs ext4 -ss 150M
Your sdcard is now correctly partitioned for installing bigger sized ROMs, such as Hero. As you will not be able to boot up your phone to access the sdcard now, you would need to copy the ROMs to the sdcard via a card reader.
The last part is pretty easy - update a desired custom ROM to the phone. The hardest in this last part would be selecting from the many available ROMs :)
Visit the Android ROM Build database to download your desired ROMs. For example, I wanted to try HTC Hero on my ADP1/G1/Dream, I downloaded KiNgxKxROM Sense Hybrid v2.2.
That's it :)
Related:
Posted by
Junda
at
10:25 PM
4
comments
Five versions that are nicer than the original Poker Face.
Updated: 11 Jan 2010 – Added Noteworthy and chipmunks versions
Posted by
Junda
at
10:25 PM
0
comments
Labels: music