[Touch-packages] [Bug 1842320] Re: Can't boot: "error: out of memory." immediately after the grub menu

2023-01-06 Thread Aaron Honeycutt
I second backporting this to jammy at least as it is an LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1842320

Title:
  Can't boot: "error: out of memory." immediately after the grub menu

Status in grub:
  Unknown
Status in OEM Priority Project:
  Triaged
Status in grub2-signed package in Ubuntu:
  Fix Committed
Status in grub2-unsigned package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Won't Fix
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Workaround]

  Some workarounds have been suggested in
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/comments/125

  [Impact]

   * In some cases, if the users’ initramfs grow bigger, then it’ll
  likely not be able to be loaded by grub2.

   * Some real cases from OEM projects:

  In many built-in 4k monitor laptops with nvidia drivers, the u-d-c
  puts the nvidia*.ko to initramfs which grows the initramfs to ~120M.
  Also the gfxpayload=auto will remain to use 4K resolution since it’s
  what EFI POST passed.

  In this case, the grub isn't able to load initramfs because the
  grub_memalign() won't be able to get suitable memory for the larger
  file:

  ```
  #0 grub_memalign (align=1, size=592214020) at ../../../grub-core/kern/mm.c:376
  #1 0x7dd7b074 in grub_malloc (size=592214020) at 
../../../grub-core/kern/mm.c:408
  #2 0x7dd7a2c8 in grub_verifiers_open (io=0x7bc02d80, type=131076)
  at ../../../grub-core/kern/verifiers.c:150
  #3 0x7dd801d4 in grub_file_open (name=0x7bc02f00 
"/boot/initrd.img-5.17.0-1011-oem",
  type=131076) at ../../../grub-core/kern/file.c:121
  #4 0x7bcd5a30 in ?? ()
  #5 0x7fe21247 in ?? ()
  #6 0x7bc030c8 in ?? ()
  #7 0x00017fe21238 in ?? ()
  #8 0x7bcd5320 in ?? ()
  #9 0x7fe21250 in ?? ()
  #10 0x in ?? ()
  ```

  Based on grub_mm_dump, we can see the memory region starvation in <1G
  addresses:

  Type   StartEnd  # Pages  Attributes
  Available  -00086FFF 0087 000F
  BS_Data00087000-00087FFF 0001 000F
  Available  00088000-0009EFFF 0017 000F
  Reserved   0009F000-0009 0001 000F
  Available  0010-00FF 0F00 000F
  LoaderCode 0100-01021FFF 0022 000F
  Available  01022000-238A7FFF 00022886 000F
  BS_Data238A8000-23927FFF 0080 000F
  Available  23928000-28860FFF 4F39 000F
  BS_Data28861000-2AB09FFF 22A9 000F
  LoaderCode 2AB0A000-2ACF8FFF 01EF 000F
  BS_Data2ACF9000-2B2FAFFF 0602 000F
  Available  2B2FB000-2B611FFF 0317 000F
  BS_Data2B612000-2B630FFF 001F 000F
  Available  2B631000-2B632FFF 0002 000F
  BS_Data2B633000-2B63CFFF 000A 000F
  Available  2B63D000-2B649FFF 000D 000F
  BS_Data2B64A000-2B64EFFF 0005 000F
  Available  2B64F000-2B666FFF 0018 000F
  BS_Data2B667000-2D8D5FFF 226F 000F
  LoaderCode 2D8D6000-2D8E9FFF 0014 000F
  BS_Data2D8EA000-2D925FFF 003C 000F
  LoaderCode 2D926000-2D932FFF 000D 000F
  BS_Data2D933000-2D969FFF 0037 000F
  BS_Code2D96A000-2D973FFF 000A 000F
  BS_Data2D974000-2E377FFF 0A04 000F
  Available  2E378000-2E37AFFF 0003 000F
  ...
  Reserved   3C08B000-4192 58A5 000F
  ACPI_NVS   4193-41B2 0200 000F
  ACPI_Recl  41B3-41BFEFFF 00CF 000F
  BS_Data41BFF000-41BF 0001 000F
  Available  0001-0002AB7F 001AB800 000F
  Reserved   000A-000F 0060 
  Reserved   41C0-43FF 2400 
  Reserved   4400-47FF 4000 

[Touch-packages] [Bug 1607028] Re: [OTA-12]{flo} Permission dialog is not coming up

2016-07-27 Thread Aaron Honeycutt
** Summary changed:

- [OTA-12] Permission dialog is not coming up
+ [OTA-12]{flo} Permission dialog is not coming up

** Description changed:

