285 questions
0
votes
0
answers
36
views
theos tweak unable to read file when jailed
I'm not sure if I'm actually stupid or if iOS is playing tricks on me, I have a peculiar situation where my tweak is unable to read out a file using UIDocumentPicker
it works in a jailbroken ...
0
votes
1
answer
33
views
NodeRed find bottlenecks / identify slow nodes, functions etc
I am using NodeRed since quite some time now and everything is getting bigger and bigger.
Lately I implemented something that was quite "expensice" and slowed down everything else.
Of course ...
0
votes
1
answer
129
views
AVAudioSession instance be deactived just after handling AVAudioSessionInterruptionNotification ended signal
I am trying to write a tweak in Theos for an iOS app, to play a silent wav in background for more background life. There might be incoming calls interrupt the sound playing, so I wrote the following ...
1
vote
2
answers
595
views
Postman - change part of return of a POST to localhost
I'm making a POST request to a login API in Postman, with body parameters, and it returns like this:
{
"redirect_uri": "https://example.com/authorization?etc=etc..."
}
I would ...
2
votes
1
answer
1k
views
In Visual Studio 2022, as soon as I move my mouse and hover over other item it changes immediately. ¿How can I fix this?
As soon as I hover on a menu item, the menu reacts and changes to the next immediately. That makes navigating between menus items extremely difficult because the lack of the 200/300ms typical delay.
...
0
votes
1
answer
299
views
Getting theos to hook into SBStatusBarManager
what im trying to accomplish is on pressing the statusbar a alert pops up. im trying to learn tweak development and the tutorial im following is a bit old and uses the deprecated UIAlertView So after ...
0
votes
1
answer
708
views
Hopper disassembler ASM
I am using the Hopper Disassembler to reverse engineer an iOS library. In principle, in the beginning, everything is clear and logical. But I can't find information about asm. What does asm mean? Is ...
0
votes
1
answer
1k
views
Mirror material doesn't show reflections correctly
I hope you all having good day.
To the point, I placed two mirrors, as shown below, but there is something wrong with the reflections, the reflection of front mirror and its image doesn't appear in ...
1
vote
0
answers
79
views
Why is this animation not working as intended?
Hi there all the past couple days now I’ve been trying to modify the iOS tweak Daisy. I have successfully added more fonts, make the Hello animation stay on the screen and merged a closed pull request ...
0
votes
1
answer
237
views
RHEL 8.3: Toggle Top Icons Plus Gnome extension in Tweak Tool with script
Is there a way to toggle the Gnome Extension Top Icons Plus in Tweak Tool in a script?
Currently I am unable to find any APIs provided by Tweak Tool or Top Icons Plus.
0
votes
1
answer
70
views
When creating localiap purchase there’s no receipt
Okay so I’m making a tweak , when I purchase the app it works fine ( using transactionstate 1 ) , but after I close the app I have to re do the purchase every time .. can someone help.. I’ve tried ...
0
votes
1
answer
524
views
How to hook into a framework method?
I want to hook a iOS App and modify some viewController by use Theos/tweak. But these ViewController are defined on dynamic Framework. Is that cause the hook code in Tweak.x be disabled? The code can ...
0
votes
1
answer
120
views
how to fix Problem with FCAlertView In a ios tweak
Hello every one Im making my first tweak in Facebook App to do a simple tasks But im trying to use FCAlertView alert https://github.com/nimati/FCAlertView in my project I used this code to view the ...
1
vote
0
answers
141
views
Simulate Touch Event on iOS - jailbroken - iOS13+ [duplicate]
Are there any tweaks that can simulate touch event on iPhone without injecting into processes? I am looking for a tweak that can be used to simulate event at system level.
-1
votes
1
answer
510
views
Ken Burns Slideshow Modification
I found a slideshow on Codepen that looks like: https://codepen.io/wh1zk1d/pen/WRJjLd
I like this one, but I just wanted the image with the Ken Burns effect, so I simplified the code:
The beauty of ...