hello people, I have my moto z play in oreo and rooted with magisk the latest version like twrp, but it is impossible to edit the build.prop (I want to activate the screen transmission), try it with root explored and buildprop editor and I get an error when adding lines someone give me a hand please?
dont hard edit the build.prop. install the magisk module MagiskHide Props Config, it allows to edit it systemlessly
Related
Hi,
I was planning to learn xposed development. I have created the same xposed module as that clock color change one(sample module provided). I am using redmi 3s Prime from Xiaomi. I have xposed framework installed in it and other modules are working quite good. But my module is not working and even the log file /data/data/de.robv.android.xposed.installer/log/debug.log is not present. I have attached my project here. Can anyone tell me if anything is wrong in it.
Hello,
Is it possible to keep battery saving mode on Lineage OS all the time without having the ugly orange status bar at the top all the time?
If it helps, I'm rooted and using Magisk to keep Android Pay working. Anything I can do to remove the orange bar and keep battery saving mode on?
Thanks,
Jleoz.
Any suggestions?
use xposed module. http://repo.xposed.info/module/com.thefragen.xbatterytweaks
Xposed works for 7.0 now
https://forum.xda-developers.com/xposed/modules/mod-remove-battery-saver-warning-color-t3033038
Is there anything I can do without Xposed? I don't want have an unstable system or fail SafetyNet.
I'm new to Xposed so don't know all the ins and outs of security, stability and how it works with Magisk / SafetyNet
Jleoz said:
Is there anything I can do without Xposed? I don't want have an unstable system or fail SafetyNet.
I'm new to Xposed so don't know all the ins and outs of security, stability and how it works with Magisk / SafetyNet
Click to expand...
Click to collapse
You can't pass safetynet with Xposed installed. So look elsewhere.
tnsmani said:
You can't pass safetynet with Xposed installed. So look elsewhere.
Click to expand...
Click to collapse
That is why I was asking if there was a way without Xposed. I don't want to fail SafetyNet.
Jleoz said:
That is why I was asking if there was a way without Xposed. I don't want to fail SafetyNet.
Click to expand...
Click to collapse
decompile the framework with apk tools
go to res>values
open the colors.xml using notepad++
go to line 85 change the color code to what you what.
#ff000000 is black by the way
save it. recompile with apk tools
replace your framework.apk on your phone with the one you modified.
N.B becareful once you succeed with you womt want to stop.
Hi there, I rooted my phone and need someone to tell me about good modules and is there a module or something to modify white balance of screen?
And what is the module name to.get one plus recent apps overview?
Thanks in advance
To modify the screen variables you need another kernel, so you can find a KCAL supported kernel in ROMs and kernels section of this forum and then flash it onto your phone. To change the recent apps overview to OnePlus's just follow this thread: https://www.xda-developers.com/oneplus-launcher-recent-apps-interface-android-pie/
I also suggest using Pix3lify module which makes the phone have rounded corners and pixel sounds etc. I also use EmojiOne module on Magisk too if you don't like stock emojis. Also YouTube Vanced module is a must have whether you have Magisk or not.
Hello Folks,
How to enable camera 2 api without root or permanently installing custom recovery and also get future update without any problem.
*Device have unlocked bootloader
I'm in the same.
I Will try download, modify and upload build.prop via ADB.
Edit build.prop and change persist.vendor.camera.HAL3.enabled= 0 to persist.vendor.camera.HAL3.enabled= 1
Add to build.prop via root + Buildprop Editor
persist.camera.HAL3.enabled=1
persist.camera.eis.enabled=1
persist.camera.is_mode=4
persist.camera.stats.test=5
persist.vendor.camera.HAL3.enabled=1
persist.vendor.camera.eis.enabled=1
persist.vendor.camera.is_mode=4
persist.vendor.camera.stats.test=5
Or flash Camera 2api via TWRP
Hey, whats everyones favorite, and go-to magisk modules or other root mods for the pixel 2 XL device? i have root and im really curious what everyone is using, and for what reason!
I use Energized for adblocking. Downside compared to adaway is you need to use a terminal app for control.
Also use(d) Active Edge mod to allow for linking flashlight to a squeeze.
Another is Vanced as a version for YouTube without the intrusive add videos.
You may want to have the original YouTube app not updated and set to not auto update and enable the build in option to detach the app from the play store by putting an empty file named enable_detach in the cache folder.
Last one is Busybox to make some modules funstional.
Also enable Systemless Hosts in magisk settings.