i used iJailbreak.
I then through installer added the apps NES, Lights off, and TTR.
Then i opened an STFP through cyberduck and uploaded the unzipped iphone apps onto the application folder.
Everything works still, yet the iPhone apps are not coming up. please help!
When you say not comping up, do you mean you don't see them at
all on your SpringBoard, or they won't launch (two different things).
If you don't see them at all:
Within Cyberduck, navigate to the
/ directory. You should see a list of all folders. Double-click Applications. Do you see folders for the iPhone apps in there? Weather.app, Mail.app, etc?
If they won't launch, you might need to open a Terminal connection to your Touch and set the permissions:
1. Launch
Applications > Utilities > Terminal on your Mac
2. Type this command and press enter (where -l is a lowercase L and and ipod.ip is your Touch's IP [to find this go to your Touch and select
Settings > WiFi > Tap your connected network > IP]):
It will ask for a password. If you didn't change it, the default password is alpine
3. Type this command into Terminal and press enter (if it is successful it will open a new line):
chmod -R a+x /Applications/*
If you get a glob6 error, type this and press enter:
/bin/chmod -R a+x /Applications/*
4. Now restart your iPod Touch (power off and then turn back on) and see if that fixed it.