Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Setup
Mobile Setup Configuration Help & Showcase
Pixel 7 Security config for 2024
Message
<blockquote data-quote="Vasudev" data-source="post: 1060251" data-attributes="member: 30411"><p>Upgraded to Android 14 Oct 23. Geekbench scores are much lower and thermal trip point seems to be dropped fro 42C to 36/37C. I tried benching with fixed performance mode and didn't make a difference even after running [ICODE]pm bg-dexopt-job [/ICODE].</p><p></p><p>Noticed ADB has lot more option to cleanup old unused dex files/artifacts in adb shell. [ICODE]pm art cleanup[/ICODE]</p><p>Compile all apps(disk usage will be same as OEM default speed-profile): [ICODE]pm compile -r bg-dexopt -a[/ICODE]</p><p>Compile all apps with optimized for speed and increased disk usage:[ICODE]pm compile -r bg-dexopt -m speed -a[/ICODE]</p><p>Set fixed perf mode: [ICODE] adb shell cmd power set-fixed-performance-mode-enabled true[/ICODE]</p><p>unset fixed perf or adaptive performance: [ICODE] adb shell cmd power set-fixed-performance-mode-enabled false[/ICODE]</p></blockquote><p></p>
[QUOTE="Vasudev, post: 1060251, member: 30411"] Upgraded to Android 14 Oct 23. Geekbench scores are much lower and thermal trip point seems to be dropped fro 42C to 36/37C. I tried benching with fixed performance mode and didn't make a difference even after running [ICODE]pm bg-dexopt-job [/ICODE]. Noticed ADB has lot more option to cleanup old unused dex files/artifacts in adb shell. [ICODE]pm art cleanup[/ICODE] Compile all apps(disk usage will be same as OEM default speed-profile): [ICODE]pm compile -r bg-dexopt -a[/ICODE] Compile all apps with optimized for speed and increased disk usage:[ICODE]pm compile -r bg-dexopt -m speed -a[/ICODE] Set fixed perf mode: [ICODE] adb shell cmd power set-fixed-performance-mode-enabled true[/ICODE] unset fixed perf or adaptive performance: [ICODE] adb shell cmd power set-fixed-performance-mode-enabled false[/ICODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top