我知道這是個老問題了!
當 iOS7 JB 後,官方預裝的一些 APP 存在著 Statusbar 顯示錯誤的問題
目前看到了三種修正方式,故在此整理出來,並希望透過討論來找出最佳的解決方法
1. 最快的解決方法:安裝 StatusBarFix2 的 tweak (source: repo.pnre.co.vu)
似乎是透過改變系統預裝程式的判斷機制來達到目的
*開源碼 https://github.com/pNre/StatusBarFix2/blob/master/Tweak.xm
2. 不裝 tweak,以手動方式修正有問題 APP 的 Info.plist
透過新增 UIViewControllerBasedStatusBarAppearance 參數來改變呈現方式的判斷機制
3. 最近又發現一個修改 /var/stash/Applications.xxxxxx 的方法 (xxxxxx 為非特定字母)
詳細說明在此
http://lidbetter.org/how-to-fix-jailbroken-ios7-status-bar-colour-in-stock-apps/
修改步驟如下
Credit to @pattorgeek1
Using ifile or something similar:
Navigate to:
/var/stash/
Edit:
Applications.xxxxx
Change to:
Applications
(make a note of what .xxxxx is, just in case)
Navigate back up to:
/
Here there will be a symlink (blue in ifile) called Applications
Edit the Applications symlink, change the link target from:
/var/stash/Applications.xxxxx
to
/var/stash/Applications
Then respring, Profit
想請問站上的高手們,對於這三種修改方式究竟哪種比較好呢?
ps: 我個人比較偏好不裝 tweak 的解法就是
[Update 2014-2-10]
於 #15 有用 iFile 的操作步驟及影片說明 (由 a100900900 整理)
於 #18 有用 openSSH 的指令操作步驟說明
不過因為我沒裝 iFile,所以改用 SSH 連線的方式來進行修改
雖然操作步驟上需要比較注意,但似乎也是最根本的解決方式 ^^
chunan wrote:
親測第三個方法有效 ...(恕刪)
內文搜尋

X