- When opening the camera-app on a fresh install of stable OTA-12 on flo
- you do not get a permission dialog to use the camera.
+ When opening the camera-app on a fresh install of stable OTA-12 with the
+ --wipe option on flo you do not get a permission dialog to use the
+ camera.
  
  It is reproducible.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607028

Title:
  [OTA-12]{flo} Permission dialog is not coming up

Status in camera-app package in Ubuntu:
  New

Bug description:
  When opening the camera-app on a fresh install of stable OTA-12 with
  the --wipe option on flo you do not get a permission dialog to use the
  camera.

  It is reproducible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1607028/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607028] [NEW] [OTA-12] Permission dialog is not coming up

2016-07-27 Thread Aaron Honeycutt
Public bug reported:

When opening the camera-app on a fresh install of stable OTA-12 on flo
you do not get a permission dialog to use the camera.

It is reproducible.

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607028

Title:
  [OTA-12] Permission dialog is not coming up

Status in camera-app package in Ubuntu:
  New

Bug description:
  When opening the camera-app on a fresh install of stable OTA-12 on flo
  you do not get a permission dialog to use the camera.

  It is reproducible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1607028/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1604205] Re: [regression?] Sound menu shows "Mute" instead of "Silent Mode" on phone

2016-07-19 Thread Aaron Honeycutt
I'm on rc-proposed for flo and saw Mute as well, should it be on tablets
as well?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1604205

Title:
  [regression?] Sound menu shows "Mute" instead of "Silent Mode" on
  phone

Status in Canonical System Image:
  Confirmed
Status in indicator-sound package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  On my krillin, I'm seeing "Mute" where "Silent Mode" used to be.

  I had thought it was Mute on desktops and Silent Mode on phones (with
  different behaviors).

  Maybe this change was intentional, but on the off chance it wasn't,
  here's a bug.

  current build number: 387
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-07-16 17:51:09
  version version: 387
  version ubuntu: 20160716
  version device: 20160606-ab415b2
  version custom: 20160701-981-38-14

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1604205/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1596235] [NEW] [Welcome Wizard] talks about Today/Nearby scope but not installed

2016-06-25 Thread Aaron Honeycutt
Public bug reported:

The Welcome wizard tells you to long swipe to get to the Today/Nearby
Scope but neither are installed on a fresh system. Tested on Nexus 7 and
Nexus 4 with OTA11.

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1596235

Title:
  [Welcome Wizard] talks about Today/Nearby scope but not installed

Status in unity8 package in Ubuntu:
  New

Bug description:
  The Welcome wizard tells you to long swipe to get to the Today/Nearby
  Scope but neither are installed on a fresh system. Tested on Nexus 7
  and Nexus 4 with OTA11.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596235/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1584232] Re: trailingActions overlaps APL

2016-05-23 Thread Aaron Honeycutt
someone in the Telegram group said to use "clip:true" to fix and it worked
but I did not see a way to close this bug.

On Mon, May 23, 2016 at 6:20 AM, Christian Dywan 
wrote:

> ** Changed in: ubuntu-ui-toolkit (Ubuntu)
>  Assignee: (unassigned) => Zsombor Egri (zsombi)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1584232
>
> Title:
>   trailingActions overlaps APL
>
> Status in ubuntu-ui-toolkit package in Ubuntu:
>   New
>
> Bug description:
>   When using trailingActions with APL(AdaptivePageLayout) on tablets
>
>   Screenshots on Nexus 7 with rc-proposed r443
>
>
> https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/
>
> https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/
>
> https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/
>
> https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/
>
>   Code example:
>   http://pastebin.ubuntu.com/16537177/
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1584232/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1584232

Title:
  trailingActions overlaps APL

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  When using trailingActions with APL(AdaptivePageLayout) on tablets

  Screenshots on Nexus 7 with rc-proposed r443

  
https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/

  Code example: 
  http://pastebin.ubuntu.com/16537177/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1584232/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1443559] Re: camera doesn't change to front camera on flo

2016-05-22 Thread Aaron Honeycutt
MM after a few times switching it back and forth I do get the problem of
going to the back camera or the front depending on which was selected.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1443559

Title:
  camera doesn't change to front camera on flo

Status in camera-app:
  New
Status in camera-app package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Flash flo with latest vivid-proposed
  2. Open the camera app
  3. tap on the switch camera button

  EXPECTED:
  I expect the app to switch to the front facing camera

  ACTUAL:
  The app freezes slightly, and does nothing tapping the button again resets it 
to the rear facing camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1443559/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1443559] Re: camera doesn't change to front camera on flo

2016-05-22 Thread Aaron Honeycutt
While on rc-proposed r444 it does still freezes slightly but it does
switch to the front camera after a few seconds.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1443559

Title:
  camera doesn't change to front camera on flo

Status in camera-app:
  New
