Re: [android-porting] Disabling Android Boot Animation in Oreo and after.

2018-10-19 Thread Satish Patel
On Thu, Oct 18, 2018 at 9:36 PM parthibx24 
wrote:

> Did you just added the line "debug.sf.nobootanimation=1" in your device.mk
> file?
>
*PRODUCT_PROPERTY_OVERRIDES* += \
debug.sf.nobootanimation=1

>
> --
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>
> ---
> You received this message because you are subscribed to the Google Groups
> "android-porting" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-porting+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Regards,
satish patel

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-porting] Disabling Android Boot Animation in Oreo and after.

2018-10-18 Thread parthibx24
Did you just added the line "debug.sf.nobootanimation=1" in your device.mk file?

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-porting] Disabling Android Boot Animation in Oreo and after.

2018-10-18 Thread Satish Patel
Hi,
Another way of achieving this is -
Add below line to BoardConfig.mk
TARGET_SYSTEM_PROP := $(LOCAL_PATH)/system.prop

and
add system.prop file to device// with
debug.sf.nobootanimation=1

or

if you would like to include inside device.mk then use
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.nobootanimation=1


--
satish


On Tue, Oct 16, 2018 at 8:38 PM Ranjeet Upadhyay 
wrote:

> Hi,
> I wanted to disable android's boot animation i am able to do it by placing
> the flag *debug.sf.nobootanimation 1 * in *init.rc* file but this flag
> doesn't work if i place it in *device.mk .*
> *Could you please let me know why this flag doesn't work if declared in
> the correspoding device.mk  file.*
>
> --
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>
> ---
> You received this message because you are subscribed to the Google Groups
> "android-porting" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-porting+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Regards,
satish patel

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-porting] Disabling Android Boot Animation in Oreo and after.

2018-10-16 Thread Ranjeet Upadhyay
Hi, 
I wanted to disable android's boot animation i am able to do it by placing 
the flag *debug.sf.nobootanimation 1 * in *init.rc* file but this flag 
doesn't work if i place it in *device.mk.*
*Could you please let me know why this flag doesn't work if declared in the 
correspoding device.mk file.*

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.