-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
Your second try works because you can't use return in a void method and you correctly assigned a value to each argument
-
Screenshot please
-
That fixed at least the search bar issue. Could you go into your Filza.app folder and tell me the exact names of the app icons?
-
Hello everyone, I used Electra to jailbreak my iPad Air 2 on iOS 11.0.0. Filza File Manager is one of the essential Tweaks for me and I was really happy when I saw it got iOS 11 support. (I dowloaded it from the BigBoss repo) However, I found 2 issues with Filza on my iPad and I want to ask if anyone here has experienced those issues or knows a fix for them: Problem 1: Filza File Manager has no app icon on my SpringBoard. This is not a problem of functionality but it annoys me to see a blank icon on my SpringBoard. I already tried running "uicache" via Terminal. Problem 2: I cannot use the "< Back" button at the top to go to the previous directory. Whenever I tap on the button it would open a search bar in which I can manually type in a specific directory of the filesystem. That's not what I want. Thank you
-
Help/Support HELPME- Cydia Error when refreshing sources Plz?
castix replied to ASPWLF's topic in Help & Support
The error is normal. Electra jailbreak blocks saurik's repo because of a package which would cause the jailbreak to malfunction. It's safe to ignore the error -
Help/Support Ios 11.1.2 erase all content and settings
castix replied to monkeyhunter's topic in Help & Support
I don't know but I assume he's busy with more important stuff right now. You won't need SHSH blobs -
Help/Support Ios 11.1.2 erase all content and settings
castix replied to monkeyhunter's topic in Help & Support
Don't do it on a jailbroken device. Coolstar is working on a new version of semi-restore compatible with 11.0-11.1.2. Remember when you jailbroke your phone it created a system snapshot for exactly that purpose -
do I have to make changes to the Makefile to compile iOS 11 tweaks?
-
https://gist.github.com/githubutilities/361ef7e8e2060e9215d8
-
I recommend you wipe Theos from your device and re-run git config --global http.sslVerify false git clone --recursive https://github.com/theos/theos.git $THEOS git clone https://github.com/theos/sdks $THEOS/sdks
-
Add coolstar's repo (https://coolstar.org/publicrepo) and download Theos dependencies from Cydia
-
Are you missing curl from devel?
-
You can't use git --clone when there's already a file in the destination folder
-
Help/Support game center does not connect to game injustice 2
castix replied to kelvinKRR's topic in Help & Support
Make sure you are signed out of Gamecenter on other devices you own with Injustice 2 installed. The 2 gamestates may conflict with each other -
the link is broken
-
an you make a signature with megumin in it? adding an explosion would be cool
-
Tutorial Install Theos & Dependencies (Windows)
castix replied to AnotherLurker's topic in Tutorials
@DiDA maybe add this to the top post -
Tutorial Install Theos & Dependencies (Windows)
castix replied to AnotherLurker's topic in Tutorials
Errors when trying to install it with cpan IO::Compress::Lzma https://ghostbin.com/paste/savwv -
Tutorial Install Theos & Dependencies (Windows)
castix replied to AnotherLurker's topic in Tutorials
I installed everything related to CPAN with Cygwin but it's still the same -
Tutorial Install Theos & Dependencies (Windows)
castix replied to AnotherLurker's topic in Tutorials
No the tutorial provides inctructions to install all prerequisites which I did. I'm going to contact kirb about it -
Tutorial Install Theos & Dependencies (Windows)
castix replied to AnotherLurker's topic in Tutorials
Can't locate IO/Compress/Lzma.pm in @INC (you may need to install the IO::Compress::Lzma module) (@INC contains: /usr/local/lib/perl5/site_perl/5.26/x86_64-cygwin-threads /usr/local/share/perl5/site_perl/5.26 /usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads /usr/share/perl5/vendor_perl/5.26 /usr/lib/perl5/5.26/x86_64-cygwin-threads /usr/share/perl5/5.26) at /home/castix/theos/bin/dm.pl line 12. BEGIN failed--compilation aborted at /home/castix/theos/bin/dm.pl line 12. make: *** [/home/castix/theos/makefiles/package/deb.mk:40: internal-package] @AnotherLurker @DiDA -
/opt/theos/include/SettingsKit/SKTintedListController.m:120:31: error: no known class method for selector 'appearanceWhenContainedInInstancesOfClasses:' [UISwitch appearanceWhenContainedInInstancesOfClasses:@[self.class]].onTintColor = self.switchTintColor; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/theos/include/SettingsKit/SKTintedListController.m:120:90: error: property 'onTintColor' not found on object of type 'id' [UISwitch appearanceWhenContainedInInstancesOfClasses:@[self.class]].onTintColor = self.switchTintColor; I'm trying to compile a plain project with SettingsKit using the iOS 8.1 SDK. The .mm file has not been edited. I get those errors in line 102,111, 120 and 128
-
When compiling Linking tweak lulwat (arm64)… arm64-apple-darwin14-clang-3.9: error: no such file or directory: '+=' /opt/theos/makefiles/instance/library.mk:32: I didn't force clang in the Makefile fixed
-
It worked. I think Theos must be installed first in order for the commands to work
-
The console just returns an empty line