Our Smartphone Network: BlackBerryWindows MobileAndroidPalm Pre
iPhone Forums
EverythingiCafe iPhone cases, accessories iPhone Social iPhone Wallpapers iPhone forums iPhone blog iPhone accessory reviews iPhone news

Go Back   iPhone Forums > Modifications > iPhone Modifications




Reply
 
LinkBack Thread Tools Display Modes
Old 02-12-2008, 09:15 AM   #101 (permalink)
 
Tinman's Avatar
 
Join Date: Jul 2007
Location: Aridzona
Posts: 3,004
Thanks: 45
Thanked 117 Times in 73 Posts
Default

Originally Posted by mittenman View Post
Hey Mike, shouldn't this read: "act like the iPhone is NOT jailbroken" ?
Good catch. Thanks. I'll edit it.


--
Mike
__________________
"When this sign is under water, this road is impassable. -posted on a Tennessee highway



Tinman is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 09:27 AM   #102 (permalink)
 
mittenman's Avatar
 
Join Date: Jul 2007
Location: Nowhere, Mitten
Posts: 810
Thanks: 56
Thanked 37 Times in 31 Posts
Default

Originally Posted by Tinman View Post
Good catch. Thanks. I'll edit it.


--
Mike
No problemo, any thoughts on my previous post??
mittenman is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 09:31 AM   #103 (permalink)
 
brzman1's Avatar
 
Join Date: Aug 2007
Location: Miami, Fl
Posts: 70
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Originally Posted by hinzy View Post
There is no icon when installing openssh... if you need to see an icon you can install 'services' or 'bosspref' from installer. i believe they each have an icon that controls on/off for ssh

you use winscp on your pc if you want to ssh to your phone
I install the app, but still don't get the SSH method. Just for info.,I jailbroke my phone with the new method. Although I haven't tried the update version of the 1.1.3
brzman1 is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:28 AM   #104 (permalink)
 
up10ad's Avatar
 
Join Date: Aug 2007
Location: Delta, CO
Posts: 1,826
Thanks: 151
Thanked 190 Times in 142 Posts
Default

Tinman, it worked great, thanks.

My only issue is that my MAIL application won't work. It opens and then closes. I have tried deleting my two mail accounts in Settings and they seem to delete, but when I go back in Settings afterwards they are there again.

I suspect it has something to do with my previous 1.1.3 Nate JB where I had to install the 1.1.3 mailfix from sleepers.net to get passwords to save.

Any suggestions?
__________________
Rick (reveal) - Come join the iRovr EIC stream & the EIC Chat on IRC!
Pardon my driving, I'm reloading
up10ad is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:36 AM   #105 (permalink)
 
x666x's Avatar
 
Join Date: Jan 2008
Posts: 468
Thanks: 0
Thanked 1 Time in 1 Post
Cool

Alright, I've had more time to fiddle around with this and I've hit a few snags along the way. I've posted what I've done to fix these small issues for those who may run into similar problems.

Mail Application Doesn't Launch
Problem: Launching the Mail application shows you a white screen and then closes.

Solution: Change the owner of /var/mobile/Library/Mail from "root" to "mobile"

Enter in Terminal: chown -R mobile /var/mobile/Library/Mail

NES, GBA, SNES, PSX Emulators cannot find Roms
Problem: Emulator cannot find Roms when launched.

Solution: Move roms to /var/mobile/Media/ROMs and change the owner of /var/mobile/Media/ROMs to "mobile." Lastly, add a ROMs symlink to /var/root/Media

Enter in Terminal: mv /var/root/Media/ROMs /var/mobile/Media/ROMs
Enter in Terminal: chown -R mobile /var/mobile/Media/ROMs
Enter in Terminal: ln -s /var/mobile/Media/ROMs /var/root/Media/ROMs

BeatPhone cannot find Samples
Problem: BeatPhone states it cannot find any samples when launched

Solution: Move /var/root/Media/BeatPhone to /var/mobile/Media/BeatPhone and change the folder owner to "mobile."

Enter in Terminal: mv /var/root/Media/BeatPhone /var/mobile/Media/BeatPhone
Enter in Terminal: chown -R mobile /var/mobile/Media/BeatPhone
Enter in Terminal: ln -s /var/mobile/Media/BeatPhone /var/root/Media/BeatPhone
__________________
I'm saving my 999th post for something "in the air" so until then I won't be posting on x999x

Last edited by x666x; 02-12-2008 at 10:38 AM..
x666x is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:47 AM   #106 (permalink)
 
brzman1's Avatar
 
