Thanks to lpasq at xda developers for posting the code I needed!
http://forum.xda-developers.com/showthread.php?t=724240
#clean out prior compiled files
make installcleanmake clean
#update AOSP froyo source files
repo init -u git://android.git.kernel.org/platform/manifest.git -b froyocd ~repo sync
#setup compiling environment and build
cd ~. build/envsetup.shlunch
#USB connect N1 and initiate ADB
cd ~adb devices
#ADB pull needed device files
cd ~cd devicecd htccd passion./extract-files.sh
#build the Passion *.img's
cd ~make -j3
#view compiled folder's new boot.img/system.img/userdata.img
cd ~cd outcd targetcd productcd passionecho 'see flashable files:'ls *.img
#create update.zip
cd ~make -j3 otapackage
No comments:
Post a Comment