Showing posts with label hp touchpad. Show all posts
Showing posts with label hp touchpad. Show all posts

webOS Community Edition Release for HP TouchPad

Sunday, 1 July 2012


Open webOS 1.0 is planned to be released in September 2012, but in the meantime, the development team has released an intermediate webOS “Community Edition” for the HP TouchPad.
This code is different from the Open webOS project, and is composed of additional components from the current release of webOS for the TouchPad.
The open webOS project team has been working with WebOS Internals to bring this release out for legacy TouchPad devices. Thanks to the release of the webOS Community Edition, it is now possible to learn how the TouchPad works, modify your TouchPad experience and then apply that to Open webOS 1.0 once it is released.
The Community Edition only supports HP TouchPad, whereas Open webOS 1.0 release will enable the community to port webOS to different hardware platform, and add more features by using open source stacks such as BlueZ bluetooth and GStreamer.
You’ll need to download 2 packages to work with WebOS CE:
  • CE-build-support.tgz – A tarball that contains staged headers (and some binary libraries) that are needed to build the Community Edition of the webOS SysMgr (luna-sysmgr).
  • webOS-WOCE.tgz – A tarball that contains source code files that are used to build the Community Edition of the webOS SysMgr (luna-sysmgr).
webOS WOCE is also available at https://github.com/woce/LunaSysMgr, and CE-build-support at https://github.com/woce/build-support. There is also a third repository on woce github called woce-build with some files requires to build woce.
webOS CE build is only officially supported on Ubuntu 12.04 (32- and 64-bit) and build instructions are available on webOS-ports Wiki.
open webOS team also discussed about the progress of Enyo cross-platform JavaScript framework, and listed some exhibitions in the US and Spain that will attend in July. For more details, you can visit open webOS blog.

How to install TWRP 2.0 touch-based recovery on the Kindle Fire (backup, restore, flash custom firmware)

Sunday, 18 December 2011

The folks at Team Win have released a new recovery tool for Android devices called Team Win Recovery Project 2.0. It’s an alternative to the popular ClockworkMod Recovery utility, and lets you backup or restore your device, install custom ROMs, or make other changes.
The biggest difference between TWRP 2.0 and ClockworkMod is that is that you can navigate TWRP 2.0 using a touchscreen. That means you don’t need to use volume buttons, home buttons, or power buttons to move through the options.
While that may be a nice feature for many smartphone and tablet users, it’s a must-have for anyone that wants to be able to flash custom firmware on an Amazon Kindle Fire, because that 7 inch tablet doesn’t have volume buttons or a home button. It only has a single button for turning the device on and off.
Xda-developers forum members JackpotClavin and Whistlestop have done some pretty nifty things with that one button, allowing users to install a
CyanogenMod 7 based on Android 2.3 on the tablet or restore the standard Amazon software. But since those tools rely on a modified version of ClockworkMod, up until now there was no simple way to create a complete backup of your system or quickly switch between different firmware.
I’ve been playing around with TWRP 2.0 for a few hours and I’ve managed to use it to create backups of my Kindle Fire running CyanogenMod 7 and running the stock Amazon software. This allows me to switch between operating systems relatively quickly and easily. I also wiped my system and re-installed CyanogenMod from scratch.
Installing TWRP 2.0 can be a bit of a pain and while it’s difficult to actually leave your tablet in a complete unbootable state, it is easy to make the tabletappear unbootable. If you don’t know your way around adb, fastboot, and other Android developer tools you may want to hold off on installing TWRP for now.
But if that doesn’t scare you, here’s how to install TWRP 2.0 on a Kindle Fire if you’re using a computer running Windows.
If you follow the steps you’ll end up replacing the bootloader and the recovery on the tablet.
1. Root your Kindle Fire using SuperOneClick and make sure adb is enabled.
2. Download the latest version of FireFireFire, a custom recovery tool for the Kindle Fire.
3. Unzip the utility and copy the u-boot.bin file to the directory where you have adb installed. For instance, c:\androidsdk\
4. Download the twrp-blaze.2.0.0RC0.img, which is the version of TWRP 2.0 for the Kindle Fire.
5. Copy that file to the same directory (such as :\androidsdk\)
6. Open a command prompt by opening the Start Menu and typing “cmd” and pressing enter.
7. Navigate to c:\androidsdk\ or whatever directory you’ve placed your files in by entering “cd c:\androidsdk\” or the appropriate directory.
8a. Make sure your tablet is connected to your computer with a USB cable.
8b. Optional: type “adb devices” to make sure your Kindle Fire is connected and adb is functioning properly. If this works, you should see a listing for your device.
9. Copy the two files to your Kindle SD card by entering the following commands and pressing enter after each:
  • adb push u-boot.bin /sdcard/
  • adb push twrp-blaze-2.0.0RC0.img /sdcard/
