Lineage OS Bootanimation

SilverDragon24

Senior Member
Sep 7, 2012
436
184
43
27
Kolkata
I'm trying to build my own boot animation using the original cm11 bootanimation as a base. The cm11 bootanimation works but when I modify the images with GIMP, put those files back in bootanimation.zip using 7zip and put it on the phone it just goes black. Anybody knows the exact details of jpg format I have to use? we're talking about lineageOS 14.1 for titan here.
 

vadolaz

Senior Member
Oct 18, 2014
219
129
0
Vladimir
I'm trying to build my own boot animation using the original cm11 bootanimation as a base. The cm11 bootanimation works but when I modify the images with GIMP, put those files back in bootanimation.zip using 7zip and put it on the phone it just goes black. Anybody knows the exact details of jpg format I have to use? we're talking about lineageOS 14.1 for titan here.
archive should be packed without compression
 

Attachments

szg0000

Member
Apr 5, 2016
19
1
0
My phone with Lineageos stucked in animation boot loop. Lineageos boot animation appeares for ever.
Is it possible to turn off Lineageos boot animation to see the booting kernel messages?
 

SilverDragon24

Senior Member
Sep 7, 2012
436
184
43
27
Kolkata
My phone with Lineageos stucked in animation boot loop. Lineageos boot animation appeares for ever.
Is it possible to turn off Lineageos boot animation to see the booting kernel messages?
have yo tried using logcat to see what exactly is going on?
Code:
adb logcat
If you are able to boot up and have SuperSU you can use LiveBoot too be able to see logcat and dmesg messages at boot up on the phone itself if you run into the problem later again.
 
Last edited:

szg0000

Member
Apr 5, 2016
19
1
0
have yo tried using logcat to see what exactly is going on?
Code:
adb logcat
If you are able to boot up and have SuperSU you can use LiveBoot too be able to see logcat and dmesg messages at boot up on the phone itself if you run into the problem later again.

I have a samsung GT-I9195, but adb can't detect my phone.
Linux can detect:
Code:
 7932.962310] usb 5-8: new high-speed USB device number 12 using xhci_hcd
[ 7933.102899] usb 5-8: New USB device found, idVendor=04e8, idProduct=685d
[ 7933.102900] usb 5-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7933.102900] usb 5-8: Product: MSM8960
[ 7933.102901] usb 5-8: Manufacturer: Sasmsung
adb output:
Code:
[email protected]:/home/szg# adb devices
List of devices attached

[email protected]:/home/szg#
If adb can recognise my phone, I will try adb logcat.
 

SilverDragon24

Senior Member
Sep 7, 2012
436
184
43
27
Kolkata
I have a samsung GT-I9195, but adb can't detect my phone.
Linux can detect:
Code:
 7932.962310] usb 5-8: new high-speed USB device number 12 using xhci_hcd
[ 7933.102899] usb 5-8: New USB device found, idVendor=04e8, idProduct=685d
[ 7933.102900] usb 5-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7933.102900] usb 5-8: Product: MSM8960
[ 7933.102901] usb 5-8: Manufacturer: Sasmsung
adb output:
Code:
[email protected]:/home/szg# adb devices
List of devices attached

[email protected]:/home/szg#
If adb can recognise my phone, I will try adb logcat.
If you have windows you can try that.