GitXplorerGitXplorer
d

theos-headers

public
6 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
32d50c2f1dfd9c1897f561c9a250c35ff7567907

Add in 3 more SDKs that I occasionally use, update README

ddado3212 committed 4 years ago
Unverified
5d116ece9fdede8f9193bc21c9c5a233dd4b909d

usbmuxd

ddado3212 committed 5 years ago
Unverified
2644ff3400b095b4f015c2ad2af65ebbb4130f55

add sdks

ddado3212 committed 5 years ago
Unverified
3174dd7b8bc92d656837f81c9975ae78e723b0f0

Merge branch 'master' of https://github.com/dado3212/theos-headers

ddado3212 committed 5 years ago
Unverified
0e0adc79e869c8c021aadb7d1101eeb9b7aa2163

Update dylibs, remove two file includes

ddado3212 committed 5 years ago
Unverified
36ee4c8386753d81679f37a70df6ea44a0e91d1f

Update README.md

ddado3212 committed 7 years ago

README

The README file for this repository.

Theos Headers

These are the custom Theos headers that I use for building my tweaks. I still develop all of my tweaks on-device, as a remnant of the days when I did my dev work on PC, and the Theos updated build wasn't in the state it's in today.

As such, my environment on my phone is pretty heavily customized and hard to replicate. To help with building my tweaks, here's the header and include files that I use.

usbmuxd is included here b/c it's the version that my automatic scripts are synced up to use. Don't use this for your own dev setup.

python ./usbmuxd-1.0.8/python-client/tcprelay.py -t 22:2222

I also had to change theos/makefiles/install/deb_remote.mk to have the install command explicitly set the PATH (like this). Otherwise I ran into tar: unrecognized option --warning=no-timestamp' errors, which was weird given that both tar versions installed on the device appeared to be v1.3.0.

$(ECHO_INSTALLING)install.exec "cat > /tmp/_theos_install.deb; export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games; $(_THEOS_SUDO_COMMAND) dpkg -i /tmp/_theos_install.deb && rm /tmp/_theos_install.deb" < "$(_THEOS_PACKAGE_LAST_FILENAME)"$(ECHO_END)