[MOD][XPOSED][4.0+] CpuTemp in Statusbar - Xposed Framework Modules

This little module allows you to show the CPU temperature in the statusbar.
Features:
- show temperature left or right (default is left)
- set update interval (default is 1000ms=1s)
- update interval will be stopped when screen is turned off to safe battery
If it doesn't work on your device then the temperature is stored in a different file.
Please contact me in this case and I'll fix it for you.
Sourcecode: https://github.com/M1cha/android_app_cputempinstatusbar
Download: http://repo.xposed.info/module/info.mzimmermann.xposed.cputempstatusbar

First of all great idea, but it didn't work for me.
Sent from SGSII
Plus GT-9105p
Stock on 4.2.2 JellyBean
Rooted ofc
And supercharged!!! ^_^

I had wanted to add this to one of my apps (Informer) but TBH I didn't know where to start! it's not working though, I've just two options Update Interval / Postion and no noti started
I've got galaxy nexus 4.3 ...... can't remember for the life of me what Rom...

I've updated to v1.1 which adds more support.I hope, that it now will work for all of you. If the temperatur will be too high(i.e. 340 instead of 34) tell me and I'll add a division by 10 for your device.

Just installed and still nothing.... no error or anything

Can you check if one of these path's exists and is readable on your device?https://github.com/M1cha/android_ap...ann/xposed/cputempstatusbar/CpuTemp.java#L123
Also check for a Warning from my app in logcat.

File f = new File("/sys/devices/platform/omap/omap_temp_sensor.0/temperature"); // got this
if(!f.exists()) {
f = new File("/sys/kernel/debug/tegra_thermal/temp_tj"); // no
mode = 0;
}
if(!f.exists()) {
f = new File("/sys/devices/system/cpu/cpu0/cpufreq/cpu_temp"); // no
mode = 0;
}
if(!f.exists()) {
f = new File("/sys/class/thermal/thermal_zone0/temp"); // no
mode = 0;
}
if(!f.exists()) {
f = new File("/sys/class/thermal/thermal_zone1/temp"); // no
mode = 0;
}
if(!f.exists()) {
f = new File("/sys/devices/platform/s5p-tmu/curr_temp"); // no
mode = 1;
}

what are the permissions of this file? it must be readable for the system user.

{
"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"
}
Can you make on the edge of the screen ? It's really on the center of the screen. And plausibility of the colour set will be perfect ?
Wysłane z mojego HTC One przy użyciu Tapatalka

ghul21 said:
Can you make on the edge of the screen ? It's really on the center of the screen. And plausibility of the colour set will be perfect ?
Wysłane z mojego HTC One przy użyciu Tapatalka
Click to expand...
Click to collapse
Do you mean the absolute left side? The Option Left/Right means if the icon is inserted as first or last icon in the icon-tray

m11kkaa said:
Do you mean the absolute left side? The Option Left/Right means if the icon is inserted as first or last icon in the icon-tray
Click to expand...
Click to collapse
Yup it will be perfect ?
Edit
One more thing, is it possible to add current cpu frequency or its it to much ?
Wysłane z mojego HTC One przy użyciu Tapatalka

updated to 1.1.1. I hope that everything works because I can't test everything(text color, because I can run AOSP/CM roms only)

Very good idea for XPosed but its not work in my phone, i have a GaLaxy 3 Mini with the XXAMG1 ROM rooted.
Thanks for porting this on my phone

Rom0307 said:
Very good idea for XPosed but its not work in my phone, i have a GaLaxy 3 Mini with the XXAMG1 ROM rooted.
Thanks for porting this on my phone
Click to expand...
Click to collapse
I think Trickster doesn't show the temperature for you, too then?
Can you try to execute this command via adb shell or terminal emulator and post the output?
Code:
find /sys -name *temp*

m11kkaa said:
I think Trickster doesn't show the temperature for you, too then?
Can you try to execute this command via adb shell or terminal emulator and post the output?
Code:
find /sys -name *temp*
Click to expand...
Click to collapse
well, everything is ok on my SGS2 running SuperNexus 4.2.2. milestone. Did you guys remember to reboot your phone? :S

m11kkaa said:
I think Trickster doesn't show the temperature for you, too then?
Can you try to execute this command via adb shell or terminal emulator and post the output?
Code:
find /sys -name *temp*
Click to expand...
Click to collapse
Thanks for reply
My screenshoots:
imageshack.us/a/img837/5917/6511.png
and
imageshack.us/a/img543/1964/ia5l.png
If you want more informations or screenshoots, speack me i will make it

Rom0307 said:
Thanks for reply
My screenshoots:
imageshack.us/a/img837/5917/6511.png
and
imageshack.us/a/img543/1964/ia5l.png
If you want more informations or screenshoots, speack me i will make it
Click to expand...
Click to collapse
Looks like old find command
try this:
busybox find /sys -name *temp*
If busybox is not found just install it from market.

m11kkaa said:
Looks like old find command
try this:
busybox find /sys -name *temp*
If busybox is not found just install it from market.
Click to expand...
Click to collapse
Ok, watch the screen
img842.imageshack.us/img842/2413/k0ce.png
Thanks man

Rom0307 said:
Ok, watch the screen
img842.imageshack.us/img842/2413/k0ce.png
Thanks man
Click to expand...
Click to collapse
mh I don't know if one of those is from the cpu. maybe your cpu doesn't have temperature sensor.
But many battery temp sensors
You could try to open the files to check if there are realistic temperatures stores anywhere.

m11kkaa said:
mh I don't know if one of those is from the cpu. maybe your cpu doesn't have temperature sensor.
But many battery temp sensors
You could try to open the files to check if there are realistic temperatures stores anywhere.
Click to expand...
Click to collapse
Okay, thank you anyway
If later you have another idea I said

Related

[SKIN] Black Theme for Stock ROMs | Now with SuperCircleMod !!

Hi everybody, i'm introducing to you my black theme for Stock ROM.
v3
HTCSense
{
"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"
}
Contacts
Mail
Music
Photos
And many more stuff included ;p
Changelog
19.08.2010 / v3.2
- Changed the H logo which have a problem, thanks to rem and HCDR.Jacob for feedback
- Removed SuperUser.apk which seems to not work properly.
19.08.2010 / SuperCircleMod
- SuperCircleMod is available for my theme, thanks to danne_jo for this !
19.08.2010 / v3.1
- arturo025 changed Android clock look, and ring/vibrate icons. (http://forum.xda-developers.com/showpost.php?p=7742356&postcount=40)
Download :
v3.2 : http://www.megaupload.com/?d=9OXXTIG0 / http://www.mediafire.com/?oobj57de9iy6j33
v3.1 : http://www.megaupload.com/?d=H7E07RHV
v3.0 : http://www.megaupload.com/?d=B38BBC03 / http://www.mediafire.com/?pxv223xr0aawn2p
SuperCircleMod : http://www.megaupload.com/?d=PLUDHJYX / http://www.mediafire.com/?lvvimonrz2qnyh7
Instructions :
1) Make a nandroid backup before anything.
2) Copy the zip on the sdcard.
3) Flash it like a ROM.
IT'S ONLY FOR STOCK ROM (Stock, Modaco, HCDR, Puzzle)
JoOoSs said:
Hi,
[h] DOWNLOAD :[/h] http://www.mediafire.com/?1nnngcuftr2
[h] Installation : [/h]
Note : I advise you to make a nandroid backup before trying install my skin.
For stock ROM with mainfram's boot.img: Connect the phone and execute install.bat.
For Modaco ROM:
Run a CMD.
adb shell
insmod /system/lib/modules/tattoo-hack.ko
mount -o rw,remount /dev/block/mtdblock3 /system
CTRL + C
Others:
Insmod the tattoo-hack's module and remount RW like for the Modaco.
Click to expand...
Click to collapse
can you please give instructions on how to create?
thank you
Nice theme.
I just got it on my Tattoo.
It looks awesome
Thanks
What would I do to get it working with Fydor's ROM? (see my sig for link)
Great work JoOoSs!
Can you please make a How-To tutorial with the steps to make this possible?
I want to modify the look of my sense UI, but without create a custom ROM.
Thanks!
@David_94, i don't know if the fyodor loads tattoo-hack on start, try to execute install.bat. (I will update in a few minutes my script to automatically mount /system as RW)
EDIT = I think you have to do "adb remount" in a CMD before execute install.bat for the fyodor, if it works please say it.
@huetson2 & arturo025, i will make a HOWTO in the same place maybe tomorrow, it's very simple to do.
Thanks for interesting.
JoOoSs said:
@David_94, i don't know if the fyodor loads tattoo-hack on start, try to execute install.bat. (I will update in a few minutes my script to automatically mount /system as RW)
EDIT = I think you have to do "adb remount" in a CMD before execute install.bat for the fyodor, if it works please say it.
@huetson2 & arturo025, i will make a HOWTO in the same place maybe tomorrow, it's very simple to do.
Thanks for interesting.
Click to expand...
Click to collapse
That would be nice! Thank you so much bro!
@JoOoSs
Is it possible to skin Power and Music widget as well.
They really look awful, they always did. I saw that they are modified on Cynogen ROM so maybe it is possible to achieve.
Thanks again for a beautiful skin
@arturo025 : the HOWTO is online
@lukic, yep it's possible, i just have to found where are the PNGs.
What do you want exactly ? You want i modified it with dark colors ?
Yes, I would like them black too.
To match your skin better.
JoOoSs said:
@arturo025 : the HOWTO is online
@lukic, yep it's possible, i just have to found where are the PNGs.
What do you want exactly ? You want i modified it with dark colors ?
Click to expand...
Click to collapse
Could you tell us where the PNGs are located? =D
@David_94, i don't know if the fyodor loads tattoo-hack on start, try to execute install.bat. (I will update in a few minutes my script to automatically mount /system as RW)
EDIT = I think you have to do "adb remount" in a CMD before execute install.bat for the fyodor, if it works please say it.
Click to expand...
Click to collapse
I will try soon (I have a lot of homework ).
PNGs for Power Control widget are in Settings.apk
I have tried to modified them but I failed
Woh ^^'
Sorry i don't have the time to do this today :/
@david_94, lukic says Settings.apk.
Hello there
I modified the Messaging and People icons, and also the default android analog clock widget:
Regards!
Nice work arturo025!
Thanks a lot.
Could you do something about Power Control widget maybe?
lukic said:
Nice work arturo025!
Thanks a lot.
Could you do something about Power Control widget maybe?
Click to expand...
Click to collapse
Actually, I've been working with the power control widget, but the behavior is weird. I have to try some things.
I was trying to modify it as well but it didn't work. You can see few posts earlier what I got.
Does anyone has a white theme?
Thank you
Zecanilis said:
Does anyone has a white theme?
Thank you
Click to expand...
Click to collapse
I have done the same request bro
No answer at now
HTCDevil said:
I have done the same request bro
No answer at now
Click to expand...
Click to collapse
Yes i know... Just pumping it again...

Nexus one bootscreen for Tattoo

