maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Nokia N9 help? MALF indicator file? (https://talk.maemo.org/showthread.php?t=93983)

juiceme 2014-10-14 04:48

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442862)
[ 519.505538] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[ 519.522277] usb 3-1: unable to get BOS descriptor
[ 519.523258] usb 3-1: New USB device found, idVendor=0421, idProduct=0106
[ 519.523266] usb 3-1: New USB device strings: Mfr=34, Product=38, SerialNumber=0
[ 519.523269] usb 3-1: Product: Nokia USB ROM
[ 519.523272] usb 3-1: Manufacturer: Nokia
[ 522.527100] usb 3-1: USB disconnect, device number 3
[ 524.118394] usb 3-1: new high-speed USB device number 4 using xhci_hcd
[ 524.142457] usb 3-1: New USB device found, idVendor=0421, idProduct=0105
[ 524.142465] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 524.142469] usb 3-1: Product: N9 (Update mode)
[ 524.142472] usb 3-1: Manufacturer: Nokia
[ 524.142475] usb 3-1: SerialNumber: 357923040690689
[ 524.173885] NET: Registered protocol family 35
[ 524.194783] usbcore: registered new interface driver cdc_phonet
[ 524.855252] usb 3-1: USB disconnect, device number 4

This means that your Linux found the N9 correctly and pushed the kernel to the device. However I see no usb partition exports, which is a bit strange.

You did let the USB cable stay in place after pushing the kernel in, not disconnecting?

juiceme 2014-10-14 05:05

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442863)
Quote:

Originally Posted by juiceme (Post 1442840)
One other thing you might want to try BTW.
Instead of the rescue kernel&initramfs, you can downlload the latest ubiboot kernel which contains the integrated maintanance mode.

Now, see if this gives you a better filesystem export.

ubuntu@ubuntu:~$ sudo flasher -k /home/ubuntu/Downloads/zImage_2.6.32.54-ubiboot-02_301013 -l -b
flasher 3.12.1 (Oct 5 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
USB device found at bus 003, device address 004.
Device identifier: 357923040690689 (SN: N/A)
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending kernel image (11672 kB)...
100% (11672 of 11672 kB, avg. 40250 kB/s)
Success

Also came up with some details on my phone in green writing


Yes, the green lettering is important, it will tell you if the partition exporting and IP initialization has gone OK.
If all went well it should say something like this:
Welcome to N9 Ubiboot ver. 0.3.6
(Boot loader is based on MOSLO ver. 0.0.13.1)
Partitons exported successifully via USB
Configured 192.168.0.15 on USB
Starting DHCP server, offering 192.168.0.100
Starting TELNET server


Now, check that the green text is pretty much like this on the device.
If, instead of Partitons exported successifully via USB it says something like Unable to load the USB modules! or similar, then that is the reason you did not see the export.

Also, if it says the bits about IP address, DHCP and telnet, then you can try to telnet into the device and do the fix that way;
just check that you can get in, open a new console and give command "telnet 192.168.0.15"
If the command succeeds, you have logged into the device and can fix the malf from inside.

wre 2014-10-14 05:06

Re: Nokia N9 help? MALF indicator file?
 
Yup left cable in.

juiceme 2014-10-14 05:10

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442869)
Yup left cable in.

Allright, could you try the ubiboot kernel again, and check what the green text say on the device?

wre 2014-10-14 05:29

Re: Nokia N9 help? MALF indicator file?
 
Yup it says exactly

Welcome to N9 Ubiboot ver. 0.3.6
(Boot loader is based on MOSLO ver. 0.0.13.1)
Partitons exported successifully via USB
Configured 192.168.0.15 on USB
Starting DHCP server, offering 192.168.0.100
Starting TELNET server

juiceme 2014-10-14 05:48

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442874)
Yup it says exactly

Welcome to N9 Ubiboot ver. 0.3.6
(Boot loader is based on MOSLO ver. 0.0.13.1)
Partitons exported successifully via USB
Configured 192.168.0.15 on USB
Starting DHCP server, offering 192.168.0.100
Starting TELNET server

Okay, then the N9 end of the things goes OK, and the problem is in the PC end of things.
You are'nt by any chance running a virtual instance of Linux? In that case you need to give the virtual machine access to your USB port for mounting the N9 volumes...

Anyway, what you can do now is fix the things from a maintanance console.
  • open a telnet connection to your N9; "telnet 192.168.0.15"
  • mount your rootfs to the device; "mount /dev/mmcblk0p2 /mnt/2"
  • check that you have /var/malf there; "ls -l /mnt/2/var/malf"
  • if you do, remove it; "rm /mnt/2/var/malf"
  • sync the filesystems; "sync"
  • umount your root partition; "umount /mnt/2"
  • log off the device "exit"