Join Date: Aug 2007
Location: Miami, Fl
Posts: 70
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Originally Posted by x666x View Post
Alright, I've had more time to fiddle around with this and I've hit a few snags along the way. I've posted what I've done to fix these small issues for those who may run into similar problems.

Mail Application Doesn't Launch
Problem: Launching the Mail application shows you a white screen and then closes.

Solution: Change the owner of /var/mobile/Library/Mail from "root" to "mobile"

Enter in Terminal: chown -R mobile /var/mobile/Library/Mail

NES, GBA, SNES, PSX Emulators cannot find Roms
Problem: Emulator cannot find Roms when launched.

Solution: Move roms to /var/mobile/Media/ROMs and change the owner of /var/mobile/Media/ROMs to "mobile." Lastly, add a ROMs symlink to /var/root/Media

Enter in Terminal: mv /var/root/Media/ROMs /var/mobile/Media/ROMs
Enter in Terminal: chown -R mobile /var/mobile/Media/ROMs
Enter in Terminal: ln -s /var/mobile/Media/ROMs /var/root/Media/ROMs

BeatPhone cannot find Samples
Problem: BeatPhone states it cannot find any samples when launched

Solution: Move /var/root/Media/BeatPhone to /var/mobile/Media/BeatPhone and change the folder owner to "mobile."

Enter in Terminal: mv /var/root/Media/BeatPhone /var/mobile/Media/BeatPhone
Enter in Terminal: chown -R mobile /var/mobile/Media/BeatPhone
Enter in Terminal: ln -s /var/mobile/Media/BeatPhone /var/root/Media/BeatPhone
When i access terminal, it asked for a login and password. What is that?
brzman1 is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:47 AM   #107 (permalink)
 
up10ad's Avatar
 
Join Date: Aug 2007
Location: Delta, CO
Posts: 1,826
Thanks: 151
Thanked 190 Times in 142 Posts
Default

Originally Posted by x666x View Post
Mail Application Doesn't Launch
Problem: Launching the Mail application shows you a white screen and then closes.

Solution: Change the owner of /var/mobile/Library/Mail from "root" to "mobile"
Thanks x666x, I used WinSCP to change owners and it now works great.
__________________
Rick (reveal) - Come join the iRovr EIC stream & the EIC Chat on IRC!
Pardon my driving, I'm reloading
up10ad is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:53 AM   #108 (permalink)
 
x666x's Avatar
 
Join Date: Jan 2008
Posts: 468
Thanks: 0
Thanked 1 Time in 1 Post
Default

Originally Posted by up10ad View Post
Thanks x666x, I used WinSCP to change owners and it now works great.
No probs, but you thanked the wrong person lol! No biggie.

Anyway that timing was pretty cool, when I was done writing I noticed your post was just added to the thread before mine. Makes for smooth readin, heh.
__________________
I'm saving my 999th post for something "in the air" so until then I won't be posting on x999x
x666x is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:54 AM   #109 (permalink)
 
x666x's Avatar
 
Join Date: Jan 2008
Posts: 468
Thanks: 0
Thanked 1 Time in 1 Post
Default

Originally Posted by brzman1 View Post
When i access terminal, it asked for a login and password. What is that?
enter this to login:

ssh root@youriphoneIPaddresshere

You'll be asked for a password and the letters will be invisible so be absolutely sure you type this in correctly: alpine

Hit enter and you'll be logged in!
__________________
I'm saving my 999th post for something "in the air" so until then I won't be posting on x999x
x666x is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Old 02-12-2008, 10:55 AM   #110 (permalink)
 
Tinman's Avatar
 
Join Date: Jul 2007
Location: Aridzona
Posts: 3,004
Thanks: 45
Thanked 117 Times in 73 Posts
Default

Originally Posted by mittenman View Post
I asked this once last night and did not get any help. Anywho, after my jailbreak, I'm showing almost 200mb of other with nothing installed?? Just wondering if this is normal, I've read on the previous soft upgrades there were some files that could be deleted. Any help??
That is normal. I also don't think iTunes is accurate as before I synced any iTunes media to my iPhone I checked free space via SSH. The media partition had only 4 MB (and that was due to the camera roll) even though iTunes claimed there was 195 MB of Other.

"Other" BTW is supposed to be anything on the media partition that iTunes can't recognize. FWIW I've had issues with Other even before ever jailbreaking--under 1.0.0.



--
Mike
__________________
"When this sign is under water, this road is impassable. -posted on a Tennessee highway



Tinman is offline  
Digg this Post!Share on Facebook!
Reply With Quote
Reply


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 Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Integrated by BBpixel