10. Open an ADB shell and then install the bootloader and recovery by entering the following commands one at a time. Note that if you get a message saying “permission denied,” it means that your tablet hasn’t been rooted properly. Try running SuperOneClick again.
  • adb shell
  • su
  • dd if=/sdcard/twrp-blaze-2.0.0RC0.img of=/dev/block/mmcblk0p5
  • dd if=/sdcard/u-boot.bin of=/dev/block/mmcblk0p2
11. Reboot your device with the following commands.
  • exit
  • adb reboot
That is pretty much it. You should now have FireFireFire installed and TWRP 2.0 will finish installing the first time you enter recovery.
What this means is that when your device reboots, instead of the Kindle Fire logo you should see a yellow triangle with a fire icon in the center. If you do nothing your Kindle should reboot into whatever operating system was running when you started.
If you press and hold the power button for a few seconds when the yellow triangle shows up you should be able to enter TWRP 2.0.
From there you can tap the various options to backup your device, restore your device from a previous backup, flash a new ROM, or flash a different update. For instance, you can install the gApps.zip for CyanogenMod 7 from this menu in order to add support for the Google Android Market and other Google apps.
If you follow a different set of instructions and accidentally get stuck in Fastboot mode (not that this happened to me or anything), meaning you can’t get past the boot logo, I found a set of instructions at xda-developers that could help get past the boot screen.
Warning: If you install TWRP 2.0 and FireFireFire and then try to reboot directly to recovery from CyanogenMod 7 you’ll get stuck in recovery and won’t be able to boot Android. You can avoid this by powering down the tablet instead and just entering recovery by pressing-and-holding the power button for a few seconds when FireFireFire runs.
If you do get stuck in recovery, connect your tablet to your computer, open an adb shell and type
  • idme bootmode 4000
  • reboot
This should get you back to your operating system. If that doesn’t work or adb doesn’t recognize your device, try the xda-developers forum link above which explains how to perform the same action using fastboot rather than adb.
TWRP 2.0 also supports the HP TouchPad, Barnes & Noble NOOK Color, and a number of other phones and tablets.

MIUI ROM released for the HP TouchPad (Pre-Alpha)

Thursday, 15 December 2011


Another HP TouchPad Rom For You Guys
MIUI on the HP TouchPad
There’s a new version of Google Android available for the HP TouchPad. While people have been happily loading CyanogenMod 7 on the HP tablet for the past few months, you can also now install a custom ROM based on MIUI.
The HP TouchPad ships with webOS software, but installing Android allows you to run thousands of apps designed for Google’s mobile operating system. While the CyanogenMod software is based on the Android Open Source Project and gives the TouchPad a very typical Android look and feel, MIUI includes a custom app launcher, custom home screen, custom settings menus, and a number of custom applications.
Overall, MIUI makes Android look a little more iPhone-like… but that’s probably an oversimplification. Really, what the MIUI developers have done is take Google Android and give it a new skin and new apps to give it a visual makeover.
The version of MIUI which is available for the HP TouchPad is still in the pre-alpha stages. Most of the important functions work, including audio, touch input, WIFI, and Bluetooth. But there’s currently no on-screen menu for home, back, or menu functions and there are a number of bugs.
Still, if you want to check out the first version of Android that isn’t CyanogenMod, it’s pretty easy to do.
If you already have CyanogenMod installed on your TouchPad all you have to do is:
  1. Download the latest MIUI zip file from the RootzWiki forum thread.
  2. Reboot your device into ClockworkMod Recovery.
  3. Wipe your /data and /cache partitions.
  4. Choose the “install zip from sdcard” option.
  5. Select the MIUI zip file.
  6. Say yes at the following menus.
  7. Reboot your device when the installation is finished.