After that you can remove the USB cable and power off your device.

wre 2014-10-14 06:06

Re: Nokia N9 help? MALF indicator file?
 
Trying 192.168.0.15...
telnet: Unable to connect to remote host: Connection timed out

Will try again..

wre 2014-10-14 06:12

Re: Nokia N9 help? MALF indicator file?
 
ubuntu@ubuntu:~$ sudo dpkg --install /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb
(Reading database ... 169560 files and directories currently installed.)
Preparing to unpack .../flasher_3.12.1_amd64.deb ...
Unpacking flasher (3.12.1) over (3.12.1) ...
Setting up flasher (3.12.1) ...
ubuntu@ubuntu:~$ sudo flasher -k /home/ubuntu/Downloads/zImage_2.6.32.54-ubiboot-02_301013 -l -b
flasher 3.12.1 (Oct 5 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
USB device found at bus 003, device address 007.
Device identifier: 357923040690689 (SN: N/A)
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending kernel image (11672 kB)...
100% (11672 of 11672 kB, avg. 40250 kB/s)
Success
ubuntu@ubuntu:~$ telnet 192.168.0.15
Trying 192.168.0.15...
telnet: Unable to connect to remote host: Connection timed out

nieldk 2014-10-14 06:26

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442862)
[ 519.505538] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[ 519.522277] usb 3-1: unable to get BOS descriptor
[ 519.523258] usb 3-1: New USB device found, idVendor=0421, idProduct=0106
[ 519.523266] usb 3-1: New USB device strings: Mfr=34, Product=38, SerialNumber=0
[ 519.523269] usb 3-1: Product: Nokia USB ROM
[ 519.523272] usb 3-1: Manufacturer: Nokia
[ 522.527100] usb 3-1: USB disconnect, device number 3
[ 524.118394] usb 3-1: new high-speed USB device number 4 using xhci_hcd
[ 524.142457] usb 3-1: New USB device found, idVendor=0421, idProduct=0105
[ 524.142465] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 524.142469] usb 3-1: Product: N9 (Update mode)
[ 524.142472] usb 3-1: Manufacturer: Nokia
[ 524.142475] usb 3-1: SerialNumber: 357923040690689
[ 524.173885] NET: Registered protocol family 35
[ 524.194783] usbcore: registered new interface driver cdc_phonet

[ 524.855252] usb 3-1: USB disconnect, device number 4

Important notice here are the lines in red, these indicates that the device registered correctly and Networking should be working,
But, The line in green indicates that the USB disconnected again.

I would check the cable (assuming USB connectors on PC is working) Did you use original Nokia Cable ?

juiceme 2014-10-14 06:55

Re: Nokia N9 help? MALF indicator file?
 
Okay, please chdck your IP configuration; "ifconfig -a"
There should be an entry about usb0

wre 2014-10-14 07:12

Re: Nokia N9 help? MALF indicator file?
 
ubuntu@ubuntu:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 54:53:ed:2c:32:2e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:792 errors:0 dropped:0 overruns:0 frame:0
TX packets:792 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:81910 (81.9 KB) TX bytes:81910 (81.9 KB)

wlan0 Link encap:Ethernet HWaddr 08:3e:8e:b3:46:af
inet addr:192.168.1.66 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a3e:8eff:feb3:46af/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:28454 errors:0 dropped:0 overruns:0 frame:0
TX packets:18434 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:37510473 (37.5 MB) TX bytes:2081035 (2.0 MB)

ubuntu@ubuntu:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 54:53:ed:2c:32:2e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:792 errors:0 dropped:0 overruns:0 frame:0
TX packets:792 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:81910 (81.9 KB) TX bytes:81910 (81.9 KB)

wlan0 Link encap:Ethernet HWaddr 08:3e:8e:b3:46:af
inet addr:192.168.1.66 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a3e:8eff:feb3:46af/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:28473 errors:0 dropped:0 overruns:0 frame:0
TX packets:18447 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:37511691 (37.5 MB) TX bytes:2082315 (2.0 MB)

juiceme 2014-10-14 08:07

Re: Nokia N9 help? MALF indicator file?
 
Okay, no USB IP interface there at all.
Are you running a virtual installation? If so, you need to enable USB access in the virtual machine.

wre 2014-10-14 09:51

Re: Nokia N9 help? MALF indicator file?
 
Yeah i'm running Ubuntu through USB

juiceme 2014-10-14 10:51

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442907)
Yeah i'm running Ubuntu through USB

