Questions tagged [theos]

Theos is a cross-platform suite of development tools for managing, developing, and deploying iOS software without the use of Xcode. This tag might also refer to an operating system originally authored in the 1970's.

Theos is a cross-platform suite of development tools for managing, developing, and deploying iOS software without the use of Xcode. It is community-driven and managed. One popular way of using it is to patch/modify system or non-system applications, where such modifications are popularly known as tweaks. Tweaks can be used in ways comparable to tools like frida and mobile substrate in jailbroken devices. In fact, Theos uses the capabilities of mobile substrate as the engine powering tweaks, but provides templates, tools and the Logos syntax, to make tweak development more convenient. Theos can be used directly on iOS devices to build tweaks, on or MacOS, e.g., to build the tweaks and package them in .deb packages that can be installed on iOS devices.

409 questions
-3
votes
1 answer

How to modify the iPhone status bar on a jailbroken iPhone?

I want to create a tweak to add a text to the status bar. The text will be appended to the time label. So what is the the hooked class and method.
-3
votes
1 answer

Problems with NSNumber

Hey guys i'm building a tweak for instagram i'm adding a sub preference called instatroll similar to trolltwitter to change the number of followers to any number the user sets (using PSEditTextCell) here is my code so far #import…
-3
votes
2 answers

Can iOS colors use custom values?

If a custom color is defined by UIColor and a variable is used in the color (e.g. colorWithAlpha:balfa) the variable will not be used and instead the alpha will default to the goto value. Example: NSDictionary *dict = [[NSDictionary alloc]…
Mistah_Sheep
  • 785
  • 6
  • 25
-4
votes
1 answer

saving images inside apps

Hey guys I'm coding a tweak and need a help with expert users (using theos and logos mixed with objective C) I'm adding an option to save photos in instagram (third party app) i added a save button …
1 2 3
27
28