Jump to content

Errors when attempting to make package for Flex to Theos


K9.

18 posts in this topic

Recommended Posts

Posted

Hi, I am struggling to create a .deb tweak from a flex patch using Flex to Theos. I am encountering many error, despite following tutorials to the T. Would there be anyone willing to help me figure some of these issues out? Either through  here, or discord?  My issues arise when I use "make package" command in NewTerm. 
ScreenShotsspacer.pngspacer.png

Posted
37 minutes ago, K9. said:

Hi, I am struggling to create a .deb tweak from a flex patch using Flex to Theos. I am encountering many error, despite following tutorials to the T. Would there be anyone willing to help me figure some of these issues out? Either through  here, or discord?  My issues arise when I use "make package" command in NewTerm. 
ScreenShotsspacer.pngspacer.png

 

look maybe at this 

Posted
2 minutes ago, D red said:

for wich ARM have you compile ? 

(In the Makefile search for : ARCHS = arm64 // wich yours ?)

It's via an iPhone X, so wouldn't that be arm64? 

Posted
10 minutes ago, K9. said:

It's via an iPhone X, so wouldn't that be arm64? 

if it is a personal tweak, then build it for your device. i am not sure if it’s arm64 or 64e so just write

ARCHS = arm64 #arm64e

check also the topic that ive linked 

EDIT : ive seen u made a tweak for the photomath app, and so you might not need to use 13.3 sdk. i personally use the 11.2 to create hacks or simple tweak. 

you can find it there

https://github.com/theos/sdks

Posted
10 minutes ago, D red said:

if it is a personal tweak, then build it for your device. i am not sure if it’s arm64 or 64e so just write

ARCHS = arm64 #arm64e

check also the topic that ive linked 

EDIT : ive seen u made a tweak for the photomath app, and so you might not need to use 13.3 sdk. i personally use the 11.2 to create hacks or simple tweak. 

you can find it there

https://github.com/theos/sdks

Yes it is personal device, arm64, I deleted all the other SDK's and now only have 10.3. I copied the substrate binary over, but I am still getting the same errors. 

Posted
1 minute ago, K9. said:

Yes it is personal device, arm64, I deleted all the other SDK's and now only have 10.3. I copied the substrate binary over, but I am still getting the same errors. 

hum i don’t understand what you are trying to do with the binary,

have u extract correctly the sdks linked and placed one of them in /var/theos/sdks ?

Posted
4 minutes ago, D red said:

hum i don’t understand what you are trying to do with the binary,

have u extract correctly the sdks linked and placed one of them in /var/theos/sdks ?

Yes, just to be sure, I am deleting the current SDK in there and re downloading the ios 11.2 one.

Posted
2 minutes ago, K9. said:

Yes, just to be sure, I am deleting the current SDK in there and re downloading the ios 11.2 one.

yes, im not sure if i am right but in the 11.2 sdk there are private framework that maybe (not sure) arnt in the 13.3 sdks that u got by the theosinstaller command ? ( in your error log it says the file is corrupted or something like this) and maybe replacing the 13.3 by the 11.2 which include private frameworks will work

don’t take care if my phrase arnt good (not english)

Posted
1 minute ago, D red said:

yes, im not sure if i am right but in the 11.2 sdk there are private framework that maybe (not sure) arnt in the 13.3 sdks that u got by the theosinstaller command ? ( in your error log it says the file is corrupted or something like this) and maybe replacing the 13.3 by the 11.2 which include private frameworks will work

don’t take care if my phrase arnt good (not english)

It broke even further, https://pastebin.com/XSVhwuqc.     Also fyi, I did not use Theosinstaller   command, bc it only allowes you to install 12.4 and 13.1, but neither of those skds work, and the download/install fails. 

Archived

This topic is now archived and is closed to further 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