Langsung ke konten utama

How to play Android games with no lag

How to play Android games with no lag.


Cara memainkan games Android tanpa lag.
Ada beberapa faktor kenapa bisa lag:
*.Spek HP yg memang tdk mampu menghandle Game tersebut (hardware problem).
*.Lambatnya koneksi internet (network problem) pada games online.

Solusinya jika hardware problem maka tentu kita perlu mengganti hardware yg mumpuni.
Namun jika tdk bisa menggantinya, maka solusinya adalah dgn "memaksa/mengubah" kerja hardware tersebut dari sisi software. Atau istilah kerennya tweak.

Ada banyak jenis tweak dgn fungsinya masing2.
Tergantung keperluan kita tweak itu untuk apa.

Nah disini kita bisa mentweak hp kita untuk keperluan game no lag TANPA ROOT dgn menggunakan fungsi "developer options".

Jika opsi developer options tdk ada pada setting hp kita maka kita perlu memunculkannya.
Silakan cek google untuk cara memunculkannya.

Karena saya memakai MIUI maka cara memunculkannya adalah dgn cara pergi ke setting > about phone > klik berulang kali MIUI version hingga muncul notif "You're now a developer!" atau semacamnya.
Lalu pergi ke setting > Additional settings > developer options.

Ubah pada developer options dgn pengaturan berikut:
*.usb debug off
*.transition animation scale .5x
*.force 4x msaa off
*.dont keep activities on (WARNING! Opsi ini akan membuat app akan diclose otomatis jika kita keluar dari app nya). Kalau saya sih off aja biar aman
*.background limit process 2 atau 3 (Alternatif untuk Dont keep activites. Membatasi jumlah App yg berjalan di latar belakang).
*.clear cache. Pergi ke setting > storage > clear cache (optional)
*.disable unwanted package (force close app yg tdk diperlukan).

Nah jika selesai tinggal dicoba saja :)
Have fun!


Untuk memeriksa hasilnya maka gunakan FPS Counter.
Cek google play untuk fps counter yg tanpa root.
Atau gunakan gltools untuk yg sudah diroot. Caranya adalah buka gltools > pilih app > centang Enable custom settings for this app > Use fps counter: On screen. Done lalu buka saja app yg dipilih. Untuk menonaktifkannya tinggal buka gltools > pilih app > jangan centang Enable custom settings for this app > lalu Force close app yg dipilih > buka app nya.

Cara seperti diatas (developer options) juga bisa diterapkan dgn gltools.

Untuk yg network problem yah tentu kita harus menggunakan jaringan yg wuzz lah kntd!1 >:(

~Sekian

Komentar

Postingan populer dari blog ini

how to install postgresql and use it with php on termux

first of all you need to install it: apt install postgresql then specify data dir for it by typing: initd -D YOUR_DATA_DIR example YOUR_DATA_DIR is /data/data/com.termux/files/home/mydb note that you don't need to make the dir first, you just need the dir name then initdb will create it automatically :) in this example like this: initdb -D /data/data/com.termux/files/home/mydb The files belonging to this database system will be owned by user "u0_a171". This user must also own the server process. The database cluster will be initialized with locale "C.UTF-8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory test ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... sysv selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Asia/Jakarta creating configuration files

How to fix Apache httpd error: [:crit] [pid xxxx] (2)No such file or directory: AH00141: Could not initialize random number generator

How to fix Apache httpd error: [:crit] [pid xxxx] (2)No such file or directory: AH00141: Could not initialize random number generator. This error might be offen happen when using chroot  and no urandom in /dev folder of your chroot dir. Simply just mount the /dev folder to your chroot dir: mount -o bind /dev $chroot_dir/dev/ Then test it: httpd -v Server version: Apache/2.4.34 (Unix) Server built: Jul 19 2018 03:32:51