-
Posts
203 -
Joined
-
Last visited
Everything posted by Gav1474
-
ill pm you now
-
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
-
Are you interested ?
-
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?
-
you can find a tweak on flex3 and its working , just go to recent tad on the flex app:-)
-
do you know an other way?
-
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
-
. 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?
-
Help/Support Theos tweaks on non-jailbroken device with developer account
Gav1474 replied to Arizona94's topic in Help & Support
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,,, -
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
-
and then?
-
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...
-
Help/Support Tutorial for using Theos on jailed devices
Gav1474 replied to kevindurant35's topic in Help & Support
its an old topic but can you help me to? same problem as kevinduran35 -
. 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
-
Help/Support Just a little help with a flex conversion to hook
Gav1474 replied to Gav1474's topic in Help & Support
-
Help/Support Just a little help with a flex conversion to hook
Gav1474 replied to Gav1474's topic in Help & Support
ok cool i am learning everyday ! ill try it now -
Help/Support Just a little help with a flex conversion to hook
Gav1474 posted a topic in Help & Support
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! -
all of them
-
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
-
. 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:)
-
What ??? How? https://m.imgur.com/gallery/S4T6G Her is my flex tweak
-
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
-
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?
-
yes I can now confirm that I used the right bundle ID
-
I think to the same thing to so I checked, it's was the right bundle ID...