Re: [Ubuntu-phone] Error log?

2016-02-08 Thread Niklas Wenzel
It might be worth having a look at the unity8/unity8-dash logs. Am Montag, 8. Februar 2016 schrieb Sam Bull : > On lun, 2016-02-08 at 14:30 +, Alan Pope wrote: >> Anything interesting in dmesg? Specifically any apparmor failures? >> sudo dmesg | grep DEN > > OK, a few DENIED messages in

Re: [Ubuntu-phone] BQ E4.5 small issues with OTA-9

2016-02-06 Thread Niklas Wenzel
We just fixed the font size issue in the terminal app properly. For anyone who is interested in the code we used (hint: it differs from the solution suggested here) here's the link to the merge proposal: https://code.launchpad.net/~nikwen/ubuntu-terminal-app/font-size-fix/+merge/285272 (Props to

Re: [Ubuntu-phone] Create a .click file of your installed program

2016-02-05 Thread Niklas Wenzel
2016-02-05 23:22 GMT+01:00 Oliver Grawert : > you might want to actually remove the .info dir after fishing the > manifest out (i'm not sure how clever click is here but it normally > creates that dir at package install time, so you might cause issues > keeping that dir inside

Re: [Ubuntu-phone] Url handler for location services

2016-01-23 Thread Niklas Wenzel
search, it looks like this is being worked on: https://answers.launchpad.net/unav/+question/280691 Also see this: http://thinkonbytes.blogspot.de/2015/12/new-unav-035-sharing-ubuntu-everywhere.html 2016-01-23 23:26 GMT+01:00 Niklas Wenzel <nikwen.develo...@gmail.com>: Is this what you're looking

Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] File Manager not showing files/folders

2016-01-22 Thread Niklas Wenzel
or files. > Anything else i can do? > > Thanks. > Regards, > Vitor > > 2016-01-21 20:31 GMT+00:00 Niklas Wenzel <nikwen.develo...@gmail.com>: >> >> Hi Vitor, >> >> There is a menu entry in the app header to show all files. I think it's calle

Re: [Ubuntu-phone] Meizu MX4 OTA-8 - Terminal impossible to hide the keyboard and scroll terminal page

2015-12-26 Thread Niklas Wenzel
to copy. > Cheers > Pat > On Sun, Dec 20, 2015 at 1:57 PM, Niklas Wenzel <nikwen.develo...@gmail.com> wrote: >> >> You're welcome, Marco. ;) >> Let's hope something will happen here either from the Canonical side or from the community side. >> >> If an

Re: [Ubuntu-phone] Meizu MX4 OTA-8 - Terminal impossible to hide the keyboard and scroll terminal page

2015-12-26 Thread Niklas Wenzel
e good examples of first run hints like in the edge tutorial and a few of the apps - contacts, messaging and I think dialer May provide a good pattern to copy. Cheers Pat On Sun, Dec 20, 2015 at 1:57 PM, Niklas Wenzel <nikwen.develo...@gmail.com> wrote: You're welcome, Marco. ;) Let's ho

Re: [Ubuntu-phone] Meizu MX4 OTA-8 - Terminal impossible to hide the keyboard and scroll terminal page

2015-12-20 Thread Niklas Wenzel
co > > Il 18/12/2015 10:29, Niklas Wenzel ha scritto: > > Hi Marco, > I fully agree here! > I filed a bug to get feedback from the design team on this back in June (!), directly after we implemented the two finger scroll gesture, and although I have asked multiple times I have n

Re: [Ubuntu-phone] Meizu MX4 OTA-8 - Terminal impossible to hide the keyboard and scroll terminal page

2015-12-18 Thread Niklas Wenzel
Hi Marco, I fully agree here! I filed a bug to get feedback from the design team on this back in June (!), directly after we implemented the two finger scroll gesture, and although I have asked multiple times I have never got a reply. Indeed, I would have been willing to implement this short

Re: [Ubuntu-phone] Ubuntu phone calendar app

2015-12-09 Thread Niklas Wenzel
I also wanted to reply to this. Am Do, 3. Dez, 2015 um 11:55 schrieb Mitchell Reese <d...@curiouslegends.com.au>: On 04/12/15 08:24, Niklas Wenzel wrote: > Am Mo, 23. Nov, 2015 um 4:22 schrieb Michał Sawicz > <michal.saw...@canonical.com>: >> W dniu 23.11.2015 o 1

Re: [Ubuntu-phone] Ubuntu phone calendar app

2015-12-03 Thread Niklas Wenzel
Am Mo, 23. Nov, 2015 um 4:22 schrieb Michał Sawicz : W dniu 23.11.2015 o 15:58, Renato Filho pisze: In fact this command looks redundant: text: i18n.tr(currentMonth.toLocaleString(Qt.locale(),i18n.tr(" "))) you do not need the extra: i18n.tr()

[Ubuntu-phone] Ubuntu phone calendar app

