Skip to main content

All Questions

Tagged with
1 vote
1 answer
42 views

Tweak tools at the top of the window in Eclipse

How can I tweak tools at the top of the window in Eclipse? In particular I would like to get rid from the Eclipse User Storage symbol in my tools.
Yaroslav's user avatar
  • 1,375
2 votes
2 answers
665 views

how to open a special view of Preferences in a jailbreak tweak?

i am working on a jailbreak Tweak, and i need to open a special view of Settings i googled a lot and after iOS5.1, [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]]; does ...
user2575599's user avatar
2 votes
1 answer
6k views

How to make a preference bundle for my mobile substrate tweak?

I have theos, sdk3 installed in my iPhone I have created a working tweak too but have no idea how to create a preference bundle to add some settings. I want A Yes/No or a BOOL button to be added ...
junyi00's user avatar
  • 792