Jump to content

i0s_tweak3r

Senior Member
  • Posts

    809
  • Joined

  • Last visited

Everything posted by i0s_tweak3r

  1. And a quality tweak it is! Thanks again. I've been making Flex patches for 2-3 years at least. Made first original tweak giving Pro version of "Sketches" app few days ago. https://iosgods.com/topic/47308-free-pro-version-of-sketches-app/
  2. Yeah no prob. I edited tweak.xm hoping this would work but I still can't seem to make arg1 null in the bottom hooks. %hook MyTransactionObserver-(bool) purchased {return TRUE;}%end%hook MyTransactionObserver-(void) setPurchased:(bool)arg1 {return %orig(TRUE);}%end%hook MyTransactionObserver-(void) failedTransaction:(id)arg1 {return %orig(NULL);}%end%hook LBCategoryViewController-(void) configureNormalCellForInAppPurchase:(id)arg1 fromIndexPath:(id)arg2 {return %orig(NULL, arg2);}%end%hook LBCategoryViewController-(void) configureGlossaryCellForInAppPurchase:(id)arg1 fromIndexPath:(id)arg2 {return %orig(NULL, arg2);}%end Link to app for tweak: Objective C Reference Lite by Lucian Boboc https://appsto.re/us/XQJ3y.i Edit: Downloaded iOS 9.0 sdk, changed target in makefile and just used first two hooks in tweak.xm,it compiled and now works.
  3. No. I have putty, but project hasn't left my mobile device. It built the .deb properly and it installed. I just don't have the code quite right I don't think. I don't think it's returning the arg1's as null.
  4. I googled internal package error 2 and found a project that compiled but wouldn't build like mine. Its problem was using symbols in the com.yourcompanyname.yourtweakname, which I used an "_" in. I used NIC to make new version without symbols in name, and copied tweak.xm to new patch, with the updated code from the beginning of this thread. It compiled, built the deb and installed- unfortuneately I'm back to the original problem. Tweak doesn't work. The hooks with more then one argat the bottom of the tweak.xm are what's not working. The flex patch I based the tweak off of does work, so I'm confident I have all the right hooks, the code is just returning the %orig for both args it seems. Something is wrong here I believe
  5. Sorry hope I don't get in trouble for posting this basically twice, but the original post in Cydia Substrate hacks might have been better placed here, as most are game hacks. Anyone looking for a good free version of a multilayer design iOS app, I made a tweak to give "Sketches" the pro features for free. It can be downloaded here. https://iosgods.com/topic/47308-free-pro-version-of-sketches-app/
  6. Thanks! Works great on iOS 9.3..... I'm in Australia now near my brother lol. Edit: Works on iOS 10 as well. Installed on my main device I use. Thanks again.
  7. Here's the makefile that won't build. And I just removed include from tweak.xm, made it compile again and make Errors.txt
  8. The same "Error 2" I can compile either of the projects I built today, but get error with same name when trying to build. The first project I built and shared is set up the same way, and builds and compiles fine.
  9. Sorry for double post. I just don't understand why it would compile before with incorrect code and build a deb, now the code is correct, it compiles, but won't build. I just made and shared this tweak this AM. https://iosgods.com/topic/47308-free-pro-version-of-sketches-app/
  10. Arrg. Keep getting same error. I just don't get it. I made several debs earlier today, they built just fine. My makefiles are the same. I even made sure these were good...
  11. I just built a new project so I could get a fresh compile, and not worry if I messed up the tweak version in one of the control files. It compiled, but I got an error building the package from an apparent missing symlink, which is weird cause the makefile and Theos symlink are the same as a tweak I compiled and shared earlier today. Anyway, here's the Errors.txt file
  12. Yeah. Works perfect. Was just playing with control files to change the version and deleted previous object to force it to compile. Now there's a couple errors with the modified code.
  13. That could be it. Changed the hooks with more then one arg and typed "Make Package" in Terminal, but it said "nothing to compile" and just built a new .deb, which after installing still sadly does nothing.
  14. I made a flex patch today, which works no issues. I used it to hook each element of my tweak, but somewhere I messed up. I'm sure it's something easy as it was a super easy patch to make. It's to show full version of an Objective C reference app. Below is tweak.xm file
  15. This is awesome! Used it once already. It's having trouble finding a patch I just made tho. I've tried respringing, enabling and disabling the patch. Do I have to upload it to cloud for it to work? Edit: Figured out dirty fix. This tweak only searches for flex patches made in old location, where Flex 2 patches were stored. In order to get it to recognize patches made in Flex 3 you have to open the Flex3patches.plist, copy your patch, delete the api version portion of it, then paste it into the patches.plist in the old location. @OP If you could edit the tweak to search the Flex3patches.plist that would make it even more cool. Also, it doesn't recognize "null" when used to nullify what's returned to a function. If you could update that it'd be nice too. I'm not complaining- just mentioning issues I've encountered.
  16. Should support iOS 9.0 and higher. Tested on iOS 9.3 and 10.0.1 Disables Jailbreak Detection, Enables Multilayers, adds other Pro Features Link to app: Tayasui Sketches: Draw and paint like on paper! by Tayasui.com https://appsto.re/us/3eQqM.i This is a really cool iOS version of a multilayer photo editer/ paint shop drawer, etc. [Hidden Content] Note: This is my first original tweak made on mobile device using theos. Was previously a flex patch that got taken down I guess because it hacks App Store / in-app purchase elements. To install: Download app. Download tweak. Open in Filza or iFile. Hit "Install" then Respring. Enjoy. To notice benefits of tweak open app (then close it) before installing tweak, see how limited the features are, then install tweak. ????
  17. I will do my best to use them to make patched/ cracked versions of the apps uploaded using the certs/ provisioning profiles, and share with community. I'm new so no worries if I don't get picked. Just thought I'd try. ☺️
  18. What country's iTunes Store is it in? In US said not available.
  19. Good to know. That could be useful in future and to side load patches onto my un(publicly)jailbreakable device. Thanks!
  20. Thanks! Will give this a try. Out of curiosity... I have a smule account already and on the Sing! Karaoke app I have like 16,000 real followers, and don't want to risk getting banned. Do you think it's safe to install this app and use hack as long as I don't log in with same smule ID? Edit: Just signed up new smule account, installed tweak, works great. Curious tho if ppl get could banned for using it. I'm tired of paying for VIP on the Sing! app and I know there's tweaks for Sing!, if there's not a current one I'm pretty sure I could unlock the songs and fx with flex. Just afraid to do so with main account.
  21. Are the flex patches implemented directly into the ipa already while device is still jailbroken? So basically you'd just have to copy the .ipa with patch on, then reinstall it and the flex hack would already be on the .ipa?
  22. Thx for the warm welcome. ☺️ Made me feel old mentioning the Commodore lol. Forgot to mention also know HTML, php, am familiar with xml.... Used to run a music streaming website, so also familia with SEO/ metadata. Hence know a little about a lot, but am an expert at very little. Work as a Master Boat Captain but don't consider myself a "Master" of that either lol.
  23. Just wanted to thank everyone for all the help I've received without ever posting. Been a member for a while but just recently posted a few times. You guys rock! I know a little about a lot, but a lot about very little... Started off programming Basic with Commodore 64. Later Pascal, then C, C++, Visual C, Visual Basic... Slowly learning Obj C now, and making tweaks from mobile device with theos.
×
  • 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