I know about the /system/etc/permissions/ XML file change, but the file to be edited doesn't exist on my phone
Yes. Download SaveD-j's daydream enabler 2.5 from GitHub and add/install on magisk as a module, restart, and set display on 60Hz in display settings.
Awesome, will try that
Related
The only thing I have changed in the apk is a few values dealing with the "Night" mode in the /values/colors.xml file. This means the resources.arsc has been changed, but again, only a couple of text, background & brightness values have been altered. All other items remain the same.
The apk is signed, which means you will probably have to remove the existing version before the modfied apk will install due to conflicting signatures.
I could not add the apk as an attachment because of a server error currently. It is located in dropbox for now.
Download Nook Android Night Mode Fixed HERE
GSLEON3 said:
The only thing I have changed in the apk is a few values dealing with the "Night" mode in the /values/colors.xml file. This means the resources.arsc has been changed, but again, only a couple of text, background & brightness values have been altered. All other items remain the same.
The apk is signed, which means you will probably have to remove the existing version before the modfied apk will install due to conflicting signatures.
Click to expand...
Click to collapse
I really hate the new grey night mode and was really happy to find this app, however it doesn't seem to work for me. When I try to install it says it's installing and then I simply get "Application not installed" and a Done button.
I have android version 2.3.6 Gingerbread if that helps.
I couldn't update fruit ninja as it says it is no longer compatible (i have started a different topic for this), so i thought changing my fingerprint in build.prop may do the trick. I changed it to:
samsung/GT-P1000/GT-P1000/GT-P1000:2.3.6/GINGERBREAD/BOJU3:user/release-keys
Now when i go into build.prob i edit the fingerprint back to my previous version (i do this because it made no difference and now google play wont work) but when i restart it, it is still the fingerprint above. Yes i am rooted, i know this because i have used root checker and when i change my screen density in build.prop it works.
Anybody have any ideas or answers, will be very grateful
Thanks
Can anyone help?
I'm trying to change minimum brightness level on J700M and I'm pretty close, I guess.
I've tried to add "ro.lcd_min_brightness=1" to build.prop file, but without success.
Then I found out that the /sys/class/backlight/panel/brightness file is responsible for the brightness change. If I change the number and save the file, it changes the brightness instantly.
But its minimum value is 5. So.. I found another file here: /sys/class/lcd/panel/brightness_table
I believe that tweaking the text from this file will work, but I don't have permission for that. I've tried using ADB Shell from TWRP Recovery, but still no permission, even after chmod 664.
Does anyone know how to change minimum brightness level without needing extra app for that?
Decompile framework- res.apk and modify strings.xml, not sure which 1 off top of my head but skim through it an youll see it, add or remove valus from 0- 255 im pretty sure
Sent from my SM-J700P using Tapatalk
Nice. How do I decompile it? And how do I make the changes work?
See that one may be help
https://android.stackexchange.com/q...n-brightness-below-the-minimum-without-an-app
I found out there are some modded versions of the app, but after googling around for a while, I am completely and utterly confused. There are tons of pages, numerous versions, and total chaos with lack of any clear information.
There is a thread in apps section of this subforum, but it's just as confusing.
Can anyone give me any basic info about all this please?
Hello, happy new year
Do you have Snapdragon variant or exynos?
I have Exynos.
I have gone as far as finding Zoran mod, which should supposedly be THE one to get for Exynos, but I am totally confused by
1) the configs (which I can't find any good explanation for)
2) something called camera2 API
3) why does the camera interface look completely different than I can see on screenshots
4) why the settings look completely different than screenshots on Zoran's website as well
5) whether both rear cameras are available and how do I switch between them
WalrusInAnus said:
I have Exynos.
I have gone as far as finding Zoran mod, which should supposedly be THE one to get for Exynos, but I am totally confused by
1) the configs (which I can't find any good explanation for)
2) something called camera2 API
3) why does the camera interface look completely different than I can see on screenshots
4) why the settings look completely different than screenshots on Zoran's website as well
5) whether both rear cameras are available and how do I switch between them
Click to expand...
Click to collapse
Try this gcam:
gcamnightsight.apk
drive.google.com
Config file (important to apply before using):
https://drive.google.com/open?id=1ik1Gm3i3WkwyBq4kJB-uNsrKuPNIP6_o
How to Use Config:
• Create a folder with the name GCam
• Now, inside that folder, create another folder with the name Configs
• Download and paste the Config file into that folder.
• Open the GCam app and tap on the black area in the viewfinder and select the Config then, Restore.
But what do the configs do, and why would I need them?
Also what kind of gcam is this?
Abdullah.Csit said:
Try this gcam:
gcamnightsight.apk
drive.google.com
Config file (important to apply before using):
https://drive.google.com/open?id=1ik1Gm3i3WkwyBq4kJB-uNsrKuPNIP6_o
How to Use Config:
• Create a folder with the name GCam
• Now, inside that folder, create another folder with the name Configs
• Download and paste the Config file into that folder.
• Open the GCam app and tap on the black area in the viewfinder and select the Config then, Restore.
Click to expand...
Click to collapse
The link does not work, does this Gcam still work in September 2022?
I love to modify the fingerprint icons on my lockscreen when I have a rooted device. Currently hunting for the fingerprint Icon so I can modify it. On my OP6T it was located in systemUI but im not finding it there. I also checked velvet and no luck there either. Anyone else have any suggestions on where to look?
Also would be interested in this. Hate dark / light being the two options.
psymsi said:
Also would be interested in this. Hate dark / light being the two options.
Click to expand...
Click to collapse
I just like having custom FP icons and even modding the animation. It's an easy mod to do but I just have to locate the correct APK to decompile...still no luck although I haven't looked much today.
Bumping this thread. Has anyone doing any decompiling and tinkering stumbled upon the lockscreen fingerprint Icon? So far I've decompiled systemUI and settings.apk.....theres a TON of XML files referencing the fingerprint Icon but no PNG files in the /res folder that their pointing to in both applications. I'd like to check framework-res but I can't seem to get it to decompile with apktool, I'm sure I'm missing some resource files necessary to do it I just don't know which ones.
Pain-N-Panic said:
Bumping this thread. Has anyone doing any decompiling and tinkering stumbled upon the lockscreen fingerprint Icon? So far I've decompiled systemUI and settings.apk.....theres a TON of XML files referencing the fingerprint Icon but no PNG files in the /res folder that their pointing to in both applications. I'd like to check framework-res but I can't seem to get it to decompile with apktool, I'm sure I'm missing some resource files necessary to do it I just don't know which ones.
Click to expand...
Click to collapse
It's slightly possible that @siavash79 has an idea from their [MOD][Xposed+Magisk][Pre-Release] AOSP Mods - System modifications for AOSP-based Android 12+, which I use. I say this only because the mod has the option to "Remove background circle from under-display fingerprint", in the mod app's Lock Screen section.
All their mods are open-source and you can find the link to their source in that thread, but you could probably get clarification from them (there are two and sometimes more contributors to the mod that answer questions there) as to whether the place they make that particular mod would help you with the fingerprint symbol itself.
Edit: You could also submit a feature request on their GitHub to add the capability to change that symbol, but it's best to first find a stable ROM that has the open-source code for that hack to provide to them.
Pain-N-Panic said:
Bumping this thread. Has anyone doing any decompiling and tinkering stumbled upon the lockscreen fingerprint Icon? So far I've decompiled systemUI and settings.apk.....theres a TON of XML files referencing the fingerprint Icon but no PNG files in the /res folder that their pointing to in both applications. I'd like to check framework-res but I can't seem to get it to decompile with apktool, I'm sure I'm missing some resource files necessary to do it I just don't know which ones.
Click to expand...
Click to collapse
You shouldn't look for png in the resources. All graphics are vector and therefore saved as XML drawable files. Fingerprint icon is an animated vector if you're looking for it.
Edit: if you're planning to change the icon I trust that you're not counting on png files either
PS
There are few ways to change the icon. One is to make an overlay that replaces the icon resource
Two is by modifying the systemUI file and replacing it with the original. Three is by Xposed resource injection or object replacement. Four, of course, is a custom ROM
siavash79 said:
You shouldn't look for png in the resources. All graphics are vector and therefore saved as XML drawable files. Fingerprint icon is an animated vector if you're looking for it.
Edit: if you're planning to change the icon I trust that you're not counting on png files either
Click to expand...
Click to collapse
I see. So if I find the correct xml file I could modify it. Just for simplicity sake let's say I change the color using hex values in the xml file and recompile it. With A13 would I even be able to adb push the GoogleSystemUI.apk to replace the original like I use to be able to do?
Not a chance. I mean you can technically make system RW and copy it there but it's a very very bad idea. but you can make a magisk module and mount it in place of the current one
Edit: Your best bet is compiling an overlay and mounting it in a magisk module
siavash79 said:
Not a chance. I mean you can technically make system RW and copy it there but it's a very very bad idea. but you can make a magisk module and mount it in place of the current one
Edit: Your best bet is compiling an overlay and mounting it in a magisk module
Click to expand...
Click to collapse
It use to be a lot easier lol. No idea where to even start with that....guess I have some reading to do.
So I began the next step. I think I may easiest method here is to modify AOSP mods so the "hide fingerprint background circle" mod when activated adds a custom FP image. I've decompiled the AOSP Mods APK and found the string "remove_fingerprint_background". Now I just need to find which overlay APK is responsible for the mod itself. I'm having difficulty doing this as there's a lot.
I'm curious, is there a logger with root privileges I can run in the background while I activate and deactivate the fingerprint mod which will produce a logcat that will give me some more insight as to which overlay APK is being used to hide the fingerprint background?
Pain-N-Panic said:
So I began the next step. I think I may easiest method here is to modify AOSP mods so the "hide fingerprint background circle" mod when activated adds a custom FP image. I've decompiled the AOSP Mods APK and found the string "remove_fingerprint_background". Now I just need to find which overlay APK is responsible for the mod itself. I'm having difficulty doing this as there's a lot.
I'm curious, is there a logger with root privileges I can run in the background while I activate and deactivate the fingerprint mod which will produce a logcat that will give me some more insight as to which overlay APK is being used to hide the fingerprint background?
Click to expand...
Click to collapse
Maybe this will help you dig further. The fingerprint icon is part of the SystemUI (or SystemUIGoogle). The assets are part of the SystemUI (or SystemUIGoogle) apk. Look at the keyguard section of the SystemUI code to figure out what needs to be done.
packages/SystemUI/src/com/android/keyguard - platform/frameworks/base - Git at Google
packages/SystemUI/src/com/android/keyguard/LockIconView.java - platform/frameworks/base - Git at Google
packages/SystemUI/src/com/android/keyguard/LockIconViewController.java - platform/frameworks/base - Git at Google
Pain-N-Panic said:
So I began the next step. I think I may easiest method here is to modify AOSP mods so the "hide fingerprint background circle" mod when activated adds a custom FP image. I've decompiled the AOSP Mods APK and found the string "remove_fingerprint_background". Now I just need to find which overlay APK is responsible for the mod itself. I'm having difficulty doing this as there's a lot.
I'm curious, is there a logger with root privileges I can run in the background while I activate and deactivate the fingerprint mod which will produce a logcat that will give me some more insight as to which overlay APK is being used to hide the fingerprint background?
Click to expand...
Click to collapse
It's an open source software. Instead of decompilation you can directly explore the source
siavash79 said:
It's an open source software. Instead of decompilation you can directly explore the source
Click to expand...
Click to collapse
Guess I should have checked the GitHub page lol thanks