Jump to content

31 posts in this topic

Recommended Posts

Posted

Try now :)

Tweak.xm:
%hook Springboard

- (bool)homeScreenRotationStyleWantsUIKitRotation {
return TRUE;
}

- (bool)homeScreenSupportsRotation {
return TRUE;
}

- (long long)homeScreenRotationStyle {
return 2;
}
%end

Thanks, but still isn't working. Now I really am not sure why.

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Tell me error so we can see which line is it

Fixed :)

 

%hook Springboard

-(bool)homeScreenRotationStyleWantsUIKitRotation {
return TRUE;
}

-(bool)homeScreenSupportsRotation {
return TRUE;
}

-(long long)homeScreenRotationStyle {
return 2;
}
%end
Posted

Tell me error so we can see which line is it Fixed :)

%hook Springboard

-(bool)homeScreenRotationStyleWantsUIKitRotation {
return TRUE;
}

-(bool)homeScreenSupportsRotation {
return TRUE;
}

-(long long)homeScreenRotationStyle {
return 2;
}
%end

It compiles fine and everything checks out, it just doesnt work. And nope, still not working.

Posted

It compiles fine and everything checks out, it just doesnt work. And nope, still not working.

did you type it right? and class

Posted

did you type it right? and class

Yep.

Maybe you using wrongdoing hook?use "Make Package" not "make"

When making to deb

Tried that too and it still doesn't work.
Posted

Tell me error so we can see which line is it Fixed :)

%hook Springboard-(bool)homeScreenRotationStyleWantsUIKitRotation {return TRUE;}-(bool)homeScreenSupportsRotation {return TRUE;}-(long long)homeScreenRotationStyle {return 2;}%end
Now I'm getting some errors:

 

Preprocessing Tweak.xm...

Compiling Tweak.xm...

Tweak.xm:4:424: error: unknown type name 'LONG'

...SEL); static LONG LONG (*_logos_orig$_ungrouped$Spring...

^

Tweak.xm:4:436: error: use of undeclared identifier

'_logos_orig$_ungrouped$Springboard$homeScreenRotationStyle';

did you mean

'_logos_orig$_ungrouped$Springboard$homeScreenSupportsRotation'?

..._logos_orig$_ungrouped$Springboard$homeScreenRotationStyle)(S...

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_logos_orig$_ungrouped$Springboard$homeScreenSupportsRotation

Tweak.xm:4:238: note:

'_logos_orig$_ungrouped$Springboard$homeScreenSupportsRotation'

declared here

...SEL); static BOOL (*_logos_orig$_ungrouped$Springboard...

^

Tweak.xm:4:495: error: expected ';' after top level declarator

...(Springboard*, SEL); static LONG LONG _logos_method$_u...

^

;

Tweak.xm:4:523: error: unknown type name 'LONG'

...SEL); static LONG LONG _logos_method$_ungrouped$Spring...

^

Tweak.xm:4:532: error: expected ';' after top level declarator

...SEL); static LONG LONG _logos_method$_ungrouped$Spring...

^

;

Tweak.xm:10:8: error: unknown type name 'LONG'

static LONG LONG _logos_method$_ungrouped$Springboard$...

^

Tweak.xm:10:17: error: expected ';' after top level declarator

static LONG LONG _logos_method$_ungrouped$Springboard$...

^

;

7 errors generated.

make[2]: *** [obj/Tweak.xm.bb066255.o] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [Roatator.all.tweak.variables] Error 2

Benjamin-Schmitts-iPhone:~/roatator m

 

 

Posted

Is your bundle id correct?

I am trying to add a Springboard tweak to I believe so. I used: com.apple.springboard

Posted

Ehh in an old tutorial here (Objective-C + Logos) you'll find exactly what you want.

 

 

 

%hook SpringBoard
- (BOOL)homeScreenRotationStyleWantsUIKitRotation {     return true;
}

- (BOOL)homeScreenSupportsRotation {     
return true;
}%end

%hook SBIconLabelImageParameters {	 
- (id)text {     
%orig;
return;
}%end

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Zombie Fortress: Trap Defense v0.8.0 [+6 Jailed Cheats]
      Modded/Hacked App: Zombie Fortress: Trap Defense By SayGames LTD
      Bundle ID: com.nlabsoft.zombiecrusher.s
      App Store Link: https://apps.apple.com/us/app/zombie-fortress-trap-defense/id6747713523?uo=4



      🤩 Hack Features

      - Add Cash
      - Add Diamond
      - Add Energy
      - Add Parts
      - Never Die
      - Add Battle Gold (Enable inside battle)
        • Winner
      • 3 replies
    • Zombie Fortress: Trap Defense v0.8.0 [+6 Cheats]
      Modded/Hacked App: Zombie Fortress: Trap Defense By SayGames LTD
      Bundle ID: com.nlabsoft.zombiecrusher.s
      App Store Link: https://apps.apple.com/us/app/zombie-fortress-trap-defense/id6747713523?uo=4



      🤩 Hack Features

      - Add Cash
      - Add Diamond
      - Add Energy
      - Add Parts
      - Never Die
      - Add Battle Gold (Enable inside battle)
        • Winner
      • 1 reply
    • Heroes Crew: Strategy Defense v1.1.5 [+6 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
        • Winner
        • Like
      • 31 replies
    • Heroes Crew: Strategy Defense v1.1.5 [+6 Jailed Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
        • Informative
        • Agree
        • Winner
        • Like
      • 15 replies
    • Candy Pop Story : Match 3 v1.23.0722 [ +3 Cheats ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4


      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
      -
        • Thanks
      • 6 replies
    • Candy Pop Story : Match 3 v1.23.0722 [ +3 Jailed ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4
       

      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
        • Winner
        • Like
      • 6 replies
    • Boom Castle Tower Defense TD v1.5.2 [ +7 Jailed ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:

      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      - Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ]


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Winner
        • Like
      • 48 replies
    • Boom Castle Tower Defense TD v1.5.2 [ +7 Cheats ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:
      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      -  Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ] 


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 52 replies
    • Zombie Infinity v1.9.1 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Zombie Infinity By kamasu.jp Inc.
      Bundle ID: jp.kamasu.oread
      App Store Link: https://apps.apple.com/ph/app/zombie-infinity/id6736433765?uo=4


      🤩 Hack Features

      - ADS Pass

      - Energy Pass

      - Premium Pass

      - Currency

      - Hero Status [ HP - DMG ]
        • Thanks
        • Like
      • 4 replies
    • Zombie Infinity v1.9.1 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Zombie Infinity By kamasu.jp Inc.
      Bundle ID: jp.kamasu.oread
      App Store Link: https://apps.apple.com/ph/app/zombie-infinity/id6736433765?uo=4


      🤩 Hack Features

      - ADS Pass

      - Energy Pass

      - Premium Pass

      - Currency

      - Hero Status [ HP - DMG ]
        • Like
      • 3 replies
    • Alien Survivor: Survival Arena v1.40.0 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4
       

      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 19 replies
    • Alien Survivor: Survival Arena v1.40.0 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4


      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 32 replies
×
  • 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