Re: [Ubuntu-phone] "Can I use the internet?"

2013-08-02 Thread Iain Lane
Hiya, On Thu, Aug 01, 2013 at 11:05:06AM -0400, Tony Espy wrote: > […] > As for automatic "time" updates, besides NITZ, the two mechanisms I'm > aware of are GPS, and NTP, the latter being the only requiring a "data" > connection. Yes, I understood that NTP was the motivation for that requirement

[Ubuntu-phone] Silent mode & vibrating: how do we implement those?

2013-08-02 Thread Sebastien Bacher
Hey, I'm working on implement the sound settings [1] and I've some questions/topics up for discussion: 1- Silent mode: the design describes it as: "Whenever the phone is in Silent Mode, sound should not play unless an app specifically overrides it (for example the alarm clock)" Do we curr

[Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread Oliver Grawert
hi, at http://paste.ubuntu.com/5939625/ is a patch that makes sure the kernel cmdline string is appended (instead of prepending it) to the bootloader args, this way we can put "console=tty1" into the kernel cdmline string and have it override the "console=ram" the bootloader sets by default. usi

[Ubuntu-phone] Problems in the Flipped Porting Guide

2013-08-02 Thread Alistair Buxton
see https://wiki.ubuntu.com/Touch/PortingFlippedInProgress These are the issues I have discovered so far: The guide is virtually identical to the old porting guide. The only difference appears to be the paragraph at the start explaining that the containers have been flipped and that everything is

Re: [Ubuntu-phone] hello

2013-08-02 Thread leon lee
You can follow the ubuntu touch porting guide to do that. -- Original -- From: "hichem chouaibi"; Date: Aug 1, 2013 To: "ubuntu-phone"; Subject: [Ubuntu-phone] hello hello I have a tablet Japanese it is called 'sanei N10' how can I install ubuntu touch

[Ubuntu-phone] Various issues with Ubuntu Touch

2013-08-02 Thread Psypher
Hello All, I loaded the latest Touch image onto my Nexus 4 to start testing out and dogfooding the OS. I feel that my insight as a heavy Ubuntu user for 9 years would be helpful to this mailing list and would really like to help create and shape the OS into something unique. I am wondering where

[Ubuntu-phone] Huawei Ascend P1 porting experience notes

2013-08-02 Thread Jani Monoses
Hello, I had a Huawei Ascend P1 (u9200) phone booting Ubuntu Touch a few months ago and managed to successfully update the port to use the latest sources today. My attempt to update to the new flipped model and to use the phablet-saucy branch of the Android ROM resulted in the following experien

Re: [Ubuntu-phone] Various issues with Ubuntu Touch

2013-08-02 Thread Alan Pope
Hi, Thanks for getting involved! :) On Fri, Aug 2, 2013 at 3:31 PM, Psypher wrote: > No navigation buttons in the browser, how do you go back to the previous > page? Swipe up from the bottom. > Battery drain and increased temperature (process leak?) Depends which app. I would open a terminal

Re: [Ubuntu-phone] Various issues with Ubuntu Touch

2013-08-02 Thread Olivier Tilloy
Hi Psypher, (answering only the browser bit as it’s my field of expertise, I’ll let others answer your other questions/concerns) On Fri, Aug 2, 2013 at 4:31 PM, Psypher wrote: > […] > I am wondering where to start logging bugs and issues I have found so far. > The challenging part is to know wh

Re: [Ubuntu-phone] Various issues with Ubuntu Touch

2013-08-02 Thread Michael Zanetti
Hi On Friday 02 August 2013 16:31:37 Psypher wrote: > I am wondering where to start logging bugs and issues I have found so far. > The challenging part is to know which parts of the interface are still in > production and which parts do not exist yet at all. Pretty much everything you see is stil

Re: [Ubuntu-phone] Moto X Porting

2013-08-02 Thread Greg W
I've read in several places that the Moto X will be available with Unlocked Bootloader. Hopefully this will help with Ubuntu compatibility. The Moto X is smaller size & lighter weight than Nexus 4. Nexus 4 is too big. http://www.engadget.com/2013/08/01/motorola-moto-x-preview/ On Aug 1, 2013 6

Re: [Ubuntu-phone] Silent mode & vibrating: how do we implement those?

2013-08-02 Thread Pat McGowan
On 08/02/2013 11:41 AM, Sebastien Bacher wrote: > Hey, > > I'm working on implement the sound settings [1] and I've some > questions/topics up for discussion: > > > 1- Silent mode: > > the design describes it as: > "Whenever the phone is in Silent Mode, sound should not play unless an > app specifi

