[MOD] MM .163 .185 statusbar mods, center clock, signal on left, screen mirror etc... - Xperia Z5 Android Development

So now we have root, let's game begin.
1.
If anyone want i mod SystemUI for me but decided to share here (as always). You must have TWRP, MM .163 or .185 and of course root.
Mod include:
-signal, wifi icons on left side (no overlapping when notifications comes),
-center clock
-deleted spacer- gap between icons.
Flash zip file trough TWRP. Reboot and done.
http://d-h.st/GdTK
2.
Next thing, i need to fix screen mirroring so dig arround here and there and found a solution.
When we root our device screen mirroring stop work.
Open in root explorer or any other app with root previleages and change in:
/system/etc/wfdconfig.xml:
Code:
...
<ContentProtection>
<Valid>1</Valid>
to
Code:
...
<ContentProtection>
<Valid>[COLOR="Red"]0[/COLOR]</Valid>
save changes, now in build.prop add following
Code:
[COLOR="red"]persist.debug.wfd.appmonitoring=1[/COLOR]
you can add this line directly below
Code:
persist.debug.wfd.enable=1
or in the end of build.prop
save changes, reboot device and screen mirroring should work.

Hello! If possible, please remove the icon of the SIM card. Thank you!

veras said:
Hello! If possible, please remove the icon of the SIM card. Thank you!
Click to expand...
Click to collapse
You can do this with the HideSimIcons module.
@jackq Can you fix the network and the WiFi icons on the lockscreen ? They're a little too high :l
Thx !

Already did, thanks.

Related

[Q] SystemUI with selectable toggles? Or no toggles.

