Сlean AOSP for mi max 3 - Xiaomi Mi Max 3 Questions & Answers

Good afternoon. Using translator. Is there a clean AOSP for mi max 3? Without additional settings and buns? Just so that everything works after installation.

Related

[ASK] Tweak RAM & Battery For Redmi 1s Cyanogen 12.1

Please give me Tweak for my Redmi 1s, im using Cyanogen v12.1.
Sorry my english is very bad.
andresurbakti21 said:
Please give me Tweak for my Redmi 1s, im using Cyanogen v12.1.
Sorry my english is very bad.
Click to expand...
Click to collapse
L Speed download in playstore
Try using custom home launcher, a small sized and simple looking one, on mine, default home launcher really slapped the performance to the ground, sometimes it forces close apps / games i'm currently using, until i used the custom one, and always remember to clean RAM cache, and never ever trust RAM booster apps from playstore, clean master? 360? it'll just bring down your phone and any phone performance even worse, trust me, i've tried it with many different phones, you might be able to use ROOT Booster, to boost performance but it might overheat ur phone (not really sure), change performance to Battery Saver, and don't use battery saver apps from playstore, use the one on "Security" app, it's already installed on mi 1s by default, and switch to airplane mode if you are not currently having conversation with anyone, and always switch Wi-Fi off when not needed, and optionaly turn down the brightness, and ALWAYS clean RAM cache after u're done with one app or when switching to other app. Hope this helps and sorry for my bad english

[mod]cpu_tuning

