Fixed apt-cache policy output.

** Description changed:

  With the latest update of andorid to 4.2.2 Android introduced adb
  whitelisting.  According to
  https://plus.google.com/+CyanogenMod/posts/M2pVM7Y6MTq an updated adb
  binary is required to support this feature.  As it stands, the current
  adb binary included with android-tools-adb is not compatible with
  Android version 4.2.2
  
  ----------
  
  Expected: With phone connected to PC and USB Debugging enabled,  run
  "adb devices", get pop-up prompt on phone asking to authorize this
  computer and, after authorizing the PC see the following output:
  
  $ adb devices
  adb server is out of date.  killing...
  * daemon started successfully *
- List of devices attached 
+ List of devices attached
  [DEVICE_ID]        device
  
  Actual: run "adb devices", no pop-up prompt for authorization and the
  following output:
  
  $ adb devices
  * daemon not running. starting it now on port 5037 *
  * daemon started successfully *
- List of devices attached 
+ List of devices attached
  [DEVICE_ID]        offline
  
  ----------
  
  $ lsb_release -rd
  Description:  Ubuntu 12.04.2 LTS
  Release:      12.04
  
- $ apt-cache policy android-tools-adb 
+ $ apt-cache policy android-tools-adb
  android-tools-adb:
    Installed: 4.1.1+git20120801-1ubuntu2+2~webupd8~precise3
    Candidate: 4.1.1+git20120801-1ubuntu2+2~webupd8~precise3
    Version table:
   *** 4.1.1+git20120801-1ubuntu2+2~webupd8~precise3 0
-         500 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/ 
precise/main amd64 Packages
          100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129467

Title:
  adb no longer works with latest Android update (4.2.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-tools/+bug/1129467/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to