Gaming Android Rom - General Questions and Answers

Why do gaming android rom dont have option to reduce resolution without creating visual bug ? i mean that is the super obvious way to increase fps

The FPS that can get achieved at maximum depends on device's SoC capabilities and also on device's Screen Refresh rate. Lowering the Screen Resolution doesn't increase FPS, it simply scales down the number of pixels what must get calculated

Related

sample rate for recording touch event

Does anyone know what the sample rate for recording touch events is on a typical Android device? If I record where someone has moved their finger, what would be the highest speed I could expect to get the (x,y) position coordinates?
What are the factors limiting this speed?
How to change the rate?

Change resolution of android games

Hello,
I want to know if it is possible to optimize the resolution of android games?
I have a galaxy tab android S2 and some games have too low a resolution. It's like 400x300 on a 2K device.
Thx
I believe the reason of that is because this particular games are not optimized for your device. I doubt you can do anything about it.
is there a way to "simulate" another device ?
What I was about to say was that it's not the matter of the device model but it's the matter of the screen size and density. The system performs scaling and resizing of the application to make it work on different screens. However, scaling can result in blurry or pixelated graphics. To avoid this problem, the developer of the app should provide alternative resources (bitmap images, etc.) for different densities (i.e. optimize the application for different screen sizes and densities). If this wasn't done, the application is simply stretched to fit the screen that results in poor graphics quality.
And if i root the tablet to use an app that changes the DPI and resolution of the device.
Do you think the game will also change the resolution to improve it?
I don't know if this will work. Maybe someone else knows.

Sweefx on Android

So on PC there is a sweetfx that can have the ability to tweak colors, gamma, exposure and more, affecting the game without the huge FPS cost. Is it possible in android there is such a thing?

[GUIDE] How to Really improve the gaming framerates on your Mi A1