I am sorry I don't understand... unless you mean you have it installed on an USB memory stick, where you boot it from?

In that case it should be OK. I was wondering if you have a windows, and you are running linux on a virtual machine on top of the windows installation.

This does sound a bit strange; You are able to reach your N9 with flasher via USB port, so why does the booting N9 device not register on the USB bus when it should?

Can you check what "lsusb" command shows on the bus after you have the green text on the device?

wre 2014-10-14 11:20

Re: Nokia N9 help? MALF indicator file?
 
Its been made bootable from USB, i'm using the 'try ubuntu'

juiceme 2014-10-14 11:29

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442914)
Its been made bootable from USB, i'm using the 'try ubuntu'

Yes, that should be OK as I said in the previous message :)

Can you check what "lsusb" command shows on the bus after you have the green text on the device?

wre 2014-10-14 11:36

Re: Nokia N9 help? MALF indicator file?
 
ubuntu@ubuntu:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 5986:02d3 Acer, Inc
Bus 001 Device 005: ID 0489:e036 Foxconn / Hon Hai
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 054c:0707 Sony Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

juiceme 2014-10-14 12:01

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442916)
ubuntu@ubuntu:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 5986:02d3 Acer, Inc
Bus 001 Device 005: ID 0489:e036 Foxconn / Hon Hai
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 054c:0707 Sony Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

No N9 seen there at all, hmm.
I'll have to check what it should look like, but my guess would be that there should be a line saying something about "ID 0421:xxxx Nokia Mobile Phones" or something...

Now, have you checked with different USB cables BTW? Also with different USB port. Sometimes a faulty cable can cause really strange things to happen...

wre 2014-10-14 12:29

Re: Nokia N9 help? MALF indicator file?
 
Okay i used different cable am now connected.

ubuntu@ubuntu:~$ telnet 192.168.0.15
Trying 192.168.0.15...
Connected to 192.168.0.15.
Escape character is '^]'.

juiceme 2014-10-14 12:43

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by wre (Post 1442924)
Okay i used different cable am now connected.

ubuntu@ubuntu:~$ telnet 192.168.0.15
Trying 192.168.0.15...
Connected to 192.168.0.15.
Escape character is '^]'.

excellent :)

did you already check for the malf file?

wre 2014-10-14 13:22

Re: Nokia N9 help? MALF indicator file?
 
Not yet, having trouble getting it to go past telnet 192.168.0.15 again... will keep trying

wre 2014-10-14 16:20

Re: Nokia N9 help? MALF indicator file?
 
Okay so this is what i got..

ubuntu@ubuntu:~$ sudo flasher -k /home/ubuntu/Downloads/zImage_2.6.32.54-ubiboot-02_301013 -l -b
flasher 3.12.1 (Oct 5 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
USB device found at bus 003, device address 010.
Device identifier: 357923040690689 (SN: N/A)
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending kernel image (11672 kB)...
100% (11672 of 11672 kB, avg. 40389 kB/s)
Success
ubuntu@ubuntu:~$ telnet 192.168.0.15
Trying 192.168.0.15...
Connected to 192.168.0.15.
Escape character is '^]'.

/ # mount /dev/mmcblk0p2 /mnt/2
/ # ls -l /mnt/2/var/malf
ls: /mnt/2/var/malf: No such file or directory

wre 2014-10-14 16:26

Re: Nokia N9 help? MALF indicator file?
 
USB drives are showing up now though this is what i get if i search MALF
http://i60.tinypic.com/jiyq9y.png

juiceme 2014-10-14 19:42

Re: Nokia N9 help? MALF indicator file?
 
Okay, looks like it is not the traditional MALF flag set, then.
Could be some other problem, most probably solvable by flashing the device.

Now that you can get the filesystem exports, you can back up your device to your computer and flash it clean.

wre 2014-10-16 15:37

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by juiceme (Post 1442969)
Okay, looks like it is not the traditional MALF flag set, then.
Could be some other problem, most probably solvable by flashing the device.

Now that you can get the filesystem exports, you can back up your device to your computer and flash it clean.

I managed to fix my phone by re-flashing, thanks for your assistance and while i was at it i learnt a little bit about using the linux terminal, thanks! :)

kayaman_00 2015-07-03 16:21

Re: Nokia N9 help? MALF indicator file?
 
Hello,

I was wondering if anyone can help, I am having the same issue, after having the n9 broken screen/touch replaced (phone sit in a drawer for 7 months)of course, battery dead, I charged the n9 to 10% via flasher, stopped that process, and kept charging in it the laptop for an hour more, and then reflashed to stock kernel, phone worked great for 24hs, and then the batter drained fast, and Its dead again, wont charge, or even start the cahrging process via flasher now, it stays at:
Suitable USB interface (bootloader/phonet) not found, waiting...