2015-11-24 Thread Niklas Wenzel
> You can check if you system is using the correct languange by trying > this command on your terminal: date +%B, it should print the full > month name in your language. > > > BR > Renato > > > > > > > On Fri, Nov 20, 2015 at 7:29 PM, Niklas Wenzel > <nikwen

Re: [Ubuntu-phone] Ubuntu phone calendar app

2015-11-20 Thread Niklas Wenzel
Hi all, I just checked the code and found the following line which is responsible for setting the title of the month view (MonthView.qml): text: i18n.tr(currentMonth.toLocaleString(Qt.locale(),i18n.tr(" "))) > This means that the calendar app uses Qt's mechanisms for formatting the

Re: [Ubuntu-phone] Android's folders in Ubuntu Touch

2015-10-31 Thread Niklas Wenzel
Hi, Am Samstag, 31. Oktober 2015 schrieb Marco Graziotti : > Hi list, > > I'm using Ubuntu Touch on Meizu MX4 (r.6) and I saw a folder called "android" under the root folder. Inside this folder there are three other folders named: "cache", "data", and "system". > > Why do those folders exist? Is

Re: [Ubuntu-phone] small GitBook about BQ E4.5

2015-10-28 Thread Niklas Wenzel
Hi, Am Mittwoch, 28. Oktober 2015 schrieb Matthias Apitz : > El día Friday, October 16, 2015 a las 02:35:06PM +0200, Matthias Apitz escribió: > >> >> Hello, >> >> Some of you perhaps are aware of my small ASCII theme list about our beloved BQ >> in

Re: [Ubuntu-phone] small GitBook about BQ E4.5

2015-10-28 Thread Niklas Wenzel
Hey, 2015-10-28 15:00 GMT+01:00 Matthias Apitz <g...@unixarea.de>: > El día Wednesday, October 28, 2015 a las 02:29:55PM +0100, Niklas Wenzel > escribió: > > > > Two questions: How can this be best integrated in the above GitBook, so > > > that one can

Re: [Ubuntu-phone] Disable accounts with invalid credentials

2015-10-28 Thread Niklas Wenzel
Hi all, Sorry for the late reply. Real life has kept me busy. ;) @Alberto: Thank you for filing the bug report. :) I don't think that we should revoke the access to account-polld: that's > a setting that's been decided by the user, and if we revoke it then we > should also teach the user how to

Re: [Ubuntu-phone] small GitBook about BQ E4.5

2015-10-17 Thread Niklas Wenzel
Hi, Have you thought about asking some of the designers in the community? Kevin Feyder, for example, or Sam Hewitt? Sam just expressed interest in people coming to him asking for stuff like that. I'd suggest dropping him an email. ;) Cheers,

Re: [Ubuntu-phone] small GitBook about BQ E4.5

2015-10-16 Thread Niklas Wenzel
Hi, 2015-10-16 14:35 GMT+02:00 Matthias Apitz : > > Hello, > > Some of you perhaps are aware of my small ASCII theme list about our > beloved BQ > in http://www.unixarea.de/bq/bq-aquaris-e45-ubuntu.txt > > I have moved this now to GitBook as: > > >

[Ubuntu-phone] Disable accounts with invalid credentials

2015-10-15 Thread Niklas Wenzel
Hi all, Today I had a long discussion with Jonas Drange on IRC about handling authentication failures for online accounts better. This has come to our awareness because we've recently had some account-polld issues related to that. In all cases account authentication stopped working for some

Re: [Ubuntu-phone] WARNING (Data loss): Back up your phone contacts before updating to the latest rc-proposed image

2015-10-10 Thread Niklas Wenzel
2015-10-08 12:20 GMT+02:00 Michał Sawicz : > > It's stored in gsettings: > $ gsettings list-recursively org.gnome.Evolution.DefaultSources > > This will reset it to the phone book by default: > $ gsettings set org.gnome.Evolution.DefaultSources default-address-book >

Re: [Ubuntu-phone] SIM toolkit on UT product team decision

2015-10-10 Thread Niklas Wenzel
I know I'm a bit late, but anyone who wanta to write that app could probably just as easily (if not more easily) implement it in the settings app itself. Why have another app when investing time anyway? 2015-10-01 10:36 GMT+02:00 sturmflut : > Good morning dear list, >

[Ubuntu-phone] WARNING (Data loss): Back up your phone contacts before updating to the latest rc-proposed image

2015-10-06 Thread Niklas Wenzel
Hi all, I just lost two thirds of my phone contacts (with no backup) and I wanted to make sure it doesn't happen to you as well. A few minutes ago I upgraded my Nexus 4 to the latest rc-proposed image and instantly after rebooting it started a Google contacts sync. I've never done that before

Re: [Ubuntu-phone] WARNING (Data loss): Back up your phone contacts before updating to the latest rc-proposed image

2015-10-06 Thread Niklas Wenzel
schrieb Niklas Wenzel : > No, all of the contacts on my phone were deleted because the (unrequested) sync deleted all of them. > > Am Dienstag, 6. Oktober 2015 schrieb Simos Xenitellis : >> >> On Tue, Oct 6, 2015 at 9:24 AM, Niklas Wenzel <nikwen.develo...@gmail.com> wrote

