Jump to content

i0s_tweak3r

Senior Member
  • Posts

    809
  • Joined

  • Last visited

Everything posted by i0s_tweak3r

  1. There aren't any simple bool variables in Flex to change, and ya can't just make them up because the code is still being executed, you just don't see it in Flex. Flex just shows the headers, not the implementation logic, or specific function(s)/ subfunctions that need modified. That's where IDA comes in. If you find where it has the jailbreak check, you'll find a branch to a dead end one way, or back to the main flow the other way. Basically you need to find the address of the correct subfunction, then tell it to jump to the address where the sub-function branches to if it's not jailbroken, ( to the main flow) and then void the rest of the subfunction, so it never has a chance to branch to the dead end that having a jailbreak would send ya to. With the right offsets/addresses, and instructions, you can patch the binary, and with armconverter.com get what you need to make a tweak. It takes some patience (and a nice learning curve) tho to get there. There's some good tutorials on here for using IDA. Good luck.
  2. thx.. it has about couple thousand downloads and I've only heard of 2 ppl having a conflict, but if by chance anyone does let me know. Might be Bytafont tweak mode but that's just a stab in the dark. Never got a crash log with a suspect. The guy who emailed me has a million tweaks installed that interact with the same stuff. Would like to figure out what it is clashing with.
  3. No prob. Updating app now to take a look at files, and will try to get cheat made tonight after work. @yauiki What happens when you try to install the original files? I'm having issues making a new save game cheat because the database is linking devices, and progress made on one is automatically sent to other. I think it's because at some point I logged in to game center on each. So I believe now I have to start over. It's really easy to hack, just takes some time playing and hacking at same time. Just wanted to let ya know I started working on it, tried altering plists, but hit a brick wall. Gonna wipe the data on both devices I mainly use, and start over. Will let ya know when I get a new version. Out of curiosity, what iOS are u on?
  4. Someone mentioned it needed update and I forgot, sorry. Is it jailbroken or non, or both that need updated? I'll play it some and see I guess. On the way, just gimme a lil time.
  5. You can tap any slider on the right side (where the number is displayed) and it'll give an "input value" option. Edit- oops already said that, more or less lol. ? I forgot tho- 18 is flush on the bottom for dock height. The "enable sliders" button, when off, is basically a quick way to turn all sliders off in the tweak if say there was a conflict with another one, or you just wanted to go back to the stock iOS settings for each slider in the tweak. That setting has to be on for the sliders in settings to work. I think I need to change the switch text to "Enable tweak sliders". The idea was basically so if all the switches are off, you know the tweak isn't modifying (or conflicting with) anything. The review on iDownloadblog confused what it does too. ? About the color picker- I aim to add that to a future upgrade. There's already a library with the code written, I've just never looked at the documentation for how to implement it. It's definitely a priority on my update list tho.
  6. Cool, and yeah. I was laid off (along with like 200 other ppl) after Irma wasted the state park I work out of, but knew I'd be rehired so besides watching too much TV I worked on this for a while. Finally moved back to the Keys a few days ago and started work again so I figured I'd just share it where it's at, and the improvements I have in mind can just come as upgrades.
  7. Sweet. Around 12 will have the icons sitting flush with the bottom. And you can manually enter values with all the sliders by hitting the far right side of them. (Can be tough moving them in small intervals.) This was in the beta repo up till yesterday. Think I'm going to put it back in tho for upgrades not sent to BigBoss yet. I created it mostly because reddit would ban me if I shared my reg repo. ?
  8. Lol u know more then u think maestro. ? Thx tho!
  9. Put two links in preference bundle to iosgods... much respect to the community that taught me and inspired me to learn to code in Obj C. Tweak has about 20 features, it's nothing mind-blowingly amazing, but it's progress for me, and will continue to be an on-going project for making it better. Compatible mainly iOS 9-10, but many features work on 8. http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=stylishDp
  10. Ooh... Loving this spooky Halloween theme!! ?

  11. Yeah i noticed in the demo. Oh well no worries just wasn't sure if there was a fix, besides uninstalling the hack. I'll stop being lazy and do some research on it myself, figure something out, maybe just a way for crashreporter to ignore those processes.
  12. @DiDA Any idea why this makes securityd and .securityd processes constantly crash and if it's any cause for concern, other then the annoying notifications from crashreporter? Is there an "easy" fix? (IOS 9.3.3 iPhone 6s+) Awesome hack btw. ????
  13. No Yalu is only for 10.0-10.2 These links are just ways to install the jailbreak app directly from an iDevice for users without access to a computer. It has the same compatibility as the final Yalu102 jailbreak release by Luca Tedesco, aka qwertyoruiop. (hopefully spelled his names right) I've been away for a bit but will look into it and report back. It was as of the last post but it's been a vicious game of cat and mouse with Apple revoking the certificates soon after people publish them, and republish new ones. If anyone has successfully used this recently plz let us know which link worked.
  14. Not really. For the average user it doesn't have much to offer, unless you just wanted to play around with the sliders adjusting the opacity of different items displayed on the screen. You could probably figure out how to get rid of pop ups and banner ads, but it wouldn't be permanent unless you made a tweak or patch with the info you gained . Anyone that can make Flex patches or tweaks tho isn't really the "average user".
  15. Important Public Service Announcement: Do not play with launchdaemons copy pasting them, just to install a cracked tweak, unless you are 100% sure you know what you are doing. If you don't know what a daemon is, you probably shouldn't be playing with them.

    IMG_7517.png

    I finally fixed it, got the cracked tweak working and got my system stable again... I was resolved not to start a support topic lol since it was my fault and I knew better.

     

    Damn it was tough tho. Tweaks were crashing 3-4 times / minute thanks to rocketbootstrap being so efficient at reporting tampered daemons/ ones where they shouldn't be.

    1. Bossx2

      Bossx2

      How did you fix it tell it to people it may be useful for someone

    2. i0s_tweak3r

      i0s_tweak3r

      It's actually not totally fixed yet I noticed, the only crash report I'm getting tho is like one every few hours from crash reporter instead of 3-5 per minute. Main problem was I had an extra launch daemon I needed to delete, that was being dragged into rocketbootstrap and throwing constant errors.

      I was trying to copy my iGameguardian from one device to another, after deleting it when it stopped working a while back (only to realize that it no longer had a current repo, that worked for me at least).

      I think the last thing causing an issue is that there's a tweak I need to manually add to my package list in Cydia.  Need to analyze latest crash reports to see what's still throwing errors. Could be code signature issues as well.

      Once I finally get everything as it should be I'm going to probably document the experience so others can learn from it, and maybe make a tutorial on "Things you shouldn't mess with in file managers/ how to avoid messing up your jailbreak."

    3. Bossx2

      Bossx2

      So you were trying to copy your iGameGuardian from one device to another and you copied your launch daemon by mistake which got dragged to rocketbootstrap and your device got f**ked up that basically what happened (for people who didn't understand)

    4. i0s_tweak3r

      i0s_tweak3r

      Yeah.  More or less.  Just copying the .app folder into Applications and then hitting uicache didn't work, since the deb normally places the launch daemons where they belong when you install it, so I tried to copy each individual file and put them where they were on the first device. Some daemons were the same name, but had different file sizes, and/or went in more then one different area.  Others had permissions set wrong.

      After fixing permissions and adding 3 daemons I missed, it's been 24 hours now without any processes or tweaks crashing. ?  

    5. Bossx2
  16. Important Public Service Announcement: Do not play with launchdaemons copy pasting them, just to install a cracked tweak, unless you are 100% sure you know what you are doing. If you don't know what a daemon is, you probably shouldn't be playing with them.

    IMG_7517.png

  17. Yeah, I believe so. You have to change the date to like May 2015 to download and install the jailbreak tool. It works for first time or rejailbreak. After installing it change date back to normal, trust the certificate in settings, then change date back to May 2015 and open the app/tool. After pressing the button to jailbreak (big circle in middle) wait like 3 seconds then hit sleep and don't do anything until after it resprings and completes process. Sometimes it takes a couple tries but I've used it on a few different devices. I take it back just went to the website and it's offline- 404 error. Can't download from a site that's offline. ? Sorry.
  18. I have others. I just updated this one. Added a cool gradient background up top. Figured out problem too- yourepo changes the package names and the header table needs the original package name. I think I can change just the packagename part tho in two of the plists and it should work in my beta repo. I'm thinking about releasing this one soon tho. (Gotta remove periods first.) ? I've been working on it every day since the hurricane made me unemployed. I have another one called "Lockscreen Suite" I shared in here (and on Reddit) that I just want to add a couple things and then I'm gonna submit that to BigBoss. Also have a Control Center Suite for hiding/adding stuff and am working on a CCviewTransporter where you can add a 3rd page to CC and put a youtube video inside, safari view, notifications, and possibly entire apps.
  19. Was trying to install a save game cheat I made for my gf and got same error on 10.3.1... Luckily the game I hacked had a FB sign-in option, so I signed out of FB everywhere on my extra device, had her sign in to FB with the game on my device, then once she signed in again on her device the save game was applied with all my hacked features. Out of curiosity, what save game cheat were you trying to install? If you can't get it working and you have an extra/dummy FB account maybe I can help you out.
  20. The header isn't an image it's a table comprised of mostly text- only image is the icon, which is saved in correct location. You may be on the right track with that idea though. "_package" is an object that maybe needs assigned an absolute path to all it's elements, regardless of way tweak is installed, with deb or repo. I appreciate the period suggestion. I'll see how that looks with next update I do.
  21. Made a new tweak. Has about 20 options with sliders, switches, and went to use Cephei/CepheiPrefs to try to make pref bundle look nicer. Compiled and installed on 2 different devices with the deb and there were no issues. Deleted tweak then uploaded to one of my repos, downloaded it on my device and the headers are missing. Should look like this, and does if installed directly from deb without a repo. Any idea how to fix for repos to have working version? I think problem is somewhere in HBPackageNameHeaderCell.m , since there's a section of code that returns without doing anything if it's in a "pirate" repo or if package name doesn't match original, which it doesn't once u upload to yourepo. Thanks in advance for any help.
  22. You obviously haven't used the tool, or couldn't figure out how to. It's ok maybe I'll make a tutorial for you. ? I just used it to hack spotify app (get rid of pop-ups and to never display the search history). Found the exact classes with the tool, then went to flex and in 2 seconds made my patch. Could I have figured out how to do it without the tool? Yes, quite easily. The tool still provides a ton of data for both HACKING and development. It's not going to replace IDA,Hopper or debugserver, but it is a nice addition to a developer/ app hacker's toolchain.
  23. I haven't been more excited about a new Cydia tweak in a while. This thing is pretty powerful, works on most apps, laying out viewcontrollers, views, classes, objects, arrays, Headers, instances and available Ivars. Pretty much everything listed have values (or nil) associated with them. Apps do tend to crash when you play around a bit too much with the current view and/or controller (or its parent/child view). I've gotten so much info that'd be useful for making cheats and tweaks in just about an hour it's crazy. It's natively supported, so I think there's a good chance the offsets provided are accurate, without having to crack, thin and remove aslr. I found and played with the view and/or v. controllers of some of the most essential pages of youtube, spotify, angry birds, safari, napster, as well as learned a lot about my device and common values of headers I'd often seen but never knew.. It's awesome to see exactly how many pixels each CGImage have, and to be able to quickly find most native functions available for modification. Was also able to use it for it's intended purpose (kind of), squished a few bugs in a tweak I'm working on by reading the output of the preference bundle inside the settings app. Anyways, hope u guys like it as much as I do........ </rant> [hide] http://cydia.saurik.com/package/com.sst1337.debugginginformationoverlay [/hide]
×
  • 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