HomeStoreForumsWikiiPhone Native AppsiPhone AppsiPhone Apps modmyifone Downloadsmodmyifone Links



Go Back   ModMyiFone.com | iPhone forums, iPhone hacks, iPhone unlock > Computer Modding Software > Windows Specific Modding Discussion
Register FAQ Members List READ THIS Today's Posts Mark Forums Read

Windows Specific Modding Discussion Any modding questions which are specific to Windows should be posted here.


iPhone Optimized MMi | Browser Optimized MMi

Get more out of ModMyiFone by joining our free community. By registering you get privileges to download files from our downloads section and you may also post your questions in our forums! It's fast, free, and easy!

Opportunities at MMi | 1.1.4 Unlock|Jailbreak OS X / Win
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-23-2008, 09:24 PM
What's Jailbreak?
 
Join Date: Jan 2008
Posts: 13
Thanks: 5
Thanked 0 Times in 0 Posts
Error listing directory '/private/var/Applications'

I was trying to fix my customize app and i think ive messed up something with my iphone, wondering if anyone has seen this error before or know away or procedure to reset back to normal..

Everytime i go to into my applications folder this is the error i keep getting.

Error listing directory '/private/var/Applications'

No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 11


Can anyone help, im kinda lost here
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2 (permalink)  
Old 04-04-2008, 07:36 AM
What's Jailbreak?
 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by reddevilrooney View Post
I was trying to fix my customize app and i think ive messed up something with my iphone, wondering if anyone has seen this error before or know away or procedure to reset back to normal..

Everytime i go to into my applications folder this is the error i keep getting.

Error listing directory '/private/var/Applications'

No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 11


Can anyone help, im kinda lost here
did u fix your Prob? I have the same, I restore from 1.1.3 to 1.1.4 and unlock it with iLiberty+, and after that I have the same probs like you. In 1.1.3 I havent these Probs.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3 (permalink)  
Old 04-10-2008, 07:18 AM
WiFone's Avatar
What's Jailbreak?
 
Join Date: Dec 2007
Device + Firmware: iPhone 1.1.4 pwned
Operating System: Windows XP / Vista
Posts: 11
Thanks: 1
Thanked 1 Time in 1 Post

Same problem here.

1.1.4/BL4.6 OOTB, used iLiberty v1.3.0.113 for jailbreak, activation, downgrade BL to 3.9FB, and unlock BB 04.04.05_G.
I have tried various options (Cydia / Installer & BSD subsystem).

I really don't think that I messed anything up, since it's a brand new phone and I have tried it a couple of times from a fresh restored 1.1.4. I rather think it must be a bug in iLiberty+

I guess I fixed it... it must have something to do with moving the Applications folder (to save space) with a symlink, but in a sloppy way, making the Applications folder invisible.

The trick that helped me is to redo the symlink (cf. http://www.iphonestalk.com/how-to-fi...y-iphone-apps/), and to (re)make the Applications folder using WinSCP itself.

Check: the original symlink does work 'half' in WinSCP when you click on it (and gives the error posted above), but it doesn't properly show up when you type

# cd /
# ls -la

So I copied the Applications folder:

# cd /
# cp -pr Applications /var/root

and then made a new 'Applications' folder using WinSCP (right-click > New > Directory) in both / (root) and /private/var/root (this gives an error, but never mind: after doing so, the Applications folder does suddenly show up nicely in the WinSCP GUI), and (re)created the symlink:

# ln -s private/var/root/Applications /Applications

Now all is working as expected. Hope this helps someone else with similar problems too.

Last edited by WiFone : 04-10-2008 at 07:18 AM. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4 (permalink)  
Old 05-13-2008, 11:27 PM
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post

Quote:
Originally Posted by WiFone View Post
Same problem here.

1.1.4/BL4.6 OOTB, used iLiberty v1.3.0.113 for jailbreak, activation, downgrade BL to 3.9FB, and unlock BB 04.04.05_G.
I have tried various options (Cydia / Installer & BSD subsystem).

I really don't think that I messed anything up, since it's a brand new phone and I have tried it a couple of times from a fresh restored 1.1.4. I rather think it must be a bug in iLiberty+

I guess I fixed it... it must have something to do with moving the Applications folder (to save space) with a symlink, but in a sloppy way, making the Applications folder invisible.

The trick that helped me is to redo the symlink (cf. http://www.iphonestalk.com/how-to-fi...y-iphone-apps/), and to (re)make the Applications folder using WinSCP itself.

Check: the original symlink does work 'half' in WinSCP when you click on it (and gives the error posted above), but it doesn't properly show up when you type

# cd /
# ls -la

So I copied the Applications folder:

# cd /
# cp -pr Applications /var/root

and then made a new 'Applications' folder using WinSCP (right-click > New > Directory) in both / (root) and /private/var/root (this gives an error, but never mind: after doing so, the Applications folder does suddenly show up nicely in the WinSCP GUI), and (re)created the symlink:

# ln -s private/var/root/Applications /Applications

Now all is working as expected. Hope this helps someone else with similar problems too.
Can someone explain this a little more. I gave this a try but I was confused weather I should follow the instructions that were linked to or where I was supposed to start. Either way I gave it a try and failed .

Can someone please explain exactly what I am supposed to do step by step to fix the problem?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5 (permalink)  
Old 05-14-2008, 05:04 AM
WiFone's Avatar
What's Jailbreak?
 
Join Date: Dec 2007
Device + Firmware: iPhone 1.1.4 pwned
Operating System: Windows XP / Vista
Posts: 11
Thanks: 1
Thanked 1 Time in 1 Post

I'll explain again: some script attempted to move the Applications folder and create a symlink to it, but apparently didn't work 100% flawless.

So what I did was remove the symlink to the moved Applications folder and recreate it.

There are many different ways to do this, and there is no step by step solution of which I am confident to say that it will always work. In my case it took some fiddling around and testing the results before I was confident that I fixed my problem. My advise would be to do the same, and not to blindly follow any step by step instruction. Take my post more as a hint to look for this type of problem and solution/workaround. Try to learn from others as much as you can, but (preferaby) apply (only) your *own* knowledge and skills. And be prepared to learn from your *own* failures (and successes, of course!).
__________________
2007 meets 1982: iPhone + akaRemote > (lotsa stuff >) > TB-303: Controlling the Bassline with the Accelerometer
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  ModMyiFone.com | iPhone forums, iPhone hacks, iPhone unlock > Computer Modding Software > Windows Specific Modding Discussion


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

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

ModMyMoto.com - ModMyGPhone.com - ModMyiFone.com - Managed Dedicated Servers by SingleHop - iPhone Wallpapers - Contact Us - Link to us - Archive - Privacy Statement - - Top
All times are GMT -6. The time now is 07:45 AM. Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC5 Copyright © 2007-08, ModMyiFone.com Forum skin by poetic_folly
ModMyiFone.com is an independent publication and has not been authorized, sponsored, or otherwise approved by Apple, Inc or Cisco Systems, Inc. The information contained on this site is for educational purposes only.