theos Questions

4

Solved

I'm trying to install a jailbreak tweak using make package install but I'm receiving this error from dpkg: dpkg-deb: file `/tmp/_theos_install.deb' contains ununderstood data member data.tar.xz , ...
Doralynn asked 9/1, 2014 at 6:44

1

I know it sounds like this question has a simple answer, but hear me out. Although UIStatusBar is a subclass of UIView, you can't use the addSubview method to add a subview to it because it doesn't...
Bushwhack asked 17/7, 2018 at 19:34

4

I have a toolbar with the code below; I would like to add an image that displays with "Tools" Called "toolsIcon.png". Below is my code: //BottomBar UIToolbar *toolbar = [[UIToolbar alloc] ini...
Pinnatifid asked 12/4, 2015 at 20:14

2

I made a fully functional tweak with theos and I need to use an image file in it , the code for getting the image is correct (tested on Xcode) . but the image isn't included in the final DEB file ....
Overbearing asked 14/4, 2013 at 13:46

2

Solved

I made a tweak that shows free ram inside hooked SpringBoard method. I am using this code: mach_port_t host_port; mach_msg_type_number_t host_size; vm_size_t pagesize; host_port = mach_host_s...
Diaphoresis asked 4/2, 2014 at 12:34

1

Solved

I have the following class that I am hooking, I am trying to figure out how to hook and set m_proxyPort. I can read it without issue, but how about if I want to change it? There is a setter for th...
Caesarea asked 13/3, 2015 at 17:59

1

Solved

I am making a tweak for iOS 7, in which I want to know about app launch event, and the details of app being launched (name and identifier). So far the only useful framework I have found is SpringBo...
Roughhew asked 27/5, 2014 at 12:37

1

I am new to jailbreak development, but I have enough knowledge and experience of iOS development. I am really confused how to start coding for my idea. Moreover, I want to stick with Xcode for that...
Sterol asked 23/5, 2014 at 9:26

1

Solved

How do you find out what current active application you are in or if you are in the springboard's homepages?
Porscheporsena asked 27/1, 2014 at 5:27
1

© 2022 - 2025 — McMap. All rights reserved.