• 2

【教程】安裝SIRI iPhone 4, iPod Touch, iPhone 3Gs SIRI代理人伺服器架設源碼發布詳細設定教程

You’ll need to download some extracted files from the iPhone 4S. You’ll surely need to put them on your iPhone 4, iPhone 3GS, iPod touch 4G, iPod touch 3G to be able to get the GUI.

Again, it’s just the GUI and you won’t be able to talk to Siri since it won’t be connected to Apple’s servers. Also please note that we’ve tried the method and it’s working.
DISCLAIMER: CydiaHelp is not to be held responsible for any loss of data as a result of the malfunctioning of your device in the following of this guide. Follow at your own risk.
Required:
1) Siri files extracted from an iPhone 4S ).
2) OpenSSH and iFile that can be found on Cydia.
3) SFTP client (WinSCP for Windows and CyberDuck for Mac OS X).
4) Jailbroken device running iOS 5 public release only .
STEP 1: Extract the files attached in “Siri.zip” downloaded above.
STEP 2: Now open your SFTP client (WinSCP in this guide), write down the required info.
Host name:
Username: root
Password: alpine
STEP 3: Now open the following directory and copy AssistantServices.framework which can be found in the extracted files you have downloaded.
/System/Library/PrivateFrameworks/
STEP 4: Now head to the below directory and copy all files found in SpringBoard_Assistant_pics folder.
/System/Library/CoreServices/SpringBoard.app
STEP 5: Once done, get on your iPhone and open iFile and get to the same directory of the previous step. You’ll find a file named N90AP.plist for iPhone or N81AP.plist for iPod touch. Tap on that file, edit it and type this:
assistant
after
720p
STEP 6: Finally give your device a respring and you’ll get Siri GUI. Just hold down the home button and you’ll get it.
If Siri GUI didn’t appear after the above steps, then you may want to try this AssistantServices.framework instead of the one in STEP 3.
For the last time, you won’t be able to talk to Siri. Just the GUI (graphical interface) of Siri. We’ve posted this guide for anyone interested in trying this.
以上消息來源肌肉人

以下小弟自已翻譯
事前準備:

1. 一部已Jailbreak的iPhone 4, iPod Touch, iPhone 3Gs
2. 一個iPhone Explorer 或相類似的檔案管理軟件
3. iPhone/iPod Touch 安裝 ifile
4. 下載所需檔案 檔案1 檔案2 or 115空間一次下載

接著要做的事:

1. 將下載回來的檔案解壓縮到桌面
2. 複製資料夾AssistantServices.framework 到 /System/Library/PrivateFrameworks/
3. 複製資料夾SpringBoard裡所有檔案到 /system/library/coreservice/springboard.app
4. 在springboard.app 找到 N90AP.plist(限iphone) 或 N81AP.plist(限 ipod touch)
使用ifile以文字檔案模式開啟,並找到‘’<key>720p</key><true/>’’在之後插入‘’<key>assistant</key><true/>’’
5. 重新開機,再長按著Home鍵Siri就會出現




下載所需檔案:
檔案1
檔案2

分享另一空間下載115空間
檔案(這個是一次全下載,以上檔案1檔案2就不就再下載了)

影片教學

★SIRI代理人伺服器架設源碼發布詳細設定教程★


早上我們報導了Plamoni發布世界首個iPhone4S的Siri服務代理服務器,Plamoni隨後發布了SiriProxy架設的源代碼。 SiriProxy允許開發者通過架設代理服務器,為Siri添加自定義的命令。

SiriProxy並不是為了讓iPhone3GS或者iPhone4使用Siri的工具,而是為了創建自定義的命令,為iPhone4S上的Siri增加更多功能而設計。



下面是Plamoni放出SiriProxy代理人伺服器的設定步驟:

1、在電腦端創建一個根CA證書,使用Open SSL來屏蔽guzzoni.apple.com網站。保存一個不需要密碼的guzzoni私鑰,創建serve.passiess.key和server.passless.crt的目錄證書。

2、加載這個偽造證書(你可以通過電子郵件郵寄後,在iOS設備上打開並安裝它)。

3、將iOS設備訪問的網絡DNS中guzzoni.apple.com轉發到Siri代理計算機上。

4,安裝 SiriProxy必要的架設環境:


    httparty
    open-uri
    JSON
    CFPropertyList
    PP
    uuidtools

(小弟真的不知道上面這段說的是什麼意思)

5,執行 start.rb

6,現在可以激活你手機上的錫裡,如果說“Test Siri proxy”,你得到手機“Siri Proxy is up and running。”的回應,那麼說明你的代理人伺服器已經架設成功。

由於小弟技術水平很次,所以翻譯表達不出正確的意思,不過大家知道現在可以架設代理服務器就行了。技術大牛們,如果想架設代理服務器,你需要的文件和源代碼,都可以前往Plamon的網站下載:
https://github.com/plamoni/SiriProxy
2011-11-22 10:03 發佈


感謝分享~~

不過這只是 UI 換掉罷了~~並不是真的安裝 siri

飄過~~~~~~
鳥雲密佈..頭頂上的雨怎麼不會停
michaeli wrote :

感謝分享~~

不過這只是 UI 換掉罷了~~並不是真的安裝 siri

飄過~~~~~~...(恕刪)


???

m70111love wrote:
You’ll need to download some extracted files from the iPhone 4S. You’ll surely need to put them on your iPhone 4, iPhone 3GS, iPod touch 4G, iPod touch 3G to be able to get the GUI.

Again, it’s just the GUI and you won’t be able to talk to Siri since it won’t be connected to Apple’s servers.這只能將Siri的介面加入你的iPhone 但是這個介面並不能與Apple的伺服器連線 Also please note that we’ve tried the method and it’s working.
DISCLAIMER: CydiaHelp is not to be held responsible for any loss of data as a result of the malfunctioning of your device in the following of this guide. 文字要看清楚 不要手賤搞不成功還把自己資料弄不見再來哭Follow at your own risk.
Required:
1) Siri files extracted from an iPhone 4S ).
2) OpenSSH and iFile that can be found on Cydia.
3) SFTP client (WinSCP for Windows and CyberDuck for Mac OS X).
4) Jailbroken device running iOS 5 public release only .
STEP 1: Extract the files attached in “Siri.zip” downloaded above.
STEP 2: Now open your SFTP client (WinSCP in this guide), write down the required info.
Host name:
Username: root
Password: alpine
STEP 3: Now open the following directory and copy AssistantServices.framework which can be found in the extracted files you have downloaded.
/System/Library/PrivateFrameworks/
STEP 4: Now head to the below directory and copy all files found in SpringBoard_Assistant_pics folder.
/System/Library/CoreServices/SpringBoard.app
STEP 5: Once done, get on your iPhone and open iFile and get to the same directory of the previous step. You’ll find a file named N90AP.plist for iPhone or N81AP.plist for iPod touch. Tap on that file, edit it and type this:
assistant
after
720p
STEP 6: Finally give your device a respring and you’ll get Siri GUI. Just hold down the home button and you’ll get it.
If Siri GUI didn’t appear after the above steps, then you may want to try this AssistantServices.framework instead of the one in STEP 3.
For the last time, you won’t be able to talk to Siri. Just the GUI (graphical interface) of Siri. We’ve posted this guide for anyone interested in trying this.(恕刪)

viphone wrote:
...(恕刪)




good~job
很高興分享我知道的訊息給大家,如果有翻譯錯誤,請大家見諒,因為小弟沒有流美的水準。謝謝。
話說cydia會不會考慮往代理伺服器來使用siri發布
michaeli wrote:
感謝分享~~不過這只...(恕刪)


拍謝~誤會大囉~~~
jiro1982 wrote:
哇~大哥,你回文都不...(恕刪)


哇~大哥,你回文都不知道樓主的內文是有修改過的嗎?
4樓有完整備份。
iPhone帶你吃好料 http://www.foodspotting.com/10989-jenny
看了4樓~~

加油!! 期待完整SIRI到來的一天~

ribsome wrote:
哇~大哥,你回文都不...(恕刪)

大哥~我錯了~哈哈~
  • 2
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?