Search

Things To Tweak After Installing Ubuntu 12.04 Precise Pangolin

 
tux star wars

Ubuntu 12.04 LTS Preise Pangolin has been released and many of you have already upgraded or plan on upgrading, so I've made yet another post that you'll hopefully find useful, with things that you may want to tweak, fix or install in Ubuntu 12.04.

Some of the tweaks in this article are old, and we've already talked about it in the previous posts about things to tweak after installing Ubuntu 11.10 or 11.04, but there are also many new things to install and tweak and also, some improved old tweaks.



Unity-specific tweaks


Disable global menu (appmenu), overlay scrollbars, whitelist the systray and more


If you're new to global menus or overlay scrollbars, give them a try for a few days before disabling them.

If until now, you had to modify configuration files or run various commands to disable the global menu (appmenu), the overlay scrollbars or whitelist the systray, this time things got a lot easier thanks to some tools such as Unsettings.

tweak unity unsettings

So those of you who don't like the global menu, overlay scrollbars or want to whitelist the systray so applications that use a notification area icon show up on the Unity panel, can use Unsettings to change these settings with a click.

But that's not all Unsettings can do. You can also use it to change the GTK or icon theme, further tweak Unity and more:
  • Unity Launcher look: change launcher size, opacity, select when devices show up on the launcher or get a "show desktop" icon
  • Launcher behaviour: visibility (always visible or autohide), autohide animation, reveal trigger, edge responsiveness, urgent animation, launch animation, blacklight
  • Dash: set Dash size, blur, enable or disable apps available for download and recently used apps, enable / disable search for all files
  • Panel: set the opacity, enable / disable opaque if maximized, set the applications available in the systray whitelist and enable / disable the real name, user menu and sound indicator from showing up on the panel
  • Change fonts, hinting and antialiasing
  • Windows: enable / disable overlay scrollbars, global menu, click to focus, HUD, auto raise (as well as the delay) and change automaximize value
  • Desktop: set the number of vertical and horizontal workspaces, show / hide various icons on the desktop like the home, computer, trash or network icon, configure the next monitor pressure (for multi-monitor setups), shortcut hints overlay, ALT + Tab settings
  • Change GTK, Window, Icon and cursor themes.

To install Unsettings in Ubuntu, use the following commands in a terminal:

sudo add-apt-repository ppa:diesch/testingsudo apt-get updatesudo apt-get install unsettings

Unsettings isn't the only such tool, there's also MyUnity and Ubuntu Tweak, each with some common but also some extra features.

Tweak Unity 2D


Unsettings and MyUnity are nice for Unity 3D, but they lack proper support for Unity 2D so to easily tweak Unity 2D, you can install Ubuntu Tweak, which lets you enable / disable HUD, set Dash to full screen, change the launcher autohide (this is also available in System Settings, under Appearance) and multi-monitor behaviour.

To install Ubuntu Tweak, use the commands below:
sudo add-apt-repository ppa:tualatrix/ppasudo apt-get updatesudo apt-get install ubuntu-tweak


Get Unity Dodge Windows autohide behaviour back


The window dodge Unity launcher autohide behaviour has been removed from Ubuntu 12.04 Precise Pangolin but you can get it back using a work-around. It's not perfect and the icons will shift to the left when the launcher autohides, but if you really want this feature back (for Unity 3D), give it a try!

There are two window dodge behaviours available: one that works mostly as it used to be in Ubuntu 11.10 and the other one only works for maximized windows:
  • Download real window dodge behaviour for the Unity Launcher
  • Download window dodge behaviour for maximized windows
After installation (only one of the two packages above can be installed!), log out and log back in.

For more info and a video, see the following post: Real Window Dodge Unity Launcher Bahaviour For Ubuntu 12.04.

If you want to remove the window dodge behaviour, use one of the following commands, depending on which package you've installed:
- for Unity Dodge Windows:

sudo apt-get remove unity-dodge-windows
- for Unity Dodge Maximized Windows:

sudo apt-get remove unity-dodge-maximized-windows
After removing it, remember to log out again.


Update: there's now also a patch that adds window dodge for Unity 3D exactly like it was in Ubuntu 11.10, as well as minimize on click for the Unity launcher. But it has two issues:

  • minimize on click only works for a single window. If there are multiple windows for the same application, minimize won't work
  • you can only temporarely disable window dodge if you don't want to use it (but you can obviously purge the PPA if you want to permanently remove window dodge): even if you disable it, when you log out and log back in, window dodge is back.

To install Unity with these two patches, use the commands below:
sudo apt-add-repository ppa:ikarosdev/unity-revampedsudo apt-get updatesudo apt-get upgrade

Then log out and log back in.

To go back to Unity without these patches, use the commands below:

sudo apt-get install ppa-purgesudo ppa-purge ppa:ikarosdev/unity-revamped

More info @ Ubuntuforums.

Change the Unity 2D launcher icon size



The Unity 3D launcher icon size can easily be changed through System Settings (under Appearance), but that's not available for Unity 2D. But there is a way to change the Unity 2D launcher icon size: through a script.

To change the Unity 2D icon size, run the following commands in a terminal:
cdwget http://webupd8.googlecode.com/files/script.pychmod +x script.pysudo ./script.py SIZE

In the last command above, replace "SIZE" with the desired size for the launcher icons, for example "32" (don't use any quotes). Then log out and log back in to Unity 2D.

Credits for the script: ppd @ Ubuntuforums.org


Get minimize on click for the Unity launcher


The Ubuntu developers have rejected a patch that adds minimize on click for the Unity launcher, but a patched Unity is available in a PPA so you can get applications to minimize when clicking on their icon in the launcher with a few simple commands.

Before proceeding, please note that this only works for Ubuntu 11.10 for now. The PPA will be updated for Ubuntu 12.04 in the coming hours or days!

Add the PPA and get Unity (3D only) with minimize on click patch using the following commands:
sudo add-apt-repository ppa:ojno/unity-minimize-on-clicksudo apt-get updatesudo apt-get upgrade

If later on you want to go back to the default Unity from the official Ubuntu 12.04 repositories, use PPA Purge, like this:

sudo apt-get install ppa-purgesudo ppa-purge ppa:ojno/unity-minimize-on-click

More info and a video, here: Unity With Minimize On Click Patch (Unofficial) Available In A PPA For Ubuntu Users.

Install lenses


Quite a few Unity lenses have been created in the last few months. The lens I find most useful is called Recoll Lens which lets you use Recoll, a full text search tool, from Dash, without having to open any additional GUI.

The lens comes with a few filters like Text, Spreadsheet, Presentation, Media or Message, but for more advanced searches, you'll have to manually enter the Recoll search query. Examples: author:"john doe", metallica OR megadeth, /2007 (all documents from 2007 or older), dir:/path/to/dir (filters content from /path/to/dir directory) and more.

Unity recoll lens

To install Unity Recoll Lens, use the following commands:
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-onsudo apt-get updatesudo apt-get install recoll-lens recoll

Once installed, log out and log back in.

More info about Unity Recoll Lens.


Another lens that I find really useful is the Utilities Lens which comes with two scopes: Cities and Calculator. The cities scope lets you quickly see the time, weather and wind conditions in a city you search for in Dash and, as expected, the calculator scope lets you quickly perform mathematic operations:

unity cities scope lens

unity cities scope lens

To install the Utilities Lens along with Cities and Calculator scopes, use the commands below:
sudo add-apt-repository ppa:scopes-packagers/ppasudo apt-get updatesudo apt-get install unity-lens-utilities unity-scope-calculator unity-scope-cities
Once installed, log out and log back in.

These are just the lenses I find most useful, but there are many others, like torrent search lens, Grooveshark or Spotify lens (available in the same PPA as the Cities and Calculator scopes) and more. See here for more lenses and also search for new lenses and scopes in the Ubuntu Software Center.

Install extra appindicators


AppIndicators are applications that come with an indicator displayed on the top Unity panel (or on the Classic GNOME panel).

Weather Indicator displays the weather on the panel, from one or multiple locations around the world. You can configure it to display notifications and more.

weather indicator

To install Weather Indicator, search for it in Ubuntu Software Center or use the command below:
sudo apt-get install indicator-weather

Alternative: My Weather Indicator.


If you use Ubuntu One, you'll find Ubuntu One Indicator very useful as it displays the sync status including the upload speed, recently published files for which you can copy the public links, disconnect Ubuntu One and more:

ubuntuone indicator

To install Ubuntu One indicator, use the commands below:
sudo add-apt-repository ppa:rye/ubuntuone-extrassudo apt-get updatesudo apt-get install indicator-ubuntuone

Another feature that users who have upgraded from Ubuntu 10.04 might be missing in Ubuntu 12.04 is a system monitor panel applet. The Unity panel doesn't support applets, but you can use an indicator for this. System Load Indicator displays CPU, Memory, Network, Swap, Disk io and system load on the panel, just like the old system monitor applet:

system load indicator

Install System Load Indicator in Ubuntu 12.04 LTS using the commands below:
sudo add-apt-repository ppa:indicator-multiload/stable-dailysudo apt-get updatesudo apt-get install indicator-multiload

Get longer battery life with Jupiter

Jupiter is an appindicator (it now uses Python instead of Mono) designed to improve laptops / netbooks battery life. It can be used to switch between maximum, high performance and power saving modes, change the screen resolution and orientation, enable or disable bluetooth, touchpad, WiFi (if available) and so on. If you own an Asus EeePC netbook, there's also a separate package that adds support for Asus Super Hybrid Engine (SHE) as well as some other EeePC tweaks.

jupiter indicator

Install Jupiter using the following commands:
sudo add-apt-repository ppa:webupd8team/jupitersudo apt-get updatesudo apt-get install jupiter


Calendar indicator

If you're upgrading from Ubuntu 10.04 LTS and you miss the old behaviour of integrating Google Calendar with the calendar applet through Evolution, you can use an alternative: Calendar Indicator, a tool to display your Google Calendar events on the Ubuntu / Unity panel. Install it in Ubuntu 12.04 Precise Pangolin using the commands below:
sudo add-apt-repository ppa:atareao/atareaosudo apt-get updatesudo apt-get install calendar-indicator

Thunderbird is now the default email client so if you want to synchronize Google Calendar with Thunderbird, see: How To Synchronize Google Calendar With Thunderbird.


Privacy: prevent some files, directories or applications activity from showing up in Dash

zeitgeist activity log manager

Zeitgeist displays your most used and recently used files and applications in Dash, which is something many of you might not want. But starting with Ubuntu 12.04, Activity Log Manager has been integrated into System Settings so you can blacklist certain file types, folders or applications from showing up in Dash. You can also use it to clear the Zeitgeist history for a period of time or completely.

zeitgeist activity log manager

To access Activity Log Manager, open System Settings and click on "Privacy". On the "Recent items" tab you can clear the Zeitgeist history or disable it completely. For more control, check out the other tabs: on the Files tab, you can blacklist some directories or file types and on the Applications tab you can blacklist some applications that you don't want to show up in Dash.


Get a global menu (appmenu) for LibreOffice (and get HUD to work with it)


Just like in the previous releases, LibreOffice doesn't use a global menu by default in Ubuntu 12.04 Precise Pangolin, but you can get it to make use of the global menu by installing the "lo-menubar" package:
sudo apt-get install lo-menubar

This doesn't just add global menu support for LibreOffic
e, but it also makes HUD, the new smart menu which can be accessed by tapping the ALT key, work with LibreOffice.


Create your own quicklists


Quicklists are menu items that show up when right clicking an icon from the Unity launcher. In Ubuntu 12.04, many applications now have quicklists but there are of course some without this useful addition so if you want, you can create your own quicklists, easily, using either Ubuntu Tweak or MyUnity.

ubuntu tweak - quicklists

To install the latet Ubuntu Tweak 0.7.0 which lets you edit quicklists, use the commands below:
sudo add-apt-repository ppa:tualatrix/ppasudo apt-get updatesudo apt-get install ubuntu-tweak

Or, use MyUnity instead:
sudo apt-get install myunity

After you've installed either MyUnity or Ubuntu Tweak, pin an application to the launcher and you can edit its quicklists like this:
  • in Ubuntu Tweak, under Admins > Quicklists Editor
  • in MyUnity, click on the "launcher" tab, and right under the launcher text there should be a link called "quicklists".


General tweaks (for any "shell")


Get hibernate back


Hibernate has been disabled by default in Ubuntu 12.04. You can use 'suspend' instead, but if you want hibernate back, there is a way to do it.

But firstly, what's the difference between hibernate and suspend? When using suspend, the computer disconnects everything everything except for RAM so it's still using a bit of power. Hibernate on the other hand saves everything to the hard disk, so the computer doesn't need any power, which is important for laptops and netbooks.

Before enabling hibernate, test to see if your computer supports it. To do this, open a terminal and copy/paste the following command:
sudo pm-hibernate

Your computer should switch off - turn it back on and all the applications you had open should reopen if hibernate works for your computer.

If the above test worked, you can enable hibernate in the Ubuntu power menu by running the following command in a terminal:
gksu gedit /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla

And in the newly opened file, add the following:
[Re-enable hibernate by default]Identity=unix-user:*Action=org.freedesktop.upower.hibernateResultActive=yes

Then save the file.

After logging out and logging back in, "Hibernate" should show up in the power menu.

How to get a working screensaver in Ubuntu


xscreensaver ubuntu 12.04

Just like the previous Ubuntu release, the latest Ubuntu 12.04 doesn't have a screensaver by default and it uses a blank screen instead (this is actually an upstream GNOME decision). But if you really want a screensaver, you can use Xscreensaver, like we wrote about in the things to fix / tweak post for Ubuntu 11.10:
sudo apt-get remove gnome-screensaversudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
Then search for "Screensaver" in the menu and tweak its settings to your needs.

To add Xscreensaver to startup, open Startup Applications and add "xscreensaver -nosplash".

To get CTRL + ALT + L to lock the screen and start the screensaver, go to System Settings > Keyboard and on the "Shortcuts" tab, under "System", change the "Lock screen" keyboard shortcut from CTRL + ALT + L to something else, then under "Custom Shortcuts", click the "+" button to add a new custom shortcut, under "Name" enter "Xscreensaver" and under "Command" enter "/usr/bin/xscreensaver-command", then click "Apply".

And finally, click next to the newly created shortcut and press CTRL + ALT + L to assign it to it (or use any other keyboard shortcut you want, but make sure it's not already assign to something else). Alternatively, you can run the following command instead of assigning a new keyboard shortcut for the old screensaver:
sudo ln -s /usr/bin/xscreensaver-command /usr/bin/gnome-screensaver-command

To revert the changes (go back to the black GNOME Screensaver screen), use the commands below:
sudo apt-get remove xscreensaver xscreensaver-gl-extra xscreensaver-data-extrasudo rm /usr/bin/gnome-screensaver-commandsudo apt-get install gnome-screensaver

If you've used the alternative method to assign CTRL + ALT + L to Xscreensaver lock screen, open System Settings > Keyboard again, remove the custom Xscreensaver command and assign CTRL + ALT + L back to "Lock screen" (under "System").

To get Xscreensaver not to start automatically when watching a movie, I recommend using Caffeine, a small indicator applet which you can install using the commands below:
sudo add-apt-repository ppa:caffeine-developers/ppasudo apt-get updatesudo apt-get install caffeine python-glade2


Make all autostart items show up in Startup Applications dialog


startup applications ubuntu

Some autostart items don't show up in the Startup Applications dialog. To get all of them to show up, use the following command:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop


Install Oracle Java 7


For most stuff, OpenJDK/JRE is enough (and you can install it using Ubuntu Software Center), but in case you really need Oracle (previously Sun) Java 7, you can install it (this will install JDK/JRE and the browser plugin) in Ubuntu using the WebUpd8 Java PPA:
sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java7-installer

In case the installation doesn't work (it sometimes fails when behind a proxy), you can try to manually install Oracle Java 7.

Get Synaptic and Gdebi back


Users upgrading from Ubuntu 10.04 LTS to 12.04 LTS will probably find it a bit awkward at first to see that Ubuntu Software Center is now used to install deb files by default and not Gdebi. But if you can't get used to using Ubuntu Software Center for this, you can easily get Gdebi back and set it default for installing deb files. Install Gdebi using the following command:
sudo apt-get install gdebi

If you want to make Gdebi default, right click a .deb file, select "Properties", go to the "Open With" tab and select "GDebi Package Installer" instead of "Ubuntu Software Center". Click "Close" and double click the .deb file - it should now open with GDebi and not Ubuntu Software Center.

Synaptic has also been removed a while back so if you want to install it, simply copy/paste the following command in a terminal:
sudo apt-get install synaptic


Automatically enable working PPAs from previous Ubuntu releases


y ppa manager

When you upgrade to a new Ubuntu version, all the PPAs are disabled. The "Re-enable working PPAs feature checks if the old PPAs have been updated to work with your current Ubuntu version and if they do work, it re-enables them.

If you've just upgraded from Ubuntu 11.10 or 10.04 and want to re-enable the PPAs that work with Ubuntu 12.04, you can use Y PPA Manager to do this automatically. Make sure your Internet connection is working, then in Y PPA Manager select Advanced > Re-enable working PPAs after Ubuntu upgrade" and all the PPAs that have packages for Ubuntu 12.04 will be enabled automatically, leaving the others disabled.

If you want to do a clean Ubuntu 12.04 install, you can make a backup for the PPAs you had on your previous Ubuntu installation using Y PPA Manager, then restore the backup using Y PPA Manager on Ubuntu 12.04 and update the release name in those PPAs that work with Ubuntu 12.04 (so if a PPA has packages for Ubuntu 12.04, it will be updated to use "precise" in the .list file instead of the previous version). To do this, in Y PPA Manager select Advanced > Update release name in working PPAs.

Before any of the above tasks, make sure you make a backup using Y PPA Manager or manually.

To install Y PPA Manager in Ubuntu 12.04 LTS Precise Pangolin, use the commands below:
sudo add-apt-repository ppa:webupd8team/y-ppa-managersudo apt-get updatesudo apt-get install y-ppa-manager


Dropbox


And a small extra tip: If you try to install Dropbox and you get this error:
Error: Dependency is not satisfiable: libnautilus-extension1 (>= 1:2.22.2)
It's because you're trying to install the Dropbox .deb downloaded from the official Dropbox website, and it currently can't be installed in Ubuntu 12.04. But you can simply install Dropbox by searching for it in Ubuntu Software Center / Synaptic - that package should install without any issues.


Unity alternatives


If you don't like Unity (either the default Unity which uses Compiz or Unity 2D), you have many alternatives available, while continuing to use GNOME. I will only talk about official alternatives which are available in the Ubuntu repositories, but in case you don't like them, there's also Cinnamon, a GNOME Shell fork that uses a GNOME2-like layout and Mate, or you can use a different Ubuntu flavor like Xubuntu, Lubuntu or Kubuntu.


Classic GNOME session - looks almost the same as GNOME 2


If you prefer the old GNOME 2 layout, you can install the classic (also known as fallback) GNOME session in Ubuntu 12.04 - you'll get almost the same look as in GNOME 2: Ubuntu AppIndicators and the default indicators (Messaging Menu, Sound Menu and so on), Compiz and panel applets. 

The theme needs some fixes (the panel has a few visual glitches) for the classic GNOME session and they will probably come with a later Ubuntu 12.04 update. Here's how the Classic GNOME session looks like in Ubuntu 12.04:

classic gnome session

To install the Classic GNOME Session, use the following command in a terminal:
sudo apt-get install gnome-session-fallback

Once installed, log out and select "GNOME Classic" from the login screen:

classic session login screen

Note: to be able to access the GNOME panel settings or add applets, you need to hold the ALT key and right click the panel instead of simply right clicking it, as it used to be in GNOME 2.


GNOME Shell

gnome shell ubuntu

The latest GNOME Shell 3.4.1 is available in the official Ubuntu 12.04 LTS Precise Pangolin repositories, even though it was initially announced that the latest version won't make it into Precise. So to install it, simply search for GNOME Shell in Ubuntu Software Center or use the following command:
sudo apt-get install gnome-shell

And then select "GNOME" from the login screen.

GNOME Shell has a tweaking tool so if you want to change some of its configuration options or the theme, install GNOME Tweak Tool:
sudo apt-get install gnome-tweak-tool

To be able to change the GNOME Shell theme (not GTK/window theme), you'll also need the GNOME Shell User Theme extension. You can install it, along with all the official GNOME Shell extensions by using the WebUpd8 GNOME 3 PPA:
sudo add-apt-repository ppa:webupd8team/gnome3sudo apt-get updatesudo apt-get install gnome-shell-extensions

Then restart GNOME Shell (ALT + F2 and enter "r" or log out and log back in) and use GNOME Tweak Tool to activate the extensions you want to use.

These aren't the only GNOME Shell extensions available in the WebUpd8 GNOME 3 PPA - many other unofficial extensions can be installed easily through our PPA. See the following posts for details:

And of course, there's also the GNOME Shell extensions website which offers a huge list of extensions that you can install with a click. Note: you need to use GNOME Shell to be able to see the available extensions and install them.


This post is still work in progress and more tweaks and tips will be added later on, so make sure you keep an eye on it. Oh, and if you have a suggestion for something that you think should belong here, lets us know in the comments!


Comments (0)

Article: What Custom Launchers and Unity Quicklists are available? - Ask Ubuntu - Stack Exchange

 

What Custom Launchers and Unity Quicklists are available?

What Custom Launchers and Unity Quicklists are available? - Ask Ubuntu - Stack Exchange
http://askubuntu.com/questions/35488/what-custom-launchers-and-unity-quicklists-are-available/37764#37764


Creating a custom launcher for Unity is simple. Quicklists provide an easy and efficient way to quickly access commonly used tasks for a specific application.

NOTE: Starting with Ubuntu 11.10, this popup option has vanished. Launchers can now only be created by editing text files in your home folder.

Creating a custom launcher is easy.

  1. Right-click on your desktop and click create a launcher.
  2. Edit the .desktop file using a text editor. (More information can be found here and here.)

So, which custom launchers do you use on Unity?

Note: Please limit yourself to one custom launcher per answer. Also, please provide a screenshot of it in action.

Home Icon Quicklist

imgimgimgimg

Comments (0)

[AppInfo] Packages-Detailed List

 

Sources

Banned iPhone

Url : http://h7v.org/
Description : We Host your Apps, Cracks Themes and Tones
Label : Banned iPhone
Suite : stable
Version : 1.2
Codename : stable
Architectures : darwin-arm
Components : main

BigBoss

Url : http://apt.thebigboss.org/repofiles/cydia/dists/stable
Description : Apps & Themes! We host your apps. Email me.
Label : BigBoss
Suite : stable
Version : 1.0
Codename : BigBoss
Architectures : iphoneos-arm
Components : main

chronzz iOS APT Repo

Url : http://chronzz.mobi/
Description : chronzz iOS APT Repo "Themes, Mods and Keyboards". Formally Known as miPhone.ca
Label : chronzz
Suite : stable
Version : 0.9
Codename : tangelo
Architectures : iphoneos-arm
Components : main

Cydia/Telesphoreo

Url : http://apt.saurik.com/dists/ios/675.00
Description : Distribution of Unix Software for iOS
Label : Cydia/Telesphoreo
Suite : stable
Version : 1.0r282
Codename : ios
Architectures : darwin-arm iphoneos-arm
Components : main

Hackulo.us

Url : http://cydia.hackulo.us/
Description : The Official Hackulo.us Repository!
Label : Hackulo.us
Suite : stable
Version : 1.0
Codename : Hackulous
Architectures : iphoneos-arm
Components : main

iHacksRepo

Url : http://ihacksrepo.com/
Description : iHacksRepo - The Repo Of The Future. Here For You!
Label : IHR
Suite : stable
Version : 1.2
Codename : IHR
Architectures : iphoneos-arm
Components : main

insanelyi Repository

Url : http://repo.insanelyi.com/
Description : insanelyi - Free your iDevice.
Label : insanelyi
Suite : ios
Version : 3.0
Codename : ios

ModMyi.com

Url : http://apt.modmyi.com/dists/stable
Description : ModMyi.com - we host your apps! Email us.
Label : ModMyi
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphoneos-arm
Components : main

moyashi repository

Url : http://hitoriblog.com/apt/
Description : Experimental Repository for iPhone
Label : moyashi repository
Suite : stable
Version : 0.1
Codename : experimental
Architectures : iphoneos-arm
Components : main

RPetri.ch Repository

Url : http://rpetri.ch/repo/
Description : Beta software by Ryan Petrich and others
Label : RPetri.ch
Suite : stable
Version : 0.2
Codename : tangelo
Architectures : iphoneos-arm
Components : main

SiNfuL iPhone Repo

Url : http://sinfuliphonerepo.com/
Description : The SiNfuL iPhone Repo
Label : SiNfuL iPhone Repo
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphoneos-arm
Components : main

srt Design Labs

Url : http://i.srt10coupe.de/cydia/
Description : srt10coupe's repository for iPod Touch and (iPhone :-)) stuff! Wallpaper and Theme's, coming soon much more!
Label : srtDesignLabs
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphone-arm
Components : main

xSellize

Url : http://cydia.xsellize.com/
Description : xSellize Repo :: Free
Label : xSellize
Suite : stable
Version : 1.0
Codename : tangelo
Architectures : iphoneos-arm
Components : main

ZodTTD & MacCiti

Url : http://cydia.zodttd.com/repo/cydia/dists/stable
Description : ZodTTD.com & MacCiti.com Public Repo
Label : ZodTTD & MacCiti
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphoneos-arm
Components : main

Packages

7-zip (POSIX)

Description : claims to be a good compressor
Package : p7zip
Version : 4.57-3
Section : Archiving
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 4328

Action Menu

Description : Adds actions to the action menu
Package : actionmenu
Version : 1.2.6
Section : System
Author : Ryan Petrich
Depends : mobilesubstrate, firmware (>= 3.0), preferenceloader (>= 2.0.2.99), firmware (<< 5.1), cydia (>= 1.1.1)
Conflicts : actionmenu-pluspack (<< 1.2)
Architecture : iphoneos-arm
Installed-Size : 432
Depiction : http://rpetri.ch/cydia/actionmenu/

Action Menu Plus Pack

Description : Additional actions for Action Menu!
Package : actionmenu-pluspack
Version : 1.2.3
Section : System
Author : Ryan Petrich
Depends : actionmenu (>= 1.2), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 224
Depiction : http://rpetri.ch/cydia/actionmenu-pluspack/

ActionBoard

Description : Add useful system functions to the AppSwitcher!
Package : com.sbcoders.actionboard
Version : 1.2.0-1
Section : Tweaks
Author : SBCoders
Maintainer : poetic_folly
Depends : mobilesubstrate, preferenceloader
Pre-Depends : firmware (>= 5.0)
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/actionboard.d.php
Homepage : http://modmyi.com/info/actionboard.php

ActionList

Description : ActionList boost your reading list!
Package : com.istopped.actionlist
Version : 1.1
Section : Tweaks
Author : iStopped
Maintainer : poetic_folly
Depends : mobilesubstrate, firmware (>= 5.0)
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/actionlist.d.php
Homepage : http://modmyi.com/info/actionlist.php

Activator

Description : Centralized gestures, button and shortcut management for iOS
Package : libactivator
Version : 1.6.2~beta1
Section : System
Author : Ryan Petrich
Maintainer : Ryan Petrich
Replaces : com.booleanmagic.overboard (<= 1.1), com.ashman.lockinfo (<= 2.0.0-6)
Depends : mobilesubstrate (>= 0.9.3228), preferenceloader (>= 2.0.2.99), firmware (>= 3.0)
Conflicts : com.booleanmagic.overboard (<= 1.1), com.ashman.lockinfo (<= 2.0.0-6), sbsettings (<= 3.0.6)
Architecture : iphoneos-arm
Installed-Size : 1824
Depiction : http://rpetri.ch/cydia/activator/
Homepage : http://rpetri.ch/cydia/activator/

AdBlocker

Description : AdBlocker for Safari and other apps
Package : com.yllier.blocker
Version : 1.30
Section : Tweaks
Author : Yllier
Maintainer : BigBoss
Depends : mobilesubstrate, preferenceloader, firmware (>= 3.0)
Architecture : iphoneos-arm
Installed-Size : 768
Depiction : http://r-rill.net/AdBlocker/AdBlocker.html
Homepage : http://r-rill.net/AdBlocker/AdBlocker.html

adv-cmds

Description : finger, fingerd, last, lsvfs, md, ps
Package : adv-cmds
Version : 119-5
Section : Administration
Maintainer : Jay Freeman (saurik)
Depends : ncurses
Pre-Depends : dpkg (>= 1.14.25-8)
Provides : ps
Architecture : iphoneos-arm
Installed-Size : 244

Airplane SBSettings Toggle

Description : Toggle phone into Airplane mode
Package : org.thebigboss.sbsairplanetoggle
Version : 2.1
Section : SBSettings Addons
Author : Gerard Chanekon
Maintainer : BigBoss
Depends : sbsettings (>= 3.1.1), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 72
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsairplanetoggleData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsairplanetoggleData

AnyAttach

Description : attach files to emails inside MobileMail app
Package : com.sull.anyattach
Version : 1.0-6
Section : iTweaks
Author : H. Samara & N. Bassen
Maintainer : insanelyi
Depends : mobilesubstrate (>= 0.9.3209-1), firmware (>= 4.0), sandcastle (>= 0.0.3-1), preferenceloader (>= 2.0.2-1), libzip (>= 0.10)
Architecture : iphoneos-arm
Installed-Size : 1219
Depiction : http://repo.insanelyi.com/depiction.php?package=anyattach
Homepage : http://insanelyi.com

AnyLockApp

Description : open any app with lockscreen camera button
Package : com.nickf.anylockapp
Version : 1.0
Section : Tweaks
Author : Nick Frey
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate, preferenceloader, applist
Architecture : iphoneos-arm
Installed-Size : 24
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=anylockappDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=anylockappDp

ap2ipa

Description : converts system apps to ipa's to be installed through installous and then synced to itunes for easy saving.. run 'ap2ipa' from terminal. only apps that can function as mobile will work.. more info in terminal
Package : com.sull.ap2ipa
Version : 1.1
Section : iScripts
Author : brc0703
Maintainer : insanelyi
Depends : com.sull.installous4 | com.hackulo.us.installous | com.sull.installous3, coreutils, findutils, grep, sed
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=ap2ipa
Homepage : http://insanelyi.com

AppInfo

Description : display informations about installed apps
Package : com.mileskabal.appinfo
Version : 1.5
Section : Utilities
Author : Miles
Maintainer : BigBoss
Depends : preferenceloader
Architecture : iphoneos-arm
Installed-Size : 694
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appinfoData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appinfoData

AppLinks

Description : AppLinks automatically creates shortcuts for all the AppStore Applications, to provide a simplier and faster access to them.
Package : net.ispazio.applinks
Version : 1.5.1
Section : Utilities
Author : Sagitt
Maintainer : iSpazio.net
Architecture : iphoneos-arm
Depiction : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=applinks
Homepage : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=applinks

AppList

Description : Allow extensions to read the list of installed apps
Package : applist
Version : 1.4.2
Section : System
Author : Ryan Petrich
Maintainer : Ryan Petrich
Depends : mobilesubstrate, firmware (>= 3.0)
Architecture : iphoneos-arm
Installed-Size : 72
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=AppListDp

AppsCenter for NotificationCenter

Description : shows your Apps in Notification Center
Package : com.filippobiga.appscenter
Version : 1.0-2
Section : Addons (NotificationCenter)
Author : FilippoBiga
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate (>= 0.9.3901), preferenceloader, org.thebigboss.customwidgeticons
Architecture : iphoneos-arm
Installed-Size : 72
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appscenterDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appscenterDp

AppShopper DLC

Description : AppShopper DLC Unlocker
Package : com.ihacksrepo.appshopperdlc
Version : 1.0
Section : IHR
Author : iHacksRepo
Maintainer : iHacksRepo
Depends : com.ericasadun.utilities
Architecture : iphoneos-arm
Installed-Size : 0
Depiction : http://ihacksrepo.com/depiction.php?package=appshopperdlc
Homepage : http://ihacksrepo.com

AppStorelous2

Description : Add two button in AppStore app to easily launch Installous and more…
Package : com.sull.appstorelous2
Version : 2.7-50
Section : iTweaks
Author : Marco Cristalli
Maintainer : insanelyi
Depends : mobilesubstrate (>= 0.9.3228), preferenceloader (>= 2.0.2.99), com.hackulo.us.installous | com.sull.installous4, firmware (>= 4.0)
Architecture : iphoneos-arm
Installed-Size : 328
Depiction : http://repo.insanelyi.com/depiction.php?package=appstorelous2
Homepage : http://insanelyi.com

AppStorePatcher

Description : AppStorePatcher expands the way of the share app information.
Package : com.hitoriblog.appstorepatcher
Version : 0.1-1
Section : Tweaks
Author : moyashi
Maintainer : moyashi
Depends : mobilesubstrate, preferenceloader, com.hitoriblog.evernotepatcher
Architecture : iphoneos-arm
Depiction : http://hitoriblog.com/depiction/AppStorePatcher.html
Homepage : http://hitoriblog.com/?p=2018

Appswitch

Description : launch custom apps from appswitcher
Package : me.melkhior.appswitch
Version : 1.0.0-1
Section : Addons
Author : Ron Melkhior
Maintainer : BigBoss
Depends : com.fr0zensun.switcherloader, mobilesubstrate, preferenceloader, applist, firmware (>= 4.0)
Architecture : iphoneos-arm
Installed-Size : 50
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appswitchDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appswitchDp

AppSync for iOS 5.0+

Description : AppSync allows you to sync and install cracked iOS applications.
Package : us.hackulo.appsync50plus
Version : 2.2
Section : Hackulo.us
Author : Dissident
Maintainer : Genius Blog
Replaces : us.hackulo.appsync50
Pre-Depends : firmware (>= 5.0), mobilesubstrate
Conflicts : us.hackulo.appsync50
Provides : appsync
Architecture : iphoneos-arm

APR

Description : platform abstraction library from Apache
Package : apr
Version : 1.3.3-4
Section : Development
Maintainer : Jay Freeman (saurik)
Depends : apr-lib
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 528
Homepage : http://apr.apache.org/

APR (/usr/lib)

Description : just the /usr/lib folder from APR
Package : apr-lib
Version : 1.3.3-2
Section : Development
Maintainer : Jay Freeman (saurik)
Replaces : apr (<< 1.3.3-4)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 176
Homepage : http://apr.apache.org/

APR-util

Description : data structures and utilities for Apache APR
Package : apr-util
Version : 1.2.12-5
Section : Development
Maintainer : Jay Freeman (saurik)
Depends : apr, berkeleydb, expat, sqlite3
Architecture : iphoneos-arm
Installed-Size : 436

APT 0.6 Transitional

Description : any advanced packaging tool from Debian
Package : apt
Version : 1:0-23
Section : Packaging
Maintainer : Jay Freeman (saurik)
Depends : apt7
Pre-Depends : dpkg (>= 1.14.25-8)
Conflicts : cydia (<< 1.0.2843-1)
Architecture : iphoneos-arm
Installed-Size : 12

APT 0.7 (apt-key)

Description : repository encryption key management tool
Package : apt7-key
Version : 0.7.25.3-3
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1), apt7 (<< 0.7.20.2-4)
Depends : apt7-lib (>= 0.7.25.3-7)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 28

APT 0.7 HTTPS Method

Description : advanced packaging from Debian /via SSL/
Package : apt7-ssl
Version : 0.7.25.3-3
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1), apt7 (<< 0.7.20.2-3)
Depends : apt7-lib (>= 0.7.25.3-7), curl
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 64

