-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
Help/Support Theos - Help Returning Original Argument Action
Fadexz replied to Fadexz's topic in Help & Support
@Ted2 -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { I want to have the first one as original ^ Then only change ^ to 5. For some reason the first one changes by itself to the original value of the second one. I don't know why the first one is being affected but it is. -
Help/Support Theos - Help Returning Original Argument Action
Fadexz replied to Fadexz's topic in Help & Support
@Ted2 But it's already %orig (arg2, 5) So if I want to not change arg 1 but only set arg 2 to 5 would I do both? %orig (arg1) %orig (arg2, 5) Or something? Because what is happening is it is conflicting with the other, basically arg 1 is becoming the original value of arg 2 for some reason. I want to fix arg 1 from being affected by setting it to its original value. -
Help/Support Theos - Help Returning Original Argument Action
Fadexz posted a topic in Help & Support
I've had this problem for a while now, hopefully someone can fix it. I need to return the original action of argument 1. Is it just this I need to add?.. %orig (arg1, %orig) Here's my tweak.xm #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook AppDelegate -(bool) application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"Important! Before Use!“ message:@“Please consider Liking Before using this make sure you stick to 1 active promotion per Google account at one time for it not to get blocked. Watch 1 video to get 100 views on your video, if it ever gets blocked more than once use another Google account then paste the video URL code. Enjoy your free unlimited Views and Likes! Support me by checking out my YouTube Channel youtube.com/AUSSIEG4M3R" delegate:self cancelButtonTitle:@"Thanks AUSSIE G4M3R!" otherButtonTitles:@"Visit iOSGods.com!", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit iOSGods.com!"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/profile/284321-thearmprincess/"]]; } } %end -
The only available jailbreaks for iOS 10 are for 10.1.1 and 10.2 other then that you will have to wait.. probably for an iOS 11 jailbreak.
-
There are some just try different ones.
-
I suggest you just go to an Apple store for them to sort it out.
-
I was looking for that answer too, IDK if you can or if there is something for that. You can do this on Mac. But the iPhone doesn't support this or recognise it is being shared to. Unsure if a tweak can allow support for this.
-
If you are talking about the 2nd one (clickable titles) I think so because it will allow you to view for example for 'recent topics' a full page of recent topics allowing you to view all new topics more than what it shows like only the last 10, so you don't have to look through all topics to find new stuff that may interest you.
-
Thanks for responding, well I think the second one would be more important anyway.
-
Help Looking for Tweak Alternatives
Fadexz replied to Fadexz's question in iOS Jailbreak Setups's Tweak, Theming & General Questions
Have you tried it on like Instagram for example, you can switch it once but when you try to switch back to the original it will stick with the new accounts you signed into only. I'm not talking about games because its more designed for games and I think it works fine for games but not on most social apps that have an account feature. -
Help Looking for Tweak Alternatives
Fadexz replied to Fadexz's question in iOS Jailbreak Setups's Tweak, Theming & General Questions
Not for some apps, it works for games but not for many apps with sign in features, it seems to only change some app data and not all so it usually causes only some things to change. It would be better then having to backup & restore with Apps Manager every time you want to use a different login because it takes almost as much time as just signing in. -
I had the problem but a tweak was probably causing it only when jailbroken. Try using another Apple ID then if you can't even download an app (instead of an update).
-
Hi, i'm trying to find alternatives for certain tweaks I have installed that may work better than the current ones. Tweaks I am looking for alternatives of: • EqualizerEverywhere (Doesn't work properly on iOS 9) - Device sound equalizer • FreeLoader (Doesn't fully work on iOS 9) - Changes device loading icons • Slices (Doesn't work properly for apps like Xbox app, Instagram, etc. sign in information) - Changes which app data files to load from • AutoLaunch (Doesn't work) - Automatically launches again when current app crashes • Show My Touch (Doesn't work properly) - Shows a cursor (pointer) for where you touch on your device's screen Also if you have any good tweak suggestions that I probably don't have, let me know.
-
Yeah well I heard that if there's no anti-ban or anything you just have to make a new account.
-
Awesome! No problem
-
@Tgod1991 /var/theos/makefiles/targets/Darwin-arm64 is one of them.
-
did you change the files from "arm" to say "arm64"?
-
You need to properly install 'perl' also.
-
It seems fine, but that seems to be your problem, you zipped it? Tip for the future: When linking an image right-click and press "Copy image address" then paste the image here for it to be displayed on the page. BTW you have double digits on your date day so it shows a 0.
-
Oh never mind i'm stupid. You said "jailed", you will only get limited access and it will be read-only because you need to be jailbroken for full write access.
-
Just make a new account.
-
The only jailbreaks available for iOS 10 are on 10.1.1 and 10.2.
-
It could be the permissions of the files, check the files if you have read/write access.