SliTaz SliTaz Forum

You are not logged in.

#1 2016-02-18 22:04:53

paskali80
Member
Registered: 2016-02-18
Posts: 1

Android adb tool does not want to work on slitaz 4.0

Hi Slitaz, i am not able to make working adb debugging tool from android sdk with my lg smartphone,

following the official docs:

http://developer.android.com/tools/device.html

Where do i mistake?

Offline

#2 2016-02-20 13:19:41

slitaz11
Member
Registered: 2016-02-20
Posts: 5

Re: Android adb tool does not want to work on slitaz 4.0

"http://research.cs.wisc.edu/wings/projects/wisense/downloads/adb_tools_linux.tar.gz" might just work!

Offline

#3 2021-09-09 02:47:02

Mysterious Thaumaturge
Member
Registered: 2021-09-09
Posts: 1

Re: Android adb tool does not want to work on slitaz 4.0

I am using Slitaz 4.0, that I downloaded in November and I just downloaded the linux platform tools this week. When I opened the terminal and typed the command ./adb devices the terminal window returned the message syntax error at line 1 received ";" when ")" expected. I am running 4.0 from a USB on a Windows 7 machine. Because I am a newbie to Slitaz and Linux, I assume but don't know that this terminal message relates to the adb application. If I knew how, I would edit the code, but I downloaded the gz file and I hope it works. If anyone knows the reason for this character error, please post a reply. Thank you!

Offline

#4 2021-09-11 13:08:36

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: Android adb tool does not want to work on slitaz 4.0

Hi,

slitaz-4.0.iso    34.7M

http://research.cs.wisc.edu/wings/projects/wisense/downloads/adb_tools_linux.tar.gz

check-list:

1.

tux@slitaz:~$ uname -a

Linux slitaz 2.6.37-slitaz #2 SMP Wed Mar 7 10:36:39 CET 2012 i686 GNU/Linux

2.

tux@slitaz:~$ tar -xzf adb_tools_linux.tar.gz

tux@slitaz:~$ ls -l platform-tools/adb

-rwxrwxr-x    1 tux  users       1226659 Jun 14  2013

tux@slitaz:~$ platform-tools/adb version

Android Debug Bridge version 1.0.31

3.

tux@slitaz:~$ ldd platform-tools/adb

platform-tools/adb:

    linux-gate.so.1 =>  (0xffffe000)

    librt.so.1 => /lib/librt.so.1 (0xb7734000)

    libncurses.so.5 => /lib/libncurses.so.5 (0xb7701000)

    libpthread.so.0 => /lib/libpthread.so.0 (0xb76e9000)

    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb761d000)

    libm.so.6 => /lib/libm.so.6 (0xb75f6000)

    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb75df000)

    libc.so.6 => /lib/libc.so.6 (0xb749b000)

    libdl.so.2 => /lib/libdl.so.2 (0xb7497000)

    /lib/ld-linux.so.2 => /lib/ld-2.13.so (0xb773d000)

4.

tux@slitaz:~$ sudo tazpkg get-install file

tux@slitaz:~$ file platform-tools/adb

platform-tools/adb: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, not stripped

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]