ANDROID text at LCD with Linux Penguins Logo

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ANDROID text at LCD with Linux Penguins Logo

ソリューションへジャンプ
1,959件の閲覧回数
leonardoprates
Contributor III

Someone knows how I disable the Text "ANDROID_" show at LCD (with Peguins), just before boot animation gets display control? The penguins I disable, but doesn't know how disable this text message.

Thanks,

Leonardo

ラベル(3)
0 件の賞賛
返信
1 解決策
1,538件の閲覧回数
gary_bisson
Senior Contributor III

Hi Leonardo,

This ANDROID text is display by the init process when booting up. You can see the source code here for Marshmallow:

Cross Reference: /system/core/init/init.cpp

Here is the equivalent for KitKat (not sure which version you use):

Cross Reference: /system/core/init/init.c

Here is an example of how you can skip it:

init: allow to skip the ANDROID text at bootup · boundarydevices/android_system_core@b5f0f48 · GitHu...

The above requires to add the following to your init.freescale.rc:

on early-init

    setprop ro.init.skip.text 1

Regards,

Gary

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,539件の閲覧回数
gary_bisson
Senior Contributor III

Hi Leonardo,

This ANDROID text is display by the init process when booting up. You can see the source code here for Marshmallow:

Cross Reference: /system/core/init/init.cpp

Here is the equivalent for KitKat (not sure which version you use):

Cross Reference: /system/core/init/init.c

Here is an example of how you can skip it:

init: allow to skip the ANDROID text at bootup · boundarydevices/android_system_core@b5f0f48 · GitHu...

The above requires to add the following to your init.freescale.rc:

on early-init

    setprop ro.init.skip.text 1

Regards,

Gary

0 件の賞賛
返信