Yalu102 – App crash at launched after Jailbreak


After I use Yalu beta 1 on iOS 10.2 for jailbreaking my iPhone 6s & 6s plus, as I mentioned in my previous paragraph:Yalu102 – iOS 10.2 Jailbreak, it works more stable then previous version. I tried to install some tweaks such as iFile、KeyBoard Accio and SwipeSelection to enhance the functionality of my phone. You can try to find out which tweak supported iOS 10.2 here and here I install...

[Tutorial] Import IOKit framework into Xcode project


While you’re developing iOS project on Xcode, you may need IOKit framework for some reason, such as get UDID of iDevice …etc, or using on Yalu’s project… The I/O Kit framework implements non-kernel access to I/O Kit objects (drivers and nubs) through the device-interface mechanism. So, in this article, I tried to write down how I import IOKit framework into a Xcode project....

Yalu102 – iOS 10.2 Jailbreak


繼上次寫了 iOS 10.1.x 越獄 – Yalu beta 3 也快過了一個月,悲觀的 Lucas 終於釋出了新的 beta 1 版本。 這裡補充一下,請大家尊重一下開發者大大們,不要去騷擾拍打、催促他完成 Jailbreak。他是沒有義務要完成這些的,這些騷擾讓他的氫碘鈉化碳碎了..,也聲稱 10.2 版本釋出之後將不會再投入研究 在新版本中, Lucas 加入了對 MobileSubstrate 的相容性 (來源) 有比較深入研究,或者再追蹤 reddit 的人應該都知道在 10.1.x 時,Lucas 釋出的版本是不支援 MobileSubstrate 的 因為目前大部分的 tweak 都依賴 MobileSubstrate,當時大部分的 tweaks 是無法使用的。

iPhone 電信商持續顯示 “正在搜尋”


之前自己使用機 6s 用了一張過期的 SIM 卡 Activate,啟用時很正常,換成正常在使用的 SIM 卡後,下一次重開機就無法使用了,會在狀態列電信商的區域一直顯示”正在搜尋” 當時的解決方法嘗試過了 重新插拔SIM卡 用橡皮擦大法擦拭SIM卡 重新開啟飛航模式 重開機 試過以上方法都無效。。 也試過將自己的 SIM 卡 (可以使用的) 放至不同的手機,都正常使用! 也排除了是SIM卡問題。。

Simject – 在 iOS Simulator 上也可以開發 Mobile Substrate Tweak


前陣子因為 iOS 10 越獄 Yalu 出了,將手機升級至 iOS 10 打算開發 iOS 10 的 tweak, 結果卻因為越獄限制問題,在開發過程中,無法使用 NSLog 及 printf 來顯示開發資訊的,在開發過程上頗為限制。 於是便想找替代方案,找到了 simject ,韓國美女 angelXwind 開發的一個 command-line tool 及 iOS dynamic library,提供開發者可以在 Xcode 內建的 iOS Simulator 上開發 Mobile Substrate Tweak。