Is there a way to make the rear display always on? Currently its 30s max... I think xiaomi should allow us to set it to always. Its amoled afterall, the screen is amoled, and small.. So it wont tax the battery much i suppose?
Dekdek1 said:
Is there a way to make the rear display always on? Currently its 30s max... I think xiaomi should allow us to set it to always. Its amoled afterall, the screen is amoled, and small.. So it wont tax the battery much i suppose?
Click to expand...
Click to collapse
Haven't seen one yet, the back screen functionality is probably the biggest disappointment of this phone
The most useful feature of it is probably too prevent the phone wobbling if you use it on a table
Hopefully they will add functionality via software but after 6 weeks I'm starting to have my doubts and I'm on the latest EU weekly rom
By the way, not sure if its 100% accurate info but it seems we will have rear display working as a viewfinder for videos aswell soon.
Thx all for the input
use: setedit to edit the time of the rear screen from 3000 (30s) to what number you want. i use 3000000 so it kind like AOD
Barcovn said:
use: setedit to edit the time of the rear screen from 3000 (30s) to what number you want. i use 3000000 so it kind like AOD
Click to expand...
Click to collapse
# System Table
# "subscreen_display_time"
After reboot it is set to MIUI default value
katerpanne said:
# System Table
# "subscreen_display_time"
After reboot it is set to MIUI default value
Click to expand...
Click to collapse
Which miui Version are you using?
Cant find the specific entry.
Barcovn said:
use: setedit to edit the time of the rear screen from 3000 (30s) to what number you want. i use 3000000 so it kind like AOD
Click to expand...
Click to collapse
Do you need to root it for it?
doribak said:
Do you need to root it for it?
Click to expand...
Click to collapse
i done it today no root needed, but you have to type specifited command in ADB
lortwarCECH said:
i done it today no root needed, but you have to type specifited command in ADB
Click to expand...
Click to collapse
Any chance for a quick guide?
doribak said:
Any chance for a quick guide?
Click to expand...
Click to collapse
How to install ADB on Windows, macOS, and Linux
If you're on Windows, Linux or macOS, you can follow these step by step instructions to install ADB on your desktop or laptop PC.
www.xda-developers.com
When you have already instaled ADB, type this in command line: "ADB shell" and then:
"pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS"
Barcovn said:
use: setedit to edit the time of the rear screen from 3000 (30s) to what number you want. i use 3000000 so it kind like AOD
Click to expand...
Click to collapse
Brooo !! Thank you !!!
Make a separate thread for others.
lortwarCECH said:
How to install ADB on Windows, macOS, and Linux
If you're on Windows, Linux or macOS, you can follow these step by step instructions to install ADB on your desktop or laptop PC.
www.xda-developers.com
When you have already instaled ADB, type this in command line: "ADB shell" and then:
"pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS"
Click to expand...
Click to collapse
After that it should stay as longer as we input the time? Even after reboot
avetny said:
After that it should stay as longer as we input the time? Even after reboot
Click to expand...
Click to collapse
it is working even after reboot
lortwarCECH said:
it is working even after reboot
Click to expand...
Click to collapse
Thx for this, now I can create a Tasker profil to turn on/off rear display
And in some months people will complain about screen burn in. Haha joking, but interesting if that happens.
For those looking for more rear screen function, just seen this on telegram
Xiaomi will be add some more exciting features at Mi 11 Ultra second display. As of now these are in testing.
- Video Recording
- Vlog Video
- Slow Motion
- Timed Continues Shooting
- Time lapse Photos
- Portrait Blur
- Night Scenes
Join @TecnoStreet
Dekdek1 said:
Is there a way to make the rear display always on? Currently its 30s max... I think xiaomi should allow us to set it to always. Its amoled afterall, the screen is amoled, and small.. So it wont tax the battery much i suppose?
Click to expand...
Click to collapse
You can use the tool "setedit" from playstore
# System Table
# "subscreen_display_time"
Put in a very high numer
chrissss91 said:
Thx for this, now I can create a Tasker profil to turn on/off rear display
Click to expand...
Click to collapse
Can u please show how to make task for rear display with display on/off profile.... As I can't find the the task which activate the rear display...
abhati17 said:
Can u please show how to make task for rear display with display on/off profile.... As I can't find the the task which activate the rear display...
Click to expand...
Click to collapse
Hello,
Here are my 2 'test' tasks :
Enable subscreen :
Code:
<TaskerData sr="" dvi="1" tv="5.12.22">
<Task sr="task113">
<cdate>1621772438105</cdate>
<edate>1627111965882</edate>
<id>113</id>
<nme>Test subscreen On</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>123</code>
<label>Enable subscreen</label>
<Str sr="arg0" ve="3">settings put system subscreen_gesture_wakeup 1
settings put system subscreen_switch 1
settings put system subscreen_switch_show_notification_content 1</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="1"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
</Action>
</Task>
</TaskerData>
Disable subscreen :
Code:
<TaskerData sr="" dvi="1" tv="5.12.22">
<Task sr="task101">
<cdate>1621772438105</cdate>
<edate>1627111982325</edate>
<id>101</id>
<nme>Test subscreen Off</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>123</code>
<label>Disable Subscreen</label>
<Str sr="arg0" ve="3">settings put system subscreen_gesture_wakeup 0
settings put system subscreen_switch 0
settings put system subscreen_switch_show_notification_content 0</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="1"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
</Action>
</Task>
</TaskerData>
You can also modify display time, just add this line with other commands :
settings put system subscreen_display_time 300000
Related
hi, after installing CyanMobile to my phone. I tried to examine the camera, and the result is a video recording quality is up to VGA resolution (640X480) but the framerate was still not maximal (still 8fps). is there a way to maximize the framerate to 30fps?
yopi_handsome92 said:
hi, after installing CyanMobile to my phone. I tried to examine the camera, and the result is a video recording quality is up to VGA resolution (640X480) but the framerate was still not maximal (still 8fps). is there a way to maximize the framerate to 30fps?
Click to expand...
Click to collapse
just use other camera apps.. lgcamera would be the best option if you want 30 fps..
hah
The best way is edit media_profiles.xml (system/etc/media_profiles.xml)
end change this line (high)
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h263"
bitRate="2000000"
width="640"
height="480"
frameRate="30" />
Now camera records 640x480 and 29,9 fps.
keemi said:
hah
The best way is edit media_profiles.xml (system/etc/media_profiles.xml)
end change this line (high)
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h263"
bitRate="2000000"
width="640"
height="480"
frameRate="30" />
Now camera records 640x480 and 29,9 fps.
Click to expand...
Click to collapse
have you tried it?
does it work?
if you have an example of the video?
yopi_handsome92 said:
have you tried it?
does it work?
if you have an example of the video?
Click to expand...
Click to collapse
yes I try and work
keemi said:
yes I try and work
Click to expand...
Click to collapse
on my mobile no change at all.
Can you attach media_profiles.xml with your settings ?
Wouldn't it still be easier to use another camera apps?
Someone mentioned IgCamera before, very nice app.
I have tried doing searches but it seems there is no way I have found yet to get Tasker to turn on Screen Mirroring. I found a app that provided a plug-in for ChromeCast but that did not seem to enable Screen Mirroring.
Anyone manage to get Tasker to toggle Screen Mirroring?
Thanks in advance.
AutoCast plugin (I'm assuming that's the one you're referring to) definitely lets you cast your screen. Check it again.
Yes, AutoCast was the one I tried. It did not seem to work. Perhaps I had it configured wrong? I will try it again.
Reading more, perhaps AutoInput is what I need. Researching further...
I use tasker to turn on screen mirroring (Samsung Smart View)
My car has a screenbeam mini2 dongle attached to my radio. When Tasker sees my BT attach, it turns on screen mirroing.
1. Install Tasker
2. Restore the attached backup, I first made an empty backup to have tasker create/write to the backup location, and then I overwrote it with the attached xml and restored it. Make a backup of what you have (if needed) and then restore this file so you can see how it is done. It needs 'Secure Settings' app (with root)
3. Install Secure Settings
4. You need SYSTEM+ enabled (to make it request root, add a empty file /system/bin/su if needed to have the app see root)
To have cast auto-retry, have only one device in your cast list. When it sees only one device, it auto-retries while the screen beam boots up.
See my demo here - https://youtu.be/hwzIRj7YI_o
Tasker backup contents;
<TaskerData sr="" dvi="1" tv="4.8u1m">
<Profile sr="prof2" ve="2">
<cdate>1456283182369</cdate>
<edate>1456284796400</edate>
<id>2</id>
<mid0>3</mid0>
<nme>Automirror</nme>
<State sr="con0" ve="2">
<code>3</code>
<Str sr="arg0" ve="3">AppRadio SPH-DA210</Str>
<Str sr="arg1" ve="3">90:03:B7:6C:38:2A</Str>
</State>
</Profile>
<Task sr="task3">
<cdate>1456283190251</cdate>
<edate>1456284679577</edate>
<id>3</id>
<nme>Cast</nme>
<Action sr="act0" ve="7">
<code>11820</code>
<Bundle sr="arg0">
<Vals sr="val">
<com.intangibleobject.securesettings.plugin.extra.BLURB>cast (Root)</com.intangibleobject.securesettings.plugin.extra.BLURB>
<com.intangibleobject.securesettings.plugin.extra.BLURB-type>java.lang.String</com.intangibleobject.securesettings.plugin.extra.BLURB-type>
<com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_OUTPUT>false</com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_OUTPUT>
<com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_OUTPUT-type>java.lang.Boolean</com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_OUTPUT-type>
<com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_TOAST>false</com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_TOAST>
<com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_TOAST-type>java.lang.Boolean</com.intangibleobject.securesettings.plugin.extra.CMD_DISPLAY_TOAST-type>
<com.intangibleobject.securesettings.plugin.extra.CMD_NAME>cast</com.intangibleobject.securesettings.plugin.extra.CMD_NAME>
<com.intangibleobject.securesettings.plugin.extra.CMD_NAME-type>java.lang.String</com.intangibleobject.securesettings.plugin.extra.CMD_NAME-type>
<com.intangibleobject.securesettings.plugin.extra.CMD_REPLACE_VARS>false</com.intangibleobject.securesettings.plugin.extra.CMD_REPLACE_VARS>
<com.intangibleobject.securesettings.plugin.extra.CMD_REPLACE_VARS-type>java.lang.Boolean</com.intangibleobject.securesettings.plugin.extra.CMD_REPLACE_VARS-type>
<com.intangibleobject.securesettings.plugin.extra.CMD_TO_RUN>am start -a com.sec.android.allshare.intent.action.CAST_START</com.intangibleobject.securesettings.plugin.extra.CMD_TO_RUN>
<com.intangibleobject.securesettings.plugin.extra.CMD_TO_RUN-type>java.lang.String</com.intangibleobject.securesettings.plugin.extra.CMD_TO_RUN-type>
<com.intangibleobject.securesettings.plugin.extra.CMD_USES_ROOT>true</com.intangibleobject.securesettings.plugin.extra.CMD_USES_ROOT>
<com.intangibleobject.securesettings.plugin.extra.CMD_USES_ROOT-type>java.lang.Boolean</com.intangibleobject.securesettings.plugin.extra.CMD_USES_ROOT-type>
<com.intangibleobject.securesettings.plugin.extra.KEEP_DEVICE_AWAKE>false</com.intangibleobject.securesettings.plugin.extra.KEEP_DEVICE_AWAKE>
<com.intangibleobject.securesettings.plugin.extra.KEEP_DEVICE_AWAKE-type>java.lang.Boolean</com.intangibleobject.securesettings.plugin.extra.KEEP_DEVICE_AWAKE-type>
<com.intangibleobject.securesettings.plugin.extra.SETTING>run_cmd</com.intangibleobject.securesettings.plugin.extra.SETTING>
<com.intangibleobject.securesettings.plugin.extra.SETTING-type>java.lang.String</com.intangibleobject.securesettings.plugin.extra.SETTING-type>
<com.twofortyfouram.locale.intent.extra.BLURB>cast (Root)</com.twofortyfouram.locale.intent.extra.BLURB>
<com.twofortyfouram.locale.intent.extra.BLURB-type>java.lang.String</com.twofortyfouram.locale.intent.extra.BLURB-type>
<net.dinglisch.android.tasker.subbundled>true</net.dinglisch.android.tasker.subbundled>
<net.dinglisch.android.tasker.subbundled-type>java.lang.Boolean</net.dinglisch.android.tasker.subbundled-type>
</Vals>
</Bundle>
<Str sr="arg1" ve="3">com.intangibleobject.securesettings.plugin</Str>
<Str sr="arg2" ve="3">Secure Settings</Str>
<Int sr="arg3" val="30"/>
</Action>
</Task>
</TaskerData>
Click to expand...
Click to collapse
Thank you for posting this. I tried it but Tasker provides an error when the above is restored. I put this through an XML checker and it shows errors. Seems to have some extra spaces embedded, which are easy to correct. But when I import, the is an ! next to the profile and task.
Is this have an extra space?
<com.twofortyfouram.locale.intent.extra.BLURB>ca st (Root)
EDIT - once I edit the above to "cast" within Tasker itself, this does work!
I know this is old but did you ever get a solution?
Yes, the post by Horem does work if you take care of the small edit I point out above. Works very well.
Thank you for your response but I was looking for a solution that uses chromecast screen mirroring function and not miracast. Doesn't the solution above use miracast?
Here is a video I made explaining how to automatically change wallpaper on android with tasker.
https:// + youtu.be + /C7eazbrOBK4 (I can't post links since I'm a new user )
Steps:
1. Copy all photos into one folder.
2. Batch rename them to be in some order (eg: w_0.jpg, w_1.jpg, w_2.jpg, ... etc.). This can be done with solid explorer or es file explorer.
3. Open Tasker and select new task. Name it "Auto Wallpaper" or any other name you want.
4. Click on "+" and search for "Variable randomise" an select it. Set variable as "%Num", min to whatever your minimum value is "0" and max to the number on the last wallpaper. i.e if the last one says "w_36.jpg" set max to 36.
5. Go back and click on plus again. This time search for wallpaper and select "Set Wallpaper". For the file link click on the search button on top of it and browse and select one of the photos in the wallpaper folder.
6. The path will be something like "/downloads/wallpapers/w_0.jpg" . Replace the number with "%Num" (i.e "w_0.jpg" -> "w_%Num.jpg"). Also tick "Scale" and "Crop"
7. We are done with the task and now it's time to make a profile. Go to profile tab and click on "+" and create a new time based profile. Give the time when you want this profile to be active and then select "Repeat" and set the interval you want to change the wallpapers.
8. That's it! You're done. Enjoy!
How do we at stop some of the photos going on there side.
Sent from my SM-G930F using XDA-Developers Legacy app
Josh Smith10 said:
How do we at stop some of the photos going on there side.
Sent from my SM-G930F using XDA-Developers Legacy app
Click to expand...
Click to collapse
Ticking both scale and crop is the best thing you can do. I tried to see if there will be any difference if I normally apply it from gallery, but it gave the same result. I think it is the default behaviour. I kinda liked it so left it as it is.
At the end of the day, I'm not really sure. If anyone can figure it out it'll help. I'll try and see what I can do.
I made a profile that does that a while ago and redesigned it yesterday.
Change the directories to your liking.
They also look for new wallpapers in a subfolder (.toadd) and rename them automatically.
I had made an improvised version of the task by using the list files option giving output variable array %files and setting the max value as the length of the array obtained in the previous action("%files(#)") as the maximum value in the randomizer which outputs a variable %rand . Then set a varialble %wall to %files(%rand) and set wallpaper to %wall. Doesn't require me to change the name of the picture or update the max value whenever I add a picture.
Hrishikesh Patil said:
I had made an improvised version of the task by using the list files option giving output variable array %files and setting the max value as the length of the array obtained in the previous action("%files(#)") as the maximum value in the randomizer which outputs a variable %rand . Then set a varialble %wall to %files(%rand) and set wallpaper to %wall. Doesn't require me to change the name of the picture or update the max value whenever I add a picture.
Click to expand...
Click to collapse
Can you share task XML file please? I couldn't get it to work.
Vagelis1608 said:
I made a profile that does that a while ago and redesigned it yesterday.
Change the directories to your liking.
They also look for new wallpapers in a subfolder (.toadd) and rename them automatically.
Click to expand...
Click to collapse
Not working
elPsyCongroob said:
Here is a video I made explaining how to automatically change wallpaper on android with tasker.
https:// + youtu.be + /C7eazbrOBK4 (I can't post links since I'm a new user )
Steps:
1. Copy all photos into one folder.
2. Batch rename them to be in some order (eg: w_0.jpg, w_1.jpg, w_2.jpg, ... etc.). This can be done with solid explorer or es file explorer.
3. Open Tasker and select new task. Name it "Auto Wallpaper" or any other name you want.
4. Click on "+" and search for "Variable randomise" an select it. Set variable as "%Num", min to whatever your minimum value is "0" and max to the number on the last wallpaper. i.e if the last one says "w_36.jpg" set max to 36.
5. Go back and click on plus again. This time search for wallpaper and select "Set Wallpaper". For the file link click on the search button on top of it and browse and select one of the photos in the wallpaper folder.
6. The path will be something like "/downloads/wallpapers/w_0.jpg" . Replace the number with "%Num" (i.e "w_0.jpg" -> "w_%Num.jpg"). Also tick "Scale" and "Crop"
7. We are done with the task and now it's time to make a profile. Go to profile tab and click on "+" and create a new time based profile. Give the time when you want this profile to be active and then select "Repeat" and set the interval you want to change the wallpapers.
8. That's it! You're done. Enjoy!
Click to expand...
Click to collapse
Using your task, I have to change the file name and max number in Variable Randomize action every time I add a new file to my wallpapers folder.
this task, it doesn't have above drawback. But it changes only home-screen wallpaper and I can't set it to lock-screen or both.
Do you know how to do that?
EDIT: Found it! https://www.abhisek.info/blog/tasker-profile-random-wallpapers/
xml of working task
Thanks to Hrishikesh Patil and topic starter. I just add condition to grab from selected folder only jpg and png due to Tasker precondition.
Code:
<TaskerData sr="" dvi="1" tv="5.7.1">
<Task sr="task35">
<cdate>1560531444701</cdate>
<edate>1560793115421</edate>
<id>35</id>
<nme>RandWallpaper2</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>412</code>
<label>=== Проверено на Nova launcher (функция Wallpaper scrolling тоже работает) ===
Загружаем список всех картинок jpg и png (в массив)</label>
<Str sr="arg0" ve="3">/storage/8831-0XXX/DCIM/Wallpapers</Str>
<Str sr="arg1" ve="3">*.jpg/*.png</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
<Str sr="arg5" ve="3">%mwfilelist</Str>
</Action>
<Action sr="act1" ve="7">
<code>547</code>
<label>Кол-во картинок</label>
<Str sr="arg0" ve="3">%mmax</Str>
<Str sr="arg1" ve="3">%mwfilelist(#)</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
</Action>
<Action sr="act2" ve="7">
<code>545</code>
<label>Случайный индекс</label>
<Str sr="arg0" ve="3">%mrand</Str>
<Int sr="arg1" val="1"/>
<Int sr="arg2">
<var>%mmax</var>
</Int>
</Action>
<Action sr="act3" ve="7">
<code>547</code>
<label>Имя файла случайной картинки</label>
<Str sr="arg0" ve="3">%mfile_name</Str>
<Str sr="arg1" ve="3">%mwfilelist(%mrand)</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
</Action>
<Action sr="act4" ve="7">
<code>109</code>
<label>Меняем обои (scale и crop никак не влияли)</label>
<Int sr="arg0" val="0"/>
<Str sr="arg1" ve="3">%mfile_name</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
</Action>
</Task>
</TaskerData>
I couldn't upload as file only as text.
elPsyCongroob said:
Here is a video I made explaining how to automatically change wallpaper on android with tasker.
https:// + youtu.be + /C7eazbrOBK4 (I can't post links since I'm a new user )
Steps:
1. Copy all photos into one folder.
2. Batch rename them to be in some order (eg: w_0.jpg, w_1.jpg, w_2.jpg, ... etc.). This can be done with solid explorer or es file explorer.
3. Open Tasker and select new task. Name it "Auto Wallpaper" or any other name you want.
4. Click on "+" and search for "Variable randomise" an select it. Set variable as "%Num", min to whatever your minimum value is "0" and max to the number on the last wallpaper. i.e if the last one says "w_36.jpg" set max to 36.
5. Go back and click on plus again. This time search for wallpaper and select "Set Wallpaper". For the file link click on the search button on top of it and browse and select one of the photos in the wallpaper folder.
6. The path will be something like "/downloads/wallpapers/w_0.jpg" . Replace the number with "%Num" (i.e "w_0.jpg" -> "w_%Num.jpg"). Also tick "Scale" and "Crop"
7. We are done with the task and now it's time to make a profile. Go to profile tab and click on "+" and create a new time based profile. Give the time when you want this profile to be active and then select "Repeat" and set the interval you want to change the wallpapers.
8. That's it! You're done. Enjoy!
Click to expand...
Click to collapse
There is no set wallpaper in tasker. Did they remove it, or is it hidden somewhere. Tasker android 1l0, 2021.
Hello guys im trying from long time to understand why Gcam no matter from the version the slow motion never worked on HTC 10 and i think is related to the media_profiles.xml because we miss some important lines in order the Slow Motion to work properly.
Anyway sometimes when the things go wrong and edit manually the Media xml file i can recive a nasty bootlopp and in order to not repeat the same all the times
can anyone who is familiar with Magisc create a simple module?! for test purpose.
This lines to be added to the Media_profiles.xml
No mater from the Buld you know that the Gcam always crash and force close when you switch to Slow Motion
But only with this MOD magisk module
https://forum.xda-developers.com/apps/magisk/module-gcam-patch-t3677993
In every build ive try i was able to switch to Slow Mo without a crash also im able to press the button of recorder and i saw the sign 120 FPS under slow motion the problem is that for now the VIEWER freeze and im not able to record a video.
But this module only add some lines in the media_presets xml so thats why i think we are close and im sure is something related just for the xml file something in our HTC 10 is different in that media profiles xml and we need to find out what exactly!
I think the GCAM cant read the seeting correctly from the XML if they are not corectly set or writen.
for example in my Media profiles by default the SLOW MOTION is missing but this dont preven the Stock HTC CAM to record slow mo maybe we have to add this in order if we want to make GCAM to work as well
If you wish chek your media_profiles.xml do u have something similar i think this is the correct lines that we are missing and have to add this line but because im tired of bootlops if im wrong everytime im looking for methood how to use it like a MODULE and in case something went wrong to be able to revert back to stock.
In the magisk module above some of the lines are incorrect and maybe thats why the view freeze
and think this are the correct we all have to add.
<!-- CAMCORDER_QUALITY_HIGH_SPEED_HIGH/720P : [email protected]; 27.0 Mbps -->
<EncoderProfile quality="highspeedhigh" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="27000000"
width="1280"
height="720"
frameRate="120" />
<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="27000000"
width="1280"
height="720"
frameRate="120" />
<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<!-- CAMCORDER_QUALITY_HIGH_SPEED_HIGH/1080P : [email protected]; 34.0 Mbps -->
<EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="34000000"
width="1920"
height="1080"
frameRate="60" />
<!-- audio setting is ignored -->
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
I think this is the missing part for the Slow Motion to work properly on HTC 10 and few other devices as well, because we by default don`t have that config in our media profiles.
Will be very thankfull.
Thanks
Hi
I have a xiaomi mi a1 and have the same problem. Even with the module you refered slow motion crashes gcam.
I've tried one other module here https://forum.xda-developers.com/apps/magisk/module-hevc-60fps-slomo-gcam-op3t-5-t3666287 and I can film at 120frames but it's laggy (filming and playing). I think it's because it is specific for those models.
I also would like to try a module that only adds the necessary lines to media_profiles.xml, but I don't know how to do it.
Did you try to talk with the gcam module creator to see if he can try to do one like you describe?
regards
I have downloaded an app called touch sampling rate checker and my Moto Edge 20 only shows a rate of 90-117hz regardless of screen refresh rate setting, however when using the same app on my mi11 it shows a constant 250hz and the mi 11 seems smoother in Twitter and Facebook etc am I missing something here?
Touch sampling rate and refresh rate are two different things. If you want a refresh rate checker, you can find it in developer options.
PhotonIce said:
Touch sampling rate and refresh rate are two different things. If you want a refresh rate checker, you can find it in developer options.
Click to expand...
Click to collapse
Yeah I get that but I thought this phone has a 576hz touch sample rate? Unless the app is inaccurate ?
Not sure about the app, maybe try a different one.
nealyblue said:
Yeah I get that but I thought this phone has a 576hz touch sample rate? Unless the app is inaccurate ?
Click to expand...
Click to collapse
You have to enable game mode for individual apps for max touch sampling rate to be enabled.
dannejanne said:
You have to enable game mode for individual apps for max touch sampling rate to be enabled.
Click to expand...
Click to collapse
Unfortunately I already did that and the maximum I see is 250hz. Where have the 576hz they said gone?
fulltronservice said:
Unfortunately I already did that and the maximum I see is 250hz. Where have the 576hz they said gone?
Click to expand...
Click to collapse
Yeah the highest I've seen is 400hz with game mode
nealyblue said:
Yeah the highest I've seen is 400hz with game mode
Click to expand...
Click to collapse
So that means that the value is dynamic up to 576hz. nothing to worry about then
Android apps dont usually report the correct sampling rate. Connect the phone through USB to a PC and run through ADB run the commands: "Adb shell getevent -r -t -l" and then start swiping on the display. It should report the correct sampling rate.
Username: Required said:
Android apps dont usually report the correct sampling rate. Connect the phone through USB to a PC and run through ADB run the commands: "Adb shell getevent -r -t -l" and then start swiping on the display. It should report the correct sampling rate.
Click to expand...
Click to collapse
That ADB thing really helped. Now I can see the real use of touch sensitivity. From the huge list that came out I could see a maximum of 473hz. So the capability that Motorola offers is installed.
Thanks
fulltronservice said:
That ADB thing really helped. Now I can see the real use of touch sensitivity. From the huge list that came out I could see a maximum of 473hz. So the capability that Motorola offers is installed.
Thanks
Click to expand...
Click to collapse
It varies on how fast you can drag your finger across the screen. I'm sure that if you drag it fast enough you'll hit 576Hz.
Username: Required said:
It varies on how fast you can drag your finger across the screen. I'm sure that if you drag it fast enough you'll hit 576Hz.
Click to expand...
Click to collapse
Yes, I was able to notice that. When I made a simple contact, the response barely reached 100hz, but if I made aggressive contacts, the response was quite high.
fulltronservice said:
Unfortunately I already did that and the maximum I see is 250hz. Where have the 576hz they said gone?
Click to expand...
Click to collapse
I just found out by experimenting Game Turbo:
1. Add your Game App/ Touch Tester App to game mode/turbo
2. Enable Auto Rotation mode (Portrait / Landscape mode)
3. Rotate ur Phone to Landscape even if the app doesnt support it
4. Touch the Screen while in Landscape and see the result Increases to Max Touch Rate
Follow what i said. I want to see the result.
Ty
cjlaysico said:
I just found out by experimenting Game Turbo:
1. Add your Game App/ Touch Tester App to game mode/turbo
2. Enable Auto Rotation mode (Portrait / Landscape mode)
3. Rotate ur Phone to Landscape even if the app doesnt support it
4. Touch the Screen while in Landscape and see the result Increases to Max Touch Rate
Follow what i said. I want to see the result.
Ty
Click to expand...
Click to collapse
Thanks for the tip man I was freaking out with my Xiaomi 11T Pro who supposedly have 480hz sampling rate screen and was just getting 250hz tops within checker apps, until I run them through Gaming Mode as you suggested with Pro mode enabled and YES the sampling rate wen above 500hz tops.
So the range is dynamic? Supposedly to save battery I guess?
Regardless thanks!