Re: [Ubuntu-phone] WARNING (Data loss): Back up your phone contacts before updating to the latest rc-proposed image

2015-10-06 Thread Niklas Wenzel
No, all of the contacts on my phone were deleted because the (unrequested) sync deleted all of them. Am Dienstag, 6. Oktober 2015 schrieb Simos Xenitellis : > > On Tue, Oct 6, 2015 at 9:24 AM, Niklas Wenzel <nikwen.develo...@gmail.com> wrote: >> >> Hi all, >> >>

Re: [Ubuntu-phone] Bluetooth and browser bugs

2015-10-02 Thread Niklas Wenzel
Hi! Am Freitag, 2. Oktober 2015 schrieb Bry Wilson : > Hi, > Apologies for posting to the list for this but had noticed two bugs I wanted to report was unsure where to on Launchpad - so some pointers would be wonderful! launchpad.net/webbrowser-app would be the way to go here. ;) > I'm on a

Re: [Ubuntu-phone] Does Ubuntu Touch support self-hosting?

2015-09-19 Thread Niklas Wenzel
Every program available in the Ubuntu archives for the armhf architecture can be run on your phone (though you are going to run into issues with GUI programs). I've been compiling my stuff on my phone for quite some time now. However, the cross-compilation setup for Ubuntu SDK apps is really

Re: [Ubuntu-phone] Does Ubuntu Touch support self-hosting?

2015-09-19 Thread Niklas Wenzel
Oh, I just saw from your website that your goal is to compile a go app for the phone. Check out the template I created for that at https://github.com/nikwen/ubuntu-go-qml-template (with cross-compilation already being set up!) Am Sa, 19. Sep, 2015 um 11:53 schrieb Niklas Wenzel

Re: [Ubuntu-phone] OTA-6 MX4 big problem

2015-09-16 Thread Niklas Wenzel
Am Mi, 16. Sep, 2015 um 9:10 schrieb Kevin Gunn : I don't think anyone has reported anything this awful, much more sporadic. Not sure if others on the team have any ideas with so many "unable to.."s listed in the bug. I'm having it multiple times a day on my Nexus 4

Re: [Ubuntu-phone] OTA-6 MX4 big problem

2015-09-16 Thread Niklas Wenzel
Am Mi, 16. Sep, 2015 um 11:04 schrieb Niklas Wenzel <nikwen.develo...@gmail.com>: Am Mi, 16. Sep, 2015 um 9:10 schrieb Kevin Gunn <kevin.g...@canonical.com>: I don't think anyone has reported anything this awful, much more sporadic. Not sure if others on the team have any ideas

Re: [Ubuntu-phone] OTA-6 MX4 big problem

2015-09-16 Thread Niklas Wenzel
You could use my phablet-backup script for a partial (!) backup, e.g. of your app data: https://github.com/nikwen/phablet-scripts Am Mi, 16. Sep, 2015 um 10:38 schrieb Krzysztof Tataradziński : Hello Kevin, I don't know why, but my touch repaired magically after n times

Re: [Ubuntu-phone] Terminal crashed, took the phone with it

2015-08-24 Thread Niklas Wenzel
Hi, Yes, please do report this bug! I'll confirm it then. You can file it here: https://bugs.launchpad.net/ubuntu-terminal-app Cheers, Niklas Am Sa, 22. Aug, 2015 um 3:48 schrieb Dominik Wnęk domi...@ode2.com: W dniu 22.08.2015 o 15:31, Dominik Wnęk pisze: I was just trying to copy some text

Re: [Ubuntu-phone] missing developper options

2015-08-17 Thread Niklas Wenzel
It's still there for me on rc-proposed under Settings Info Developer Mode. Am Mo, 17. Aug, 2015 um 9:22 schrieb rv pellarin noc...@gmail.com: hi folks, since i ve switched to rc-proposed, no more developper option menu in settings. how enable adb mode? cli? thx for help best regards herve

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Niklas Wenzel
Yes, the Gmail notifications are created by the account-polld background service. That logic has nothing to do with the webapp. Am Do, 13. Aug, 2015 um 10:02 schrieb Peter Bittner peter.bitt...@gmx.net: Oliver, I see that Gmail (the WebApp?) has push notifications on my device. Is this maybe

Re: [Ubuntu-phone] Ability to remove scope is an annoying behaviour

2015-08-11 Thread Niklas Wenzel
Agreed. It would also make the UI less cluttered. Am Dienstag, 11. August 2015 schrieb cedric.bellegarde : Hello, in Ubuntu Phone, there is a star that remove the current scope. I often click on it by mistake and need to readd tody scope. I think this should be a better idea to move

Re: [Ubuntu-phone] Ability to remove scope is an annoying behaviour

