I have the same problem. It can find my device with the command "adb devices". But when I use "adb push system /sdcard/system.img" it causes en error: No such file or directory.
If you are using fastboot, I guess you should use it like this : "fastboot flash system /sdcard/system.img". By the way, can you tell us how did you mount your sdcard and what exist in your mounted device? On Apr 6, 10:46 am, Amit Pundir <[email protected]> wrote: > On Mon, Apr 4, 2011 at 6:40 PM, Abhijeet Pathak <[email protected]> wrote: > > I also tried using fastboot. > > I am getting following response: > > > #fastboot system /sdcard/system.img > > Error scanning partitions : No such file or directory > > I doubt if this is a valid fastboot command. Anyways you need to be > running fastboot client at the Target(your phone)'s bootloader as well > for the fastboot communication to happen. > > Regards, > Amit Pundir > > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
