-
Posts
1,300 -
Joined
-
Last visited
Posts posted by KingRalph
-
-
Added github link!
View the source code on github.com!
-
I followed this one https://iosgods.com/topic/4855-tutorial-how-to-install-theos-dependencies-on-your-idevice-2015/
I removed them hope it works
Reinstall your theos with setuptheos, then add the following code to the top of your makefile
TARGET = iphone:clang:latest ARCHS = armv7 armv7s arm64
-
Start learning python at http://codeacademy.com
Once you complete the online course, learning other languages will become easier.
-
-
Install this packagePlace the file with the correct permissions/group/owner in the folder and not much changed.
Installing apps or updating them through appstore is impossible. I get a "x can't be downloaded/installed right now" message. Apps installed through appcake crash upon opening.
I have moved past the loading freeze in cydia, so I can install tweaks again.
cydia://package/net.angelxwind.completeppsyncremover
-
wix not free for this domain feature...right?
i have a 000webhost ddr.tk i want to use this
Use github pages to host your site.
To use a custom domain name, make a file named CNAME in your github pages site, and put your custom domain name inside the file.
-
On a holiday atm, so I don't have my computer.
I do have iFilza though, so I can at least access my files that way. (And apt-get)
Run the following code in mobile terminal
apt-get update
-
The problem persists even though I've managed to delete the files for some reason.
Can you ssh into your device?
-
Lol Shmoo doesn't hack Android games.
But he can at least point the OP in the right direction...
-
-
New update for setuptheos:
mac version 1.1.1 - No more options for setuptheos, as there is no longer any need for them
ios version 1.0.9.8 - Major changes to setuptheos for iOS
-
Anyone having a problem getting the SDKs onto their iOS device from 'any' of the hosts??? I've tried three and all the addresses are taken down... :-(
If anyone could send (or post a link) for the SDKs that you have on your device, that'd be great!
The new link is from sdks.website
-
Is this working for 9.3.3?
It damn well should.
-
What is "reverse IDA"?
-
Run this command in your tweak directory:
make
You can move the dylibs to /Library/MobileSubstrate/DynamicLibraries
-
that hides until someone reply.
Or until they press the thanks button.
It depends on what section you posted in
-
do i put %orig if so where because im no pro at his yet im still learning a alot about it
You don't use %orig in this case
-
do I do yours or shmoos
TBH, it doesn't make much of a difference, but using nil instead of NULL is generally a better habit. (Due to system level programming)
EDIT:
I just remembered that %orig calls the original function. The (correct) answer to your question, is:
%hook CLPEngine -(void)removeSubsriptionTimeObserver:(id)arg1 { arg1 = nil; } %end
-
So the void I'm trying to hack it has the class of course so %hook then the class then it has -(void) removeSubsriptionTimeObserver:(id) then it has a return value (void) then below it is Argument #1 (Id) then below the Argument is NULL how would I put this ^ in my tweak.xm
This is the answer to your question:
%hook CLPEngine -(void)removeSubsriptionTimeObserver:(id)arg1 { %orig(nil) } %end
-
Install FLEXible from cydia
Oh wait...this is the android section
-
same error
this one https://m.imgur.com/a/OhNiH
I think I know what the problem is. Please wait until I update setuptheos
-
Let's take a look...
-
Install FLEXible from cydia
-
I'm sorry but does not work I just I'm speechless but I did get some info from -deleted- person that said its a problem with the LLVM+CLANG
Post a screenshot of the error
Help please I've spent a day and a half trying to get gdb debugger to work!
in Help & Support
Posted · Updated by KingRalph
GDB has issues and is not under active development.
There is a significant lldb setup tutorials on this site, I suggest you use one of them.