Quote:
Originally Posted by GalaxyMeh
Drakaz kindly helped me troubleshoot this issue and pointed out that that folder may be /sdcard/ so I copied /system/firmware/RS_M4Mo.bin there:
adb shell cp /system/firmware/RS_M4Mo.bin /sdcard/
adb shell chmod 777 /sdcard/RS_M4Mo.bin
adb shell sync
However, the firmware update failed. We also tried moving RS_M4Mo.bin to /sdcard/sd/RS_M4Mo.bin, but that didn't help either. He suspected the cause was attempting to flash with the same version.
|
This is what I thought of doing.
I don't think that it's failing because it's the same version; as I told you, I managed to flash mine to the same version successfully.
If you keep your Galaxy connected to the PC and start "adb logcat" while you try to flash, you can observe the process. Maybe it'll give you an informative error message which could help troubleshoot the problem.