Jump to content

Recommended Posts

Guest 90180360
Posted

Linux newbie here.

Am I wrong to assume that I can just download fastboot.zip and then run the adb-linux and fastboot-linux binaries in Linux?

fastboot-linux seems to work fine, but when I try to run adb-linux I get "Segmentation fault".

Any advice?

Guest gusthy
Posted
Linux newbie here.

Am I wrong to assume that I can just download fastboot.zip and then run the adb-linux and fastboot-linux binaries in Linux?

fastboot-linux seems to work fine, but when I try to run adb-linux I get "Segmentation fault".

Any advice?

What version of linux, what version of adb, etc.

Guest 90180360
Posted
What version of linux, what version of adb, etc.

Running Ubuntu 11.04 on VMWare Player 3.1.3.

adb doesn't even tell me its version, but it's the one included in the fastboot.zip I've linked (included Windows version is 1.0.25).

Guest gusthy
Posted (edited)
Running Ubuntu 11.04 on VMWare Player 3.1.3.

adb doesn't even tell me its version, but it's the one included in the fastboot.zip I've linked (included Windows version is 1.0.25).

type

ldd ./adb-linux

and see if there are all libraries available.

mine looks like this:

	linux-gate.so.1 =>  (0x007c0000)
librt.so.1 => /lib/librt.so.1 (0x00bac000)
libncurses.so.5 => /lib/libncurses.so.5 (0x00256000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00a8b000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0028f000)
libm.so.6 => /lib/libm.so.6 (0x00792000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x009d3000)
libc.so.6 => /lib/libc.so.6 (0x0045c000)
/lib/ld-linux.so.2 (0x00178000)
libdl.so.2 => /lib/libdl.so.2 (0x00e50000)[/codebox]

Edited by gusthy
Guest 90180360
Posted

Thanks a lot for your help!

Unfortunately, I get

ldd: exited with unknown exit code (135)
It works for fastboot
linux-gate.so.1 =>  (0x00893000)

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

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

libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00db6000)

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

/lib/ld-linux.so.2 (0x003d7000)

Guest 90180360
Posted (edited)

Installed the Android SDK and added the Platform-tools. The adb which is included there (1.0.26) works.

Now if only it would detect my device... Can anyone help me out on that?

Edit: Nevermind, device was still in bootloader mode.

List of devices attached 

P729 	device

:unsure:

Edited by 90180360

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.