由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
PDA版 - hp touchpad: Disk partition for Ubuntu and CPU Overclocking
相关主题
新同志注意,貌似现在控制安装testing的kernel了。新手求助:Touchpad不能用WQI装Preware 和其他apps
TP上不用meta-doctor也能新建ext3分区(用于安装ubuntu)TouchDroid #1: how to root your Touchdroid
现在preware不允许我添加超频的feed了?有人overclocked了嘛?
HP TouchPad 新装又来问LG Optimus L按装app的问题
touchpad 安装超频以及安装Govnah求助why my touchpad still reboot every little while?
拿到了的人看看,这评测客观么?给touchpad装了ubuntu
Govnah问题touchpad 彻底砖了
关于TP超频的问题touchpad挂了,无限重启,刷机到12%不能刷
相关话题的讨论汇总
话题: touchpad话题: step话题: ext3fs话题: install话题: type
进入PDA版参与讨论
1 (共1页)
p****y
发帖数: 59
1
折腾了几个晚上 总算明白怎么整hp touchpad: 安装顺序很重要, 重搞了几次, NND
带图的见原始贴 http://pebloy.blogspot.com/2011/09/customize-hp-
touchpad.html
Step 1. Update webOS from hp touchpad;
Step 2. On the unattached TouchPad enable the Developer Mode to install
your
third-party software:
webos20090606
Next Click on the Developer Mode Enabler icon that appears. The very 1st
time you do this Click the "OFF" button to "ON" (w/blue button showing)
if
it requests a password Leave it Blank and just Click "Submit" bar. After
that 1st time it will just put your TouchPad in Developer Mode to "ON" -
Do
not Click on the Set/Change Password bar.
Step 3. Create an ext3fs partition on hp touchpad for Ubuntu in
developer
mode.
3.1: on Linux: open terminal and install git and Java runtime. Type:
sudo add-apt-repository "deb http://archive.canonical.com/ lucid
partner"
sudo apt-get update
sudo apt-get install git
sudo apt-get install sun-java6-jre
3.2: Download the meta-doctor scripts using git. Type:
git clone git://git.webos-internals.org/tools/meta-doctor.git
Navigate to the meta-doctor directory.
cd meta-doctor
3.3: Create a downloads directory. Type:
mkdir downloads
3.4: Type:
cd downloads
wget
http://palm.cdnetworks.net/rom/touchpad/p302r0d08012011/wifip30
sdoctorp302hstnhwifi.jar
3.5: open the Makefile with a text editor and uncomment (remove the
leading
# characters from) the options you would like to use. For example,
uncomment the line of EXT3FS_PARTITION_SIZE.
EXT3FS_PARTITION_SIZE=8GB
3.6: type:
cd downloads
sudo mv webosdoctorp302hstnhwifi.jar webosdoctorp302hstnhwifi-3.0.2.jar
3.7: Type:
cd meta-doctor/build/touchpad-p302hstnh-wifi-3.0.2
java -jar *.jar
3.8 Connect hp touchpad (in develop mode) to PC via USB and select
"Next"
when it becomes available. Ignore the question box appears on the
TouchPad "USB Drive" or "Cancel" and leave it up on the screen.
Now disconnect hp touchpad.
Step 4. Install "WebOS Quick Install" on a PC;
In windows, just double click to run;
In ubuntu, use command line:
java -jar WebOSQuickInstall v4.2.3.jar
Step 5: From the screen of WebOS click the "globe" icon to install
preware
Now connect hp touchpad.
Step 6. Get the optional ext3fs partition mounted at device boot. Note
Novaterm was installed along with WebOSInstaller automatically. On
ubuntu,
type
cd /opt/Palm/novacom
novaterm
(On windows, download novaterm for windows and unzip it into the
sdk/bin,
run novaterm.exe or novaterm-1.exe from the palm/sdk/bin directory)
6.1: Type:
mount -o remount,rw /
mkdir -p /media/ext3fs
echo "/dev/mapper/store-ext3fs /media/ext3fs ext3 noatime,data=writeback
0 0
" >> /etc/fstab
mount -a
Step 7. Unattach touchpad and open preware, touch left upper corner to
find
"Manage Feeds" and go to the bottom "NEW FEED "
7.1 Enter another new feed:
Name: webos-testing-armv7
URL: http://ipkg.preware.org/feeds/webos-internals/testing/armv7
IS COMPRESSED: YES
Click “Add Feed” and then press OK to confirm
7.2: Enter another new feed:
Name: webos-kernels-testing
URL: http://preware.is.awesome.com/
IS COMPRESSED: YES
Click “Add Feed” and then press OK to confirm and reboot
Step 8. Open preware from hp touchpad, install " Govnah" from preware on
hp
touchpad
Step 9. (Optional) Overclocking CPU to 1.8/1.732GHZ. Restart (must
restart!
and keep the developer mode) touchpad to update Feed and return to
REWARE---
->List of Everything,Install "F4 Phantom (Touchpad)" in the list.
Step 10. Install ubuntuchroot from preware.
l****n
发帖数: 3081
2
这样弄了后能很容易恢复原厂吗?比如直接full erase或者doctor什么的?还是要重新
弄分区?
p****y
发帖数: 59
3

从3.5 步起, 把 makefile 中
EXT3FS_PARTITION_SIZE=8GB
再coment掉再运行一遍 webOS doctor 应该就可以了。

【在 l****n 的大作中提到】
: 这样弄了后能很容易恢复原厂吗?比如直接full erase或者doctor什么的?还是要重新
: 弄分区?

G*****h
发帖数: 33134
4
3.6 和 3.7 之间漏掉了关键步骤!
另外运行 webOS doctor 也有了心得:
webOS doctor 先停在 checking system 之前一步的地方,
开着 device manager,插 USB 线的时候会有 Palm NovaCOM module 设备生成,
然后在 webOS doctor 里点 Next 按钮,就能正常找到板子
不然偶怎么也找不到。
3.5: open the Makefile with a text editor and uncomment (remove the
leading
# characters from) the options you would like to use. For example,
uncomment the line of EXT3FS_PARTITION_SIZE.
EXT3FS_PARTITION_SIZE=8GB
3.6: type:
cd downloads
sudo mv webosdoctorp302hstnhwifi.jar webosdoctorp302hstnhwifi-3.0.2.jar
关键步骤漏掉了:
cd meta-doctor
make DEVICE=touchpad CARRIER=wifi all
然后才会有下面的 build 目录产生
3.7: Type:
cd meta-doctor/build/touchpad-p302hstnh-wifi-3.0.2
java -jar *.jar
p****y
发帖数: 59
5
Revised. xiexie veli much!
1 (共1页)
进入PDA版参与讨论
相关主题
touchpad挂了,无限重启,刷机到12%不能刷touchpad 安装超频以及安装Govnah求助
win 10 build 10525拿到了的人看看,这评测客观么?
igo 8的问题Govnah问题
droid x 设计的很差关于TP超频的问题
新同志注意,貌似现在控制安装testing的kernel了。新手求助:Touchpad不能用WQI装Preware 和其他apps
TP上不用meta-doctor也能新建ext3分区(用于安装ubuntu)TouchDroid #1: how to root your Touchdroid
现在preware不允许我添加超频的feed了?有人overclocked了嘛?
HP TouchPad 新装又来问LG Optimus L按装app的问题
相关话题的讨论汇总
话题: touchpad话题: step话题: ext3fs话题: install话题: type