It’s probably a good idea to use ClockworkMod to create a complete backup of your system first — because there’s a good chance you will want to revert to CyanogenMod after testing MIUI.
If you haven’t already installed CyanogenMod, you can follow our instructions for doing so — but instead of using “update-cm-7.1.0-tenderloin-a3-fullofbugs-signed.zip,” you’ll use “MIUI.us_tenderlion_1.12.9_Eng_Deo_ZipA_Signed_scott951.zip.” The rest of the steps should remain the same.
Since you’re using the CyanogenMod tools to load the operating system, you’ll still see the CyanogenMod logo before MIUI boots. You’ll also want to make sure to install Moboot and ClockworkMod.
If you do want to spend some time playing with MIUI, here are a few tips I’ve found:
  1. You can install the Android Market by downloading the latest gApps zip file from CyanogenMod or goo-inside.me and installing it with ClockworkMod.
  2. Once the Market is installed, you can search for an app called Button Savior which lets you bring up on-screen home, back, menu, and search buttons by tapping an icon on the side of the screen. If you don’t have the Android Market installed you can download it from the developer’s thread at xda-developers.
  3. It’s a good idea to install a third-party home screen app since the MIUI home app is a little buggy at the moment. Go Launcher, ADW Launcher, or other free app launchers make it easier to access all of the Android apps installed on your tablet.

CyanogenMod 7 Alpha 3.5 is ready for the HP TouchPad: Here’s how to install it


The CyanogenMod has released an updated version of Google Android for the HP TouchPad. No, Android 4.0 Ice Cream Sandwich isn’t ready for prime time yet, but CyanogenMod 7 Alpha 3.5 brings a few improvements to Google Android 2.3.7.
Specifically, the team says they’ve improved video playback and 3D graphics speed and gaming compatibility. They’ve also made some changes to the WiFi settings, but it’s not yet clear if this will fix the problems with WiFi that some users have been experiencing.
If you’ve already installed an earlier version of CyanogenMod, updating to Alpha 3.5 is extraordinarily easy:
  1. Download “update-cm-7.1.0-tenderloin-a3.5-fullofbugs.zip” or CM7:
    Alpha3.5 file following the latest below
  2. If you’ve downloaded it using you TouchPad, just make a note of which folder it’s in. If you’ve used your computer, copy the file to your TouchPad’s storage.
  3. While running Android on the TouchPad, press-and-hold the power button.
  4. Choose “reboot.”
  5. Select “Recovery” and then tap the OK box.
  6. This will bring you to ClockworkMod. You can navigate through menus by using the volume buttons to move up and down and the home button to select an option.
  7. (Optional, but recommended): Scroll down to the option that says “wipe cache partition” and choose it by tapping the home button.
  8. (Optional) From the following screen, scroll down to the option that says “Yes – Wipe Cache” and choose it.
  9. (Optional) When that’s done you’ll be back at the first screen.
  10. Scroll down to the option that says “install zip from sdcard” and choose it.
  11. Select “choose zip from sdcard.”
  12. Navigate to the folder where update-cm-7.1.0-tenderloin-a3.5-fullofbugs.zip is stored and select it.
  13. From the following menu scroll down to the option that says “Yes – Install update…” and choose it.
  14. You should see a progress bar on your screen for a few minutes. When it’s finished you’ll be dumped back out to the previous menu.
  15. Choose “Go Back.”
  16. From the main ClockworkMod menu choose the option to “reboot system now.”

