Difference between revisions of "Loader.app"

From The iPhone Wiki
Jump to: navigation, search
(New page: Loader is an application used by greenpois0n. It is added via a ramdisk, and can download and install Cydia.)
 
m (Updating page link.)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
[[Image:Loader icon@2x.png|right|thumb|icon@2x.png from Loader.app]]
Loader is an application used by [[greenpois0n]]. It is added via a [[ramdisk]], and can download and install [[Cydia Application|Cydia]].
 
  +
Loader is an application installed by [[Greenpois0n (jailbreak)|greenpois0n]]. It is added via the [[jailbreak]] [[ramdisk]], and can download and install [[Cydia Application|Cydia]].
  +
  +
Once Cydia is installed an option is given to remove Loader.app as Cydia will now run fine without it.
  +
  +
'''Process'''
  +
# A file called sources.plist is downloaded from http://cache.saurik.com/greenpois0n/sources.plist
  +
# The sources plist is read and a list of installable software is retrieved
  +
# *user taps Cydia*
  +
# The Cydia archive (a tgz file that will later be extracted) is downloaded from the defined URL (in the current sources plist it is http://cache.saurik.com/greenpois0n/cydia.tgz to [[/tmp]]/loader_package.tar.gz
  +
# The TGZ file is extracted to [[/tmp]]/loader_package.tar
  +
# loader_package.tar is extracted to /
  +
# If the device is an [[K48AP|iPad]] the K48AP.plist file is patched to allow non-default apps
  +
# The opportunity to remove Loader is offered
  +
  +
[[Category:Hacking Software]]

Latest revision as of 11:45, 13 November 2015

icon@2x.png from Loader.app

Loader is an application installed by greenpois0n. It is added via the jailbreak ramdisk, and can download and install Cydia.

Once Cydia is installed an option is given to remove Loader.app as Cydia will now run fine without it.

Process

  1. A file called sources.plist is downloaded from http://cache.saurik.com/greenpois0n/sources.plist
  2. The sources plist is read and a list of installable software is retrieved
  3. *user taps Cydia*
  4. The Cydia archive (a tgz file that will later be extracted) is downloaded from the defined URL (in the current sources plist it is http://cache.saurik.com/greenpois0n/cydia.tgz to /tmp/loader_package.tar.gz
  5. The TGZ file is extracted to /tmp/loader_package.tar
  6. loader_package.tar is extracted to /
  7. If the device is an iPad the K48AP.plist file is patched to allow non-default apps
  8. The opportunity to remove Loader is offered