Quad5Ny

DL/Edit iOS Debian PKG

Jul 22nd, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. DL/Edit Debian PKG
  2.  
  3. http://www.redmondpie.com/how-to-directly-download-deb-file-from-cydia-of-any-jailbreak-tweak-you-want/
  4.  
  5. 1. Download 7 zip, unzip the debian
  6. 2. there will now be 2 files, control and data, unzip these with winrar or something like that
  7. 3. go in the control folder, edit the control file, you will find a dependency line, change what dependencies you want to add/remove
  8.  
  9. your done, now just repack it
  10. to do so
  11.  
  12. 1. make a folder called whatever the .deb is to rename, for instance here, "Notified"
  13. 2. make a folder inside that folder called DEBIAN, copy the control file inside the old control folder here
  14. 3. next just take the data folder an put in inside the Notified folder
  15. 4. Drag the notified folder to SSH /var/root/
  16. 5. type CTRL + T, type this "dpkg -b "Notified" Notified.deb"
  17. - dpkg -b (means build a deb)
  18. - "Notified" (is the folder)
  19. - Notified.deb (is the new .deb)
Advertisement
Add Comment
Please, Sign In to add comment