Mods for our Device - P8lite General

This is a Thread about working Mod for the P8 Lite, so if anyone has a working Mod on his Device and it do no problems on Device, than Comment here with Link that we can have an List
Thanks for ya Help
Working Mod:
★ [MOD] ◢ PurePerformances™X ◣ | Golden Edition | Scary performances on Android:
http://forum.xda-developers.com/showthread.php?t=2360670
L-Speed
https://play.google.com/store/apps/details?id=com.paget96.lspeed
NEW★ [ PERFORMANCE ] PROJECT SKYNET Genesys TX7 // [GB/MM]
http://forum.xda-developers.com/android/software-hacking/android-l-booster-1-soon-t3030796
[TWEAK][MOD][arm/x86][PROJECT DARK BOOSTER] ABS Tweaks
http://forum.xda-developers.com/android/software-hacking/tweak-arkaynine-boost-script-v3-0-t3120404

LSpeed http://forum.xda-developers.com/android/software-hacking/tweak-l-speed-v1-0-02-02-2015-t3020138

Nice
gonna try a few of these

Have beem using L-Spees for couple of months now, and must say it does improve the overall performance (slightly).. will try using pure performance too
Sent from my ALE-L21 using XDA-Developers mobile app

well i've been using the PROJECT SKYNET Genesys TX7 mod for a while now and its working fine with me
http://forum.xda-developers.com/android/software-hacking/android-l-booster-1-soon-t3030796

ahh988 said:
well i've been using the PROJECT SKYNET Genesys TX7 mod for a while now and its working fine with me
http://forum.xda-developers.com/android/software-hacking/android-l-booster-1-soon-t3030796
Click to expand...
Click to collapse
Whats your gplus name bud?

Good thread !
I've installed pure perfomance mod on custom b564 that used to be here and it seems to boot faster as it says in description,also tested in antutu and got a higher score,about 1000-1500 points more,i used to get around 28.000 now it passed 29000,not a high score but still an improvement. I will keep using this and see how it's working.

I flashed PurePerformance but didn't find any difference... Though haven't run any benchmark ago after that..
Sent from my ALE-L21 using XDA-Developers mobile app

amageek said:
I flashed PurePerformance but didn't find any difference... Though haven't run any benchmark ago after that..
Sent from my ALE-L21 using XDA-Developers mobile app
Click to expand...
Click to collapse
i tried pure performance and i disabled the LSpeed... the antutu score was even smaller than on LSpeed by 1000 points... and i had a problem with calling on pure, the quality was very bad...i flashed the uninstaller and everything is good... I'm waiting for project skynet to approve me on g+...
On LSpeed i got ~32000 points... didn't test on stock...

savvy1968 said:
Whats your gplus name bud?
Click to expand...
Click to collapse
well i think it's ahh988 ..
---------- Post added at 04:12 PM ---------- Previous post was at 04:09 PM ----------
snapdesign said:
i tried pure performance and i disabled the LSpeed... the antutu score was even smaller than on LSpeed by 1000 points... and i had a problem with calling on pure, the quality was very bad...i flashed the uninstaller and everything is good... I'm waiting for project skynet to approve me on g+...
On LSpeed i got ~32000 points... didn't test on stock...
Click to expand...
Click to collapse
me too man waiting for approval well i'm dying to try the new skynet rising

genesys was the best...but now I can't find the .zip... and the thread is closed!!!!!!!!!!!!!!!

I recently used [PROJECT DARK BOOSTER] ABS Tweaks V5.0.
It is working fine, and also improved An-tutu Bench marking, you should also give it a try, many useful tweaks, and all working fine. improved battery life, basically i am using it for battery saving purpose, and i am not disappointed, waiting for you opinions too.
XDA link is here
http://forum.xda-developers.com/android/software-hacking/tweak-arkaynine-boost-script-v3-0-t3120404

Related

[KERNEL][ICS]JARVIS-v8 for LGP990