Hi,
My previous phone was a Xperia Active with lots of mods. One of the mods were the toggles in the SystemUI (in the notification screen).
On the S3 mini it's not possible to select which toggles are selectable and in which order.
So I thought, lets install PowerToggles from the play store.
But then I have two rows of toggles. Just a little bit too much.
So, is there a SystemUI around (JB 4.1.2) with selectable toggles? (And is it important if this is deodex or not? I'm on stock ROM)
If not, is it hard to make a SystemUI without any toggles and free up the space they take in the top of the notification screen (so you can install PowerToggles, which are selectable).
Thanks.
No, you cannot that easily.
Assuming you have already rooted your device, if you want some adventure, follow this guide to edit / add extra buttons toggles, http://forum.xda-developers.com/showthread.php?t=2191593.
Else, if you are lazy as I am, here's what I have done to have 12 toggles (though, it does not include 2g/3g switcher) in my stock (rooted) ROM:
wifi
data
bluetooth
gps
sound
autorotation
block mode
battery save
drive mode
smart stay
syncro
airplane mode
To get this, follow these instructions:
1. download Dmod 6 (http://forum.xda-developers.com/showthread.php?t=2165575)
2. Open (do not unzip) DMod6's ROM using WinRAR, browse to system/app folder then copy SettingUI.apk,
3. open up Root explorer / ES file manager, etc
4. BACKUP your current SystemUI.apk and .odex (or simply move them on your SDcard and rename them SystemUI.BKPapk and SystemUI.BKPodex.
5. delete SystemUI.apk and SystemUI.odex (the original files, NOT the backups )
6. paste the copied SettingUi.apk in your system/app folder: I set permissions as -rwxrwxrwx , not sure if it would be better as -rw-r--r--, anyway, it works perfectly like this.
7. reboot, breakfast is ready
If you get some error popup messages between points 3 and 5, no worries, go on, follow the steps, reboot.
If this should not eventually work: sorry for you, just delete SystemUI.apk, restore the backups.
Have fun, hopefully I helped you out. :highfive:
hermanj said:
Hi,
My previous phone was a Xperia Active with lots of mods. One of the mods were the toggles in the SystemUI (in the notification screen).
On the S3 mini it's not possible to select which toggles are selectable and in which order.
So I thought, lets install PowerToggles from the play store.
But then I have two rows of toggles. Just a little bit too much.
So, is there a SystemUI around (JB 4.1.2) with selectable toggles? (And is it important if this is deodex or not? I'm on stock ROM)
If not, is it hard to make a SystemUI without any toggles and free up the space they take in the top of the notification screen (so you can install PowerToggles, which are selectable).
Thanks.
Click to expand...
Click to collapse
Thanks for you answer.
The first option is a bit too adventures for me (no, I'm too lazy to find out how to decompile/compile. I'm on Win7 don't know if I need to install Linux for that).
Second option is mmmwwwhhhaaa, a bit in the right direction, but not exactly as I like it. Cause I'd like to change the toggles now and then. And still no Flashlight/Torch.
But your post made me find a third option: I found that detexr made a no-toggles SystemUi already here:http://forum.xda-developers.com/showthread.php?t=2191593&page=4
Just asked him for to post his SystemUi.

[THEME] Port of L9 Black Statusbar by mateo1111

As the title points out, this is mateo1111's work that he did for the LG Optimus L9. All I did was make a small change and am sharing it with all of you. I must also inform that by you using this, you agree to the risk and that I will not be held responsible if anything goes wrong.
INSTRUCTIONS
1) For this to work you must be rooted and have CWM recovery
2) Copy the zip to the root of the internal memory
3) Reboot into CWM recovery and choose flash from sdcard (0 is the one you need to pick)
4) Enjoy the black statusbar!​
This worked, but I had to change the permissions. The default permissions were messed up. I had no status bar at first.
androidguy1991 said:
This worked, but I had to change the permissions. The default permissions were messed up. I had no status bar at first.
Click to expand...
Click to collapse
I apologize for the inconvenience. I will upload a CWM flashable zip which remedies that problem. Thank you for your input!
Is have xposed framework enabled with some mods, I'm assuming it be best to disable xposed before flashing?
Update: Never mind I just went ahead and disabled xposed before hand, thanks for this tho!
I've missed the black status bar aha

[HOW TO] Remove S-Finder and Quick Connect (root-only)

here is my way, I've removed the annoying "S-Finder" and "Quick Connect" buttons.
you need root! I am on Lollipop stock ROM.
a) open filemanger (rootexplorer, es manager, ....)
b) go to /system
c) search "build.prop" and make a backup!!
d) open "build.prop" in text editor
e) search for "ro.product.device=klte" (maybe on your device it is not klte) and CHANGE it to "ro.product.name=zeroflteatt"
f) save the file and reboot
here is a picture:
MMTK84 said:
here is my way, I've removed the annoying "S-Finder" and "Quick Connect" buttons.
you need root! I am on Lollipop stock ROM.
a) open filemanger (rootexplorer, es manager, ....)
b) go to /system
c) search "build.prop" and make a backup!!
d) open "build.prop" in text editor
e) search for "ro.product.device=klte" (maybe on your device it is not klte) and CHANGE it to "ro.product.name=zeroflteatt"
f) save the file and reboot
here is a picture:
Click to expand...
Click to collapse
Hi, I'm an absolute noob to this but yes, the s finder and quick connect just take up space in my pull down notifications. I don't use them.
Are you saying i do all your mentioned steps on my phone after i root it (my device is not rooted)?
No changes
MMTK84 said:
here is my way, I've removed the annoying "S-Finder" and "Quick Connect" buttons.
you need root! I am on Lollipop stock ROM.
a) open filemanger (rootexplorer, es manager, ....)
b) go to /system
c) search "build.prop" and make a backup!!
d) open "build.prop" in text editor
e) search for "ro.product.device=klte" (maybe on your device it is not klte) and CHANGE it to "ro.product.name=zeroflteatt"
f) save the file and reboot
here is a picture:
Click to expand...
Click to collapse
I was also looking for a guide on this. I followed your guide by the letter, but no chances after reboot.
Not working..
not working
please report this thread to remove
It works, he just messed it up a bit
1 Find ro.product.name NOT ro.product.device
2 after XXXlte add vzw OR att
3 for example "kltevzw"
4 profit
Source: http://forum.xda-developers.com/showpost.php?p=60678244&postcount=70
Hussein Bagci said:
Not working..
Click to expand...
Click to collapse
wizard6601 said:
not working
please report this thread to remove
Click to expand...
Click to collapse
MMTK84 said:
here is my way, I've removed the annoying "S-Finder" and "Quick Connect" buttons.
you need root! I am on Lollipop stock ROM.
a) open filemanger (rootexplorer, es manager, ....)
b) go to /system
c) search "build.prop" and make a backup!!
d) open "build.prop" in text editor
e) search for "ro.product.device=klte" (maybe on your device it is not klte) and CHANGE it to "ro.product.name=zeroflteatt"
f) save the file and reboot
here is a picture:
Click to expand...
Click to collapse
Great mod! Works perfect for my aussie SMG900I
Edit: I get this at every boot now. Only at boot though so not a big deal. Also my 4G Icon changed to include LTE logo as well
YesSs
work on G900H
Just gonna repeat my post from the other thread, as it might be useful for someone
CronKz said:
Hello, this thread might be outdated but for me it was a current topic and i didn't want do open a new thread. So I just found this tutorial.
1. You need a rooted device and a Root Explorer (Make sure you have Read/Write permissions enabled.
2. Browse to the root folder from there to the system folder.
3. Make a Backup of the "build.prop" file - just in case...
4. Edit the file with a Text Editor and search for the line "ro.product.name="
5. Now if there is like for example "jfltexx" edit the name until "XXXlte" -> delete everything that's behind "lte"
6. Add "vzw" or "att" behind "lte" -> for example "jfltevzw" and save the file.
7. Now reboot and it's done!
Source:
gs6[dot]wonderhowto[dot]com/how-to/remove-s-finder-quick-connect-buttons-from-your-galaxy-s6s-notification-panel-0161738/
This should work on every android 5.0+ device (didn't test it out)
Hope I could help you guys out Worked fine for me
Click to expand...
Click to collapse
*ALL TESTING DONE ON 900F ALEXANDRS DEVBASE BOE3 (NOT BOE5)*
*the issues I am having might be firmware dependent*
Changed mine to vzw and it worked, but.. It also changed the 4G icon to a 4GLTE icon, it changed the brightness bar so that it can't be changed while in auto mode, the wifi hotspot icon is also changed. And systemui crashes on boot and everytime I run an app in landscape mode.. The taskmanager/clear all apps icons in recents are changed to text. Gonna try changing to att now
EDIT: Tried changing to att and the 4GLTE and WiFi hotspot icons changed again. The 4GLTE icon is a new one and the hotspot icon is the same as the standard 900F icon. Also, att forces the operator name to be shown in statusbar. SystemUI crashes on boot just like with vzw BUT that's the only time it crashes, unlike vzw where SystemUI crashes in landscape mode too.
EDIT#2: So, after changing to vzw then att then vzw and then att again, att crashes in landscape mode too. I guess it's an odex/kernel issue, because I've wiped cache & dalvik but it persists.
EDIT#3: here's a screenshot of the systemUI crash because of landscape mode / rotation.
EDIT#4: vzw works perfect without any issues on Sixperience 3.0. Pic attached
Huh. I was able to remove those tiles from my quick-settings icons without doing anything fancy. Samsung gives you the option to customize those buttons by doing the following:
Settings -- Notification Panel
scroll down to the "active buttons" panel, select the button you don't want to see and hold it down. Then drag it down to the "available buttons" section, and it will no longer be on your quick setttings panel.
You can also add/remove other buttons, and re-arrange them to your liking.
mike-y said:
Huh. I was able to remove those tiles from my quick-settings icons without doing anything fancy. Samsung gives you the option to customize those buttons by doing the following:
Settings -- Notification Panel
scroll down to the "active buttons" panel, select the button you don't want to see and hold it down. Then drag it down to the "available buttons" section, and it will no longer be on your quick setttings panel.
You can also add/remove other buttons, and re-arrange them to your liking.
Click to expand...
Click to collapse
Lol
Read the thread again, you completely misunderstood what it's about.
lingowistico said:
Lol
Read the thread again, you completely misunderstood what it's about.
Click to expand...
Click to collapse
I reread the OP:
here is my way, I've removed the annoying "S-Finder" and "Quick Connect" buttons.
you need root! I am on Lollipop stock ROM.
Click to expand...
Click to collapse
so are these not the same buttons on the pull-down notification panel?
he even posted a screen shot of the quick toggle buttons on the pull-down notification menu, which is what I was referring to.
mike-y said:
I reread the OP:
so are these not the same buttons on the pull-down notification panel?
he even posted a screen shot of the quick toggle buttons on the pull-down notification menu, which is what I was referring to.
Click to expand...
Click to collapse
Omg
This thread is about a method of removing S-finder and quick connect buttons BELOW THE QUICK TOGGLES.
lingowistico said:
Omg
This thread is about a method of removing S-finder and quick connect buttons BELOW THE QUICK TOGGLES.
Click to expand...
Click to collapse
ah, thanks for the clarification. Those buttons don't exist on my G900A running the latest lollipop update.
mike-y said:
ah, thanks for the clarification. Those buttons don't exist on my G900A running the latest lollipop update.
Click to expand...
Click to collapse
If you want you can enable them the same way we remove them
If you guys find a way to prevent "system ui has stopped" from showing. I'll be pleased to use this mod. Att 4G icon is lovely
tapatalk @ es five
rajman said:
If you guys find a way to prevent "system ui has stopped" from showing. I'll be pleased to use this mod. Att 4G icon is lovely
tapatalk @ es five
Click to expand...
Click to collapse
I like Verizon's icon more
Apparently it works without SystemUI fc on some roms (G900TUVU1DOB1)
Why don't you tell us what model and rom you are running?
G900F running latest BTU BOE5
tapatalk @ es five
rajman said:
G900F running latest BTU BOE5
Click to expand...
Click to collapse
Ok, is it untouched stock, odexed/deodexed, custom (maybe alexandr?), etc?
When do you SystemUI fc? What are you doing when it fc's?
Attached Verizon's 4G icon
Fully stock, system UI FC only on boot, that is annoying tho
tapatalk @ es five

[MOD][LIB][A5 2015 & A7 variants] Enable/Disable TouchKey Lights

WHAT IS THIS?
It is just a simple mod to turn off the TouchKey Light permanently without the need to install boot time scripts or 3rd party apps. If you're not familiar with the name, maybe SoftKey Button Light or the Recents/Menu and Back button key lights will give you the idea. This will not disable or break the button functions itself, just the lights.
now before i get post replies saying "but on {insert rom name} by {insert developer name} you could turn ON/OFF this feature from {insert menu name}".. i'm going to make it clear :
This mod is intended to be used on A500 variants with Custom ROM and NOT Stock Based ROMS, at the time of writing, most (if not all) custom roms/kernel for A5 can't turn this off permanently
This mod is intended only for people who want the touchkey lights to be OFF all the time/permanently
TECHNICAL NOTES
I'm almost embarrassed releasing this and calling this a mod, but then again there must be some other people that surely want this feature but have no clue how to turn this off. so here it goes :silly:
The library modded is /system/lib/hw/lights.msm8916.so *duh*
patched offset is at BD8 or 3032 and it's a 1 byte patch which effectively forcing the lib to push value 0 to /sys/class/sec/../../devices/virtual/sec/sec_touchkey/brightness everytime it is triggered to turn on the lights.
list of events/triggers affected by this mod
rt5033-charger-online
msm-usb-online
mmc0 (mount/dismount i think)
mmc1 (mount/dismount i think)
rt5033-fuelgauge-online
ps-online
wireless-online
usb-online
ac-online
battery-charging-or-full
battery-charging
battery-full
battery-charging-blink-full-solid
making a boot time script to write 0 to brightness won't make permanent change because there are low level events that triggers the lib to push value 1.
making a service to always set the value to 0 isn't an elegant solution also because it will hog up your memory.
revoking permissions (if you can) to brightness will likely derp the logger and may cause wakelocks.
PREREQUISITES
1. As mentioned earlier, you must have a custom rom installed.
2. Custom recovery to flash this zip. (using flashfire, flashify and similar tools have not been tested, you could try and report)
3. Downloaded modded lib zip file and saved to your device
INSTALLATION / REVERTING
Golden rule : make backups before doing these steps, or just backup this file : /system/lib/hw/lights.msm8916.so
i have tested these zips on my device several of times without issue
Method 1 :
1. Boot into recovery
2. Flash zip (A500x_TouchkeyLibPatcher-Twiq.zip)
3. Enjoy :highfive:
Method 2 : no longer used
1. Extract lights.msm8916.so from the zip file and put it in your device's storage
2. Using filemanager with elevated permissions (Root Explorer, Mixplorer etc) copy the file into /system/lib/hw/
3. If you could set Owner/Group then set it to ROOT then set the permission to 644 or -rw-r-r-
4. reboot and enjoy :highfive:
if my provided libs are not working out for you please attach your original lib here so i can take a look at it.
UPDATES / CHANGELOGS
01/02/2017
added support for A700FD variant
note: don't worry about the zip's filename, it should work fine with A7 too..
it's perfectly safe, library with unknown checksums will not be patched or replaced
15/08/2016
I have removed the old flashable zip and replaced it with a better and safer one as it checks for MD5 checksums, library with unknown checksums will not be patched or replaced.
With some shell script magic, now you only need 1 flashable zip to conveniently toggle On/Off the lights.
Flash OFF, Flash ON :highfive:
11/08/2016
initial release
seperate flashable zips for known A5 library
Works like a charm :good::good::good:
Sent from my Samsung SM-A500F using XDA Labs
Cool,this was a great idea,worx perfect.Thanx.
UPDATES
I have removed the old flashable zip and replaced it with a better one.
With some shell script magic, now you only need 1 flashable zip to conveniently toggle On/Off the lights.
Flash OFF, Flash ON :highfive:
if you need the old lib, just request it here. And if your lib is not supported by the patcher, attach your original lib here and i'll take a look
Work fine, very thanks bro. :good:
Super easy to install...works on A500G
Had been looking for this for such a long time, and finally someone came with a fix...Thank you @Twiq
Hi!
Will be posible to you to do this for A510? (I have A510M)
Anyway , awesome! Cheers
refes said:
Hi!
Will be posible to you to do this for A510? (I have A510M)
Anyway , awesome! Cheers
Click to expand...
Click to collapse
no problem, just attach your lights.*.so from /system/lib/hw here so i could take a peek
Attached file /system/lib/hw/lights.goldfish.so
From a Samsung A510M with ROM Stock MM 6.0.1
@ Twiq : Thaaaanks!!!
refes said:
Attached file /system/lib/hw/lights.goldfish.so
From a Samsung A510M with ROM Stock MM 6.0.1
@ Twiq : Thaaaanks!!!
Click to expand...
Click to collapse
i took a quick peek and it looked very different.
do you have any other lights.*.so inside your /system/lib/hw/ ?
like lights.msm8939.so or lights.default.so maybe?
I have samsung A510F and i sharing my hw folder and files. Please check it
refes said:
Attached file /system/lib/hw/lights.goldfish.so
From a Samsung A510M with ROM Stock MM 6.0.1
@ Twiq : Thaaaanks!!!
Click to expand...
Click to collapse
xpity34 said:
I have samsung A510F and i sharing my hw folder and files. Please check it
Click to expand...
Click to collapse
sorry for not noticing earlier..
You're running stock rom and therefor you don't need to edit any libs at all to turn off your touchkey lights.
you only need to go to System Settings > Display > scroll down to bottom and you'll see Touch Key Light Duration, set it to Always Off and you're good to go
edit: if you're still interested in this mod lib, could you also post any lights.*.so from /system/vendor/lib/hw if there are any
thanks
Thank you !
Why don't you develope something to make "softbutton notification" for our devices?
MarcoFal said:
Thank you !
Why don't you develope something to make "softbutton notification" for our devices?
Click to expand...
Click to collapse
the feature you're referring is called BLN (backlight notification), it blinks light or giving breathing effect on touchkey lights whenever you have a notification. It has to be supported by the kernel and not software sided
you will have to look for an experienced kernel developer for that
Twiq said:
i took a quick peek and it looked very different.
do you have any other lights.*.so inside your /system/lib/hw/ ?
like lights.msm8939.so or lights.default.so maybe?
Click to expand...
Click to collapse
I see, but no, there's no other file "lights*" in that folder, sorry... and thxs
refes said:
I see, but no, there's no other file "lights*" in that folder, sorry... and thxs
Click to expand...
Click to collapse
apparently the lib you provided could not be modded with just a simple patch and a bit beyond my skills right now. i will take a look at it again this weekend, but no promises
A700FD variant
Attached is the lights.msm8916.so file zipped, from my A700FD running a custom ROM.
I would appreciate it if you could take a look at it and inform me if anything can be done to get this mod to work with this variant.
Thank you!
xenthm said:
Attached is the lights.msm8916.so file zipped, from my A700FD running a custom ROM.
I would appreciate it if you could take a look at it and inform me if anything can be done to get this mod to work with this variant.
Thank you!
Click to expand...
Click to collapse
added support for attached lib.. just download and flash the flashable zip from the first post.
don't worry about the name of the zip, it should work fine
please report back
Twiq said:
added support for attached lib.. just download and flash the flashable zip from the first post.
don't worry about the name of the zip, it should work fine
please report back
Click to expand...
Click to collapse
The patch works perfectly! TouchKey Lights are now off for the A700FD variant. Thanks for the help!
xenthm said:
The patch works perfectly! TouchKey Lights are now off for the A700FD variant. Thanks for the help!
Click to expand...
Click to collapse
good to know, thanks for reporting back :good:

ADB Mod installer

This is in place until TWRP is ready. You need root and of course you need to be attached to your PC. On first installation of systemui base, a pop-up asking to give ADB shell root permission will show. Please do so.
The purpose of this installer is to generate for you a custom module that you can flash in Magisk Manager. It will have all the mods that you have selected from the installer menu.
Custom clocks (date, etc) and internet speed indicators do not change colors due to light-dark background colors like the statusbar icons do.
The developer of Active edge gave me permission to use his base so that people would not have to make a choice between his and my mods. All credit for this goes to him. You must delete the active edge sense module and use one of my active edge modules. If it doesn't say active edge then it isn't active edge sense compatible. If there is an issue with edge sense after flashing, do not contact edge sense op with issues. He does not troubleshoot modified versions of his mod (and neither do I).
I'm also including my Pixel Launcher mod. Also a ADB Installer. You can change app drawer background-text color (separately for light mode and dark mode), remove weather from Launcher. Change the number of hot seat icons on home page (and size) as well as change the number of columns in the app drawer.
ADB Installer Instructions-Root is required
1. Flash one of the SystemUI Bases First. They provide the necessary smali files and public ID's for everything to work.
2. FLASH ALL THE MODS YOU WANT. ONCE YOU DONE WITH EVERYTHING, FLASH THE "COMPLETE INSTALLATION" Option. This will create a Magisk Manager flashable zip in a folder on your sdcard called ozop. Flash that to install your selection of mods.
Root required
Instructions.
1. Unzip ADB Mods Installer Files.zip on your PC
2. Run TulsadiverModsInstaller.bat (Give ADB Root Permissions)
3. ADB debugging Enabled
4. Flash one of the SystemUI Bases First. They provide the necessary smali files and public ID's for everything to work
5. Go through the other options selecting what all mods you want. It is generally best to start at the top and work your way down.
6. Once finished with selections, run "Complete Installation" at the bottom. This will generate your mymagisk.zip module in a folder called "ozop" on your sdcard.
List of MODS Available
Clock Format and Position Mods
Internet Traffic Speed Single Indicator (changes from upload-download) otherwise signals are over/under
Choose Traffic Speed Indicator Up-Down Icon Colors (default is white)
Navbar Height Options
Navbar Swap
Remove NavBar
3 Minit Battery
One percent custom battery Mods-Several to choose from
One percent custom battery Text-only-Several to choose from
Colored Statusbar-Navbar Icons
Choose number of QS columns 3-7
Colored Statusbar Icons
Remove Carrier Text Options
Smaller LTE Icon
Custom Battery Sizes in case custom batteries are too large or too small
ADB Module maker uploaded 6-30-21
File on MEGA
mega.nz
-------------------------------------------------
If I helped, hit the Thanks Button!
Feeling generous, send me a beer!
--------------------------------------------------
--------------------------------------------------------------------------------------
Pixel Launcher Mod
Start by picking a base. Bases come with, or without, a search bar and Hotseat heights The larger number of rows you pick, the lower your hotseat drops on your home screen. If your hotseat comes out too low, try again with a higher base.
Remove Search Bar
App Drawer background color (Light and Dark Mode)
App Drawer Text Color or remove (Light and Dark Mode)
Home screen App Text Color
Smart-screen Text color
App Icon Sizes 45-50-56 dip (56 is stock)
Columns (5-6-7)
Rows (5 through 11)
Android 11
ADB Pixel Launcher Installer uploaded 3-10-21
NexusLauncherReleaseADBPixelMar.zip | by Tulsadiver for Pixel
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
-------------------------------
Android 10
ADB Pixel Launcher Installer uploaded 6-18-20
https://www.androidfilehost.com/?fid=8889791610682873110
Zip Installer
Unzip zip into a folder on your internal sdcard. The folder name cannot have spaces in it.
Boot TWRP, find your folder. Install base first. Install the mods you want, then flash complete installation zip. Reboot.
TWRP zip Installer
https://www.androidfilehost.com/?fid=8889791610682873111
Uploaded a new installer. Fixed QS column mod. This has been verfied to work on the Pixel 3a XL and compatible with swift installer themes. Undo theme, apply my mods, then reapply theme.
LOL
Great work!
But it took me 3 hours to unzip and download it... Maybe zip it a little more? Ultra ZIP?
---------------------------------------------------------------------------------------------------------------------
it didnt work, i ran a complete installation, now boots, and instantly powers off to a page with
Code:
Can't load android system. Your data may be corrupt. If you continue to get this message, you may need to perform a factory data reset and erase all user data stored on this device.
This is the error in ADB:
Code:
Installing TulsadiverMods
cp: bad '/sdcard/vrthemeADBversion/busybox': No such file or directory
cp: bad '/sdcard/vrthemeADBversion/installtheme.sh': No such file or directory
sh: /data/local/installtheme.sh: No such file or directory
UPDATE: I didn't install base. Now I have another problem... It tries to boot and doesn't, it takes forever, then reboots and gets the first error again...
To uninstall mods do we just flash stock?
Has anyone tried this on the Q beta?
SCrid2000 said:
Has anyone tried this on the Q beta?
Click to expand...
Click to collapse
Here is one for Q5
https://www.androidfilehost.com/?fid=6006931924117921001
Posted an ADB installer for December update.
I guess I am a little confused on how this mod works and I have a hard time risking not having a nonbootable phone. I read through some of the 3 xl thread and it seems like we need our phone connected for it to make a magisk module to which we then flash via magisk? This doesn't actually flash anything, correct?
Mainly, all I need is the back/home buttons swapped, which I have now but it seems the December update breaks that according to another thread.
AutomaticFailure27 said:
I guess I am a little confused on how this mod works and I have a hard time risking not having a nonbootable phone. I read through some of the 3 xl thread and it seems like we need our phone connected for it to make a magisk module to which we then flash via magisk? This doesn't actually flash anything, correct?
Mainly, all I need is the back/home buttons swapped, which I have now but it seems the December update breaks that according to another thread.
Click to expand...
Click to collapse
For just three button mode? You can try flashing this if you like. Do you have active edge installed?
Swapping the two is easy though you need a way to get it on your phone which this should do.
Tulsadiver said:
For just three button mode? You can try flashing this if you like. Do you have active edge installed?
Swapping the two is easy though you need a way to get it on your phone which this should do.
Click to expand...
Click to collapse
Alright, I'll give that a shot when I get time to do the December update. I do not have active edge installed.
January update uploaded.
Is this going to have to be updated during every monthly update? Wish Google would just make it so we could change the positions of the 3 button navigation.
AutomaticFailure27 said:
Is this going to have to be updated during every monthly update? Wish Google would just make it so we could change the positions of the 3 button navigation.
Click to expand...
Click to collapse
Depends on the update. If that is all you want, go to this thread:
https://forum.xda-developers.com/pixel-3a/themes/clock-mods-t4024447
Tulsadiver said:
Depends on the update. If that is all you want, go to this thread:
https://forum.xda-developers.com/pixel-3a/themes/clock-mods-t4024447
Click to expand...
Click to collapse
I'm a little confused on this. These just magisk modules? How do I know what's being swapped?
AutomaticFailure27 said:
I'm a little confused on this. These just magisk modules? How do I know what's being swapped?
Click to expand...
Click to collapse
Back and récents.....yes, they are modules.
Tulsadiver said:
Back and récents.....yes, they are modules.
Click to expand...
Click to collapse
Ohhh, alright. I only want back and home to be swapped.
AutomaticFailure27 said:
Ohhh, alright. I only want back and home to be swapped.
Click to expand...
Click to collapse
You can try these if you are stock.
Stock
https://www.androidfilehost.com/?fid=4349826312261700583
Edge sense stock base
https://www.androidfilehost.com/?fid=4349826312261700584
Tulsadiver said:
You can try these if you are stock.
Stock
https://www.androidfilehost.com/?fid=4349826312261700583
Edge sense stock base
https://www.androidfilehost.com/?fid=4349826312261700584
Click to expand...
Click to collapse
Thanks. I assume I can do this myself with your adb mod installer, correct? I tried messing with it before but now I am two months behind on updates.
AutomaticFailure27 said:
Thanks. I assume I can do this myself with your adb mod installer, correct? I tried messing with it before but now I am two months behind on updates.
Click to expand...
Click to collapse
No, these are stand-alone modules and cannot be mixed with any other SystemUIGoogle.apk module (modification) and is built for January update.
Tulsadiver said:
No, these are stand-alone modules and cannot be mixed with any other SystemUIGoogle.apk module (modification) and is built for January update.
Click to expand...
Click to collapse
Oh yeah, ok, makes sense. I was more saying that if I wanted to do this myself and not have you provide a magisk module each time, then I would use the mod installer and go through that way to create my own?

Categories

Resources