Problem z SDK Android.

  • 10 Odpowiedzi
  • 6679 Wyświetleń

0 użytkowników i 1 Gość przegląda ten wątek.

*

Offline pablo92

  • **
  • 150
  • Płeć: Mężczyzna
  • Sprzęt: HTC Magic
Problem z SDK Android.
« dnia: Wrzesień 01, 2010, 16:10:01 »
Witam. Tak jak w tytule. Mam problem z SDK. Kiedy podlaczam telefon do komputera i tego poziomu chce zainstalowac przykladowo gre to wyskakuje mi: error: Device not found.
Nie wiem czemu tak sie dzieje bo SDK mam zainstalowany i normalnie moge podpiac telefon do komputera, wrzucac pliki.
SPV C600-->HTC Hermes--->Blue Angel-->Nokia E52-->Iphone-->HTC Magic

*

Offline beju

  • Android Singularity
  • ******
  • 7093
  • Płeć: Mężczyzna
    • Mini poradnik przed zakupem - co wybrać
Odp: Problem z SDK Android.
« Odpowiedź #1 dnia: Wrzesień 01, 2010, 16:58:21 »
1. Masz zaznaczone debugowanie USB w urządzeniu?
2. Co się wyświetla po wpisaniu ADB DEVICES ?

PS: 6000 post :)
iPhone SE 10.1
NEXUS 4 5.1
i780 6.1

*

Offline pablo92

  • **
  • 150
  • Płeć: Mężczyzna
  • Sprzęt: HTC Magic
Odp: Problem z SDK Android.
« Odpowiedź #2 dnia: Wrzesień 01, 2010, 20:11:47 »
Pisze: Android Debug Bridge version 1.0.26
SPV C600-->HTC Hermes--->Blue Angel-->Nokia E52-->Iphone-->HTC Magic

*

Offline beju

  • Android Singularity
  • ******
  • 7093
  • Płeć: Mężczyzna
    • Mini poradnik przed zakupem - co wybrać
Odp: Problem z SDK Android.
« Odpowiedź #3 dnia: Wrzesień 01, 2010, 20:21:52 »
A nizej?
iPhone SE 10.1
NEXUS 4 5.1
i780 6.1

*

Offline pablo92

  • **
  • 150
  • Płeć: Mężczyzna
  • Sprzęt: HTC Magic
Odp: Problem z SDK Android.
« Odpowiedź #4 dnia: Wrzesień 03, 2010, 16:54:26 »
Microsoft Windows [Wersja 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Users\PC>ADB DEVICES
Android Debug Bridge version 1.0.26

 -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
 disconnect <host>:<port>      - disconnect from a TCP/IP device

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
                                 (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 help                     - show this help message
  adb version                  - show version num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

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.

C:\Users\PC>
C:\Users\PC>
SPV C600-->HTC Hermes--->Blue Angel-->Nokia E52-->Iphone-->HTC Magic

*

Offline beju

  • Android Singularity
  • ******
  • 7093
  • Płeć: Mężczyzna
    • Mini poradnik przed zakupem - co wybrać
Odp: Problem z SDK Android.
« Odpowiedź #5 dnia: Wrzesień 03, 2010, 17:32:01 »
to działa Ci ADB. Czego nie umiesz zrobić?
iPhone SE 10.1
NEXUS 4 5.1
i780 6.1

*

Offline pablo92

  • **
  • 150
  • Płeć: Mężczyzna
  • Sprzęt: HTC Magic
Odp: Problem z SDK Android.
« Odpowiedź #6 dnia: Wrzesień 03, 2010, 17:46:45 »
No chciałem zainstalowac gre przez ADB i kiedy wpisuje polecenie wyskakuje cos takiego:

Microsoft Windows [Wersja 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Users\PC>adb install -l c:/android/gry/exzeus.apk
error: device not found

C:\Users\PC>adb install -l c:/android/gry/exzeus.apk
error: device not found

C:\Users\PC>adb install c:/android/gry/exzeus.apk
error: device not found

C:\Users\PC>



[admin]warez po raz 2 (marcinl)[/admin]
« Ostatnia zmiana: Wrzesień 03, 2010, 18:00:27 wysłana przez marcinl »
SPV C600-->HTC Hermes--->Blue Angel-->Nokia E52-->Iphone-->HTC Magic

*

Offline marcinl

  • DWBKH
  • ******
  • 24436
  • Płeć: Mężczyzna
  • pw to nie helpdesk
    • mój syn Mateuszek
  • Sprzęt: SGS2 z powrotem :)
Odp: Problem z SDK Android.
« Odpowiedź #7 dnia: Wrzesień 03, 2010, 17:49:57 »
a nie prościej wrzucić tego .apk na kartę i odpalić przez Astro?

*

Offline pablo92

  • **
  • 150
  • Płeć: Mężczyzna
  • Sprzęt: HTC Magic
Odp: Problem z SDK Android.
« Odpowiedź #8 dnia: Wrzesień 03, 2010, 17:56:45 »
no wrzucałem i nic, i tam gdzie sciagałem ta gre pisali ze najlepiej zainstalowac przez wiersz polecen. No ale chyba sie nie uda.. no trudno jakos to przeboleje..

I teraz nawet jak wpisuje adb devices to nic nie wykrywa.. : /
SPV C600-->HTC Hermes--->Blue Angel-->Nokia E52-->Iphone-->HTC Magic

*

Offline marcinl

  • DWBKH
  • ******
  • 24436
  • Płeć: Mężczyzna
  • pw to nie helpdesk
    • mój syn Mateuszek
  • Sprzęt: SGS2 z powrotem :)
Odp: Problem z SDK Android.
« Odpowiedź #9 dnia: Wrzesień 03, 2010, 17:59:12 »
aaa exzeus i szukasz u nas porady jak to zainstalować?
no to masz warna w nagrodę
i przypomnij sobie regulamin!
i to widzę, że kolejny raz warez, no to moderowany
« Ostatnia zmiana: Wrzesień 03, 2010, 18:01:01 wysłana przez marcinl »

*

Offline pablo92

  • **
  • 150
  • Płeć: Mężczyzna
  • Sprzęt: HTC Magic
Odp: Problem z SDK Android.
« Odpowiedź #10 dnia: Wrzesień 03, 2010, 18:02:09 »
... nie.eeee nie szukam porady jak zainstalowac : / tylko pytam sie czemu nie moge w ten sposob zainstalowac niczego.. : /
SPV C600-->HTC Hermes--->Blue Angel-->Nokia E52-->Iphone-->HTC Magic