APT 0.7 Strict

Description : the advanced packaging tool from Debian
Package : apt7
Version : 0.7.25.3-6
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1)
Depends : apt7-key, apt7-lib (>= 0.7.25.3-7), apt7-ssl, berkeleydb
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 1064

APT 0.7 Strict (lib)

Description : the advanced packaging library from Debian
Package : apt7-lib
Version : 0.7.25.3-10
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1), apt7 (<< 0.7.20.2-3)
Depends : bzip2, dpkg (>= 1.14.25-9), gnupg, gzip, lzma
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 1688

AssistantExtensions

Description : plugin system for new Siri functionality. Several commands and snippets are built-in, including a chat bot for talking to Siri about anything you like.
Package : me.k3a.ae
Version : 1.0.1-6
Section : Tweaks
Author : K3A
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate, preferenceloader, openssl, pcre, gsc.assistant | com.chpwn.spire
Architecture : iphoneos-arm
Installed-Size : 6812
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=assistantextensionsDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=assistantextensionsDp

AttachmentSaver

Description : [iOS4] Mail.app as it was meant to be.
Package : com.francis.attachmentsaver
Version : 1.4.0
Section : Tweaks
Author : Youssef Francis
Maintainer : poetic_folly
Depends : mobilesubstrate
Pre-Depends : firmware (>= 3.0)
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/attachmentsaver.d.php
Homepage : http://modmyi.com/info/attachmentsaver.php

Autocorrection Bar

Description : enable keyboard autocorrection bar and fix iOS5.0 crashbug
Package : com.rpetrich.autocorrectionbar
Version : 0.1-1
Section : Tweaks
Author : Ryan Petrich
Maintainer : thebigboss.org
Depends : firmware (>= 4.3), mobilesubstrate, preferenceloader
Architecture : iphoneos-arm
Installed-Size : 34
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=autocorrectionbarDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=autocorrectionbarDp

Autocorrection SBSettings

Description : Auto Correction toggle for SBSettings app.
Package : sbsettingsautocorrect
Version : 1.0-1
Section : SBSettings Addons
Author : GamingRobot
Maintainer : GamingRobot
Depends : sbsettings (>= 1.0.4)
Architecture : iphoneos-arm
Installed-Size : 54
Depiction : http://moreinfo.thebigboss.org/moreinfo/sbsautocorrectDp.php
Homepage : http://moreinfo.thebigboss.org/moreinfo/sbsettings.php

Autolock SBSettings

Description : Autolock toggle for SBSettings app.
Package : sbsettingsautolock2
Version : 4.2-1
Section : SBSettings Addons
Author : Dustin Howett
Maintainer : Dustin Howett
Replaces : sbsettingsautolock
Depends : sbsettings (>= 1.0.4)
Conflicts : sbsettingsautolock
Architecture : iphoneos-arm
Installed-Size : 80
Depiction : http://moreinfo.thebigboss.org/moreinfo/sbsautolockDp.php
Homepage : http://moreinfo.thebigboss.org/moreinfo/sbsettings.php

Automatic SSH

Description : continually reconnects an ssh session
Package : autossh
Version : 1.4a-2
Section : Networking
Maintainer : Jay Freeman (saurik)
Depends : openssh
Architecture : iphoneos-arm
Installed-Size : 72

Axion pack for ActionMenu

Description : text-altering actions for ActionMenu
Package : org.thebigboss.actionmenuaxionpack
Version : 1.0-1
Section : Addons
Author : ca13ra1
Maintainer : BigBoss
Depends : actionmenu, mobilesubstrate, firmware (>= 5.0)
Conflicts : org.thebigboss.actionmenuuppercaseall, org.thebigboss.actionmenulowercaseall
Architecture : iphoneos-arm
Installed-Size : 24
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=actionmenuaxionpackDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=actionmenuaxionpackDp

Backup for WeeSearch Pro

Description : backup & restore WeeSearch Pro's files
Package : de.j-gessner.weesearchprobackup
Version : 1.0
Section : Utilities
Author : Jonas Gessner
Maintainer : BigBoss
Depends : firmware (>= 5.0), org.thebigboss.weesearchpro
Architecture : iphoneos-arm
Installed-Size : 134
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=weesearchprobackupDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=weesearchprobackupDp

Base Structure

Description : underlying system directory structure
Package : base
Version : 1-4
Section : System
Maintainer : Jay Freeman (saurik)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 264

Berkeley DB

Description : Oracle's embeddable database engine
Package : berkeleydb
Version : 4.6.21-4
Section : Data_Storage
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 1620
Homepage : http://www.oracle.com/technology/products/berkeley-db/index.html

BigBoss Icon Set

Description : locally cached package icons from BigBoss
Package : org.thebigboss.repo.icons
Version : 1.0
Section : Repositories
Maintainer : BigBoss
Replaces : cydia, bigboss
Architecture : iphoneos-arm
Installed-Size : 48

BigBoss Recommended Tools

Description : Combined list of hacker tools. Cydia no longer comes preinstalled with most useful command line apps. This package installs most the missing ones in one swoop. There is no real package provided here. It is only a set of depends on other various tools so that your command line can become useful again.
Package : bigbosshackertools
Version : 1.3.1
Section : System
Author : BigBoss
Maintainer : BigBoss
Depends : adv-cmds, apt, basic-cmds, bootstrap-cmds, bzip2, class-dump, coreutils, developer-cmds, diskdev-cmds, file-cmds, gawk, gdb, git, gzip, iokittools, less, make, nano, network-cmds, ldid, openssh, rsync, shell-cmds, system-cmds, com.ericasadun.utilities, top, uikittools, findutils, inetutils, diffutils, lsof, subversion, vim, xar, tar, patch, unrar, unzip, wget, whois, xml2, zip, p7zip
Architecture : iphoneos-arm
Installed-Size : 0

BlankIconFix

Description : "On The Fly" fix for white icons.
Package : com.sull.blankiconfix
Version : 1.1-2
Section : iSystem
Author : iAfterDusk
Maintainer : insanelyi
Depends : com.innoying.sbutils
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=blankiconfix

Bootstrap Commands

Description : Mach interface and stub generator
Package : bootstrap-cmds
Version : 60-3
Section : Development
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 300

Bourne-Again SHell

Description : the best shell ever, written by Brian Fox
Package : bash
Version : 4.0.17-13
Section : Terminal_Support
Maintainer : Jay Freeman (saurik)
Depends : grep, ncurses, readline (>= 6.0-7), sed
Architecture : iphoneos-arm
Installed-Size : 572
Homepage : http://www.gnu.org/software/bash/

Browser Changer

Description : Open links in 3rd-party browser, instead of Safari
Package : jp.tom-go.openopera
Version : 1.7-8
Section : Tweaks
Author : tom-go
Maintainer : BigBoss
Depends : mobilesubstrate, preferenceloader
Architecture : iphoneos-arm
Installed-Size : 54
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=openoperaData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=openoperaData

Browser Changer SBSettings Toggle

Description : SBSettings toggle for Browser Changer
Package : jp.tom-go.browsertoggle
Version : 1.0-2
Section : Addons (SBSettings)
Author : tom-go
Maintainer : BigBoss
Depends : mobilesubstrate, sbsettings (>= 1.0.7-5), jp.tom-go.openopera (>= 1.7-4)
Architecture : iphoneos-arm
Installed-Size : 27
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsopenoperatoggleData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsopenoperatoggleData

Bug Fix: Duplicate Icons

Description : Prevent bug that resets icon layouts.
Package : jp.ashikase.bugfix.duplicateicons
Version : 1.0.0-1
Section : Tweaks
Author : Lance Fetters (ashikase)
Maintainer : BigBoss
Depends : mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 32
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=duplicateiconsfixData
Homepage : http://github.com/ashikase/BugFix_DuplicateIcons

Bug Fix: Stuck Pages

