Re: [Ubuntu-phone] [SDK] Ubuntu-sdk conflict with KDE

2013-02-25 Thread Joey Chen
Thanks for what u have done :D Long live the Ubuntu ! :P 2013/2/25 Timo Jyrinki > Joey Chen wrote: > > I should warn somebody who are using Ubuntu with KDE, If anyone try to > > install ubuntu-sdk in KDE, the core package "kde-workspace" will be > > remove by the installation process, then KD

Re: [Ubuntu-phone] Potential to replace files/folders with tags

2013-02-25 Thread darkdragon
On Mon, Feb 25, 2013 at 12:06 AM, Matt Richardson < m.richardson.1...@hotmail.co.uk> wrote: My idea would be that the tags would operate as follows: > > When saving/creating a file any number of tags can be selected as well as > a name. By default the 'username' tag would be selected. > The actual

Re: [Ubuntu-phone] Anyone talked to mojang yet?

2013-02-25 Thread Attila Sukosd
I guess the raspberry version of minecraft should work, since it's Java + OpenGL ES. And there is already openjdk for arm in the repos. But yes, an "official" version would be nice. On Sat, Feb 23, 2013 at 5:55 PM, Lewis Donofrio wrote: > We need minecraft anyone gotten started on this? > -- > _

[Ubuntu-phone] [Porting] Galaxy Tab 2 10.1

2013-02-25 Thread elias tardon
Hi i was trying to port ubuntu for tablet to the galaxy tab 2 and i follow all the steps in the wiki but when i build with brunch p5110 the console send my the following build/core/base_rules.mk:130: *** hardware/ti/omap4xxx/ion: MODULE.TARGET.SHARED_LIBRARIES.libion_ti already defined by device/

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Calum K Pringle
Hey guys, We are working on getting some guidance for this up on the app design guides site soon as it's clearly a big piece in the process for designing our apps! Essentially, consider your app a touch app, which can scale (the 'how' depends on the context), to different screen sizes. As an i

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Dalius
Just to be clear: app can be in side stage AND full screen? Or only one way? If you are interested about problem we have look at this bug report: https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1132692 No idea yet how to solve it (simply had no time yet to think about problem): we are addin

Re: [Ubuntu-phone] Anyone talked to mojang yet?

2013-02-25 Thread Ryan Walmsley
Mojang have both the Raspberry Pi edition and the Pocket edition for Android and iOS. I guess that they should be able to easily port an version of Pocket edition to Ubuntu Touch. Just who to email, Notch or Jeb_? On 25 February 2013 08:32, Attila Sukosd wrote: > I guess the raspberry version o

Re: [Ubuntu-phone] Server Issues with "phablet-dev-bootstrap" and "repo sync"?

2013-02-25 Thread Lars Christian Schmidt
Hi, I managed to download everything by running a retry-until-success-loop. I don't know whether I did a mistake when I only kill a single job but somehow this causes my PC to download. Here is what I did: [Code] while true ; do phablet-dev-bootstrap -c UbuntuTouch & sleep 60 if [[

Re: [Ubuntu-phone] Adding a new Device

