ORIGINALLY CREATED BY Psychochromatic
Psycho@googlecode
MobileStack@googlecode (Feedback, SVN, download)
MultiStack@picasa
Latest Version
Download
How to install :
- Install MobileStack R196 from Installer or manually
- Enable Stack in StackController.app
- Reboot your iPhone/iTouch
- Connect with SSH
- Copy stack_binary (downloaded from here) to /Applications/Stack.app (replace the file, permission set to 0755)
- Delete /var/root/Preferences/com.steventroughtonsmith.entries
- Restart SpringBoard/Reboot your iPhone/iTouch
- Watch the result ;)
- Customize your entries file manually
Fonctionnalités
Fonctionnalities
- Affiche de UNE à QUATRE Stacks
- Shows ONE to FOUR Stacks
- Supporte la FAN VIEW (5 icônes maximum) et la GRID VIEW (20 icônes maximum)
- Supports FAN VIEW (5 icons) and GRID VIEW (20 icons)
- Intégration de toute les ANIMATIONS originales
- All ANIMATIONS working
- Passage d'une Stack à une autre
- SWITCHING from one Stack to another
- Lancement de toutes les applications
- Launches all applications
- Stack personnalisables : stacks, positions, applications & icônes
- Customizable Stacks : stacks, positions, applications & icons
- Possibilité d'afficher des labels à côter des icones en Fan View
- Ability to show labels in Fan View
- Possibilité d'avoir des Curved Stacks en Fan View
- Curved Stacks are working
- Possibilité de metttre des TITRES aux Stacks
- Ability to put a label on each Stack
A faire
To do
- Nettoyer le code de l'application
- Clean the source code
- Nettoyer le fichier entries
- Clean the entries file
Fonctionnalités à venir ?
Fonctionnalities to come ?
- Activation/Désactivation de la bulle en Grid View
- Enable/Disable bubble in Grid View
- Choix de la couleur de la bulle
- Choosable bubble's color
- Ajustement de la taille/position des stacks/icônes pour s'adapter à tous les thèmes
- Adjustable sizes/positions to fit with all themes
Bugs connus
Known bugs
- Quelques petits bugs dans certaines animations
- Some little bugs in animations
- Les Stacks restent quelques secondes au premier plan lors du lancement d'une autre application
- Stacks displaying over the app when launching
- Les badges ne sont pas affichés dans les Stacks
- Badges are not displayed in Stacks
Entries File Example
<-- Repeat this section for each stack -->
<dict>
<key>buttons</key>
<array>
<-- Repeat this section for each button -->
<dict>
<key>ID</key>
<string>com.apple.mobilemail</string> <-- Application identifier -->
<key>IconPath</key>
<string>/Applications/MobileMail.app/</string> <-- Path to the application -->
</dict>
<-- End button section -->
<dict>
<key>ID</key>
<string>com.apple.mobilenotes</string>
<key>IconPath</key>
<string>/Applications/MobileNotes.app/</string>
</dict>
<dict>
<key>ID</key>
<string>com.apple.Maps</string>
<key>IconPath</key>
<string>/Applications/Maps.app/</string>
</dict>
</array>
<key>curved</key> <-- Enable or disable curved stack -->
<string>1</string> <-- (1) Enable / (0) disable -->
<key>label</key> <-- Stack's label -->
<string>Stack</string> <-- Empty for no label -->
<key>labeled</key> <-- Enable or disable labeled icons -->
<string>1</string> <-- (1) Enable / (0) disable -->
<key>stack</key> <-- Stack position -->
<string>1</string> <-- (From left (1) to right (4) -->
</dict>
<-- End stack section -->