Noah-p0werd0wn / iphuc

Automatically exported from code.google.com/p/iphuc
0 stars 0 forks source link

Bus Error (not seg fault!) when sending commands to ipod touch (Leopard, powerpc, proper mobiledevice framework) #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install 7.4.2 MobileDevice framework in
/System/Library/PrivateFrameworks (7.6.2 framework moved)
2. run ./iphuc-universal, program runs fine
3. issue command "cmd reset" or any other "cmd"
4. iphuc crashes with "bus error" back to shell

What is the expected output? What do you see instead?
It would be expected that iphuc would either give an intelligible error
message or successfully send the command to the iphone.

What version of the product are you using? On what operating system?
latest iphuc-universal on 10.5.2 powerpc.

Please provide any additional information below.

The issue was experienced with an ipod touch which has a boot-file value in
nvram of "diags", which I hoped to clear. Currently the ipod restores fine,
but it stays in recovery mode after with no itunes error. I need to setenv
boot-command fsboot, reset, or setenv boot-command. I cannot tell from the
bus error if there is a problem with the program or with its communications
with the ipod.

Original issue reported on code.google.com by sendtom...@gmail.com on 24 Jun 2008 at 11:25

GoogleCodeExporter commented 8 years ago
update: same problem with fully restored & stock ipod touch. I've also tried 
using
iphuc-universal static on a tiger system with the correct framework. Still says 
"Bus
Error" and quits. Other utilities seem to be able to communicate with ipod, 
including
itunes, ziphone, iliberty. I'd really like to be able to issue iboot commands 
though,
and so hopefully this can be fixed!

Original comment by sendtom...@gmail.com on 25 Jun 2008 at 2:56