Android Tablets Forum banner

Setting Wallpapers to correct resolution (app)

5K views 5 replies 4 participants last post by  Pazienza  
#1 · (Edited by Moderator)
#2 ·
Hi Roy,
Many, many thanks for this. For a minute there I was wondering why the heck wallpapers looked so rubbish on the screen :)

They look darn good now thanks to you!

Cheers,
SPuD
 
#4 ·
What Is ADB
ADB stands for Android Debug Bridge. It comes as a part of the standard Android SDK, which you can grab here. Basically, it provides a terminal-based interface for interacting with your phone's file system. Since Android platform is based on Linux, command-line is the only way to obtain and manipulate root access often required to perform certain advanced operations on your device using root access.

While these things can be done directly on the device itself using some terminal emulator, it will be rather difficult to execute complex commands on such a small screen. ADB provides the bridge between your machine and your computer.

http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/