Jump to content

NeverBeing

Senior Member
  • Posts

    160
  • Joined

  • Last visited

Posts posted by NeverBeing

  1.  After fixing the keys, compilation with no error, but still not work. @@DiDA 

     

    I try to convert FLEX to tweak.xm
    Here is the FLEX code:

     

    Unit Name
    Unite for -(int)defaultTabViewType
    Target Class
    PhoneTabBarController
    Target Method
    -(int)defaultTabViewType
    Return Value (int)
    4
    
    Unit Name
    Unite for -(int)currentTabViewType
    Target Class
    PhoneTabBarController
    Target Method
    -(int)currentTabViewType
    Return Value (int)
    4
    
    

    I guess my tweak.xm is not correct, but I don't know 

  2. I try to make a preference bundle and put this code on my Tweak.xm, but no working. Can anyone help me? What is the problem?

    Sorry noob here.

    %hook PhoneTabBarController
     
    -(int)defaultTabViewType {
    if(GetPrefBool(@"kPo")) {
    return 4;
    }
    return %orig;
    }
    
    -(int)currentTabViewType {       
    if(GetPrefBool(@"kPo")) {
    return 4;
    }
    return %orig;
    }
    
    %end
    
  3. Yeah!! Finally!
    Love you TaiG team!


    Successfully Jailbroke my iPhone.

     

    At first, I had the "Apple Drivers missing/not found" issue but that was resolved here. After fixing that, the tool got stuck on 20% and wouldn't continue (or maybe I was just impatient) so I did a full backup via iTunes, then restored removing everything. I then re-ran the Jailbreak tool and it proceeded to Jailbreak the device with success. I never had to touch it, just wait after you press on the Jailbreak button and make sure Passcode lock is off and Find My iPhone is disabled.

     

    Now, I'm here just adding a few sources and testing some tweaks. :)

     

    Good luck!

     

    Is Cydia Substrate working fine?

×
  • 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