SmartCloud783 / iphone-elite

Automatically exported from code.google.com/p/iphone-elite
GNU General Public License v2.0
0 stars 0 forks source link

seczone corrupted? #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

 1) bbupdate -v shows:
# ./bbupdater -v
Resetting target ...
Error: Failed to initialize comm layer: (is it open by another app?)
Done
# 

before I did run the virginator.sh 

I used the virginator.sh on a downgraded 1.1.1 version
that means it shows Version "1.0.2 (1C28)" on settings - general
but the modem-firmware is 04.01.13_G (showed me over the ermergency button)

So the virginator went thru and flash with ICE03.14.08_G.fls
(in the step of #Virginize of virginator.sh)

after that in the step "# Check baseband status" of virginator.sh

there come this error msgs:
==================
ERROR: There was a problem with virginizing.
ERROR: The status return was different than expected.
ERROR: The following is the current output of "bbupdater -v":
----------
Resetting target...
pinging the baseband...
issuing +xgendata...
firmware: DEV_ICE_MODEM_04.01.13_G
eep version: EEP_VERSION:207
eep revision: EEP_REVISION:8
bootloader: BOOTLOADER_VERSION:3.9_M3S2
Done
----------
ERROR: It should be:
----------
Resetting target...
pinging the baseband...
baseband unresponsive to pinging
Done
----------
ERROR: Please visit:
ERROR: http://code.google.com/p/iphone-elite/wiki/RevirginizingTool
==================

so, the script exit and next step of the script # reflash the 3.14..08
baseband firmware was not executed.
----

now, i'm afraid to reboot the iphone. I still have ssh connection and
winscp connection open and can repair if needed.

maybe i have to reverse what the script did in the #Virginize step of
virginator.sh

I dont shutdown the phone till I have an smart response here ...

anybody knows ??

Original issue reported on code.google.com by k...@realnet.de on 13 Nov 2007 at 12:41

GoogleCodeExporter commented 8 years ago
You didnt stop Comm, thats why you are getting the comm error, before you run 
bbupdater -v type the following:

launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist

As for the virginator.sh script not working, you need to downgrade the baseband 
to 
the 1.02 baseband before you can run it.

Original comment by pspsu...@gmail.com on 14 Nov 2007 at 12:18

GoogleCodeExporter commented 8 years ago
use this command:
killall -9 CommCenter

Original comment by ani...@gmail.com on 17 May 2008 at 11:09