R
RainerWP
Fortgeschrittenes Mitglied
- 17
Hi,
hat jemand schon mal mit dem rkflashtool von XDA unter Linux ein boot.img gesichert ?
Ich bin gerad ein bischen am testen und wundere mich über die Größe der boot.img
Das habe ich gemacht :
Die boot.img aus dem Update von PopEi ist nur 456KB groß, während meine 4,0MB groß ist.
Hat jemand eine Erklärung ?
Die 1,8 MB die die busysbox verbrät können es ja nicht sein.
Danke und bis dann..........
Rainer
hat jemand schon mal mit dem rkflashtool von XDA unter Linux ein boot.img gesichert ?
Ich bin gerad ein bischen am testen und wundere mich über die Größe der boot.img
Das habe ich gemacht :
Code:
/usr/local/bin/rkflashtool r 0x00008000 0x00002000 > ./Images/boot.img-backup
ls -atl boot.img
-rw-r--r-- 1 root root 4194296 2012-02-07 05:15 boot-img
dd if=boot.img of=boot.gz bs=8 skip=1
ls -atl boot.gz
-rw-r--r-- 1 root root 4194296 2012-02-07 05:24 boot.gz
cd temp-boot
gunzip -c ../boot.gz | cpio -i
gzip: ../boot.gz: decompression OK, trailing garbage ignored
4520 blocks
du -sh temp-boot
2,3M temp-boot
cd temp-boot
ls -alt
-rwx------ 1 root root 1849160 2012-02-07 05:33 busybox
drwxr-xr-x 8 root root 4096 2012-02-07 05:33 .
-rwxr-xr-x 1 root root 115 2012-02-07 05:33 init.sh
-rw-r--r-- 1 root root 242 2012-02-07 05:33 default.prop
-rwxr-x--- 1 root root 94200 2012-02-07 05:33 init
-rw-r--r-- 1 root root 0 2012-02-07 05:33 ueventd.goldfish.rc
-rwxr-x--- 1 root root 115884 2012-02-07 05:33 initlogo.rle
drwxr-xr-x 2 root root 6 2012-02-07 05:33 proc
-rw-r--r-- 1 root root 1053 2012-02-07 05:33 ueventd.rk29board.rc
drwxrwx--x 2 root root 6 2012-02-07 05:33 data
-rwxr-x--- 1 root root 2630 2012-02-07 05:33 init.rk29board.rc
drwxr-x--- 2 root root 31 2012-02-07 05:33 sbin
drwxr-xr-x 2 root root 6 2012-02-07 05:33 dev
drwxr-xr-x 2 root root 6 2012-02-07 05:33 sys
-rwxr-x--- 1 root root 45 2012-02-07 05:33 init_battery.sh
-rwxr-x--- 1 root root 1677 2012-02-07 05:33 init.goldfish.rc
drwxr-xr-x 2 root root 6 2012-02-07 05:33 system
-rw-r--r-- 1 root root 3764 2012-02-07 05:33 ueventd.rc
-rw-r--r-- 1 root root 113525 2012-02-07 05:33 rk29xxnand_ko.ko
-rwxr-x--- 1 root root 15044 2012-02-07 05:33 init.rc
Hat jemand eine Erklärung ?
Die 1,8 MB die die busysbox verbrät können es ja nicht sein.
Danke und bis dann..........
Rainer