2015-08-11 Thread Niklas Wenzel
+1 Just what I wanted to say. :) Am Di, 11. Aug, 2015 um 9:20 schrieb Oliver Grawert o...@ubuntu.com: hi, Am Dienstag, den 11.08.2015, 19:03 +0200 schrieb Niklas Wenzel: Agreed. It would also make the UI less cluttered. well, all other scope management is done in the bottom-swipe scope

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Niklas Wenzel
The Ubuntu SDK only supports click apps. Hence, the line 11:49:38: Could not find the manifest.json file due to which it fails. Nevertheless, the binary files should have been created in /home/guru/build-myCapp-UbuntuSDK_for_armhf_GCC_ubuntu_sdk_15_04_vivid-Debug/.ubuntu-sdk-deploy. Am

Re: [Ubuntu-phone] making C written apps for the BQ (vivid)

2015-08-09 Thread Niklas Wenzel
Did you check the permissions? What happens if you chmod 777 the file? Am So, 9. Aug, 2015 um 4:25 schrieb Matthias Apitz g...@unixarea.de: El domingo, 9 de agosto de 2015 15:52:25 (CEST), Niklas Wenzel escribió: The Ubuntu SDK only supports click apps. Hence, the line 11:49:38: Could

Re: [Ubuntu-phone] Opening Wikipedia, Forum Browser, etc.

2015-08-09 Thread Niklas Wenzel
that feature in your app? What about translations in Forum Browser? I've made one in polish language, could you implement it? W dniu środa, 5 sierpnia 2015 Niklas Wenzel nikwen.develo...@gmail.com napisał(a): Thank you, Oliver, that might actually work for my app! :) Am Mi, 5. Aug, 2015 um 6:47

Re: [Ubuntu-phone] compiling C/C++ applications for the BQ E4.5 (vivid)

2015-08-08 Thread Niklas Wenzel
Create a new 15.04 kit: Menu Extras Preferences Ubuntu Create click target That will allow you to use 15.04 packages. Should not require Ubuntu 15.04 on the computer itself. Am Sa, 8. Aug, 2015 um 9:52 schrieb Matthias Apitz g...@unixarea.de: Hello, I have de-installed and installed

Re: [Ubuntu-phone] compiling C/C++ applications for the BQ E4.5 (vivid)

2015-08-07 Thread Niklas Wenzel
Apparently, you're still using a 14.10 build chroot. I'd suggest creating a new one for 15.04. qmake support was heavily improved with vivid. Am Fr, 7. Aug, 2015 um 9:34 schrieb Matthias Apitz g...@unixarea.de: El día Friday, August 07, 2015 a las 09:01:47PM +0200, Nolaan escribió: Hello,

Re: [Ubuntu-phone] Application startup

2015-08-06 Thread Niklas Wenzel
upon us slow dialer just because you don't use one? On Aug 4, 2015 12:56 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: But what's about people like me who almost never use the dialer? Do you want to force this upon us when the system is already killing my apps when I have only three of them

Re: [Ubuntu-phone] Application startup

2015-08-05 Thread Niklas Wenzel
2015-08-04 22:17 GMT+02:00 Niklas Wenzel nikwen.develo...@gmail.com: Am Di, 4. Aug, 2015 um 1:37 schrieb Nathan Haines nhai...@ubuntu.com: On 08/04/2015 04:31 AM, Davide Alberelli wrote: 2015-08-04 13:17 GMT+02:00 Arash aras...@gmail.com mailto: aras...@gmail.com: Hi. A phone is a phone

Re: [Ubuntu-phone] Opening Wikipedia, Forum Browser, etc.

2015-08-05 Thread Niklas Wenzel
Thank you, Oliver, that might actually work for my app! :) Am Mi, 5. Aug, 2015 um 6:47 schrieb Olivier Tilloy olivier.til...@canonical.com: On Tue, Aug 4, 2015 at 7:46 PM, Krzysztof Tataradziński ktatar...@gmail.com wrote: Hello, while using web browser and click on link to Wikipedia

Re: [Ubuntu-phone] Application startup

2015-08-04 Thread Niklas Wenzel
But what's about people like me who almost never use the dialer? Do you want to force this upon us when the system is already killing my apps when I have only three of them open? And please don't respond with a phone is a phone and you have to use it like one. Am Dienstag, 4. August 2015 schrieb

Re: [Ubuntu-phone] Opening Wikipedia, Forum Browser, etc.

2015-08-04 Thread Niklas Wenzel
Hi Krzysztof, In theory apps are capable of defining handlers for custom urls. When an app or a scope tells the system that a link should be opened by another app, the system will check for a matching url handler and if there are multiple ones, ask the user which one he wants to use. I don't

Re: [Ubuntu-phone] Application startup

2015-08-04 Thread Niklas Wenzel
Am Di, 4. Aug, 2015 um 1:37 schrieb Nathan Haines nhai...@ubuntu.com: On 08/04/2015 04:31 AM, Davide Alberelli wrote: 2015-08-04 13:17 GMT+02:00 Arash aras...@gmail.com mailto:aras...@gmail.com: Hi. A phone is a phone and if you don't intend to use it like a phone, you have to

Re: [Ubuntu-phone] Can no longer receive text messages

