HP touchpad with Android

Source: Internet
Author: User
Tags android sdk manager

Recently, I buy a tablet called HP touchpad, it has excellent hardware: 1.2 GHz CPU, 1g RAM, 9.7 inch screen. the built-in operating system for touchpad is HP WebOS. in point of UI view, WebOS is beautiful and apple-like. but there is main weakness of WebOS: lack of software applications. like apple store or Android Market, HP also have the online application marketing called app catalog. but there are just have little of apps.

 

The CM team do a amazing job, they made Android port for the touchpad. to experience the touchpad with Android system, I updated my touchpad to Android. generally this ROM is fast and useful even if in alpha version. of course some bugs in alpha version, to feedback to the CM team. I need connect the my touchpad with wired USB line with ADB tools.

1. Install the cyanogenmod 7 to HP touchpad

There a lot of tutorials on the Internet, you can follow the tutorials to install cyanogenmod android.

Http://liliputing.com/2011/11/how-to-install-cyanogenmod-7-1-android-alpha-3-on-the-hp-touchpad.html

Http://www.opinionless.com/updating-your-hp-touchpad-to-cyanogenmod-android-alpha-3/

 

2, connect the HP touchpad with ADB

Follow the post: http://rootzwiki.com/topic/7281-wired-adb-not-working-for-you-fix-is-right-here/

First, you need update the USB driver by Android SDK manager.

After that you re-plug your touchpad, you will see "Android tablet" in your Device Manager. Right click "Android tablet" and select "Update driver software ...".

 

You will find driver (labeled with HTC ....) Suitable for touchpad. In this point you do all of your job. Open your own cmd.exe "and issue the" ADB devices "command to check result.

 

3, how to use logcat

A, view logs

> ADB shell logcat // view and block for incoming log

> ADB shell logcat-D // view and exit

B. View warnings

> ADB shell logcat-D *: W // show all of warnings

> ADB shell logcat-D activitymanager: W // only show warnings associated with activitymanager

C, view recently 10 line logs and exit

> ADB shell logcat-T 10

D, view log with specific format

> ADB shell logcat-D-V Long

Alternatives:

Brief-Display priority/Tag and PID of originating process (the default format ).
Process-display PID only.
Tag-display the priority/tag only.
Thread-display process: thread and priority/tag only.
Raw-display the raw Log message, with no other metadata fields.
Time-display the date, invocation time, priority/tag, and PID of the originating process.
Long-display all metadata fields and separate messages with a blank lines.

E, clear logs & helps

> ADB shell logcat-C // clear logs

> ADB shell logcat-help // help information

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.