tried more than 50 times to charge it with the flasher, with Linux , and windows, on 2 diff PCs , 3 diff original cables still will not start the flashing process...I only see the led blinking briefly and I got the malf message for too frequent reboot 3 times...

any ideas ?

my dmesg shows this when plugging the phone to see if the flasher charges it:

Jul 3 12:35:05 crunchbang kernel: [10457.829103] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.LCDD._BCM] (Node ffff88013ae71ce0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:35:05 crunchbang kernel: [10457.829127] ACPI Error: Evaluating _BCM failed (20110623/video-364)
Jul 3 12:37:54 crunchbang kernel: [10626.541709] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000064) is beyond end of object (20110623/exoparg2-418)
Jul 3 12:37:54 crunchbang kernel: [10626.541730] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_.STBR] (Node ffff88013ae7a8d0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:37:54 crunchbang kernel: [10626.541752] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.LCDD._BCM] (Node ffff88013ae71ce0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:37:54 crunchbang kernel: [10626.541777] ACPI Error: Evaluating _BCM failed (20110623/video-364)
Jul 3 12:41:04 crunchbang kernel: [10816.612467] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000064) is beyond end of object (20110623/exoparg2-418)
Jul 3 12:41:04 crunchbang kernel: [10816.612480] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_.STBR] (Node ffff88013ae7a8d0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:41:04 crunchbang kernel: [10816.612494] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.LCDD._BCM] (Node ffff88013ae71ce0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:41:04 crunchbang kernel: [10816.612509] ACPI Error: Evaluating _BCM failed (20110623/video-364)
Jul 3 12:43:20 crunchbang kernel: [10952.869596] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000064) is beyond end of object (20110623/exoparg2-418)
Jul 3 12:43:20 crunchbang kernel: [10952.869617] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_.STBR] (Node ffff88013ae7a8d0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:43:20 crunchbang kernel: [10952.869639] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.LCDD._BCM] (Node ffff88013ae71ce0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 12:43:20 crunchbang kernel: [10952.869661] ACPI Error: Evaluating _BCM failed (20110623/video-364)
Jul 3 13:07:21 crunchbang kernel: [12393.871481] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000064) is beyond end of object (20110623/exoparg2-418)
Jul 3 13:07:21 crunchbang kernel: [12393.871501] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_.STBR] (Node ffff88013ae7a8d0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 13:07:21 crunchbang kernel: [12393.871523] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.LCDD._BCM] (Node ffff88013ae71ce0), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
Jul 3 13:07:21 crunchbang kernel: [12393.871546] ACPI Error: Evaluating _BCM failed (20110623/video-364)

aspergerguy 2015-07-03 18:46

Re: Nokia N9 help? MALF indicator file?
 
Think that I would have wanted to physically change the battery by now. What kernel were you using before as refer to "stock kernel" now and did you zeroise device before re-flashing?

kayaman_00 2015-07-06 20:51

Re: Nokia N9 help? MALF indicator file?
 
Before I was using the kernel that allows inception to be installed.

After screen replace I flashed the normal image with -f -F option and wiped all my data as well to start from scratch and use the new aegis hack from coderus.

I will try to replace the battery, as it seems to be the only option left...
:(

andreasole 2017-03-23 11:15

Re: Nokia N9 help? MALF indicator file?
 
/home/ubuntu/Downloads/flasher_3.12.1_i386.deb
andreasole@andreasole:~$ sudo dpkg --install /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb
dpkg: error processing archive /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
/home/ubuntu/Downloads/flasher_3.12.1_amd64.deb
andreasole@andreasole:~$ sudo --install /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb
sudo: unrecognized option '--install'
usage: sudo -h | -K | -k | -V
usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
[command]
usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
prompt] [-u user] file ...
andreasole@andreasole:~$ apt-get --install /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb
E: Command line option --install is not understood in combination with the other options
andreasole@andreasole:~$


i dont underastand what is wrong, iam on ubuntu 16.4 thanks

i also try this
sudo dpkg -i /home/ubuntu/Downloads/flasher_3.12.1_i386.deb
[sudo] password for andreasole:
dpkg: error processing archive /home/ubuntu/Downloads/flasher_3.12.1_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
/home/ubuntu/Downloads/flasher_3.12.1_i386.deb

badpixel 2017-03-23 11:42

Re: Nokia N9 help? MALF indicator file?
 
sudo launches command with escalated priviliges, username(or command) must be mentioned in sudoers file(directly, or indirectly via group)