2015-08-03 Thread Niklas Wenzel
Yes, r22 has that specific fix. Am Montag, 3. August 2015 schrieb Marco F : I am running r21 on mako. Thinking about this, what should I do to receive text messages when there is no WiFi available to connect to? Is r22 out yet? Marco -- Mailing list: https://launchpad.net/~ubuntu-phone

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

2015-08-03 Thread Niklas Wenzel
That's how I see it as well. We shouldn't tell users how they have to use their phones. Am Montag, 3. August 2015 schrieb Benjamin Zeller : Am 03.08.2015 um 11:21 schrieb Oliver Grawert: hi, Am Montag, den 03.08.2015, 02:59 +0300 schrieb nikos chatziioakimidis: Hi A smartphone is still a

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

2015-08-02 Thread Niklas Wenzel
Dialer is one of the most important application. In my opinion it should be always available in memory, to have instant access to it. No, please don't make that the default. I really rarely use the dialer on my phone (about once every two weeks as I primarily use my phone for web services

Re: [Ubuntu-phone] App related discussion

2015-07-29 Thread Niklas Wenzel
Thanks a lot for that! I've been getting way too many emails from this list about people's specific app development questions. Am Mittwoch, 29. Juli 2015 schrieb Daniel Holbach : Hello everybody, it looks like this was never announced, but for a while now we point app developers to

Re: [Ubuntu-phone] Camera in landscape mode

2015-07-18 Thread Niklas Wenzel
That works because the edges use some heuristics to determine whether the user is trying to do a swipe or whether the touch event should be passed through to the application. Am Sa, 18. Jul, 2015 um 9:21 schrieb Matthias Apitz g...@unixarea.de: El día Saturday, July 18, 2015 a las 09:07:55PM

Re: [Ubuntu-phone] one row keyboard

2015-07-18 Thread Niklas Wenzel
Hi Matthias, I don't really understand what you are trying to achieve. As long as you don't hit the keyboard button on the bottom right corner, the normal keyboard shouldn't show up but you should still be able to use the function keys. If hiding the keyboard wasn't your intention, please

Re: [Ubuntu-phone] Camera in landscape mode

2015-07-18 Thread Niklas Wenzel
I think it is because the camera app was already updated for the shell rotation feature that will come on Monday. It should hopefully be fixed then. Am Sa, 18. Jul, 2015 um 9:07 schrieb Krzysztof Tataradziński ktatar...@gmail.com: Hello, I use camera in landscape mode and then there is no

Re: [Ubuntu-phone] one row keyboard

2015-07-18 Thread Niklas Wenzel
To add the list... Am Sa, 18. Jul, 2015 um 8:22 schrieb Niklas Wenzel nikwen.develo...@gmail.com: Hi Matthias, That sounds great. I'm glad it's working for you now. :) Cheers, Niklas Am Sa, 18. Jul, 2015 um 7:08 schrieb Matthias Apitz g...@unixarea.de: El día Saturday, July 18, 2015 a las

[Ubuntu-phone] New ListItems

2015-07-14 Thread Niklas Wenzel
Hi all, I'm currently working on updating the terminal app to the latest UI Toolkit version. However, I'm struggling with getting the new ListItems to work. Is there any example out there where they are already being used (and where they don't look as aweful as in the examples from the

Re: [Ubuntu-phone] New ListItems

2015-07-14 Thread Niklas Wenzel
:) On Tue, Jul 14, 2015 at 5:44 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: Hi all, I'm currently working on updating the terminal app to the latest UI Toolkit version. However, I'm struggling with getting the new ListItems to work. Is there any example out there where they are already being

Re: [Ubuntu-phone] New ListItems

2015-07-14 Thread Niklas Wenzel
you. :) 2015-07-15 1:11 GMT+08:00 Niklas Wenzel nikwen.develo...@gmail.com: Hi Andrea, Yes, that really helps! I'll probably wait for your code to arrive in the phone images before updating the ListItems. :) Thanks a lot for your reply. Cheers, Niklas Am Dienstag, 14. Juli 2015 schrieb

Re: [Ubuntu-phone] Instagram client

2015-07-10 Thread Niklas Wenzel
My suggestion is to contact them and explain to them how much of an opportunity this client would be for them as it would probably give them a couple more Ubuntu users. Tell them that it won't draw away users from their apps as they do not yet support the platform. You might be lucky. ;) However,

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-07-07 Thread Niklas Wenzel
Thank you very much for letting me know. I'm really looking forward to this! Am Fr, 3. Jul, 2015 um 7:30 schrieb Martin Albisetti argent...@gmail.com: On Mon, Jun 22, 2015 at 4:06 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: Is there anything going on regarding app sorting

Re: [Ubuntu-phone] [Design] Improvement to the Screen Border Gestures and Widgets

2015-07-04 Thread Niklas Wenzel
Hi all, I've been ignoring this conversation for quite some time now because I believed (and still believe) in the abilities of the design team. Given that it has, however, been going for a week now, I'd like to add my two cents. While I see the reason why one would like a few more

Re: [Ubuntu-phone] issues on nexus 7

2015-06-28 Thread Niklas Wenzel
Hi, I filed a bug report for the second one some time ago: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1430769 Please log in with your Launchpad/Ubuntu One account and select that it affects you to increase its importance. It's really bugging me as I've been having that

Re: [Ubuntu-phone] issues on nexus 7

2015-06-28 Thread Niklas Wenzel
/2015 01:35 PM, Niklas Wenzel wrote: Hi, I filed a bug report for the second one some time ago: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1430769 Please log in with your Launchpad/Ubuntu One account and select that it affects you to increase its importance. It's really

Re: [Ubuntu-phone] Apps gone?

2015-06-27 Thread Niklas Wenzel
Try sudo click unregister --user=phablet pkg.name Am Sa, 27. Jun, 2015 um 5:27 schrieb Mitchell Reese d...@curiouslegends.com.au: Hi, weird issue. After installing a test scope and app, all of the apps from my app scope are gone. Refreshing them doesn't work, installing a new app doesn't

Re: [Ubuntu-phone] Apps gone?

2015-06-27 Thread Niklas Wenzel
I'm glad it worked. :) Am Samstag, 27. Juni 2015 schrieb Mitchell Reese : Sorted. Was a package I installed. Manually uninstalling it did the trick: sudo click unregister --user=phablet pkg.name Mitchell On 28/06/15 01:27, Mitchell Reese wrote: Hi, weird issue. After installing a test

Re: [Ubuntu-phone] Sreen in Console don't moves

2015-06-27 Thread Niklas Wenzel
What do you mean by move? If you mean scrolling, notice that you have to use two fingers for that. It's something that has been changed recently. Am Samstag, 27. Juni 2015 schrieb chg 1 : I try to move the text that appear in Console and it stays fixed. I have to use | more to view everything.

Re: [Ubuntu-phone] Sreen in Console don't moves

2015-06-27 Thread Niklas Wenzel
://bugs.launchpad.net/ubuntu-terminal-app/+bug/1464566 Am So, 28. Jun, 2015 um 12:38 schrieb Niklas Wenzel nikwen.develo...@gmail.com: I really agree here!!! That's why I filed LP: #1464316 [1] some time ago and I would probably have implemented it if we just had some design proposals. [1] https

Re: [Ubuntu-phone] Sreen in Console don't moves

2015-06-27 Thread Niklas Wenzel
...@gmail.com: @Niklas, oh wow I didn't know that until today. I think it would be nice for terminal app to show that as a introduction similar to what we had in the contacts app for swipe actions. On Sat, 27 Jun 2015 at 23:56 Niklas Wenzel nikwen.develo...@gmail.com wrote: What do you mean by move

Re: [Ubuntu-phone] Landing team 24.06.15

2015-06-24 Thread Niklas Wenzel
Since it's a bit quieter, QA also tries to use this week to take a look at the state of our devel-proposed images. The chances for a devel promotion are slim, since the current images most probably won't pass sanity testing. Not even the telefony/mobile data functions are working at the

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-06-22 Thread Niklas Wenzel
Hi Martin, Is there anything going on regarding app sorting at the moment? It's still a major issue I have with the store (and one I cannot fix myself). Cheers, Niklas 2015-05-28 13:13 GMT+02:00 Niklas Wenzel nikwen.develo...@gmail.com: Hi Martin, Do you have any news regarding

Re: [Ubuntu-phone] Can't connect to mobile network - mako - ubuntu 15.10 (r.230)

2015-06-22 Thread Niklas Wenzel
I filed a bug report: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1467640 Can anyone please confirm it on Launchpad? Cheers, Niklas 2015-06-19 18:06 GMT+02:00 Niklas Wenzel nikwen.develo...@gmail.com: I'm having this, too (without MultiROM). And yes, I do know that wily images can

Re: [Ubuntu-phone] Resize Root and home partition?

2015-06-19 Thread Niklas Wenzel
One trick I found is to lower the space reserved for the root user. I'd be really interested in resizing partitions as well! Am Freitag, 19. Juni 2015 schrieb Marco A. Harrendorf : Dear Touch experts, is there a way to shrink the home partition and increase the root partition by using fdisk

Re: [Ubuntu-phone] Can't connect to mobile network - mako - ubuntu 15.10 (r.230)

2015-06-19 Thread Niklas Wenzel
I'm having this, too (without MultiROM). And yes, I do know that wily images can break. ;) Have you guys created a launchpad issue already? Am Freitag, 19. Juni 2015 schrieb Tony Espy : On 06/19/2015 04:15 AM, Sebastian Gomułka wrote: Hi, Is it just me or the there is some problem with

Re: [Ubuntu-phone] [ubuntu-phone] Find SD card path

2015-06-08 Thread Niklas Wenzel
There'll be a vivid-based update in the coming days so this problem should solve itself. ;) 2015-06-07 10:07 GMT+02:00 Frans Schreuder fransschreu...@gmail.com: Hello, I am developing an application which needs access to a path on the SD card: read_path: [

