haoict / tiktok-god

🎶 The best free & open source tweak for TikTok app on iOS
https://haoict.github.io/cydia
Other
265 stars 62 forks source link

Sorry. but it’s available without Jailbreak guys ? #117

Open AlawiYNWA opened 2 years ago

AlawiYNWA commented 2 years ago

i’m so sorry but beed answer please is it available without Jailbreak ?

thanks all

iGerman00 commented 2 years ago

I was able to make a fork for myself to use in a patched IPA, however the fullscreen and download buttons don't work (because I haven't figured out how to properly do resources), and I hardcoded the settings because you get no preferences. You can pretty easily do it yourself with something like Azule and some basic edits to the code

AlawiYNWA commented 2 years ago

Thanks 🙏🏻

joalsi commented 2 years ago

@iGerman00 source pleaseee

iGerman00 commented 2 years ago

@iGerman00 source pleaseee

Nowadays I use this, but I'm not sure if @haoict is ok with them using the tweak like that, or if it's an official IPA build. I haven't found the source code for it.

https://appdb.to/app/cydia/1900000871

joalsi commented 2 years ago

It is the one I have used also, but I thought you had a modified version to use it in sideload, it would be useful even if there were bugs. I need to add my country in the change region function, and i think there will not be an update in IPA version for a long time but thanks xx

joalsi commented 2 years ago

How did you manage to make the settings? Do you still have the code you edit? Is it public? Do you have discord? @iGerman00

iGerman00 commented 2 years ago

@joalsi I don't have it anymore. It was just hardcoded settings. In Tweak.xm override the needed values and then compile the tweak, Don't forget you also have to override the MNC MCC etc codes for your region if you want to change it. Then compile the tweak, and use something like Azule to make it into a tweaked IPA,

joalsi commented 2 years ago

Sorry to bother you again, but I'm totally new to this world of tweaks and I have no idea about Logos / Objective-C. Do you remember what part you edited? I am not able to identify the part that makes the menu of the tweak to be in settings and not in-app. (And I don't know if there is something else to edit so it doesn't crash). @iGerman00

iGerman00 commented 2 years ago

@joalsi As I said, I just hardcoded the settings. They're in the first dozens of lines in Tweak.xm, for example where it says "noads", that's the toggle for having no ads.

To add those settings in a menu in-app you'd need some more skill and I don't have it either.

iGerman00 commented 1 year ago

I was able to inject the dylib from the appdb version into the latest TikTok version easily enough, now I can use all the filters and features, but unfortunately the download and fullscreen buttons are borked. Everything else seems to work though, including the TikTok God menu from the profile tab.

@haoict If you know, by any chance, is that jailed version from appdb open source?