+ Reply
Results 1 to 3 of 3
  1. #1
    Super Moderator
    Join Date
    Apr 2009
    Location
    Owasso,OK
    Posts
    26,386
    Thanks
    680
    Thanked 2,970 Times in 1,875 Posts

    Default If your tired of reinstalling your apps after Jailbreak Look Here

    This is a little thing i found on the internet that helped me out so here ya'll go
    To save your Cydia packages:
    Open Your Mobile Terminal on your iDevice (you can get it from Cydia)
    Enter this command: “dpkg –get-selections> installed-apps.txt“ or some say have to use “dpkg --get-selections>installed-apps.txt“
    Now we have created the Cydia app list file which called “installed-apps.txt” in “ / var / mobile “
    You are done, use your favorite SFTP client (Cyberduck (Mac OS X) or WinSCP (Windows) to SHH into your device).
    Reinstalling the packages installed
    After you reinstall your Cydia and Terminal, type these commands in Terminal (the file installed-apps.txt must be submitted prior to / var / mobile)
    su
    Your_password (default is alpine)
    dpkg -set-selections <installed-apps.txt
    apt-get dselect-upgrade
    and if you encounter problems:
    ” apt-get dselect-fix-missing-upgrade “
    Cydia automatically reinstall all your packages.

    This makes it nice and easy and best part its free.
    Last edited by Cowboy; 11-28-2010 at 11:33 PM.

  2. The Following User Says Thank You to Cowboy For This Useful Post:

    Coop (11-28-2010)

  3. #2
    Green Apple
    Join Date
    Nov 2007
    Posts
    55
    Thanks
    1
    Thanked 7 Times in 5 Posts

    Hey Westerman, this looks like a really nice free tip on how to use the debian package manager for restoring Cydia apps. Thanks for posting.

    BTW, I had to use double dashes before the first argument to get it to create a list of installed apps, as follows:
    “dpkg --get-selections>installed-apps.txt“
    Yours was probably a double dash as well when you created the post, but somehow the font was changed to a single long dash after posting. Just thought I'd add this for clarity.

    Haven't had a chance to try out the rest of it to see if it will actually re-install my apps, but I'll keep this filed away for future use in case I have to restore my iOS FW.
    Last edited by Coop; 11-28-2010 at 11:34 PM.

  4. #3
    Super Moderator
    Join Date
    Apr 2009
    Location
    Owasso,OK
    Posts
    26,386
    Thanks
    680
    Thanked 2,970 Times in 1,875 Posts

    No problem hit the button

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts