+ Reply
Results 1 to 2 of 2
  1. #1
    What's Jailbreak?
    Join Date
    May 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Stuck At "Apple" on Startup? Possible Solution

    Today I installed BossTool to free up some space on my iPhone. After moving my Fonts, Ringtones, and Applications I restarted my phone. To my surprise it was stuck at the Apple logo with a circular loading icon. I tried many times to restart the phone but it would not pass that point.

    I figured it was something to do with the phone not being able to find some of the files that I moved. So I checked my router, and found out that my phone was connected to WiFi, even though it was stuck at the apple logo.

    So then I SSHed into my phone and did the following..

    # cd /System/Library
    # unlink Fonts
    # unlink Ringtones
    # cp /private/var/Fonts .
    # cp /private/var/Ringtones .
    # cd /private/var/
    # rm -rf Fonts
    # rm -rf Ringtones

    Before I was even complete these steps, my phone was at the home screen and working again!!

    I hope this can help others with this problem!

  2. #2
    Green Apple
    Join Date
    Nov 2007
    Posts
    39
    Thanks
    4
    Thanked 2 Times in 2 Posts

    Quote Originally Posted by maclema View Post
    Today I installed BossTool to free up some space on my iPhone. After moving my Fonts, Ringtones, and Applications I restarted my phone. To my surprise it was stuck at the Apple logo with a circular loading icon. I tried many times to restart the phone but it would not pass that point.

    I figured it was something to do with the phone not being able to find some of the files that I moved. So I checked my router, and found out that my phone was connected to WiFi, even though it was stuck at the apple logo.
    [I]
    So then I SSHed into my phone and did the following..

    # cd /System/Library
    # unlink Fonts
    # unlink Ringtones
    # cp /private/var/Fonts .
    # cp /private/var/Ringtones .
    # cd /private/var/
    # rm -rf Fonts
    # rm -rf Ringtones

    Before I was even complete these steps, my phone was at the home screen and working again!!

    I hope this can help others with this problem!
    SO what did you do to the following?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts