Re: [Ubuntu-phone] image customization

2013-09-27 Thread Oliver Grawert
hi Am Donnerstag, den 26.09.2013, 14:17 -0700 schrieb Aaron: > ... bootloader animation, ... lets first actually *have* a bootloader animation before we customize it ;) (we are unlikely to have one in the 13.10 release) ciao oli signature.asc Description: This is a digitally signed me

Re: [Ubuntu-phone] [DEVELOPMENT] script/touch and saucy-preinstalled-touch-armhf.zip

2013-09-27 Thread Florian Will
Hi Francois, You may notice the touch script only checks if system.img exists, and if it doesn't (which is the case for "cdimage"-style images, as opposed to "system" images), it just skips most of the script and does this instead: # Old flipped model elif [ -d /tmpmnt/ubuntu ]; then mount --

Re: [Ubuntu-phone] [qml] Elements overlapping

2013-09-27 Thread Gustavo Pichorim Boiko
On 26-09-2013 15:46, Sam Bull wrote: > On Thu, 2013-09-26 at 20:05 +0200, Olivier Tilloy wrote: >> If you don’t explicitly set a height for the ListView, indeed its >> height is 0. >> Column doesn’t resize its children, it merely positions them. > OK, so, how do I put the send button below the List

[Ubuntu-phone] Summary of Landing Task For Call 27.09.2013

2013-09-27 Thread Didier Roche
Hello all. We are meeting twice a day to plan out landings. This email is an experiment to see if sending out some quick notes from that call is helpful to people. Feedback is welcome. As always, we updated the landing pipeline: https://docs.google.com/a/canonical.com/spreadsheet/ccc?key=0Au6

[Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Marcel Partap
Hi guys, trying to port this to the samsung i927 (captivate glide), I ran into this compilation issue: > hardware/samsung/ril/xmm6260/libril/ril.cpp: In function 'void > android::issueLocalRequest(int, void*, int)': > hardware/samsung/ril/xmm6260/libril/ril.cpp:343:62: error: 'RLOGD' was not > de

Re: [Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Marcel Partap
>> hardware/samsung/ril/xmm6260/libril/ril.cpp:401:31: error: 'RLOGD' was not >> declared in this scope > It seems to be caused by the two repos' APIs being out of sync: > (repo android_hardware_samsung) Oops, wrong path... Actually it's in repo android_system_core, file include/cutils/log.h.. la

Re: [Ubuntu-phone] Status of PyQt for 14.04

2013-09-27 Thread Roberto Colistete Jr.
Em 25-09-2013 16:25, Andrew Starr-Bochicchio escreveu: This is something I'm interested in as well, and the answer to all these questions seems to be yes. Dmitry Shachnev made a little demo using Python3 and PyQt5 with Ubuntu SDK components that I've successfully run on the phone: http://peopl

Re: [Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Florian Will
Hi Marcel, something is strange with your source tree -- android_system_core was last changed ~1 month ago (by Ricardo Salveti de Araujo), and the most recent cyanogen commit in the android_system_core ubuntu repo is from july [1]. [1] http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_syste

[Ubuntu-phone] Library dependency support in click packages?

2013-09-27 Thread Scott Sweeny
One of the issues we ran into when writing scopes for the image customization tarball is that of library dependencies. The example scopes in the sevilerow project are written in C and use libmrss0 to parse the associated RSS feeds (this is also true of the example scope provided with the SDK and in

Re: [Ubuntu-phone] What If?

2013-09-27 Thread Michal Suchanek
On 24 September 2013 05:01, Israel wrote: > On 09/23/2013 03:14 AM, Abimanyu G wrote: >> >> Hi everyone, >> I have just one question. What if i have a device without Android and I >> want to port ubuntu touch? >> >> Regards, >> Abimanyu G >> > Please do! And once you have add it to the page of de

Re: [Ubuntu-phone] Library dependency support in click packages?

2013-09-27 Thread Ted Gould
On Fri, 2013-09-27 at 17:37 -0400, Scott Sweeny wrote: > One thing click could do is look (at build time) at what external libraries an > application makes use of and if those libraries aren't included in the system > image include them in the click package itself, then at runtime ensure that > th

Re: [Ubuntu-phone] What If?

2013-09-27 Thread Robert Park
On Fri, Sep 27, 2013 at 2:58 PM, Michal Suchanek wrote: > Meaning you turn the device into device *with* Android and then > continue as with any Android device. Which I find quite lame way to > run Ubuntu on a device that can run some sane os like GNU/linux. Uh, what? If you have a device that ca

Re: [Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Marcel Partap
> something is strange with your source tree -- android_system_core was > last changed ~1 month ago (by Ricardo Salveti de Araujo), and the most > recent cyanogen commit in the android_system_core ubuntu repo is from > july [1]. Yes, but do a git log on the specific files.. my tree is very much up

Re: [Ubuntu-phone] What If?

2013-09-27 Thread Jo-Erlend Schinstad
On 28 September 2013 00:13, Robert Park wrote: > On Fri, Sep 27, 2013 at 2:58 PM, Michal Suchanek > wrote: > > Meaning you turn the device into device *with* Android and then > > continue as with any Android device. Which I find quite lame way to > > run Ubuntu on a device that can run some sane

Re: [Ubuntu-phone] What If?

2013-09-27 Thread Vladimir M.
This guy just proved it's doable: http://www.linkedin.com/groups/Presentation-Porting-Qt-new-Smartphone-4106650.S.276919001 :) On Sat, Sep 28, 2013 at 2:38 AM, Jo-Erlend Schinstad < joerlend.schins...@ubuntu.com> wrote: > > > > On 28 September 2013 00:13, Robert Park wrote: > >> On Fri, Sep 27

Re: [Ubuntu-phone] Library dependency support in click packages?

2013-09-27 Thread Matthew Fischer
On Fri, Sep 27, 2013 at 4:04 PM, Ted Gould wrote: > ** > On Fri, 2013-09-27 at 17:37 -0400, Scott Sweeny wrote: > > One thing click could do is look (at build time) at what external libraries an > application makes use of and if those libraries aren't included in the system > image include them i