Guest

first BSDroid update via android tool

By: a guest on Jul 8th, 2010  |  syntax: Bash  |  size: 2.69 KB  |  hits: 395  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. %cd ~/androids/android-sdk_eng.taleks_freebsd-x86/tools
  2. %setenv SDK_UPDATER_URLS http://bsdroid.org/downloads/repository/
  3. %cat ./source.properties
  4. Pkg.UserSrc=false
  5. Pkg.Revision=6
  6. %./android -v update sdk -u -t tool
  7. Refresh Sources:
  8.   Fetching https://dl-ssl.google.com/android/repository/repository.xml
  9.   Validate XML
  10.   Parse XML
  11.   Found Google APIs by Google Inc., Android API 3, revision 3
  12.   Found SDK Platform Android 1.1, API 2, revision 1 (Obsolete)
  13.   Found SDK Platform Android 2.0, API 5, revision 1 (Obsolete)
  14.   Found Google APIs by Google Inc., Android API 5, revision 1 (Obsolete)
  15.   Found SDK Platform Android 2.0.1, API 6, revision 1 (Obsolete)
  16.   Found Google APIs by Google Inc., Android API 6, revision 1 (Obsolete)
  17.   Found Google APIs by Google Inc., Android API 4, revision 2
  18.   Found Usb Driver package, revision 3
  19.   Found Google APIs by Google Inc., Android API 7, revision 1
  20.   Found Samples for SDK API 7, revision 1
  21.   Found SDK Platform Android 1.5, API 3, revision 4
  22.   Found SDK Platform Android 1.6, API 4, revision 3
  23.   Found SDK Platform Android 2.1, API 7, revision 2
  24.   Found Android SDK Tools, revision 6
  25.   Found Samples for SDK API 8, revision 1
  26.   Found SDK Platform Android 2.2, API 8, revision 1
  27.   Found Google APIs by Google Inc., Android API 8, revision 1
  28.   Found Documentation for Android SDK, API 8, revision 1
  29.   Fetching http://bsdroid.org/downloads/repository/repository.xml
  30.   Validate XML
  31.   Parse XML
  32.   Found SDK Platform Android 2.2, API 8, revision 1
  33.   Found Android SDK Tools, revision 7
  34. Installing Archives:
  35.   Preparing to install archives
  36.   Downloading Android SDK Tools, revision 7
  37.      (97%, 203 KiB/s, 1 seconds left)
  38.   Installing Android SDK Tools, revision 7
  39.      (99%)
  40.   Installed Android SDK Tools, revision 7
  41.   'adb kill-server' failed -- run manually if necessary.
  42.   Unable to run 'adb': Cannot run program "/usr/home/taleks/androids/android-sdk_eng.taleks_freebsd-x86/tools/adb": java.io.IOException: error=13, Permission denied.
  43.   'adb start-server' failed.
  44.   Done. 1 package installed.
  45. %ls
  46. %pwd
  47. pwd: .: No such file or directory
  48. %cd ~/androids/android-sdk_eng.taleks_freebsd-x86
  49. %cat ./tools/source.properties
  50. ### Android Tool: Source of this archive.
  51. #Thu Jul 08 22:15:31 VLAST 2010
  52. Pkg.UserSrc=false
  53. Pkg.Desc=BSDroid SDK Tools, v.20100702
  54. Pkg.DescUrl=http\://bsdroid.org/
  55. Archive.Os=FREEBSD
  56. Pkg.Revision=7
  57. Archive.Arch=X86
  58. Pkg.SourceUrl=http\://bsdroid.org/downloads/repository/repository.xml
  59. %ls -l ./tools/adb
  60. -rw-r--r--  1 taleks  taleks   331953 Jul  8 22:15 adb
  61. %file ./tools/adb
  62. ./tools/adb: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.0 (800107), not stripped