Jump to content

theos make package problem


Go to solution Solved by Aradmey,

8 posts in this topic

Recommended Posts

Posted

im trying to make a package from a flex patch but 

cd /var/mobile/lumositypremium
 
this is what i try to do, make package
:var/mobile/lumositypremium root#: make package

this happens :(
makefile:1: /absolute/path/to/theos/makefiles/common.
mk: No such files or directory
makefile:6: /tweak.mk: no such file or directory
make: *** No rule to make target '/tweak.mk'. stop.

could it be that i wrote Tweak.xm wrong?

%hook LumosityDebugSettings

-(bool)isDebug {
return TRUE;
}
-(bool)forceSubscribedUser {
return TRUE;
}

%end

aditional information: theos is currently located in /var/root & /var . do i need to keep 2 of the same?

thanks

Posted
29 minutes ago, Ventilador said:

 


cd /var/mobile/lumositypremium
 
this is what i try to do, make package
:var/mobile/lumositypremium root#: make package

this happens :(
makefile:1: /absolute/path/to/theos/makefiles/common.
mk: No such files or directory
makefile:6: /tweak.mk: no such file or directory
make: *** No rule to make target '/tweak.mk'. stop.

 

In MakeFile, set these lines:

/absolute/path/to/theos/makefiles/common
/tweak.mk

To:

$THEOS/makefiles/common
$THEOS/makefiles/tweak.mk

Or if you didn't define $THEOS:

/var/root/theos/makefiles/common
/var/root/theos/makefiles/tweak.mk

Posted
4 minutes ago, Aradmey said:

In MakeFile, set these lines:

 


/absolute/path/to/theos/makefiles/common
/tweak.mk

 

To:

 


$THEOS/makefiles/common
$THEOS/makefiles/tweak.mk

 

Or if you didn't define $THEOS:

 


/var/root/theos/makefiles/common
/var/root/theos/makefiles/tweak.mk

 

 

 

this is what i have inside makefile

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = LumosityPremium
LumosityPremium_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"

where exactly do i do what you said? sorry

Posted
6 minutes ago, Ventilador said:

 

 

this is what i have inside makefile


include $(THEOS)/makefiles/common.mk

TWEAK_NAME = LumosityPremium
LumosityPremium_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"

where exactly do i do what you said? sorry

Do you have a MakeFile file in LumosityPremium folder that you tried to make package of?

If so, this is where you need to make those changes I said in the previous post.

Posted
5 minutes ago, Aradmey said:

Do you have a MakeFile file in LumosityPremium folder that you tried to make package of?

If so, this is where you need to make those changes I said in the previous post.

yes i do have MakeFile file in LumosityPremium, but where exactly in the code i need to do the changes?

Posted
3 hours ago, Ventilador said:

yes i do have MakeFile file in LumosityPremium, but where exactly in the code i need to do the changes?

Open it as a text file and it's the 1st and 6th lines.

Posted (edited)
18 hours ago, Aradmey said:

Open it as a text file and it's the 1st and 6th lines.

sorry to keep bothering but i tried changing it to

include $(THEOS)/makefiles/common


TWEAK_NAME = LumosityPremium
LumosityPremium_FILES = Tweak.xm


include $(THEOS_MAKE_PATH)/makefiles/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"

and

include $(THEOS)/var/root/theos/makefiles/common


TWEAK_NAME = LumosityPremium
LumosityPremium_FILES = Tweak.xm


include $(THEOS_MAKE_PATH)/var/root/theos/makefiles/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"

but everytime i get this and i dont understand the problem very well

Makefile:1: /makefiles/common: No such file or directory
Makefile:8: /makefiles/tweak.mk: No such file or directory
make: *** No rule to make target `/makefiles/tweak.mk'.  Stop.

sorry to keep asking for help but i really appreciate it and its helping me a lot through learning :)

Updated by Ventilador

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

    • Zombies vs. Towers v13.1.152 +4 [Currency Hack]
      Modded/Hacked App: Zombies vs. Towers By intellis d.o.o.
      Bundle ID: com.edenap.z2
      iTunes Store Link: https://apps.apple.com/us/app/zombies-vs-towers/id1545660538?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads
      - Infinite Currencies
      - Infinite Ammo
      - Freeze Wall HP


      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/


      • 94 replies
    • Zombies vs. Towers v13.1.152 +4 [Currency Hack]
      Modded/Hacked App: Zombies vs. Towers By intellis d.o.o.
      Bundle ID: com.edenap.z2
      iTunes Store Link: https://apps.apple.com/us/app/zombies-vs-towers/id1545660538?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No Ads
      - Infinite Currencies
      - Infinite Ammo
      - Freeze Wall HP


      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/


      • 82 replies
    • Idle Billionaire Tycoon v1.14.20 +1 [Currency Hack]
      Modded/Hacked App: Idle Billionaire Tycoon By playhard Inc.,
      Bundle ID: com.playhardlab.rich
      iTunes Store Link: https://apps.apple.com/us/app/idle-billionaire-tycoon/id1609172151?uo=4

      Hack Features:
      - Freeze Currency


      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/


      • 110 replies
    • Idle Billionaire Tycoon v1.14.20 +1 [Currency Hack]
      Modded/Hacked App: Idle Billionaire Tycoon By playhard Inc.,
      Bundle ID: com.playhardlab.rich
      iTunes Store Link: https://apps.apple.com/us/app/idle-billionaire-tycoon/id1609172151?uo=4


      Hack Features:
      - Freeze Currency


      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/


      • 96 replies
    • Modded/Hacked App: Flippy Race By Ketchapp
      Bundle ID: com.ketchapp.flippyrace
      iTunes Store Link: https://apps.apple.com/us/app/flippy-race/id1434562378?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads
      - Add Coins
      - Always Perfect
      - Ignore Wave Collision
      - Dumb AI
      - Set Boost
      - Set Jump Boost
      - Set Acceleration
      - Set Speed


      Non-Jailbroken & No Jailbreak required hack(s): 


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - Parxdy


      Cheat Video/Screenshots:

      N/A
      • 16 replies
    • Modded/Hacked App: Flippy Race By Ketchapp
      Bundle ID: com.ketchapp.flippyrace
      iTunes Store Link: https://apps.apple.com/us/app/flippy-race/id1434562378?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No Ads
      - Dumb AI


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content
      Download via the iOSGods App







      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press 'Start' & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.
      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - Parxdy


      Cheat Video/Screenshots:

      N/A
      • 8 replies
    • Ball Sort Color Water Puzzle v25.2.5 +2 Jailed Cheats
      Modded/Hacked App: Ball Sort Color Water Puzzle By GLOBAL MOBILE APPLICATION LIMITED COMPANY
      Bundle ID: com.gma.ball.sort.color.water.puzzle
      iTunes Store Link: https://apps.apple.com/us/app/ball-sort-color-water-puzzle/id1550569446?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No Ads
      - Freeze Undo Count


      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/


      • 30 replies
    • Ball Sort Color Water Puzzle v25.2.5 +2
      Modded/Hacked App: Ball Sort Color Water Puzzle By GLOBAL MOBILE APPLICATION LIMITED COMPANY
      Bundle ID: com.gma.ball.sort.color.water.puzzle
      iTunes Store Link: https://apps.apple.com/us/app/ball-sort-color-water-puzzle/id1550569446?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads
      - Freeze Undo Count


      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/


      • 28 replies
    • Prefire: Action Shooting Games v1.006 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Prefire: Action Shooter Games By ABE Entertainment Limited
      Bundle ID: com.mobirate.prefire.online.pvp.shooter.multiplayer
      App Store Link: https://apps.apple.com/us/app/prefire-action-shooter-games/id6743806460?uo=4


      🤩 Hack Features

      - Currency [ Earn Then Get ] Disable After Get Don't Use In Battle
      - Resources [ Earn Then Get ] Disable After Get Don't Use In Battle
      - Max LvL & EXP [ Earn Then Get ] Disable After Get Don't Use In Battle
      - Ammo Unlimited [ Fire Then Get ]
      • 3 replies
    • Prefire: Action Shooting Games v1.006 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Prefire: Action Shooter Games By ABE Entertainment Limited
      Bundle ID: com.mobirate.prefire.online.pvp.shooter.multiplayer
      App Store Link: https://apps.apple.com/us/app/prefire-action-shooter-games/id6743806460?uo=4


      🤩 Hack Features

      - Currency [ Earn Then Get ] Disable After Get Don't Use In Battle
      - Resources [ Earn Then Get ] Disable After Get Don't Use In Battle
      - Max LvL & EXP [ Earn Then Get ] Disable After Get Don't Use In Battle
      - Ammo Unlimited [ Fire Then Get ]
      • 0 replies
    • (My Heroes Dungeon China) 我的勇者 v2.22.6 +3 Jailed Cheats
      Modded/Hacked App: 我的勇者:5周年 By Shenzhen Moli Shuyu Network Technology Co., Ltd.
      Bundle ID: com.rsg.MyheroApp
      iTunes Store Link: https://apps.apple.com/cn/app/%E6%88%91%E7%9A%84%E5%8B%87%E8%80%85-5%E5%91%A8%E5%B9%B4/id1458703401?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Dumb Enemies


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 105 replies
    • (My Heroes Dungeon China) 我的勇者 v2.22.6 +3 Cheats
      Modded/Hacked App: 我的勇者 By Shenzhen Moli Shuyu Network Technology Co., Ltd.
      Bundle ID: com.rsg.MyheroApp
      iTunes Store Link: https://apps.apple.com/cn/app/%E6%88%91%E7%9A%84%E5%8B%87%E8%80%85/id1458703401?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - x dmg
      - x def


      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/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 354 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