The Following User Says Thank You to robthebold For This Useful Post: | ||
|
2013-01-10
, 21:13
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#462
|
Thanks very much.
Okay, I can telnet in to device. (Took me a little while, since everything I know about usb networking fits in a thimble, and I was using 192.168.2.* as my local LAN, so using offline device finally did the trick. )
Anyway, I can see the root directory with "ls" and I can ping back to the USB host PC, so I guess the phone has booted up. From what you wrote, I gather the screen is dead but the phone lives. Anything else I should test before attempting to get it fixed?
Thanks again,
Rob
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-01-10
, 21:24
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#463
|
Tried it, but still no change,
I can't set an IP address to to the phone because it will not stay connected to the PC with a custom kernel. Probably why I can't clear the MALF state either.
dmesg gives me:
It disconnects as soon as I load the custom kernel for your tool or for flasher.Code:[ 915.000065] usb 1-2: new high speed USB device using ehci_hcd and address 17 [ 918.154552] usb 1-2: USB disconnect, address 17 [ 920.030081] usb 1-2: new high speed USB device using ehci_hcd and address 18 [ 920.762702] usb 1-2: USB disconnect, address 18
After it disconnects, lsusb won't list the phone - it's as if it wasn't connected to the computer at all.
With just
the phone stays connected to the computer and lsusb gives me:Code:sudo flasher -i
Do any of you know, if the phone is still supposed to boot and vibrate with the proximity sensor and screen disconnected?Code:Bus 001 Device 024: ID 0421:0105 Nokia Mobile Phones Nokia Firmware Upgrade Mode
I bought a replacement screen for the phone from eBay so I don't believe that it's faulty. It COULD be a faulty sensor, but I really doubt it because I just replaced it as well..
|
2013-01-11
, 10:48
|
Posts: 8 |
Thanked: 0 times |
Joined on Jan 2013
|
#464
|
|
2013-01-11
, 17:20
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#465
|
Rob, You can export the partitions to your Linux via USB when you can telnet in.
1.) Enter one of the following commands to export the partition:
"echo /dev/mmcblk0p1 > /sys/devices/platform/musb_hdrc/gadget/lun0/file" # This is for MyDocs partition
"echo /dev/mmcblk0p2 > /sys/devices/platform/musb_hdrc/gadget/lun0/file" # This is for root partition
"echo /dev/mmcblk0p3 > /sys/devices/platform/musb_hdrc/gadget/lun0/file" # This is for home partition
2.) exit from the telnet connection
3.) Disconnect the USB for about one second and reconnect it
What wil happen, the partition will be detected by Linux and automatically mounted. (if not, you can look it up from dmesg and mount it manually)
After copying what you need form the partition, you can again set the IP addredd, telnet to the device and export the next partition.
If you have lots of storage space it is of course best to back up all three partitions, when you get the new/repaired device back it will be EXACTLY in the same state that your old device was when you upload back the backups. "sudo tar -cvf <filename> <mountpoint>" is good way to do that.
|
2013-01-11
, 17:25
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#466
|
One last try before giving up - what distro are you running for flashing?
|
2013-01-11
, 17:42
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#467
|
mihkel:
I'm using 64-bit Kubuntu 12.04, with the x64 version of the flasher (flasher_3.12.1_amd64.deb). However, I've also successfully used the i386 version on a Lubuntu 12.04 Eee PC.
|
2013-01-11
, 21:15
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#468
|
|
2013-01-12
, 08:20
|
|
Posts: 218 |
Thanked: 151 times |
Joined on Dec 2011
@ Slovakia
|
#469
|
|
2013-01-12
, 12:02
|
Posts: 8 |
Thanked: 0 times |
Joined on Jan 2013
|
#470
|
USB yes, but drivers are not the same. anyway, cable with too high impedance...
Tags |
flashing, nokia n9 |
Thread Tools | |
|
Here's what I see:
Of course, I've still apparently got my hardware fault in the display, but at least the flasher works for me.
Hope this info helps you diagnosing your device.