[03.04.2021][Systemless-Rom-Mod][V6][WW 17.0823.2102.143] Armoury Crate - Unleashed - ASUS ROG Phone 3 ROMs, Kernels, Recoveries, & Othe

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello everyone,
I´m sure everybody that is using a ROG Phone 3 has explored the possibilities Armoury Crate provides for gaming. It yields a pleathora of settings and tweaks especially in the hardcore tuning mode.
Some of you might be more familiar and some might be less familiar with the tweaks that can be done.
But did you ever think about taking Armoury Crate to the next level? The options armoury crate provides are not only useful for gamers. In fact, Armoury Crate has the power to create a power/performance profile for apps that are regularly used as well.
Does Netflix, Amazon Prime Video or Youtube really need to run at 144FPS, while watching a video that was recorded at 30FPS or 60FPS.
Is it necessary that your navigation app runs at 144HZ and full unlocked CPU-Power?
Does your fitness tracking/navigation app need to run at 144HZ and full unlocked CPU-Power.
Is it possible to save a significant amount of battery life during video-calling by restricting CPU-Freqs for the Video-Calling app of your choice?
Might it be possible to not use the power-hungry prime core when using navigation or videocalling apps?
Might it be possible to run the currently displayed app only on the little cores?
Some might have already experimented in that direction. But it quickly becomes apparent that Armoury Crate in its current form is meant for games and this is not possible without facing major drawbacks.
As soon as an App is added to Armoury Crate there is a necessity for doing a double swipe to trigger a back gesture. This also works only on the right side of the phone.
The left side triggers Game Genie, the Game Assistant.
Unfortunately the same restriction applies to the home-gesture. Each time you want to trigger the home gesture- triggering the gesture a second time is mandatory.
The Conclusion:
Adding apps to Armoury Crate that are regularly used, is not convenient during day to day usage.
The solution to this problem is this Systemless-Rom-Mod (SRM) called Armoury Crate - Unleashed.
Since Magisk has grown to a full root and modding solution for Android, it also provides developers the possibility to replace only certain parts of a ROM in a systemless way via Magisk Modules. That means during boot certain parts of the stock firmware are systemlessly replaced, with parts that are modded by me. That means by flashing this Magisk Module your firmware is not altered, and you can just remove the module in Magisk Manager in case you want to return to stock.
Armoury Crate - Unleashed will allow you to use your phone and navigation gestures normally, when adding apps to armoury crate. It will also extend the possible settings in armoury crate.
Features this Systemless-Rom-Mod brings to you:
- remove the necessity for double swipe back gesture once an app is added to armoury crate
- remove the necessity for double home gesture once an app is added to armoury crate:
- remove game genie trigger from the left side of the screen once an app is added to armoury crate (it can still be accessed via the notification in the notification drawer)
- extend cpuset capabilities from armoury crate (you´ll find a more detailed explanation in the second post)
Download: https://www.androidfilehost.com/?w=files&flid=323785
Requirements:
- working magisk environment
- a ROG 3 running stock firmware WW 17.0823.2102.143
Instructions:
1. Make sure you´re running the firmware this mod is made for.
2. Download the Magisk Module from the download section above
3. Flash the Magisk Module in Magisk Manager App
4. Reboot
5. Profit
Changelog:
v1 Initial Release
v2 fix airtriggers
v4 add 10 taps per second option to airtriggers (use with caution, might be detected as cheating)
v5 add support for new firmware (17.0823.2102.143)
v6 fix bug with navigation gestures when using stock launcher from asus
For additional information or some possibilities this mod opens up be sure to take a look at post #2.
I´ll also try to explain some of the tunables found in the hardcore tuning mode, so they´re easier to understand.
Credits:
@topjohnwu for Magisk
@mikalovtch for advice
@j to the 4n for advice
@deadlyindian for the banner!
Asus for the ROG Phone 3 and givig me the opportunity to develop on the device!

Useful strategies on how to use this Mod
Short overview of the ROG Phone 3´s SoC:
The ROG Phone 3´s SoC is the SD865/+. The CPU is a little.Big.PRIME setup.
There are 8 cores
4x Cortex-A55 @ 1.80GHz --> the little cores. Very efficient cores using very little power. Not as performant as the other cores. (cores 0-3 translated to cpusets)
3x Cortex-A77 @ 2.42GHz --> The Big cores. The working horses of the SoC. Not as power-hungry as the PRIME-core, but still very performant (cores 4-6 translated to cpusets)
1x Cortex-A77 @ up to 3.09GHz --> The PRIME core. Power-hungry, extreme performance, peak performance, short bursts (core 7 translated to cpusets)
This architecture layout will become important later so keep it in mind.
General information explaining powerful Armoury Crate options:
This is a rough guideline. How to setup your own phone is up to you. I give examples you can try, but I encourage everyone to experiment. You might find that restricting CPU-Frequencies too severely in a specific app leads to stutters. Or that changing cpusets leads to slowdowns in this app as well. It´s about balance, your own preference and having the freedom to do what you want!
FPS tuning:
If you´re using video calling apps, navigation apps or streaming apps such as Netflix, Prime Video or Youtube you might want to reduce FPS to 60 or 90 in armoury crate.
This will save battery life for one part and will have better colours and gamma levels for video playback, especially on low brightness.
CPU-Frequency Tuning:
Go to performance tuning section, advanced hardcore tuning mode. Apps, such as videocalling apps, navigation apps or streaming apps don´t need access to extremely high CPU frequencies. Especially not from the big cluster and prime core.
Now think back to the architecture of the SoC.
Try experimenting by restricting the max cpu frequencies for the big cluster ( cpu_max_freq 4-6) and the prime core (cpu_max_freq 7).
Restricting the max freq for the big cluster from 2,4ghz to 1,67ghz will essentially cut the power draw in half, if the phone ramps up to the respective allowed max freq.
The same applies to the Prime-Core!
As a side effect this will also reduce heat and of course performance.
But it can prolong your battery life and reduce the heat your phone produces. Good example are hot climates, generally in summer during extended navigation sessions with navigation apps.
Tuning the cpusets:
This might be one of the most powerful options in armoury crate. Yet I think not many understand the purpose let alone what the value of the sliders mean.
But here we come back to the architecture layout of the SoC and the cpusets I briefly explained above.
Two settings are of importance for us here.
"dev/cpuset/top-app/cpus" and "dev/cpuset/foreground/cpus"
Here´s the linux-kernel documentation about cpusets: https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v1/cpusets.html
From that documentation:
Cpusets provide a Linux kernel mechanism to constrain which CPUs and Memory Nodes are used by a process or set of processes.
Tasks from the "top-app" group include always the currently displayed app on Android. The option "dev/cpuset/top-app/cpus" in Armoury Crate allows us to define, which CPUs this app´s tasks get scheduled to.
This creates the possibility to run the currently displayed app entirely on the little cluster (0-3) for example. Or on all cores (0-7).
It´s an extremely powerful setting.
Unfortunately you don´t see the cpusets displayed as 0-3, 0-7 or 0-6 in Armoury Crate.
By default you have only limited options on Armoury Crate: 15, 240 and 255.
These are decimal values, that represent the cpusets I explained above. Unfortunately this restricts most people from making use of this feature without any form of explanation from Asus.
Here´s a small table that explains the values, also the values I added additionally to armoury crate:
Small reminder: 0-3 are the little cores, 4-6 the big cores and 7 the prime core
255= 0-7 utilize all cores -> default for top-app and forground!
1 = 0 use only one little core of the little cluster -> not recommended, extreme powersaving but phone will stutter
3= 0-1 use two small cores of the little cluster -> great powersaving at the cost of performance, phone will probably stutter, use with caution
15= 0-3 use the little cluster only -> great powersaving, while utilizing the cores that require the least amount of energy
127 = 0-6 utilize the little cluster plus the big cluster, but NOT the Prime core -> saves power, with only a small performance loss during peak performance scenarios
240= 4-7 utilize only the big cluster plus the prime core!
This can be very useful, when using a fitness app to track cycling for example. There might be no need for the prime core in that case.
Try to set dev/cpuset/top-app/cpus to 127 for this app (maybe additionally to restricting the max_freq for big and prime cluster below 2ghz). Use your phone and see what happens.
If you want to save more power try also setting dev/cpuset/foreground/cpus to the same value as you did for top-app.
This is it for now, but I might add more options to this write-up at a later point in time.
Other Tips and Tricks:
System-Apps and Armoury Crate:
Some apps, like Google Maps can´t be added to Armoury Crate, because Armoury Crate only allows adding apps installed by the user.
However there is a trick to this. Get the Magisk-Module "Debloater (Terminal Emulator)" from the Magisk Repo.
Now you can systemlessly remove Google Maps from your Phone. Do a reboot. Clear cache from Armoury-Crate and re-install Google Maps from the PlayStore.
You´re able to add Google Maps to Armoury Crate now.

