Showing posts with label screen. Show all posts
Showing posts with label screen. Show all posts

Friday, December 30, 2016

How To Easily Access WiFi Mobile Data Bluetooth GPS Like Toggles Setting Screen in Samsung Stock ROMS

How To Easily Access WiFi Mobile Data Bluetooth GPS Like Toggles Setting Screen in Samsung Stock ROMS


Samsungs Touchwiz UI has many Notification Toggles which help us to easily enable disable frequently using options like WiFi, Bluetooth, Mobile Data, GPS, Screen Rotation etc. These toggle buttons are very handy as it needed just a single tap to disable or enable the favorite option. In this post I included another handy feature of Notification toggle which helps to easily access the toggle options setting screen.

For example if we want to receive files via Bluetooth we need to change the visibility settings if the device not paired. In this case, we can access the Bluetooth visibility settings by long pressing the Bluetooth toggle button. The feature may familiar to many Samsung users. But still its worth writing here if its helpful for any new user.

This feature is tested on TouchWiz Nature UX version dont know if its available in older TouchWiz version.

Method:
Long Press on the corresponding Toggle to access the settings screen.



Available link for download

Read more »

Saturday, November 26, 2016

How to Fix Touch Screen on Android Tablet with Android App

How to Fix Touch Screen on Android Tablet with Android App


How to Fix Touch Screen on Android Tablet with Android App.

Android touch screen problem. 

A13 Touch Screen Calibration.



Android touch screen problem. A13 Touch Screen Calibration.


This tutorial is about to fix  touch screen drivers on Android tablets in simple way. Most of the time when user flash or restore their tablet via Livesuit (Allwinner AXX)or other flashers,  most of the time drivers or tablet components  does not match exactly with firmware and in results ,  touch screen does not work properly , inverted touch screen. There is a easy way to fix the touch screen problem on Allwinner tablets after flashing. This method will work only if debug mode is on. If touch screen is not working  and debug mode is off ,  you need to attach usb keyboard with Android tablet and try to find a way to turn debug mode on. If there is will there is way. 

Download Android Calibration2.Apk
1.Install Any android Pc Suit on computer . 
2. Connect your tablet to Pc Suit  and  install Calibration2.apk via any Android Pc Suit. (There are many Android PC Suits available . Mobogenie , Wondershare etc)
3. Open Calibration App .
4. Click on + icon to set calibration for TS
The best thing is about Calibration2.apk is its auto correct x,y axes on Touch Screen

Note:- Unfortunately I have not use this app other than Allwinner Tablets. I am not sure it will work or not on other tablets.As soon as I am able to try it with multiple tabs , I will  update results. You can also post results in Comment Section.


Available link for download

Read more »

Monday, October 31, 2016

How to Fix Samsung Galaxy S3 Screen Flickering Problem

How to Fix Samsung Galaxy S3 Screen Flickering Problem


The Samsung Galaxy S3 launched two years ago and it is the most popular smartphone by Samsung. In year 2013 largest selling smartphone all around the world. Everyone wants to buy Samsung mobile phone because its provide excellent features for users. But Samsung Galaxy S3 users report screen flickering problem. It is a common problem and the main reason behind this problem.



App problem

First of all, reboot your phone to Safe Mode because many time third party apps cause for this problem. After then you screen flickering problem, not solve then another reason behind this problem.

Battery problem

If your problem doesnt solve after a reboot then battery problem is the second reason. This phone is two years old, so I think degrades your phone battery. Change your phone battery.


Available link for download

Read more »

Monday, October 17, 2016

Get more out of your netbooks screen

Get more out of your netbooks screen


My last laptop before my I purchased my Eee PC was a Lenovo Thinkpad T60P which I bought for three reasons; 1) it was linux certified, 2) the price was right (under $250) and 3) it came with a legit copy of XP Pro.  My one and ONLY complaint I ever had about that laptop was the fact that the screen resolution was a maximum 1024x768.  However, when running OpenSUSE I found that the resolution defaulted to a much higher resolution, scaled by xrandr.  I never did figure out how this was achieved until this morning, whcn I discovered that xrandr is capable of both scaling and panning higher resolutions.  It dawned on me that if you can run a virtual Xserver in a higher resolution than what is natively supported by your screen, something I came across when running Ubuntu on my Android phone.

It took a little experimentation and tweaking to get it just right, but the final result I came up with was the following command
xrandr --output LVDS1 --mode 1024x600 --scale 1.333x1.333 --panning 1365x800
 The big issue in the end turned out to be the scaling factor.  Originally I assumed that xrandr only supported two decimal points in scale factor, which turned out not to be the case.  What originally prompted me to want a higher resolution was the fact that running certain applications when the window is maximized causes the window to "snap" up and down if the window is larger than the screen size.  At first I was aiming for a resolution 1280 width resolution, but the issue with the snapping windows was not alleviated.  Apparently the gnome desktop is designed for a minimum screen height of 800 pixels and many applications wont play nice in anything smaller than that.  Of course even higher resolutions can be achieved, but the small size of the screen makes the text hard enough to read as it is.  Bumping font sizes up to 12pt makes the screen a little easier to read without distorting things.


After finding a resolution that works for you, there are two methods I know of that will make the resolution change permanent.  The first is to add the above command to your ~/.xprofile file.  The other is to add it t/etc/gdm/Init/Default.  The second option requires root access and will affect every user who logs in to the computer.  I just chose to edit my .xprofile.


Now to see if I can do the same on Windows 7....


EDIT


So after achieving my desired resolution of 1365x800 in Linux and addressing my issues with fullscreen applications on the tiny screen, I decided to take a crack at doing the same on Windows 7.  I did an exhaustive Google search on how to force a higher resolution, but for the most part I came up empty handed. What I did find however was the fact that I have an Intel graphics chip meant that I was in luck.  For those of you who have ATI or Nvidia graphics on you netbook, youre pretty much stuck with the 1024x600 resolution.


Flat out, I was unable to achieve a resolution anywhere near what I got in Linux.  I even tried an app called "Netbook Resolution Customizer" which is supposedly capable of forcing custom resolution modes using Linux modelines (use the command cvt to generate one).  NRC does absolutely nothing.  However, I was at the very least able to force 1024x768.  Not exactly what I was after, and the screen does get skewed but Ill take what I can get.  This is achieved through simple registry hacks.  Basically, you just open up regedit.exe and search for Display1_DownScalingSupported.  Change every instance that the search finds from 0 to 1 and then reboot.  The information I found on this hack states that its supposed to enable resolution up to 1152x864, which albeit skewed is much better than 1024x600.  I did not get anything higher than 1024x768 but like I said, Ill take what I can get.


Available link for download

Read more »