Jump to content

niro

Senior Member
  • Posts

    372
  • Joined

  • Last visited

Everything posted by niro

  1. so im trying to make a toggle that if on it switched the app id to com.kik.ext.camera, and if switched off it goes back to normal, its most likely easy and im over thinking it but i dont know what im doing, i read the tutorials and im still confused MY CODE %hook KikAPIMessage -(void)setAppID(id)argument { if(GetPrefBool(@"kFakeCamera")) { arugument = [NSString stringWithInteger:@"com.kik.ext.camera"]; } return %orig } %end please help me
  2. niro

    My Main Topic

    wow thank you!
  3. Yeah I did, I couldn't find any examples for a NSString
  4. Hey I'm trying to make this tweak where I can if I switch on the toggle it changes the app id to com.kik.ext.camera Then when I switch the toggle off it changed back to normal or pass-through here is my code attempt please help me fix it http://imgur.com/UP8R0js http://imgur.com/3E9SkL7 Thank you!
  5. Yeah aha don't think I'm ready but apparently I have to make my own header file
  6. Those were just examples but i mean there are other apps like a control center tweak where it gives more options to choose from, would I have to code it from scratch myself? Or like biteSMS there are more options and etc etc, I've tried reaching out but they won't answer lol! Thank you for your help !
  7. Oh lol, I was just guessing, how would I make it appear in app? Is there a tutorial?
  8. thank you! i will have a look!
  9. thank you! im going to try the template!
  10. Should i just make an empty file? im confused?
  11. hey guys so im trying to make a tweak that is somewhat like phantom but for another app, i want the tweak to be within the apps settings, so lets say the user wanted to enable/disable said tweak they would have to open their app and go to the settings panel in the app and then my row would pop up with the tweaks! so what i did to prepare for this was I dumped the apps headers and included them in theos, then i went to my preference bundle and in my XXX.mm file i changed the #import <Preference/Preference.h> to #import <settings/settingspane.h> which is where i want the tweak settings to show up within the app, I will upload photos to show you, now everything runs smoothly until i try to make package install in terminal, it gives me the fatal error saying " #import /Users/travis/build/kikinteractive/k..." the file isnt found, and i didnt get them when i dumped the headers so i have no way of finding that file, where would i look to get it? thanks guys!
  12. Hey, so I made my first tweak yesterday, and it works perfect! if i just have a code like -(bool) rReceipts { return FALSE } ^^ AN EXAMPLE OF WHEN IT WORKS I followed a tutorial on how to make a preference bundle and i think i got it to work maybe? so i can see it in settings but the buttons do nothing, like i can switch them on and off and nothing will change within the app! now, that being said when I make a package i have to do it twice in terminal one time for the preference bundle and once for the actual tweak, otherwise if i don't the preference bundle wont show up in settings, that being said every time i respring the preference bundle disappears, and on top of that while I have been trying to add the preference bundle the tweak has stopped working all together! should i post screen shots of the code? thanks for everything
  13. I just copied all my sdk files from /var/mobile/sdk into theos/sdks and i still get the error, i just tried downloading the ios7.1 sdk and its corrupt my gosh this is difficult
  14. could you link me? i only see yours, ive changed the names but now i get the same error as in the pic.
  15. i think its filzila file manager! so do i delete the 64 files and just rename them?
  16. EDIT 1 - so i re-installed theos via github and terminal, now im getting another error I have a photo attached below, so a little background is, I am trying to make a tweak for KIK and im trying to add a prefrence bundle so i placed that folder within the tweak folder, I think I did that correctly but I am not positive, anyways now that im trying to make the package I cd to my folder and type "make package install" and then I get this error, so I searched up how to fix it and it said to change the darwin file things to 64 and etc, problem is (not sure if its a problem, I have two files already one is 64 and one is a normal one, i will also attach a picture, so from here what can i do? thanks! ^^^^ TERMINAL ERROR ^^^^ vvvv FILES vvvv EDIT 2 - So i just deleted the 64 files and renamed the original's and now i get this error this is getting annoying
  17. Hey I want to make a tweak similar to phantom, I would love to make a tweak where it is within the app itself all the tweak settings are in that app, so I wouldn't have to go to settings to activate it, that being said how do I do that? Where should I tead
  18. Oh snap I really want this thank you
  19. Thank you I will give it a go
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines