Jump to content

Gav1474

Senior Member
  • Posts

    203
  • Joined

  • Last visited

Everything posted by Gav1474

  1. ill pm you now
  2. 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
  3. Are you interested ?
  4. 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?
  5. you can find a tweak on flex3 and its working , just go to recent tad on the flex app:-)
  6. do you know an other way?
  7. 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
  8. . 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?
  9. 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,,,
  10. 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
  11. 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...
  12. its an old topic but can you help me to? same problem as kevinduran35
  13. . 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
  14. ok cool i am learning everyday ! ill try it now
  15. 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!
  16. 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
  17. . 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:)
  18. What ??? How? https://m.imgur.com/gallery/S4T6G Her is my flex tweak
  19. I got the help from admin and other in this forum to complete my tweak.xm ( hook ) I did it from scratch without flex converter, the bundle Id is correct and make file too... You wanna see my tweak fil ? %hook UBTripAddressesViewController -(bool)_allowsAddressesViewController { return TRUE; } %end %hook UBTripAddressesView -(bool)shouldDisplayDropoff { return TRUE; } %end %hook UBTrippAddressesView -(void)_updateDropoffContentEdgeInsets { return %orig(); } %end %hook UBEarningsTrip -(id)dropoffAddress { return %orig(); } %end %hook UBTrip -(id)dropoffLocation { return %orig(); } %end %hook UBSecondaryDispatchView -(bool)showPickupAndDropoffAddress { return TRUE; } %end %hook UBSecondaryDispatchDefaultAcceptView -(bool)showPickupAndDropoffAddress { return TRUE; } %end %hook UBOnTripMapViewController -(bool)_allowsDropoffLocationToBeShown { return %orig(); } %end %hook UBTripAddressesView -(bool)shouldDisplayPickup { return FALSE; } %end %hook UBNavigationInfoViewController -(void)_updateDisplayForDisplay { return %orig(); } %end %hook UBNavigationInfoViewController -(void)_updateDisplay { return %orig(); } %end %hook UBTripAddressesViewController -(void)_updateDisplayForDisplay { return %orig(); } %end %hook UBTripAddressesViewController -(void)_updateDisplay { return %orig(); } %end %hook UBSecondaryDispatchDefaultAcceptView -(void)setShowPickupAndDropoffAddress:(bool)arg1 { %orig(TRUE); } %end %hook UBTripAddressesView -(void)setDropoffAddressText:(id)arg1 isEnabled:(bool)arg2 { %orig(arg1, TRUE); } %end %hook UBSecondaryDispatchView -(void)setShowPickupAndDropoffAddress:(bool)arg1 { %orig(TRUE); } %end
  20. Reckecked the tweak.xm? i did convert with the help of some member her the flex tweaks to %hook and theos successfully created the deb file without error, i am using an i6s 9.3.2... what do you mean with recheck?
  21. yes I can now confirm that I used the right bundle ID
  22. I think to the same thing to so I checked, it's was the right bundle ID...
×
  • 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