|
一个用户发现了一个方法.可以双击一个图标让图标在隐藏和显示状态下切换.(采用SBEnableAppReveal的功能)6 l" F( y% `$ W. ^1 I
9 C; P: N9 R. e0 b. C
这个需要在指令状态下执行一个指令0 Z7 B: k) `( e! C Q
- iphone # plutil -1 SBIsRevealable /Applications/*.app/Info.plist
复制代码 然后重启一下iPhone.
7 V" E2 ^+ g& P3 x- A/ \8 S9 Q9 p3 a3 o' \2 X1 T$ Z
' r7 Z! E* s" W- PEnable App Hiding on your iPhonePosted Nov 29th 2007 5:00PM by Erica Sadun
/ @6 S* ]$ ^4 A4 A* ^
4 a- p; a: k1 c& Y/ BTUAW reader Ian Donaldson discovered that the SBEnableAppRevealpreference allowed you to double-tap hidden applications to revealthem--and double-tap them again to re-hide them. I decided to see if Icould extend this behavior to other applications. After a bit oftesting, I discovered the SBIsRevealable preference in the threekeynote applications: YouTube, Safari and iTunes. So after modifying plutil to allow it to set Boolean values as well as strings, I went ahead and issued the following command:
! T3 N& b4 z4 ] @iphone # plutil -1 SBIsRevealable /Applications/*.app/Info.plistAfter restarting, I was pleased to find that pretty much all myapplications were hidden and could now use the double-tap-to-revealtrick. The three holdouts? Photos, Camera, and iPod, all three of whichuse special "roles" in their Info.plist files. These roles let theSlideshow app appear as both "Photos" and "Cameras" on the iPhone, andMobileMusicPlayer as "Music" and "Video" on the iPod touch and "iPod"on the iPhone. |
-
|