Hi,
today my 3GS started to act strange. I got several time a message saying that it is running out of space (even if iTunes says 2GB free). It rebooted/switched off 2x. When I try to send and SMS, the SMS app crashes.
I wanted to backup the iPhone so I plug to my mac and got the error "13014"
iPhone (JB) 3GS 3.1.2 (04.28.08)
iTunes 9.0.3
I googeled for the "13014" and found only problems related to an update to iTunes 8.0.1 which is not my case. I haven't updated anything since the last months.
EDIT: It looks like I'm really out of space !! I see now that I have 7 GB of "Other" data .. what the hell is that ? I've never had some much "other" data.
EDIT2: Got it. Thankfully I'm familiar with command line:
.. in other words, the RockApp log file is bigger that 6GB. When I look at the content it's filled with
probably a nice bug in the App.
cheers,
Tex
today my 3GS started to act strange. I got several time a message saying that it is running out of space (even if iTunes says 2GB free). It rebooted/switched off 2x. When I try to send and SMS, the SMS app crashes.
I wanted to backup the iPhone so I plug to my mac and got the error "13014"
iPhone (JB) 3GS 3.1.2 (04.28.08)
iTunes 9.0.3
I googeled for the "13014" and found only problems related to an update to iTunes 8.0.1 which is not my case. I haven't updated anything since the last months.
EDIT: It looks like I'm really out of space !! I see now that I have 7 GB of "Other" data .. what the hell is that ? I've never had some much "other" data.
EDIT2: Got it. Thankfully I'm familiar with command line:
Code:
iPhone:~ root# find / -size +1G
/private/var/mobile/Library/RYP/logs/rockapp_2010-03-17.log
iPhone:~ root# du -sh /private/var/mobile/Library/RYP/logs/rockapp_2010-03-17.log
6.2G /private/var/mobile/Library/RYP/logs/rockapp_2010-03-17.log
.. in other words, the RockApp log file is bigger that 6GB. When I look at the content it's filled with
Code:
...
Wed Mar 17 13:05:02: Wrote zero bytes
Wed Mar 17 13:05:02: Wrote zero bytes
Wed Mar 17 13:05:02: Wrote zero bytes
Wed Mar 17 13:05:02: Wrote zero bytes
Wed Mar 17 13:05:02: Wrote zero bytes
Wed Mar 17 13:05:02: Wrote zero bytes
Wed Mar 17 13:05:02: Wrote zero bytes
...
cheers,
Tex