◇ 哎.瘋.人.網 ◇網站現已遷移至新的版面 Apple.ORG.HK Apple人網



 ◇ 哎.瘋.人.網 ◇  Development◇哎瘋程式搞作◇  

顯示適合列印的版本 顯示適合列印的版本  把這個主題寄給朋友 寄給朋友
按平行模式觀看按樹型模式觀看前一篇主題后一篇主題
作者 Firmware 2.0 app : Embark (a shortcut for dialing, sms, email etc)
javacom




版主

文章: 3083
于 2008-04-19 14:13  觀看該用戶的個人資料  搜尋這個用戶發表的所有文章  把文章內容复制到剪貼板。
只适用于 IE :-)
I remembered that there was a nice program called Embark for iPhone firmware 1.1.x that put a shortcut on the iPhone Homescreen in order to have the speed dial function.

With the SDK beta 3 and the pwned iPhone, I have written this small program using the 2.0 SDK and the open tool chain headers and added a Badge on application icon.

icon on home screen with badge name is like this


The program will run on firmware 2.0 and you can just put the folder Embark.app after unzip (sorry no installer at this moment) to iPhone's folder /Applications/

To customize the application, you can amend the Info.plist in the file and change whatever you want in these two key strings

 
  <key>name</key>
  <string>留言</string>
  <key>url</key>
  <string>tel:*988</string>


for url field, it supports the following formats e.g.
http://www.iphone.org.hk/
sms:98888888
tel:98888888
mailto:steve@mac.com

If you want to have multiple Embark.app in your home screen, please change the application folder name o something different and also change the CFBundleIdentifier in Info.plist to something like org.iphone.Embark01, org.iphone.Embark02 etc
 
        <key>CFBundleIdentifier</key>
        <string>org.iphone.Embark</string>


Of couse, you can also change the icon.png to anything you like.

This has been tested on iPhone firmware 2.0 beta 3 (pwned)

MD5 (Embark.zip) = 80667dde4e6dbb57d8304720250b4f98

To install, type these commands in Mac OS X Terminal ssh session/ Putty (windows)

 
wget http://www.iphone.org.hk/attach/27987-Embark.zip
unzip -oj 27987-Embark.zip build/Embark.app/* -d /Applications/Embark.app


If you don't have wget in iPhone, get it from here, this wget binary works in firmware 2.0
http://ericasadun.com/ftp/PortedUtilities/


27987-Embark.zip


javacom 修改于 2008-04-22 07:20
javacom




版主

文章: 3083
于 2008-04-19 14:43  觀看該用戶的個人資料  搜尋這個用戶發表的所有文章  把文章內容复制到剪貼板。
只适用于 IE :-)
(more)



 ◇ 哎.瘋.人.網 ◇  Development◇哎瘋程式搞作◇  

顯示適合列印的版本 顯示適合列印的版本  把這個主題寄給朋友 寄給朋友
按平行模式觀看按樹型模式觀看前一篇主題后一篇主題
  看過的文章
  新的文章
  被刪除的文章
跳轉到

發表新的文章回覆主題


[錯誤信息]
Table './iphone1/ut_online' is marked as crashed and should be repaired

請通知討論區管理員 <kk@hkfoot.com>。