Jump to content

niro

Senior Member
  • Posts

    372
  • Joined

  • Last visited

Posts posted by niro

  1. Yes, you would need programming knowledge to be able to do this and I don't think you're quite ready for that since you're just started making Tweaks and Patchers. :)

     

    The developers won't share things that they sell or worked really hard on. There's a page on iPhoneDevWiki with all the open sourced Cydia Tweaks though.

     

    http://iphonedevwiki.net/index.php/Open_Source_Projects

    Yeah aha don't think I'm ready :) but apparently I have to make my own header file :)

  2. Never seen those before. Maybe you can contact the author(s)? I doubt it'll be easy to do though and they probably won't share since this requires a lot of work.

     

    cokepokes.com/about.html

    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 !

  3. 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! 

    IIVnQz2.jpg

    2DvGm6d.jpg

  4. 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

  5. You already have the symlinks in place. You might be missing a requirement, maybe?

     

    Did you follow the tutorial on how to install it carefully? Is your SDK there also? :)

     

    This is the topic we have had before: http://iosgods.com/topic/1976-first-argument-to-word-function-must-be-greater-than-0-stop/

    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

  6. 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! AoSSMm0.jpg

    ^^^^ TERMINAL ERROR ^^^^

    vvvv FILES vvvv

    EybDTyn.png

     

    EDIT 2 - So i just deleted the 64 files and renamed the original's and now i get this error

    ZS4Nwy4.jpg

    this is getting annoying :(

  7. 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

×
  • 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