A
Android Central Question
I have following files for my Samsung device:
- AP_...tar.md5
- BL_...tar.md5
- CP_...tar.md5
- CSC_...tar.md5
- HOME_...tar.md5
I can flash these files successfully on my device using Odin3 v3.13.
My goal is to modify the init.rc file of AP_...tar.md5->system.img to test whether my changes can be flashed on the device or not.
For this, firstly, I have just extracted AP_...tar.md5 by `tar -xf AP….tar.md5` command. Then, I have re-compressed it using `tar -cvf AP_...tar AP_..` command. I have tried to flash this tar file but the Odin gets crashed.
Then I have tried to make it md5 file using `md5sum -t AP_...tar AP_...tar` and `mv AP_...tar AP_...tar.md5` commands but again the odin gets crashed without giving any error.
Any suggestion?
- AP_...tar.md5
- BL_...tar.md5
- CP_...tar.md5
- CSC_...tar.md5
- HOME_...tar.md5
I can flash these files successfully on my device using Odin3 v3.13.
My goal is to modify the init.rc file of AP_...tar.md5->system.img to test whether my changes can be flashed on the device or not.
For this, firstly, I have just extracted AP_...tar.md5 by `tar -xf AP….tar.md5` command. Then, I have re-compressed it using `tar -cvf AP_...tar AP_..` command. I have tried to flash this tar file but the Odin gets crashed.
Then I have tried to make it md5 file using `md5sum -t AP_...tar AP_...tar` and `mv AP_...tar AP_...tar.md5` commands but again the odin gets crashed without giving any error.
Any suggestion?