Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Community Answers

  1. castix's post in How do I change my user name? was marked as the answer   
  2. castix's post in Clutch 2 permission denied? was marked as the answer   
    chmod 755 /usr/bin/Clutch

  3. castix's post in Command to crack only the binary executable for Clutch/Rasticrac? was marked as the answer   
    Clutch2 -b
  4. castix's post in How to extract my Dylib? was marked as the answer   
    7-zip works or go here https://cloudconvert.com/deb-to-zip
  5. castix's post in How to add a postinst & postrm file to a project? was marked as the answer   
    @@DiDA here I ripped it from I one of my PM's to Javi
     
     
     
    To encode and clean up the data of your project
    • I recommend creatng a folder 'deb' in /var/mobile
    • Inside you create another individual folder com.yourname.name so com.javitech.bravefrontier1.2.4.1 for you
    • You may already know after compiling your project there is a new folder '__'. Copy both the DEBIAN and LIBRARY folder and paste them in your com.yourname.name folder
    • Open the control file in DEBIAN and you can give your Tweak a final polish like removing the annoying number after the version. You can also add additional info like Homepage: http://iOSGods.com and in the Cydia package information will be a new pane for your website
    • Open MobileTerminal and type in

    su alpine cd /var/mobile/deb dpkg-deb -Z lzma -b com.yourname.name // lzma is a higher compression level therefore it will be unable to unarchieve• A new .deb is in /var/mobile/deb now 
     
     
    Add a custom installation text
    • Go into the DEBIAN folder again
    • Create a new file 'postinst' // No extension just a regular file
    • Open the file and type

    #!/bin/sh echo echo "Something cool castix made" echo echo "U mad bro?" echo echo "Visit iOSGods for cookies" echo exit 0Only 'echo' creates a space between the text. You can add as many lines as you want 
    Again you can compile with the encoding method above
×
  • 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