[THEME][NO ROOT][ANDROID 10] Enable Pixel themes and more with adb

Search This thread

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
Hi folks,

I've just received my brand new Xperia 1 II and I don't want to unlock the bootloader and root it.

So, I've figured out that Sony haven't removed the Pixel themes overlays from the system.

IT WORKS WITH ALL XPERIA using android 10 ;)

Here's how to activate Filled, Rounded and Circular themes.

Code:
adb shell cmd overlay enable com.android.theme.icon_pack.filled.android
adb shell cmd overlay enable com.android.theme.icon_pack.filled.systemui
adb shell cmd overlay enable com.android.theme.icon_pack.filled.settings

Code:
adb shell cmd overlay enable com.android.theme.icon_pack.rounded.android
adb shell cmd overlay enablecom.android.theme.icon_pack.rounded.systemui
adb shell cmd overlay enable com.android.theme.icon_pack.rounded.settings

Code:
adb shell cmd overlay enable com.android.theme.icon_pack.circular.android
adb shell cmd overlay enable com.android.theme.icon_pack.circular.systemui
adb shell cmd overlay enable com.android.theme.icon_pack.circular.settings

If you want to apply a new theme or come back to default theme, you have to disable previously enabled one with:

Code:
adb shell cmd overlay disable com.android.theme.icon_pack.circular.android
adb shell cmd overlay disable com.android.theme.icon_pack.circular.systemui
adb shell cmd overlay disable com.android.theme.icon_pack.circular.settings

Reboot is needed to apply the theme on lockscreen.
 

Attachments

  • Screenshot_20200618-193050.jpg
    Screenshot_20200618-193050.jpg
    231.9 KB · Views: 7,574
  • Screenshot_20200618-193100.jpg
    Screenshot_20200618-193100.jpg
    198 KB · Views: 7,431
  • Screenshot_20200618-193118.jpg
    Screenshot_20200618-193118.jpg
    228.5 KB · Views: 7,270
  • Screenshot_20200618-193432.jpg
    Screenshot_20200618-193432.jpg
    232.7 KB · Views: 6,929
  • Screenshot_20200618-193442.jpg
    Screenshot_20200618-193442.jpg
    198.1 KB · Views: 6,582
  • Screenshot_20200618-193453.jpg
    Screenshot_20200618-193453.jpg
    225.4 KB · Views: 6,297
  • Screenshot_20200618-193636.jpg
    Screenshot_20200618-193636.jpg
    230.8 KB · Views: 5,938
  • Screenshot_20200618-193649.jpg
    Screenshot_20200618-193649.jpg
    198.7 KB · Views: 5,616
  • Screenshot_20200618-193700.jpg
    Screenshot_20200618-193700.jpg
    226.6 KB · Views: 6,656
Last edited:

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
You can also change the color accent with this:

Code:
adb shell cmd overlay enable com.android.theme.color.purple

and disable it with

Code:
adb shell cmd overlay disable com.android.theme.color.purple

Replace "purple" with black, cinnamon, green, ocean, orchid or space for other colors ;)
 

Attachments

  • Screenshot_20200618-195747.jpg
    Screenshot_20200618-195747.jpg
    211.4 KB · Views: 3,378
  • Screenshot_20200618-195723.jpg
    Screenshot_20200618-195723.jpg
    212.4 KB · Views: 3,357
  • Screenshot_20200618-195656.jpg
    Screenshot_20200618-195656.jpg
    212.4 KB · Views: 3,162
  • Screenshot_20200618-195635.jpg
    Screenshot_20200618-195635.jpg
    211.7 KB · Views: 2,959
  • Screenshot_20200618-195605.jpg
    Screenshot_20200618-195605.jpg
    211.3 KB · Views: 2,828
  • Screenshot_20200618-195535.jpg
    Screenshot_20200618-195535.jpg
    211.8 KB · Views: 3,181
Last edited:

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
If you want to change icon shape, use this:

Code:
adb shell cmd overlay enable com.android.theme.icon.roundedrect

and disable it with:

Code:
adb shell cmd overlay disable com.android.theme.icon.roundedrect

Replace "roundedrect" with squircle or teardrop for other shapes.

If like me you don't like headsup notifications, you can turn them off with:

Code:
adb shell settings put global heads_up_notifications_enabled 0

