Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

myCapsules forum v.1.1.10

    • CommentAuthorprune
    • CommentTimeMay 26th 2010 edited
     permalink
    adb devices

    adb shell mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl5 /system
    ( ปลดให้สามารถอ่านเขียนไฟล์ system ได้ครับ )
    adb push bootanimation.zip /sdcard
    adb shell
    cd /data/local
    mv bootanimation.zip bootanimation.bak
    (maybe not enough space in /system, sholud backup to other space then " rm boot...")
    cp /sdcard/bootanimation.zip /data/local
    exit
    adb reboot

    ....
    Q : Where is my bootanimation.zip in CM ROM ? It's not in /data/local.
    A : Here is for CM >> /system/media

    I think only use

    adb device
    adb remount
    adb push bootanimation.zip /system/media (replace old file)
    adb reboot

    confirm, please.
    • CommentAuthorprune
    • CommentTimeMay 26th 2010
     permalink
    comfirmed

    only copy your bootanimation.zip into C:/andr*/tools
    then

    adb push bootani...........................

    :)
    •  
      CommentAuthorsipp11
    • CommentTimeMay 28th 2010
     permalink
    where can we get PC POST screen one?
    • CommentAuthorprune
    • CommentTimeMay 28th 2010 edited
     permalink
    CM5.0.7 ROM (t7, stable) >> /system/media/bootanimation.zip
    t5 rev3 = nexus
    t5 rev4, t6 = burning apple
    t7, stable = PC post BIOS
Add your comments
  • Format comments as
Attachments