tribute to xda.
tuning parameters for cpufreq_interactive & core_ctl & hmp_sched & some more
for MIUI and LOS, RR, AOKP, MoKee, Bliss (all zwliew's forks).
v.4
- conception is changed (again)
sometimes 1 big + 2 little is not enough. so now i offer you 1 big + 3 little or 2 big + 2 little at your choice.
all these combination is very individual and i want you will make your own good config.
now it's much simpler to customize - all configs are in separate patches.
just download zip, unpack it, correct config, pack it back. that's all.
if you will find better configuration, please, give your advices here in this thread.
i recommend you to use good monitoring and profiling tool from Qualcomm https://play.google.com/store/apps/details?id=com.quicinc.trepn
for custom rom (!!!zwliew's sources based) users:
you can apply cpu_tuning* patches direct on your native kernel, you dont need to change kernel, it will work (may be even better, who knows).
or you can apply patch with new LOS kernel from fedosis with very light undervolting, new low frequences and some more improvements.
(all kernels are zwliew's sources based, compatible)
so,
1. install "lineage-13.0-20170202-UNOFFICIAL-land-kernel.zip" (kernel only)
2. install "cpu_tuning-4-1x3-cm13.zip" (config only)
if you skip 1st step, it will repack your present boot (only "init.qcom.power.rc" will be replaced) and will work with your old kernel, but without low freqs, etc. you can test this case also.
!!!backup your "boot" partition.
for MIUI users:
there are patches with similar settings for you.
just install "cpu_tuning-4-1x3-miui.zip". only "/system/etc/init.qcom.post_boot.sh" will be replaced.
!!!backup "/system/etc/init.qcom.post_boot.sh"
(there are also patch with original MIUI "/system/etc/init.qcom.post_boot.sh", if something will go wrong)
https://drive.google.com/drive/folders/0B1G5yP4fi63mbEpzNHREVVB6a00
and later i will add something about thermal config, there are also some points to change
v.3
- conception is changed:
now 1 big + 2 little cpus are permanent online (offline-to-online is not cheap).
permanent also means, they are always the same: cpu0 (big master), cpu4 (little master), cpu5 (little master's friend). all others are lazy, they stay offline most times and go online and work only if these three are very busy. "core_ctl" was patched to implement this logic.
- (not for MIUI) low frequences was added. 768 and especially 960 are too high for low load.
- (not for MIUI) light cpus boost on screen touch was implemented.
v.2
now 8 cpus sleep more (in active mode) and wake faster.
LITTLE cluster for little tasks (at least 1 active), big cluster for big tasks (mostly sleeps).
awaiting of your impressions and results about working time and performance before and after.
we will tune it
one more thing:
i think xda is for advanced users. it's all experimental.
and better do nothing if you dont understand what are you doing.
will this work in mokee rom??
Subhampaul12 said:
will this work in mokee rom??
Click to expand...
Click to collapse
may be late. these are most popular.
thanks for the mod. But, why i feel CPU load is a bit bigger then before i applying the mod?
i'm using latest MIUI global developer
RinzImpulse said:
thanks for the mod. But, why i feel CPU load is a bit bigger then before i applying the mod?
i'm using latest MIUI global developer
Click to expand...
Click to collapse
may be. i dont know. thats why i want you to test it. but you need more time to make right compare results.
RinzImpulse said:
thanks for the mod. But, why i feel CPU load is a bit bigger then before i applying the mod?
i'm using latest MIUI global developer
Click to expand...
Click to collapse
CPU load is bigger because the task focused only on one core and sleep another core so that they may use upto 100% of one core rather than dividing it to another core (MAYBE, IT'S JUST HYPOTHESE)
I don't even know how it works ?
Will try, thanks for your work.
Thanks for this mod. I'll try, I hope this mod will update reguraly.
Sent from my Redmi 3X using Tapatalk
Could you please make a version for Bliss rom too ? Thnaks!
My redmi lags with the mod my friend.. Im using de latest weekly
Enviado desde mi Redmi 3S mediante Tapatalk
Crissdua said:
My redmi lags with the mod my friend.. Im using de latest weekly
Enviado desde mi Redmi 3S mediante Tapatalk
Click to expand...
Click to collapse
Same
Wysłane z mojego Redmi 3S przy użyciu Tapatalka
miui people report about lags. thanks.
im working on it. if you want to solve this problem fast, just try to make 1 change in "/system/etc/init.qcom.post_boot.sh"
add one little cpu always online at line 1502:
Code:
echo 2 > /sys/devices/system/cpu/cpu4/core_ctl/min_cpus
or more radical
add one big cpu always online at line 1494:
Code:
echo 1 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
or even try both changes together, why not
ps.: not bad if you will report about power consumption changes (if any) also. means power consumption in acive mode (display on).
it often stucks only on one core enabled which cause lags. RR ROM
difr said:
miui people report about lags. thanks.
im working on it. if you want to solve this problem fast, just try to make 1 change in "/system/etc/init.qcom.post_boot.sh"
add one little cpu always online at line 1502:
Code:
echo 2 > /sys/devices/system/cpu/cpu4/core_ctl/min_cpus
or more radical
add one big cpu always online at line 1494:
Code:
echo 1 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
or even try both changes together, why not
ps.: not bad if you will report about power consumption changes (if any) also. means power consumption in acive mode (display on).
Click to expand...
Click to collapse
yes, mine feels lag too, but only at the start after long sleep. it's fine after some minutes/hours regular use
Got a great battery life improvement after using this mod. Arround 8,5 hours SOT (remaining at 8%) full 4G data with heavy browsing & some gaming use
Waiting for more feedback, thanks for making this mod!
first post updated. please, take a look.
Bliss added.
difr said:
Bliss added.
Click to expand...
Click to collapse
Thanks! I'll update this post after trying it out.
with rr antutu score is 40k, when use your latest mod, my antutu score decrease to 36k.
Can you mod it for only 1 small core online? i want only battery life. Or just guide me how to do it

[KERNEL][OP2][LineageOS] FrancoKernel - r12 - 12th Dec

Hi all.
Compatibility:
Builds starting with r1 are only for Android Nougat 7.1.1 LineageOS based roms.
Download:
From my webserver choose the Kernel with the most recent version number. Older releases for older Android versions are in the parent directory:
https://kernels.franco-lnx.net/OnePlus2/7.1.1/anyKernel/
or from my Updater app. It's just easier and more convenient:
https://play.google.com/store/apps/details?id=com.franco.kernel
Installation:
Flash the zip in your recovery
or
Auto-flash from Franco Kernel Updater app
Features:
1 - Legendary battery life
2 - Flash & forget
3 - Typical interfaces like display adjustments, sound control, vibration control, and all that boring stuff
4 - Bypasses the verified boot flag for Android Pay compatibility (root still breaks Android Pay but that's your own problem)
5 - Idle power consumption reduced to the absolute minimum (if you have wakelocks from 3rd party apps you're obviously on your own)
6 - Support for FKUpdater's Performance Profiles
7 - Magical support, I'm here every day, checking posts almost hourly, ready to help anytime (well, unless you fail to read the OP, which contains most info you need)
8 - Seemless integration with my app FKUpdater
9 - All cores are unlocked and unshackled from One Plus core control module. Mimicking the Nexus 6P all cores are online and hit idle states when they don't have tasks running, instead of going offline. Performance is greatly improved because all cores are readily available when needed
10 - Some famous wakelocks are blocked and disabled by default for maximum battery life through out the day
11 - No crap placebo patches, or "magical" optimizations
12 - Probably more, check my github for all the details - the code speaks for itself
Changelog:
https://kernels.franco-lnx.net/OnePlus2/7.1.1/appfiles/changelog.xml
Source:
https://github.com/franciscofranco/one_plus_2
Follow me on the interwebs
Google+
Twitter
Google+ FK community
https://plus.google.com/u/0/communities/117966512071636110546
Franco Kernel: Manager & Updater demo
Disclaimer to moderators:
Slight OT is fine, but when users decide to act stupid they should be dealt with with the appropriate means - its really annoying for me when OT turns crazy. Please put the warning/ban hammer anytime any of you think there's lack of respect and/or too much unwanted OT crap - but if it doesn't meet this criteria let the OT posts alone. Thank you.
Cheers!
Will update Franco Kernel Manager & Updater later today with better One Plus 2 support. It's already supported and labeled as official device, but needs a couple tune-ins, so hang there, will be available later on today.
First..!! Finally.
was waiting for it :3 thanks for support. so no hotplugging at all? all cores online all the time? won't this waste too much battery?
Thanks for the amazing work, we appreciate it.
chxei said:
was waiting for it :3 thanks for support. so no hotplugging at all? all cores online all the time? won't this waste too much battery?
Click to expand...
Click to collapse
Hotplug is the action of onlining a core (after it has been unplugged) in a live system, which is present in any Kernel of any device with more than 1 core. You can offline it through sysfs. What you are asking is: if there's any automatic mechanism that onlines & offlines cpu cores based on some special heuristic. The answer is no.
They are online at all times unless there's the need for some thermal throttle. They'll follow the standard Linux resume->suspend mechanism just like any other "normal" phone when the OEM doesn't **** with the natural cycle. This is exactly how the Nexus 6P (same chip) works. I explain it in the changelog & in the feature list. Cores will go to idle in a "jiffy" if they don't have any runnable threads running.
It's good to have such experienced dev working on development for oneplus2
I installed your kernel but I need a tweak supported. Thank you for your great work for oneplus2
Envoyé de mon ONE+A2005 en utilisant Tapatalk
mimbel said:
I installed your kernel but I need a tweak supported. Thank you for your great work for oneplus2
Envoyé de mon ONE+A2005 en utilisant Tapatalk
Click to expand...
Click to collapse
?
Francokernel updater and manager not supported
Envoyé de mon ONE+A2005 en utilisant Tapatalk
mimbel said:
Francokernel updater and manager not supported
Envoyé de mon ONE+A2005 en utilisant Tapatalk
Click to expand...
Click to collapse
Did you even read the OP?
How to tweak it ?
Envoyé de mon ONE+A2005 en utilisant Tapatalk
mimbel said:
How to tweak it ?
Envoyé de mon ONE+A2005 en utilisant Tapatalk
Click to expand...
Click to collapse
Read the second post...
franciscofranco said:
Hi all.
Compatibility:
Builds starting with r1 are only for Android Nougat 7.1.1 LineageOS based roms.
Download:
From my webserver:
https://kernels.franco-lnx.net/OnePlus2/7.1.1/anyKernel/
or from my free Updater app:
https://play.google.com/store/apps/details?id=com.franco.kernel.free
Installation:
Flash the zip in your recovery
or
Auto-flash from Franco Kernel Manager & Updater or Franco Kernel Updater Free apps
Features:
1 - Legendary battery life
2 - Flash & forget
3 - Typical interfaces like display adjustments, sound control, vibration control, and all that boring stuff
4 - Bypasses the verified boot flag for Android Pay compatibility (root still breaks Android Pay but that's your own problem)
5 - Idle power consumption reduced to the absolute minimum (if you have wakelocks from 3rd party apps you're obviously on your own)
6 - Support for FKUpdater's Performance Profiles
7 - Magical support, I'm here every day, checking posts almost hourly, ready to help anytime (well, unless you fail to read the OP, which contains most info you need)
8 - Seemless integration with my app FKUpdater
9 - All cores are unlocked and unshackled from One Plus core control module. Mimicking the Nexus 6P all cores are online and hit idle states when they don't have tasks running, instead of going offline. Performance is greatly improved because all cores are readily available when needed
10 - Some famous wakelocks are blocked and disabled by default for maximum battery life through out the day
11 - No bull**** placebo patches, or "magical" optimizations
12 - Probably more, check my github for all the details - the code speaks for itself
Changelog:
https://kernels.franco-lnx.net/OnePlus2/7.1.1/appfiles/changelog.xml
Source:
https://github.com/franciscofranco/one_plus_2
Google+ FK community
https://plus.google.com/u/0/communities/117966512071636110546
Franco Kernel: Manager & Updater demo
Disclaimer to moderators:
Slight OT is fine, but when users decide to act stupid they should be dealt with with the appropriate means - its really annoying for me when OT turns crazy. Please put the warning/ban hammer anytime any of you think there's lack of respect and/or too much unwanted OT crap - but if it doesn't meet this criteria let the OT posts alone. Thank you.
Cheers!
Click to expand...
Click to collapse
Hi Francisco. You will not do a kernel based on Oos 3.5? Why you choose lineage and not oos like Oneplus 3
Sorry !!! I don't read the second post
Envoyé de mon ONE+A2005 en utilisant Tapatalk
mimbel said:
Francokernel updater and manager not supported
Envoyé de mon ONE+A2005 en utilisant Tapatalk
Click to expand...
Click to collapse
Dev will update support for them later today
Finally some "real" development for this device
Thanks @franciscofranco ! We all appreciate your work.
OT: Any chance of building a LineageOS 14.1 kernel for the OnePlus One too? The community loves you!
dom_tucc said:
Hi Francisco. You will not do a kernel based on Oos 3.5? Why you choose lineage and not oos like Oneplus 3
Click to expand...
Click to collapse
First of all stock OOS for this device is horses ****, lag fest etc. Second, I could not boot the device building from their sources. I wasted a couple days for nothing. So LineageOS it is.
Gawd said:
Finally some "real" development for this device
Thanks @franciscofranco ! We all appreciate your work.
OT: Any chance of building a LineageOS 14.1 kernel for the OnePlus One too? The community loves you!
Click to expand...
Click to collapse
Yes, coming this week! :highfive:
franciscofranco said:
First of all stock OOS for this device is horses ****, lag fest etc. Second, I could not boot the device building from their sources. I wasted a couple days for nothing. So LineageOS it is.
Yes, coming this week! :highfive:
Click to expand...
Click to collapse
I have oos on my op2 and i never noticed a lag. i tried also lineage, and i didnt found a noticeable difference, only in ram management. But camera in lineage is ****
Will this Kernel support AOSP-CAF based ROMs? If not then are you planning to add any support for it?

Best ROM?

Hi everyone,
I am using Xiaomi Mi 6 and I can't take the "support" Xiaomi has for this phone anymore and I am thinking of changing the stock ROM.
I have never done this before and i'm not sure which one to pick. I am interested in improved battery life and improved camera algorithms (if possible) with camera 2api enabled so I can use GCam as the stock camera now (in MIUI 10) is even worse than it used to be.
I would go for something more MIUIish but I want the best that is out there.
Any suggestions?
i tried all possible rom and kernels for mi 6 and finally can say that the best in my opinion will be PIXEL EXPERIENCE CAF
its the smoothest and stable rom.. eas will give you better battery and gaming performance than interactive( if you use asphalt 8/9 on interactive roms you get fps drop to 26/7 constantly. on eas fps are stable, capped to 30 )
caf based provide very smooth and optimized software than aosp. because is optimized for specified processor
f2fs on data and cache will give you better storage performance especially on write speed and device longevity( now pixel 3 and 3 xl use this for these reasons)
- this rom is underclocked to 2.0 ghz by default. if you want maximum performance you need to unlock the maximum frequency with ex kernel manager
-even with ex kernel manager i reccomend to set on boost cluster section : 1324 mhz for little clusters and 0 to big clusters , boost duration 40 ms ( latest miui is smooth because of these values)
camera photos and videos are amazing. 60fps on video with incredible stabilization. battery is outstanding,even deep sleep, only 3% over night.
pixel experience caf isnt perfect because its the third release but is official and regulary updated. my device is smoother than mi 8 and mi 9.. snapdragon 845 use eas for reasons. our device use the same ufs 2.1 memory. no need to upgrade to latest flagships
Alessandro999 said:
i tried all possible rom and kernels for mi 6 and finally can say that the best in my opinion will be PIXEL EXPERIENCE CAF
its the smoothest and stable rom.. eas will give you better battery and gaming performance than interactive( if you use asphalt 8/9 on interactive roms you get fps drop to 26/7 constantly. on eas fps are stable, capped to 30 )
caf based provide very smooth and optimized software than aosp. because is optimized for specified processor
f2fs on data and cache will give you better storage performance especially on write speed and device longevity( now pixel 3 and 3 xl use this for these reasons)
- this rom is underclocked to 2.0 ghz by default. if you want maximum performance you need to unlock the maximum frequency with ex kernel manager
-even with ex kernel manager i reccomend to set on boost cluster section : 1324 mhz for little clusters and 0 to big clusters , boost duration 40 ms ( latest miui is smooth because of these values)
camera photos and videos are amazing. 60fps on video with incredible stabilization. battery is outstanding,even deep sleep, only 3% over night.
pixel experience caf isnt perfect because its the third release but is official and regulary updated. my device is smoother than mi 8 and mi 9.. snapdragon 845 use eas for reasons. our device use the same ufs 2.1 memory. no need to upgrade to latest flagships
Click to expand...
Click to collapse
Im on the same boat as op. https://download.pixelexperience.org/sagit/ is this the correct website to download?
Also one more question , does this rom have OTA?
Thanks in advance mate!
Altair47 said:
Im on the same boat as op. https://download.pixelexperience.org/sagit/ is this the correct website to download?
Also one more question , does this rom have OTA?
Thanks in advance mate!
Click to expand...
Click to collapse
yes this is official website of caf builds, i reccomend it
there is also a china website https://sagit.sbwml.net/?dir=PixelExperience/pie , but this is aosp based
select witch you prefer
Hello, I don't want to duplicate thread. I look for best ROM for me. What would you recommend for:
- best battery life
- super light rom without bloatware apps (I'd like to install open gapps pico) - only the most important applications. I use "Nova launcher" for my daily launcher.
Actually I use BaikalOS and it is nearly perfect except some issues with hardware button backlight.
You don't have to use kernel manager to change CPU freq
There is xiaomi advanced menu and the are four profiles battery balance performance and game
Choose what you like.
And yes, ROM is very smooth
I've tried almost all roms, but I always come to Miui based ones. Stock ones feel a little bit unfinished, with some small annoyances, and fingerprint is not as fast as on Miui. Regarding battery I think they are all on par. I currently use "MiRoom 9.4.11", little debloated myself with Titanium backup and installed "NFS Injector" module through Magisk. I get aroud 6h SOT, which is the best I was able to get through months of testing.
P.S. I always have a problem with Gcam not saving photos immediately after taking with Aosp based roms, dunno why...
For me,
Miui Based Rom - Revolution OS (not to be confused with Revenge OS). Gapps included.
and
AOSP Based - AospExtended ROM v6.4 [OFFICIAL (latest) + Open Gapps
These 2 I found are more than stable.
Use appropriate Gcam. Both are Buttery smooth for daily driver.
Alessandro999 said:
i tried all possible rom and kernels for mi 6 and finally can say that the best in my opinion will be PIXEL EXPERIENCE CAF
its the smoothest and stable rom.. eas will give you better battery and gaming performance than interactive( if you use asphalt 8/9 on interactive roms you get fps drop to 26/7 constantly. on eas fps are stable, capped to 30 )
caf based provide very smooth and optimized software than aosp. because is optimized for specified processor
f2fs on data and cache will give you better storage performance especially on write speed and device longevity( now pixel 3 and 3 xl use this for these reasons)
- this rom is underclocked to 2.0 ghz by default. if you want maximum performance you need to unlock the maximum frequency with ex kernel manager
-even with ex kernel manager i reccomend to set on boost cluster section : 1324 mhz for little clusters and 0 to big clusters , boost duration 40 ms ( latest miui is smooth because of these values)
camera photos and videos are amazing. 60fps on video with incredible stabilization. battery is outstanding,even deep sleep, only 3% over night.
pixel experience caf isnt perfect because its the third release but is official and regulary updated. my device is smoother than mi 8 and mi 9.. snapdragon 845 use eas for reasons. our device use the same ufs 2.1 memory. no need to upgrade to latest flagships
Click to expand...
Click to collapse
Is this pixel experience better than miui??
Inviato dal mio MI 6 utilizzando Tapatalk
AospExtended ROM v6.4 is indeed very good for daily usage, stable and with tons of features. The only thing that killed me was the music quality when using my earphones.
For now I am using BankaiOS, the music quality of this ROM is more to my taste. It is battery friendly but it allows less tweaking compared to AOSPExtended.

kernel / Cpu manager for xiaomi mi 9 se EU ROM, miui 12 wanted

hi
looking for a safe kernel/cpu manager app , even for small money on playstore maybe, to limit cpu max speed usage to save some battery.
should be good in your experience without any bugs so it doesnt on accident overclock even through bugs and wreck the device?
any hints?
thx^^
Try to use SmartPack Kernel Manager from play store or download EXKM. I am thinking of starting work on a kernel profiles via Spectrum in the future.
Tried SmartPack Kernel Manager (and its predecessor Kernel Adiutor), on Mi 9T.
Strange that when I switch CPU Governor for the Little core, it switches also for Big core, and vice versa (on the other phone I was able to force different Governors for the two cores)

Categories

Resources