Replace "0" by 1 to enable them back ;)
 
Last edited:

Ricardo_G

Senior Member
Apr 23, 2015
229
48
Hi folks,

I've just received my brand new Xperia 1 II and I don't want to unlock the bootloader and root it.

So, I've figured out that Sony haven't removed the Pixel themes overlays from the system.

IT WORKS WITH ALL XPERIA using android 10 ;)

Here's how to activate Filled, Rounded and Circular themes.

Code:
adb shell cmd overlay enable com.android.theme.icon_pack.filled.android
adb shell cmd overlay enable com.android.theme.icon_pack.filled.systemui
adb shell cmd overlay enable com.android.theme.icon_pack.filled.settings

Code:
adb shell cmd overlay enable com.android.theme.icon_pack.rounded.android
adb shell cmd overlay enablecom.android.theme.icon_pack.rounded.systemui
adb shell cmd overlay enable com.android.theme.icon_pack.rounded.settings

Code:
adb shell cmd overlay enable com.android.theme.icon_pack.circular.android
adb shell cmd overlay enable com.android.theme.icon_pack.circular.systemui
adb shell cmd overlay enable com.android.theme.icon_pack.circular.settings

If you want to apply a new theme or come back to default theme, you have to disable previously enabled one with:

Code:
adb shell cmd overlay disable com.android.theme.icon_pack.circular.android
adb shell cmd overlay disable com.android.theme.icon_pack.circular.systemui
adb shell cmd overlay disable com.android.theme.icon_pack.circular.settings

Reboot is needed to apply the theme on lockscreen.

that´s briliant work, thans a lot!!!
the phone doesn´t come a trully and extended dark mode
is more grey than black in the settings menu
can you change that with ADB commands?

Again, congratulations, and thanks a lot
 

eskimosound

Senior Member
Oct 10, 2013
809
127
Manchester
OnePlus 10 Pro
Guys how and where do I type these codes?
Do I need to unlock my phone or can I just do it using and ADB app?
And do you know how to get rid and/or edit the text on the apps? I could do all this easily on my OnePlus but it's nowhere to be seen in the 1ii
 

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
that´s briliant work, thans a lot!!!
the phone doesn´t come a trully and extended dark mode
is more grey than black in the settings menu
can you change that with ADB commands?

Again, congratulations, and thanks a lot

With root you can change everything, when I'll do my rom you'll get 8 various background colors.
 
  • Like
Reactions: xrenoix

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
Guys how and where do I type these codes?
Do I need to unlock my phone or can I just do it using and ADB app?
And do you know how to get rid and/or edit the text on the apps? I could do all this easily on my OnePlus but it's nowhere to be seen in the 1ii

Enable usb debugging, use minimal adb (Google)

You can't removed application name. Use an other launcher.
 

Meloferz

Senior Member
If like me you don't like headsup notifications, you can turn them off with:

Code:
adb shell settings put global heads_up_notifications_enabled 0

Replace "0" by 1 to enable them back ;)

Just came for curiosity and found and amazing command :D
Applied to my Xperia 10 II.
Thanks @niaboc79!!!!
Just curiosity, if I reboot my phone heads up notification will be enable = 1 or will keep 0?
 
If like me you don't like headsup notifications, you can turn them off with:



Just came for curiosity and found and amazing command :D
Applied to my Xperia 10 II.
Thanks @niaboc79!!!!
Just curiosity, if I reboot my phone heads up notification will be enable = 1 or will keep 0?
It will keep 0 mate ;)
 
  • Like
Reactions: Meloferz

Onepunchbro

Senior Member
Oct 15, 2017
142
71
Hi folks,

I've just received my brand new Xperia 1 II and I don't want to unlock the bootloader and root it.

Hello. Sorry if unrelated, but have you thought about porting gcam to Xperia 1 II, since there's only very few people on XDA having access to this phone.

The Xperia 1 II camera hardware and the photopro manual camera is excellent. But the stock camera app is very lacklustre. Seeing that this phone is S865 with sensor similar to S20 Plus, it should theoretically doable. Most people just want to point and shoot and get images with great dynamic range.
 

churchner420

Senior Member
Mar 25, 2015
366
30
Hi @niaboc79, reeeeaaaaaally good work. Thanks alot for that.

What commands do I have to type in to get a full stock Pixel experience?

And is there a way to activate an overlay that gives me an OLED black settings panel?
 
Last edited:

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
Hello. Sorry if unrelated, but have you thought about porting gcam to Xperia 1 II, since there's only very few people on XDA having access to this phone.

The Xperia 1 II camera hardware and the photopro manual camera is excellent. But the stock camera app is very lacklustre. Seeing that this phone is S865 with sensor similar to S20 Plus, it should theoretically doable. Most people just want to point and shoot and get images with great dynamic range.

No since stock or photo pro auto mode works perfectly, I haven't missed one picture since day one.
 
  • Like
Reactions: xrenoix

niaboc79

Recognized Developer / Inactive RT
Sep 8, 2007
12,453
68,231
Enghien
www.nirvana-records.be
Hi @niaboc79, reeeeaaaaaally good work. Thanks alot for that.

What commands do I have to type in to get a full stock Pixel experience?

And is there a way to activate an overlay that gives me an OLED black settings panel?

You'll get everything with my rom later.

But to let you know, you can't install an overlay without original signature key.
 
  • Like
Reactions: xrenoix

churchner420

Senior Member
Mar 25, 2015
366
30
@niaboc79 Just got my Xperia 1 II. There is one thing that really sets me up... When I connect my phone to my Wifi 6 mobile hotspot from my computer which I use most of the time the phone connected but no internet access. Any other Wifi netfork is absolutely fine. Any ideas? I am on the latest Sony firmware flashed with newflasher v20 and then with performed a software repair with Xperia Companion. Any ideas what the problem could be?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 26
    Hi folks,

    I've just received my brand new Xperia 1 II and I don't want to unlock the bootloader and root it.

    So, I've figured out that Sony haven't removed the Pixel themes overlays from the system.

    IT WORKS WITH ALL XPERIA using android 10 ;)

    Here's how to activate Filled, Rounded and Circular themes.

    Code:
    adb shell cmd overlay enable com.android.theme.icon_pack.filled.android
    adb shell cmd overlay enable com.android.theme.icon_pack.filled.systemui
    adb shell cmd overlay enable com.android.theme.icon_pack.filled.settings

    Code:
    adb shell cmd overlay enable com.android.theme.icon_pack.rounded.android
    adb shell cmd overlay enablecom.android.theme.icon_pack.rounded.systemui
    adb shell cmd overlay enable com.android.theme.icon_pack.rounded.settings

    Code:
    adb shell cmd overlay enable com.android.theme.icon_pack.circular.android
    adb shell cmd overlay enable com.android.theme.icon_pack.circular.systemui
    adb shell cmd overlay enable com.android.theme.icon_pack.circular.settings

    If you want to apply a new theme or come back to default theme, you have to disable previously enabled one with:

    Code:
    adb shell cmd overlay disable com.android.theme.icon_pack.circular.android
    adb shell cmd overlay disable com.android.theme.icon_pack.circular.systemui
    adb shell cmd overlay disable com.android.theme.icon_pack.circular.settings

    Reboot is needed to apply the theme on lockscreen.
    14
    You can also change the color accent with this:

    Code:
    adb shell cmd overlay enable com.android.theme.color.purple

    and disable it with

    Code:
    adb shell cmd overlay disable com.android.theme.color.purple

    Replace "purple" with black, cinnamon, green, ocean, orchid or space for other colors ;)
    9
    If you want to change icon shape, use this:

    Code:
    adb shell cmd overlay enable com.android.theme.icon.roundedrect

    and disable it with:

    Code:
    adb shell cmd overlay disable com.android.theme.icon.roundedrect

    Replace "roundedrect" with squircle or teardrop for other shapes.

    If like me you don't like headsup notifications, you can turn them off with:

    Code:
    adb shell settings put global heads_up_notifications_enabled 0

    Replace "0" by 1 to enable them back ;)
    2
    Can I use adb to get 2 button navbar like android9?

    No the needed overlay isn't there.
    2
    Guys how and where do I type these codes?
    Do I need to unlock my phone or can I just do it using and ADB app?
    And do you know how to get rid and/or edit the text on the apps? I could do all this easily on my OnePlus but it's nowhere to be seen in the 1ii

    Enable usb debugging, use minimal adb (Google)

    You can't removed application name. Use an other launcher.