Description : Prevent bug that resets icon layouts.
Package : jp.ashikase.bugfix.stuckpages
Version : 1.0.0-2
Section : Tweaks
Author : Lance Fetters (ashikase)
Maintainer : BigBoss
Depends : mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 32
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=stuckpagesfixData
Homepage : http://github.com/ashikase/BugFix_StuckPages

BytaFont

Description : BytaFont lets you apply fonts to your iDevice in few taps.
Package : com.ipr.bytafont
Version : 1.4.1
Section : System
Author : iPhoneRuler.net
Maintainer : iPhoneRuler.net
Architecture : iphoneos-arm
Depiction : http://repo.iphoneruler.net/bytafontdepiction.php

bzip2

Description : compression that's slightly better than gzip
Package : bzip2
Version : 1.0.5-7
Section : Archiving
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 76
Homepage : http://www.bzip.org/

CallerID-Format Fix iOS 5.x

Description : If you have trouble with Caller ID or Number Formatting try this Fix for 187 countries of 231 , For iOS 5.x , By Carlo Franchino (Frank8).
Package : com.hackthatifone.callerid-fix-for-5x
Version : 1.0
Section : Localization
Author : Carlo Franchino
Maintainer : iSpazio.net
Architecture : iphoneos-arm
Depiction : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=calleridfix5x
Homepage : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=calleridfix5x

CameraLocker

Description : always shows lockscreen camera shortcut
Package : com.nickf.cameralocker
Version : 1.0
Section : Tweaks
Author : Nick Frey
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 9
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=cameralockerData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=cameralockerData

Class Dump

Description : reverse engineer Objective-C headers
Package : class-dump
Version : 3.1.2-x-1.0.1-2
Section : Development
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 308
Depiction : http://cydia.saurik.com/info/class-dump/
Homepage : http://iphone.freecoder.org/classdump_en.html

CodeThemed Mobile

Description : Create, mix and share WinterBoard themes for your iPhone or iPod touch.
Package : com.codethemed.codethemed
Version : 2.0.4
Section : Packaging
Author : CodeThemed
Maintainer : BigBoss
Depends : curl, unzip, winterboard, com.conradkramer.open, preferenceloader
Architecture : iphoneos-arm
Installed-Size : 5371
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=codethemedData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=codethemedData

Copic Cracked

Description : Add pic everywhere contacts are seen.
Package : com.sinfuliphone.copic
Version : 2.0-3
Section : SiNfuL iPhone
Maintainer : SiNfuL iPhone
Replaces : com.iarrays.copic
Depends : com.sinfuliphone.repoprep, mobilesubstrate, preferenceloader
Pre-Depends : firmware (>= 4.0)
Conflicts : com.iarrays.copic
Architecture : iphoneos-arm
Depiction : http://www.sinfuliphonerepo.com/depiction/copic.html
Homepage : http://www.sinfuliphone.com/

Core Utilities

Description : core set of Unix shell utilities from GNU
Package : coreutils
Version : 8.12-12
Section : Utilities
Maintainer : Jay Freeman (saurik)
Replaces : netatalk (<= 2.0.3-6)
Depends : bash, coreutils-bin (>= 7.4-5), profile.d
Pre-Depends : dpkg (>= 1.14.25-8)
Provides : md5sum, sha1sum
Architecture : iphoneos-arm
Installed-Size : 6536
Homepage : http://www.gnu.org/software/coreutils/

Core Utilities (/bin)

Description : just the /bin folder from GNU coreutils
Package : coreutils-bin
Version : 8.12-7
Section : Utilities
Maintainer : Jay Freeman (saurik)
Replaces : shell-cmds (<< 118-5), coreutils (<= 7.2-9)
Provides : dirname, kill, mktemp, su
Architecture : iphoneos-arm
Installed-Size : 2980
Homepage : http://www.gnu.org/software/coreutils/

Corona 5.0.1 Untether

Description : untethered jailbreak based on pod2g's exploit
Package : com.chronic-dev.greenpois0n.corona
Version : 1.0-8
Section : System
Author : Chronic-Dev Team
Maintainer : Chronic Dev Team
Depends : coreutils-bin, firmware (= 5.0) | firmware (= 5.0.1), cy+model.iphone (= 2.1) | cy+model.iphone (= 3.1) | cy+model.iphone (= 3.3) | cy+model.iphone (= 4.1) | cy+model.ipod (= 3.1) | cy+model.ipod (= 4.1) | cy+model.ipad (= 1.1) | cy+model.ipad (= 2.1) | cy+model.ipad (= 2.2) | cy+model.ipad (= 2.3)
Architecture : iphoneos-arm
Depiction : http://cydia.saurik.com/info/com.chronic-dev.greenpois0n.corona/

cURL

Description : flexible multi-protocol file transfers
Package : curl
Version : 7.19.4-6
Section : Networking
Maintainer : Jay Freeman (saurik)
Depends : openssl
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 532
Homepage : http://curl.haxx.se/

curl update

Description : flexible multi-protocol file transfers
Package : com.sull.curlupdate
Version : 7.22.0-1
Section : iSystem
Maintainer : insanelyi
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=curlupdate

CustomWidgetIcons

Description : icons support for NotificationCenter plugins
Package : org.thebigboss.customwidgeticons
Version : 1.0
Section : Tweaks
Author : Will Homer
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 15
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=customwidgeticonsData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=customwidgeticonsData

CyDelete

Description : Delete Cydia packages from SpringBoard, just like App Store applications!
Package : net.howett.cydelete
Version : 2.0.5-1
Section : Tweaks
Author : Dustin Howett
Maintainer : Dustin Howett
Depends : mobilesubstrate, preferenceloader (>= 2.0), apt, bash, grep, coreutils
Conflicts : com.sosiphone.cydeletefr
Architecture : iphoneos-arm
Installed-Size : 220
Depiction : http://moreinfo.thebigboss.org/moreinfo/cydeleteDp.php
Homepage : http://howett.net/cydia/depict/cydelete.html

Cydia Icons

Description : This will add the repp icon and section icons Themes, Apps, tones to cydia.
Package : com.pf.repoicon
Version : 6.0.5
Section : PF Apps
Author : Banned
Maintainer : Banned
Architecture : iphoneos-arm
Depiction : http://h7v.org/getDepiction.php?section=Apps&id=1013
Homepage : http://www.bannediphone.com

Cydia Installer

Description : graphical iPhone front-end for APT
Package : cydia
Version : 1.1.4
Section : Packaging
Author : Jay Freeman (saurik)
Maintainer : Jay Freeman (saurik)
Replaces : bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, saurik, ste, yellowsn0w.com, zodttd
Depends : apr-lib, apt7-lib, apt7-key, cydia-lproj, darwintools, debianutils, org.thebigboss.repo.icons, pcre, sed, shell-cmds, system-cmds, uikittools (>= 1.1.0)
Pre-Depends : debianutils
Conflicts : bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, ste, yellowsn0w.com, zodttd
Provides : bigbossbetarepo, cydia-sources
Architecture : iphoneos-arm
Installed-Size : 2568
Depiction : http://cydia.saurik.com/info/cydia/

Cydia Translations

Description : languages and translations for Cydia
Package : cydia-lproj
Version : 1.1.0
Section : Packaging
Author : Jay Freeman (saurik)
Maintainer : Jay Freeman (saurik)
Replaces : cydia
Depends : cydia
Architecture : iphoneos-arm
Installed-Size : 288
Depiction : http://cydia.saurik.com/info/cydia-lproj/

Cyntact

Description : show profile pictures in contact lists
Package : cyntact
Version : 1.4.2-1
Section : Tweaks
Author : Jay Freeman (saurik)
Maintainer : Jay Freeman (saurik)
Depends : mobilesubstrate (>= 0.9.2587-1), sqlite3-lib
Architecture : iphoneos-arm
Depiction : http://cydia.saurik.com/info/cyntact/

Darwin CC Tools

Description : linker and assembler for the iPhone
Package : odcctools
Version : 286-8
Section : Development
Maintainer : Jay Freeman (saurik)
Depends : openssl, uuid
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 7764
Depiction : http://cydia.saurik.com/info/odcctools/
Homepage : http://code.google.com/p/iphone-dev/

Darwin Tools

Description : startupfiletool, sw_vers
Package : darwintools
Version : 1-4
Section : Administration
Maintainer : Jay Freeman (saurik)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 56

DataDeposit

Description : Backup iOS application save data to your Dropbox account, and restore to another device!
Package : com.justinxxvii.datadepositapp
Version : 1.0.3
Section : Utilities
Author : justinxxvii
Maintainer : poetic_folly
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/datadeposit.d.php
Homepage : http://modmyi.com/info/datadeposit.php

Debian Packager

Description : package maintainance tools from De
Comments (0)

[AppInfo] Packages-Simple list

 

Sources

Banned iPhone
http://h7v.org/

BigBoss
http://apt.thebigboss.org/repofiles/cydia/dists/stable

chronzz iOS APT Repo
http://chronzz.mobi/

Cydia/Telesphoreo
http://apt.saurik.com/dists/ios/675.00

Hackulo.us
http://cydia.hackulo.us/

iHacksRepo
http://ihacksrepo.com/

insanelyi Repository
http://repo.insanelyi.com/

ModMyi.com
http://apt.modmyi.com/dists/stable

moyashi repository
http://hitoriblog.com/apt/

RPetri.ch Repository
http://rpetri.ch/repo/

SiNfuL iPhone Repo
http://sinfuliphonerepo.com/

srt Design Labs
http://i.srt10coupe.de/cydia/

xSellize
http://cydia.xsellize.com/

ZodTTD & MacCiti
http://cydia.zodttd.com/repo/cydia/dists/stable

Packages

7-zip (POSIX) - 4.57-3
Action Menu - 1.2.6
Action Menu Plus Pack - 1.2.3
ActionBoard - 1.2.0-1
ActionList - 1.1
Activator - 1.6.2~beta1
AdBlocker - 1.30
adv-cmds - 119-5
Airplane SBSettings Toggle - 2.1
AnyAttach - 1.0-6
AnyLockApp - 1.0
ap2ipa - 1.1
AppInfo - 1.5
AppLinks - 1.5.1
AppList - 1.4.2
AppsCenter for NotificationCenter - 1.0-2
AppShopper DLC - 1.0
AppStorelous2 - 2.7-50
AppStorePatcher - 0.1-1
Appswitch - 1.0.0-1
AppSync for iOS 5.0+ - 2.2
APR - 1.3.3-4
APR (/usr/lib) - 1.3.3-2
APR-util - 1.2.12-5
APT 0.6 Transitional - 1:0-23
APT 0.7 (apt-key) - 0.7.25.3-3
APT 0.7 HTTPS Method - 0.7.25.3-3
APT 0.7 Strict - 0.7.25.3-6
APT 0.7 Strict (lib) - 0.7.25.3-10
AssistantExtensions - 1.0.1-6
AttachmentSaver - 1.4.0
Autocorrection Bar - 0.1-1
Autocorrection SBSettings - 1.0-1
Autolock SBSettings - 4.2-1
Automatic SSH - 1.4a-2
Axion pack for ActionMenu - 1.0-1
Backup for WeeSearch Pro - 1.0
Base Structure - 1-4
Berkeley DB - 4.6.21-4
BigBoss Icon Set - 1.0
BigBoss Recommended Tools - 1.3.1
BlankIconFix - 1.1-2
Bootstrap Commands - 60-3
Bourne-Again SHell - 4.0.17-13
Browser Changer - 1.7-8
Browser Changer SBSettings Toggle - 1.0-2
Bug Fix: Duplicate Icons - 1.0.0-1
Bug Fix: Stuck Pages - 1.0.0-2
BytaFont - 1.4.1
bzip2 - 1.0.5-7
CallerID-Format Fix iOS 5.x - 1.0
CameraLocker - 1.0
Class Dump - 3.1.2-x-1.0.1-2
CodeThemed Mobile - 2.0.4
Copic Cracked - 2.0-3
Core Utilities - 8.12-12
Core Utilities (/bin) - 8.12-7
Corona 5.0.1 Untether - 1.0-8
cURL - 7.19.4-6
curl update - 7.22.0-1
CustomWidgetIcons - 1.0
CyDelete - 2.0.5-1
Cydia Icons - 6.0.5
Cydia Installer - 1.1.4
Cydia Translations - 1.1.0
Cyntact - 1.4.2-1
Darwin CC Tools - 286-8
Darwin Tools - 1-4
DataDeposit - 1.0.3
Debian Packager - 1.14.25-9
Debian Utilities - 3.3.3ubuntu1-1
DebianSaver DropBox - 1.9.2
Default HD SBSettings - 1.2
developer-cmds - 48-2
Diff Utilities - 2.8.1-6
diskdev-cmds - 421.7-4
DisplayOut - 1.6.2
DownloadInfo - 1.0
Droid Sans Font - 1.9
Erica Utilities - beta17
EvernotePatcher - 0.4-1
FastNotesJ - 0.1-6
Find Utilities - 4.2.33-6
Five Icon Dock - 0.9.3381-1
FolderEnhancer - 1.6.0.1-1
FolderIcons - 2.0.7
Gawk - 3.1.6-2
Git - 1.5.6.rc0-2
GNU Debugger - 1518-12
GNU Privacy Guard - 1.4.8-4
Gradiance - 1.1
Gradiance v4 - 4.01
Gradiance v4 SBSettings Theme - 1.0
GUI-GPG-SEC - 1.5-17
gzip - 1.3.12-6
Hackulous Resources - 1.3.1
Homescreen Settings - 0.96-83
iAP Cracker - 0.6-1
iBye - 2.4.6-2
Icon Renamer - 1.2
IconSupport - 1.7.4-1
iFile - 1.6.1-3
iKeywi - 1.1.2-2
ImageMagick - 6.4.3-6-1
Installous 4 - 4.4.2
IOKit Tools - 76-4
iOS 5 SBSettings - 1.0
iOS Firmware - 5.0.1
iPhone Firmware (/sbin) - 0-1
iPIN - 1.0-1
iRealSMS 3.0 - 3.0.5.2
iSocialShare - 0.7.0-1
iTransmission 2 - 2.0b28
LayerSnapshotter - 1.0
libdisplaystack - 2.1-2
libffi - 130618-4
libhide - 2.1
libjpeg - 6b-1
libstatusbar - 0.9.3~0
libxml2 - 2.6.32-6
libxml2 Library - 2.6.32-3
libzip - 0.10
Lingual - 1.0
Link Identity Editor - 610-5
lsof - 33-4
LZMA Utils - 4.32.7-4
Mail Enhancer - 2.5.1-1
Mail Rules - 1.2.1-1
Make - 3.81-2
MakeIcon - 0.1
MakeMyIcons - 2.0-1
ManualCorrect Pro - 1.1.2
Masks - 1.5-23
MemoCenter for Notification Center - 1.0.1-1
MewSeek - 2.7-3
Mobile Me GUI - 2.1
Mobile Substrate - 0.9.3995
MobileMe Beta 5 - 5.1
MobileMe LockStyle - 1.0.5
MultiIconMover - 1:1.0.6-1
MusicCenter for NotificationCenter - 2.3.1
MxTube - 2.0c-6
New Curses - 5.7-12
Open - 1.0-1
OpenSSH - 5.8p1-9
OpenSSL - 0.9.8k-9
PAM (Apple) - 32.1-3
PAM Modules - 36.1-4
PasswordPilot - 1.2-1
PasteboardStacker - 0.24-4
patch - 2.5.4-3
pcre - 7.9-3
PhotoAlbums+ for iPhone/iPod - 4.0.0.3-1
pincrush - 0.9.2-1
PkgBackup - 5.0.10
png - 1.2.24-3
pngcrush - 1.7.10-2
Preference Folders - 2.0
PreferenceLoader - 2.0.4-1
Profile Directory - 0-2
Python - 2.5.1-5
QuickScrollPlus - 0.4-3beta
Radiance - 2.1
Radiance Battery - 2.0
Radiant Remix - 1.0
Read Later for ActionMenu - 0.1-2
readline - 6.0-7
Repo Setup Files - 1.7
Resupported 4.0+ - 1.7-1.1
Rich Text For Mail - 1.2
Rotation Inhibitor - 1.0.4
RunningList - 1.1-3
sandcastle - 0.0.3-1
SBSettings - 5.2.2
sbsettingstoggles - 5.2.2
sbutils - 1.0.2-1
Serious SBSettings HD - 1.4-1
shell-cmds - 118-6
Shwank SBSettings - 1.0
SiNfuL iPhone RepoPrep - 4.3
SiriCorrectInfinity - 1.0
SmartFolders for Mail - 1.0.0-7
SMSmileys - 1.0-5
Source GUI - 1.2
SpringFlash - 1.3.1
Springtomize 2 - iOS 5+ - 1.2-4
SQLite 3.x - 3.5.9-12
SQLite 3.x Library - 3.5.9-2
srt Design Labs - 0-3
sshpass - 1.04-1
Subversion - 1.4.6-2
Sudo - 1.6.9p12-4
SwitcherLoader - 1.0.4-1
syslogd to /var/log/syslog - 1.0.2586-1
system-cmds - 433.4-12
Tape Archive - 1.19-8
TIFF - 3.8.2-2
top - 39-4
TorrentTRAK - 1.2.7
UIKit Tools - 1.1.3
Unified iPod for IOS 5 - 0.0.3-5
unrar - 3.6.8-2
unzip - 5.52-5
UUID Generator - 1.6.0-2
Vi IMproved - 7.1-3
VoiceUtils - 1.1
WeeSearch Pro for NotificationCenter - 1.2
WinterBoard - 0.9.3903
XAR - 1.5.2-1
XML Parser Toolkit - 2.0.1-2
Xpandr - 1.0-3
Zephyr - 1.2.3-1
zip - 2.32-5

Comments (0)

[AppInfo] APPSTORE-Detailed List

 

(Shazam)RED

  • Version : 510
  • Id : com.shazam.encore.red.Shazam
  • Folder : 4C3C639D-C320-46A9-B153-0734AC4DCC1F
  • Bundle : ShazamRED.app

1Password

  • Version : 362005
  • Id : ws.agile.1PasswordPro
  • Folder : 31D76108-2FAB-49A5-8645-DF0B23FCF7DA
  • Bundle : 1PasswordPro.app
  • Name : 1Password Pro
  • Author : Agilebits Inc.
  • Section : Utilities
  • Copyright : Copyright © 2008-12 AgileBits
  • Price : Unknown
  • Bundle Version : 362005
  • Purchase Date : 2012-02-12T00:19:30Z
  • Genre ID : 6002
  • Open in Appstore

2Do

  • Version : 5231
  • Id : com.guidedways.2Do
  • Folder : 77D7015C-35A2-4088-A30A-B59B2542B4BE
  • Bundle : 2Do.app
  • Name : 2Do: Tasks Done in Style
  • Author : Guided Ways Technologies Ltd
  • Section : Productivity
  • Copyright : © Guided Ways Technologies Ltd.
  • Price : Unknown
  • Bundle Version : 5231
  • Purchase Date : 2012-02-10T14:14:46Z
  • Genre ID : 6007
  • Open in Appstore

ABContacts

  • Version : 1.9.8
  • Id : com.redbits.ABContacts
  • Folder : 15F03A8E-4A37-44CF-A95C-DB2B8C436A0C
  • Bundle : ABContacts.app
  • Name : ABContacts: Contacts Manager, Dialer, Favorites, Group Text & Email
  • Author : Andrea Vettori
  • Section : Productivity
  • Copyright : © 2008-2011 Andrea Vettori
  • Price : Unknown
  • Bundle Version : 1.9.8
  • Purchase Date : 2012-02-10T14:16:43Z
  • Genre ID : 6007
  • Open in Appstore

Ace Pro

  • Version : 1.2
  • Id : com.ilegendsoft.JupiterPro
  • Folder : 0572EB39-FFC0-4CF5-B80E-81D2937E4EE1
  • Bundle : Jupiter.app

Amazon

  • Version : 1.8.1
  • Id : com.amazon.Amazon
  • Folder : D2836664-DE34-4FE8-9A8D-F17CE6B311F6
  • Bundle : Amazon.app
  • Name : Amazon Mobile
  • Author : AMZN Mobile LLC
  • Section : Lifestyle
  • Copyright : © 2011 AMZN Mobile LLC
  • Price : Unknown
  • Bundle Version : 1.8.1
  • Purchase Date : 2012-03-05T21:40:35Z
  • Genre ID : 6012
  • Open in Appstore

AppAdvice

  • Version : 1.4.4
  • Id : com.appadvice.AppAdvice
  • Folder : EE9D8351-AA00-4715-8DEB-05389DC9172D
  • Bundle : AppAdvice.app
  • Name : AppAdvice
  • Author : AppAdvice.com
  • Section : News
  • Copyright : © 2012 App Advice LLC
  • Price : Unknown
  • Bundle Version : 1.4.4
  • Purchase Date : 2012-02-24T23:01:37Z
  • Genre ID : 6009
  • Open in Appstore

AppShopper

  • Version : 90
  • Id : com.appshopper.app
  • Folder : D3E07C1A-DEB6-43EE-9D80-39E78A2A1D3F
  • Bundle : AppShopper.app
  • Name : AppShopper
  • Author : AppShopper.com, LLC
  • Section : Utilities
  • Copyright : © 2008-2012 AppShopper.com, LLC
  • Price : Unknown
  • Bundle Version : 90
  • Purchase Date : 2012-02-24T22:56:05Z
  • Genre ID : 6002
  • Open in Appstore

Archivist

  • Version : 1.7
  • Id : com.philkast.archivist
  • Folder : 60C60C6F-2758-462D-8F5F-20AF6C17ED5F
  • Bundle : Archivist.app
  • Name : Archivist Free Live Music
  • Author : Supercritical Flow
  • Section : Music
  • Copyright : © 2011 Phillip Kast
  • Price : Unknown
  • Bundle Version : 1.7
  • Purchase Date : 2012-03-09T09:25:27Z
  • Genre ID : 6011
  • Open in Appstore

Balllin'

  • Version : 2.0.1
  • Id : com.kangaroobandit.balllin
  • Folder : F695473A-27DE-40EC-9417-A6D6BCC2ACFE
  • Bundle : Balllin.app
  • Name : Balllin ~ a Dribbble client
  • Author : Kangaroo Bandit Software
  • Section : Reference
  • Copyright : © Kangaroo Bandit
  • Price : Unknown
  • Bundle Version : 2.0.1
  • Purchase Date : 2012-02-10T14:10:44Z
  • Genre ID : 6006
  • Open in Appstore

Billings

  • Version : 140
  • Id : com.marketcircle.BillingsTouch
  • Folder : B8FD92B1-769B-4AEB-8C4C-E1E47FAC9077
  • Bundle : Billings.app
  • Name : Billings Touch
  • Author : Marketcircle
  • Section : Business
  • Copyright : © 2011 Marketcircle Inc.
  • Price : Unknown
  • Bundle Version : 140
  • Purchase Date : 2012-02-10T14:11:38Z
  • Genre ID : 6000
  • Open in Appstore

Block Mobile

  • Version : 238
  • Id : com.hrblock.BlockMobile
  • Folder : C392D62E-86DD-43DC-B78F-623C73E13C22
  • Bundle : TaxCenter.app
  • Name : H&R Block Mobile
  • Author : HRB Tax Group, Inc.
  • Section : Finance
  • Copyright : © 2011 HRB Digital, LLC
  • Price : Unknown
  • Bundle Version : 238
  • Purchase Date : 2012-03-06T17:05:30Z
  • Genre ID : 6015
  • Open in Appstore

BooklightPro

  • Version : 1.0
  • Id : com.lucrativesw.booklightpro
  • Folder : 8DA3DCF7-8473-4EAD-AB30-16FD22A58266
  • Bundle : Booklight Pro.app
  • Name : Booklight Pro
  • Author : Luke Campbell
  • Section : Utilities
  • Copyright : © Luke Campbell
  • Price : Unknown
  • Bundle Version : 1.0
  • Purchase Date : 2012-02-12T00:16:46Z
  • Genre ID : 6002
  • Open in Appstore

Bookmark All

  • Version : 1.1
  • Id : com.nuuxo.bookmarkall
  • Folder : B10125DF-99C3-44C3-869A-538BFBC7AF11
  • Bundle : Bookmark All.app
  • Name : Bookmark All
  • Author : Nuuxo, LLC
  • Section : Utilities
  • Copyright : © nuuxo, llc
  • Price : Unknown
  • Bundle Version : 1.1
  • Purchase Date : 2012-02-10T14:10:09Z
  • Genre ID : 6002
  • Open in Appstore

Calendars

  • Version : 1720
  • Id : com.readdle.Calendars
  • Folder : D915D9B9-24A4-4D9B-9728-EA88412499B5
  • Bundle : Calendars.app
  • Name : Calendars - Google Calendar client
  • Author : Readdle
  • Section : Productivity
  • Copyright : © 2010-2012 Readdle Inc.
  • Price : Unknown
  • Bundle Version : 1720
  • Purchase Date : 2012-03-06T03:50:04Z
  • Genre ID : 6007
  • Open in Appstore

Camera!

  • Version : 2.7.8
  • Id : com.smugmug.cameraawesome
  • Folder : 2AF85125-B5BB-4A93-99E3-B36F4C61510E
  • Bundle : Camera!.app
  • Name : Camera Awesome
  • Author : SmugMug
  • Section : Photo & Video
  • Copyright : © SmugMug Inc.
  • Price : Unknown
  • Bundle Version : 2.7.8
  • Purchase Date : 2012-03-10T09:17:27Z
  • Genre ID : 6008
  • Open in Appstore

Camera+

  • Version : 3410
  • Id : com.taptaptap.CameraPlus
  • Folder : FA8109F0-2414-4B48-9064-E9547BB3E6CC
  • Bundle : CameraPlus.app

CardMunch

  • Version : 3.2
  • Id : com.linkedin.cardmunch
  • Folder : A4E4646B-D0A4-47EF-BEE3-D77565D5902F
  • Bundle : CardMunch.app
  • Name : CardMunch - Business Card Reader by LinkedIn
  • Author : LinkedIn Corporation
  • Section : Business
  • Copyright : © 2011 LinkedIn Corporation. All rights reserved.
  • Price : Unknown
  • Bundle Version : 3.2
  • Purchase Date : 2012-02-12T03:51:35Z
  • Genre ID : 6000
  • Open in Appstore

cBackup

  • Version : 1.7.0
  • Id : com.sunvy.ABBackup
  • Folder : 9F8FDED2-8EED-4B14-882E-D4FEBE85F28A
  • Bundle : ABBackup.app
  • Name : 連絡先バックアップ (Dropbox版)
  • Author : SunVy Co., Ltd.
  • Section : Productivity
  • Copyright : © Copyright 2010-2011 by SunVy Co., Ltd.
  • Price : Unknown
  • Bundle Version : 1.7.0
  • Purchase Date : 2012-02-12T00:16:25Z
  • Genre ID : 6007
  • Open in Appstore

Cheat Docs

  • Version : 1.0.3
  • Id : com.dimix.applications.cheatsheet
  • Folder : 5B8471D3-9209-4F30-BBF7-B0AFBEEA1042
  • Bundle : cheatsheet.app
  • Name : Cheat Docs
  • Author : Dimitri Giani
  • Section : Productivity
  • Copyright : © 2011 Dimitri Giani
  • Price : Unknown
  • Bundle Version : 1.0.3
  • Purchase Date : 2012-02-10T14:10:16Z
  • Genre ID : 6007
  • Open in Appstore

CheatSheet

  • Version : 2.0
  • Id : com.concentricsky.RegExpCheatSheet
  • Folder : F5595B4A-D052-40FF-92AE-8298BA2C4E1C
  • Bundle : RegExpCheatSheet.app
  • Name : RegEx Cheat Sheet
  • Author : Concentric Sky
  • Section : Reference
  • Copyright : © 2009 Concentric Sky
  • Price : Unknown
  • Bundle Version : 2.0
  • Purchase Date : 2012-02-10T14:10:23Z
  • Genre ID : 6006
  • Open in Appstore

ChromeSync

  • Version : 1.2
  • Id : ua.kiev.numsite
  • Folder : CEA898D1-5006-4197-90B7-D42A4CE2C037
  • Bundle : ChromeSync.app
  • Name : ChromeSync
  • Author : Eugene Balun
  • Section : Utilities
  • Copyright : © 2011 Eugene Christian
  • Price : Unknown
  • Bundle Version : 1.2
  • Purchase Date : 2012-02-24T22:55:16Z
  • Genre ID : 6002
  • Open in Appstore

CloudConnect

  • Version : 3.7
  • Id : com.antecea.cloudConnect
  • Folder : D4675F37-C55B-4D7A-8617-81CD432CF935
  • Bundle : CloudConnect.app

CloudMagic

  • Version : 1.6.8
  • Id : CloudMagic
  • Folder : FFD0E4EA-EAE1-43AD-8F96-79C236F5EEB9
  • Bundle : CloudMagic.app
  • Name : CloudMagic - Exchange, Gmail and Twitter Search
  • Author : CloudMagic
  • Section : Productivity
  • Copyright : © 2012 Webyog
  • Price : Unknown
  • Bundle Version : 1.6.8
  • Purchase Date : 2012-03-02T01:45:39Z
  • Genre ID : 6007
  • Open in Appstore

CodeViewer 2

  • Version : 515
  • Id : com.hecticant.codeviewer2
  • Folder : D4F21DB1-C61A-428E-B96A-348FAFDAA016
  • Bundle : CodeViewer 2.app
  • Name : Code Viewer 2
  • Author : Hectic Ant
  • Section : Productivity
  • Copyright : © 2009-2012 Pedro Fonseca
  • Price : Unknown
  • Bundle Version : 515
  • Purchase Date : 2012-02-10T14:14:13Z
  • Genre ID : 6007
  • Open in Appstore

Color Expert

  • Version : 1.2.2
  • Id : com.codelinesoftware.colorexpert
  • Folder : 5562830D-FA4F-4837-878B-66EB9D18EEA7
  • Bundle : Color Expert.app
  • Name : Color Expert
  • Author : Code Line
  • Section : Reference
  • Copyright : © 2008-2010 Code Line
  • Price : Unknown
  • Bundle Version : 1.2.2
  • Purchase Date : 2012-02-12T00:15:08Z
  • Genre ID : 6006
  • Open in Appstore

Colors

  • Version : 2.4.1
  • Id : com.cliqcliq.colors
  • Folder : 90150CCC-BB9B-4243-B8DB-C1A240092EF8
  • Bundle : colors.app
  • Name : cliqcliq Colors
  • Author : cliqcliq
  • Section : Productivity
  • Copyright : © cliqcliq 2009-2010
  • Price : Unknown
  • Bundle Version : 2.4.1
  • Purchase Date : 2012-02-12T00:15:09Z
  • Genre ID : 6007
  • Open in Appstore

ContactClean

  • Version : 1.2
  • Id : com.headlightinc.contact-cleanup
  • Folder : 157534DE-9B53-4480-A104-A3418399FA99
  • Bundle : ContactClean.app
  • Name : ContactClean - Address Book Cleaner
  • Author : Headlight Software, Inc.
  • Section : Utilities
  • Copyright : © 2011 Headlight Software, Inc.
  • Price : Unknown
  • Bundle Version : 1.2
  • Purchase Date : 2012-02-10T14:11:50Z
  • Genre ID : 6002
  • Open in Appstore

Contacts

  • Version : 1.5.50
  • Id : com.xobni.xobnistories
  • Folder : 0D512837-8B02-4C2E-8148-2364EC5E8411
  • Bundle : Xobni Contacts.app
  • Name : Smartr Contacts for iPhone
  • Author : Xobni Corp.
  • Section : Productivity
  • Copyright : © Xobni Corp.
  • Price : Unknown
  • Bundle Version : 1.5.50
  • Purchase Date : 2012-03-10T09:30:16Z
  • Genre ID : 6007
  • Open in Appstore

Contacts Sync For Google Gmail

  • Version : 3.67
  • Id : ContactsSyncWithGroupsForGmail
  • Folder : 755E6743-62BC-4CB3-AAA4-1A622DCFB020
  • Bundle : Contacts Sync For Google Gmail.app

ContactsMerger

  • Version : 1.2
  • Id : com.yuxx.ContactsMerger
  • Folder : 4B629D33-C0B6-453E-ADB5-A58315806ACE
  • Bundle : ContactsMerger.app

ContactsPro

  • Version : 2.2.6
  • Id : com.yourcompany.ContactsPro
  • Folder : F7685963-DE76-4B3F-B9EC-E2F6046D2201
  • Bundle : ContactsPro.app
  • Name : ContactsPro
  • Author : Demodit GmbH
  • Section : Social Networking
  • Copyright : © 2009 Demodit GmbH
  • Price : Unknown
  • Bundle Version : 2.2.6
  • Purchase Date : 2012-02-10T14:11:57Z
  • Genre ID : 6005
  • Open in Appstore

Convert

  • Version : 1.0.1
  • Id : com.taptaptap.Convert
  • Folder : C85182C7-6732-4351-9914-880B5C1B4815
  • Bundle : Convert.app
  • Name : Convert ~ the unit calculator
  • Author : tap tap tap
  • Section : Productivity
  • Copyright : © tap tap tap
  • Price : Unknown
  • Bundle Version : 1.0.1
  • Purchase Date : 2012-03-10T17:22:20Z
  • Genre ID : 6007
  • Open in Appstore

Cooliris

  • Version : 1.6.1
  • Id : com.Cooliris.Cooliris
  • Folder : 74D91C74-EBEE-4EC0-80B0-EBC1ABF05927
  • Bundle : Cooliris.app
  • Name : Cooliris
  • Author : Cooliris, Inc
  • Section : Entertainment
  • Copyright : © Cooliris, Inc.
  • Price : Unknown
  • Bundle Version : 1.6.1
  • Purchase Date : 2012-02-10T14:13:28Z
  • Genre ID : 6016
  • Open in Appstore

Dictionary

  • Version : 1724
  • Id : com.reference.dictionaryadlite
  • Folder : 8BF08A6C-00E9-4996-BAA7-0E8045BD4FC7
  • Bundle : Dictionary.app

Diigo

  • Version : 19
  • Id : com.diigo.Diigo
  • Folder : C2193120-C556-4DEB-BD95-A339B126AD84
  • Bundle : Diigo.app
  • Name : Diigo Offline Reader
  • Author : Diigo Inc.
  • Section : Productivity
  • Copyright : © 2009 Diigo Inc.
  • Price : Unknown
  • Bundle Version : 19
  • Purchase Date : 2012-02-10T14:12:17Z
  • Genre ID : 6007
  • Open in Appstore

doxo

  • Version : 91
  • Id : com.doxo
  • Folder : 1EE7018A-544F-472D-9A07-D4ACF8121932
  • Bundle : doxo.app
  • Name : doxo
  • Author : doxo, Inc.
  • Section : Productivity
  • Copyright : © 2011 doxo, Inc.
  • Price : Unknown
  • Bundle Version : 91
  • Purchase Date : 2012-02-10T13:03:46Z
  • Genre ID : 6007
  • Open in Appstore

Dropbox

  • Version : 1.4.6
  • Id : com.getdropbox.Dropbox
  • Folder : AF149812-22DA-4813-992B-E809A8849D80
  • Bundle : Dropbox.app
  • Name : Dropbox
  • Author : Dropbox
  • Section : Productivity
  • Copyright : © 2011 Dropbox
  • Price : Unknown
  • Bundle Version : 1.4.6
  • Purchase Date : 2012-02-10T13:16:16Z
  • Genre ID : 6007
  • Open in Appstore

Elements

  • Version : 2.2
  • Id : com.secondgear.Elements
  • Folder : 1B979EB9-FA5E-4EF1-9E39-9300CB33CD78
  • Bundle : Elements.app
  • Name : Elements - Dropbox And Markdown Powered Text Editor
  • Author : Second Gear
  • Section : Productivity
  • Copyright : © 2011 Second Gear LLC
  • Price : Unknown
  • Bundle Version : 2.2
  • Purchase Date : 2012-03-05T19:45:59Z
  • Genre ID : 6007
  • Open in Appstore

Epocrates

  • Version : 4.1.1
  • Id : com.Epocrates.Rx
  • Folder : 956B903F-6781-48D0-8E71-06FAD9204C07
  • Bundle : Essentials.app
  • Name : Epocrates
  • Author : Epocrates
  • Section : Medical
  • Copyright : © Epocrates, Inc
  • Price : Unknown
  • Bundle Version : 4.1.1
  • Purchase Date : 2012-02-10T14:11:22Z
  • Genre ID : 6020
  • Open in Appstore

Evernote

  • Version : 4.1.8
  • Id : com.evernote.iPhone.Evernote
  • Folder : 3B7903E8-2B5B-420C-8A98-F6692FDC8716
  • Bundle : Evernote.app
  • Name : Evernote
  • Author : Evernote
  • Section : Productivity
  • Copyright : © Evernote Corporation 2012
  • Price : Unknown
  • Bundle Version : 4.1.8
  • Purchase Date : 2012-02-10T13:18:51Z
  • Genre ID : 6007
  • Open in Appstore

ExcelContacts

  • Version : 2.3
  • Id : com.yuyy.ExcelContacts
  • Folder : 690B62B8-01AA-48EA-912C-B32EEBF62777
  • Bundle : ExcelContacts.app

Facebook

  • Version : 4100.0
  • Id : com.facebook.Facebook
  • Folder : 47CF4933-7B2D-4C3E-BCB4-ABC71E44E638
  • Bundle : Facebook.app
  • Name : Facebook
  • Author : Facebook, Inc.
  • Section : Social Networking
  • Copyright : © Facebook, Inc.
  • Price : Unknown
  • Bundle Version : 4100.0
  • Purchase Date : 2012-02-10T13:15:10Z
  • Genre ID : 6005
  • Open in Appstore

feedly

  • Version : 6.1.4
  • Id : com.devhd.feedly
  • Folder : 9B87392C-A714-473D-B5B4-68221AA22D51
  • Bundle : feedly.app
  • Name : feedly
  • Author : DevHD
  • Section : News
  • Copyright : © feedly
  • Price : Unknown
  • Bundle Version : 6.1.4
  • Purchase Date : 2012-02-10T13:00:04Z
  • Genre ID : 6009
  • Open in Appstore

Filterstorm

  • Version : 4.1
  • Id : com.stormyimaging.Filterstorm
  • Folder : C3C7DC96-2EFC-45EA-9B41-CE51C9C8141D
  • Bundle : Filterstorm.app

Find Friends

  • Version : 1.1
  • Id : com.apple.mobileme.fmf1
  • Folder : 39BD42BF-602F-4D35-8A81-164CB2586505
  • Bundle : FindMyFriends.app
  • Name : Find My Friends
  • Author : Apple
  • Section : Social Networking
  • Copyright : © 2011 Apple Inc.
  • Price : Unknown
  • Bundle Version : 1.1
  • Purchase Date : 2012-03-10T09:11:16Z
  • Genre ID : 6005
  • Open in Appstore

Find My iPhone

  • Version : 1.4
  • Id : com.apple.mobileme.fmip1
  • Folder : 5ED330B1-CF9C-46D9-9447-3847AAD056D7
  • Bundle : FindMyiPhone.app
  • Name : Find My iPhone
  • Author : Apple
  • Section : Utilities
  • Copyright : © 2012 Apple Inc.
  • Price : Unknown
  • Bundle Version : 1.4
  • Purchase Date : 2012-03-10T09:10:36Z
  • Genre ID : 6002
  • Open in Appstore

Firefox Home

  • Version : 1.1.1
  • Id : com.mozilla.ffhome
  • Folder : FA85A81B-B4BC-43AA-A300-355E57AE7FA8
  • Bundle : FirefoxHome.app
  • Name : Firefox Home
  • Author : Mozilla
  • Section : Productivity
  • Copyright : © Mozilla and its contributors 2008
  • Price : Unknown
  • Bundle Version : 1.1.1
  • Purchase Date : 2012-03-07T22:28:32Z
  • Genre ID : 6007
  • Open in Appstore

FlickStackr

  • Version : 2.1.1
  • Id : ca.jubilo.ipadflickr
  • Folder : 9485B62A-1FE7-4DA0-A0EB-D6A817D03520
  • Bundle : FlickStackr.app
  • Name : FlickStackr for Flickr
  • Author : iPont
  • Section : Photo & Video
  • Copyright : © 2011 iPont Software
  • Price : Unknown
  • Bundle Version : 2.1.1
  • Purchase Date : 2012-02-24T19:09:10Z
  • Genre ID : 6008
  • Open in Appstore

G Marks

  • Version : 1.5
  • Id : com.kunugiken.G-Marks
  • Folder : 41D6F773-8999-4D4C-B1B6-B7B2FA1CA203
  • Bundle : G Marks.app
  • Name : G Marks
  • Author : Remi Bernotavicius
  • Section : Utilities
  • Copyright : © 2009 Remi Bernotavicius
  • Price : Unknown
  • Bundle Version : 1.5
  • Purchase Date : 2012-02-12T00:17:23Z
  • Genre ID : 6002
  • Open in Appstore

G+ Pic Import

  • Version : 1.0
  • Id : com.dropico.GooglePlusPhotoImporter
  • Folder : 5A8C1B09-B05F-42E4-BDBE-25038F7BE9AC
  • Bundle : Google Plus Photo Importer.app

G-Whizz!

  • Version : 201112121450
  • Id : com.rickybloomfield.googlewebapps
  • Folder : D23E6457-33C5-46EA-858F-09BFB538D1C8
  • Bundle : G-Whizz-Pro.app
  • Name : Google Apps Browser by G-Whizz! - The #1 Gmail, Talk, Facebook & Twitter Client + Lots More!
  • Author : G-Whizz! Apps, LLC
  • Section : Social Networking
  • Copyright : © 2011 G-Whizz! Apps, LLC
  • Price : Unknown
  • Bundle Version : 201112121450
  • Purchase Date : 2012-02-10T14:14:18Z
  • Genre ID : 6005
  • Open in Appstore

Genius Scan+

  • Version : 2.3.2
  • Id : com.thegrizzlylabs.GeniusScanPro
  • Folder : 0BD55D27-4DF8-4D11-8068-138F1CDDE9B0
  • Bundle : Genius Scan Pro.app
  • Name : Genius Scan+ - PDF Scanner
  • Author : The Grizzly Labs
  • Section : Business
  • Copyright : © The Grizzly Labs
  • Price : Unknown
  • Bundle Version : 2.3.2
  • Purchase Date : 2012-02-10T14:12:01Z
  • Genre ID : 6000
  • Open in Appstore

Gmail

  • Version : 1.1.1.2163
  • Id : com.google.Gmail
  • Folder : 1A642815-BB33-4A6F-8483-816BD3AB5B8B
  • Bundle : GmailHybrid.app
  • Name : Gmail
  • Author : Google
  • Section : Productivity
  • Copyright : © 2011 Google Inc.
  • Price : Unknown
  • Bundle Version : 1.1.1.2163
  • Purchase Date : 2012-03-06T11:09:26Z
  • Genre ID : 6007
  • Open in Appstore

Gmarks

  • Version : 1.0.1297380598
  • Id : com.jmprod.gmarks
  • Folder : BCCB260B-0E88-404F-8E23-A458C31CDA50
  • Bundle : Gmarks.app
  • Name : Gmarks (Bookmarks client)
  • Author : Jmobile Apps
  • Section : Productivity
  • Copyright : © 2011 Jmobile Apps
  • Price : Unknown
  • Bundle Version : 1.0.1297380598
  • Purchase Date : 2012-02-12T03:51:26Z
  • Genre ID : 6007
  • Open in Appstore

gMusic


GoDocs

  • Version : 2.9.1
  • Id : com.lightroom.godocspro
  • Folder : 4CD1ADD0-1239-423F-9198-269DC642D08C
  • Bundle : GoDocs.app
  • Name : GoDocs for Google Docs™
  • Author : Light Room
  • Section : Productivity
  • Copyright : © 2009-2012 lightroomapps.
  • Price : Unknown
  • Bundle Version : 2.9.1
  • Purchase Date : 2012-03-05T19:35:41Z
  • Genre ID : 6007
  • Open in Appstore

GoMusic

  • Version : 2.1.1
  • Id : com.sokolware.music.google
  • Folder : 85099CB6-966F-4BF0-9162-450039FE085B
  • Bundle : GoMusic.app

Google

  • Version : 1.0.2.8802
  • Id : com.google.GoogleMobile
  • Folder : 85695C56-B3D6-4861-8FDC-58837ACDF037
  • Bundle : Google.app
  • Name : Google Search
  • Author : Google
  • Section : Reference
  • Copyright : © 2010 Google Inc.
  • Price : Unknown
  • Bundle Version : 1.0.2.8802
  • Purchase Date : 2012-03-10T09:12:24Z
  • Genre ID : 6006
  • Open in Appstore

Google+

  • Version : 1.0.10.4565
  • Id : com.google.GooglePlus
  • Folder : 8523272F-489E-4BB3-B300-1C73F07A6B61
  • Bundle : EmSea.app
  • Name : Google+
  • Author : Google
  • Section : Social Networking
  • Copyright : © Google Inc. 2011
  • Price : Unknown
  • Bundle Version : 1.0.10.4565
  • Purchase Date : 2012-03-08T18:54:55Z
  • Genre ID : 6005
  • Open in Appstore

GPS Plus

  • Version : 5.9.23
  • Id : com.telenav.navigation.bytelenav
  • Folder : E9377280-F8A4-4C18-867F-246C4DBBDE89
  • Bundle : iphone_all.app
  • Name : Navigation By TeleNav - TeleNav GPS Plus
  • Author : TeleNav, Inc.
  • Section : Navigation
  • Copyright : © TeleNav, Inc 2012
  • Price : Unknown
  • Bundle Version : 5.9.23
  • Purchase Date : 2012-02-10T14:11:01Z
  • Genre ID : 6010
  • Open in Appstore

Greplin

  • Version : 1.1.1
  • Id : com.greplin.Greplin
  • Folder : FF29AC82-EFC3-491F-A9B6-8D9318E369F5
  • Bundle : Greplin.app
  • Name : Greplin
  • Author : Greplin, Inc.
  • Section : Productivity
  • Copyright : © 2011 Greplin, Inc.
  • Price : Unknown
  • Bundle Version : 1.1.1
  • Purchase Date : 2012-03-02T03:04:04Z
  • Genre ID : 6007
  • Open in Appstore

Group

  • Version : 5.1.1
  • Id : com.liushanshan.ContactGroups
  • Folder : 84491D2B-244C-4D43-9CAF-6E764C79548D
  • Bundle : ContactGroups.app

Group Email

  • Version : 1.9
  • Id : com.redbits.groupemail
  • Folder : 87692DFA-AF87-473B-BE91-BB0B9E38E40E
  • Bundle : GroupEmail.app
  • Name : Group Email!, Mail with Attachments, Photos, vCards and more
  • Author : Andrea Vettori
  • Section : Productivity
  • Copyright : © 2010, 2011 Andrea Vettori
  • Price : Unknown
  • Bundle Version : 1.9
  • Purchase Date : 2012-02-10T14:11:09Z
  • Genre ID : 6007
  • Open in Appstore

GroupAddressBookFree

  • Version : 1.0.0
  • Id : kr.co.ensight.GroupAddressBookFree
  • Folder : EF23B555-F29D-4454-8794-772B11F2579B
  • Bundle : GroupAddressBookFree.app
  • Name : iGroup Contacts+Speed Dial Free
  • Author : EnSight Media
  • Section : Productivity
  • Copyright : © 2012 Ensight Media Inc.
  • Price : Unknown
  • Bundle Version : 1.0.0
  • Purchase Date : 2012-03-02T08:38:23Z
  • Genre ID : 6007
  • Open in Appstore

Groups

  • Version : 1126
  • Id : com.guidedways.Groups
  • Folder : E096E8AB-193F-4991-8EA1-C39A5BAF1B91
  • Bundle : Groups.app
  • Name : Groups: SMS, Mail and Manage Contacts
  • Author : Guided Ways Technologies Ltd
  • Section : Productivity
  • Copyright : © Guided Ways Technologies Ltd.
  • Price : Unknown
  • Bundle Version : 1126
  • Purchase Date : 2012-02-10T14:35:06Z
  • Genre ID : 6007
  • Open in Appstore

Gusto Mobile

  • Version : 1.0.3
  • Id : com.horseandtherook.gusto-mobile
  • Folder : AD289840-F152-4D74-8083-EC61524C4DBA
  • Bundle : Gusto Mobile.app
  • Name : Gusto Mobile - Code Editor and FTP Client
  • Author : Horse and the Rook
  • Section : Productivity
  • Copyright : © Horse and the Rook
  • Price : Unknown
  • Bundle Version : 1.0.3
  • Purchase Date : 2012-02-10T13:00:24Z
  • Genre ID : 6007
  • Open in Appstore

HippoRemote

  • Version : 3.3.4
  • Id : com.robohippo.hipporemote
  • Folder : 6EA0E8CE-D44A-47BE-B9CE-F1E70F6737E5
  • Bundle : HippoRemote.app

HP home&biz

  • Version : 4.1
  • Id : com.hp.iprint.photo
  • Folder :
Comments (0)

[AppInfo] APPSTORE-Simple list

 
(Shazam)RED - 510
1Password - 362005
2Do - 5231
ABContacts - 1.9.8
Ace Pro - 1.2
Amazon - 1.8.1
AppAdvice - 1.4.4
AppShopper - 90
Archivist - 1.7
Balllin' - 2.0.1
Billings - 140
Block Mobile - 238
BooklightPro - 1.0
Bookmark All - 1.1
Calendars - 1720
Camera! - 2.7.8
Camera+ - 3410
CardMunch - 3.2
cBackup - 1.7.0
Cheat Docs - 1.0.3
CheatSheet - 2.0
ChromeSync - 1.2
CloudConnect - 3.7
CloudMagic - 1.6.8
CodeViewer 2 - 515
Color Expert - 1.2.2
Colors - 2.4.1
ContactClean - 1.2
Contacts - 1.5.50
Contacts Sync For Google Gmail - 3.67
ContactsMerger - 1.2
ContactsPro - 2.2.6
Convert - 1.0.1
Cooliris - 1.6.1
Dictionary - 1724
Diigo - 19
doxo - 91
Dropbox - 1.4.6
Elements - 2.2
Epocrates - 4.1.1
Evernote - 4.1.8
ExcelContacts - 2.3
Facebook - 4100.0
feedly - 6.1.4
Filterstorm - 4.1
Find Friends - 1.1
Find My iPhone - 1.4
Firefox Home - 1.1.1
FlickStackr - 2.1.1
G Marks - 1.5
G+ Pic Import - 1.0
G-Whizz! - 201112121450
Genius Scan+ - 2.3.2
Gmail - 1.1.1.2163
Gmarks - 1.0.1297380598
gMusic - 1.5
GoDocs - 2.9.1
GoMusic - 2.1.1
Google - 1.0.2.8802
Google+ - 1.0.10.4565
GPS Plus - 5.9.23
Greplin - 1.1.1
Group - 5.1.1
Group Email - 1.9
GroupAddressBookFree - 1.0.0
Groups - 1126
Gusto Mobile - 1.0.3
HippoRemote - 3.3.4
HP home&biz - 4.1
HTML Viewer - 1.0
Hulu Plus - 320
i.TV - 3.4.2
iBooks - 876
iCabMobile - 5.5
IconCreator - 2.0.0
IDrive Contact - 1.3
iFiles - 1.9.3
IMDb - 2.5.1
iNet - 2.0.5
Instagram - 2.2.0
Instapaper - 4.0.4
IntelliShop - 1.2
iRegex - 1.0
iStorage - 1.5.12
iTransmission - 22
iTunes U - 322
JamBase - 421
Last.fm - 3.2.0
LastPass - 1.80.0
Launch - 1.2
LawStack - 2.2.2
Linux - 1.1
LinuxRef - 1.0.1
Live Phish - 1.2
Mailer - 6.30
Mailroom - 1.7.5.1
Markdown - 3.0
Meemo - 1.6.6
Mercury - 5.2
Messenger - 1530
MobileRSS - 3.4
Music+ - 4.1
MusicID - 534.70
MyContactsBackupPro - 1.1.1
MyWebClip - 2.0.0
MyWiki - 1.2.1
Nebulous - 5.1.1
NetSpend - 1.3.0
NewsRack - 253
NoteAndShare - 1.5.6
Notebook - 2.0.1
notebox - 1.3.8
Office² - 5.0.2
Offline Pages - 1.5.3
OmniFocus - 77.88.10.0.160921
oneSafe - 1.1.2
Pastebot - 652
PayPal - 3.6.1
Photo Sender - 3.2
Photo-Sort - 2.3.2
Photobucket - 2.4.5
Photogene² - 1.20
Photology - 1.7
Photopod - 1.5
Photos2Mail - 1.2.0
Pinterest - 1.4.3
Plaxo - 1.5
PocketRx - 168
Posterous - 3.3.1
Print Agent PRO - 1.8.0
Printer Pro - 3.1.1
Producteev - 5.0.11
Prompt - 1.2.5
PS Express - 2.1
Quickoffice - 4.1.0
Read It Later - 2.4.7
Read Later - 1.3
RedLaser - 3.1.2
RegEx - 1.0.3
Remote - 379
ResizePhoto - 2.0
ring.tones - 4.9.1
Ringtone Rmx - 1.04
Rock Band - 1.3.54
RTM - 2.0.2
SafeWallet - 2.2.3
Shotz - 2.2
SmartSync - 4.1
Spotify - 42300011
Springpad - 2.6.0
Stickies - 3.3.9.4
Sudoku - 1.0.60
Swish - 1.1
Tabs - 2.0.2
TabToolkit - 1.2.5
Tap Forms - 2.1.12
TemPad - 1.1.0.1307629973
Texas Holdem - 2.2
TextExpander - 1.2.2
TouchTerm - 2.4.2.1998
Translate - 1.3.0.2480
Trunk Notes - 2.5.8
Tunebox - 1.1
TV Guide - 2.1.1
Tweetbot - 20110
Twitter - 4.1.1
U1 Files - 32
Unarchiver - 1.5
Uniconsole - 152
Vybe - 1.0.4
Webnotes - 1.0.1
WebToolbox - 1.2
Week Cal - 4.3
Wikipanion⁺ - 1.7.5.4
WikiTouch - 2.1
WordBook - 4.3.5
WordPress - 2.9.5
Words Free - 4.11
Writron - 1.02.00
Wunderkit - 1.0.2
Yummy - 2.6.5
Λffix - 2.5.1
스프링노트 - 1.5.3
Comments (0)

EXPORT ➔ AppInfo » Packages - Detailed List

 

Sources

Banned iPhone

Url : http://h7v.org/
Description : We Host your Apps, Cracks Themes and Tones
Label : Banned iPhone
Suite : stable
Version : 1.2
Codename : stable
Architectures : darwin-arm
Components : main

BigBoss

Url : http://apt.thebigboss.org/repofiles/cydia/dists/stable
Description : Apps & Themes! We host your apps. Email me.
Label : BigBoss
Suite : stable
Version : 1.0
Codename : BigBoss
Architectures : iphoneos-arm
Components : main

Cydia/Telesphoreo

Url : http://apt.saurik.com/dists/ios/675.00
Description : Distribution of Unix Software for iOS
Label : Cydia/Telesphoreo
Suite : stable
Version : 1.0r282
Codename : ios
Architectures : darwin-arm iphoneos-arm
Components : main

Hackulo.us

Url : http://cydia.hackulo.us/
Description : The Official Hackulo.us Repository!
Label : Hackulo.us
Suite : stable
Version : 1.0
Codename : Hackulous
Architectures : iphoneos-arm
Components : main

iHacksRepo

Url : http://ihacksrepo.com/
Description : iHacksRepo - The Repo Of The Future. Here For You!
Label : IHR
Suite : stable
Version : 1.2
Codename : IHR
Architectures : iphoneos-arm
Components : main

insanelyi Repository

Url : http://repo.insanelyi.com/
Description : insanelyi - Free your iDevice.
Label : insanelyi
Suite : ios
Version : 3.0
Codename : ios

ModMyi.com

Url : http://apt.modmyi.com/dists/stable
Description : ModMyi.com - we host your apps! Email us.
Label : ModMyi
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphoneos-arm
Components : main

moyashi repository

Url : http://hitoriblog.com/apt/
Description : Experimental Repository for iPhone
Label : moyashi repository
Suite : stable
Version : 0.1
Codename : experimental
Architectures : iphoneos-arm
Components : main

SiNfuL iPhone Repo

Url : http://sinfuliphonerepo.com/
Description : The SiNfuL iPhone Repo
Label : SiNfuL iPhone Repo
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphoneos-arm
Components : main

srt Design Labs

Url : http://i.srt10coupe.de/cydia/
Description : srt10coupe's repository for iPod Touch and (iPhone :-)) stuff! Wallpaper and Theme's, coming soon much more!
Label : srtDesignLabs
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphone-arm
Components : main

xSellize

Url : http://cydia.xsellize.com/
Description : xSellize Repo :: Free
Label : xSellize
Suite : stable
Version : 1.0
Codename : tangelo
Architectures : iphoneos-arm
Components : main

ZodTTD & MacCiti

Url : http://cydia.zodttd.com/repo/cydia/dists/stable
Description : ZodTTD.com & MacCiti.com Public Repo
Label : ZodTTD & MacCiti
Suite : stable
Version : 1.0
Codename : stable
Architectures : iphoneos-arm
Components : main

Packages

7-zip (POSIX)

Description : claims to be a good compressor
Package : p7zip
Version : 4.57-3
Section : Archiving
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 4328

Action Menu

Description : Adds actions to the action menu
Package : actionmenu
Version : 1.2.6
Section : System
Author : Ryan Petrich
Depends : mobilesubstrate, firmware (>= 3.0), preferenceloader (>= 2.0.2.99), firmware (<< 5.1), cydia (>= 1.1.1)
Conflicts : actionmenu-pluspack (<< 1.2)
Architecture : iphoneos-arm
Installed-Size : 432
Depiction : http://rpetri.ch/cydia/actionmenu/

Action Menu Plus Pack

Description : Additional actions for Action Menu!
Package : actionmenu-pluspack
Version : 1.2.3
Section : System
Author : Ryan Petrich
Depends : actionmenu (>= 1.2), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 224
Depiction : http://rpetri.ch/cydia/actionmenu-pluspack/

ActionBoard

Description : Add useful system functions to the AppSwitcher!
Package : com.sull.actionboard
Version : 1.2.0-1
Section : iTweaks
Author : SBCoders
Maintainer : insanelyi
Depends : mobilesubstrate, preferenceloader
Pre-Depends : firmware (>= 5.0)
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=actionboard
Homepage : http://insanelyi.com

ActionList

Description : ActionList boost your reading list!
Package : com.sull.actionlist
Version : 1.1
Section : iTweaks
Author : iStopped
Maintainer : insanelyi
Depends : mobilesubstrate, firmware (>= 5.0)
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=actionlist
Homepage : http://insanelyi.com

Activator

Description : Centralized gestures, button and shortcut management for iOS
Package : libactivator
Version : 1.6.1
Section : System
Author : Ryan Petrich
Maintainer : Ryan Petrich
Replaces : com.booleanmagic.overboard (<= 1.1), com.ashman.lockinfo (<= 2.0.0-6)
Depends : mobilesubstrate (>= 0.9.3228), preferenceloader (>= 2.0.2.99), firmware (>= 3.0)
Conflicts : com.booleanmagic.overboard (<= 1.1), com.ashman.lockinfo (<= 2.0.0-6), sbsettings (<= 3.0.6)
Architecture : iphoneos-arm
Installed-Size : 1748
Depiction : http://rpetri.ch/cydia/activator/
Homepage : http://rpetri.ch/cydia/activator/

AdBlocker

Description : AdBlocker for Safari and other apps
Package : com.yllier.blocker
Version : 1.30
Section : Tweaks
Author : Yllier
Maintainer : BigBoss
Depends : mobilesubstrate, preferenceloader, firmware (>= 3.0)
Architecture : iphoneos-arm
Installed-Size : 768
Depiction : http://r-rill.net/AdBlocker/AdBlocker.html
Homepage : http://r-rill.net/AdBlocker/AdBlocker.html

adv-cmds

Description : finger, fingerd, last, lsvfs, md, ps
Package : adv-cmds
Version : 119-5
Section : Administration
Maintainer : Jay Freeman (saurik)
Depends : ncurses
Pre-Depends : dpkg (>= 1.14.25-8)
Provides : ps
Architecture : iphoneos-arm
Installed-Size : 244

Airplane SBSettings Toggle

Description : Toggle phone into Airplane mode
Package : org.thebigboss.sbsairplanetoggle
Version : 2.1
Section : SBSettings Addons
Author : Gerard Chanekon
Maintainer : BigBoss
Depends : sbsettings (>= 3.1.1), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 72
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsairplanetoggleData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsairplanetoggleData

AnyLockApp

Description : open any app with lockscreen camera button
Package : com.nickf.anylockapp
Version : 1.0
Section : Tweaks
Author : Nick Frey
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate, preferenceloader, applist
Architecture : iphoneos-arm
Installed-Size : 24
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=anylockappDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=anylockappDp

ap2ipa

Description : converts system apps to ipa's to be installed through installous and then synced to itunes for easy saving.. run 'ap2ipa' from terminal. only apps that can function as mobile will work.. more info in terminal
Package : com.sull.ap2ipa
Version : 1.1
Section : iScripts
Author : brc0703
Maintainer : insanelyi
Depends : com.sull.installous4 | com.hackulo.us.installous | com.sull.installous3, coreutils, findutils, grep, sed
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=ap2ipa
Homepage : http://insanelyi.com

AppInfo

Description : display informations about installed apps
Package : com.mileskabal.appinfo
Version : 1.5
Section : Utilities
Author : Miles
Maintainer : BigBoss
Depends : preferenceloader
Architecture : iphoneos-arm
Installed-Size : 694
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appinfoData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appinfoData

AppLinks

Description : AppLinks automatically creates shortcuts for all the AppStore Applications, to provide a simplier and faster access to them.
Package : net.ispazio.applinks
Version : 1.5.1
Section : Utilities
Author : Sagitt
Maintainer : iSpazio.net
Architecture : iphoneos-arm
Depiction : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=applinks
Homepage : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=applinks

AppList

Description : Allow extensions to read the list of installed apps
Package : applist
Version : 1.4.2
Section : System
Author : Ryan Petrich
Maintainer : Ryan Petrich
Depends : mobilesubstrate, firmware (>= 3.0)
Architecture : iphoneos-arm
Installed-Size : 72
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=AppListDp

AppsCenter for NotificationCenter

Description : shows your Apps in Notification Center
Package : com.filippobiga.appscenter
Version : 1.0-2
Section : Addons (NotificationCenter)
Author : FilippoBiga
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate (>= 0.9.3901), preferenceloader, org.thebigboss.customwidgeticons
Architecture : iphoneos-arm
Installed-Size : 72
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appscenterDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=appscenterDp

AppShopper DLC

Description : AppShopper DLC Unlocker
Package : com.ihacksrepo.appshopperdlc
Version : 1.0
Section : IHR
Author : iHacksRepo
Maintainer : iHacksRepo
Depends : com.ericasadun.utilities
Architecture : iphoneos-arm
Installed-Size : 0
Depiction : http://ihacksrepo.com/depiction.php?package=appshopperdlc
Homepage : http://ihacksrepo.com

AppStorePatcher

Description : AppStorePatcher expands the way of the share app information.
Package : com.hitoriblog.appstorepatcher
Version : 0.1-1
Section : Tweaks
Author : moyashi
Maintainer : moyashi
Depends : mobilesubstrate, preferenceloader, com.hitoriblog.evernotepatcher
Architecture : iphoneos-arm
Depiction : http://hitoriblog.com/depiction/AppStorePatcher.html
Homepage : http://hitoriblog.com/?p=2018

AppSync for iOS 5.0+

Description : AppSync allows you to sync and install cracked iOS applications.
Package : us.hackulo.appsync50plus
Version : 2.2
Section : Hackulo.us
Author : Dissident
Maintainer : Genius Blog
Replaces : us.hackulo.appsync50
Pre-Depends : firmware (>= 5.0), mobilesubstrate
Conflicts : us.hackulo.appsync50
Provides : appsync
Architecture : iphoneos-arm

APR

Description : platform abstraction library from Apache
Package : apr
Version : 1.3.3-4
Section : Development
Maintainer : Jay Freeman (saurik)
Depends : apr-lib
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 528
Homepage : http://apr.apache.org/

APR (/usr/lib)

Description : just the /usr/lib folder from APR
Package : apr-lib
Version : 1.3.3-2
Section : Development
Maintainer : Jay Freeman (saurik)
Replaces : apr (<< 1.3.3-4)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 176
Homepage : http://apr.apache.org/

APR-util

Description : data structures and utilities for Apache APR
Package : apr-util
Version : 1.2.12-5
Section : Development
Maintainer : Jay Freeman (saurik)
Depends : apr, berkeleydb, expat, sqlite3
Architecture : iphoneos-arm
Installed-Size : 436

APT 0.6 Transitional

Description : any advanced packaging tool from Debian
Package : apt
Version : 1:0-23
Section : Packaging
Maintainer : Jay Freeman (saurik)
Depends : apt7
Pre-Depends : dpkg (>= 1.14.25-8)
Conflicts : cydia (<< 1.0.2843-1)
Architecture : iphoneos-arm
Installed-Size : 12

APT 0.7 (apt-key)

Description : repository encryption key management tool
Package : apt7-key
Version : 0.7.25.3-3
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1), apt7 (<< 0.7.20.2-4)
Depends : apt7-lib (>= 0.7.25.3-7)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 28

APT 0.7 HTTPS Method

Description : advanced packaging from Debian /via SSL/
Package : apt7-ssl
Version : 0.7.25.3-3
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1), apt7 (<< 0.7.20.2-3)
Depends : apt7-lib (>= 0.7.25.3-7), curl
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 64

APT 0.7 Strict

Description : the advanced packaging tool from Debian
Package : apt7
Version : 0.7.25.3-6
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1)
Depends : apt7-key, apt7-lib (>= 0.7.25.3-7), apt7-ssl, berkeleydb
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 1064

APT 0.7 Strict (lib)

Description : the advanced packaging library from Debian
Package : apt7-lib
Version : 0.7.25.3-10
Section : Packaging
Maintainer : Jay Freeman (saurik)
Replaces : apt (<< 1:0-1), apt7 (<< 0.7.20.2-3)
Depends : bzip2, dpkg (>= 1.14.25-9), gnupg, gzip, lzma
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 1688

AttachmentSaver

Description : [iOS4] Mail.app as it was meant to be.
Package : com.francis.attachmentsaver
Version : 1.4.0
Section : Tweaks
Author : Youssef Francis
Maintainer : poetic_folly
Depends : mobilesubstrate
Pre-Depends : firmware (>= 3.0)
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/attachmentsaver.d.php
Homepage : http://modmyi.com/info/attachmentsaver.php

Autocorrection Bar

Description : enable keyboard autocorrection bar and fix iOS5.0 crashbug
Package : com.rpetrich.autocorrectionbar
Version : 0.1-1
Section : Tweaks
Author : Ryan Petrich
Maintainer : thebigboss.org
Depends : firmware (>= 4.3), mobilesubstrate, preferenceloader
Architecture : iphoneos-arm
Installed-Size : 34
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=autocorrectionbarDp
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=autocorrectionbarDp

Autocorrection SBSettings

Description : Auto Correction toggle for SBSettings app.
Package : sbsettingsautocorrect
Version : 1.0-1
Section : SBSettings Addons
Author : GamingRobot
Maintainer : GamingRobot
Depends : sbsettings (>= 1.0.4)
Architecture : iphoneos-arm
Installed-Size : 54
Depiction : http://moreinfo.thebigboss.org/moreinfo/sbsautocorrectDp.php
Homepage : http://moreinfo.thebigboss.org/moreinfo/sbsettings.php

Autolock SBSettings

Description : Autolock toggle for SBSettings app.
Package : sbsettingsautolock2
Version : 4.2-1
Section : SBSettings Addons
Author : Dustin Howett
Maintainer : Dustin Howett
Replaces : sbsettingsautolock
Depends : sbsettings (>= 1.0.4)
Conflicts : sbsettingsautolock
Architecture : iphoneos-arm
Installed-Size : 80
Depiction : http://moreinfo.thebigboss.org/moreinfo/sbsautolockDp.php
Homepage : http://moreinfo.thebigboss.org/moreinfo/sbsettings.php

Automatic SSH

Description : continually reconnects an ssh session
Package : autossh
Version : 1.4a-2
Section : Networking
Maintainer : Jay Freeman (saurik)
Depends : openssh
Architecture : iphoneos-arm
Installed-Size : 72

Base Structure

Description : underlying system directory structure
Package : base
Version : 1-4
Section : System
Maintainer : Jay Freeman (saurik)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 264

Berkeley DB

Description : Oracle's embeddable database engine
Package : berkeleydb
Version : 4.6.21-4
Section : Data_Storage
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 1620
Homepage : http://www.oracle.com/technology/products/berkeley-db/index.html

BigBoss Icon Set

Description : locally cached package icons from BigBoss
Package : org.thebigboss.repo.icons
Version : 1.0
Section : Repositories
Maintainer : BigBoss
Replaces : cydia, bigboss
Architecture : iphoneos-arm
Installed-Size : 48

BigBoss Recommended Tools

Description : Combined list of hacker tools. Cydia no longer comes preinstalled with most useful command line apps. This package installs most the missing ones in one swoop. There is no real package provided here. It is only a set of depends on other various tools so that your command line can become useful again.
Package : bigbosshackertools
Version : 1.3.1
Section : System
Author : BigBoss
Maintainer : BigBoss
Depends : adv-cmds, apt, basic-cmds, bootstrap-cmds, bzip2, class-dump, coreutils, developer-cmds, diskdev-cmds, file-cmds, gawk, gdb, git, gzip, iokittools, less, make, nano, network-cmds, ldid, openssh, rsync, shell-cmds, system-cmds, com.ericasadun.utilities, top, uikittools, findutils, inetutils, diffutils, lsof, subversion, vim, xar, tar, patch, unrar, unzip, wget, whois, xml2, zip, p7zip
Architecture : iphoneos-arm
Installed-Size : 0

Bootstrap Commands

Description : Mach interface and stub generator
Package : bootstrap-cmds
Version : 60-3
Section : Development
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 300

Bourne-Again SHell

Description : the best shell ever, written by Brian Fox
Package : bash
Version : 4.0.17-13
Section : Terminal_Support
Maintainer : Jay Freeman (saurik)
Depends : grep, ncurses, readline (>= 6.0-7), sed
Architecture : iphoneos-arm
Installed-Size : 572
Homepage : http://www.gnu.org/software/bash/

Browser Changer

Description : Open links in 3rd-party browser, instead of Safari
Package : jp.tom-go.openopera
Version : 1.7-8
Section : Tweaks
Author : tom-go
Maintainer : BigBoss
Depends : mobilesubstrate, preferenceloader
Architecture : iphoneos-arm
Installed-Size : 54
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=openoperaData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=openoperaData

Browser Changer SBSettings Toggle

Description : SBSettings toggle for Browser Changer
Package : jp.tom-go.browsertoggle
Version : 1.0-2
Section : Addons (SBSettings)
Author : tom-go
Maintainer : BigBoss
Depends : mobilesubstrate, sbsettings (>= 1.0.7-5), jp.tom-go.openopera (>= 1.7-4)
Architecture : iphoneos-arm
Installed-Size : 27
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsopenoperatoggleData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsopenoperatoggleData

Bug Fix: Duplicate Icons

Description : Prevent bug that resets icon layouts.
Package : jp.ashikase.bugfix.duplicateicons
Version : 1.0.0-1
Section : Tweaks
Author : Lance Fetters (ashikase)
Maintainer : BigBoss
Depends : mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 32
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=duplicateiconsfixData
Homepage : http://github.com/ashikase/BugFix_DuplicateIcons

Bug Fix: Stuck Pages

Description : Prevent bug that resets icon layouts.
Package : jp.ashikase.bugfix.stuckpages
Version : 1.0.0-2
Section : Tweaks
Author : Lance Fetters (ashikase)
Maintainer : BigBoss
Depends : mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 32
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=stuckpagesfixData
Homepage : http://github.com/ashikase/BugFix_StuckPages

BytaFont

Description : BytaFont lets you apply fonts to your iDevice in few taps.
Package : com.ipr.bytafont
Version : 1.4.1
Section : System
Author : iPhoneRuler.net
Maintainer : iPhoneRuler.net
Architecture : iphoneos-arm
Depiction : http://repo.iphoneruler.net/bytafontdepiction.php

bzip2

Description : compression that's slightly better than gzip
Package : bzip2
Version : 1.0.5-7
Section : Archiving
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 76
Homepage : http://www.bzip.org/

CallerID-Format Fix iOS 5.x

Description : If you have trouble with Caller ID or Number Formatting try this Fix for 187 countries of 231 , For iOS 5.x , By Carlo Franchino (Frank8).
Package : com.hackthatifone.callerid-fix-for-5x
Version : 1.0
Section : Localization
Author : Carlo Franchino
Maintainer : iSpazio.net
Architecture : iphoneos-arm
Depiction : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=calleridfix5x
Homepage : http://moreinfo.ihackthatifone.com/moreinfo/depiction.php?file=calleridfix5x

Categories

Description : Move your springboard icons into folders!
Package : com.bigboss.categories
Version : 2.99.9-2
Section : System
Author : BigBoss
Maintainer : BigBoss
Depends : libhide (>= 2.0.6)
Conflicts : jp.ashikase.categoriessb (<< 1.2)
Architecture : iphoneos-arm
Installed-Size : 2297
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=CategoriesDpData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=CategoriesDpData

Class Dump

Description : reverse engineer Objective-C headers
Package : class-dump
Version : 3.1.2-x-1.0.1-2
Section : Development
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 308
Depiction : http://cydia.saurik.com/info/class-dump/
Homepage : http://iphone.freecoder.org/classdump_en.html

CloudPaste

Description : shares pasteboard to your iCloud devices
Package : com.ihacksrepo.cloudpaste
Version : 1.0
Section : IHR-iOS5
Author : Florian Denis (Olotiar)
Maintainer : iHacksRepo
Depends : mobilesubstrate, firmware (>= 5.0)
Architecture : iphoneos-arm
Installed-Size : 40
Depiction : http://ihacksrepo.com/depiction.php?package=cloudpaste
Homepage : http://ihacksrepo.com

CodeThemed Mobile

Description : Create, mix and share WinterBoard themes for your iPhone or iPod touch.
Package : com.codethemed.codethemed
Version : 2.0.4
Section : Packaging
Author : CodeThemed
Maintainer : BigBoss
Depends : curl, unzip, winterboard, com.conradkramer.open, preferenceloader
Architecture : iphoneos-arm
Installed-Size : 5371
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=codethemedData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=codethemedData

Copic Cracked

Description : Add pic everywhere contacts are seen.
Package : com.sinfuliphone.copic
Version : 2.0-3
Section : SiNfuL iPhone
Maintainer : SiNfuL iPhone
Replaces : com.iarrays.copic
Depends : com.sinfuliphone.repoprep, mobilesubstrate, preferenceloader
Pre-Depends : firmware (>= 4.0)
Conflicts : com.iarrays.copic
Architecture : iphoneos-arm
Depiction : http://www.sinfuliphonerepo.com/depiction/copic.html
Homepage : http://www.sinfuliphone.com/

Core Utilities

Description : core set of Unix shell utilities from GNU
Package : coreutils
Version : 8.12-12
Section : Utilities
Maintainer : Jay Freeman (saurik)
Replaces : netatalk (<= 2.0.3-6)
Depends : bash, coreutils-bin (>= 7.4-5), profile.d
Pre-Depends : dpkg (>= 1.14.25-8)
Provides : md5sum, sha1sum
Architecture : iphoneos-arm
Installed-Size : 6536
Homepage : http://www.gnu.org/software/coreutils/

Core Utilities (/bin)

Description : just the /bin folder from GNU coreutils
Package : coreutils-bin
Version : 8.12-7
Section : Utilities
Maintainer : Jay Freeman (saurik)
Replaces : shell-cmds (<< 118-5), coreutils (<= 7.2-9)
Provides : dirname, kill, mktemp, su
Architecture : iphoneos-arm
Installed-Size : 2980
Homepage : http://www.gnu.org/software/coreutils/

Corona 5.0.1 Untether

Description : untethered jailbreak based on pod2g's exploit
Package : com.chronic-dev.greenpois0n.corona
Version : 1.0-8
Section : System
Author : Chronic-Dev Team
Maintainer : Chronic Dev Team
Depends : coreutils-bin, firmware (= 5.0) | firmware (= 5.0.1), cy+model.iphone (= 2.1) | cy+model.iphone (= 3.1) | cy+model.iphone (= 3.3) | cy+model.iphone (= 4.1) | cy+model.ipod (= 3.1) | cy+model.ipod (= 4.1) | cy+model.ipad (= 1.1) | cy+model.ipad (= 2.1) | cy+model.ipad (= 2.2) | cy+model.ipad (= 2.3)
Architecture : iphoneos-arm
Depiction : http://cydia.saurik.com/info/com.chronic-dev.greenpois0n.corona/

cURL

Description : flexible multi-protocol file transfers
Package : curl
Version : 7.19.4-6
Section : Networking
Maintainer : Jay Freeman (saurik)
Depends : openssl
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 532
Homepage : http://curl.haxx.se/

CustomWidgetIcons

Description : icons support for NotificationCenter plugins
Package : org.thebigboss.customwidgeticons
Version : 1.0
Section : Tweaks
Author : Will Homer
Maintainer : BigBoss
Depends : firmware (>= 5.0), mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 15
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=customwidgeticonsData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=customwidgeticonsData

Cydia Icons

Description : This will add the repp icon and section icons Themes, Apps, tones to cydia.
Package : com.pf.repoicon
Version : 6.0.5
Section : PF Apps
Author : Banned
Maintainer : Banned
Architecture : iphoneos-arm
Depiction : http://h7v.org/getDepiction.php?section=Apps&id=1013
Homepage : http://www.bannediphone.com

Cydia Installer

Description : graphical iPhone front-end for APT
Package : cydia
Version : 1.1.4
Section : Packaging
Author : Jay Freeman (saurik)
Maintainer : Jay Freeman (saurik)
Replaces : bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, saurik, ste, yellowsn0w.com, zodttd
Depends : apr-lib, apt7-lib, apt7-key, cydia-lproj, darwintools, debianutils, org.thebigboss.repo.icons, pcre, sed, shell-cmds, system-cmds, uikittools (>= 1.1.0)
Pre-Depends : debianutils
Conflicts : bigboss, bigbossbetarepo, com.sosiphone.addcydia, cydia-sources, ispazio.net, modmyifone, ste, yellowsn0w.com, zodttd
Provides : bigbossbetarepo, cydia-sources
Architecture : iphoneos-arm
Installed-Size : 2568
Depiction : http://cydia.saurik.com/info/cydia/

Cydia Translations

Description : languages and translations for Cydia
Package : cydia-lproj
Version : 1.1.0
Section : Packaging
Author : Jay Freeman (saurik)
Maintainer : Jay Freeman (saurik)
Replaces : cydia
Depends : cydia
Architecture : iphoneos-arm
Installed-Size : 288
Depiction : http://cydia.saurik.com/info/cydia-lproj/

Cyntact

Description : show profile pictures in contact lists
Package : cyntact
Version : 1.4.2-1
Section : Tweaks
Author : Jay Freeman (saurik)
Maintainer : Jay Freeman (saurik)
Depends : mobilesubstrate (>= 0.9.2587-1), sqlite3-lib
Architecture : iphoneos-arm
Depiction : http://cydia.saurik.com/info/cyntact/

Darwin CC Tools

Description : linker and assembler for the iPhone
Package : odcctools
Version : 286-8
Section : Development
Maintainer : Jay Freeman (saurik)
Depends : openssl, uuid
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 7764
Depiction : http://cydia.saurik.com/info/odcctools/
Homepage : http://code.google.com/p/iphone-dev/

Darwin Tools

Description : startupfiletool, sw_vers
Package : darwintools
Version : 1-4
Section : Administration
Maintainer : Jay Freeman (saurik)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 56

DataDeposit

Description : Backup iOS application save data to your Dropbox account, and restore to another device!
Package : com.justinxxvii.datadepositapp
Version : 1.0.3
Section : Utilities
Author : justinxxvii
Maintainer : poetic_folly
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/datadeposit.d.php
Homepage : http://modmyi.com/info/datadeposit.php

Debian Packager

Description : package maintainance tools from Debian
Package : dpkg
Version : 1.14.25-9
Section : Packaging
Maintainer : Jay Freeman (saurik)
Depends : bash, bzip2, coreutils-bin, diffutils, findutils, gzip, lzma, ncurses, tar
Architecture : iphoneos-arm
Installed-Size : 828
Homepage : http://wiki.debian.org/Teams/Dpkg

Debian Utilities

Description : pretty much just run-parts. yep? run-parts
Package : debianutils
Version : 3.3.3ubuntu1-1
Section : Utilities
Maintainer : Jay Freeman (saurik)
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 40

Default HD SBSettings

Description : Retina / HD SBSettings default theme for SBSettings
Package : com.sbsdefaulthdtheme
Version : 1.2
Section : Themes (SBSettings)
Author : Maxner
Maintainer : BigBoss
Depends : sbsettings
Architecture : iphoneos-arm
Installed-Size : 2694
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=sbsdefaulthdthemeData

developer-cmds

Description : ctags, error, hexdump, rpcgen, unifdef
Package : developer-cmds
Version : 48-2
Section : Development
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 288

Diff Utilities

Description : compare two files for differences
Package : diffutils
Version : 2.8.1-6
Section : Development
Maintainer : Jay Freeman (saurik)
Architecture : iphoneos-arm
Installed-Size : 220
Homepage : http://www.gnu.org/software/diffutils/

diskdev-cmds

Description : mount, quota, fsck, fstyp, fdisk, tunefs
Package : diskdev-cmds
Version : 421.7-4
Section : System
Maintainer : Jay Freeman (saurik)
Depends : firmware-sbin
Pre-Depends : dpkg (>= 1.14.25-8)
Architecture : iphoneos-arm
Installed-Size : 848

DisplayOut

Description : Mirror screen on TVs and monitors. Includes an updated version of ProTapper. Allows output via HDMI, VGA, component, and composite cables to external displays. Inspired by ashikase's TVOut.
Package : com.sull.displayout
Version : 1.6.2
Section : iTweaks
Author : Ryan Petrich
Maintainer : insanelyi
Depends : mobilesubstrate (>= 0.9.3367+6), preferenceloader (>= 2.0.2), firmware (>= 3.2), firmware (<< 5.1), cydia (>= 1.1.1), openssl (>= 0.9.8)
Architecture : iphoneos-arm
Depiction : http://repo.insanelyi.com/depiction.php?package=displayout

DownloadInfo

Description : shows extended info for AppStore apps
Package : com.fr0zensun.downloadinfo
Version : 1.0
Section : Tweaks
Author : Fr0zen Sun
Maintainer : BigBoss
Depends : mobilesubstrate
Architecture : iphoneos-arm
Installed-Size : 9
Depiction : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=downloadinfoData
Homepage : http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=downloadinfoData

Droid Sans Font

Description : BytaFont font by iPhoneRuler.net
Package : com.ipr.ios4droidsansfont
Version : 1.9
Section : Fonts
Author : iPhoneRuler.net
Maintainer : iPhoneRuler.net
Depends : com.ipr.bytafont
Architecture : iphoneos-arm
Depiction : http://repo.iphoneruler.net/fontdepiction_ios4.php?Name=Droid%20Sans

Enhanced CTorrent

Description : A bittorrent command-line client.
Package : com.onaips.blogspot.ctorrent
Version : dnh3.3.2-1
Section : Utilities
Author : Jose Pereira
Maintainer : poetic_folly
Architecture : iphoneos-arm
Homepage : http://modmyi.com/info/ctorrent.php

Erica Utilities

Description : A collection of command-line utilities for various purposes.
Package : com.ericasadun.utilities
Version : beta17
Section : Utilities
Author : Erica Sadun
Maintainer : Erica Sadun
Architecture : iphoneos-arm
Depiction : http://modmyi.com/info/ericautilities.d.php
Homepage : http://modmyi.com/info/ericautilities.php

EvernotePatcher

Description : This patch adds ATOK Pad relational function to the Evernote app.
Package : com.hitoriblog.evernotepatcher
Version : 0.4-1
Section : Tweaks
Author : moyashi
Maintainer : moyashi
Depends : mobilesubstrate
Architecture : iphoneos-arm
Depiction : http://hitoriblog.com/depiction/EvernotePatcher.html
Homepage : http://hitoriblog.com/?p=1603

FastNotesJ

Description : Memo widget.
Package : com.hitoriblog.fastnotesj
Version : 0.1-6
Section : SBSettings Addons
Author : moyashi
Maintainer : moyashi
Depends : sbsettings, mobilesubstrate
Architecture : iphoneos-arm
Depiction : http://hitoriblog.com/depiction/FastNotesJ.html
Homepage : http:/
Comments (0)

EXPORT ➔ AppInfo » Packages - Simple list

 

Sources

Banned iPhone
http://h7v.org/

BigBoss
http://apt.thebigboss.org/repofiles/cydia/dists/stable

Cydia/Telesphoreo
http://apt.saurik.com/dists/ios/675.00

Hackulo.us
http://cydia.hackulo.us/

iHacksRepo
http://ihacksrepo.com/

insanelyi Repository
http://repo.insanelyi.com/

ModMyi.com
http://apt.modmyi.com/dists/stable

moyashi repository
http://hitoriblog.com/apt/

SiNfuL iPhone Repo
http://sinfuliphonerepo.com/

srt Design Labs
http://i.srt10coupe.de/cydia/

xSellize
http://cydia.xsellize.com/

ZodTTD & MacCiti
http://cydia.zodttd.com/repo/cydia/dists/stable

Packages

