Activator
doc
- Tutorial: Create Complex Activator Macros Using Activate Command:jailbreak
- FishPhd/ActivatorScripting
- Activator Listeners
- 模拟触屏和SimulateTouch如何使用(小白求指教) - Development Discussion - iOSRE
- 关于逆触动精灵的几个疑问 - Development Discussion - iOSRE
通过SSH解锁屏幕
要安装 Cydia search :
simulate touch
1 | activator send libactivator.system.homebutton && sleep 1 && stouch swipe 200 300 700 300 0.2 1 |
1 | stouch swipe 50 450 300 450 .3 1 //滑动解锁 向右 |
其他方式解锁屏幕
How to unlock iOS screen programmatically?
If we are talking about jailbreak then you can write a SpringBoard tweak that does this (iOS 7 only)
jailbreak - How to unlock iOS screen programmatically? - Stack Overflow
1 | [[objc_getClass("SBBacklightController") sharedInstance] turnOnScreenFullyWithBacklightSource:0]; |
lua
1 | os.execute("activator send switch-off.com.a3tweaks.switch.vpn") |
Activator Listeners
1 |
|