hey, any one can share his boot.img file of the vim3 android latest version (pie) ?
1 Like
Hi, I’m not at home right now, but you can disassemble update.img yourself, take boot.img from there and flash it into your assembly or whatever you have.
how to disassemble it?
Do you have Windows or Ubuntu?
for now i’m using windows
Try it through AMlogicTools app.
1 Like
@taimed Upgrade the latest firmware, and then use the following ADB command to take it out separately boot.img:
C:\Users\25348>adb root
C:\Users\25348>adb remount
C:\Users\25348>adb shell
kvim3:/ # dd if=/dev/block/boot of=boot.img
kvim3:/ # exit
C:\Users\25348>adb pull boot.img .
4 Likes