Hi Breno,
If you have built the source code for dream/adp1 then image files would be present at : <source dir>/out/target/product/dream
You can boot your phone to fastboot mode and then flash all your source code images except radio image by giving the following commands:
fastboot erase cache
fastboot erase userdata
fastboot erase recovery
fastboot -p dream flash boot boot.img
fastboot -p dream flash system system.img
fastboot -p dream flash recovery recovery.img
fastboot -p dream flash userdata userdata.img
fastboot reboot
I have tried this and my source code images are working fine on dream.
--Kartic
On Wed, May 20, 2009 at 5:58 PM, Breno
<breno....@gmail.com> wrote:
Hey Rajesh
How can i flash the image generated by my source code, in adp1?
my adp1 is updated with 1.5, but i think that the process to update is
not the same....how can i do this? thanks a lot
Breno
--
Regards,
Kartic