Jump to content

How to make .debs on iOS?


Go to solution Solved by castix,

6 posts in this topic

Recommended Posts

Posted (edited)

well im trying to create a .deb package from my ipad but when i tap the thescription the whole ipad freezes and advice or sould i use another program 

 

currently i'm using :

ideb

debmaker

 

all of them have the same problem

Updated by S_buqaarah
Posted

Try running DebMaker in Safe Mode or make the package manually using terminal:

cd /var/path/todebfolder/

dpkg -b MyDebFolder
Posted

 

Try running DebMaker in Safe Mode or make the package manually using terminal:

cd /var/path/todebfolder/

dpkg -b MyDebFolder

alright ill try thanks

  • Solution
Posted

To create a debian file you can either use the Mobile Terminal command

su
alpine   //Default password 
cd /ProjectfolderLocation
make package

if you want to make a tweak although you can simply create a debian file manually.

 

Here is a short guide.

 

• Create a folder called com.yourname.name

• inside you create 2 folders : DEBIAN and Library

 

DEBIAN

 

3pO94Yq.png

 

• in DEBIAN you you have to create a control file containing file information  (application or else) gvB01KU.png

 

 

Library

 

Em9tfUu.png

 

• here you put the whole code files and also when you made a patcher all the recource files

 

Finally open Mobile Terminal and type

su
alpine
dpkg -b com.yourname.name    //Just ignore the 2/3 warnings they do not matter

you can now find the .deb at your destinated location.

 

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