dpkg is debian package manager

dpkg -i archive.deb (if you are root)
sudo dpkg -i archive.deb (if you are normal user under ubuntu)

maybe you got 32bit system, paste output of 'uname -a' and 'file *.deb', because for some reason dpkg doesnt recognize this.archive(maybe try to redownload it)

coderus 2017-03-23 12:34

Re: Nokia N9 help? MALF indicator file?
 
dpkg: error processing archive /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb (--install):
cannot access archive: No such file or directory

andreasole 2017-03-26 08:30

Re: Nokia N9 help? MALF indicator file?
 
andreasole@andreasole:~/Downloads$ sudo dpkg -i flasher_3.12.1_amd64.deb
[sudo] password for andreasole:
(Reading database ... 209331 files and directories currently installed.)
Preparing to unpack flasher_3.12.1_amd64.deb ...
Unpacking flasher (3.12.1) over (3.12.1) ...
Setting up flasher (3.12.1) ...


what about now? how to know if i did it right?? sorry for the questions i have to use this commands from 2012 :)

aspergerguy 2017-03-26 12:25

Re: Nokia N9 help? MALF indicator file?
 
You will need firstly to change directory cd Downloads if that is where flasher is. This thread may help you:http://talk.maemo.org/showthread.php?t=94575

pbox 2017-05-18 21:33

Re: Nokia N9 help? MALF indicator file?
 
Sorry to post this question here but I am not sure where it would be the best place for it.

Trying to re-flash my 059L7G7 Nokia N9 but I cannot find the right firmware. I remember to have downloaded it from a mirror somewhere about a year ago but now I am a bit at a loss. Must have either deleted the firmware from HDD or hidden it so well that I can't find it ;-)

Anyone, please? :-)

aspergerguy 2017-05-19 10:23

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by pbox (Post 1528146)
Trying to re-flash my 059L7G7 Nokia N9 but I cannot find the right firmware.

059L7G7,299,N9 RM-696 Country Variant Australia AU Black 64GB V1 - MR,7087829345,DFL61_HARMATTAN_40.2012.21-3.299.1_PR_LEGACY_299_ARM_RM-696_PRD_signed.bin

Try this resource:https://silma.tk/soft/ as link still seems valid.

pbox 2017-05-19 11:03

Re: Nokia N9 help? MALF indicator file?
 
Many thanks, mate! I'm downloading the firmware at the moment and will let you know if it works later.

To be honest, I have found the resource earlier and downloaded a few firmware images based on my intuition but none of them has worked ;-) Seems my intuition (and memory) is failing a bit...

Thanks for pointing me out in the right direction!


Quote:

Originally Posted by aspergerguy (Post 1528159)
059L7G7,299,N9 RM-696 Country Variant Australia AU Black 64GB V1 - MR,7087829345,DFL61_HARMATTAN_40.2012.21-3.299.1_PR_LEGACY_299_ARM_RM-696_PRD_signed.bin

Try this resource:https://silma.tk/soft/ as link still seems valid.


pbox 2017-05-19 11:57

Re: Nokia N9 help? MALF indicator file?
 
Right! Many thanks, again for the valuable and prompt information, aspergerguy!

All is fine with the flashing and I will now proceed doing the usual stuff such as warehouse adding, etc.

By the way, what do you do to let your N9 conserve the energy whilst using GPS maps? I have found that nothing really has worked for me and had to get an external battery pack as means of support!

All the best and thank you once again!

aspergerguy 2017-05-19 13:33

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by pbox (Post 1528164)
By the way, what do you do to let your N9 conserve the energy whilst using GPS maps? I have found that nothing really has worked for me and had to get an external battery pack as means of support!

Have been known to use external Bluetooth receiver such as Nokia LD-3W whilst in the car. Incidentally which positioning server have you been using sup.nokia.com or sup.google.com? These can be reconfigured within QTweak.

pbox 2017-05-22 21:04

Re: Nokia N9 help? MALF indicator file?
 
Many thanks for the pointers, especially about the external receiver, yet I can't find any, either new or second hand, online at the moment.

I have already changed the positioning server but thank you for reminding me, as well!

aspergerguy 2017-05-23 13:33

Re: Nokia N9 help? MALF indicator file?
 
Quote:

Originally Posted by pbox (Post 1528275)
Many thanks for the pointers, especially about the external receiver, yet I can't find any, either new or second hand, online at the moment.

Perhaps a little pricy but seems new:http://www.ebay.com/itm/Antena-GPS-B...cAAOSwN6JY-IXN


All times are GMT. The time now is 15:13.

vBulletin® Version 3.8.8