The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPod Models > iPod Touch > iPod Touch General Chat
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-06-2007, 09:00 PM
iPhoneaholic
 
Join Date: Nov 2007
Location: Here
Posts: 396
Thanks: 27
Thanked 13 Times in 13 Posts
Send a message via ICQ to n0m0n Send a message via AIM to n0m0n
Cant get mail to work.

Hello,
I installed Mail onto my ipod Touch.
There were 2 folders that I moved 1 was the mail app folder that went into th applications directory.
The 2nd was Mail settings that went into system \ lib \ preference Bundles.

I setup my POP email account (no SSL) as I have on so many other devices.

But I cant seem to figure out how or why I cant get my mail?

I open the mail app and it does nothing for about 15 seconds.
It then defaults back the the main home screen.

Is there a way to call up the mail to check because there are only 2 icons buttons to tap at the bottom (I think a refresh and a compose not sure though since it does nothing).

Thanks
JW
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 11-06-2007, 09:14 PM
jamier's Avatar
Green Apple
 
Join Date: Oct 2007
Posts: 62
Thanks: 4
Thanked 4 Times in 3 Posts

have you chmodded the files to make them executable..?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 11-06-2007, 09:27 PM
iPhoneaholic
 
Join Date: Nov 2007
Location: Here
Posts: 396
Thanks: 27
Thanked 13 Times in 13 Posts
Send a message via ICQ to n0m0n Send a message via AIM to n0m0n

what is chmode?
I added them with a few others like maps and they work.

Please advise
Thanks
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 11-07-2007, 08:48 AM
jamier's Avatar
Green Apple
 
Join Date: Oct 2007
Posts: 62
Thanks: 4
Thanked 4 Times in 3 Posts

sorry,

chmod is a command you can use with an SSH session or in a vt100 terminal to alter file permissions for different user classes.
the command
Code:
chmod -R a+x /Applications/*
will allow any user to execute anything currently under the Applications folder (ie, your Mail app). If the app isn't set as executable (something you are allowed to run as a program) then you won't be able to run it and it will crash.
I don't know for sure that this is your problem, but it did help me.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 11-07-2007, 10:49 AM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts

Hi Jamier,

I've tried this, and the permissions are set correctly, and I even used the terminal command to no avail- it just crashes after a few seconds...any ideas?

EDIT: Did it a few times, and eventually it worked.

Last edited by cathead; 11-07-2007 at 11:04 AM.. Reason: fixed
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 11-07-2007, 12:30 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

I installed BSD, I added the iPhone apps, I set every file included with the aps as 755 with Fetch on my Mac, Rebooted, - No joy.

Re-installed BSD, Re-booted, - No joy

Frustrating as hell. Am I missing anything?

Last edited by jasonh1234; 11-07-2007 at 12:33 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 11-07-2007, 08:09 PM
jamier's Avatar
Green Apple
 
Join Date: Oct 2007
Posts: 62
Thanks: 4
Thanked 4 Times in 3 Posts

It may pay to chmod them from on the iTouch itself, as my files changed their permissions between my computer and my iPod, not sure as to why.

Also, when i first used mail, it crashed on me all the time, so i downloaded a different copy from a 1.1.1 iFone, and now all is well.
www.touchdev.net has links to download the apps in there somewhere... :P
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 11-07-2007, 10:59 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by jamier View Post
It may pay to chmod them from on the iTouch itself
How would one do that? Through Finder.app?

Quote:
Also, when i first used mail, it crashed on me all the time, so i downloaded a different copy from a 1.1.1 iFone, and now all is well.
www.touchdev.net has links to download the apps in there somewhere... :P
I think that's where I got mine. Or piratebay
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 11-08-2007, 05:51 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

if you go to the installer you can get "squid". there you can go through and give the iphone apps permission: 511 (777), that should work. also make sure to set it up in the setting menu
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 11-08-2007, 09:22 PM
jamier's Avatar
Green Apple
 
Join Date: Oct 2007
Posts: 62
Thanks: 4
Thanked 4 Times in 3 Posts

I used ssh to do it in the first place, via PuTTY for windows.
You can also do it via terminal in Mac OS X.
You'll need BSD Subsystem if you haven't got it already.

Otherwise, i got lazy and used the vt-100 terminal to do the commands.

All of these do the same thing.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 11-09-2007, 09:17 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by jamier View Post
You can also do it via terminal in Mac OS X.
Ok so once Terminal is open you..... do what?


Quote:
You'll need BSD Subsystem if you haven't got it already.
Downloaded it on the iPod although I have no idea what it is or what it does. Do I need BSD on the Mac as well?

Quote:
Otherwise, i got lazy and used the vt-100 terminal to do the commands.
I downloaded vt-100 Terminal on my iPod through installer but have no idea how to get it to do anything with it!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 11-09-2007, 09:38 PM
jamier's Avatar
Green Apple
 
Join Date: Oct 2007
Posts: 62
Thanks: 4
Thanked 4 Times in 3 Posts

what you want to do is use ssh (secure shell - its like a remote command prompt or terminal)
so in the terminal on the mac, you can type
Code:
ssh root@<ipofipod>
You'll need to have the iPod on some sort of wifi connection that you can access with the mac.
Then using ssh, you can type the chmod command from above.

Otherwise, open vt-100 and type in the command there.

Whichever is easiest for you.

You don't need the BSD Subsystem on the mac. Its more a set of commands and programs that you can run for the ipod. A lot of the third party apps out there rely on that package being installed. chmod is one of those commands.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 12-05-2007, 01:14 PM
Green Apple
 
Join Date: Nov 2007
Posts: 40
Thanks: 3
Thanked 1 Time in 1 Post

1.1.1 or 1.1.2

www.mailcoaster.com

Thanks
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 12-06-2007, 05:39 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 10
Thanks: 1
Thanked 2 Times in 2 Posts

free yahoo mail does not work, have to use yahoo plus, w/pop, on ipod touch
gmail works
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPod Models > iPod Touch > iPod Touch General Chat

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 10:08 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top