Status in camera-app package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Flash flo with latest vivid-proposed
  2. Open the camera app
  3. tap on the switch camera button

  EXPECTED:
  I expect the app to switch to the front facing camera

  ACTUAL:
  The app freezes slightly, and does nothing tapping the button again resets it 
to the rear facing camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1443559/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584232] [NEW] trailingActions overlaps APL

2016-05-20 Thread Aaron Honeycutt
Public bug reported:

When using trailingActions with APL(AdaptivePageLayout) on tablets

Screenshots on Nexus 7 with rc-proposed r443

https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/
https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/
https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/
https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/

Code example: 
http://pastebin.ubuntu.com/16537177/

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  When using trailingActions with APL(AdaptivePageLayout) on tablets
  
  Screenshots on Nexus 7 with rc-proposed r443
  
  
https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/
+ 
+ Code snipp:
+ 
+ ListItem {
+ trailingActions: ListItemActions {
+ actions: [
+ Action {
+ iconName: "go-next"
+ onTriggered: 
pageLayout.addPageToNextColumn(page0, Qt.resolvedUrl("Hours.qml"))
+ }
+ ]
+ }
+ ListItemLayout {
+ Icon {
+ name: "ok"
+ SlotsLayout.position: SlotsLayout.Leading
+ width: units.gu(2)
+ }
+ Label {
+ text: today + " " + "Current:" + " " + (weatherData ? 
weatherData ["weather"][0]["description"] : "")
+ }
+ }
+ }

** Description changed:

  When using trailingActions with APL(AdaptivePageLayout) on tablets
  
  Screenshots on Nexus 7 with rc-proposed r443
  
  
https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/
  
- Code snipp:
- 
- ListItem {
- trailingActions: ListItemActions {
- actions: [
- Action {
- iconName: "go-next"
- onTriggered: 
pageLayout.addPageToNextColumn(page0, Qt.resolvedUrl("Hours.qml"))
- }
- ]
- }
- ListItemLayout {
- Icon {
- name: "ok"
- SlotsLayout.position: SlotsLayout.Leading
- width: units.gu(2)
- }
- Label {
- text: today + " " + "Current:" + " " + (weatherData ? 
weatherData ["weather"][0]["description"] : "")
- }
- }
- }
+ Code example: 
+ http://pastebin.ubuntu.com/16537177/

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1584232

Title:
  trailingActions overlaps APL

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  When using trailingActions with APL(AdaptivePageLayout) on tablets

  Screenshots on Nexus 7 with rc-proposed r443

  
https://www.flickr.com/photos/44748317@N08/27137523815/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213893/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/27042409572/in/album-72157667368951370/
  
https://www.flickr.com/photos/44748317@N08/26533213663/in/album-72157667368951370/

  Code example: 
  http://pastebin.ubuntu.com/16537177/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1584232/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1581242] [NEW] MP4 playback does not work

2016-05-12 Thread Aaron Honeycutt
Public bug reported:

Running on Nexus 7 2013 (Wi-Fi) on rc-proposed r436

Steps:
1. Open File Manager
2. Select MP4 file

What happens:
Screen is dark

What should happen:
Video is played in full screen

** Affects: mediaplayer-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1581242

Title:
  MP4 playback does not work

Status in mediaplayer-app package in Ubuntu:
  New

Bug description:
  Running on Nexus 7 2013 (Wi-Fi) on rc-proposed r436

  Steps:
  1. Open File Manager
  2. Select MP4 file

  What happens:
  Screen is dark

  What should happen:
  Video is played in full screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1581242/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1546373] Re: [FFe] Please update to bugfix release 1.10

2016-04-14 Thread Aaron Honeycutt
I agree with Scarlett 100% since the release was in Nov (before the freeze
I believe) we should have been told. It's much to late to include it since
we are a week till release (USA wise).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to taglib in Ubuntu.
https://bugs.launchpad.net/bugs/1546373

Title:
  [FFe] Please update to bugfix release 1.10

Status in taglib package in Ubuntu:
  Triaged
Status in taglib package in Debian:
  New

Bug description:
  1.10 contains two years of fixes over the 1.9.1 release currently
  found in Xenial, and was released back in November.

  TagLib 1.10 Release - November 11, 2015

  New API for the audio length in milliseconds.
  Added new options to the tagwriter example.
  Added support for ID3v2 ETCO and SYLT frames.
  Added support for album artist in PropertyMap API of MP4 files.
  Added support for embedded frames in ID3v2 CHAP and CTOC frames.
  Added support for AIFF-C files.
  Better handling of duplicate ID3v2 tags in MPEG files.
  Allowed generating taglib.pc on Windows.
  Added ZLIB_SOURCE build option.
  Fixed backwards-incompatible change in TagLib::String when constructing 
