The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Talk:/System/Library/Frameworks"
m (New page: Care to elaborate?) |
(How to use Frameworks from iphone command line (bash)) |
||
Line 1: | Line 1: | ||
Care to elaborate? |
Care to elaborate? |
||
+ | |||
+ | Sure. |
||
+ | |||
+ | I wonder, would anybody know if these frameworks have some command line interface, e.g., like there is some in MacOS. |
||
+ | |||
+ | For instance, in MacOS X, the airport devices and wifi services can be controlled through a utility /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport . |
||
+ | |||
+ | In the root filesystem of the iPhone I can only see /System/Library/PrivateFrameworks/MobileWiFi.framework/Info.plist , in which there is a property: |
||
+ | |||
+ | ExecutableFIle: MobileWiFi |
||
+ | |||
+ | But I can't find that file on the root FS. |
||
+ | |||
+ | (There is a reason I would like to do such a thing: the touch interface of my iPhone is dead, replaced screen etc, still dead. Best I can do is remote login through cable and iproxy (linux) connection. But I'd like to control the iPhone through that cable or WiFi, of whatever, without a single touch action, as that doesn't work anymore:-( |
Revision as of 21:41, 5 September 2010
Care to elaborate?
Sure.
I wonder, would anybody know if these frameworks have some command line interface, e.g., like there is some in MacOS.
For instance, in MacOS X, the airport devices and wifi services can be controlled through a utility /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport .
In the root filesystem of the iPhone I can only see /System/Library/PrivateFrameworks/MobileWiFi.framework/Info.plist , in which there is a property:
ExecutableFIle: MobileWiFi
But I can't find that file on the root FS.
(There is a reason I would like to do such a thing: the touch interface of my iPhone is dead, replaced screen etc, still dead. Best I can do is remote login through cable and iproxy (linux) connection. But I'd like to control the iPhone through that cable or WiFi, of whatever, without a single touch action, as that doesn't work anymore:-(