JARVIS Kernel for LGP990
Only for CM/Miui or AOSP roms​
Deceided that XDA needs a thread too. I won't look through it really often. I hope that other more experienced members can answer some easy questions, so I can focus on developing things.
Features:
3.0.y Kernel
Interfaces to control a bunch of Features (Like vibration strength)
Overall optimized parameters to provide a smooth user experience
working UMS - thanks Harsh
App which controls all the interfaces
Disclaimer:
I'm not responsible if your phone is fried by the kernel or you miss some important phone call! I'm not forcing you to install this Kernel and so it isn't my fault.
Download:
Download
Or Update via my app:
​
Don't use profiles, because they can lead to instabilities.. and they're unnecessary.
Stay away from SetCPU or any other app. Could lead to problems because of the customizable OC. Wait for my app until it's not ready use command line coupled with a init.d script.
You don't need to optimize any values in the ram disk. It should work perfectly without any other tweaks.
When you experience problems like random reboots, SODS, etc. try to go back to stock settings. And apply my 1 GHz frequency table. If this isn't fixing your problems report a bug with detailed informations. Like ROM, Settings, etc.
If a person reported a bug and you experienced it too, +1 this bug report or whatever. In this case I know that the bug isn't only happening on one specific device.
Changelog:
I'm damn lazy. So just use my github commit history (here).
Source Code:
Github
Thanks to:
Dekudan/Victor Von Zeppelin - for creating awesome icons for the app
Arcee - Setting up CyanogenMod and everything.. Just awesome
wkpark - for his cherry-pick marathon.. This guy really has endurance hehe
Ezekeel - Really innovative dev with impressive ideas.
Everyone who open sourced their work
Interfaces:​
CPU Control:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
Used to set the minimum frequency.
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Used to set the maximum frequency.
​
Fsync Control:
/sys/class/misc/fsynccontrol/fsync_enabled (Read and Write)
Enable/disable single file/filessystem sync.
WARNING: This could lead to potential data loss after a unwanted reboot (battery pull)
enable=1, disable=0 (default enabled)​
Vibrator Control:
/sys/class/misc/vibratorcontrol/vibrator_strength
Set the vibration strength.
possible values: 1500-3600​
Force Fast Charge:
/sys/kernel/fast_charge/force_charge_mode
changes the usb charging mode. We have 3 modes:
Fast - Forces fast AC charging. Disable data transfer!
Slow - Always charges slow (like on a normal PC USB bus)
Auto - automatical detects which mode should be set.
Possible values: fast=1, slow=2, auto=0​
Example
Use adb to connect to your device and then in adb shell (with su) (you can setup a init.d script to auto apply everything)
We want more vibration because we can hardly notice it and want to pwn our friend with benchmarks. Additionally we want to charge our device faster.
Code:
echo 3500 > /sys/class/misc/vibratorcontrol/vibrator_strength
echo 1 > /sys/kernel/fast_charge/force_charge_mode
echo 0 > /sys/class/misc/fsynccontrol/fsync_enabled
And that's it
reserved2
Ics only right? cool stuff man I'll give it a try
Verstuurd van mijn Optimus 2X met Tapatalk
awesome, benee
Thanks!
Sent from my LG-P990 using xda premium
Hi
Installed and testing over half day. Until now seems to be a quite good kernel. No problems, no bsod. Battery drain its difficult to tell now
Tnx for new kernel.
Sent from my Tapatalk
great kernel!
I've use it since JARVIS-1
most stable one for me so far.
works fine so far !
looking forward to your kernel control app !
Awesome post! Thanks for sharing.
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
zerocoolriddler said:
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
Click to expand...
Click to collapse
Later. Doesn't benefit so much and only clutters the git history. (I don't like to squash the commits)
zerocoolriddler said:
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
Click to expand...
Click to collapse
damn... really fast. grats benee
---------- Post added at 01:41 PM ---------- Previous post was at 01:35 PM ----------
zerocoolriddler said:
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
Click to expand...
Click to collapse
damn, it really is fast, never seen any kernel score so high when it comes to cpu, just need a lil I\O tweaking and its perfect. i think
I think CPU and Mem is more important than I/O, but not so easy to do.
skylinegt77 said:
damn, it really is fast, never seen any kernel score so high when it comes to cpu, just need a lil I\O tweaking and its perfect. i think
Click to expand...
Click to collapse
It's pretty much io tweaked. If you want more disable fsync (interface)
zerocoolriddler said:
I think CPU and Mem is more important than I/O, but not so easy to do.
Click to expand...
Click to collapse
When I finished my app I will work on live gpu oc and maybe a ram only oc is possible (havn't looked deeply into it and the stuff what we can do easily is damn limited)
CM7 support?
CM9
---------- Post added at 03:10 PM ---------- Previous post was at 03:04 PM ----------
Benee said:
It's pretty much io tweaked. If you want more disable fsync (interface))
Click to expand...
Click to collapse
How to disable this? I´m not able to do it. Tried it via Console and Estrong File Explorer but always changes back to 1 after a Reboot.
zerocoolriddler said:
CM9
---------- Post added at 03:10 PM ---------- Previous post was at 03:04 PM ----------
How to disable this? I´m not able to do it. Tried it via Console and Estrong File Explorer but always changes back to 1 after a Reboot.
Click to expand...
Click to collapse
that is the way sysfs works
you will need to make a init.d script for it so it will set the values at boot time
or just wait for the app
Benee said:
It's pretty much io tweaked. If you want more disable fsync (interface)
When I finished my app I will work on live gpu oc and maybe a ram only oc is possible (havn't looked deeply into it and the stuff what we can do easily is damn limited)
Click to expand...
Click to collapse
not only that, if you try to change it in sys it will never even save the changes to the file, we gotta do it sumwhere else
+ im waiting 4 the app coz from what i saw it apears to be really great
PAIIITET said:
CM7 support?
Click to expand...
Click to collapse
I flash the kernel on cm7 and the phone do not appear usb storage when link to pc.
It can boot on cm7.
rexren said:
I flash the kernel on cm7 and the phone do not appear usb storage when link to pc.
It can boot on cm7.
Click to expand...
Click to collapse
i had to change some things in my rom to support UMS on 3.0.y kernel (since it differs really alot from 2.36.x kernel) i think that is the cause

Stable ROM with best battery life

After so much experimentation and flashing, I think it's finally time to settle down on a single good ROM for a while. Can someone recommend a good stable rom (2.3 or above) which has a great battery life? My data(2G) remains on all the time and I need good battery life to make it through the day.
This is my only requirement, any suggestions???
Gdx v19 or 20.those have nice battery and performance life
Sent from my X8 using xda premium
I recommend you reading in General Section theres a lot of topics and review regarding ROMs
GingerDX, PrimeHD. Did you unlock your Bootloader?
I can get 3 days of good usage using FroyoPro2.5 with alfsv9a-GDX..
No lags ever!
GCR,GZR,GDX v22, iXperia,...
GDX v28b :good:
GCR (GingerCruzt) 8.4 !:good:
Official 2.1 Eclair it's battery life
Really? How much days?
yes about 1-2 days. but
depending on usage including
my love online at hp. thus
causing the battery rapidly
diminishing.
So GCR is better (6days)!
MiniCM + nAa kernel
Sent from my X8 using xda app-developers app
2010matej said:
So GCR is better (6days)!
Click to expand...
Click to collapse
wooww lol haha. good ... what use a kernel
2010matej said:
GCR (GingerCruzt) 8.4 !:good:
Click to expand...
Click to collapse
Seems alot to me 6 days.. Which version of GC? This post you say 8.4, your last post in the GC thread says 8.5
Changelog for 8.4 states:
Revision 8.4
-changed boot animation
- almost same ui, framework but added transitions
- fixed the ringlock controls with the radio issue
- A lot of widgets
Bugs:
- xLoud bug...
-battery goes out quite rapidely(?? confirm anyone?)
- AutoBrightness has some flickering(?)
Click to expand...
Click to collapse
And it only works with nAa8
Do you ever use data, wifi, gps, music, videos or any of the features of the phone at all?
It's obvious that you don't overclock but do you undervolt?
I'd just love to know how on earth you manage to get 6 days + out of our phones.
Cheers.
ariadelvana95 said:
wooww lol haha. good ... what use a kernel
Click to expand...
Click to collapse
Stock!
---------- Post added at 07:07 AM ---------- Previous post was at 07:04 AM ----------
CtrlAltDelIrl said:
Seems alot to me 6 days.. Which version of GC? This post you say 8.4, your last post in the GC thread says 8.5
Changelog for 8.4 states:
And it only works with nAa8
Do you ever use data, wifi, gps, music, videos or any of the features of the phone at all?
It's obvious that you don't overclock but do you undervolt?
I'd just love to know how on earth you manage to get 6 days + out of our phones.
Cheers.
Click to expand...
Click to collapse
I use version 8.4! It's just for stock kernel. No I didn't overclock and I didn't undervolt.
No I didn't use data,gps,videos. I just play music,browse on wifi. And I use 2G all time! I delete unused running services!
On some rom,I don't use music,videos,wifi,gps... 2g all time... but I get just 2/3 days!

Seeder

http://forum.xda-developers.com/showthread.php?t=1987032
found this app says its supposed to speed up ics+ devices wht wants to try it out? im going to
ZeRo2o9 said:
http://forum.xda-developers.com/showthread.php?t=1987032
found this app says its supposed to speed up ics+ devices wht wants to try it out? im going to
Click to expand...
Click to collapse
Apparently the effectiveness of this is debatable
http://www.xda-developers.com/android/entropy-seed-generator-not-all-its-hacked-up-to-be/
Nice did t see that. Seems to make my phone faster will have to keep running it and see
Sent from my HTC Vivid 4G
although it did seem smoother, definitely seemed to punish my battery (cpu was not spending as much time in deep sleep). Really cant say whether it was a placebo, or simply the CPU being faster to respond due to not sleeping. ymmv
This works heaps better than Seeder:
http://forum.xda-developers.com/showthread.php?t=2113150
Was using this on the sensation before getting the Vivid... going to try it now to see if it works as i'm not sure if it was kernel support dependent.. either way.. waiting to see if the creator of the Sultan Kernel for the sensation can port the kernel for the Vivid so we can also get FRANDOM support (read point 5 of above thread for info):
http://forum.xda-developers.com/showthread.php?t=2035897
---------- Post added at 11:12 AM ---------- Previous post was at 11:04 AM ----------
OK.. confirmed running and working:good:
Do you notice an improvement?
Sent from my Vivid 4G using Tapatalk 2
ZeRo2o9 said:
Do you notice an improvement?
Sent from my Vivid 4G using Tapatalk 2
Click to expand...
Click to collapse
Improvement is very noticeable and i actually get better battery life than with Seeder.... but improvement will be far more significant once we get a kernel with Frandom support and fingers crossed the dev pulls through.
It's not a raw or outright performance improvement..it removes lag so much that it feels like a computer that you just doubled the ram on as things load a lot quicker.
There was sort of an issue before that wasn't really an issue which was a too aggressive ad-blocker as some people preferred to have ads while playing games for free platinum/gold/etc offer ads...
It's not detrimental though.. just flash the uninstall zip if you don't like it.. i'm currently running it with the official CM10.

What's the best ROM for better battery performance?

Hello guys, over the past month I have been trying to find the best ROM for the best battery performance, I am thinking that the ones made based on lineage are the best, however I don't find it yet, perhaps you have already found it. Please share your opinions.
Stock is the best I think.
If still not satisfied couple it with some custom kernel and tweak your settings.
carlinleos said:
Hello guys, over the past month I have been trying to find the best ROM for the best battery performance, I am thinking that the ones made based on lineage are the best, however I don't find it yet, perhaps you have already found it. Please share your opinions.
Click to expand...
Click to collapse
I'm using cm 13, with theme engine and xposed too, I'm getting around 9 hours of Screen on Time with moderate use.
Karthik_pm said:
I'm using cm 13, with theme engine and xposed too, I'm getting around 9 hours of Screen on Time with moderate use.
Click to expand...
Click to collapse
Sounds very promising, I will give it a try! thank you, I read that android 6 is more battery friendly, compared to 7.0; But I wonder what did you have to do in order to instal it? I dont think that if I am running 7.1 I can use right away, I am thinking I would need to downgrade first right?
Stock + franco kernel here works like a charm.
carlinleos said:
Sounds very promising, I will give it a try! thank you, I read that android 6 is more battery friendly, compared to 7.0; But I wonder what did you have to do in order to instal it? I dont think that if I am running 7.1 I can use right away, I am thinking I would need to downgrade first right?
Click to expand...
Click to collapse
There is complete instruction in the CM13 thread. https://forum.xda-developers.com/oneplus-3t/development/rom-kernel-unofficial-cyanogenmod-13-0-t3517301
---------- Post added at 04:15 AM ---------- Previous post was at 04:11 AM ----------
lautta10 said:
Stock + franco kernel here works like a charm.
Click to expand...
Click to collapse
Stock is a good option for battery no doubt, why not have plenty of additional features without compromising on battery life! CM theme engine or Substratum theme engine lets us set black themes which will also increase our battery life and enhance looks too. I'm on cm13 for a long time and haven't found any bugs yet.
SyCreed said:
where is the problem to use substraatum on stock rom?
Just get root and you're good to go.
(dont forget to apply black theme in settings)
Swift black \ dark works for me like a chram, no issues at all !
Good luck
Click to expand...
Click to collapse
May be i didn't know stock has OMS support which will turn everything theme able. I usually end up applying dark themes and getting my notifications background in black with black texts in stock android, in case of custom rom with OMS support or CMTE will resolve these issues.
Karthik_pm said:
May be i didn't know stock has OMS support which will turn everything theme able. I usually end up applying dark themes and getting my notifications background in black with black texts in stock android, in case of custom rom with OMS support or CMTE will resolve these issues.
Click to expand...
Click to collapse
With substratum and dark mode. Stock oos.
Navi44 said:
With substratum and dark mode. Stock oos.
Click to expand...
Click to collapse
How did you got dark notifications?
phoberus said:
How did you got dark notifications?
Click to expand...
Click to collapse
There is dark notification mod in one plus 3 mods section and works on one plus 3t as well.
It has problems with text Colors in ambient display.
But I don't ambient so don't have any problems with it
Navi44 said:
There is dark notification mod in one plus 3 mods section and works on one plus 3t as well.
It has problems with text Colors in ambient display.
But I don't ambient so don't have any problems with it
Click to expand...
Click to collapse
Was is this one? https://forum.xda-developers.com/oneplus-3/themes/mods-dark-notifications-oos-4-0-3-black-t3555061
-> Development stopped
Navi44 said:
With substratum and dark mode. Stock oos.
Click to expand...
Click to collapse
That seems great! Thanks.
phoberus said:
Was is this one? https://forum.xda-developers.com/oneplus-3/themes/mods-dark-notifications-oos-4-0-3-black-t3555061
-> Development stopped
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-3/themes/black-notifications-4-0-3-t3558913/page15
Here
I'm bone stock, rooted, franco kernel with power save mode enabled (kernel not Android) and naptime app set to aggressive doze. had 3h30m SOT the other day with 47% battery left. Phone off charge at 7am, checked at 8pm with the aforementioned stats.
ROMs very, very, very, very rarely have battery saving properties. Kernel is where it's at.
So is the Stock ROM the most efficient battery ROM at the moment? Or did anyone found another combination that's even better? I'm getting my 1+ soon and want good battery life not like my old honor 8...
AnDrOiiiD_YT said:
So is the Stock ROM the most efficient battery ROM at the moment? Or did anyone found another combination that's even better? I'm getting my 1+ soon and want good battery life not like my old honor 8...
Click to expand...
Click to collapse
you can see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
---------- Post added at 01:43 PM ---------- Previous post was at 01:42 PM ----------
AnDrOiiiD_YT said:
So is the Stock ROM the most efficient battery ROM at the moment? Or did anyone found another combination that's even better? I'm getting my 1+ soon and want good battery life not like my old honor 8...
Click to expand...
Click to collapse
you'll see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
RE910177 said:
you can see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
---------- Post added at 01:43 PM ---------- Previous post was at 01:42 PM ----------
you'll see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
Click to expand...
Click to collapse
What's the SOT you're getting with this combo?
It's not as much the ROM as it is the apps your running, apps like WhatsApp, Facebook, Facebook Messenger and the likes are the real reason for high battery usage in any ROM.
And as always, Google services sometimes goes loco on you eating battery, causing long charging times and heating up the phone. ?
i have tested some roms & kernels ...
as is experienced my self :
- oos + franco kernel is great for normal usage.it isn't good if you play games.phone get hot and battery drop fast + idle drain=0 ( i tried r17 - i don't know if it is better in r23 update )
- cm13 sultanxda : amazing battery life for using normal + for gaming ! but idle drain is a little.not 0
- oos 3.5.4 + dorimax kernel : good battery for normal use + idle drain=0 but gaming no.
- oos + elemental x kernel = wasn't good in battery for my usage
i want to test oos + blue-spark kernel : seems to be good.but not sure..
& sultanxda linage 14.1 is good i think.i wait for later updates...
i haven't tried any other custom roms.there are so many roms and no time to test them all !
i hope my post helps.
@AnDrOiiiD_YT i came from a different profile which is fairpark with SOT for about 13hrs but then i switched to project zhana for balanced performance + battery with SOT 9hrs

Leeco le 2 Benchmarks and performance

I know that our 2016 le 2 is not going to break any land speed records but I'm just curious about what figures it can post. I am a fan of benchmark scores and before you crucify me, yeah! I know benchmarks don't show real world performance. But would it hurt to run them? FOR SCIENCE??
Anyway, let's get away from the politics a bit and share the best benchmark scores we've managed on our lowly le 2. It doesn't matter if it is the famous Antutu, Geekbench, 3DMark, benchmark pi, a1 SD bench, or whatever you had a go at. Just share it here for the world to see.
Sharing Format
Please attach a screenshot of whichever benchmark you ran and the score you got. Also tell us which ROM you were using, if you had installed any custom kernel, overclocks, and any other tweaks that could have led you to that marvelous score.
Example:
I recently did a 3DMark test on my le 2 (find the screenshot(s)) attached. My phone is running SmallEUI version 3, illusion kernel v. 2.5, and I had all cores locked on performance. I also had a fan blowing at my phone for a cooling breeze.
PE 9.0
Antutu: imgur.com/KTjVIit(dot)png
Geekbench: imgur.com/wyL1Vfs(dot)png
hyperactivex01 said:
PE 9.0
Antutu: imgur.com/KTjVIit(dot)png
Geekbench: imgur.com/wyL1Vfs(dot)png
Click to expand...
Click to collapse
Nice scores. My phone on PE 9 scored 67k on Antutu. Must have been a glitch. Were you running any mods?
Edit:Since you cannot post links yet I've taken your images and put them here to help anyone viewing this in one stop. Hope you don't mind.
Nop. Immediately after flashing rom ran the tests. Is your phone new? Which version, x526?
---------- Post added at 09:01 PM ---------- Previous post was at 08:31 PM ----------
3d mark: imgur.com/Bw0NtF1(dot)png
hyperactivex01 said:
Nop. Immediately after flashing rom ran the tests. Is your phone new? Which version, x526?
---------- Post added at 09:01 PM ---------- Previous post was at 08:31 PM ----------
3d mark: imgur.com/Bw0NtF1(dot)png
Click to expand...
Click to collapse
My phone is less than 2 months old. I must have done something wrong to get such a low score. Your 3D bench looks like mine when I was running smallEUI. I'm installing Arrow OS Pie today. Someone recommended it to me so I am going to try it today.
Edit: again reposted your photos from imgur.
Mine is week and half. I really want to flash bunch of roms, but this one just works too good so I can't justify it. Have fun and good luck. Btw I noticed in other threads other people having ~70k score, so it's not just you.
hyperactivex01 said:
Mine is week and half. I really want to flash bunch of roms, but this one just works too good so I can't justify it. Have fun and good luck. Btw I noticed in other threads other people having ~70k score, so it's not just you.
Click to expand...
Click to collapse
Yesterday I tried Arrow OS pie and Lineage 16. They had same problems as most other pie ROMS so I removed them both. My phone is a x526, the 3/64 GB version. On Arrow OS with overload kernel, I got 110k Antutu. Lineage got 105k with stock kernel. But performance is nothing without stability. Especially the camera because my phone is a daily driver. How's your camera working?
Sent from my Le X526 using XDA Labs
twistyplain said:
Yesterday I tried Arrow OS pie and Lineage 16. They had same problems as most other pie ROMS so I removed them both. My phone is a x526, the 3/64 GB version. On Arrow OS with overload kernel, I got 110k Antutu. Lineage got 105k with stock kernel. But performance is nothing without stability. Especially the camera because my phone is a daily driver. How's your camera working?
Click to expand...
Click to collapse
Damn, 110k. My brothers rn5 got 115k lol. Latest PE is great. It's stable, I don't notice any UI lag. Camera used to close before when trying to record or night mode, especially if I was in a dark room, but now never. I wiped cache before and after dirty flashing update.
Mine is 3/32gb version
Here's mine, I'm using Havoc OS 9 latest build with Overload Kernel
Antutu: imgur(dot)com/DkuXVf6
eydrianji said:
Here's mine, I'm using Havoc OS 9 latest build with Overload Kernel
Antutu: imgur(dot)com/DkuXVf6
Click to expand...
Click to collapse
111k is quite impressive. I'm pretty sure we cannot do much better.
twistyplain said:
111k is quite impressive. I'm pretty sure we cannot do much better.
Click to expand...
Click to collapse
I'm pretty sure overclocking will work but that will ruin its stability. But for the sake of benchmark, I guess we can push higher scores
eydrianji said:
I'm pretty sure overclocking will work but that will ruin its stability. But for the sake of benchmark, I guess we can push higher scores
Click to expand...
Click to collapse
Yes, overclocking works but just a little bit. Stability goes out the window as soon as you start overclocking the SD652. Since it's a 28nm fab chip, it can't go much faster without catastrophic failure.
I read that according to Qualcomm it can do a maximum of 2.2 ghz at 16nm fab process. That's just 400 mhz faster than the current max speed.
twistyplain said:
111k is quite impressive. I'm pretty sure we cannot do much better.
Click to expand...
Click to collapse
Revengeos+overload kernel(v4.21)+truwhitemod(v1.3)=117k-118k
maxvikakosa said:
Revengeos+overload kernel(v4.21)+truwhitemod(v1.3)=117k-118k
Click to expand...
Click to collapse
Please post a screenshot of this result. It doesn't mean that much unless it's verifiable.
twistyplain said:
Please post a screenshot of this result. It doesn't mean that much unless it's verifiable.
Click to expand...
Click to collapse
imgur(dot)com/ZERmCb5
maxvikakosa said:
imgur(dot)com/ZERmCb5
Click to expand...
Click to collapse
How did you get such a high memory speed? Is the phone stable at that performance level?
After many and many test ... this is my result:
Havoc 2.8 (pie)+ some tweak to thermal engine = 119k-120k on antutu score
Havoc 2.8 (pie) + illuminate kernel + some tweak with smartpack kernel manager + some tweak to thermal engine = 120k-121k on antutu score
If u want more info: ask here and i share screenshot of antutu score and my configurartion and mod to obtain this score.
Peace!
From where I can download illuminate kernel.please provide the link .

Categories

Resources