Skip to main content

Posts

1010 GAMING

Recent posts

How to change DPI in android mobile?

  DPI For Mobile Hi guys I am Chinnu you are watching 1010gaming in this blog we are going to see how to change the DPI of our mobile So first of all what is DPI DPI means dot per pixel. Dots per inch is a measure of spatial printing, video or image scanner dot density, in particular the number of individual dots that can be placed in a line within the span of 1 inch  First open your mobile settings  Then click about phone Find the build number and click a 7 time continuously and now you can see the developer option enabled below your screen Go back to again the settings Find the developer option in settings  Then click the developer options and find Smallest Width  Change the value to + 200 or + 400 by your mobile specification  Don't play with this option this is very dangerous so be aware of using this.

Is it possible to hack free fire diamonds ?

 Freefire diamond hack is possible ?? The answer is no. because all online games are storing there game's players id, password,and their current points and coins and gems , diamonds in their ' ONLINE CLOUD STORAGE ' that original files are storing on their real servers . The server are secured by best cyber security's. And the server have passkeys for use the server data's. ________________________________________________________________________ sb game hacker Lucky patcher But in another hand we have offline games it's  storing there game's players id, password,and their current points and coins and gems , diamonds it's original data storing on our  ' PHONE MEMORY '  so we can easy hack by hacking tools like Lucky patcher and sb game hacker

Freefire

package  com.example.torch ; import  androidx.annotation.RequiresApi ; import  androidx.appcompat.app.AppCompatActivity ; import  androidx.constraintlayout.widget.ConstraintLayout ; import  android.hardware.camera2.CameraAccessException ; import  android.hardware.camera2.CameraManager ; import  android.os.Build ; import  android.os.Bundle ; import  android.view.View ; public class MainActivity extends AppCompatActivity {     ConstraintLayout layout;     CameraManager cameraManager;     String cameraId;     Boolean state=false;     @Override     protected void onCreate(Bundle savedInstanceState) {          super.onCreate (savedInstanceState);         setContentView( R.layout .activity_main);         layout=findViewById( R.id.cl );   ...