QUOTE(klwong99 @ Feb 4 2011, 11:52 PM)
Thx for explanation. You not only try 'hardware' of android but softwares to operate in android.
You willing spend money to gain the difference experinces. Yet, alot of your own experinces need learn from you.
BTW, what is 'adb'? I 'know' is somethings like 'cmd.exe' in Windows. But what apps need to install in order to operate it?
To use ADB ( Android Debug Bridge ) , you must first download and install Android SDK (
http://developer.android.com/sdk/ ) to your computer. Once this is done, then you use the Terminal in Windows ( or MS Dos prompt ) to issue Linux commands. In layman's terms, These commands will communicate between your phone and computer
In some flashing, example my Dell Streak - I have to use this method , issuing a series of Linux commands to first flash a new firmware of the phone. Subsequent updates were directly done on phone itself
You can also use ADB in the TAB itself . Just download install freeware TERMINAL
Launch it, start off with > su then follow by the rest of the commands
Some debugging works is best done on phone itself using such commands instead of installing an APK file
For example in my post under Tech solutions : How to findout whether your TAB has RFS default file system or EXT4 ??
Installed freeware TERMINAL from Market. Launch terminal. Input in following commands :
> su
> mount
You should see a list of mountable files of the filesystem. Scroll down and look for the entry:
/dev/block/stl9 /system and 'ext4' beside it. That means its in ext4 format. If you see 'rfs' beside it then its in rfs format.
OR you can use ADB commands with TAB connnected to computer. In computer launch MSDos command prompt ( or terminal) . Type the following commands:
> adb shell
> su
> mount
Added on February 5, 2011, 12:18 amYou guys should try the Android notification app I mentioned in post #226. Now my TAB is in my hall downstairs and I am upstairs. Just recieve a notification on my MAC the TAB is being charged and now reaching 99 %. Amazing!
This post has been edited by benny888: Feb 5 2011, 12:18 AM