Il Forum è consultabile solo in modalità lettura. Per domande o consigli iscriviti al nostro GRUPPO FACEBOOK / COMMUNITY cliccando qui

[GUIDA] Facile allo sblocco del Bootloader su Jelly Bean 4.1.2 (20A)

Discussione in 'Modding - LG Optimus 4X HD (P880)' iniziata da Raptor, 8 Apr 2013.

  1. cacca

    cacca Baby Droid

    Iscritto:
    2 Dic 2012
    Messaggi:
    2
    "Mi Piace":
    1
    ciao io ho windows 8 e quando sul prompt dei comandi metto 'cd' mi rispunta C:\Windows\system32>
    che faccio? grazie
     
  2. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    Devi scrivere il comando cd seguito dall percorso della cartella,se scrivi solo cd ti ritorna in C:\Windows\system32...
     
  3. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    come mai il promt dei comandi nn mi riconosce il comando C:\Users\Utente\Desktop\lg sono al passaggio 1 sul promt... posso fare in altre maniere??
     
  4. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    non ho capito scusa...quale comando non ti riconosce? hai scritto cd (destinazione della tua cartella?) senno fai click tasto destro mouse sulla cartella,ti si apre un menu a tendina e selezioni apri finestra di comando,,,,
     
  5. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    ma prima di mettere il percoso devo mettere anche cd???
    il primo quel C:\Users\Utente\Desktop\lg è il percorso della cartella
     
  6. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    si questo comando serve per entrare nella cartella dal prompt.... cd è uno dei tanti comandi dos...
     
  7. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    e nel passaggio dopo??
    che comando ci vuole per adb device?
     
  8. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    scrivi adb devices che serve per vedere le adb collegate,subito dopo digiti adb32.exe
     
  9. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    scrivo adb devices mi dice adb nn è riconosciuto come comando interno.. perche??? ho scritto adb devices
     
  10. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    ma sei dentro la cartella?
     
  11. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    si si
     
  12. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    uhm...quindi tu sul prompt vedi scritta la destinazione della cartella dove dentro ci sono i vari file? (adb ecc ecc?)
     
  13. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    allora si... comunque ho provato a fare in altra maniera ho messo il file cmd.exe e lo ho messo nella cartella lo avvio da li come amministratore cosi ho gia il percorso della cartella... pero nn capisco perche do il comando adb drevice e su xp mi dice (adb nessun comando)
    e sul 7 mi fa una volta mi trova quello che deve trovare e scorrono i classici codici ma le 10000 volte dopo nn me lo fa piu...
     
  14. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    ma apparte queso il codice adp reboot bootloader nn va.... mi da (error: device not found)... e il codice prima adp32.exe mi parte solo se meto (adb 32.exe) come mai???
     
  15. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    uhm se digiti adb devices dovrebbe apparire un codice solo dei numeri,con accanto scritto device...corretto?
     
  16. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    no apre una sfilzata di scritte in inglese guarda tu stesso.....
    C:\Users\Utente\Desktop\lg\LG4X_unlock-bootloader>adb drevice
    Android Debug Bridge version 1.0.29

    -d - directs command to the only connected USB devic
    e
    returns an error if more than one USB device is
    present.
    -e - directs command to the only running emulator.
    returns an error if more than one emulator is r
    unning.
    -s <serial number> - directs command to the USB device or emulator w
    ith
    the given serial number. Overrides ANDROID_SERI
    AL
    environment variable.
    -p <product name or path> - simple product name like 'sooner', or
    a relative/absolute path to a product
    out directory like 'out/target/product/sooner'.

    If -p is not specified, the ANDROID_PRODUCT_OUT

    environment variable is used, which must
    be an absolute path.
    devices - list all connected devices
    connect <host>[:<port>] - connect to a device via TCP/IP
    Port 5555 is used by default if no port number
    is specified.
    disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
    Port 5555 is used by default if no port number
    is specified.
    Using this command with no additional arguments

    will disconnect from all connected TCP/IP devic
    es.

    device commands:
    adb push <local> <remote> - copy file/dir to device
    adb pull <remote> [<local>] - copy file/dir from device
    adb sync [ <directory> ] - copy host->device only if changed
    (-l means list but don't copy)
    (see 'adb help all')
    adb shell - run remote shell interactively
    adb shell <command> - run remote shell command
    adb emu <command> - run emulator console command
    adb logcat [ <filter-spec> ] - View device log
    adb forward <local> <remote> - forward socket connections
    forward specs are one of:
    tcp:<port>
    localabstract:<unix domain socket name>
    localreserved:<unix domain socket name>
    localfilesystem:<unix domain socket name>
    dev:<character device name>
    jdwp:<process pid> (remote only)
    adb jdwp - list PIDs of processes hosting a JDWP transport

    adb install [-l] [-r] [-s] <file> - push this package file to the device and i
    nstall it
    ('-l' means forward-lock the app)
    ('-r' means reinstall the app, keeping its data
    )
    ('-s' means install on SD card instead of inter
    nal storage)
    adb uninstall [-k] <package> - remove this app package from the device
    ('-k' means keep the data and cache directories
    )
    adb bugreport - return all information from the device
    that should be included in a bug report.

    adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
    stem] [<packages...>]
    - write an archive of the device's data to <file>
    .
    If no -f option is supplied then the data is wr
    itten
    to "backup.ab" in the current directory.
    (-apk|-noapk enable/disable backup of the .apks
    themselves
    in the archive; the default is noapk.)
    (-shared|-noshared enable/disable backup of the
    device's
    shared storage / SD card contents; the defau
    lt is noshared.)
    (-all means to back up all installed applicatio
    ns)
    (-system|-nosystem toggles whether -all automat
    ically includes
    system applications; the default is to inclu
    de system apps)
    (<packages...> is the list of applications to b
    e backed up. If
    the -all or -shared flags are passed, then t
    he package
    list is optional. Applications explicitly g
    iven on the
    command line will be included even if -nosys
    tem would
    ordinarily cause them to be omitted.)

    adb restore <file> - restore device contents from the <file> backup
    archive

    adb help - show this help message
    adb version - show version num

    scripting:
    adb wait-for-device - block until device is online
    adb start-server - ensure that there is a server running
    adb kill-server - kill the server if it is running
    adb get-state - prints: offline | bootloader | device
    adb get-serialno - prints: <serial-number>
    adb status-window - continuously print device status for a specifie
    d device
    adb remount - remounts the /system partition on the device re
    ad-write
    adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
    tloader or recovery program
    adb reboot-bootloader - reboots the device into the bootloader
    adb root - restarts the adbd daemon with root permissions
    adb usb - restarts the adbd daemon listening on USB
    adb tcpip <port> - restarts the adbd daemon listening on TCP on th
    e specified port
    networking:
    adb ppp <tty> [parameters] - Run PPP over USB.
    Note: you should not automatically start a PPP connection.
    <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
    [parameters] - Eg. defaultroute debug dump local notty usepeerdns

    adb sync notes: adb sync [ <directory> ]
    <localdir> can be interpreted in several ways:

    - If <directory> is not specified, both /system and /data partitions will be u
    pdated.

    - If it is "system" or "data", only the corresponding partition
    is updated.

    environmental variables:
    ADB_TRACE - Print debug information. A comma separated list
    of the following values
    1 or all, adb, sockets, packets, rwx, usb, sync
    , sysdeps, transport, jdwp
    ANDROID_SERIAL - The serial number to connect to. -s takes prior
    ity over this if given.
    ANDROID_LOG_TAGS - When used with the logcat option, only these de
    bug tags are printed.

    C:\Users\Utente\Desktop\lg\LG4X_unlock-bootloader>
     
  17. Raptor

    Raptor Worker Droid

    Iscritto:
    26 Mar 2013
    Messaggi:
    286
    "Mi Piace":
    84
    devi scrivere adb devices... non device...
     
    A yann73 piace questo elemento.
  18. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    giusto... comunque mi dice cosi


    C:\Users\Utente\Desktop\lg\LG4X_unlock-bootloader>adb devices
    List of devices attached
     
  19. yann73

    yann73 Golden Droid

    Iscritto:
    5 Feb 2010
    Messaggi:
    7.157
    "Mi Piace":
    1.176
    R: [GUIDA] Facile allo sblocco del Bootloader su Jelly Bean 4.1.2 (20A)

    Se non ti da un numero di serie sotto hai un problema di drivers .. Devi pulire i diverrà del tuo 4x e re installarli.

    Inviato dal mio Nexus 4 con Tapatalk 2
     
  20. galanti

    galanti Worker Droid

    Iscritto:
    17 Apr 2013
    Messaggi:
    71
    "Mi Piace":
    6
    pulire?? come bisogna fare???