Jump to content

ApolloS

Member
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xr
  • iOS Version
    9.3.3

Recent Profile Visitors

261 profile views

ApolloS's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi friends, I'm having a problem connecting to my device over SSH right now. Using my jailbroken iPhone 6S (iOS 10.2 with latest yalu 102 beta 7), and I have all tweaks disabled with iCleaner, it does not work with them enabled either. I have never installed any stashing tweaks on my device this jailbreak or the last. This device is actually a fresh restore from 10.1.1 (I had SSH working on there). I've ssh'd before so I'm pretty sure I'm not typing the commands wrong, maybe I have a broken dropbear? If someone could tell me where to find it & a place to get a fresh one I'd appreciate it. Have Filza installed THINGS I HAVE TRIED: from my computer using FileZilla: - ssh 127.0.0.1 with root & pw - ssh "192.168.x.x" with root & pw - sftp & ftp from my device: -reinstalling OpenSSL -never installing OpenSSH -can confirm it says dropbear is installed when using dpkg -l & dropbear -h -verifying my login info is correct using term Would appreciate if someone could try to help me with this, my annoying workaround has been dragging debs/files from comp to gdrive to download with filza to filza to install, gives me a headache
  2. @ DiDA Yikes i feel dumb but I forgot to remake the project after changing that line, now I do see the theos symlink in there. edit: fixed some dumb errors of my own causation, here is where im at now but it seems close to success Andreass-iPhone:/var/tweaks/test root# make ==> Notice: You’re using kirb/theos. This fork was recently moved to theos/theos , and all future development will happen there. Please run `make update-theos` w hen you have an opportunity! > Making all for tweak test… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7s)… In file included from <built-in>:351: In file included from <command line>:5: /var/tweaks/test/theos/Prefix.pch:6:10: fatal error: '_Prefix/NullabilityCompat.h' file not found #import <_Prefix/NullabilityCompat.h> ^ 1 error generated. make[3]: *** [/var/tweaks/test/.theos/obj/debug/armv7s/Tweak.xm.4f9131f9.o] Erro r 1 make[2]: *** [/var/tweaks/test/.theos/obj/debug/armv7s/test.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [test.all.tweak.variables] Error 2 Andreass-iPhone:/var/tweaks/test root#
  3. @DiDA I believe I already did, in your original tutorial it said changed the line to my %CONFIG = (link_theos => 1); If that is correct then yes I have done that
  4. Getting some errors after installing kirb's fork. They seem kinda simple but I havent been able to figure them out attempting to set up theos on my iPhone 6s 9.3.3 but I am having trouble making packages. currently have 9.3, 9.0, and 8.1 sdks in the folder. theos installed to /private/var/theos naturally folder containing my projects is /private/var/tweaks copied perl over to /usr/bin/ as necessary from this https://iosgods.com/...s-on-ios-9-933/ now I created a blank project using the tweak template and it is inside the tweaks folder trying to verify that it can build packages properly, so I just added TARGET := iphone:clang ARCHS = armv7 arm64 to the fresh makefile at the top, left everything else as it is and tried to run make, this outputs Andreass-iPhone:/var/tweaks/test root# make Makefile:4: /makefiles/common.mk: No such file or directory Makefile:11: /tweak.mk: No such file or directory EDIT: Solution: Make sure theos is being symlinked in your project
  5. Fixed. Remember to build the project after you do the symlink... zz sorry to necro the thread but I followed this tutorial in an attempt to set up theos on my iPhone 6s 9.3.3 but I am having trouble making packages. Followed all steps, and currently have 9.3, 9.0, and 8.1 sdks in the folder. theos installed to /private/var/theos naturally folder containing my projects is /private/var/tweaks copied perl over to /usr/bin/ as necessary from this https://iosgods.com/topic/32949-how-to-fix-theos-on-ios-9-933/ now I created a blank project using the tweak template and it is inside the tweaks folder trying to verify that it can build packages properly, so I just added TARGET := iphone:clang ARCHS = armv7 arm64 to the fresh makefile at the top, left everything else as it is and tried to run make, this outputs Andreass-iPhone:/var/tweaks/test root# make Makefile:4: /makefiles/common.mk: No such file or directory Makefile:11: /tweak.mk: No such file or directory I can verify that I have both common.mk and tweak.mk in /private/var/theos/makefiles/, but for some reason it is not successful in finding them? How can I remedy this? i will doubtless have more questions after someone helps me fix this. Also I tried to make sure it wasn't primarily because the project was basically empty, so I also attempted to compile this open source tweak https://github.com/iNoahDev/NoSpotlightBlur but i receive the same errors
×
  • 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