[Ubuntu-phone] Ubuntu Store: download issues

2015-05-28 Thread Niklas Wenzel
Hi, It currently looks like there are some issues with downloading apps from the store. A few hours ago it still worked for me but now multiple people are seeing this. [1] Just hoping that this will be fixed soon … Cheers, Niklas [1]

Re: [Ubuntu-phone] Ubuntu Store: download issues

2015-05-28 Thread Niklas Wenzel
Don't worry about me. I just wanted to make sure it's a known problem. ;) Thanks for looking into it. :) Am Do, 28. Mai, 2015 um 11:31 schrieb Martin Albisetti argent...@gmail.com: On Thu, May 28, 2015 at 5:05 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: It currently looks like

Re: [Ubuntu-phone] Dekko losing accounts and no way to back-up

2015-05-28 Thread Niklas Wenzel
1) Simply back up the app's subfolders in ~/.local/share, ~/.config and ~/.cache. ;) Am Do, 28. Mai, 2015 um 9:30 schrieb Torsten Sachse torsten.sac...@gmail.com: Dear everybody, today, I noticed that my Dekko had suddenly lost all account information as it said No email account is setup

Re: [Ubuntu-phone] Image based updates

2015-05-28 Thread Niklas Wenzel
Thank you very much for your reply! Am Do, 28. Mai, 2015 um 4:45 schrieb Sergio Schvezov sergio.schve...@canonical.com: On Thu, May 28, 2015 at 02:59:42PM +0200, Niklas Wenzel wrote: Thank you for the detailed explanation! So that means that if I manually install a package, it gets

[Ubuntu-phone] Image based updates

2015-05-28 Thread Niklas Wenzel
Hi all, I am wondering how the image based update mechanism handles manually installed Debian packages. A few months ago I started contributing to multiple system services. I always compile the project on my phone and install the generated Debian packages. Can anyone tell me what happens if

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-05-28 Thread Niklas Wenzel
Hi Martin, Do you have any news regarding this? Cheers, Niklas Am Do, 9. Apr, 2015 um 3:46 schrieb Martin Albisetti argent...@gmail.com: On Thu, Apr 9, 2015 at 10:18 AM, Niklas Wenzel nikwen.develo...@gmail.com wrote: I checked out the article you referred to in your post and it looks

Re: [Ubuntu-phone] Image based updates

2015-05-28 Thread Niklas Wenzel
always have to reinstall the package but I do not have to do any cleanup work like reverting to read-only mode. Please correct me if I'm wrong. ;) Am Do, 28. Mai, 2015 um 2:32 schrieb Oliver Grawert o...@ubuntu.com: Am Donnerstag, den 28.05.2015, 13:36 +0200 schrieb Niklas Wenzel: Hi all

Re: [Ubuntu-phone] Landing team 21.05.15

2015-05-21 Thread Niklas Wenzel
Ah, thanks for the link. I'll bookmark it. :) Looks like the package has also made its way into the overlay-PPA now. Great! Am Do, 21. Mai, 2015 um 10:01 schrieb Robert Park robert.p...@canonical.com: On Thu, May 21, 2015 at 12:56 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: I lately

Re: [Ubuntu-phone] Landing team 21.05.15

2015-05-21 Thread Niklas Wenzel
Hi Łukasz, I lately submitted a fix which was SRUed back into vivid. Just to be sure, are SRUs automatically included in the phone builds now? Thank you very much in advance. Cheers, Niklas Am Do, 21. Mai, 2015 um 8:30 schrieb Łukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com: Hello

Re: [Ubuntu-phone] Landing team 05.05.15

2015-05-06 Thread Niklas Wenzel
:38, Niklas Wenzel pisze: Thank you very much for your great explanation, Oliver! In that case, I can live with vivid-based devel-proposed images. ;) Cheers, Niklas 2015-05-05 20:24 GMT+02:00 Oliver Grawert o...@ubuntu.com: hi, Am Dienstag, den 05.05.2015, 20:00 +0200 schrieb Niklas

Re: [Ubuntu-phone] Landing team 05.05.15

2015-05-05 Thread Niklas Wenzel
Thank you very much for your great explanation, Oliver! In that case, I can live with vivid-based devel-proposed images. ;) Cheers, Niklas 2015-05-05 20:24 GMT+02:00 Oliver Grawert o...@ubuntu.com: hi, Am Dienstag, den 05.05.2015, 20:00 +0200 schrieb Niklas Wenzel: Hi

Re: [Ubuntu-phone] Landing team 05.05.15

2015-05-05 Thread Niklas Wenzel
Hi, Currently there are no plans of wily-based touch devices in the future, so we'll probably stick with vivid for nearest time. We might implement something similar to a dual-landing scheme, where every vivid landing would be auto-synced to wily, but this is still something under

Re: [Ubuntu-phone] back ups