Re: [Ubuntu-phone] Silent mode & vibrating: how do we implement those?

2013-08-02 Thread Sebastien Bacher
Thanks for the reply Pat, some comments Le 02/08/2013 18:56, Pat McGowan a écrit : My two cents Whatever is playing the sounds for incoming call or SMS should be configured to disable these. Is that assuming that the silent mode concerns only those apps? When I asked design, they said that it

[Ubuntu-phone] How to "reset the phone"

2013-08-02 Thread Sebastien Bacher
Hey, The system settings design has a section for reset options: https://wiki.ubuntu.com/SystemSettings#A.2BIBw-Reset_Phone.2BIB0- That includes 3 options - reset launcher/home screen: those are unity options and should be as simple as resetting some gsettings key - reset all system settings

Re: [Ubuntu-phone] How to "reset the phone"

2013-08-02 Thread Sebastien Bacher
Le 02/08/2013 19:43, Sebastien Bacher a écrit : - erase & reset everything: that's the one I'm sending this email about. Loïc suggested that the full reset should probably be done in recovery mode, and that it might be close enough from things the system image updates are doing ... would it m

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread Max Wällstedt
Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to get the recovery. I can however only boot into Ubuntu once. After the first reboot it only enters a state of black screen and no adb. Thanks for all your hard work on Ubuntu Touch and i9100, it really has moved things forward!

[Ubuntu-phone] Galaxy S different sized kernel mystery

2013-08-02 Thread Alistair Buxton
This is a brain dump. None of these instructions produces working images. It's just for reproducing an issue. Currently the samsung kernel only needs one patch to build. It used to need two but it was fixed up stream. Now the only patch it needs is the common Ubuntu config. First I build vanilla

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread András Mamenyák
IT WORKS! Thank you, my Note 10.1 saucy port now boots! But to a black screen... Please look at my dmesg: http://paste.ubuntu.com/5941329 On Fri, Aug 2, 2013 at 8:35 PM, Max Wällstedt wrote: > Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to get > the recovery. > I can howev

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread András Mamenyák
And logcat: http://paste.ubuntu.com/5941366/ On Fri, Aug 2, 2013 at 10:05 PM, András Mamenyák wrote: > IT WORKS! > > Thank you, my Note 10.1 saucy port now boots! > But to a black screen... > Please look at my dmesg: http://paste.ubuntu.com/5941329 > > > On Fri, Aug 2, 2013 at 8:35 PM, Max Wälls

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread Jani Monoses
Do you have an udev rule setting the graphics related device node accessible by non-root too ? On Fri, Aug 2, 2013 at 11:21 PM, András Mamenyák wrote: > And logcat: http://paste.ubuntu.com/5941366/ > > > On Fri, Aug 2, 2013 at 10:05 PM, András Mamenyák wrote: > >> IT WORKS! >> >> Thank you, my N

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread András Mamenyák
Here is my rules file On Fri, Aug 2, 2013 at 10:47 PM, Jani Monoses wrote: > Do you have an udev rule setting the graphics related device node > accessible by non-root too ? > > > On Fri, Aug 2, 2013 at 11:21 PM, András Mamenyák wrote: > >> And logcat: http://paste.ubuntu.com/5941366/ >> >> >> O

Re: [Ubuntu-phone] Various issues with Ubuntu Touch

2013-08-02 Thread Mitchell Reese
Great to know there's so much enthusiasm for people who are new to programming, and perhaps Ubuntu itself, participating in these discussions. I'm also in a similar boat - have started learning bits of qml, but am far from a capable programmer. I've been using Ubuntu for a number of years how

[Ubuntu-phone] Flipped Samsung Note 10.1 port

2013-08-02 Thread András Mamenyák
Hello! I am currently trying to switch to ubuntu-saucy, but I need some help. With much hassle the device finally boots into black screen. I have added 70-*.rules file. Please see dmesg [1] and logcat [2]. When I press the power button, the screen lights up a little. Also, is this normal [3]? up

Re: [Ubuntu-phone] Various issues with Ubuntu Touch

2013-08-02 Thread Nathan Haines
On 08/02/2013 02:16 PM, Mitchell Reese wrote: Is it better to report bugs on this mailing list, or report them on launchpad under the relevant app? For instance, last night I had issues with there being no sound when I made a phone call - neither end could hear each other. I want to test this som