Changing atvX launcher wallpaper

Post your great articles here :)
Nayam
Administrator & Developer
Posts: 1263
Joined: Mon Jun 11, 2018 11:58 pm
Answers: 0
Has thanked: 192 times
Been thanked: 434 times
Contact:

#1

It's easy!
Just decompile leanback launcher apk in /system/app with APK Easy Tool

Then, go to decompiled folder, then res folder and replace the 3, bg_default.png files with a 1080x1920 wallpaper of the same name.
Then you need to select "Sign APK" option in the tool and hit compile.

If everything goes well, you'll see a new wallpaper after replacing the original apk.
BE NICE, BE RESPECTFUL
RESPECT THE MODERATORS
PM ONLY WHEN IMPORTANT
ENJOY!
My Devices:
X96 Mini, A95X Pro, H96 Pro Stick, A95X Max
User avatar
AxEgo
Experienced Member
Posts: 96
Joined: Tue Nov 27, 2018 5:34 am
Answers: 0
Has thanked: 7 times
Been thanked: 32 times

#2

You have to reinstall the LeanbackLauncher.apk for the new wallpaper to take effect.

Once you have recompiled and signed the LeanbackLauncher.apk, open a command prompt, change to the folder with your adb files and type the following commands:
  1. adb connect 192.168.x.xxx (use the IP address of your box : Settings -> About -> Status)
    If you get an 'unable to connect' error:
    1. Make sure your PC is on the same network as your ATVXperience box
    2. Make sure USB debugging is turned on in your Developer Settings
  2. adb shell mount -o rw,remount /system
  3. adb push LeanbackLauncher.apk /system/priv-app/LeanbackLauncher/LeanbackLauncher.apk
  4. adb shell pm clear com.google.android.leanbacklauncher
  5. adb reboot
  6. Press Ctrl-C
  7. adb disconnect
I have repackaged LeanbackLauncher.apk with different colour wallpapers (and windows adb files). You can download them from:
https://mega.nz/#F!OPokAALI!ZMKeuQ1is9dJ0IoKCoPyvg
Last edited by AxEgo on Tue Jan 08, 2019 5:03 am, edited 1 time in total.
X96 Mini - S905W - 2/16GB ATVXperience v2F
ariesone
Posts: 1
Joined: Sat Jan 05, 2019 9:34 pm
Answers: 0
Has thanked: 1 time
Been thanked: 1 time

#3

Thank you for that... worked like a charm.
xmannamviet
Verified Member
Posts: 13
Joined: Wed Sep 12, 2018 1:29 am
Answers: 0
Has thanked: 1 time
Been thanked: 2 times

#4

Thank you
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#5

Dam.. I made it myself now.. :-P

And how about the AppDrawer Wallpaper? It is still the same...
Lacix
Verified Member
Posts: 32
Joined: Tue Jan 22, 2019 11:15 am
Answers: 0
Has thanked: 1 time
Been thanked: 4 times

#6

AxEgo wrote: Fri Jan 04, 2019 12:22 pm You have to reinstall the LeanbackLauncher.apk for the new wallpaper to take effect.
You don't have to reinstall the LeanbackLauncher.apk.
Only replace it in /system/priv-app/LeanbackLauncher/ and then in Application settings clean data (app order will be reset) to see the wallpaper updated.
mousemat
Posts: 1
Joined: Tue Feb 12, 2019 7:13 pm
Answers: 0

#7

AxEgo wrote: Fri Jan 04, 2019 12:22 pm You have to reinstall the LeanbackLauncher.apk for the new wallpaper to take effect.

Once you have recompiled and signed the LeanbackLauncher.apk, open a command prompt, change to the folder with your adb files and type the following commands:
  1. adb connect 192.168.x.xxx (use the IP address of your box : Settings -> About -> Status)
    If you get an 'unable to connect' error:
    1. Make sure your PC is on the same network as your ATVXperience box
    2. Make sure USB debugging is turned on in your Developer Settings
  2. adb shell mount -o rw,remount /system
  3. adb push LeanbackLauncher.apk /system/priv-app/LeanbackLauncher/LeanbackLauncher.apk
  4. adb shell pm clear com.google.android.leanbacklauncher
  5. adb reboot
  6. Press Ctrl-C
  7. adb disconnect
I have repackaged LeanbackLauncher.apk with different colour wallpapers (and windows adb files). You can download them from:
https://mega.nz/#F!OPokAALI!ZMKeuQ1is9dJ0IoKCoPyvg
Would you be willing to make me a new signed apk with a image of my choice? I run a mac and signing apks isn't possible.
xmannamviet
Verified Member
Posts: 13
Joined: Wed Sep 12, 2018 1:29 am
Answers: 0
Has thanked: 1 time
Been thanked: 2 times

#8

how about changing the AppDrawer Wallpaper and setting?? It is still the same...
User avatar
em3ka
Moderator
Posts: 1835
Joined: Sun Jul 15, 2018 11:43 am
Answers: 0
Has thanked: 108 times
Been thanked: 370 times

#9

[mention]xmannamviet[/mention]
its a same procedure as for changing launcher walpaper ⬆ use APK Easy Tool 🌈
Nayam
Administrator & Developer
Posts: 1263
Joined: Mon Jun 11, 2018 11:58 pm
Answers: 0
Has thanked: 192 times
Been thanked: 434 times
Contact:

#10

xmannamviet wrote: Wed Feb 13, 2019 11:51 am how about changing the AppDrawer Wallpaper and setting?? It is still the same...
It's connected to our server. We can change the wallpaper from here. The plan was to set new wallpaper every week but we're too lazy😂
BE NICE, BE RESPECTFUL
RESPECT THE MODERATORS
PM ONLY WHEN IMPORTANT
ENJOY!
My Devices:
X96 Mini, A95X Pro, H96 Pro Stick, A95X Max
Post Reply