You may install new updates using either ClockworkMod Recovery or ACME Installer. See below for more information.

Changelog:
(AKA things we hope we fixed)

ALPHA3.5
* Video playback improvements
* UI Composition improvements(nothing major)
* 3D speed improvements in some circumstances
* 3D game compatibility improvements(Shadowrun tested, but other games may work better as well)
* Some changes to wpa_supplicant, remains to be seen whether it makes any difference

ALPHA3
* Last prominent form of "sleep of death" fixed
* Webkit backing store(smoother scrolling)
* Minor improvements to 2D/3D performance in some apps
* Bluetooth DPad/arrows do not rotate with screen
* Battery stats now available to Android
* Serial# now populated
* Shorter hostname as a result of serial#
* General wifi fixes
* Preliminary Touchpad 4G support(no radio)
* Status bar should take less resources after an app goes full screen
* Possible fix for A2DP and wifi interference
* Possible fix for SD card not mounting
* Camera FPS improved but still nearly nonfunctional

ALPHA2
* Plugging headphones in should now shut off speaker volume
* Battery drain issues have been (partially) addressed
* More apps now available in market (thanks to Flemmard)
* Temporarily removed suspect fsck_msdos to fix random folder deletion on media/sdcard.
* At least one type of "sleep of death" (TP won't wake up) has been fixed
* Wifi should no longer hang in sleep
* Vibrator no longer disappears
* Touchscreen no longer unresponsive after sleep
* cifs support added
* Touchstone should now charge better
* fixed broken links resulting from first version of installer (mount now works)
* pptp vpn now works
* OpenVPN TUN support added
* USB mounting in vold added
* Misc. fixes to ACME Installer (more graceful exits, nonstandard LVM media location handling, etc.)
* fixes to surfaceflinger to improve performance
* upstream cm7 changes added


WHERE IS THE SOURCE CODE?

Source code can be found at http://www.github.com/cyanogenmod
As of alpha 1 the kernel source is open. The rest of the source will be opened
as soon as some code can be merged into mainline CM7. This expected to happen
very soon.

DOWNLOADS
Initial install will require multiple files to download. Download the installer README first
and be sure you understand the directions.
Note: Please do not link directly to files. Link only to this thread. 
-----------------------------------------------------------------------------------------------------------------------------
Alpha3: 

Note: Alpha3 is still a fairly rough build. You should expect some things to not work yet.

Before Installing watch this video for an overview of the process for the initial install:
http://tinyurl.com/3exy2v8

README and Installer:
http://goo-inside.me...MEInstaller.zip
md5: 8c140a93e4451977174aa896e5c8bdf4

Uninstaller
http://mirror.dal.td...ACMEUninstaller
md5: a08ba78a39b0a0d1efe745e2c74aca20

CM7:
Alpha3.5
http://goo-inside.me...uchpad/alpha3.5
md5: d8861571b7e0d72ad00dfc017da589ec

Alpha3
http://goo-inside.me...bugs-signed.zip
Other mirror to come...
md5: 3b7d774ae2833722c9883e77a0e86024

Alpha2.1(old)
http://mirror.dal.td...-fullofbugs.zip
http://goo-inside.me...-fullofbugs.zip
md5: 43e811fc10da37696a6fce20d6118bb2

Alpha1(ancient)
http://mirror.dal.td...-fullofbugs.zip
http://goo-inside.me...-fullofbugs.zip
md5: 2d3a4f1984c025a07f7cff0d43b3aae1

Clockwork Recovery:
http://mirror.dal.td...erloin-1012.zip
http://goo-inside.me...erloin-1012.zip
md5: 1308300f38685d44afde730efd9132cc

Moboot(bootloader menu)
http://code.google.c.../downloads/list

Source
  RootzWiki forum thread.

 
DroidXDA © 2012 | Designed by Bubble Shooter