UTF16 strings.
  Fixed crash when parsing certain FLAC files.
  Fixed crash when encoding empty strings.
  Fixed saving of certain XM files on OS X.
  Changed Xiph and APE generic getters to return space-concatenated values.
  Fixed possible file corruptions when removing tags from WAV files.
  Added support for MP4 files with 64-bit atoms in certain 64-bit 
environments.
  Prevented ID3v2 padding from being too large.
  Fixed crash when parsing corrupted APE files.
  Fixed crash when parsing corrupted WAV files.
  Fixed crash when parsing corrupted Ogg FLAC files.
  Fixed crash when parsing corrupted MPEG files.
  Fixed saving empty tags in WAV files.
  Fixed crash when parsing corrupted Musepack files.
  Fixed possible memory leaks when parsing AIFF and WAV files.
  Fixed crash when parsing corrupted MP4 files.
  Stopped writing empty ID3v2 frames.
  Fixed possible file corruptions when saving WMA files.
  Added TagLib::MP4::Tag::isEmpty().
  Added accessors to manipulate MP4 tags.
  Fixed crash when parsing corrupted WavPack files.
  Fixed seeking MPEG frames.
  Fixed reading FLAC files with zero-sized padding blocks.
  Added support for reading the encoder information of WMA files.
  Added support for reading the codec of WAV files.
  Added support for multi channel WavPack files.
  Added support for reading the nominal bitrate of Ogg Speex files.
  Added support for VBR headers in MPEG files.
  Marked FLAC::File::streamInfoData() deprecated. It returns an empty 
ByteVector.
  Marked FLAC::File::streamLength() deprecated. It returns zero.
  Fixed possible file corruptions when adding an ID3v1 tag to FLAC files.
  Fixed self-assignment operator in some types.
  Fixed extraction of MP4 tag keys with an empty list.
  Many smaller bug fixes and performance improvements.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/taglib/+bug/1546373/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1402195] Re: Newer version of adb needed for nexus 5

2015-08-17 Thread Aaron Honeycutt
We have the same version in wily right now and we really need this
feature.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to android-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1402195

Title:
  Newer version of adb needed for nexus 5

Status in android-tools package in Ubuntu:
  Triaged
Status in android-tools source package in Vivid:
  Won't Fix

Bug description:
  When adb sideloading 5.0.0 -> 5.0.1, the recovery on a nexus 5
  requires at least adb 1.0.32

  $ adb version
  Android Debug Bridge version 1.0.31

  :(

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: android-tools-adb 4.2.2+git20130218-3ubuntu36
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec 13 14:47:38 2014
  InstallationDate: Installed on 2014-02-07 (308 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: android-tools
  UpgradeStatus: Upgraded to utopic on 2014-11-08 (34 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1432171] Re: [udev] Shows "starting version 219" boot message even with "quiet"

2015-04-01 Thread Aaron Honeycutt
@sherif it never stopped the system from booting just did not want that
to show up and scare the user.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1432171

Title:
  [udev] Shows "starting version 219" boot message even with "quiet"

Status in systemd package in Ubuntu:
  Triaged

Bug description:
  Everytime the system is booted up I get a "Starting version 219" which
  it seems is the version number for systemd.

  udev version: 219-4ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1432171] Re: Starting version 219 "systemd-boot"

2015-03-14 Thread Aaron Honeycutt
** Changed in: systemd (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1432171

Title:
  Starting version 219 "systemd-boot"

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Everytime the system is booted up I get a "Starting version 219" which
  it seems is the version number for systemd.

  Ubuntu version: Kubuntu 15.04 Beta 1
  systemd package: systemd219-4ubuntu5

  
  "systemd-boot"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1432171] [NEW] Starting version 219 "systemd-boot"

2015-03-14 Thread Aaron Honeycutt
Public bug reported:

Everytime the system is booted up I get a "Starting version 219" which
it seems is the version number for systemd.

Ubuntu version: Kubuntu 15.04 Beta 1
systemd package: systemd219-4ubuntu5


"systemd-boot"

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: systemd-boot

** Tags added: systemd-boot

** Description changed:

  Everytime the system is booted up I get a "Starting version 219" which
  it seems is the version number for systemd.
  
+ Ubuntu version: Kubuntu 15.04 Beta 1
+ systemd package: systemd219-4ubuntu5
+ 
+ 
  "systemd-boot"

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1432171

Title:
  Starting version 219 "systemd-boot"

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Everytime the system is booted up I get a "Starting version 219" which
  it seems is the version number for systemd.

  Ubuntu version: Kubuntu 15.04 Beta 1
  systemd package: systemd219-4ubuntu5

  
  "systemd-boot"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432171/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp