[Ubuntu-phone] Questions about Framework versions

2016-07-28 Thread Michel Renon
Hi, There is already the (fabulous) "Ubuntu touch version decoder ring" : http://reqorts.qa.ubuntu.com/reports/qa/touch-version-decoder-ring/ But is there a list of correspondences between SDK (or Framework) version and OTA ? ex : SDK 15.04.4 <--> OTA11 Maybe it could be added in the existin

Re: [Ubuntu-phone] Emulator image

2016-05-12 Thread Michel Renon
Hi, Le 11/05/2016 22:32, Pat McGowan a écrit : I just ran into some issues using it from the IDE so maybe best to do command line. To create it in the IDE choose custom and specify ubuntu-touch/stable/ubuntu. sudo ubuntu-emulator create --channel ubuntu-touch/stable/ubuntu stable-test ubuntu-em

Re: [Ubuntu-phone] Apps I would like ....

2016-04-20 Thread Michel Renon
Le 20/04/2016 13:33, Barry Drake a écrit : On 20/04/16 11:52, Michel Renon wrote: > These last months, I done a small comparison of several softphones for > ubuntu, and I tested 'Yate client' [1] > The interesting point is that it's written in Qt4, C++. > So it may b

Re: [Ubuntu-phone] Apps I would like ....

2016-04-20 Thread Michel Renon
Hi Alan, Barry, Le 20/04/2016 11:50, Alan Pope a écrit : Hi Barry, On 20 April 2016 at 10:47, Barry Drake wrote: Hi there ... One essential phone app for me is a sip softphone. The one I've always used on Android is 'csipsimple'. It's open source, written in Java, so it ought to port to a

Re: [Ubuntu-phone] Announcement: Ubuntu Touch outdated framework deprecation

2016-04-18 Thread Michel Renon
Hi, Le 18/04/2016 19:50, Łukasz 'sil2100' Zemczak a écrit : Hello everyone! Getting back to all developers regarding the aforementioned framework deprecation. We didn't deprecate those yet as we decided to give more time for porting those to newer frameworks. Right now a month has passed from t

[Ubuntu-phone] About #1517597, mouse pointer support in emulator

2016-04-16 Thread Michel Renon
Hi, The emulator is for me the only way to test my app on UbuntuPhone. But I'm blocked for months by bug #1517597, about mouse pointer support [1]. That bug is marked 'fix-released' for few weeks (OTA10), but it is still present in the last emulator images I created : - channel "ubuntu-touch/r

Re: [Ubuntu-phone] Interruptions. When?

2016-03-10 Thread Michel Renon
Hi, Le 10/03/2016 20:21, Randall Ross  a écrit : Hi, I was having a conversation with my Ubuntu buddies recently that spawned some interesting ideas. I thought that the list would be a good place to discuss too... FYI, Fairphone 1 had a "peace of mind" widget for android : it turns off all

Re: [Ubuntu-phone] Convergence (current status for bq devices)

2015-11-09 Thread Michel Renon
Le 09/11/2015 19:30, Ionut Negru a écrit : 'Watching out' it's on though, give us some hints please. Where and when to watch out 'more'? for the convergence phone, the 'when' has been answered by CEO Jane Silber : https://youtu.be/9rRegFQrVQ8?t=2m55s for the 'where', I guess that any media re

[Ubuntu-phone] updates through emulator

2015-10-22 Thread Michel Renon
Hi, In QtCreator, I have a device with channel 'rc-proposed' with image 240. when I start that device and then check for updates via "System Settings", I have nothing. If I create another device from channel 'rc-proposed', the image has version 252. With the emulator, creating a device is

[Ubuntu-phone] Old/new convergence API ?

2015-10-22 Thread Michel RENON
Hi, In first version of Ubuntu SDK, there was the Layout API [1]. Then the new convergence API appeared [2]. How do they fit together when we want to develop an app with convergence ? In the documentation of new api, would it be possible to add a a link to existing blogs [3] ? Thanks, Mi

Re: [Ubuntu-phone] Prevent app from closing by swaping up/down

2015-08-03 Thread Michel Renon
Hi, Le 03/08/2015 01:59, nikos chatziioakimidis a écrit : Hi A smartphone is still a phone. Making phone calls is the most important part of it (at least to the majority of people i know). So I'd add 2 other apps : 'address-book' and 'messages' (sms) With 'dialer', these 3 apps are core fea

Re: [Ubuntu-phone] QtCreator doesn't connect to emulator

2015-06-28 Thread Michel Renon
Hi Benjamin, Le 25/06/2015 11:32, Benjamin Zeller a écrit : Hey, ok, so that means it hangs in the /usr/share/qtcreator/ubuntu/scripts/local_wait_for_emulator script. For some reason that script does not detect if the emulator is started. Would be awesome if you can have a quick look to see wh

Re: [Ubuntu-phone] QtCreator doesn't connect to emulator

2015-06-25 Thread Michel Renon
Le 25/06/2015 11:32, Benjamin Zeller a écrit : Hey, ok, so that means it hangs in the /usr/share/qtcreator/ubuntu/scripts/local_wait_for_emulator script. For some reason that script does not detect if the emulator is started. Would be awesome if you can have a quick look to see what is happenin

Re: [Ubuntu-phone] QtCreator doesn't connect to emulator

2015-06-25 Thread Michel Renon
Le 25/06/2015 10:51, Benjamin Zeller a écrit : Am 25.06.2015 um 10:28 schrieb Michel Renon: Hello Benjamin, [...] Also if it detects the emulator in QtC, you should have a "log" for every device on the devices page. Please check what it is printing there. When starting

Re: [Ubuntu-phone] QtCreator doesn't connect to emulator

2015-06-25 Thread Michel Renon
Hello Benjamin, Le 24/06/2015 15:11, Benjamin Zeller a écrit : Am 24.06.2015 um 15:04 schrieb Michel Renon: Hello Benjamin, Le 23/06/2015 21:38, Benjamin Zeller a écrit : Hello Michel, most likely the developer mode is not enabled in the emulator. You can find it in "System Set

Re: [Ubuntu-phone] QtCreator doesn't connect to emulator

2015-06-24 Thread Michel Renon
can't imagine that it generated any side effect on ubuntu-emulator. Might it be related to some other packages on the host ? (beside ubuntu-emulator, there is virtualbox 4.3.10_Ubuntu r93012 installed) Cheers, Michel [1] https://gerrit.libreoffice.org/#/c/15804/ Cheers, Benjamin A

[Ubuntu-phone] QtCreator doesn't connect to emulator

2015-06-22 Thread Michel Renon
Hi, Few weeks ago, I was working on my ubuntu touch app, but had to put it on hold. Yesterday, when trying to work again, I saw that QtCreator couldn't connect to the emulator : - QtCreator launches the emulator and waits - when ubuntu touch (in emulator) has started, QtCreator still waits -

Re: [Ubuntu-phone] RFC: Help app design

2015-05-22 Thread Michel Renon
Hi Daniel, Le 20/05/2015 09:45, Daniel Holbach a écrit : Hello Daniel. On 19.05.2015 18:46, Daniel Sean McGuire wrote: Attached is a new prototype showing what would happen when the user selects "Playing Music". great work as always. I just wrote a blog entry to summarise the feedback we re

[Ubuntu-phone] Questions about updating "old" app

2015-04-04 Thread Michel Renon
Hi, I'm finally working on an update to uTranslate, and I've some questions: - the original package name is 'utranslate'. Since last update, the packaging rules have changed and require to add a namespace. So when I try to upload a new version, I'm always stopped : - either it doesn't match

Re: [Ubuntu-phone] Questions about problems while testing

2014-10-08 Thread Michel Renon
Le 08/10/2014 16:17, James Tait a écrit : On 8 October 2014 14:38, Michel RENON mailto:re...@mr-consultant.net>>wrote: - in ubuntu store, the only way to find 'dekko' is when it is listed in "top apps". I can't find it with search (searching 'dekk

[Ubuntu-phone] Questions about problems while testing

