-
Posts
372 -
Joined
-
Last visited
Posts posted by niro
-
-
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
Thank you!
-
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.
Yeah aha don't think I'm ready
but apparently I have to make my own header file
-
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 !
-
What about phantom/Intube ?
-
This is not how you make the tweak settings appear in-app. Switch it back to Preferences.h.
Oh lol, I was just guessing, how would I make it appear in app? Is there a tutorial?
-
thank you! i will have a look!
-
I suggest you read this topic first to get the idea of how it all works then at the bottom of that topic, there's a link to making Preference Bundles.
And if the button do nothing, it might be that the keys differ from your PreferenceBundle and your Tweak.xm.
You can also use this NIC template to make your life easier.
thank you! im going to try the template!
-
use a file
Should i just make an empty file? im confused?
-
this is not a file .h
so how do i fix the error?
-
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!
-
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
-
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
-
There is another topic regarding this error. Take a look at that one.
could you link me? i only see yours, ive changed the names but now i get the same error as in the pic.
-
What File Manager is dat
i think its filzila file manager!
You need to do the arm64 fix
so do i delete the 64 files and just rename them?
-
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
-
thanks would be helpful!
-
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
-
Oh snap I really want this thank you
-
thanks a lot!
-
Thank you I will give it a go
-
-
i dont have a computer as of now ;( thank you
-
thank you!
-
just want to see the code
Fix my code please <3
in Help & Support
Posted