does anybody have a dummys guide on how to add third party apps to the theme?
https://spreadsheets.google.com/ccc?key=0AnwqZYJrC7psdGt1WE5WMlE4ZU9pVG9hcGJXVVpzRlE&hl=en#gid=0
thats the furthest i was able to go. checked youtube, but couldnt find any tutorials. any simple outline directions?
You need iFile (or some other file browser) or be able to SSH into your phone.
1. Find the app you want to modify, it's either in var/mobile/applications or var/stash/applications. open package contents.
2. Find the applications info.plist and search for a string called "bundle identifier", make note of it. Capitalization is important!
3. There should also be a string called "bundle icon" or something similar, and the icon name is typically "icon.png" or "icon@2x.png" or a capitalized variation of those two. To double check, look inside the application folder and find the icon file. Capitalization is important!
4. Now go back to your theme folder, located in var/stash/themes
5. In the folder called Bundles, make a new folder, name it with the bundle identifier you found earlier. (com.something.something usually)
6. In that folder, paste your third party icon and name it with the "bundle icon" string. Bot the bundle identifier and icon name have to be exact, otherwise it won't work.
7. Respring your phone and you're done.
EDIT: If your app is on the spreadsheet that you posted, then all the work is done for you. Just copy the identifiers.