Re: [android-kernel] How to skip all the boot-up display screens

2016-12-26 Thread ranchu
Hi Trevd, Is it possible to completely turn off screen ? I need to use some mode with screen completely off till next shutdown. I don't mind even deleting library, changing init files, services, writing to some sysfs entry, or anything else, whatever will work. I am really struggling with it for

Re: [android-kernel] How to skip all the boot-up display screens

2016-12-26 Thread ranchu
Hi trevd , You said "Personally I would probably take the approach of stopping the surfaceflinger from ever starting the service." How can this be donw I've tried to put all this lines in code: #service bootanim /system/bin/bootanimation # class main # user graphics # group graphics medi

Re: [android-kernel] How to skip all the boot-up display screens

2014-08-29 Thread Anthony Wang
Hi, My tablet has a YunOS. I try to install several root tools but all failed. Do you know a root tool that will work for the YunOS? Best Regards, Anthony 2014-08-26 18:53 GMT+08:00 trevd : > @Girish The bootanimation service is already disabled in the init.rc ... > that's it's default stat

Re: [android-kernel] How to skip all the boot-up display screens

2014-08-26 Thread trevd
@Girish The bootanimation service is already disabled in the init.rc ... that's it's default state. The surfaceflinger controls the starting of the service and uses a signal approach to stop the animation Ref : http://androidxref.com/4.4.4_r1/xref/frameworks/native/services/surfaceflinger/Surfa

Re: [android-kernel] How to skip all the boot-up display screens

2014-08-24 Thread Anthony Wang
Thamk you! I will try it! 2014-08-25 13:45 GMT+08:00 Girish Prasad Prasad : > Hi > You can disable the bootanimation service in the init.rc script, This > disables the Android boot animation > > Splash screen needs to be disabled from the bootloader > > Thanks > Girish >

RE: [android-kernel] How to skip all the boot-up display screens

2014-08-24 Thread Girish Prasad Prasad
Hi You can disable the bootanimation service in the init.rc script, This disables the Android boot animation Splash screen needs to be disabled from the bootloader Thanks Girish -Original Message- From: "Anthony Wang" Sent: ‎25-‎08-‎2014 10:52 AM To: "android-kernel" Subject: [andro