Jump to content

Gav1474

Senior Member
  • Posts

    203
  • Joined

  • Last visited

Everything posted by Gav1474

  1. Its a tweaked app with theos jailed, i am trying to install it with ipactor
  2. installation.cpp:42 Device iPhone9,3 not in SupportedDevices list for com.xxxx.xxxxx : ( "iPhone7,1", "iPhone8,2", "iPhone9,2", "iPhone9,4"
  3. have you got my PM?
  4. ill pm you now
  5. I have everything i need to tweak it ( i think) , cracked app, tweak file the only thing i can make it its to use THEOS JAILLED getting error all the times, i am not a dev or so, so i need someone that done this before
  6. Are you interested ?
  7. Hello everyone ! after many without luck i am looking for someone to tweak an cracked app with theos jailed ---- https://github.com/kabiroberai/theos-jailed ---- any one?
  8. you can find a tweak on flex3 and its working , just go to recent tad on the flex app:-)
  9. do you know an other way?
  10. yeah right Amiyea I found a couple tuto but like I understood the way to go is the way with theos jailed and there ther is no tuto at all for the writing of the tweak.xm file... I brought a dev account I have the mobilprovision and all the cert but still stuck
  11. . Yeah I am actually on it but I am encountering difficulties to write the tweak.xm file, as I understood the tweak file must me written differently the in theos on idevice right ? One more thing do you know a app called tweakapp?
  12. you can create it on a jailbroken idevice with theos ( very easy but you need to write the tweak.xm in hook) i can probably haps you with that. or you can create it an your mac with theos jailled, its little bit more advance... i am in the same situation as you with the theos jailed can make it work,,,
  13. look at you inbox :-) thanks mate but i am trying to patch an app that can run on non-jailbroken device, like theos-jailled method on mac
  14. Can please anyone help me to patch a cracked app please i been trying for over almost 2 week, i tried theos jailed, the tweak app...
  15. its an old topic but can you help me to? same problem as kevinduran35
  16. . Well everything is working now I have a fully working deb!!! Now the next step ! Merge den and ipa and then install to a non jailbroken idevice
  17. ok cool i am learning everyday ! ill try it now
  18. Hey folks can someone look at my flex to hook conversion please ? i am getting error at theos make package thanks!!! Flex tweak UNIT NAME Unit for -(void) setDisplayTitle:(id) TARGET CLASS UBAddress TARGET METHOD -(void) setDisplayTitle:(id) RETURN VALUE (void) pass-through ARGUMENT#1(id) pass-through HOOK %hook UBAddress -(void)setDisplayTitle:arg1 { %orig; arg1 = TRUE; } %end Its my conversion right??? Thanks!
  19. I did the make package with your code in tweak.xm my make file look like this ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = uber uber_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" And my and my plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Filter</key> <dict> <key>Bundles</key> <array> <string>com.ubercab.UberPartner</string> </array> </dict> </dict> </plist> I don't know everything look fine even the boundle Id
  20. . Ok I understand but can you help me write it right please I am very new in this "tweAk" world I'll be very grateful:)
  21. What ??? How? https://m.imgur.com/gallery/S4T6G Her is my flex tweak
×
  • 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