View Single Post
Posts: 113 | Thanked: 303 times | Joined on Dec 2013 @ Germany
#64
Originally Posted by ZioBilly View Post
How can i do this?
sudo ifconfig - a shows this, and i guess these are the devices it can use:
Code:
eth0      Link encap:Ethernet  HWaddr e8:40:f2:81:8d:cd  
          inet6 addr: fe80::ea40:f2ff:fe81:8dcd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:250 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:55414 (55.4 KB)

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:553 errors:0 dropped:0 overruns:0 frame:0
          TX packets:553 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:51084 (51.0 KB)  TX bytes:51084 (51.0 KB)

wlan0     Link encap:Ethernet  HWaddr 9c:b7:0d:fd:3b:4d  
          inet addr:192.168.1.175  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::9eb7:dff:fefd:3b4d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8620 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5460 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:10337241 (10.3 MB)  TX bytes:770879 (770.8 KB)
@juiceme i did as you said, but fastboot -i 0x2931 boot boot-telnet-initrd.img stil displays
FAILED (remote: access denied. need privilege!)
Your bootloader seems to be locked, it has nothing to do with sudo.

Your only chance of recovery is jollas recovery. For this you need usb networking working.

Boot your device in recovery:
  • Power off device with no usb cable
  • Press volume down and hold, then press power and hold until "Jolla" shows up
  • wait for recovery to boot
  • connect to pc via usb

If connected to pc can you send the output of "dmesg|tail -n200" ?
 

The Following User Says Thank You to djselbeck For This Useful Post: