sweetb2006
Member
Exit one more time... Back.to your mini-adb_inc> prompt
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Boo Boo>cd c:\android
c:\android>adb devices
List of devices attached
HT11FHJ00659 device
c:\android>md5sums mtd0.img
MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
Type md5sums -h for help
[Path] / filename MD5 sum
-------------------------------------------------------------------------------
[c:\android\]
mtd0.img 34307be744275f1db1dd16af04c37839
c:\android>md5sums flash_image
MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
Type md5sums -h for help
[Path] / filename MD5 sum
-------------------------------------------------------------------------------
[c:\android\]
flash_image 0098a7dd6600b55fac34fc6645be5d7a
c:\android>adb push flash_image /data/local/
1401 KB/s (76044 bytes in 0.053s)
c:\android>adb push mtd0.img /sdcard/
2490 KB/s (655360 bytes in 0.257s)
c:\android>adb shell
$ su
su
# cd /data/local
cd /data/local
# ./flash_image misc /sdcard/mtd0.img
./flash_image misc /sdcard/mtd0.img
./flash_image: permission denied
#
And yes, I gave permission on my phone, phone is in debug mode, charge only, etc.