2014-10-08 Thread Michel RENON
Hi, First of all, a big congratulation : UbuntuTouch is becoming very good and the emulator had some impressive performance improvements ! I just had time to test some images with emulator and i found some problems : - on startup wizard, i can choose any login method (swipe, pin code, secr

[Ubuntu-phone] Confirmation of Galaxy nexus (non) support

2014-09-19 Thread Michel RENON
I know that Galaxy Nexus is not supported anymore (and mine had no updates since 2014-02-18). But Alan Pope gave a link to a page (https://wiki.ubuntu.com/Avengers) where Sergio Schvezov is said to still use a Galaxy Nexus. Is it true or a typo in the wiki ? If true, how can I upgrade mine ?

[Ubuntu-phone] Still religious comments in core-apps code

2014-07-10 Thread Michel RENON
e previous mails). Michel Renon -- 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] [Design] New back button placement, are we serious ?!?

2014-03-26 Thread Michel Renon
Hi, Le 26/03/2014 20:54, Zsombor Egri a écrit : On Wed, Mar 26, 2014 at 9:44 PM, Alberto Mardegan mailto:alberto.marde...@canonical.com>> wrote: On 03/26/2014 08:15 PM, Jouni Helminen wrote: > speaking of Android, their back button is pretty much in the exact same > place -

Re: [Ubuntu-phone] Question about off-topic comments in core-apps code

2014-02-03 Thread Michel RENON
you in any way and I can remove that if Canonical wants. while I was writing this message, Alan and you answered and acknowledged to remove the comment : glad to read it ! Thanks, Michel Renon -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net

Re: [Ubuntu-phone] Question about off-topic comments in core-apps code

2014-02-03 Thread Michel RENON
you in any way and I can remove that if Canonical wants. while I was writing this message, Alan and you answered and acknowledged to remove the comment : glad to read it ! Thanks, Michel Renon -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net

[Ubuntu-phone] Question about off-topic comments in core-apps code

2014-02-03 Thread Michel RENON
Hi, I noticed a comment in a source file of some core apps : http://bazaar.launchpad.net/~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk/view/head:/VerticalDivider.qml, lines 2:4. It's obvious that such comment is completely off-topic in a source code, specially when it's an open-source ap

Re: [Ubuntu-phone] Python app tutorial?

2014-01-29 Thread Michel Renon
Hi, Le 29/01/2014 04:51, Luke Bryan a écrit : That's a shame, Python + GTK has always been one of the great reasons to write for Ubuntu/Linux. Yes, but things are changing... Qt5 is so powerful that it's worth doing the change. While being also very disappointed by lack of Python support i

Re: [Ubuntu-phone] Ubuntu touch

2013-10-21 Thread Michel Renon
Hi, Le 21/10/2013 12:54, hichem chouaibi a écrit : est ce que ubuntu touch marche sur une tablet sanei N10??? N'oubliez pas que cette liste est anglophone ! Please don't forget that this list is english spoken/written ;-) The official device list is there : https://wiki.ubuntu.com/Touch/Dev

Re: [Ubuntu-phone] App missing in suggestion list

2013-10-17 Thread Michel Renon
Le 17/10/2013 15:47, Martin Albisetti a écrit : On Thu, Oct 17, 2013 at 10:43 AM, Dave Morley wrote: There is a bug on the server side that is being resolved asap. If your app was set to all for architecture it doesn't show up anywhere. Should be fixed asap. Yes, apologies. It should be de

[Ubuntu-phone] App missing in suggestion list

2013-10-17 Thread Michel Renon
Hi, I'm the developer of uTranslate and I noticed that since few days, my app is not listed anymore in the "More suggestions" part. When performing a search, it is not found. Is it a problem in my app ? or something else ? (I uploaded version 0.2.3 few days ago to handle the app name problem).

Re: [Ubuntu-phone] App storage

2013-09-26 Thread Michel Renon
Hi, Le 26/09/2013 11:23, Sam Bull a écrit : What's the method required for apps to store data on the phone? We're using a library that simply saves files in the apps current directory, but running on the phone it doesn't seem to have permission to do so. Is there a location we can save the fil

Re: [Ubuntu-phone] error while flashing using ubuntu-system

2013-09-21 Thread Michel Renon
Hi, Le 21/09/2013 18:54, Sayantan Das a écrit : Hi all, I am getting the following error while flashing INFO:phablet-flash:Restarting device... wait INFO:phablet-flash:Restarting device... wait complete ERROR:phablet-flash:local variable 'recovery_path' referenced before assignment Removing di