7-zip (POSIX) - 4.57-3
Action Menu - 1.2.6
Action Menu Plus Pack - 1.2.3
ActionBoard - 1.2.0-1
ActionList - 1.1
Activator - 1.6.1
AdBlocker - 1.30
adv-cmds - 119-5
Airplane SBSettings Toggle - 2.1
AnyLockApp - 1.0
ap2ipa - 1.1
AppInfo - 1.5
AppLinks - 1.5.1
AppList - 1.4.2
AppsCenter for NotificationCenter - 1.0-2
AppShopper DLC - 1.0
AppStorePatcher - 0.1-1
AppSync for iOS 5.0+ - 2.2
APR - 1.3.3-4
APR (/usr/lib) - 1.3.3-2
APR-util - 1.2.12-5
APT 0.6 Transitional - 1:0-23
APT 0.7 (apt-key) - 0.7.25.3-3
APT 0.7 HTTPS Method - 0.7.25.3-3
APT 0.7 Strict - 0.7.25.3-6
APT 0.7 Strict (lib) - 0.7.25.3-10
AttachmentSaver - 1.4.0
Autocorrection Bar - 0.1-1
Autocorrection SBSettings - 1.0-1
Autolock SBSettings - 4.2-1
Automatic SSH - 1.4a-2
Base Structure - 1-4
Berkeley DB - 4.6.21-4
BigBoss Icon Set - 1.0
BigBoss Recommended Tools - 1.3.1
Bootstrap Commands - 60-3
Bourne-Again SHell - 4.0.17-13
Browser Changer - 1.7-8
Browser Changer SBSettings Toggle - 1.0-2
Bug Fix: Duplicate Icons - 1.0.0-1
Bug Fix: Stuck Pages - 1.0.0-2
BytaFont - 1.4.1
bzip2 - 1.0.5-7
CallerID-Format Fix iOS 5.x - 1.0
Categories - 2.99.9-2
Class Dump - 3.1.2-x-1.0.1-2
CloudPaste - 1.0
CodeThemed Mobile - 2.0.4
Copic Cracked - 2.0-3
Core Utilities - 8.12-12
Core Utilities (/bin) - 8.12-7
Corona 5.0.1 Untether - 1.0-8
cURL - 7.19.4-6
CustomWidgetIcons - 1.0
Cydia Icons - 6.0.5
Cydia Installer - 1.1.4
Cydia Translations - 1.1.0
Cyntact - 1.4.2-1
Darwin CC Tools - 286-8
Darwin Tools - 1-4
DataDeposit - 1.0.3
Debian Packager - 1.14.25-9
Debian Utilities - 3.3.3ubuntu1-1
Default HD SBSettings - 1.2
developer-cmds - 48-2
Diff Utilities - 2.8.1-6
diskdev-cmds - 421.7-4
DisplayOut - 1.6.2
DownloadInfo - 1.0
Droid Sans Font - 1.9
Enhanced CTorrent - dnh3.3.2-1
Erica Utilities - beta17
EvernotePatcher - 0.4-1
FastNotesJ - 0.1-6
Find Utilities - 4.2.33-6
Five Icon Dock - 0.9.3381-1
FolderEnhancer - 1.6.0.1-1
FolderIcons - 2.0.7
FreeStore - 1.0
Gawk - 3.1.6-2
Git - 1.5.6.rc0-2
GNU Debugger - 1518-12
GNU Privacy Guard - 1.4.8-4
Gradiance - 1.1
Gradiance Categories - 1.2
Gradiance v4 - 4.01
Gradiance v4 SBSettings Theme - 1.0
GUI-GPG-SEC - 1.5-17
gzip - 1.3.12-6
Hackulous Resources - 1.3.1
iAP Cracker - 0.6-1
iBye - 2.4.6-2
Icon Renamer - 1.2
IconSupport - 1.7.4-1
iFile - 1.6.1-3
iKeywi - 1.1.2-2
ImageMagick - 6.4.3-6-1
Installous 4 - 4.4.2
IntelliID - 1.16
IOKit Tools - 76-4
iOS Firmware - 5.0.1
iPhone Firmware (/sbin) - 0-1
iPIN - 1.0-1
iSocialShare - 0.7.0-1
libdisplaystack - 2.1-2
libffi - 130618-4
libhide - 2.1
libjpeg - 6b-1
libxml2 - 2.6.32-6
libxml2 Library - 2.6.32-3
Link Identity Editor - 610-5
lsof - 33-4
LZMA Utils - 4.32.7-4
Mail Enhancer - 2.5.1-1
Mail Rules - 1.2.1-1
Make - 3.81-2
MakeIcon - 0.1
MakeMyIcons - 2.0-1
ManualCorrect Pro - 1.1.2
MewSeek - 2.7-3
Mobile Me GUI - 2.1
Mobile Substrate - 0.9.3995
MobileMe Beta 5 - 5.1
MobileMe LockStyle - 1.0.5
MultiCleaner - 2.9.5
MultiIconMover - 1:1.0.6-1
MxTube - 2.0c-6
New Curses - 5.7-12
Open - 1.0-1
OpenSSH - 5.8p1-9
OpenSSL - 0.9.8k-9
PAM (Apple) - 32.1-3
PAM Modules - 36.1-4
PasswordPilot - 1.2-1
PasteboardStacker - 0.24-4
patch - 2.5.4-3
pcre - 7.9-3
PhotoAlbums+ for iPhone/iPod - 4.0.0.3-1
pincrush - 0.9.2-1
png - 1.2.24-3
pngcrush - 1.7.10-2
PreferenceLoader - 2.0.4-1
Profile Directory - 0-2
Python - 2.5.1-5
QuickOpen - 0.0.3-11
QuickScrollPlus - 0.4-3beta
Radiance - 2.1
Radiance Battery - 2.0
Radiant Remix - 1.0
Read Later for ActionMenu - 0.1-2
readline - 6.0-7
Repo Setup Files - 1.7
Resupported 4.0+ - 1.7-1.1
Rich Text For Mail - 1.2
Rotation Inhibitor - 1.0.4
RunningList - 1.1-3
Safari Download Plug-In - 2.0
SBSettings - 5.2.2
sbsettingstoggles - 5.2.2
Serious SBSettings HD - 1.4-1
shell-cmds - 118-6
Shwank SBSettings - 1.0
SiNfuL iPhone RepoPrep - 4.3
SmartFolders for Mail - 1.0.0-7
Source GUI - 1.2
SpringFlash - 1.3.1
Springtomize 2 - iOS 5+ - 1.2-3
SQLite 3.x - 3.5.9-12
SQLite 3.x Library - 3.5.9-2
srt Design Labs - 0-3
sshpass - 1.04-1
Subversion - 1.4.6-2
Sudo - 1.6.9p12-4
syslogd to /var/log/syslog - 1.0.2586-1
system-cmds - 433.4-12
Tape Archive - 1.19-8
TIFF - 3.8.2-2
top - 39-4
TorrentTRAK - 1.2.7
UIKit Tools - 1.1.3
Unified iPod for IOS 5 - 0.0.3-5
unrar - 3.6.8-2
unzip - 5.52-5
UUID Generator - 1.6.0-2
Vi IMproved - 7.1-3
WebLeaps - 2.0.1
WinterBoard - 0.9.3903
XAR - 1.5.2-1
XML Parser Toolkit - 2.0.1-2
Xpandr - 1.0-3
zip - 2.32-5

Comments (0)

EXPORT ➔ AppInfo » AppStore - Detailed List

 

(Shazam)RED

  • Version : 507
  • Id : com.shazam.encore.red.Shazam
  • Folder : 0BA9D3D2-F473-4DD9-915D-54A88A4B3753
  • Bundle : ShazamRED.app
  • Name : (Shazam)RED
  • Author : Shazam Entertainment Ltd.
  • Section : Music
  • Copyright : © 2012 Shazam Entertainment Ltd.
  • Price : Unknown
  • Bundle Version : 507
  • Purchase Date : Unknown
  • Genre ID : 6011
  • Open in Appstore

1Password

  • Version : 362005
  • Id : ws.agile.1PasswordPro
  • Folder : 31D76108-2FAB-49A5-8645-DF0B23FCF7DA
  • Bundle : 1PasswordPro.app
  • Name : 1Password Pro
  • Author : Agilebits Inc.
  • Section : Utilities
  • Copyright : Copyright © 2008-12 AgileBits
  • Price : Unknown
  • Bundle Version : 362005
  • Purchase Date : 2012-02-12T00:19:30Z
  • Genre ID : 6002
  • Open in Appstore

2Do

  • Version : 5231
  • Id : com.guidedways.2Do
  • Folder : 77D7015C-35A2-4088-A30A-B59B2542B4BE
  • Bundle : 2Do.app
  • Name : 2Do: Tasks Done in Style
  • Author : Guided Ways Technologies Ltd
  • Section : Productivity
  • Copyright : © Guided Ways Technologies Ltd.
  • Price : Unknown
  • Bundle Version : 5231
  • Purchase Date : 2012-02-10T14:14:46Z
  • Genre ID : 6007
  • Open in Appstore

ABContacts

  • Version : 1.9.8
  • Id : com.redbits.ABContacts
  • Folder : 15F03A8E-4A37-44CF-A95C-DB2B8C436A0C
  • Bundle : ABContacts.app
  • Name : ABContacts: Contacts Manager, Dialer, Favorites, Group Text & Email
  • Author : Andrea Vettori
  • Section : Productivity
  • Copyright : © 2008-2011 Andrea Vettori
  • Price : Unknown
  • Bundle Version : 1.9.8
  • Purchase Date : 2012-02-10T14:16:43Z
  • Genre ID : 6007
  • Open in Appstore

Ace

  • Version : 1.0
  • Id : com.ilegendsoft.JupiterPro
  • Folder : EA22DFCD-7755-4353-BD8A-4299CC11895B
  • Bundle : Jupiter.app
  • Name : Ace for Facebook Pro
  • Author : iLegendSoft
  • Section : Social Networking
  • Copyright : © iLegendSoft,Inc.
  • Price : Unknown
  • Bundle Version : 1.0
  • Purchase Date : Unknown
  • Genre ID : 6005
  • Open in Appstore

AppAdvice

  • Version : 1.4.4
  • Id : com.appadvice.AppAdvice
  • Folder : EE9D8351-AA00-4715-8DEB-05389DC9172D
  • Bundle : AppAdvice.app
  • Name : AppAdvice
  • Author : AppAdvice.com
  • Section : News
  • Copyright : © 2012 App Advice LLC
  • Price : Unknown
  • Bundle Version : 1.4.4
  • Purchase Date : 2012-02-24T23:01:37Z
  • Genre ID : 6009
  • Open in Appstore

AppShopper

  • Version : 90
  • Id : com.appshopper.app
  • Folder : D3E07C1A-DEB6-43EE-9D80-39E78A2A1D3F
  • Bundle : AppShopper.app
  • Name : AppShopper
  • Author : AppShopper.com, LLC
  • Section : Utilities
  • Copyright : © 2008-2012 AppShopper.com, LLC
  • Price : Unknown
  • Bundle Version : 90
  • Purchase Date : 2012-02-24T22:56:05Z
  • Genre ID : 6002
  • Open in Appstore

Balllin'

  • Version : 2.0.1
  • Id : com.kangaroobandit.balllin
  • Folder : F695473A-27DE-40EC-9417-A6D6BCC2ACFE
  • Bundle : Balllin.app
  • Name : Balllin ~ a Dribbble client
  • Author : Kangaroo Bandit Software
  • Section : Reference
  • Copyright : © Kangaroo Bandit
  • Price : Unknown
  • Bundle Version : 2.0.1
  • Purchase Date : 2012-02-10T14:10:44Z
  • Genre ID : 6006
  • Open in Appstore

Billings

  • Version : 140
  • Id : com.marketcircle.BillingsTouch
  • Folder : B8FD92B1-769B-4AEB-8C4C-E1E47FAC9077
  • Bundle : Billings.app
  • Name : Billings Touch
  • Author : Marketcircle
  • Section : Business
  • Copyright : © 2011 Marketcircle Inc.
  • Price : Unknown
  • Bundle Version : 140
  • Purchase Date : 2012-02-10T14:11:38Z
  • Genre ID : 6000
  • Open in Appstore

BooklightPro

  • Version : 1.0
  • Id : com.lucrativesw.booklightpro
  • Folder : 8DA3DCF7-8473-4EAD-AB30-16FD22A58266
  • Bundle : Booklight Pro.app
  • Name : Booklight Pro
  • Author : Luke Campbell
  • Section : Utilities
  • Copyright : © Luke Campbell
  • Price : Unknown
  • Bundle Version : 1.0
  • Purchase Date : 2012-02-12T00:16:46Z
  • Genre ID : 6002
  • Open in Appstore

Bookmark All

  • Version : 1.1
  • Id : com.nuuxo.bookmarkall
  • Folder : B10125DF-99C3-44C3-869A-538BFBC7AF11
  • Bundle : Bookmark All.app
  • Name : Bookmark All
  • Author : Nuuxo, LLC
  • Section : Utilities
  • Copyright : © nuuxo, llc
  • Price : Unknown
  • Bundle Version : 1.1
  • Purchase Date : 2012-02-10T14:10:09Z
  • Genre ID : 6002
  • Open in Appstore

BoxyTunes

  • Version : 1.4
  • Id : com.boxytunes.boxytunes
  • Folder : 824238A3-C35D-4A02-953A-317C4FDAECD8
  • Bundle : BoxyTunes.app
  • Name : BoxyTunes - audio, music, and podcast player for Dropbox
  • Author : Blue Penguin, LLC
  • Section : Music
  • Copyright : © 2010 Blue Penguin, LLC
  • Price : Unknown
  • Bundle Version : 1.4
  • Purchase Date : 2012-02-10T14:11:13Z
  • Genre ID : 6011
  • Open in Appstore

Calendars

  • Version : 1710
  • Id : com.readdle.Calendars
  • Folder : FD117484-B365-4062-A300-1A4F0CDEB14B
  • Bundle : Calendars.app
  • Name : Calendars - Google Calendar client
  • Author : Readdle
  • Section : Productivity
  • Copyright : © 2010-2012 Readdle Inc.
  • Price : Unknown
  • Bundle Version : 1710
  • Purchase Date : 2012-02-24T22:58:27Z
  • Genre ID : 6007
  • Open in Appstore

Camera+

  • Version : 3410
  • Id : com.taptaptap.CameraPlus
  • Folder : FA8109F0-2414-4B48-9064-E9547BB3E6CC
  • Bundle : CameraPlus.app
  • Name : Camera+  
  • Author : tap tap tap
  • Section : Foto e video
  • Copyright : © tap tap tap
  • Price : Unknown
  • Bundle Version : 3410
  • Purchase Date : Unknown
  • Genre ID : 6008
  • Open in Appstore

CardMunch

  • Version : 3.2
  • Id : com.linkedin.cardmunch
  • Folder : A4E4646B-D0A4-47EF-BEE3-D77565D5902F
  • Bundle : CardMunch.app
  • Name : CardMunch - Business Card Reader by LinkedIn
  • Author : LinkedIn Corporation
  • Section : Business
  • Copyright : © 2011 LinkedIn Corporation. All rights reserved.
  • Price : Unknown
  • Bundle Version : 3.2
  • Purchase Date : 2012-02-12T03:51:35Z
  • Genre ID : 6000
  • Open in Appstore

cBackup

  • Version : 1.7.0
  • Id : com.sunvy.ABBackup
  • Folder : 9F8FDED2-8EED-4B14-882E-D4FEBE85F28A
  • Bundle : ABBackup.app
  • Name : 連絡先バックアップ (Dropbox版)
  • Author : SunVy Co., Ltd.
  • Section : Productivity
  • Copyright : © Copyright 2010-2011 by SunVy Co., Ltd.
  • Price : Unknown
  • Bundle Version : 1.7.0
  • Purchase Date : 2012-02-12T00:16:25Z
  • Genre ID : 6007
  • Open in Appstore

Cheat Docs

  • Version : 1.0.3
  • Id : com.dimix.applications.cheatsheet
  • Folder : 5B8471D3-9209-4F30-BBF7-B0AFBEEA1042
  • Bundle : cheatsheet.app
  • Name : Cheat Docs
  • Author : Dimitri Giani
  • Section : Productivity
  • Copyright : © 2011 Dimitri Giani
  • Price : Unknown
  • Bundle Version : 1.0.3
  • Purchase Date : 2012-02-10T14:10:16Z
  • Genre ID : 6007
  • Open in Appstore

CheatSheet

  • Version : 2.0
  • Id : com.concentricsky.RegExpCheatSheet
  • Folder : F5595B4A-D052-40FF-92AE-8298BA2C4E1C
  • Bundle : RegExpCheatSheet.app
  • Name : RegEx Cheat Sheet
  • Author : Concentric Sky
  • Section : Reference
  • Copyright : © 2009 Concentric Sky
  • Price : Unknown
  • Bundle Version : 2.0
  • Purchase Date : 2012-02-10T14:10:23Z
  • Genre ID : 6006
  • Open in Appstore

ChromeSync

  • Version : 1.2
  • Id : ua.kiev.numsite
  • Folder : CEA898D1-5006-4197-90B7-D42A4CE2C037
  • Bundle : ChromeSync.app
  • Name : ChromeSync
  • Author : Eugene Balun
  • Section : Utilities
  • Copyright : © 2011 Eugene Christian
  • Price : Unknown
  • Bundle Version : 1.2
  • Purchase Date : 2012-02-24T22:55:16Z
  • Genre ID : 6002
  • Open in Appstore

CodeViewer 2

  • Version : 515
  • Id : com.hecticant.codeviewer2
  • Folder : D4F21DB1-C61A-428E-B96A-348FAFDAA016
  • Bundle : CodeViewer 2.app
  • Name : Code Viewer 2
  • Author : Hectic Ant
  • Section : Productivity
  • Copyright : © 2009-2012 Pedro Fonseca
  • Price : Unknown
  • Bundle Version : 515
  • Purchase Date : 2012-02-10T14:14:13Z
  • Genre ID : 6007
  • Open in Appstore

Color Expert

  • Version : 1.2.2
  • Id : com.codelinesoftware.colorexpert
  • Folder : 5562830D-FA4F-4837-878B-66EB9D18EEA7
  • Bundle : Color Expert.app
  • Name : Color Expert
  • Author : Code Line
  • Section : Reference
  • Copyright : © 2008-2010 Code Line
  • Price : Unknown
  • Bundle Version : 1.2.2
  • Purchase Date : 2012-02-12T00:15:08Z
  • Genre ID : 6006
  • Open in Appstore

Colors

  • Version : 2.4.1
  • Id : com.cliqcliq.colors
  • Folder : 90150CCC-BB9B-4243-B8DB-C1A240092EF8
  • Bundle : colors.app
  • Name : cliqcliq Colors
  • Author : cliqcliq
  • Section : Productivity
  • Copyright : © cliqcliq 2009-2010
  • Price : Unknown
  • Bundle Version : 2.4.1
  • Purchase Date : 2012-02-12T00:15:09Z
  • Genre ID : 6007
  • Open in Appstore

ContactClean

  • Version : 1.2
  • Id : com.headlightinc.contact-cleanup
  • Folder : 157534DE-9B53-4480-A104-A3418399FA99
  • Bundle : ContactClean.app
  • Name : ContactClean - Address Book Cleaner
  • Author : Headlight Software, Inc.
  • Section : Utilities
  • Copyright : © 2011 Headlight Software, Inc.
  • Price : Unknown
  • Bundle Version : 1.2
  • Purchase Date : 2012-02-10T14:11:50Z
  • Genre ID : 6002
  • Open in Appstore

Contacts

  • Version : 1.5.43
  • Id : com.xobni.xobnistories
  • Folder : CCA2A901-EDA9-4BAE-8E80-B7C8DC9D2B22
  • Bundle : Xobni Contacts.app
  • Name : Smartr Contacts for iPhone
  • Author : Xobni Corp.
  • Section : Productivity
  • Copyright : © Xobni Corp.
  • Price : Unknown
  • Bundle Version : 1.5.43
  • Purchase Date : 2012-02-24T23:41:26Z
  • Genre ID : 6007
  • Open in Appstore

ContactsPro

  • Version : 2.2.6
  • Id : com.yourcompany.ContactsPro
  • Folder : F7685963-DE76-4B3F-B9EC-E2F6046D2201
  • Bundle : ContactsPro.app
  • Name : ContactsPro
  • Author : Demodit GmbH
  • Section : Social Networking
  • Copyright : © 2009 Demodit GmbH
  • Price : Unknown
  • Bundle Version : 2.2.6
  • Purchase Date : 2012-02-10T14:11:57Z
  • Genre ID : 6005
  • Open in Appstore

Cooliris

  • Version : 1.6.1
  • Id : com.Cooliris.Cooliris
  • Folder : 74D91C74-EBEE-4EC0-80B0-EBC1ABF05927
  • Bundle : Cooliris.app
  • Name : Cooliris
  • Author : Cooliris, Inc
  • Section : Entertainment
  • Copyright : © Cooliris, Inc.
  • Price : Unknown
  • Bundle Version : 1.6.1
  • Purchase Date : 2012-02-10T14:13:28Z
  • Genre ID : 6016
  • Open in Appstore

Dictionary

  • Version : 1724
  • Id : com.reference.dictionaryadlite
  • Folder : 8BF08A6C-00E9-4996-BAA7-0E8045BD4FC7
  • Bundle : Dictionary.app
  • Name : Dictionary.com - Dictionary & Thesaurus - No Ads
  • Author : Dictionary.com, LLC
  • Section : Reference
  • Copyright : © Dictionary.com, LLC 2011
  • Price : Unknown
  • Bundle Version : 1724
  • Purchase Date : Unknown
  • Genre ID : 6006
  • Open in Appstore

Diigo

  • Version : 19
  • Id : com.diigo.Diigo
  • Folder : C2193120-C556-4DEB-BD95-A339B126AD84
  • Bundle : Diigo.app
  • Name : Diigo Offline Reader
  • Author : Diigo Inc.
  • Section : Productivity
  • Copyright : © 2009 Diigo Inc.
  • Price : Unknown
  • Bundle Version : 19
  • Purchase Date : 2012-02-10T14:12:17Z
  • Genre ID : 6007
  • Open in Appstore

doxo

  • Version : 91
  • Id : com.doxo
  • Folder : 1EE7018A-544F-472D-9A07-D4ACF8121932
  • Bundle : doxo.app
  • Name : doxo
  • Author : doxo, Inc.
  • Section : Productivity
  • Copyright : © 2011 doxo, Inc.
  • Price : Unknown
  • Bundle Version : 91
  • Purchase Date : 2012-02-10T13:03:46Z
  • Genre ID : 6007
  • Open in Appstore

Dropbox

  • Version : 1.4.6
  • Id : com.getdropbox.Dropbox
  • Folder : AF149812-22DA-4813-992B-E809A8849D80
  • Bundle : Dropbox.app
  • Name : Dropbox
  • Author : Dropbox
  • Section : Productivity
  • Copyright : © 2011 Dropbox
  • Price : Unknown
  • Bundle Version : 1.4.6
  • Purchase Date : 2012-02-10T13:16:16Z
  • Genre ID : 6007
  • Open in Appstore

Elements

  • Version : 2.1.1
  • Id : com.secondgear.Elements
  • Folder : 294BE77B-D1D8-4A1D-A656-06BFF3605DE3
  • Bundle : Elements.app
  • Name : Elements - Dropbox And Markdown Powered Text Editor
  • Author : Second Gear
  • Section : Productivity
  • Copyright : © 2011 Second Gear LLC
  • Price : Unknown
  • Bundle Version : 2.1.1
  • Purchase Date : 2012-02-10T13:00:30Z
  • Genre ID : 6007
  • Open in Appstore

Epocrates

  • Version : 4.1.1
  • Id : com.Epocrates.Rx
  • Folder : 956B903F-6781-48D0-8E71-06FAD9204C07
  • Bundle : Essentials.app
  • Name : Epocrates
  • Author : Epocrates
  • Section : Medical
  • Copyright : © Epocrates, Inc
  • Price : Unknown
  • Bundle Version : 4.1.1
  • Purchase Date : 2012-02-10T14:11:22Z
  • Genre ID : 6020
  • Open in Appstore

Evernote

  • Version : 4.1.8
  • Id : com.evernote.iPhone.Evernote
  • Folder : 3B7903E8-2B5B-420C-8A98-F6692FDC8716
  • Bundle : Evernote.app
  • Name : Evernote
  • Author : Evernote
  • Section : Productivity
  • Copyright : © Evernote Corporation 2012
  • Price : Unknown
  • Bundle Version : 4.1.8
  • Purchase Date : 2012-02-10T13:18:51Z
  • Genre ID : 6007
  • Open in Appstore

ExcelContacts

  • Version : 2.3
  • Id : com.yuyy.ExcelContacts
  • Folder : 690B62B8-01AA-48EA-912C-B32EEBF62777
  • Bundle : ExcelContacts.app
  • Name : ExcelContacts
  • Author : Sam Yu
  • Section : Business
  • Copyright : © 2012 Sam Yu
  • Price : Unknown
  • Bundle Version : 2.3
  • Purchase Date : Unknown
  • Genre ID : 6000
  • Open in Appstore

Facebook

  • Version : 4100.0
  • Id : com.facebook.Facebook
  • Folder : 47CF4933-7B2D-4C3E-BCB4-ABC71E44E638
  • Bundle : Facebook.app
  • Name : Facebook
  • Author : Facebook, Inc.
  • Section : Social Networking
  • Copyright : © Facebook, Inc.
  • Price : Unknown
  • Bundle Version : 4100.0
  • Purchase Date : 2012-02-10T13:15:10Z
  • Genre ID : 6005
  • Open in Appstore

feedly

  • Version : 6.1.4
  • Id : com.devhd.feedly
  • Folder : 9B87392C-A714-473D-B5B4-68221AA22D51
  • Bundle : feedly.app
  • Name : feedly
  • Author : DevHD
  • Section : News
  • Copyright : © feedly
  • Price : Unknown
  • Bundle Version : 6.1.4
  • Purchase Date : 2012-02-10T13:00:04Z
  • Genre ID : 6009
  • Open in Appstore

Find Friends

  • Version : 1
  • Id : com.apple.mobileme.fmf1
  • Folder : 7C782810-DEED-4FA7-AE94-6C0F68065E11
  • Bundle : FindMyFriends.app
  • Name : Find My Friends
  • Author : Apple
  • Section : Social Networking
  • Copyright : © 2011 Apple Inc.
  • Price : Unknown
  • Bundle Version : 1
  • Purchase Date : 2012-02-10T13:00:36Z
  • Genre ID : 6005
  • Open in Appstore

Find My iPhone

  • Version : 1.3
  • Id : com.apple.mobileme.fmip1
  • Folder : D976C48D-6CD0-45B2-8E0A-2E45BBADCFA1
  • Bundle : FindMyiPhone.app
  • Name : Find My iPhone
  • Author : Apple
  • Section : Utilities
  • Copyright : © 2011 Apple Inc.
  • Price : Unknown
  • Bundle Version : 1.3
  • Purchase Date : 2012-02-23T17:47:56Z
  • Genre ID : 6002
  • Open in Appstore

Flashlight

  • Version : 1.1.0
  • Id : com.iphonease.ledflashlight.triple
  • Folder : 6FA00DF9-FBDC-4483-BC9F-FEED2232FB39
  • Bundle : ButtonLED.app
  • Name : Flashlight ◎
  • Author : MobileTrends Inc.
  • Section : Business
  • Copyright : © 2012 MobileTrends Inc.
  • Price : Unknown
  • Bundle Version : 1.1.0
  • Purchase Date : 2012-02-12T03:51:16Z
  • Genre ID : 6000
  • Open in Appstore

FlickStackr

  • Version : 2.1.1
  • Id : ca.jubilo.ipadflickr
  • Folder : 9485B62A-1FE7-4DA0-A0EB-D6A817D03520
  • Bundle : FlickStackr.app
  • Name : FlickStackr for Flickr
  • Author : iPont
  • Section : Photo & Video
  • Copyright : © 2011 iPont Software
  • Price : Unknown
  • Bundle Version : 2.1.1
  • Purchase Date : 2012-02-24T19:09:10Z
  • Genre ID : 6008
  • Open in Appstore

G Marks

  • Version : 1.5
  • Id : com.kunugiken.G-Marks
  • Folder : 41D6F773-8999-4D4C-B1B6-B7B2FA1CA203
  • Bundle : G Marks.app
  • Name : G Marks
  • Author : Remi Bernotavicius
  • Section : Utilities
  • Copyright : © 2009 Remi Bernotavicius
  • Price : Unknown
  • Bundle Version : 1.5
  • Purchase Date : 2012-02-12T00:17:23Z
  • Genre ID : 6002
  • Open in Appstore

G+ Pic Import

  • Version : 1.0
  • Id : com.dropico.GooglePlusPhotoImporter
  • Folder : 5A8C1B09-B05F-42E4-BDBE-25038F7BE9AC
  • Bundle : Google Plus Photo Importer.app
  • Name : Google Plus Photo Importer
  • Author : Dropico
  • Section : Productivity
  • Copyright : © Dropico Media LTD
  • Price : Unknown
  • Bundle Version : 1.0
  • Purchase Date : Unknown
  • Genre ID : 6007
  • Open in Appstore

G-Whizz!

  • Version : 201112121450
  • Id : com.rickybloomfield.googlewebapps
  • Folder : D23E6457-33C5-46EA-858F-09BFB538D1C8
  • Bundle : G-Whizz-Pro.app
  • Name : Google Apps Browser by G-Whizz! - The #1 Gmail, Talk, Facebook & Twitter Client + Lots More!
  • Author : G-Whizz! Apps, LLC
  • Section : Social Networking
  • Copyright : © 2011 G-Whizz! Apps, LLC
  • Price : Unknown
  • Bundle Version : 201112121450
  • Purchase Date : 2012-02-10T14:14:18Z
  • Genre ID : 6005
  • Open in Appstore

Genius Scan+

  • Version : 2.3.2
  • Id : com.thegrizzlylabs.GeniusScanPro
  • Folder : 0BD55D27-4DF8-4D11-8068-138F1CDDE9B0
  • Bundle : Genius Scan Pro.app
  • Name : Genius Scan+ - PDF Scanner
  • Author : The Grizzly Labs
  • Section : Business
  • Copyright : © The Grizzly Labs
  • Price : Unknown
  • Bundle Version : 2.3.2
  • Purchase Date : 2012-02-10T14:12:01Z
  • Genre ID : 6000
  • Open in Appstore

Gmail

  • Version : 1.1.0.1724
  • Id : com.google.Gmail
  • Folder : D956E4F3-A52F-45EC-8F65-A0D826AFE0FB
  • Bundle : GmailHybrid.app
  • Name : Gmail
  • Author : Google
  • Section : Productivity
  • Copyright : © 2011 Google Inc.
  • Price : Unknown
  • Bundle Version : 1.1.0.1724
  • Purchase Date : 2012-02-10T13:00:45Z
  • Genre ID : 6007
  • Open in Appstore

Gmarks

  • Version : 1.0.1297380598
  • Id : com.jmprod.gmarks
  • Folder : BCCB260B-0E88-404F-8E23-A458C31CDA50
  • Bundle : Gmarks.app
  • Name : Gmarks (Bookmarks client)
  • Author : Jmobile Apps
  • Section : Productivity
  • Copyright : © 2011 Jmobile Apps
  • Price : Unknown
  • Bundle Version : 1.0.1297380598
  • Purchase Date : 2012-02-12T03:51:26Z
  • Genre ID : 6007
  • Open in Appstore

gMusic

  • Version : 1.5
  • Id : googlemusic.youriisolutions.com
  • Folder : BAB182E6-FB68-46B7-B12B-6301E47147C4
  • Bundle : gMusic.app
  • Name : gMusic: A Google Music player
  • Author : IIS
  • Section : Musik
  • Copyright : © IIS LLC 2011
  • Price : Unknown
  • Bundle Version : 1.5
  • Purchase Date : Unknown
  • Genre ID : 6011
  • Open in Appstore

GoDocs

  • Version : 2.9.0
  • Id : com.lightroom.godocspro
  • Folder : 8AFFD1EA-BC47-4AAB-824A-C2978479E5B3
  • Bundle : GoDocs.app
  • Name : GoDocs for Google Docs™
  • Author : Light Room
  • Section : Productivity
  • Copyright : © 2009-2012 lightroomapps.
  • Price : Unknown
  • Bundle Version : 2.9.0
  • Purchase Date : 2012-02-24T23:02:26Z
  • Genre ID : 6007
  • Open in Appstore

GoMusic

  • Version : 2.1.1
  • Id : com.sokolware.music.google
  • Folder : 85099CB6-966F-4BF0-9162-450039FE085B
  • Bundle : GoMusic.app
  • Name : GoMusic for Google Music™
  • Author : Sokolware LLC
  • Section : Musik
  • Copyright : © 2010 Sokolware LLC
  • Price : Unknown
  • Bundle Version : 2.1.1
  • Purchase Date : Unknown
  • Genre ID : 6011
  • Open in Appstore

Google

  • Version : 1.0.1.8464
  • Id : com.google.GoogleMobile
  • Folder : 3BC21F14-F7AF-41C4-B7BE-8CE8235E26BA
  • Bundle : Google.app
  • Name : Google Search
  • Author : Google
  • Section : Reference
  • Copyright : © 2010 Google Inc.
  • Price : Unknown
  • Bundle Version : 1.0.1.8464
  • Purchase Date : 2012-02-23T23:12:53Z
  • Genre ID : 6006
  • Open in Appstore

Google+

  • Version : 1.0.8.3514
  • Id : com.google.GooglePlus
  • Folder : D67D52F1-B839-4B44-9203-55F42C0E2D2F
  • Bundle : EmSea.app
  • Name : Google+
  • Author : Google
  • Section : Social Networking
  • Copyright : © Google Inc. 2011
  • Price : Unknown
  • Bundle Version : 1.0.8.3514
  • Purchase Date : 2012-02-10T13:00:47Z
  • Genre ID : 6005
  • Open in Appstore

GPS Plus

  • Version : 5.9.23
  • Id : com.telenav.navigation.bytelenav
  • Folder : E9377280-F8A4-4C18-867F-246C4DBBDE89
  • Bundle : iphone_all.app
  • Name : Navigation By TeleNav - TeleNav GPS Plus
  • Author : TeleNav, Inc.
  • Section : Navigation
  • Copyright : © TeleNav, Inc 2012
  • Price : Unknown
  • Bundle Version : 5.9.23
  • Purchase Date : 2012-02-10T14:11:01Z
  • Genre ID : 6010
  • Open in Appstore

Group Email

  • Version : 1.9
  • Id : com.redbits.groupemail
  • Folder : 87692DFA-AF87-473B-BE91-BB0B9E38E40E
  • Bundle : GroupEmail.app
  • Name : Group Email!, Mail with Attachments, Photos, vCards and more
  • Author : Andrea Vettori
  • Section : Productivity
  • Copyright : © 2010, 2011 Andrea Vettori
  • Price : Unknown
  • Bundle Version : 1.9
  • Purchase Date : 2012-02-10T14:11:09Z
  • Genre ID : 6007
  • Open in Appstore

Groups

  • Version : 1126
  • Id : com.guidedways.Groups
  • Folder : E096E8AB-193F-4991-8EA1-C39A5BAF1B91
  • Bundle : Groups.app
  • Name : Groups: SMS, Mail and Manage Contacts
  • Author : Guided Ways Technologies Ltd
  • Section : Productivity
  • Copyright : © Guided Ways Technologies Ltd.
  • Price : Unknown
  • Bundle Version : 1126
  • Purchase Date : 2012-02-10T14:35:06Z
  • Genre ID : 6007
  • Open in Appstore

Gusto Mobile

  • Version : 1.0.3
  • Id : com.horseandtherook.gusto-mobile
  • Folder : AD289840-F152-4D74-8083-EC61524C4DBA
  • Bundle : Gusto Mobile.app
  • Name : Gusto Mobile - Code Editor and FTP Client
  • Author : Horse and the Rook
  • Section : Productivity
  • Copyright : © Horse and the Rook
  • Price : Unknown
  • Bundle Version : 1.0.3
  • Purchase Date : 2012-02-10T13:00:24Z
  • Genre ID : 6007
  • Open in Appstore

HippoRemote

  • Version : 3.3.4
  • Id : com.robohippo.hipporemote
  • Folder : 6EA0E8CE-D44A-47BE-B9CE-F1E70F6737E5
  • Bundle : HippoRemote.app
  • Name : HippoRemote Pro ~ Wireless Keyboard, Mouse, Remote Control & Gamepad
  • Author : RoboHippo LLC
  • Section : Productivity
  • Copyright : © Copyright 2012 RoboHippo LLC.
  • Price : Unknown
  • Bundle Version : 3.3.4
  • Purchase Date : Unknown
  • Genre ID : 6007
  • Open in Appstore

HP home&biz

  • Version : 4.1
  • Id : com.hp.iprint.photo
  • Folder : 8753409A-B11A-4AA2-8EE6-860BEB4FF83C
  • Bundle : HP ePrint Home & Biz.app
  • Name : HP ePrint Home & Biz
  • Author : Hewlett Packard
  • Section : Productivity
  • Copyright : © 2008 – 2011 Hewlett-Packard Development Company, L.P.
  • Price : Unknown
  • Bundle Version : 4.1
  • Purchase Date : 2012-02-12T03:50:56Z
  • Genre ID : 6007
  • Open in Appstore

HTML Viewer

  • Version : 1.0
  • Id : com.trautvetter.HTMLViewer
  • Folder : F5B87EFB-1A12-4041-948B-AB0A44A0EB01
  • Bundle : HTMLViewer.app
  • Name : HTML Viewer
  • Author : RichTech
  • Section : Utilities
  • Copyright : © Richard Trautvetter
  • Price : Unknown
  • Bundle Version : 1.0
  • Purchase Date : 2012-02-12T00:18:36Z
  • Genre ID : 6002
  • Open in Appstore

i.TV

  • Version : 3.4.2
  • Id : tv.i.itv
  • Folder : DD43700A-65FD-48D4-80C3-C770267505FD
  • Bundle : i.TV.app
  • Name : i. TV
  • Author : i.TV LLC
  • Section : Entertainment
  • Copyright : © 2008-2011 i.TV, LLC
  • Price : Unknown
  • Bundle Version : 3.4.2
  • Purchase Date : 2012-02-12T03:52:59Z
  • Genre ID : 6016
  • Open in Appstore

iBooks

  • Version : 804
  • Id : com.apple.iBooks
  • Folder : 9553C0E3-570C-437E-8D62-A465E668B536
  • Bundle : iBooks.app
  • Name : iBooks
  • Author : Apple
  • Section : Books
  • Copyright : © 2012 Apple Inc.
  • Price : Unknown
  • Bundle Version : 804
  • Purchase Date : 2012-02-10T12:58:59Z
  • Genre ID : 6018
  • aaaa
Comments (0)

EXPORT ➔ AppInfo » AppStore - Simple list

 
(Shazam)RED - 507
1Password - 362005
2Do - 5231
ABContacts - 1.9.8
Ace - 1.0
AppAdvice - 1.4.4
AppShopper - 90
Balllin' - 2.0.1
Billings - 140
BooklightPro - 1.0
Bookmark All - 1.1
BoxyTunes - 1.4
Calendars - 1710
Camera+ - 3410
CardMunch - 3.2
cBackup - 1.7.0
Cheat Docs - 1.0.3
CheatSheet - 2.0
ChromeSync - 1.2
CodeViewer 2 - 515
Color Expert - 1.2.2
Colors - 2.4.1
ContactClean - 1.2
Contacts - 1.5.43
ContactsPro - 2.2.6
Cooliris - 1.6.1
Dictionary - 1724
Diigo - 19
doxo - 91
Dropbox - 1.4.6
Elements - 2.1.1
Epocrates - 4.1.1
Evernote - 4.1.8
ExcelContacts - 2.3
Facebook - 4100.0
feedly - 6.1.4
Find Friends - 1
Find My iPhone - 1.3
Flashlight - 1.1.0
FlickStackr - 2.1.1
G Marks - 1.5
G+ Pic Import - 1.0
G-Whizz! - 201112121450
Genius Scan+ - 2.3.2
Gmail - 1.1.0.1724
Gmarks - 1.0.1297380598
gMusic - 1.5
GoDocs - 2.9.0
GoMusic - 2.1.1
Google - 1.0.1.8464
Google+ - 1.0.8.3514
GPS Plus - 5.9.23
Group Email - 1.9
Groups - 1126
Gusto Mobile - 1.0.3
HippoRemote - 3.3.4
HP home&biz - 4.1
HTML Viewer - 1.0
i.TV - 3.4.2
iBooks - 804
iCabMobile - 5.3
IDrive Contact - 1.3
iFiles - 1.9.3
IMDb - 2.5
iNet - 2.0.5
Instapaper - 4.0.4
IntelliShop - 1.2
iRegex - 1.0
iStorage - 1.5.12
iTransmission - 22
iTunes U - 322
JamBase - 421
Last.fm - 3.2.0
LastPass - 1.80.0
Launch - 1.2
LawStack - 2.2.1
Linux - 1.1
LinuxRef - 1.0.1
Live Phish - 1.2
Mailer - 6.28
Mailroom - 1.7.5.1
Markdown - 3.0
Meemo - 1.6.6
Mercury - 5.2
Messenger - 1530
MobileRSS - 3.4
Music+ - 4.1
MusicID - 534.69
MyContactsBackupPro - 1.1.1
MyWebClip - 2.0.0
MyWiki - 1.2.1
Nebulous - 5.1.1
NetSpend - 1.3.0
NewsRack - 253
NoteAndShare - 1.5.6
Notebook - 2.0.1
notebox - 1.3.8
Office² - 5.0.2
OmniFocus - 77.88.10.0.160921
oneSafe - 1.1.2
Optimum - 2.1.1
Pastebot - 652
PayPal - 3.6.1
Photo-Sort - 2.3.2
Photobucket - 2.4.5
Photogene² - 1.20
Photology - 1.7
Photopod - 1.5
Photos2Mail - 1.2.0
Plaxo - 1.4
PocketRx - 168
Posterous - 3.3
Producteev - 5.0.11
Prompt - 1.2.4
PS Express - 2.1
Quickoffice - 4.1.0
Read It Later - 2.4.7
Read Later - 1.3
RedLaser - 3.1.2
RegEx - 1.0.3
Remote - 338
ResizePhoto - 2.0
ring.tones - 4.9
Ringtone Rmx - 1.04
Rock Band - 1.3.54
RTM - 2.0.2
SafeWallet - 2.2.3
Shotz - 2.2
SmartSync - 3.7
Springpad - 2.6.0
Stickies - 3.3.9.4
Sudoku - 1.0.60
Swish - 1.1
Tabs - 2.0.2
TabToolkit - 1.2.5
Tap Forms - 2.1.12
TemPad - 1.1.0.1307629973
Texas Holdem - 2.2
TextExpander - 1.2.2
TouchTerm - 2.4.2.1998
Translate - 1.3.0.2480
Trunk Notes - 2.5.8
Tunebox - 1.1
TV Guide - 2.1.1
Tweetbot - 20110
Twitter - 4.0.1
U1 Files - 32
Unarchiver - 1.5
Uniconsole - 152
Vybe - 1.0.4
Webnotes - 1.0.1
WebToolbox - 1.2
Week Cal - 4.2
Wikipanion⁺ - 1.7.5.4
WikiTouch - 2.1
WordBook - 4.3.5
WordPress - 2.9.4
Words Free - 4.11
Writron - 1.02.00
Wunderkit - 1.0
Yummy - 2.6.5
Λffix - 2.5.1
스프링노트 - 1.5.3
Comments (0)