2013-02-25 Thread Lars Christian Schmidt
I loged into the Ubuntu Wiki but it says "immutable Site" or something. Do I need extra permissions for editing those? Am 25.02.2013 00:48 schrieb "Ricardo Salveti de Araujo" < ricardo.salv...@canonical.com>: > On 02/24/2013 12:55 PM, Lars Christian Schmidt wrote: > >> Hi there, I am currently doi

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Petko
The problem is not scalability , anyone can resize their app , and most people would think of displaying less content not to look cluttered . The problem is that in many (if not most) cases an app that has platform independent functionality would need an entirely different design to work (nicel

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Dalius
Petko, Your idea is compatibile with "QML only" without problems. The only problem that it will be very hard to design apps like these: 4, 7 and 10 inches each require slightly different solution. Regards, Dalius On Mon, Feb 25, 2013 at 1:56 PM, Petko wrote: > The problem is not scalability

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Octavian Damiean
On Mon, Feb 25, 2013 at 12:56 PM, Petko wrote: > The problem is not scalability , anyone can resize their app , and most > people would think of displaying less content not to look cluttered . The > problem is that in many (if not most) cases an app that has platform > independent functionality

[Ubuntu-phone] Current status

2013-02-25 Thread Edward Sarkisyan
Can anyone tell me the current UbuntuPhone status? Does Twitter/Facebook/Gmail now work? Because on Feb 21 Twitter, for example, was not working on my Galaxy Nexus. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.n

[Ubuntu-phone] Ubuntu SDK on Windows

2013-02-25 Thread Edward Sarkisyan
Does any team work on porting UbuntuSDK on Windows? So far as Ubuntu SDK it is a set of components for QML, I think they can be ported(builded) for any supported by Qt platform(e.g. Windows). So I want to help the team which is working/is going to work on porting SDK to Windows. -- Mailing list: h

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Petko
On 02/25/2013 02:11 PM, Dalius wrote: Petko, Your idea is compatibile with "QML only" without problems. The only problem that it will be very hard to design apps like these: 4, 7 and 10 inches each require slightly different solution. Regards, Dalius The thing is that app designers will de

Re: [Ubuntu-phone] Current status

2013-02-25 Thread Dalius
Check status here: https://launchpad.net/ubuntu-phone-coreapps On Mon, Feb 25, 2013 at 2:32 PM, Edward Sarkisyan < edward.sarkis...@gmail.com> wrote: > Can anyone tell me the current UbuntuPhone status? Does > Twitter/Facebook/Gmail now work? Because on Feb 21 Twitter, for example, > was not wor

[Ubuntu-phone] [design] rotation

2013-02-25 Thread Alan Bell
At the moment the devices don't support rotation. I don't think rotation is the same thing as a window changing size and aspect ratio, I think there is a bit more to it than that. Some applications will want to be portrait only, some will want to be landscape only. Some may want to display a di

Re: [Ubuntu-phone] [Porting] Galaxy Tab 2 10.1

2013-02-25 Thread Miguel Angel Castiblanco Torres
Hi Elias, Actually, I already ported GTab 2 10.1 (P5110). Later today I'm going to update the wiki with links to the flashable zip. Please look there. Cheers, Starcarr On Mon, Feb 25, 2013 at 5:01 AM, elias tardon wrote: > Hi i was trying to port ubuntu for tablet to the galaxy tab 2 and i f

[Ubuntu-phone] (no subject)

2013-02-25 Thread Manuel Valls Fernández
Just asking, is ubuntu phablet's qml engine compatible with most of qt libraries? In particular, is it compatible with QtQuick3D? Sorry if it's too evident, but I'm pretty new in this qt world :) -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Un

Re: [Ubuntu-phone] (no subject)

2013-02-25 Thread Timo Jyrinki
25.02.2013 15:35, Manuel Valls Fernández kirjoitti: > Just asking, is ubuntu phablet's qml engine compatible with most of qt > libraries? In particular, is it compatible with QtQuick3D? Sorry if it's > too evident, but I'm pretty new in this qt world :) It uses Qt 5's QML, so Qt Quick 2 is availab

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Martin Kaistra
Am 25.02.2013 11:45, schrieb Calum K Pringle: For handling screen sizes and densities, also for asset creation, please refer to resolution independence . We are working on this right now, so let us know any o

Re: [Ubuntu-phone] (no subject)

2013-02-25 Thread Manuel Valls Fernández
Hmm if it's not included in the official release, could it be used by downloanding and importing it into the project anyway? 2013/2/25 Timo Jyrinki > 25.02.2013 15:35, Manuel Valls Fernández kirjoitti: > > Just asking, is ubuntu phablet's qml engine compatible with most of qt > > libraries? In

Re: [Ubuntu-phone] Adding a new Device

2013-02-25 Thread Ricardo Salveti de Araujo
On 02/25/2013 08:40 AM, Lars Christian Schmidt wrote: I loged into the Ubuntu Wiki but it says "immutable Site" or something. Do I need extra permissions for editing those? Not so sure, just saw that a lot of people edited it already. Try refreshing your browser after login-in. Cheers, -- Ric

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Bruno Girin
Calum, I completely agree that we should use responsive layout techniques. Having done that in Qt before (on my old N900), here are the sort of things I would be looking for in order to be able to implement this properly. Expose what is in the QScreen class, in particular: - availableSize (conver

Re: [Ubuntu-phone] Potential to replace files/folders with tags

2013-02-25 Thread David Jordan
As someone who has worked with the "tags" vs "files and folders" problem quite a lot via the Novacut project, I thought I should chime in here. The problem with the traditional files and folders system is that it conflates two very different concepts, location and description. Applications need to

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Jim Hodapp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno, Please see my reply in-line below: On 02/25/2013 09:44 AM, Bruno Girin wrote: > Calum, > > I completely agree that we should use responsive layout > techniques. Having done that in Qt before (on my old N900), here > are the sort of things I w

Re: [Ubuntu-phone] [design] rotation

2013-02-25 Thread Bruno Girin
On 25/02/13 13:01, Alan Bell wrote: > At the moment the devices don't support rotation. I don't think > rotation is the same thing as a window changing size and aspect ratio, > I think there is a bit more to it than that. Some applications will > want to be portrait only, some will want to be lands

Re: [Ubuntu-phone] [design] rotation

2013-02-25 Thread Daniel Clem
Agreed, side stage would look farely natural I think. Just need to translate all those gestures to a remote's controls. Plus side stage on a TV would make video calling and other things while multi tasking very intuitive and fun. Bruno Girin wrote: >On 25/02/13 13:01, Alan Bell wrote: >> At th

Re: [Ubuntu-phone] Adding a new Device

2013-02-25 Thread Daniel Holbach
Hello, On 25.02.2013 15:39, Ricardo Salveti de Araujo wrote: > On 02/25/2013 08:40 AM, Lars Christian Schmidt wrote: >> I loged into the Ubuntu Wiki but it says "immutable Site" or something. >> Do I need extra permissions for editing those? > > Not so sure, just saw that a lot of people edited i

Re: [Ubuntu-phone] Server Issues with "phablet-dev-bootstrap" and "repo sync"?

2013-02-25 Thread Sergio Schvezov
On Sun, Feb 24, 2013 at 09:35:41PM +0100, Christopher Hesse wrote: > I also get various syncing errors; my internet connection is fine; so it > must be related to ubuntu servers actually. > BTW, is there any difference in using repo sync with the Ubuntu Touch > manifest other than executing phablet

Re: [Ubuntu-phone] [Design] Designing for phone and tablet

2013-02-25 Thread Bruno Girin
On 25/02/13 12:48, Petko wrote: > > > I'm starting to think that there might be a workaround to implementing > my solution in the current system . A very very raw example : > if (device_specs == device_specs_1) define UI_1 > if (device_specs == device_specs_2) define UI_2 > ... > and so on > > I w

Re: [Ubuntu-phone] Official word on designs

2013-02-25 Thread Mika Meskanen
Hi guys, Just a gentle reminder on top of what Michael's said – all apps should follow the design guidelines ! The designs submitted to the 12 core apps project have been a great source of inspiration for design and developmen

Re: [Ubuntu-phone] Ubuntu Phone Calculator Demo #1

2013-02-25 Thread Mika Meskanen
Hello, Wow, that's really impressive progress! We looked at the submissions with the design team and noticed that there was a strong emphasis on "scientific" calculations. However, the calculator app as part of the phone product is targeted for everyday, casual use. That's why we came up with a re

Re: [Ubuntu-phone] Official word on designs

2013-02-25 Thread Octavian Damiean
On Mon, Feb 25, 2013 at 4:53 PM, Mika Meskanen wrote: > The designs submitted to the 12 core > apps project > have been a great source of inspiration for design and development (we have > them on the wall!) We've prioritised four of the apps in the 12 core

Re: [Ubuntu-phone] Official word on designs

2013-02-25 Thread Calum K Pringle
Haha, oops Mika! Calendar, Calculator, Weather and Clock! On 25 Feb 2013, at 15:57, Octavian Damiean wrote: > On Mon, Feb 25, 2013 at 4:53 PM, Mika Meskanen > wrote: > The designs submitted to the 12 core apps project have been a great source of > inspiration for design and development (we hav

Re: [Ubuntu-phone] Adding a new Device

2013-02-25 Thread purveshrs...@gmail.com
Also try setting your timezone to UTC before loging to wiki.ubuntu.com On Mon, Feb 25, 2013 at 8:50 PM, Daniel Holbach wrote: > Hello, > > On 25.02.2013 15:39, Ricardo Salveti de Araujo wrote: > > On 02/25/2013 08:40 AM, Lars Christian Schmidt wrote: > >> I loged into the Ubuntu Wiki but it says

Re: [Ubuntu-phone] [Porting] Galaxy Tab 2 10.1

2013-02-25 Thread Adam Eliot
Hey Elias I was having the same problem, I gave up trying to remove the TI library and just renamed the module inside its Android.mk file. I no longer get the error when trying to build although I haven't tested the image to see if it is actually usable. On 2013-02-25 5:01 AM, "elias tardon" wrot

Re: [Ubuntu-phone] Potential to replace files/folders with tags

2013-02-25 Thread darkdragon
Well, I think that the connection between traditional file/folder system and tag system could be very easily done: Every file get's a unique ID (best would be to consist of letters AND numbers). Then all the files are stored directly within the root folder and their file name is their ID. So the

[Ubuntu-phone] [Design] Content views - PageStack Header annoying

2013-02-25 Thread Gilbert Röhrbein
Hi, I want switch from a Core Layout to a Full Screen Layout when clicking somewhere in the Core Layout. It says I should use a PageStack to navigate like this. http://design.canonical.com/2013/02/app-patterns-explained-content-views/ My problem is, that the PageStack shows a header and I n

Re: [Ubuntu-phone] Server Issues with "phablet-dev-bootstrap" and "repo sync"?

2013-02-25 Thread Christopher Hesse
ok fine. I was just curious, because some certain files (e.g. libunutu_application_api.so) did not get built after my work was done. I am sure I am missing some Ubuntu parts. Could someone check out my custom manifest please? https://github.com/Ubuntu-Xperia-S/manifest/blob/nozomi-10.1/default.xml

Re: [Ubuntu-phone] [Porting] Asus Transformer Infinity tf700/t

2013-02-25 Thread Rabit
25.02.2013 04:35, Ricardo Salveti de Araujo wrote: > On 02/23/2013 03:12 PM, Rabit wrote: >> Hi, >> >> I would like to port Ubuntu Touch to Asus Transformer Infinity TF700/T. >> Also I will prepare music file player rPlay >> (currently only for Nokia N9). > > Seems

Re: [Ubuntu-phone] Adding a new Device

2013-02-25 Thread Lars Christian Schmidt
Ahhahaha... I used the wrong e-mail account. Changes go online right now. Thank you for the support. Also try setting your timezone to UTC before loging to wiki.ubuntu.com On Mon, Feb 25, 2013 at 8:50 PM, Daniel Holbach wrote: > Hello, > > On 25.02.2013 15:39, Ricardo Salveti de Araujo wrote: > >

[Ubuntu-phone] [port][sdk]

2013-02-25 Thread Edward Sarkisyan
Hi, guys! I'm porting Ubuntu SDK to Windows. Now I'm working on UbuntuComponents 0.1. If someone interested to help/contribute me, you're welcome! Here is the link to repo: https://github.com/edwardoid/ubuntu-ui-toolkit-win -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-

Re: [Ubuntu-phone] Server Issues with "phablet-dev-bootstrap" and "repo sync"?

2013-02-25 Thread Sergio Schvezov
On Mon, Feb 25, 2013 at 07:44:34PM +0100, Christopher Hesse wrote: > ok fine. > I was just curious, because some certain files (e.g. > libunutu_application_api.so) did not get built after my work was done. > I am sure I am missing some Ubuntu parts. Could someone check out my custom > manifest plea

[Ubuntu-phone] [Twitter] List Delegate and Profile view

2013-02-25 Thread Fernando Muñoz
Hello, This is the work I have just submitted on the ubuntu-twitter-app bzr: http://www.youtube.com/watch?v=SulHvjtLO0g It's just a preview of the listdelegate and a profile view for the Twitter application. Comments are welcome. -- Regards, Fernando Muñoz beford.net -- Mailing list: https:

Re: [Ubuntu-phone] Potential to replace files/folders with tags

2013-02-25 Thread Matt Richardson
Absolutely agree about the potential for tag hierarchy and the system remaining as traditional folder/file layout. I'm not sure as to what the advantage of the randomly named folders over the tag1/tag2 system is? The tag1/tag2 structure was meant purely for compatibility with applications that do n

Re: [Ubuntu-phone] Potential to replace files/folders with tags

2013-02-25 Thread Matt Richardson
Hi David, As someone who has worked with the "tags" vs "files and folders" problem quite a lot I can imagine your insights would be very interesting to hear I completely agree with the difference in needs between applications and humans and I agree that the tag system should not replace the folder

[Ubuntu-phone] Nexus4 boot-bug

2013-02-25 Thread Matthias Gehre
Hi, in the release notes, it says: "In rare circumstances, the Nexus4 may get into a state where it may not boot at all after the battery is drained (even into recovery)." Is anyone investigating this or is there any information? I cannot seem to find a corresponding bug report on launchpad. Th

Re: [Ubuntu-phone] [Twitter] List Delegate and Profile view

2013-02-25 Thread fox_yrjkmk
On Mon, 2013-02-25 at 15:41 -0500, Fernando Muñoz wrote: > This is the work I have just submitted on the ubuntu-twitter-app bzr: Looking good. I hope this will eventually support multiple accounts, with identi.ca/status.net accounts as well. Are these apps going to appear in the PPA soon, so we c

Re: [Ubuntu-phone] [Design] Content views - Grid and GridView

2013-02-25 Thread Gilbert Röhrbein
Right now I also notice that in "App patterns explained: content views" is scrolling mentioned. I hade to implement proper scrolling of a Grid in a Tab by placing it into a Flickable. Is this also okay or is there already a better approach in sight? Argh. I let me get distracted by the Ubuntu de

Re: [Ubuntu-phone] Nexus4 boot-bug

2013-02-25 Thread Ricardo Salveti de Araujo
On 02/25/2013 06:42 PM, Matthias Gehre wrote: Hi, in the release notes, it says: "In rare circumstances, the Nexus4 may get into a state where it may not boot at all after the battery is drained (even into recovery)." Is anyone investigating this or is there any information? I cannot seem to f

Re: [Ubuntu-phone] [Twitter] List Delegate and Profile view

2013-02-25 Thread Daniel Holm
It looks amazing! Just like it should look. Den 25 feb 2013 22:45 skrev "Sam Bull" : > On Mon, 2013-02-25 at 15:41 -0500, Fernando Muñoz wrote: > > This is the work I have just submitted on the ubuntu-twitter-app bzr: > > Looking good. I hope this will eventually support multiple accounts, > with

Re: [Ubuntu-phone] [Twitter] List Delegate and Profile view

2013-02-25 Thread fox_yrjkmk
It looks amazing! Just like it should look. Den 25 feb 2013 22:45 skrev "Sam Bull" : > On Mon, 2013-02-25 at 15:41 -0500, Fernando Muñoz wrote: > > This is the work I have just submitted on the ubuntu-twitter-app bzr: > > Looking good. I hope this will eventually support multiple accounts, > with

Re: [Ubuntu-phone] Anyone talked to mojang yet?

2013-02-25 Thread Daniel Holm
I think Jeb, nowdays. Notch is busy with Scrolls or something. Den 25 feb 2013 12:19 skrev "Ryan Walmsley" : > Mojang have both the Raspberry Pi edition and the Pocket edition for > Android and iOS. I guess that they should be able to easily port an version > of Pocket edition to Ubuntu Touch. Jus

[Ubuntu-phone] passthough for APK's execution.

2013-02-25 Thread Lewis Donofrio
Another thing is synergy we should get for ubuntu-touch is the ability to do what BB10 does and allow you to install/run apk's though thou bbos -- ___ https://www.vizify.com/lewis-donofrio - 734-743-1743

[Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Lewis Donofrio
Folks, Anyone though about Enterprise Management (10 unlock attempts = wipe) along with DES3 type stuff. Most importantly what about snowstorm like open source package distribution. -- ___ https://www.vizify.com/lewis-donofrio - 734

Re: [Ubuntu-phone] [design] rotation

2013-02-25 Thread Frank Mertens
Just my 2 cents: Lack of autorotation can also be seen as a feature. Supporting rotations everywhere can be very confusing, forcing the user to hold the device in a certain angle towards gravity just to get the expected layout. And btw. the photo app already supports autorotation and in this partic

Re: [Ubuntu-phone] Nexus4 boot-bug

2013-02-25 Thread Thomas Long II
For what it's worth I have a Nexus 4 that exhibited the same behavior. Additionally charging seems to take a very long time (by that I mean 6+ hours from ~25% to full, handset powered on with good signal, not running any apps) when running Ubuntu Touch on it. Charging is fine if not booted or whi

Re: [Ubuntu-phone] Nexus4 boot-bug

2013-02-25 Thread Ricardo Salveti de Araujo
On 02/25/2013 09:30 PM, Thomas Long II wrote: For what it's worth I have a Nexus 4 that exhibited the same behavior. Additionally charging seems to take a very long time (by that I mean 6+ hours from ~25% to full, handset powered on with good signal, not running any apps) when running Ubuntu To

Re: [Ubuntu-phone] Nexus4 boot-bug

2013-02-25 Thread Thomas Long II
FASTBOOT MODE PRODUCT_NAME - mako VARIANT - mako 16GB HW VERSION - rev_11 BOOTLOADER VERSION - MAK0Z10l BASEBAND VERSION - M9615A-CEFWMAZM-2.0.1700.33 SIGNING - production SECURE BOOT - enabled LOCK STATE - unlocked Haven't tried CM10.1, got the phone 2/21 & loaded Touch straightaway. Tom On Mon

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Ted Gould
On Mon, 2013-02-25 at 18:03 -0500, Lewis Donofrio wrote: > Anyone though about Enterprise Management (10 unlock attempts = wipe) > along with DES3 type stuff. Most importantly what about snowstorm > like open source package distribution. > I'm not familiar with snowstorm, but we expect the phon

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Lewis Donofrio
What I mean is channel management, to sign up for repository, or package installation or removal. On Feb 25, 2013 9:34 PM, "Ted Gould" wrote: > > On Mon, 2013-02-25 at 18:03 -0500, Lewis Donofrio wrote: >> >> Anyone though about Enterprise Management (10 unlock attempts = wipe) along with DES3 ty

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Daniel Clem
Would like to second the need for the auto data wiping feature. But users would need to have finite control over how this would work. The users that care about such a feature would be tech Davy enough to understand at least a well laid out settings screen. God Bless, Dan Ted Gould wrote: >On

Re: [Ubuntu-phone] [Twitter] List Delegate and Profile view

2013-02-25 Thread Denny George
looks great :) On Tue, Feb 26, 2013 at 3:44 AM, Daniel Holm wrote: > It looks amazing! Just like it should look. > Den 25 feb 2013 22:45 skrev "Sam Bull" : > >> On Mon, 2013-02-25 at 15:41 -0500, Fernando Muñoz wrote: >> >> > This is the work I have just submitted on the ubuntu-twitter-app bzr:

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Ted Gould
On Mon, 2013-02-25 at 21:36 -0500, Lewis Donofrio wrote: > What I mean is channel management, to sign up for repository, or > package installation or removal. Ah, I see. Since the Ubuntu running on the phone will be very similar to anywhere else running Ubuntu, it's likely most management sys

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Lewis Donofrio
What is the open source equal project to Landscape On Mon, Feb 25, 2013 at 10:44 PM, Ted Gould wrote: > ** > On Mon, 2013-02-25 at 21:36 -0500, Lewis Donofrio wrote: > > What I mean is channel management, to sign up for repository, or package > installation or removal. > > > Ah, I see. Since t

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Lewis Donofrio
Spacewalk is what I meant when I stated snowstorm both have "s's" in themanyways looking for open source project. On Mon, Feb 25, 2013 at 10:59 PM, Lewis Donofrio wrote: > What is the open source equal project to Landscape > > > On Mon, Feb 25, 2013 at 10:44 PM, Ted Gould wrote: > >> ** >>

Re: [Ubuntu-phone] Enterprise Management?

2013-02-25 Thread Lewis Donofrio
or should I say does anyone have a radmind to theforeman scripts? On Mon, Feb 25, 2013 at 11:00 PM, Lewis Donofrio wrote: > Spacewalk is what I meant when I stated snowstorm both have "s's" in > themanyways looking for open source project. > > > On Mon, Feb 25, 2013 at 10:59 PM, Lewis Donofr

[Ubuntu-phone] Ubuntu Touch for p3100

2013-02-25 Thread Adrian Kostyk
Hey:-) is there anybody developing UT for SGT 2 7.0 3g (p3100)? Best regards Adrian -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

Re: [Ubuntu-phone] Nexus4 boot-bug

2013-02-25 Thread Ryan Walmsley
I get it where sometimes after turning it off using the powerkey it takes a while to get it to boot up again even when charged fully. I normally get it working by plugging in charger / usb cable and then booting (as the screen wakes up from charge starting). On 26 February 2013 02:04, Thomas Long

[Ubuntu-phone] Screen auto sleep, Bug or Feature Not Programmed?

2013-02-25 Thread Ryan Walmsley
Hi, Not sure if I missed this out in the list but I haven't seen this possible bug or feature yet but on my Nexus 4 (8GB) the screen does not automatically sleep / lock. Is it a bug or just a feature missing? -- Thanks - Ryan Walmsley -- Mailing list: https://launchpad.net/~ubuntu-phone Post

Re: [Ubuntu-phone] Anyone talked to mojang yet?

2013-02-25 Thread Ryan Walmsley
If no one else has I may try emailing them, I know that it would be Jeb and more likely Daniel Kaplan / Kappische who was a developer for both Pocket Edition and Pi Edition. On 25 February 2013 22:55, Daniel Holm wrote: > I think Jeb, nowdays. Notch is busy with Scrolls or something. > Den 25 f