Saturday, September 24, 2016

[Tweak] Disable Lockscreen Album Art - CM14 [No Xposed required]

Warning, this will only work WITH CM 14, NOT earlier versions.

In a nutshell, this is a modified SystemUI.apk that disables the lockscreen album art feature that was introduced in KK.

In theory, this should not be exclusive to the OPO and should work on all CM 14 builds. HOWEVER, flash at your own risk. I will not be responsible for any bootloops, bricks (impossible to imagine but, ppl never fail to amaze me) or thermonuclear war that may result from flashing this file.


What was modified: http://ift.tt/2cBVUMd

In this file, the following was changed:
Code:

public static final boolean SHOW_LOCKSCREEN_MEDIA_ARTWORK = true;
to
Code:

public static final boolean SHOW_LOCKSCREEN_MEDIA_ARTWORK = false;
In this zip, I have included an addon.d script. That way, it should survive dirty flashes.

Special thanks to @danieldmm for compiling the SystemUI.apk. Check out his awesome CM 14 ROM here :)

Mirror: http://ift.tt/2d8cmkB

Attached Files
File Type: zip NoAlbumArt.zip - [Click for QR Code] (4.76 MB)


from xda-developers http://ift.tt/2d8brAG
via IFTTT

No comments:

Post a Comment