forked from faywong/veency
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "skip black screen" option for better openGLES screen updates.
- Loading branch information
Showing
5 changed files
with
81 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
|
||
### This is a version of veency that compiles on OSX | ||
* It also has a fix for broken images on OpenGLES apps. | ||
* Uses SimulateTouch | ||
* Adds a "Skip black screens" option to enable VNC to work with Camera, OpenGLES apps. | ||
* Uses SimulateTouch. | ||
|
||
### To compile... | ||
* git clone https://github.com/DHowett/theos.git | ||
* git clone https://github.com/iolate/SimulateTouch.git | ||
* "unzip theos_includes.zip" into theos/include (or you can grab the headers from various places, iphone-dev, etc.) | ||
* Edit Makefile.osx, change the framework path to where you have Xcode installed. | ||
* make -f Makefile.osx | ||
* make -f Makefile.osx package | ||
|
||
### To install... | ||
* Copy the "Veency.dylib" file to this folder on your mobile: /Library/MobileSubstrate/DynamicLibraries/ | ||
* Power the device off and back on. | ||
* Copy the .deb file to the device and run "dpkg -i veency....deb" | ||
* Power the device off and back on. (Not powering off and only restarting springboard may leave behind stray veency servers) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.