🇩🇪 FP1 reagiert nicht mehr

Genau, das sind die Programme für Linux. Hier gibts nocheinmal eine Anleitung: https://developer.mozilla.org/de/docs/Mozilla/B2G_OS/Debugging/Installing_ADB

leider wird auch hier das FP nicht angezeigt…
" $ adb devices
List of devices attached

"
Liste bleibt leer…

Hilft nun nur noch Hard reset?

Ach, ich hab was vergessen!!! In den Entwickler-Einstellungen muss man “USB-Debugging” aktivieren, damit das alles mit adb funktioniert…

Eine Idee hab ich noch:

Wenn du dein Fairphone mit Volume Up+Power startest, kommt dann eigentlich eine Auswahl zwischen Recovery, Fastboot und Reboot?

Wenn ja, dann wähle “Fastboot Mode” aus, verbinde dein FP mit dem Computer und dann tippe in den Terminal, mit dem du dich im Download-Ordner befindest:

fastboot devices //Um zu testen, ob das Fairphone erkannt wird. 
//Im Zweifelsfall wiederholen.
fastboot flash recovery recovery-cwm-FP1-0.2.img

Bezieht sich das mit den EntwicklerEinstellungen auf die Einstellungen des Handys? Da komme ich nicht ran.

Ich habe das Handy nun im Fastboot-Modus angeschlossenBei dem Befehl fastboot decives kommt folgendes: > `commands:

      update <filename>                        reflash device from update.zip
      flashall                                 flash boot + recovery + system
      flash <partition> [ <filename> ]         write a file to a flash partition
      erase <partition>                        erase a flash partition
      format <partition>                       format a flash partition 
      getvar <variable>                        display a bootloader variable
      boot <kernel> [ <ramdisk> ]              download and boot kernel
      flash:raw boot <kernel> [ <ramdisk> ]    create bootimage and flash it
      devices                                  list all connected devices
      continue                                 continue with autoboot
      reboot                                   reboot device normally
      reboot-bootloader                        reboot device into bootloader
      help                                     show this help message
options:
  -w                                       erase userdata and cache (and format
                                           if supported by partition type)
  -u                                       do not first erase partition before
                                           formatting
  -s <specific device>                     specify device serial number
                                           or path to device port
  -l                                       with "devices", lists device paths
  -p <product>                             specify product name
  -c <cmdline>                             override kernel commandline
  -i <vendor id>                           specify a custom USB vendor id
  -b <base_addr>                           specify a custom kernel base address
  -n <page size>                           specify the nand page size. default: 2048
  -S <size>[K|M|G]                         automatically sparse files greater than
                                           size.  0 to disable`

bzw. nach dem zweiten Befehl
fastboot flash recovery recovery-cwm-FP1-0.2.img
auf dem Handy die Meldung :

 USB transferring
     Transmission Ok  Time 387ms Vel:16256KB/s
partition 'recovery' not supported flash

Du hast dich vertippt: fastboot devices.

Ich erinner mich, dass ich diese Meldung letztens auch hatte… Es geht beim FP1 nur mit diesem Guide, den ich oben schon geteilt habe. Da du allerdings “USB-Debugging” nicht aktiviert hast, kannst du adb weder im Betriebssystem, noch in der Stock Recovery verwenden. Ich glaube, du kommst um einen Hard Reset nicht herum… :frowning: Es tut mir leid, dass ich dir nicht helfen konnte!

Bei fastboot unter Linux ist es außerdem bei manchen Distros nötig, fastboot als su auszuführen, also z.B.

sudo fastboot flash recovery recovery-cwm-FP1-0.2.img

1 Like

Der tippfehler war nur hier…

Schade, dann muss ivh wohl den hard reset machen. Tausend dank für deine bemühungen

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.