Hi,

We have an ADP2 running Android 1.6.  We're trying to update this to
2.2. We can build what we beleive is the image for the phone as
follows.

repo init -u git://android.git.kernel.org/platform/manifest.git -b
android-2.2_r1.1

repo sync

edit device/htc/sapphire/board-info.txt
-require version-baseband=2.22.26.07
+require version-baseband=2.22.19.26I

mark@ubuntu:~/adp2$ . build/envsetup.sh
including device/htc/dream/vendorsetup.sh
including device/htc/passion/vendorsetup.sh
including device/htc/sapphire/vendorsetup.sh
mark@ubuntu:~/adp2$

lunch full_sapphire-userdebug
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.2
TARGET_PRODUCT=full_sapphire
TARGET_BUILD_VARIANT=userdebug
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=FRF91
============================================

make clean

make

This gives us a system.img in ~/adp2/out/target/product/sapphire, its
roughly 52MB in size.

to upgrade the phone we do
adb reboot-bootloader
fastboot flash system system.img
fastboot reboot

The phone starts to boot and we see an Android screen but nothing
further.

Any ideas what we are doing incorrectly?

Thanks

Mark





-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to