Hi all,
Before you say something I just "ported" a boot screen from Nexus One to Tattoo (this included resizing the picture to our screen res). Here it is:
Nexus One Bootscreen for HTC Tattoo
Here is how you backup your old boot screens and how you set up the new one to be used (u must be root and I also think that Android 2.1 has a different location for these files, but I have only 1.6. If someone know how to do this on 2.1 tell me how and I will update my post!):
1. Unpack the zip file (a new folder named 'boot' should be created)
2.
Code:
adb shell
# cd /system/media/bootscreen
# mkdir /sdcard/bootscreen_backup
# cp /system/media/bootscreen/* /sdcard/bootscreen_backup
# rm *
# exit
3. Now perform
Code:
adb push pathtobootfolder\boot /system/media/bootscreen
That's it. If you're tired of the Nexus Onbe Bootscreen and you want the old one, do:
1. adb shell
Code:
rm /system/media/bootscreen/*
cp /sdcard/bootscreen_backup/* /system/media/bootscreen
Finito!
Have fun!
/Edit1: I have set Audio=0 in the xml-config because I'm tired of the boot sound...
/Edit2: Changed screenX to 0, thanks to coolbits for this
/Edit3: For those guys having problems understanding what to do - look at this post
Thanks for this
Also change:
screenX="0"
to not get empty first 40 pixels of the screen
Working
Good Work, it's all good on my Tattoo
to have this in my tattoo, it has to be rooted?
djhancks said:
to have this in my tattoo, it has to be rooted?
Click to expand...
Click to collapse
Yes! Root is required.
How to do this in Android 2.1? There is no /system/media/bootscreen folder.
aam.. because i'm a newbie here where do i have to unpack those files?
and where should i write those commands?
djhancks said:
aam.. because i'm a newbie here where do i have to unpack those files?
Click to expand...
Click to collapse
My dear fellow Tattoo user, you can unpack the zip file wherever you like, eg. Desktop.
djhancks said:
and where should i write those commands?
Click to expand...
Click to collapse
First, you need to have working connection from PC to your phone trough ADB. Those commands you must type in Terminal i.e. Command Line, like this (this is Terminal in Ubuntu, don't be confused - menu is localized in my native language):
{
"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"
}
thanks a lot m8
i think you should edit your first post and add this for all us newbies to understand
thanks again
dejandekic said:
My dear fellow Tattoo user, you can unpack the zip file wherever you like, eg. Desktop.
First, you need to have working connection from PC to your phone trough ADB. Those commands you must type in Terminal i.e. Command Line, like this (this is Terminal in Ubuntu, don't be confused - menu is localized in my native language):
Click to expand...
Click to collapse
Nice explanation
dejandekic said:
Yes! Root is required.
How to do this in Android 2.1? There is no /system/media/bootscreen folder.
Click to expand...
Click to collapse
Sorry, I don't have Eclair Tattoo build installed (will flash it when FM Radio and Camera are working). I have updated my 1st post with requirements and restrictions...
those commands work on windows cmd ???
sure they do, but you have to be in the same folder with adb.exe and type adb.exe instead of adb
NForce25 said:
sure they do, but you have to be in the same folder with adb.exe and type adb.exe instead of adb
Click to expand...
Click to collapse
thanks m8, i'm a lil' newbie for all that stuff, but thanks to this guide i can manage
to do this
nice bootscreen, biggest win is turning that F***ing sound off
havok123 said:
nice bootscreen, biggest win is turning that F***ing sound off
Click to expand...
Click to collapse
i like this sound
What am I doing wrong?
I've done a similar bootscreen, but I kept the proportions on the logo and it's oriented the right way (top left to bottom right: blue, red, yellow & green).
Also, I kept the green little buddy and its sound but I removed the annoying sound when the htc-logo should appear.
I attached the zip-file which contains everything (boot.gif, boot1.gif, boot2.gif, boot_bg.gif, boot_animation.xml and boot.mp3)
sheik_yerbouti said:
View attachment 319318
What am I doing wrong?
Click to expand...
Click to collapse
Did you remount RW?
worked for me great
same error by mine,
someone tell me how to "Did you remount RW?"
Greets
"adb remount"
in terminal...

[SCRIPT] Infinite Battery v1.2 - Ported for Moto X

{
"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"
}
Infinite Battery
Hi for all, i had seen this script here, and liked it a lot. So I decided to port it to the Moto X. I talked to TopDroid, and he gave me permission to do! So enjoy! ​
Features:
Code:
[B]What this script does?[/B]
When your phone is in AWAKE state:
Governor = Interactive
Max = 1728000
Min = 384000
When your phone is in SLEEP state:
Governor = OnDemand
Max = 384000
Min = 384000
So basically this script automatically changes governor,min & max freq and more
depending on your phone's state which results in saving battery to great extent.
Click to expand...
Click to collapse
Installation:
Code:
[B]--> With [URL="https://play.google.com/store/apps/details?id=os.tools.scriptmanager&hl=en"]Smanager[/URL]:[/B]
1. Download the script [URL="http://www.mediafire.com/download/tcguoctu36re6vr/12governortweaks.txt"]here[/URL] and put in the root of your sdcard.
2. Open SManager.
3. Navigate to the script.
4. Select the script.
5. Click on Su and Boot Button.
6. Select Save.
7. Reboot your phone.
Now SManager will run this script on every boot.
[B]--> With Custom Recovery (your ROM should have init.d):[/B]
1. Download the zip [URL="http://www.mediafire.com/download/xsifcccl9qfcjaz/Infinity+Battery+by+TopDroid+-+ported+for+Moto+X+by+ramon20.zip"]here[/URL] and put in the root of your sdcard.
2. Reboot to custom recovery.
3. Navigate to the zip.
4. Install the zip.
5. Reboot System.
Click to expand...
Click to collapse
ramon20 said:
Infinite Battery
Hi for all, i had seen this script here, and liked it a lot. So I decided to port it to the Moto X. I talked to TopDroid, and he gave me permission to do! So enjoy! ​
Click to expand...
Click to collapse
Gonna try... Thanks
kenosis said:
Gonna try... Thanks
Click to expand...
Click to collapse
Thanks
Going to give this a whirl also.
Currently running Eclipse ROM and was just about to flash Krypto's stock enhanced kernel. Wondering what this will do with that.
rebretz000 said:
Going to give this a whirl also.
Currently running Eclipse ROM and was just about to flash Krypto's stock enhanced kernel. Wondering what this will do with that.
Click to expand...
Click to collapse
Does removing file from sd card remove the script, or do we need to delete something from init.d folder?
Sent from my XT1060 using Tapatalk
What script should i delete in the ini.d folder if i no longer want this mod? I haven't tried it yet, but just want to be sure i can remove it if needed.
APeaceofStrange said:
Does removing file from sd card remove the script, or do we need to delete something from init.d folder?
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
i didn't understand buddy
Globalrebel said:
What script should i delete in the ini.d folder if i no longer want this mod? I haven't tried it yet, but just want to be sure i can remove it if needed.
Click to expand...
Click to collapse
you should delete the "12governortweaks"
if I don't see 12governortweaks in system/etc/init.d/ did i do something wrong?
APeaceofStrange said:
if I don't see 12governortweaks in system/etc/init.d/ did i do something wrong?
Click to expand...
Click to collapse
Does this make the device stall after you unlock it?
does this trick work? i mean doesn't it freeze phone or what else? and how can i eliminated it?
To everyone asking questions, I've used for about 3 days now. Generally does not lag or freeze when screen is off. Active display still works wonderfully. Only had one freeze and that was when I had a few things running and one app stopped working, so I don't think it was because of this. I haven't noticed a whole lot better standby time (but my screen on time has gotten better so perhaps correlated) so I'd have to check to see if it actually switches governors when screen is off for me
I also changed it a bit because I use faux's kernel and changed it to intelliactive instead of interactive
Big thanks for the script!
oeusr said:
To everyone asking questions, I've used for about 3 days now. Generally does not lag or freeze when screen is off. Active display still works wonderfully. Only had one freeze and that was when I had a few things running and one app stopped working, so I don't think it was because of this. I haven't noticed a whole lot better standby time (but my screen on time has gotten better so perhaps correlated) so I'd have to check to see if it actually switches governors when screen is off for me
I also changed it a bit because I use faux's kernel and changed it to intelliactive instead of interactive
Big thanks for the script!
Click to expand...
Click to collapse
Thanks ! And if i'd want to remove it? How can i do?
Inviato dal mio MOTO X
APeaceofStrange said:
if I don't see 12governortweaks in system/etc/init.d/ did i do something wrong?
Click to expand...
Click to collapse
yes
Does it matter if I'm on stock 4.4.2 or 4.4.3?
rebretz000 said:
Does it matter if I'm on stock 4.4.2 or 4.4.3?
Click to expand...
Click to collapse
Work in any ROM for moto x
ramon20 said:
Work in any ROM for moto x
Click to expand...
Click to collapse
But does it make difference in battery life or not? i mean can u see important changes or not?
acidburn94 said:
But does it make difference in battery life or not? i mean can u see important changes or not?
Click to expand...
Click to collapse
Give it a try and find out. I haven't ran it long enough on the same ROM to make an honest assessment. Can't hurt to give it a whirl. You can always delete the script.
Sent from my Nexus 7 using Tapatalk
Yes it does make a difference in battery. I'm Ru ning the script on my unlocked droid maxx.. I've noticed way better battery life
Sent from my XT1080 using Tapatalk
Ramon..if i install yout deodexed 4.4.3 brasil..i got INIT.D????...can i use the script for TWRP???

How To Guide 120hz all the time OnePlus 10t

I'm pretty sure I got my OnePlus 10T fixed to 120fps
adb shell settings put secure oplus_customize_screen_refresh_rate 3
adb shell settings put secure oplus_customize_min_refresh_rate 1
adb shell settings put secure oplus_customize_peak_refresh_rate 1
Thanks for sharing bro, is it for rooted only?
Von192 said:
Thanks for sharing bro, is it for rooted only?
Click to expand...
Click to collapse
No seems to work with allow_hidden_apis
I just tried it on my phone, Chrome is still locked at 90 fps
It doesn't work on lock bl and unroot.
{
"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"
}
Von192 said:
It doesn't work on lock bl and unroot.
View attachment 5806451
Click to expand...
Click to collapse
Show me the commands you're using and did you turn on hidden API?
AkayamiShurui said:
Show me the commands you're using and did you turn on hidden API?
Click to expand...
Click to collapse
I just type in the command you posted. How to turn on hidden API?
Von192 said:
I just type in the command you posted. How to turn on hidden API?
Click to expand...
Click to collapse
So you should add my discord I got a lot of tips that could help you
AkayamiShurui said:
So you should add my discord I got a lot of tips that could help you
Click to expand...
Click to collapse
What is your discord?
Von192 said:
I just type in the command you posted. How to turn on hidden API?
Click to expand...
Click to collapse
adb shell settings put global hidden_api_policy 1
Von192 said:
What is your discord?
Click to expand...
Click to collapse
Senna#3702
AkayamiShurui said:
adb shell settings put global hidden_api_policy 1
Click to expand...
Click to collapse
Still the same error.
I managed to enter all the command without error, but the refresh rate remains the same.
Von192 said:
I managed to enter all the command without error, but the refresh rate remains the same.
Click to expand...
Click to collapse
Which app isn't changing
AkayamiShurui said:
Which app isn't changing
Click to expand...
Click to collapse
And also do you have color OS on your background when you go to about phone or does it say oxygen OS cuz if it's colorless you have to do color OS instead of oplus
AkayamiShurui said:
I'm pretty sure I got my OnePlus 10T fixed to 120fps
adb shell settings put secure oplus_customize_screen_refresh_rate 3
adb shell settings put secure oplus_customize_min_refresh_rate 1
adb shell settings put secure oplus_customize_peak_refresh_rate 1
Click to expand...
Click to collapse
So I have to comment on this and say that doesn't work it seemed like it but after playing around with my system settings via command line I can save the last 4 days as far as gaming goes I do get 120 FPS but I can't stop it from auto switching on other apps but it no longer switches the peak refresh rate on its own anymore It's always on 120 it's just certain apps still don't switch which from all my research is a qualcomm thing

How To Guide [Closed For Paid ] ProjectElixir 3.7 GSI update QPR2 A13 New Bug Features.(Reverse back v3.6)

{
"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"
}
Click ProjectElixir Download
New Launcher​New Popup Task Navigation. ( No need to set Smallest width =598 dp)
More..
Too many bugs error.
-Lockscreen crash etc.,
RECOMMEND:
》Reverse back TO v 3.6 ( Absolutely free version) (QPR 1 Android 13)
》FROM v 3.7 ( Paid version ) (QPR 2 Android 13)
There are some features which not free anymore.
Have no de-gapps version ?
Difficul said:
Have no de-gapps version ?
Click to expand...
Click to collapse
no . only one read only with gapps variant.
tom.android said:
More..
Too many bugs error.
-Lockscreen crash
Click to expand...
Click to collapse
I had similar results on T220. "Miscellaneous" in Essence crashes just like it did in 3.6, and in 3.7 either "Lock screen" or "Themes" (I don't remember which one) crashes.
Even on 3.6 the options to customize the lockscreen just weren't there, like the ones for changing the clock. Between testing Elixir and other ROMs I must have done a full wipe and re-install at least 3 times and did not see those options.
crDroid 9.4 wouldn't boot past the loading animation for me, so I've moved to the latest Pixel Experience Plus which is working quite well.
EDIT: One thing that did annoy me greatly about Elixir is that long-press shortcuts for many apps didn't work in the Launcher. Some apps showed them, most did not.
Reverse back v3.6 (QPR1 A13 )
♤ Mod Multitask Navigation.(persistent)
♤ Mod Screen Auto Brightness.​
✓ Use Taskbar for Task Navigation .
Hidden & Protected Apps are works.
☆☆ Look good for Tablet.
With Task Navigation menu. (Multitask windows) includes Wallpaper Picker, App Grid, System fonts.
☆☆ Screen Auto Brightness works. + tablet view horizontal mode.
Code:
adb shell
cmd overlay enable com.android.systemui.SplitShade
☆☆ Set Smallest width =598 dp.
✓ Lock Screen Customization.
☆☆ GOOGLE Assistant Can call from your contact.
☆☆ Can set AOD when charging or always on display.
》Enable Phh Treble Settings for AOD.
》Specific AOD options with quick setting.
THIS is AOD when charging only.(suitable for online charging)
Offline charging will works when we power-off after connected power supple cable.
How to Install it ?
Sometimes when the tablet sleeps it refuses to wake up, leaving a grey screen when the power button is pushed. The only way to make it come back is a force reboot. Has anyone found a solution to this or experienced similar?
@the_Victorian
your tab model ?
Android stock based ?
GSI version ?
tom.android said:
@the_Victorian
your tab model ?
Android stock based ?
GSI version ?
Click to expand...
Click to collapse
It's a US T-220 on the February Elixir release (3.6). Base stock firmware was WA6. It's strange, it doesn't happen all the time. It usually occurs when it's charging during sleep. Also, Bluetooth audio devices continues to stay connected during this "frozen" state.
tom.android said:
RECOMMEND:
》Reverse back TO v 3.6 ( Absolutely free version) (QPR 1 Android 13)
》FROM v 3.7 ( Paid version ) (QPR 2 Android 13)
There are some features which not free anymore.
Click to expand...
Click to collapse
What? They locked some ROM features behind a paywall? Is this true or am I misunderstanding?
nirogu325 said:
What? They locked some ROM features behind a paywall? Is this true or am I misunderstanding?
Click to expand...
Click to collapse
Yes, it's official policy.
tom.android said:
Yes, it's official policy.
Click to expand...
Click to collapse
Time to move to CrDroid then.
nirogu325 said:
Time to move to CrDroid then.
Click to expand...
Click to collapse
Yes now fixed for exFAT sdcard.
tom.android said:
Yes now fixed for exFAT sdcard.
Click to expand...
Click to collapse
Yes, I went to your thread and was delighted to know that. Finally.

Categories

Resources