Re: [Ubuntu-phone] Questions about debugging

2013-09-17 Thread Michel Renon
Le 16/09/2013 15:21, Michael Spencer a écrit : On Mon, Sep 16, 2013 at 7:38 AM, Jamie Strandboge mailto:ja...@canonical.com>> wrote: On 09/15/2013 05:09 AM, Michel Renon wrote: > Hi, > > I'm trying to debug my app for the Showdown ! > (I done a

[Ubuntu-phone] Questions about debugging

2013-09-15 Thread Michel Renon
Hi, I'm trying to debug my app for the Showdown ! (I done all coding on my desktop, and could just start testing it yesterday.) Here are my questions : - how do i read the results of "console.debug()" when executed on device ? - I use U1db to store 2 values in one document. On the device,

Re: [Ubuntu-phone] Galaxy Nexus won't boot after failed phablet-flash

2013-09-08 Thread Michel Renon
Le 08/09/2013 17:26, Darren Paxton a écrit : Use fast boot to reflash the recovery area. That corrected the 2 problems ! I executed : $ cd $ fastboot flash -w recovery saucy-preinstalled-recovery-armel+grouper.img $ fastboot flash system saucy-preinstalled-system-armel+grouper.img $ fastboot

Re: [Ubuntu-phone] Galaxy Nexus won't boot after failed phablet-flash

2013-09-08 Thread Michel Renon
Le 08/09/2013 16:22, Michel Renon a écrit : Hi all, [...] $ adb shell # cd /sdcard # mv saucy-preinstalled-touch-armhf.zip autodeploy.zip # reboot recovery then the Nexus reboots and starts the update process (bugdroid with a rotating wireframe star) just for few seconds (3-5) and then goes

Re: [Ubuntu-phone] Galaxy Nexus won't boot after failed phablet-flash

2013-09-08 Thread Michel Renon
Hi all, Le 08/09/2013 13:41, Sergio Schvezov a écrit : On Sun, Sep 8, 2013 at 7:50 AM, Bruno Girin mailto:brunogi...@gmail.com>> wrote: Hi all, I had an early Ubuntu Touch image on my Galaxy Nexus and this morning I decided to upgrade it to the latest image. I decided I wanted

Re: [Ubuntu-phone] an "emergency" mode ?

2013-06-24 Thread Michel Renon
Le 24/06/2013 14:31, Zisu Andrei a écrit : I guess that would be interesting to see. But how would you display the launcher and the toolbar on the same view? Because they kind of overlap. Yes they overlap, so I propose to show a reduced version of each one. The mockup implement that. It still

Re: [Ubuntu-phone] [Design] Page stack back gesture

2013-06-24 Thread Michel Renon
Hi all, I'm late to answer on this topic, but I've made some mockups : - first is about a back button in an overlay : http://www.mr-consultant.net/blog/wp-content/uploads/2013/06/proposal_back_button_1.jpg - second is about a back gesture (already proposed in this thread) Please note that the

[Ubuntu-phone] an "emergency" mode ?

2013-06-24 Thread Michel Renon
Hi, Few days ago, some friends tested UbuntuTouch on my nexus7. I noticed that some of them had trouble to find gestures/behavior (specially the back button). So I taught about an "emergency" mode : http://www.mr-consultant.net/blog/wp-content/uploads/2013/06/proposal_emergency_1.jpg The idea

[Ubuntu-phone] Support Geeksphone Peak/Keon ?

2013-01-24 Thread Michel Renon
Hi, Few days ago, Geeksphone unveiled two new phones for Firefox OS devs. http://www.geeksphone.com/ If tech specs allows it, will you have any plan to support the GeeksPhone Peak ? (and maybe the Keon ?) They'll be rooted from start, unlocked and cheap : that's quite interesting. As the Gala

[Ubuntu-phone] "Ubuntu Phone Core Apps Project" questions

2013-01-24 Thread Michel Renon
Hi, The "Ubuntu Phone Core Apps Project" has been launched and I have few questions : - what is the limit date for proposals ? - should we consider portrait only or portrait&landscape ? - which screen size should we consider ? - min/max for screen size ? - only for phone, or for tabl