Giter Site home page Giter Site logo

theos-headers's Introduction

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)

theos-headers's People

Contributors

dado3212 avatar

Stargazers

Solar avatar  avatar  avatar  avatar Ahmad Mokadam avatar Saif Al-Khulaidi avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

moj3ve lgq2015

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.