Palm Pre WebOS 1.4出现

On 2010-02-27, in 新闻, by David

updates_2010-27-02_150205

更新内容请阅读内文。

Continue reading »

Tagged with:
 

Palm Pre上破解后第一个程序

On 2009-06-10, in 新闻, by David

Palm Pre hello world.

呵呵,基于预制的Sprint Nascar程序修改,“Hello World”。

Palm Pre hello world-2

Tagged with:
 

如何获得Palm Pre root权限

On 2009-06-10, in 涂鸦, by David
  1. 下载 WebOS image
  2. 重命名文件后缀为.zip,解压
  3. 进入开发模式, 在启动完成后链接到你的电脑
  4. 运行解压出来的文件: webosdoctorp100ewwsprint/resources/NovacomInstaller_x86.msi
  5. 安装:Python 2.6
  6. 通过Subversion获得rooter脚本: http://svn.saurik.com/repos/webos-dev/trunk/rooter/
  7. 运行rooter里的 talk.py, 将会输出一大窜的内容。如果看到任何错误, 加入 irc (irc.freenode.net #webos-internals)
  8. 开启Pre的无线. 得到IP地址后, 就可以使用Telnet访问它 (用户名: root)
  9. 登录后执行如下命令:

mount -o remount,rw /

cat > /etc/event.d/backdoorscreen << EOF
# -*- mode: shell-script; -*-
# backdoorscreen

description “backdoorscreen”

start on stopped configure
stop on runlevel [!2]

exec screen -d -m /home/backdoorscreen.sh
EOF

cat > /home/backdoorscreen.sh << EOF
#!/bin/sh
while `true`; do
sleep 120
/usr/sbin/telnetd
iptables -D INPUT -p tcp –dport 23 -j ACCEPT

iptables -I INPUT -p tcp –dport 23 -j ACCEPT

done
EOF
chmod 755 /home/backdoorscreen.sh

mount -o remount,ro /

  1. 重启Pre
  2. 关闭开发模式
  3. 重启Pre后,你仍然可以通过无线,实现telnet访问。
Tagged with:
 

Palm Pre隐藏开发模式被发现

On 2009-06-10, in 新闻, by David

image

只需简单的输入"upupdowndownleftrightleftrightbastart”,就可以进入开发模式。

演示视频见内文:

Continue reading »

Tagged with:
 

又一新的WebOS

On 2007-04-03, in 涂鸦, by David

DOD:Desktop On Demand

又一个新的WebOS哦,看他们自己的说明:

What is Desktop On Demand (DOD)? Think of it as an online version of your personal computer, and then some.

Do the things you’d expect to do on a computer – surf the web, deal with email, edit and save documents and photos, download stuff, play music and games, customise the look and feel, and more.

Now add to this the ability to access your desktop and content securely from just about anywhere, transfer and store as much data as you need for as long you need, encrypt, share and stream files and even collaborate on-the-fly and you have a good feel for what DOD is all about.

We also start you off with 1GB of free disk space.(比较喜欢这点)

可惜现在他还需要邀请,郁闷阿,郁闷,登记,等待开放通知嗯。

Tagged with:
 
Blog WebMastered by All in One Webmaster.