This mobile phone has 2 memories:
Internal - da0 - 28 MB
External - da1 - 468 MB
I decided to experiment with Internal da0, so before editing it, I did:
After doing what I wanted. I decided to revert it to original state:
But it failed, at 6th MB and I had to unplug it, as any operation on it would result in input/output error.
After unplugging it, mobile phone worked.
Then I decided to take a second restoring approach:
Now after unplugging it, It can't start!
When I push ON button or plug it in PC by USB, it start blinking, white/black screen infinitively.
The only way to stop it, is to take battery out, from it.
Now, when I connect it, to PC, it can't access it, in order to attempt 'dd' image writing again.
What am I supposed to do now?!
And why did things went so terribly wrong?! :q
Internal - da0 - 28 MB
External - da1 - 468 MB
I decided to experiment with Internal da0, so before editing it, I did:
Code:
# dd if=/dev/da0 of=/usr/downloads/sony_ericsson.img bs=1m
After doing what I wanted. I decided to revert it to original state:
Code:
# dd of=/dev/da0 if=/usr/downloads/sony_ericsson.img bs=1m
After unplugging it, mobile phone worked.
Then I decided to take a second restoring approach:
Code:
# dd of=/dev/da0 if=/usr/downloads/sony_ericsson.img conv=sync
dd: /dev/da0: Device not configured
33238+0 records in
33237+0 records out
17017344 bytes transferred in 7574.571292 secs (2247 bytes/sec)
Now after unplugging it, It can't start!
When I push ON button or plug it in PC by USB, it start blinking, white/black screen infinitively.
The only way to stop it, is to take battery out, from it.
Now, when I connect it, to PC, it can't access it, in order to attempt 'dd' image writing again.
What am I supposed to do now?!
And why did things went so terribly wrong?! :q