FAQ:
Q: The mod is not working for me after flashing via Magisk Manager and doing a full reboot.
A: The mod modifies systemui. Make sure you´re not having systemui, focusapplistener, gamebroadcaster, asuslauncher or any other apps hidden in Magisk Manager. You shouldn´t hide those anyways.
If you´re not hiding those you´re probably using modules that alter the appearance of the phone, by modifying systemui. Remove those mods and reflash Armoury Crate - Unleashed.
Q: How to access Game Genie, now that the left side swipe is mapped to the back gesture?
A: You can find the notification for Game Genie in the notification drawer. That will take you to the game genie settings.

this one too

man, you are doing very successful work. I always follow. please let's fix this gpu mhz upgrade. I believe you can do this. They get 905mhz with adreno 650. I'm ready for 645

not working on kirisakura kernel

kpykpy said:
not working on kirisakura kernel
Click to expand...
Click to collapse
can you be a bit more specific?

Freak07 said:
can you be a bit more specific?
Click to expand...
Click to collapse
double swipe back
double swipe home

kpykpy said:
double swipe back
double swipe home
Click to expand...
Click to collapse
I have no idea why it is not working for you. It´s not related to the kernel, as I´m running my kernel myself.
Maybe you´re using another mod that is conflicting? What other modules do you use?
I´m about to upload V2, which fixes airtriggers.
To troubleshoot, can you remove the module again and do a full reboot please.
Then flash V2 again and see if it´s working afterwards.
If it´s not working go to terminal or adb shell. then type
su
press enter and grant superuser permission on your phone.
afterwards type:
cd data/adb/modules/Armoury_Crate_Unleashed/
then type:
ls */*/*
and show me the output.
Link to V2:
Armoury Crate - Unleashed_V2.zip | by Freak07 for Generic Device/Other
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com

Freak07
Click to expand...
Click to collapse

You rebooted after flashing the module correct?
The module flashed fine, the files should be in the correct place.
Which other mods do you use?

Freak07 said:
You rebooted after flashing the module correct?
The module flashed fine, the files should be in the correct place.
Which other mods do you use?
Click to expand...
Click to collapse
yes ,rebooted good
another modules magisk? many
now disabled all modules magisk and your module not working =\ need double swipes
I found the cause of the problem
need magisk unhided com.asus.launcher com.android.systemui
is now all OK!

kpykpy said:
yes ,rebooted good
another modules magisk? many
now disabled all modules magisk and your module not working =\ need double swipes
I found the cause of the problem
need magisk unhided com.asus.launcher com.android.systemui
is now all OK!
Click to expand...
Click to collapse
Good, nice to hear
is there a special reason why you put those two apps on the magisk hide list?
You should really only put apps that are conflicting with safety net, like banking apps and the play services that are pre-selected there.

Freak07 said:
Good, nice to hear
is there a special reason why you put those two apps on the magisk hide list?
You should really only put apps that are conflicting with safety net, like banking apps and the play services that are pre-selected there.
Click to expand...
Click to collapse
it is very difficult to hide the white strip at the bottom of the screen, only one module could do this only if you hide the root for systemui
but now it can be done lsposed+gravitybox without magiskhide

kpykpy said:
it is very difficult to hide the white strip at the bottom of the screen, only one module could do this only if you hide the root for systemui
but now it can be done lsposed+gravitybox without magiskhide
Click to expand...
Click to collapse
I see. Didn´t know such a mod existed. Glad you find out. Have fun with armoury crate unleashed now

I´d recommend everybody to upgrade to V2, which can be found in downloads in the OP!

Freak07 said:
I see. Didn´t know such a mod existed. Glad you find out. Have fun with armoury crate unleashed now
Click to expand...
Click to collapse
now how open game genie?

kpykpy said:
now how open game genie?
Click to expand...
Click to collapse
Pull down statusbar and tap on the notification.

Freak07 said:
Pull down statusbar and tap on the notification.
Click to expand...
Click to collapse
ok,I have it hidden too

Added a short FAQ to the third post.

Related

[GUIDE][ICS][JB] Make CyanogenMod Faster & Smoother + Battery Tips [NEW ULTRA MOD]

[GUIDE][ICS][JB] Make CyanogenMod Faster & Smoother + Battery Tips [NEW ULTRA MOD]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Make CyanogenMod Faster & Smoother​
These Tips may or may not make a difference for you. Some of which you may know and some you may not. This has just been tested by me. I definitely recommend trying this once before you decide reverting back to CyanogenMod 9 or Stock or any other ROM.
Legends :-
☆☆☆ - Excellent Tip
☆☆ - Great Tip
☆ - Good Tip
​
Tips & Tricks
Increase RAM using Swapper2 [ULTIMATE MOD] ☆☆☆
This mod is for those with Ram < 500. If your phone has greater ram, you don't require this. For all those who complain about lag, here's the ULTIMATE FIX for it. No more lagging, play HD games WITHOUT lag.
Follow this amazing guide and give your phone the ULTIMATE POWER.
Increase RAM using Swap File and Swap Partition
Download Link For MiniTool Partition Wizard : Download
Regarding the above guide:
- Maximum for 3rd Partition is 1024MB ie. 1GB. So in 1st Partition, choose maximum partition size leaving only 1024MB so you don't waste any space.
- If you are not interested in App2SD, don't create 2nd Partition
​Proper Installation Process ☆
Many of you face different bugs and issues due to improper installation. Follow the steps given on the ROM's thread.
​Remove Unwanted System Apps ☆☆
The more apps you have on your phone, less free RAM available. Get rid of those stock apps which you rarely or do not use.If you want to save the app, use something like AppManager, Titanium Backup to archive the apps you want to keep around to SD card. Or just redownload them when you need them. Go into Settings > Apps and figure out which apps you want on your phone and which ones you want to remove. For removing Stock Apps, use Root Explorer or any other file explorer, go into data/sys-parts/app and delete unwanted apps. Reboot your phone after making any changes.
Some useless Stock Apps:
CMWallpapers
SpareParts
VoiceDialer
Live Wallpapers : MagicSmokeWallpapers
LatinIME - If you use a different keyboard than stock.
CMFileManager - If you use a different file explorer
Stk
Term - If you don't need a Terminal Emulator
Trebuchet - If you're on a low end device, trebuchet is no good for you.
Video Editor
Replacement:
Google Keyboard
Swype
Solid Explorer
ES Explorer
Root Explorer
Nova Launcher
Apex Launcher
Use Static Wallpaper ☆☆☆
Live wallpapers use much more memory of your phone than a static wallpaper. Even a simple Live Wallpaper will take 2 MB or so of memory. Complicated ones may take up to 20MB. And the live wallpaper will run in background ALL THE TIME taking much of your phone's memory. Live wallpaper even consume your phone's battery. So use a static wallpaper instead.
Don't have any great static wallpaper to chose from? See This Amazing Collection Of Wallpapers​Occasionally Kill Apps Running In Background ☆☆
Everyone loves multitasking and switching from one app to another. But when you multitask, apps run in background and consume battery and take up major part of your memory. This can make your phone a little slow and laggy. Occasionally kill the apps running in background to free up some RAM.​Tweaking Performance Settings ☆☆☆
CPU Governor, Minimum CPU Frequency, Maximum CPU Frequency
To make your phone faster and smoother, tweaking above settings play an important role.
You can select "Allow Purging Of Assets" in Memory Management to allow freeing of more RAM when required.
Remember, Increasing CPU Frequency Can Effect Your Battery Life.​Tweaking With Developer Options ☆☆
For experiencing quickness as well as smoothness, change: 1. Window Animation Scale 2. Transition Animation Scale 3. Animator Duration Scale. By default they are set to "1x". Change it to "0.5x". This will make transitions and animations on your phone much faster and make you feel that your phone is super fast.
You can even select "Don't Keep Activities" to kill every activity running as soon as you close it.​Restrict Your Home Screens ☆
People tend to have more than 3 homescreens and place a lot of widgets. More widgets you have, more lag you experience on your homescreen. This may not be true for some devices like Galaxy S3, but it does effect low end devices. Try to remove unwanted widgets from your homescreen and have least no. of homescreen possible, preferably 3 or less. This did effect my phone and my phone became much smoother than ever. Try this and if you don't notice any difference, you can always change your homescreen. ​Tweaking Build.prop ☆☆☆
You can add tweaks to your build.prop to make CM10 more fluid and smoother. Following are the details about the tweak:
For more information, visit this thread : Here​Project Butter Enhancer ☆☆
With this you can Make Your Phone 5x Smoother & Faster
For more information, visit this thread : Here​------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MORE TIPS & TRICKS TO BE ADDED!
It took me a lot of time to compile this guide for you people. You can return the favor by pressing the "Thanks" Button. That Easy!
3rd Party Apps That Can
Make CyanogenMod Faster​
1. Fast Reboot
Quickly "reboot" your phone to free up memory! Simulates a reboot by closing/restarting all core and user processes and thus frees up memory. Your phone should be much snappier after using Fast Reboot. DOES NOT ACTUALLY REBOOT YOUR PHONE, only the apps & processes.
2. App Cache Cleaner
One Tap to clean all cached files for getting more avalable space. This tool can free a lot of storage memory for your phone. Free phone internal momeory, Get more internal rom storage. It is an app which is crucial to anyone who has memory management issues.
2. RAM Manager Pro
★Balance - Option which makes your RAM to the best optimization, this option is for everyday using. Use this option when you want to have fast phone without lags.
★Balance (More free memory) - This option is nearly the same as Balance, but this option should be advantageous for users who have more RAM than 512 MB. This option gives you more free memory but a bit reduces multitasking.
★Balance (More multitasking) - This option is nearly the same as Balance, but this option should be advantageous for users who have less RAM than 512 MB. This option gives you more multitasking, but a bit reduces free memory.
★Hard gaming - Option which stabilizes your RAM for playing hardest games. Use this option for games which lag on your phone. Your games will run smooth without lags.
★Hard gaming (Less aggressive) - This option is similar to Hard gaming but should be better for devices with RAM lesser than 512MB.
★Hard multitasking - Option for users which are really hard working on their phones. You can have a lot of running apps and quickly switch between them without lags.
More ...
Battery Saving Tips​
Many users feel that the battery life on their ROM is not very good. First of all never judge a ROM's battery life on the very first day you flash it. Following are some Tips for increasing your battery life - a little maybe.
1. Adjust Your Battery
As stated above, don't judge a ROM's battery life on the very first day you flash it. Adjust your battery! Let your battery drain to 5% and then charge it till 100%. Repeat this 3-4 times and your battery should get adjusted.
2. Don't Use Any Task Killer
There are many threads on XDA stating why you shouldn't use a task killer. Go find them and read them.
Many people think that "Task Killers" actually increase their battery life and free up some RAM. This is not true. Here is why:
Android Forums said:
* Android is hard coded to automatically kill a task when more memory is needed.
* Android is hard coded to automatically kill a task when it’s done doing what it needs to do.
* Android is hard coded to automatically kill a task when you haven’t returned to it in a long time.
* Most services (while possibly running in the background) use very little memory when not actively doing something.
* A content provider is only doing something when there is a notification for it to give. Otherwise it uses very little memory.
* Killing a process when it isn’t ready only causes it to have to reload itself and start from scratch when it’s needed again.
* Because a task is likely running in the background for a reason, killing it will only cause it to re-spawn as soon as the activity that was using it looks for it again. And it will just have to start over again.
* Killing certain processes can have undesirable side effects. Not receiving text messages, alarms not going off, and force closes just to name a few.
* The only true way to prevent something from running at all on your phone would be to uninstall the .apk.
* Most applications will exit themselves if you get out of it by hitting “back” until it closes rather than hitting the “home” button. But even with hitting home, Android will eventually kill it once it’s been in the background for a while.
Click to expand...
Click to collapse
3. Use WatchDog Instead Of A Task Killer
WatchDog is a Task Killer but a little different. Watchdog monitors your apps and alerts when one loses control, allowing you to kill just that single app. You don't need a task killer but a way to make sure a background app doesn't lose control and eat up all your CPU.
PlayStore Link
4. Other Tips
- Use Wifi as much as possible
- Turn off Bluetooth if not in use
- Turn off GPS if you don't need it. Google Now checks your GPS frequently
- Turn off NFC if you don't use it
- Turn off Google photos sync in Gallery if you don't use it
- Uncheck any services you don't need synced for your Google account (Settings > Accounts & Sync > select your Google account).
- Uncheck Dial pad touch tones, Touch sounds, Screen lock sound, Vibrate on touch
- Adjust individual app refresh data intervals to the max that is acceptable for you
- Underclocking (If your kernel supports)
- AOKP Powersaver feature
- Solid black wallpaper (The more black in your wallpaper, the better)
- Inverted Gapps - The more the black is used the better
Hey, what the difference between ICS and JB? Cant you list it all? And when it comes to stock cm9 and cm10 which is smoother? CM9 is lag for me.
marshygeek said:
Hey, what the difference between ICS and JB? Cant you list it all? And when it comes to stock cm9 and cm10 which is smoother? CM9 is lag for me.
Click to expand...
Click to collapse
Here you'll be able to see some main differences between ICS and Jellybean.
As for which one is better between CM9 & CM10, you'll have to try them both. For me CM10 is much smoother and faster even when its in Alpha. Go ahead , try them and see which one works for you !
Thanks for the informative post.
IMHO Dsp manager is definitely not useless. If I don't enable bass boost on it then I really can't hear any bass. Btw not problem with headphones. What I mean to say is without dsp manager and bass boost you will not get any bass :banghead:
Sent from my GT-I9003 using xda app-developers app
i ll try for this weekend
cool...i ll try in evening...:laugh:
Can u also give tips to save battery life !!
Plz i will appriciate if u tell me this !!
simratcs said:
Can u also give tips to save battery life !!
Plz i will appriciate if u tell me this !!
Click to expand...
Click to collapse
I'll be including that soon!
Fully tweaked build .prop DOWNLOAD
Touch tweaks
tweaked download speed increase
tweaked ril signals and 3g speed
deep sleep tweaked
power saver tweaks
touch response tweaks
scrolling tweaks
wifi tweaks
increase photo video quality tweaks
faster video streaming tweaks
Vasishta Reddy said:
Fully tweaked build .prop DOWNLOAD
Touch tweaks
tweaked download speed increase
tweaked ril signals and 3g speed
deep sleep tweaked
power saver tweaks
touch response tweaks
scrolling tweaks
wifi tweaks
increase photo video quality tweaks
faster video streaming tweaks
Click to expand...
Click to collapse
\
do i have to replace exisiting one???
cauz if i do this my phone doesnt boots up ??
help!!
simratcs said:
\
do i have to replace exisiting one???
cauz if i do this my phone doesnt boots up ??
help!!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1876605
found this in the forum but i don't know if it applies. you can try if you have a backup.
i have no idea on how to apply this build.prop, still learning but i think it's just about replacing it after backing up.
please enlighten me too thanks.
Vasishta Reddy said:
Fully tweaked build .prop DOWNLOAD
Touch tweaks
tweaked download speed increase
tweaked ril signals and 3g speed
deep sleep tweaked
power saver tweaks
touch response tweaks
scrolling tweaks
wifi tweaks
increase photo video quality tweaks
faster video streaming tweaks
Click to expand...
Click to collapse
cheeyeen said:
http://forum.xda-developers.com/showthread.php?t=1876605
found this in the forum but i don't know if it applies. you can try if you have a backup.
i have no idea on how to apply this build.prop, still learning but i think it's just about replacing it after backing up.
please enlighten me too thanks.
Click to expand...
Click to collapse
i got it after replacing the existing build.prop
just change the permissions to rw-r-r
thats it
simratcs said:
\
do i have to replace exisiting one???
cauz if i do this my phone doesnt boots up ??
help!!
Click to expand...
Click to collapse
Delete the existing one and paste the new one. But before deleting , take a nandroid backup or save the existing file on your phone
TopDroid said:
Delete the existing one and paste the new one. But before deleting , take a nandroid backup or save the existing file on your phone
Click to expand...
Click to collapse
I did this
just permissions needed to be changed to rw-r-r
that it
now it booted up !!
simratcs said:
i got it after replacing the existing build.prop
just change the permissions to rw-r-r
thats it
Click to expand...
Click to collapse
Just did it and it worked. Thanks. Hopefully the tweaks can give a better experience :good:
tested it,tweaks working fine !!
but hey the wifi tweak not working for me,,
optaining ip address-saved network
like this seriously ****s me up !!
simratcs said:
tested it,tweaks working fine !!
but hey the wifi tweak not working for me,,
optaining ip address-saved network
like this seriously ****s me up !!
Click to expand...
Click to collapse
Delete the network n try adding again
Sent from my GT-I9003 using xda app-developers app
Vasishta Reddy said:
Fully tweaked build .prop DOWNLOAD
Touch tweaks
tweaked download speed increase
tweaked ril signals and 3g speed
deep sleep tweaked
power saver tweaks
touch response tweaks
scrolling tweaks
wifi tweaks
increase photo video quality tweaks
faster video streaming tweaks
Click to expand...
Click to collapse
Installed, Not noticing any changes so far with video/photo quality.
Don't know about 3G speeds.

[APP] Kernel Manager [ROOT]

I'm glad to present
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a simple and lightweight application created initially for private use for me and my friends but I decided, later, to share with the community Android. Needless to say, there are many other applications that do the same things and maybe even more as the now famous TricksterMOD but I still tried to carve out my place among the applications of this series, without any presumption.
I'm not responsible for any damage to your device caused using this application. Use at your own risk.
Features​
Generals
Possibility to change TCP congestion alghoritm
Possibility to change max CPU frequency
Possibility to change min CPU frequency
Possibility to change the max CPU frequency when screen is off
Possibility to change the min CPU frequency when screen is off
Possibility to change governor
Possibility to manage governor's parameters*
Possibility to change scheduler
Possibility to manage schedulers's parameters*
Possibility to change RABS values alias Read Ahead Buffer Size
Possibility to manage Minfree's values
*Warning: Not all governors and schedulers have the ability to edit their parameters as they do not have.
Specifics
Adaptive brightness
Force fast charge
KSM
Advanced control for KSM
Temperature controller
High performance sound
Vibration intensity
Extend life of the battery
Max SOC temperature
Energy saving multicore
Overclock GPU
Gpu up treshold
Gpu down treshold
Gpu sample time ms
Governor gpu
Fsync standard + dynamic fsync
Backlight dimmer
WiFi PM
Logcat
MPDecision ON/OFF
MPDecision config
Sweep2Wake
DoubleTap2Wake
Slide2Wake
TouchWake
Eco mode
High-performance sound headphones
Thermal control
Dtim skip override
MMC CRC
Volume boost
Mic boost
Gain boost
Speaker boost
Virtual machine control
FS control
Undervolt
3D scaling
Intelliplug
Timeout LED
LED brightness
Wake timeout
Kernel control
CPU IDLE mode
Led on touch
Led on touchkey
Led fade in
Led fade out
Information
Informations about kernel
Information on the uptime of the device
Real-time information on active cores and their frequencies
CPU frequencies usage statistics
Extras
Restore values ​​at boot time with or without notice
Show CPU frequencies everywhere (PRO feature)
Possibility to change application theme
Information and tips
Being a continuous application developmentnthere may be issues such crashs or anything like that. In the event that this happens I would ask you, please, send me the logcat attached with a short description of the circumstances in which the problem occurs and the ROM + Kernel + any MODs you have installed. To run the logcat you can use the applications that are in the Google Play Store. I personally recommend CatLog , free and easy to use. Any other problems should be reported with details just now exposed. For more information see post number three. Thanks for your cooperation.
Each user is free to suggest changes and the addition of any other functions that accept or scarterò. I can not be happy to receive suggestions on how to improve this program and I will try to satisfy you always, to the extent possible and my skills.
I highly recommend to disable the Toast notification applications SuperSU as Superuser or the related settings as each operation in this application requires root, ergo, you always nagging notification of grant administrator privileges. Council also consult with perseverance the first page of this thread which lists all major and constantly updated information to know about the application and its optimal use.
The application can be included in ROMs after asking me for permission and received a reply in the affirmative.
I do not provide assistance on the application versions that are not the latest available and I do not respond to private messages related to the application which can be treated in this discussion . The collaboration is the first step to a successful product! Google+ Community avaiable HERE.
Credits
The biggest thanks to the success of this application goes to my friend @supertommino and to all my fellow mates who tested the application with patience and dedication motivated me more and more where I wanted to drop everything. And that is why I thank:
Ale123 (Nexus 4 e Nexus 7)
B-Rabbit (Galaxy Nexus)
@xcesco89 (Nexus 5)
CriGio (Nexus 5)
@dadenet (Nexus 5)
Dario (Galaxy Nexus)
@dema121 (Nexus 5 e Nexus 7)
@edisile (Grafico)
ErCampa (Moto G)
Fra98 (Galaxy W e Graphic)
Giovanni Lauricella (Graphic)
@kezn715 (Graphic)
@hotto (Nexus 5)
@leonardodettoilleo (Galaxy Nexus)
Klaas Madison (Moto G)
MatteBu (Galaxy Nexus)
-Miciox- (Nexus 4)
@miseusegau (Nexus 5)
@morfances (Galaxy Nexus)
Nautiluz (Galaxy Nexus)
Nilo Glock (Moto G)
N1M0Y (Galaxy S2)
Pakos96 (Galaxy Nexus)
Punticci (Nexus 5)
@S_Mario (Nexus 5)
@skizzomsn (Galaxy Nexus)
Stefan95 (Nexus 5)
@Supertommino (Nexus 5)
@Uzumaki99 (Galaxy Nexus)
Zof (Galaxy Nexus)
A special thanks goes especially to users S_Mario, visterne, EneaMeeta which materially contributed to the project with a donation.
> KM Free <
> KM Pro <
​
Reserved for future use.
Reserved for future.
Reserved........
Great app, just installed has everything you need to change the settings of your kernel and much more xD
Great job, welcome my friend
Very nice interface, but I can't control color/gamma settings of my kernel...
gpvecchi said:
Very nice interface, but I can't control color/gamma settings of my kernel...
Click to expand...
Click to collapse
Hi, thanks for your feedback. For the moment the application allows to change colors display only for the Galaxy Nexus and Samsung Galaxy S2.
Excellent work friend:thumbup:
Inviato dal mio pidocchiosissimo GT-I9100 con Tapatalk 2
Hmmm...interesting, clean, light, nice work mate Welcome :good:
First of all , thank you
Not bad, not overloaded, that's what i like, good. All base stuff is available, only colour settings for Hammerhead is missing but i am sure it comes.
All in all, great work, i use trickster for long long time but the project looks dead and I missing many things.
I test your app now some time, donation will following.
Tapatalk Team SlimRoms
yeah man that's right
simple , light -----what do you want more:good::good::good::good:
works great with ElementalX kernel
keep the great hard work
cheers
danmaman said:
yeah man that's right
simple , light -----what do you want more:good::good::good::good:
works great with ElementalX kernel
keep the great hard work
cheers
Click to expand...
Click to collapse
I flop flop between elementalX and chaos on CM, so my question to you is, before I load elementalX, does this app allow for sound tweaking with elementalX?
Sent from my Nexus 5 using XDA Premium 4 mobile app
gotzaDroid said:
I flop flop between elementalX and chaos on CM, so my question to you is, before I load elementalX, does this app allow for sound tweaking with elementalX?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
hey mate
i dont know and i've not tried it yet
i use viper4android and fauxsound app to do this
but it is worth to install elementalx all the time:good::good::good::good::laugh::laugh:
cheers
gotzaDroid said:
I flop flop between elementalX and chaos on CM, so my question to you is, before I load elementalX, does this app allow for sound tweaking with elementalX?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No, no sound tweak... I like "flop flop".
gpvecchi said:
No, no sound tweak... I like "flop flop".
Click to expand...
Click to collapse
HA! Sinking auto correct. Guess no one at Google uses " flip flop" any more ?
Sent from my Nexus 5 using XDA Premium 4 mobile app
gpvecchi said:
No, no sound tweak... I like "flop flop".
Click to expand...
Click to collapse
Kernel Manager for the moment doesn't support the possibility of manage Faux Sound Tweaks. For more details about the motivation read HERE.
I'm very happy to read so many positive feedbacks. Thanks to all for the great support! If someone want to suggest new feature i'm happy to develop it.
Awesome awesome app. We appreciate your hard work on this! Great dev!
@CrotaNexus
Well, some feedback after using this since last night, with Code Blue on Purity :
No problems regarding stability, every setting i tested sticks right after reboot and i like the option to disable backlight dimmer.
Simple, clean and light.
But except colors you have already mentioned, i noticed some other "bugs" :
The first time you open the app it doesnt read correctly the max cpu freq. If you reopen it then its fine.
Secondly, it only reads the values on 2 cores of cpu.
And finally, the read of ram usage must be totally wrong.
Unfortunately, i didnt had time to test your app paired with other kernels ( for the time being at least ) so i dont know if these are "general"
bugs/problems.
I imagine that eng.stk could assist you if any help needed to fix this in Code Blue and maybe add more tunables if you are interested.
But having in mind that this is a beta version, i think the potential is there for great things in the future, keep on and many thanks ! :victory:
Spectrum75 said:
@CrotaNexusThe first time you open the app it doesnt read correctly the max cpu freq. If you reopen it then its fine.
Click to expand...
Click to collapse
I'm not sure but maybe the file that contains the max value of the CPU has wrong permissions. Can you see which permissions are setted for the file that is situated in /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq? Thanks in advance.
Secondly, it only reads the values on 2 cores of cpu.
Click to expand...
Click to collapse
Sorry, i don't understand. What do you mean?
And finally, the read of ram usage must be totally wrong.
Click to expand...
Click to collapse
To read current usage of RAM i utilize Google's API inserted since API level 16. The methods are: avaialMem and totalMem. This is the description that Google provide about these methods.
avaialMem
The available memory on the system. This number should not be considered absolute: due to the nature of the kernel, a significant portion of this memory is actually in use and needed for the overall system to run well.
totalMem
The total memory accessible by the kernel. This is basically the RAM size of the device, not including below-kernel fixed allocations like DMA buffers, RAM for the baseband CPU, etc.
Which numbers do you see about memory usage on my application? Thanks for the compliments and support. I really appreciate!

[APP][7.0+] Reachability Cursor - Use your big phone effortlessly with one hand

Reachability Cursor
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[XDA Spotlight review]
What is it for:
Use a computer-mouse-like cursor/pointer to control big smartphones like the Note series effortlessly with one hand. The perfect app for power users that make extensive use of swipe gestures for navigation, glide typing keyboards etc. Check out the Imgur album for short videos clips!
How-to:
Swipe over a screen edge to start Reachability Cursor. If you hold your phone with your right hand, use the right screen edge. Drag the tracker to move the cursor and tap it to click. The cursor disappears automatically when you don’t need it anymore.
What is the monetization model:
Freemium. You can use the core app for free without any ads and purchase the PRO version when you need the advanced features.
Google Play Store link
​
Roadmap (sorted by priority):
minor fixes (the app is actually pretty stable for the first beta release)
more Swipe Pad options (height, size etc.)
better in-app descriptions and tutorials
create demo projects for Google and OEM for Android bug reports that affect this app
a better tracker with a new design and animations
detailed tutorial for the privileged mode
FAQ section
Changelog
1.1.2:
- minor bug fixes
1.1.1:
Changes:
- decreased app startup time
Bug fixes:
- for rare app startup ANRs
- for unexpected negative touchscreen coordinates
1.1.0:
Implemented feature requests:
- settings to disable one swipe pad
- gesture trail color setting
Bug fixes:
- invisible trail colors crashed the app (duh!)
- potential fix for rare ANRs on launch
- diagnostic code for non-reproducible bugs
nice, a fresh concept. looking forward to links to test.
Edit : Downloaded and tested from play store. Working fine but like many apps its accessibility feature too has tab selection page bug (tab selection page changes from minimal to text only mode in chrome). Apart from this working fine on Mi A1 (RR 8.1). Thanks for this app, now waiting patiently for pro features.
Play Store link: https://play.google.com/store/apps/details?id=com.niftyui.reachability
Just out of curiosity - why is it only for android 7.0+?
Folick said:
Thanks a lot development team
Click to expand...
Click to collapse
Thank you for trying my app. I'm actually the only developer.
joroizin said:
Just out of curiosity - why is it only for android 7.0+?
Click to expand...
Click to collapse
Android 7.0 introduced the necessary API to perform touch gestures.
exquisite.nish said:
nice, a fresh concept. looking forward to links to test.
Edit : Downloaded and tested from play store. Working fine but like many apps its accessibility feature too has tab selection page bug (tab selection page changes from minimal to text only mode in chrome). Apart from this working fine on Mi A1 (RR 8.1). Thanks for this app, now waiting patiently for pro features.
Click to expand...
Click to collapse
I think this is a Chrome feature and not a bug . It looks like Chrome enables this "feature" when it detects at least one active Accessibility Service. I found a Chrome flag for this but it's disabled by default and doesn't change anything .
BTW: You probably already know this but you can reveal the old overview by swiping down the omni-box/url-box.
good app. purchased. thanks.
1.1.0:
Implemented feature requests:
- settings to disable one swipe pad
- gesture trail color setting
Bug fixes:
- invisible trail colors crashed the app (duh!)
- potential fix for rare ANRs on launch
- diagnostic code for non-reproducible bugs
Swipe pad height & position didn't make it into this build.
NiftyUI said:
Thank you for trying my app. I'm actually the only developer.
Android 7.0 introduced the necessary API to perform touch gestures.
Click to expand...
Click to collapse
Can you give a hint how did you inject touch event onto other apps without system privileges?
Is it accessibility API?
NiftyUI said:
1.1.0:
Implemented feature requests:
- settings to disable one swipe pad
- gesture trail color setting
Bug fixes:
- invisible trail colors crashed the app (duh!)
- potential fix for rare ANRs on launch
- diagnostic code for non-reproducible bugs
Swipe pad height & position didn't make it into this build.
Click to expand...
Click to collapse
Does this version include the fix for incompatibilities with triple tap magnification, or will that be in a future release?
The application is very cool. Price for a pro unfortunately too high...
NiftyUI said:
Roadmap (sorted by priority):
minor fixes (the app is actually pretty stable for the first beta release)
more Swipe Pad options (height, size etc.)
better in-app descriptions and tutorials
create demo projects for Google and OEM for Android bug reports that affect this app
a better tracker with a new design and animations
detailed tutorial for the privileged mode
FAQ section
Click to expand...
Click to collapse
Hey OP I really like your app. I have two questions.
1. Is there any way to make your app play nice with Samsung One Hand mode? I have an S7 on Oreo and when I triple tap home to activate one hand mode it's disabled (which you obviously know because there's a pop-up). Would privileged mode make both of them work together?
2. Is there any way you could adjust the travel of the cursor? In my most comfortable hand position I still can't quite reach the opposite top corner - maybe an accelerating cursor or a logarithmic travel curve? I have no idea how you would implement it to be honest but it would be a cool pro feature. Here's a gif showing what I mean.
https://imgur.com/85jRPpU
beginner user said:
The application is very cool. Price for a pro unfortunately too high...
Click to expand...
Click to collapse
Dude it's the price of a half decent sandwich
great app, works like a charm, just wished pro version is little less expensive
We covered this app on the Portal, if you want to add this link into your OP: https://www.xda-developers.com/use-tall-android-phone-one-handed/
Is it possible to make this work with the Blackberry Keyone keyboard?
Looks quite useful, thank you for developing it. Bought the pro version to support you.
purplegreendave said:
Hey OP I really like your app. I have two questions.
1. Is there any way to make your app play nice with Samsung One Hand mode? I have an S7 on Oreo and when I triple tap home to activate one hand mode it's disabled (which you obviously know because there's a pop-up). Would privileged mode make both of them work together?
2. Is there any way you could adjust the travel of the cursor? In my most comfortable hand position I still can't quite reach the opposite top corner - maybe an accelerating cursor or a logarithmic travel curve? I have no idea how you would implement it to be honest but it would be a cool pro feature. Here's a gif showing what I mean.
https://imgur.com/85jRPpU
Dude it's the price of a half decent sandwich
Click to expand...
Click to collapse
Depend where u live friend! its very high indeed. not complaining just expressing my feeling on the pricing
...
This is great! Easy to use and makes s9+ usable with one hand without dropping it
Sorry, for the delayed respone folks. I was very busy this week and decided to invest my spare into bug fixes (successfully yaaay ). If nothing unforseen happens, I plan to focus exclusively on this app for the next weeks.
tcboy88 said:
Can you give a hint how did you inject touch event onto other apps without system privileges?
Is it accessibility API?
Click to expand...
Click to collapse
Here you go
oroboros74 said:
Does this version include the fix for incompatibilities with triple tap magnification, or will that be in a future release?
Click to expand...
Click to collapse
Nope but I'm planing to release the fix in the next days.
purplegreendave said:
Hey OP I really like your app. I have two questions.
1. Is there any way to make your app play nice with Samsung One Hand mode? I have an S7 on Oreo and when I triple tap home to activate one hand mode it's disabled (which you obviously know because there's a pop-up). Would privileged mode make both of them work together?
2. Is there any way you could adjust the travel of the cursor? In my most comfortable hand position I still can't quite reach the opposite top corner - maybe an accelerating cursor or a logarithmic travel curve? I have no idea how you would implement it to be honest but it would be a cool pro feature. Here's a gif showing what I mean.
Click to expand...
Click to collapse
1. The privileged mode will help as long as you don't use both actively at once (revealing the cursor in one-handed mode). TBH, Samsung's one-handed mode + accessibility services with the permission to perform gestures don't work together. This part of the system is just broken. Activating the one-handed mode leads to the described bug and activating an accessibility service like this while one-handed mode is active will screw with your touchscreen coordinates until you turn off the display.
2. You can adjust the speed/sensitivity etc. by changing the size of the cursor area & tracker area in the PRO version.
Main Screen -> Settings -> Behavior -> Cursor & Tracker Area
What you want to do is basically:
make the tracker area as big as possible but easily accessible for your thumb.
resize the cursor area to cover up the hard to reach part of the display but keep it as small as possible
Think about the tracker area as a smaller mirrored version of the cursor area. E.g. Decreasing the tracker area will speed up the cursor. I really have to find a better explanation for these things because it's indeed a little bit hard to understand.
lovishmiddha said:
great app, works like a charm, just wished pro version is little less expensive
Click to expand...
Click to collapse
beginner user said:
The application is very cool. Price for a pro unfortunately too high...
Click to expand...
Click to collapse
I understand that the price seems pretty high for just a pointer and I already reduced it a little bit this week but I have my reasons for the price. Is there an important feature that makes the free version unusable for you?
MishaalRahman said:
We covered this app on the Portal, if you want to add this link into your OP: https://www.xda-developers.com/use-tall-android-phone-one-handed/
Click to expand...
Click to collapse
Thanks! Perfect timing
Random Username said:
Is it possible to make this work with the Blackberry Keyone keyboard?
Click to expand...
Click to collapse
I doubt it, but I'll look into it.
laurentlbm said:
Looks quite useful, thank you for developing it. Bought the pro version to support you.
Click to expand...
Click to collapse
Thanks!

[APP 4.1+] 3C CPU Manager (root)

3C CPU Manager (root), available on Play Store and XDA Labs, a simple CPU manager app that requires root for controlling both CPU and GPU. It allows you to set specific settings for standby to battery saving.
You can remove ads and unlock features using in-app purchases.
★ Highly Configurable UI allows you to transform the app into something you really like.
★ Shows a summary of CPU/GPU loads and frequency
★ Shows graphics of CPU/GPU loads, frequencies and temperatures *
★ Controls up-to 16-cores CPU settings
★ Configure governors settings.
★ View frequency usage table.
★ Set specific screen off configuration.
★ Creates multiple profiles that can be switched using a notification or launcher shortcut.
Depending on kernel support:
★ Set CPU/GPU frequencies, governor and voltages
★ Configure thermal configuration
★ Configure mp-decision daemons
★ Control cores separately
App can work with 3C Kernel Tweaker for tweaking SD, entropy, sysctl, gamma, sounds, etc...
Please report all your issues and feature requests in this thread.
The CPU Manager is not a new app, however I just updated it to support Android 4.0 up-to 9.0. Root is required to control CPU or GPU, not for viewing graphics and current states.
This new version has important change compared to previous:
SD tab is gone, integrated into 3C Kernel Tweaker.
New tab for defining multiple profiles allows switching easily.
Version 4.1a
Just published today, version 4.1a brings the following changes:
Full support for Qualcomm SD855 and Exynos 9820 (you will see and manage all 3 CPUs (actually there's one CPU with 3 clusters, but it's easier to name them CPU).
Add core numbers to each CPU
Add option to show/hide seconds in time table
To achieve support for unlimited multi-cluster (from little.big architecture), I had to rewrite some code, so if you have issues with cluster detection on your device, please let me know.
Hope you enjoy this update.
New notification packs
CPU Manager (package ccc71.st.cpu) has been suspended by Google while I was testing the new feature to download notification packs.
After testing Play Store on-demand features I had to revert the code, but mistakenly published (in beta) a version with XDA download mechanism, directly from my web site.
As a consequence, and because I noticed too late, the app has been suspended "permanently".
I've filled an appeal however there are very little chance that Google will let me update it to be compliant. If not, I'll have to publish the app under a new name and any previous in-app purchases will be lost.
Version 4.5.0i
Good news is Google has allowed me to update the app. So I paid particular attention to make sure new notification packs are downloaded from Play Store.
The app is being reviewed and it will take between a day to an entire week before it is available again on Play Store.
Another good news is that I've removed ads from the app (and all my apps) because too many issues where reported about them, issues with content or CPU drains.
Should you have paid for ads-free, (thanks for your support, always appreciated) you will never see ads in the app, even if I put them back (if Google ever fixes all the critical issues).
Hello, how can we save a profile? For example, when I'm restarting the phones, my settings are gone, and idk what to do in order to keep it...Can you please help me?
robi101012981 said:
Hello, how can we save a profile? For example, when I'm restarting the phones, my settings are gone, and idk what to do in order to keep it...Can you please help me?
Click to expand...
Click to collapse
You can setup profiles in last tab on the far right. There you can setup as many profiles as you want.
If you only care for one default profile, you can tap the top-right button which shows a circle arrow and OFF/UPD/ON text inside. ON means it will be reapplied upon reboot.
3c said:
You can setup profiles in last tab on the far right. There you can setup as many profiles as you want.
If you only care for one default profile, you can tap the top-right button which shows a circle arrow and OFF/UPD/ON text inside. ON means it will be reapplied upon reboot.
Click to expand...
Click to collapse
Thanks, but for me it's not keeping the settings...
robi101012981 said:
Thanks, but for me it's not keeping the settings...
Click to expand...
Click to collapse
If you refer to on-boot settings, you need to make sure app is excluded from Android OS battery optimizations as detailed here: https://3c71.com/optim

RevOS - MIUI 12 Port with Android 10 (20.6.24)

In not a developer of this rom, but i installed and all works fine, i just want to share.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changes from RevOS:
New - Updated base
Optimized - Rewritten Installer
New - Updated Graphic Drivers on devices: sdm660/sdm845 and sdm855
Fix - iOS theme in clear mode
Fix - Floating notifications that were too transparent
Fix - MIUI and Google restoration enabled on first install (as on old MIUI 11 ROMs)
Fix - Dark status bar icons when Dark Mode is enabled (Requires turning dark mode on and off once)
Fix - Custom PopUp camera sounds
Optimized - Updated Spanish language in various apps
New - Groups disabled in Contacts application
New - Enabled show log of blocked numbers in Contacts
New - Disable cleaner tips (notifications) from the cleaner
New - Location and Privacy Options in settings
New - Returned support for MI 8 Pro
New - Updater UI and improved Push Notifications
New - Updated System Apps
New - Updated the Initial Configurator of the device
New - New Xiaomi Account UI
New - New Harman QualComm sound engine
New - Added Scanner App
Changes from Xiaomi:
New - You can take a partial screenshot and set your gesture for this function (press and hold 3 fingers by default)
New - Added sound assistant for Snapdragon 845 based devices
New - LHDC v3 support (Mi 9 / Mi 9T Pro)
New - Added batch deletion of games via Game Turbo section
New - Added ability to hide desktop games and show them only in Game Turbo section
New - Added the ability to create screenshots of the screen area by holding three fingers on the screen
New - Now on the desktop you can process animations in third-party applications
New - Updated security patch [06-2020] to improve system security
New - Supports multiple satellite positioning systems [GPS, Beidou, GLONASS]
New - Support small window app and full screen app to change focus of input method
New - Supports navigation gestures to operate small window app and full screen app separately
Optimized - Anti-burn screen mechanism of gesture indication line
Optimized - Optimized the control center under the incoming call
Optimized - Optimized notification bar classification rules.
Fix - The content of the lock screen was occasionally shown in AoD mode
Fix - Unable to activate automatic AOD deactivation function when phone is in the dark for some time
Fix - USSD response dialogs were not showing (Android 10 devices)
Fix - The "Allow all the time" button was not available in the permission dialogs for most applications (except the app store)
Fix - Custom signature did not appear on the lock screen
Fix - The Quick Settings order was not correct in the old Quick Settings panel
Fix - Custom switches could not be used in the second space or when Ultra battery saver was activated
Fix - Swipe up gesture did not work in some apps
Fix - Fixed a bug that blocked the entire device in the side menu of the lock bar
Fix - The problem that the color of the status bar of the super wallpaper is abnormal in the dark mode
Fix - Fix the issue that the accessibility feature is not available in edit mode
Fix - Fix occasional lock when changing SIM cards
Fix - Fix abnormal fast change sequence in old control center
Fix - Fixed, when floating notification appears, bottom of page is blurred
Fix - Fixed, a blank bar at the top of the notification bar
Fix - Fix the issue that the occasional fingerprint cannot be used under the screen
Fix - Fix the problem that the lock screen content is displayed on the occasional screen interface
Web site: https://revtechs.me/
Download: https://dl.revtechs.me/miui/RedmiNote5/ROS-MIUI_RedmiNote5_20.6.24_v12-10.zip
Has this port any bug? is stable?
Thanks for the information!
How to install this ROM from MIUI 12 EU weekly?
Do i need to format data under TWRP?
Thanks
Hello
r30857 said:
Thanks for the information!
How to install this ROM from MIUI 12 EU weekly?
Do i need to format data under TWRP?
Thanks
Click to expand...
Click to collapse
a clean installation is recommended to avoid problems
delorian-mid said:
a clean installation is recommended to avoid problems
Click to expand...
Click to collapse
Thanks, flashed already and so far so good!
One more question, how to fix " ctsProfile : false"?
r30857 said:
One more question, how to fix " ctsProfile : false"?
Click to expand...
Click to collapse
i fixed it enabling magisk hide, rename magisk and reboot.
fr3d0x said:
i fixed it enabling magisk hide, rename magisk and reboot.
Click to expand...
Click to collapse
Thanks bro.
I did it but still no lucky, I also tried to hide the Google service, Google play service and Google frame work actually, but still got the same result!
Possibly flash presist.img will fix this but I cannot find the persist.img of Android 10 from the web, (I think it is noway to fine it because Pie is the latest official OS by Xiaomi)
Can I use Pie's persist.img?
Flashed this a few days ago, I've tried all the other roms now as I just like testing out roms. I've got an odd problem with this one though when playing YouTube videos in a browser they play all blocky with random colour squares I've not seen that before. Anyone else have that problem?
Does this have the same features as the Android 10 port?
Banking apps doesn't work
Neither banking apps nor Google pay detect the SIM card.
Installed the latest build (20.6.24) and so far so good,
The only problem is app icon, i cannot change icon to teardrop, how to change the icon from original to teardrop?
PS: safetyNet is no problem on this new build!
r30857 said:
Installed the latest build (20.6.24) and so far so good,
The only problem is app icon, i cannot change icon to teardrop, how to change the icon from original to teardrop?
PS: safetyNet is no problem on this new build!
Click to expand...
Click to collapse
How is the heating issue? like, I tried the early builds and they tend to be a bit hot, near the bottom of the screen.
Compares with Miui Eu ROM (Android 9) the battery drop on this ROM is little bit fast, but there is no such issue! ( And i dont play game)
r30857 said:
Compares with Miui Eu ROM (Android 9) the battery drop on this ROM is little bit fast, but there is no such issue! ( And i dont play game)
Click to expand...
Click to collapse
Like on MIUI 10/12 EU ROM (Android 9), normal temp is 34-35 and goes to 36-37 with medium use. Seen 37-38 on the current Android 10 custom roms and upto 39 with medium use; had similar experience with the early builds of Rev. Glad to hear they fixed that.
The battery issue might be due to kernel, if they can fix it with future updates; hopefully might make the switch. Almost forgot, last question, how much free RAM is available, when no other app is running in the background?
Again, ty for info
Renz1er said:
Like on MIUI 10/12 EU ROM (Android 9), normal temp is 34-35 and goes to 36-37 with medium use. Seen 37-38 on the current Android 10 custom roms and upto 39 with medium use; had similar experience with the early builds of Rev. Glad to hear they fixed that.
The battery issue might be due to kernel, if they can fix it with future updates; hopefully might make the switch. Almost forgot, last question, how much free RAM is available, when no other app is running in the background?
Again, ty for info
Click to expand...
Click to collapse
Thanks for the information about the temp.
And to the free RAM, in my experience, with same Apps installed on both EU ROM (android 9) and this one ( i have 84 apps ), there are 300Mb to 400 Mb difference, in my experience, EU ROM has almost 2G free RAM, in this Android 10, only 1.6 to 1.7G free after power on!
BTW, do you know how to change the icon to teardrop?
It keeps in same even though i changed it under developer options!
r30857 said:
Thanks for the information about the temp.
And to the free RAM, in my experience, with same Apps installed on both EU ROM (android 9) and this one ( i have 84 apps ), there are 300Mb to 400 Mb difference, in my experience, EU ROM has almost 2G free RAM, in this Android 10, only 1.6 to 1.7G free after power on!
BTW, do you know how to change the icon to teardrop?
It keeps in same even though i changed it under developer options!
Click to expand...
Click to collapse
That's expected I guess, the newer versions usually eat up more RAM.
I don't think you can change it to tear drop using the stock miui launcher, might need to switch to a custom launcher or use a miui theme.
Renz1er said:
That's expected I guess, the newer versions usually eat up more RAM.
I don't think you can change it to tear drop using the stock miui launcher, might need to switch to a custom launcher or use a miui theme.
Click to expand...
Click to collapse
Yea, normally, new versions need more ROM, but it's totally acceptable! Especially it is EOL in Xiaomi!
And that's too bad, i usually use Lawnchain V2 as my default launcher and its easy to make the changes,, but after I found the stock Miui launcher had the "GoogleFeet' function too, I switch back to Miui launcher to save some spaces!
Anyway, it's okay to keep using the default icons! Not an issue!
r30857 said:
Yea, normally, new versions need more ROM, but it's totally acceptable! Especially it is EOL in Xiaomi!
And that's too bad, i usually use Lawnchain V2 as my default launcher and its easy to make the changes,, but after I found the stock Miui launcher had the "GoogleFeet' function too, I switch back to Miui launcher to save some spaces!
Anyway, it's okay to keep using the default icons! Not an issue!
Click to expand...
Click to collapse
Ya, after EOL, so wanted to switch to custom rom or the ported version. But, the battery drainage is a major issue in both.
Custom roms, still have few issues missing here and there. While the kernel causing a bit of heating issue is another factor. Hopefully, might wait a bit longer; before both are fixed.
Renz1er said:
Ya, after EOL, so wanted to switch to custom rom or the ported version. But, the battery drainage is a major issue in both.
Custom roms, still have few issues missing here and there. While the kernel causing a bit of heating issue is another factor. Hopefully, might wait a bit longer; before both are fixed.
Click to expand...
Click to collapse
Yes, just as you said, it's time to using customer ROM after EOL, and i am not a heavy user with smartphone, so some slight problems are okay to me!
Have a nice day!

Categories

Resources