Yo fellas, its your"rooting enthusiast SenpaiYank (lmao rooting enthusiast, as if such a thing exists)​
Well, as you know, our device has a quite outdated and not so beefy (at all) SoC, the snapdragon 625. While its CPU is not tremendously ridiculously bad, the GPU quite is. This is not a prolem to people who don't care about games but a very prominent one on the other side.
With the help of this trick, tweak, whatever you decide to call it, you'll practically be able to play any game out there that you're not able to or play that same game at a higher setting than you would. The trick consists basically on lowering the screen resolution through a script, trading some of the visual quality for a noticeable night day performance boost. It's a common trick that works on other devices too and I've yet to find a game that had problems with it.
I'm using "profile" scripts to achieve it so you can change it on the go. I feel that way is the most ergonomic and quick one. Just run each script with root permissions according to your need. I recommend FX file explorer. Wanna play a graphically intensive game? Switch to gaming profile. Wanna do something else besides gaming? Switch to the default one.
As I side note, the trick can be done on unrooted users too but you'll need a computer and you'll have to apply the gaming profile permanently (unless you're willing to repeat the procedure whenever you want to go back to default). I can talk about it if you guys get interested on it.
Enough blah blah, how do I do it ?​1st - Grab both of them (default.sh and gaming.sh)
2nd - Install (in case you don't have it), open and type this on the Terminal Emulator app:
Code:
su
To attain root access (not sure if needed but, just in case)
Code:
wm density
To get your current screen density value at 1080p (override density field).
Lets imagine you got 432.
3rd - Choose and calculate a new resolution for your gaming profile
So now lets ge to the actual work. Our device native resolution is 1080p (1920x1080) and we want to lower that.
I lower it to 810p (not a standard lmao) which is 75% of 1080p (1440x810) as it gives me agood balance between visual quality and performance. You can go even lower to something like 50% if you're ambituous about performance. At 810p I can expect a minimum of 25% performance uplift (not FPS).
So, to get your gaming profile resolution DPI, you multiply the relative percentage of it by the default profile resolution DPI.
Code:
[COLOR="darkred"]432[/COLOR] * [COLOR="RoyalBlue"]0.75[/COLOR] = [COLOR="Blue"]324[/COLOR]
This value will be your gaming resolution DPI a.k.a. the resolution from your gaming mode script.
4th - Edit default.sh and gaming.sh, apply the new values and save the files somewhere.
default.sh script should contain the values of your default resolution, in this case, 1920x1080 and 432. Size for resolution and density for DPI.
gaming.sh script should contain the values of your gaming profile resolution, in this case, 1440x810 and 324.
VOILÁ​
To make the process much much easier and quicker, I use FX file explorer and its shortcut feature so I can switch between both profiles from my home screen pretty easily. Whenever I'm not playing a demanding game Is stick to the default mode, whenever I'm playing a graphically intensive game, I switch to the gaming mode and enjoy the improvement.
Cool, cool. So, is there an actual improvement in performance or is this just one of these so called placebo tricks ?​It's definately not placebo and probably the most effective way around of increasing gaming performance!
I've tried to record a test with and without the trick (and failed, it doesn't look as effective in the video but I'll leave it here anyway). Take it with not 2 but 3 grains of salt due to all the uncontrallable factors that involved the scene, the actual gain in practical use is much more noticeable. The benchmark takes place in the super duper hot (pun intended) looking and intensive game, Shadowgun Legends.
On the first video, the device is running the Extreme Kernel, without the tweak, along a CPU cap of 2.5Ghz and a GPU cap of 855Mhz (or something around that). I didn't increase it further to prevent the device from overheating (which it already practically was) and because at a higher GPU clock, I would get arctifacts (my device does not support the 922Mhz frequency).
http://sendvid.com/zi9l8q44
On the second video, the device is running a beta batch of the velocity kernel, with the tweak, along a CPU cap of 1.9Ghz and GPU cap of 672Mhz. I ran the device at a lower speed so you can see how useful the improvement can also be.
http://sendvid.com/fqum12jw
I ran the game at the high graphical setting (30 FPS max) on one of its most intesive scenarios and were at very high ambient temperatures (30C) so again, take the videos with a grain of salt. Used an external gamepad to play and used Scrcpy to record the screen (through wifi so, the quality and framerate from the recording is considerably worse than the actual one). You should also remember the 5-6 FPS strain of capturing the screen.
I also used game bench to monitor the framerate (top right corner) where the last 1 minute of each benchmark were with the screen capturing off. Once again, sorry for the bad quality of the recordings, I'll leave a screenshot of the game bench results.
Not willing to write a outro so, yeah, basically thats it
Here's another sample video, of the same game, this time at medium settings. Along the very noticeable smoother gameplay you can also notice how the GPU load goes down from 95-100 to 70-80 and it becomes less of the bottleneck on the scenario. With the gaming profile could I could actually remove the 30 fps cap and run the game at +30.
Before:
https://photos.app.goo.gl/hwPg9KCwc6yLyt919
After:
https://photos.app.goo.gl/zDm4wkTHuAjQ7PA5A

Realme X7 pro 90fps pubg

Hi . In realme X7 Pro, 120Hz is not compatible with all applications such as PUBG, and it automatically returns to 60Hz. Is there a way to make it stay 120hz at all times.
FPS is always capped: by
1. GPU ( the more powerful the graphics card the higher its FPS )
2. Monitor Refresh Rate ( a 60Hz monitor allows only 60 frames / second displayed even if FPS produced by GPU is 120Hz )
AFAIK default FPS on Adroid is 60Hz
jwoegerbauer said:
FPS is always capped: by
1. GPU ( the more powerful the graphics card the higher its FPS )
2. Monitor Refresh Rate ( a 60Hz monitor allows only 60 frames / second displayed even if FPS produced by GPU is 120Hz )
AFAIK default FPS on Adroid is 60Hz
Click to expand...
Click to collapse
That's right, but it happened with realme x2pro and they sorted it out. I don't know if there is a solution with X7 Pro
The Realme X7 Pro features a Super AMOLED screen with a 120Hz refresh rate.
So, check whether there is any setting options in those apps in order to stay 120hz at all times.
I think it needs to be flashed. Or we wait for future updates
Even when entering the 90fps file in the data or using gfxtool, it is not accepted. Because the problem in the phone system does not remain 120hz even though it is not in the automatic mode
I think Realme X7 Pro with Mediatek Dimensity 1000+ chipset comes with an inbuilt option to change the display refresh rate. Not sure about it.

Categories

Resources