2015-04-24 Thread Niklas Wenzel
through the backup? On Friday 24 April 2015 06:49 PM, Niklas Wenzel wrote: Hi, If you install the devel-proposed channel using a simple ubuntu-device-flash --channel=devel-proposed your data will persist (assuming that the installation doesn't

Re: [Ubuntu-phone] back ups

2015-04-24 Thread Niklas Wenzel
Hi, If you install the devel-proposed channel using a simple ubuntu-device-flash --channel=devel-proposed your data will persist (assuming that the installation doesn't fail). As long as you don't add the --bootstrap option, everything should be fine. ;) Cheers, Niklas Am Fr, 24. Apr,

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-20 Thread Niklas Wenzel
There's also the parsing mechanism of XmlHttpRequest. That's probably more reliable than any self-written parser. ;) Am Mo, 20. Apr, 2015 um 5:37 schrieb Sam Bull sam.hack...@sent.com: On sab, 2015-04-18 at 15:20 +0200, Simon wrote: Is it really *that* hard to parse a multilevel XML file in

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-20 Thread Niklas Wenzel
Ah, ok. Looks like I should have looked at your code. Having only read your email, I thought you wrote your own parser in JavaScript. Sorry for that. ;) Am Mo, 20. Apr, 2015 um 8:53 schrieb Sam Bull sam.hack...@sent.com: On lun, 2015-04-20 at 18:24 +0200, Niklas Wenzel wrote: There's also

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-19 Thread Niklas Wenzel
of modelTwo which, obviously, doesn't work. Is it supposed to return the raw XML data and if so what am I doing wrong? Is it really *that* hard to parse a multilevel XML file in QML? Feel like a complete idiot. Regards, -- Simon On 16/04/15 17:01, Niklas Wenzel wrote: Hi Simon, Check out the xml

Re: [Ubuntu-phone] Vote for bugfixes?

2015-04-18 Thread Niklas Wenzel
If you log in to Launchpad, there is a This bug affects me button at the top of the page. Clicking it increases the bug heat and will show the developers that it is an important bug to fix. Cheers, Niklas Am Sa, 18. Apr, 2015 um 7:35 schrieb Ed Kapitein e...@kapitein.org: Is there a way to

Re: [Ubuntu-phone] Multiple nested levels in a QML XmlListModel

2015-04-16 Thread Niklas Wenzel
Hi Simon, Check out the xml property of the XmlListModel. [1] Try something like the following: XmlListModel { id: modelOne ... } XmlListModel { id: modelTwo xml: modelOne.xml } That will make the second model use the content the first model downloaded. ;) Cheers, Niklas [1]

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-04-13 Thread Niklas Wenzel
Thank you very much for the explanation. :) Am Montag, 13. April 2015 schrieb Matthew Paul Thomas : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Albisetti wrote on 09/04/15 13:38: ... There are a lot of good points about people gaming the system and problems with different

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-11 Thread Niklas Wenzel
Am Sa, 11. Apr, 2015 um 2:22 schrieb Steve Langasek steve.langa...@canonical.com: On the contrary, you were exactly right. Note that the output of 'mount' shows /dev/mmcblk0 (bind) mounted in multiple locations: I'm not sure about the difference in output between df and mount. That's

Re: [Ubuntu-phone] Device Art Generator

2015-04-11 Thread Niklas Wenzel
/master/ubuntuphone/webapps/Reboot/mediapart/screenshot20154830_164809136.png Cheers, Winael Le sam. 11 avr. 2015 00:20, Nathan Osman nathan.os...@gmail.com a écrit : On Fri, Apr 10, 2015 at 3:15 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: Nice. Would you mind updating the status bar

Re: [Ubuntu-phone] Device Art Generator

2015-04-10 Thread Niklas Wenzel
Nice. Would you mind updating the status bar with the latest indicator icons? Am Sa, 11. Apr, 2015 um 12:11 schrieb Nathan Osman nathan.os...@gmail.com: Just a heads-up - I've updated the tool to include the BQ Aquaris phone, so if you want to create an image of your app running on the

Re: [Ubuntu-phone] Device Art Generator

2015-04-10 Thread Niklas Wenzel
...@gmail.com: On Fri, Apr 10, 2015 at 3:15 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: Nice. Would you mind updating the status bar with the latest indicator icons? Sure! All I have access to at the moment is the emulator. (Sadly, I don't have a physical device with Ubuntu Touch

Re: [Ubuntu-phone] Disk usage in emulator

2015-04-10 Thread Niklas Wenzel
Thank you, Robert. However, given that output, it looks like my guess was wrong. Maybe someone else has an idea what's wrong. Am Sa, 11. Apr, 2015 um 12:21 schrieb Robert Schroll rschr...@gmail.com: On Fri, Apr 10, 2015 at 6:05 PM, Niklas Wenzel nikwen.develo...@gmail.com wrote: As I

Re: [Ubuntu-phone] Ubuntu Store – application order

2015-04-09 Thread Niklas Wenzel
Thanks to all of you for answering here while I was sleeping. To me it seems that we agree we should improve the sorting algorithm. I acknowledge the problem of having no way to deal with unfair reviews but I believe this should overall be separated from the sorting problem, even though a better

  1   2   >