Advertisement
Guest User

usage example of redeb

a guest
Jul 9th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.80 KB | None | 0 0
  1. root@vsz:/private/var/mobile/Downloads$ ./redeb.sh libactivator
  2. Procesing package libactivator and its belongings...
  3. mkdir: created directory `/private/var/mobile/Downloads/packages/libactivator'
  4. Creating directory for repackaging...
  5. DEBIAN folder created
  6. Control File is being created...
  7. Control file created successfully
  8. Making some last checks if there is everything prepared for the "redeb"
  9. /private/var/mobile/Downloads/packages/libactivator/DEBIAN detected...
  10. Control file detected...
  11. .Building the package into libactivator_1.9.5.deb
  12. dpkg-deb: building package `libactivator' in `libactivator_1.9.5.deb'.
  13. root@vsz:/private/var/mobile/Downloads$ ll libactivator_1.9.5.deb
  14. -rw-r--r-- 1 root 1317484 Jul  9 17:18 libactivator_1.9.5.deb
  15. root@vsz:/private/var/mobile/Downloads$ dpkg-ex libactivator_1.9.5.deb
  16. Depackaged deb to libactivator_1.9.5
  17. root@vsz:/private/var/mobile/Downloads$ cd libactivator_1.9.5
  18. root@vsz:/private/var/mobile/Downloads/libactivator_1.9.5$ la
  19. total 0
  20. 445937 drwxr-xr-x 2 root   102 Jul  9 17:17 DEBIAN
  21. 445555 drwxr-xr-x 3 root   102 Jul  9 17:18 Applications
  22. 445914 drwxr-xr-x 3 root   102 Jul  9 17:18 System
  23. 445605 drwxr-xr-x 5 root   170 Jul  9 17:18 Library
  24. 445922 drwxr-xr-x 5 root   170 Jul  9 17:18 usr
  25.  1695 drwx------ 8 mobile 850 Jul  9 17:18 ..
  26. 445554 drwxr-xr-x 7 root   238 Jul  9 17:18 .
  27. root@vsz:/private/var/mobile/Downloads/libactivator_1.9.5$ la | wc -l
  28. 8
  29. root@vsz:/private/var/mobile/Downloads/libactivator_1.9.5$ cd DEBIAN/
  30. root@vsz:/private/var/mobile/Downloads/libactivator_1.9.5/DEBIAN$ cat control
  31. Package: libactivator
  32. Priority: optional
  33. Section: System
  34. Installed-Size: 4204
  35. Maintainer: Ryan Petrich <rpetrich+activator@gmail.com>
  36. Architecture: iphoneos-arm
  37. Version: 1.9.5
  38. Replaces: com.booleanmagic.overboard (<= 1.1), com.ashman.lockinfo (<= 2.0.0-6), com.clezz.quickdo, com.clezz.quickdoipad, com.fuyuchi.missionboardpro (<= 1.3), com.kindadev.nobetaalert, com.fortysixandtwo.activ8rfix
  39. Depends: mobilesubstrate (>= 0.9.5101), preferenceloader (>= 2.2.2), com.a3tweaks.flipswitch (>= 1.0.8), com.rpetrich.rocketbootstrap (>= 1.0.2) | firmware (<< 7.0)
  40. Conflicts: com.booleanmagic.overboard (<= 1.1), com.ashman.lockinfo (<= 2.0.0-6), sbsettings (<= 3.0.6), com.clezz.quickdo, com.clezz.quickdoipad, com.clezz.clezzqd, com.fuyuchi.missionboardpro (<= 1.3), com.kindadev.nobetaalert, libhide (<< 2.4.1), com.fortysixandtwo.activ8rfix
  41. Description: Centralized gestures, button and shortcut management for iOS
  42. Name: Activator
  43. Homepage: http://rpetri.ch/cydia/activator/
  44. Depiction: http://rpetri.ch/cydia/activator/
  45. Author: Ryan Petrich <rpetrich+activator@gmail.com>
  46. Sponsor: thebigboss.org <http://thebigboss.org>
  47. dev: rpetrich
  48. Icon: file:///Applications/Activator.app/Icon-Small-modern@2x.png
  49. root@vsz:/private/var/mobile/Downloads/libactivator_1.9.5/DEBIAN$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement