slax vs. slackware
location: ubuntuforums.com - date: October 2, 2008
i'm playing with slax running in ram and i think it has to be the fastest thing i've ever used. is this just because i'm running it in ram, or is slackware based stuff just that much faster? how does it compare to arch (which is what i'm currently using), regarding performance?
How to install adb for Android with Ubuntu
location: ubuntuforums.com - date: February 1, 2012
This guide addresses how to install adb (Android Device Bridge) for Android Devices.
This guide is currently written using Ubuntu 11.10. It will be updated periodically for changes within the Android SDK and any changes the would accompany future Ubuntu releases.
This guide is directed for individuals interested in rooting their Android device or those interested in flashing custom ROMs, software development, or theme alterations or just about any other activity that would necessitate use of adb or fastboot for device modification.
1. Install the Android SDK and Download the Platform Tools Package from within the Android SDK Manager
Grab the Android SDK for linux: Google Android SDK
Place the file within your home directory.
Unpack the sdk within the your users home directory:
Code:
cd ~
tar -zxvf android-sdk_r16-linux.tgz
***Android-sdk version number may vary depending on version of the SDK downloaded.
Within the ~/android-sdk-linux/tools subfolder is
Ubuntu connect to Android with adb, cannot see it! Please help!
location: linuxquestions.com - date: April 27, 2012
Hi!
I am trying to connect Android 2.1 update 1, Kernel 2.6.29-perf in order to test some applications but I cannot see the device:
What I have done:
I connected the device (phone) to the USB ann on debug mode on:
I've changed Application -> Development -> USB debugging option (Give pup notice USB debugging connected)
Tesrminal: lsusb
I get:
Code:
Configuring / Plugging a usb modem to Slax...
location: linux.com - date: October 23, 2009
Hello.
Ok. I'm pretty new at this. So again, bear with me...
I have a laptop with a faulty HD. I'm running Slax on a LiveCd.
I'm trying to install a usb modem but of course, something isn't working...
So, basically there are a couple of questions here...
1) Can it be done? Considering that it's running from the CD...
2) I'm assuming that I have to "mount" the usb modem but I don't have the slightest clue either where or how.
3) Although I just found out that the system already recognized the usb device (through KinfoCenter - USB Devices) still, I don't know how to enable it...
Thanx.
Android ADB & Fastboot "No permissions"
location: ubuntuforums.com - date: December 4, 2011
Hey guys,
I was trying to set up ADB and Fastboot for my Android phone on Ubuntu for some weeks now, without any success.. I have now installed everything according to the guide at http://forum.xda-developers.com/show...4&postcount=62, but everytime I search for devices i get this:
Code:
List of devices attached
???????????? no permissions
I have tried everything stated in the guide, with no luck for the time being. It is really frustrating, as this issue might be the one to lead me to install back Windows as a secondary OS.
Do you have any tips? Thaks alot!
LXer: Install ADB And Fastboot Android Tools In Ubuntu Via PPA
location: linuxquestions.com - date: September 1, 2012
Published at LXer:
A package called "android-tools", which comes with "adb" and "fastboot" command line utilities, has been uploaded to the Ubuntu 12.10 Quantal Quetzal repositories recently. I've got a request to upload this package in a PPA for older Ubuntu releases, so I've backported it to Ubuntu 12.04, 11.10 and 11.04.
Read More...
Configuring / Plugging a usb modem to Slax...
location: linux.com - date: October 23, 2009
Hello.
Ok. I'm pretty new at this. So again, bear with me...
I have a laptop with a faulty HD. I'm running Slax on a LiveCd.
I'm trying to install a usb modem but of course, something isn't working...
So, basically there are a couple of questions here...
1) Can it be done? Considering that it's running from the CD...
2) I'm assuming that I have to "mount" the usb modem but I don't have the slightest clue either where or how.
3) Although I just found out that the system already recognized the usb device (through KinfoCenter - USB Devices) still, I don't know how to enable it...
Thanx.
umount from adb
location: ubuntuforums.com - date: November 20, 2012
I have pushed a zip to my device and now want to safely detach my usb cable. When I'm in adb I get
Code:
$ adb shell
# umount /sdcard
umount: can't umount /mnt/sdcard: Device or resource busy
. When I'm at the BASH prompt I get
Code:
$ umount /sdcard
umount: /sdcard is not mounted (according to mtab)
Any thoughts?
Export PATH to adb directory through bashrc
location: ubuntuforums.com - date: February 26, 2011
Hello
I,m having a rough time getting the terminal environment to recognize my android debug bridge path (which is set in a separate hdd)
I used to paste this in my bashrc, but then found that it would make the env system bonkers whenever i attempted sudoing with an option:
# Android Debug Bridge (ADB) sdk path
alias sudo='sudo env PATH=$PATH'
export PATH=${PATH}:/media/Disk/Linux/Android/sdk/platform-tools/
The "alias" line was the one making me have a rough time with env.
Now that i got rid of it everything is well but adb's path isn't exported anymore.
Here's the output when I call an adb command:
bash: /media/Disk/Linux/Android/sdk/platform-tools/adb: No such file or directory
Another forum guiding Ubuntu users (maverick specifically) does not use any other strategy, other than bashrc, which I've tried, their way, without any success...
Link: http://forum.xda-developers.com/showthread.php?t=820122
Help?
Setting Up ADB/USB Drivers for Android Devices in Linux (Ubuntu) 10.10?
location: ubuntuforums.com - date: November 1, 2010
Please help I followed this instructions from http://esausilva.com/2010/05/13/sett...-linux-ubuntu/
Download the latest Android SDK from Google: Android SDK
Extract the TGZ file to your home/user directory
NOTE: User would be your username
On your phone, click Settings > Applications > Development and make sure USB Debugging is on.
Login as root and create this file: /etc/udev/rules.d/##-android.rules
NOTE: In the above file replace ## with the number 50 if you are running Gusty/Hardy/Dapper (50-android.rules) or with the number 70 if you are running Karmic Koala/Lucid Lynx(70-android.rules)
Or simply type in terminal sudo gedit /etc/udev/rules.d/##-android.rules then enter your password
The file should read:
For Gusty/Hardy: SUBSYSTEM==”usb”, SYSFS{idVendor}==”0bb4″, MODE=”0666″
For Dapper: SUBSYSTEM==”usb_device”, SYSFS{idVendor}==”0bb4″, MODE=”0666″
For Karmic Koala: SUBSYSTEM==”usb”, SYSFS{idVendor}==”0bb4″, MO
please wait...
Page: 1 2 3 4 5 6 7 8 9 10