Re: [Ubuntu-phone] Weird problem after application published via developer portal
This issue happens again at PC side now. The web page is always stopped at loading only after run qmlscene ./DoubanFMUnofficial.qml or run app by Ubuntu-SDK. Although it worked before and code did not change for long time. On Fri, Feb 28, 2014 at 12:39 AM, David Barth wrote: > Le 27/02/2014 17:36, Shuduo Sang a écrit : > >> On Wed, Feb 26, 2014 at 7:11 PM, David Barth >> wrote: >>> >>> Le 26/02/2014 07:57, Shuduo Sang a écrit : >>> >>> On Wed, Feb 26, 2014 at 2:23 AM, Shuduo Sang >>> wrote: >>> >>> I have done a simple UI app to wrap an HTML5 music playback website by >>> UbuntuWebView component. It works great wherever on my PC or real >>> hardware >>> running Ubuntu for Phone when I test it. But after it be reviewed and >>> published to >>> software center, I download it on my phone. Then I found it always >>> refresh >>> to >>> retreive audio from server and no stop. But other button and function >>> works good. >>> I tried to run my app on device by click menu of Ubuntu SDK, it still >>> works fine. >>> So only difference is workable one is from my PC and unworkable one is >>> downloaded from software center. >>> >>> I reported a bug at >>> https://bugs.launchpad.net/ubuntu/+source/click/+bug/1285004 >>> >>> I replied here, but this is most probably a problem in your configuration >>> file, where you miss the right policy group to have the audio and video >>> permissions. >>> >>> >>> https://github.com/sangshuduo/doubanfmunofficial/blob/master/DoubanFMUnofficial/DoubanFMUnofficial.json >>> >>> David >> >> Yes, after add audio the app works great now. :D >> I'll close the bug as INVALID. >> Thanks so much. > > Good luck for the App Showdown Contest! > > David > > > -- > David Barth > Engineering Manager, Product Strategy > -- 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
[Ubuntu-phone] failed to run core apps on device by Ubuntu-SDK
Hi, I tried to run ubuntu-clock-app on device by Ubuntu-SDK but failed. The system image is latest r85 of dev-proposed via dualboot app. The ssh key is already copied to device. The code of ubuntu-clock-app is cloned from launchpad. Any comment and advice are welcome. Thanks, Shuduo The output is below: [13:11:05] Started /usr/share/qtcreator/ubuntu/scripts/qtc_device_run_app [13:11:05] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:05] Trying to read additional arguments from ubuntu-clock-app/ubuntu-clock-app.desktop [13:11:05] IMPORT: [13:11:05] Going to execute: test -f /etc/ubuntu-touch-session.d/$(getprop ro.product.device).conf && for myenv in $(cat /etc/ubuntu-touch-session.d/$(getprop ro.product.device).conf); do export $myenv; done ; export DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-9kCOMN4CmD; APP_ID=ubuntu-clock-app qmlscene /home/phablet/dev_tmp/ubuntu-clock-app/ubuntu-clock-app.qml --desktop_file_hint=/home/phablet/dev_tmp/ubuntu-clock-app/ubuntu-clock-app.desktop [13:11:05] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:06] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:06] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:07] sending incremental file list [13:11:07] ./ ubuntu-clock-app.desktop 218 100% 0.00kB/s 0:00:00 218 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=183/197) [13:11:07] sent 4,996 bytes received 71 bytes 3,378.00 bytes/sec total size is 2,511,125 speedup is 495.58 [13:11:07] Starting the application [13:11:07] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:08] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:08] Warning: Permanently added '[127.0.0.1]:1' (RSA) to the list of known hosts. [13:11:09] bash: cannot set terminal process group (-1): Invalid argument bash: no job control in this shell [13:11:09] Ubuntu Platform API: Unable to load selected module. -- Aborting [13:11:09] bash: [14575: 3 (255)] tcsetattr: Invalid argument [13:11:09] [13:11:09] /usr/share/qtcreator/ubuntu/scripts/qtc_device_run_app finished with code 134 -- 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] how to use a proxy in ubuntu phone?
On Fri, May 23, 2014 at 4:32 PM, Matthew Paul Thomas wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Shuduo Sang wrote on 16/05/14 15:05: >> >> When I meet network problem to access couples of web site in China >> I can use a proxy to workaround on PC. How I can use proxy in >> Ubuntu Phone? Is this feature still under development or not on >> list? >> >> ... > > As far as I know, nobody is currently working on proxy connections for > Ubuntu Touch. > > If you are interested in working on it, the first step would be to > come up with a design for it in System Settings. You could use the PC > design as a guide. <https://wiki.ubuntu.com/Networking#proxy> > Is there any wiki page mention how to design and submit proposal? Sorry I did not find that from https://wiki.ubuntu.com/Touch/Contribute. > Cheers > - -- > mpt > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1 > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlN/B4oACgkQ6PUxNfU6ecqJ6gCgt0tImVGwCUDS2HE+9gkE4rr2 > QXgAn3OQuSg7KNinc9lLKiLNTrOs4skY > =i52/ > -END PGP SIGNATURE- > > -- > 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 -- 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
[Ubuntu-phone] how to use a proxy in ubuntu phone?
When I meet network problem to access couples of web site in China I can use a proxy to workaround on PC. How I can use proxy in Ubuntu Phone? Is this feature still under development or not on list? Thanks, Shuduo -- 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] First Utopic Image is here !!!
On Sun, May 4, 2014 at 11:12 AM, Rodney Dawes wrote: > On Sun, 2014-05-04 at 10:36 +0800, Shuduo Sang wrote: >> The 'availables' list do not show on my N4 with utopic r9. No log >> found in /var/crash. > > This may be due to bug #1307981 [1] or just that the search was > performed before network became available. You can check > ~phablet/.cache/upstart/scope-registry.log for errors related to the > search, and likely will see a "host not found" error. Doing a manual > search for an app should resolve it, unless the local DNS cache on the > phone is caching the resolution failure, and just always failing to look > up the host on future attempts. If that happens, rebooting may also > "fix" it. > > [1] > https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1307981 > > You are right. Same issue here. -- 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] First Utopic Image is here !!!
The 'availables' list do not show on my N4 with utopic r9. No log found in /var/crash. On Fri, May 2, 2014 at 1:31 PM, Shuduo Sang wrote: > On Tue, Apr 29, 2014 at 8:23 PM, Alejandro J. Cura > wrote: >> On Mon, Apr 28, 2014 at 9:25 PM, Shuduo Sang wrote: >>> No core apps and suggestions show up on Apps Scope. Is it expected? >> >> Hi Shuduo, >> >> that is certainly not expected, and I'm trying to debug why it happens. >> Can you please check if there's a .crash file for scoperunner in /var/crash/ >> ? >> If so, please attach it to >> https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1312189 >> Let me know if you need any help doing the above. >> > > After upgrade to r6, the app scope works well now. I will report it If > it still happen in future. > >> thanks a lot, >> -- >> alecu -- 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] First Utopic Image is here !!!
On Tue, Apr 29, 2014 at 8:23 PM, Alejandro J. Cura wrote: > On Mon, Apr 28, 2014 at 9:25 PM, Shuduo Sang wrote: >> No core apps and suggestions show up on Apps Scope. Is it expected? > > Hi Shuduo, > > that is certainly not expected, and I'm trying to debug why it happens. > Can you please check if there's a .crash file for scoperunner in /var/crash/ ? > If so, please attach it to > https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1312189 > Let me know if you need any help doing the above. > After upgrade to r6, the app scope works well now. I will report it If it still happen in future. > thanks a lot, > -- > alecu -- 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] First Utopic Image is here !!!
Sorry they show up now after reboot. On Tue, Apr 29, 2014 at 8:25 AM, Shuduo Sang wrote: > No core apps and suggestions show up on Apps Scope. Is it expected? > > Shuduo > > On Mon, Apr 28, 2014 at 10:00 PM, Oliver Grawert wrote: >> hi, >> >> I'm happy to announce that we just successfully built our first image >> for the utopic-proposed channel (which should become devel-proposed >> soon). >> >> for the brave hearted, feel free to try it out, it seems to boot and run >> fine on the flo devices we have tested it yet ... >> >> ciao >> oli >> >> -- >> 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 >> -- 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] First Utopic Image is here !!!
No core apps and suggestions show up on Apps Scope. Is it expected? Shuduo On Mon, Apr 28, 2014 at 10:00 PM, Oliver Grawert wrote: > hi, > > I'm happy to announce that we just successfully built our first image > for the utopic-proposed channel (which should become devel-proposed > soon). > > for the brave hearted, feel free to try it out, it seems to boot and run > fine on the flo devices we have tested it yet ... > > ciao > oli > > -- > 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 > -- 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] Want to dogfood (r267) but have Problems with syncing google contacts
I tried same command line with --keyring=no on build 275 and it returned immediately with output [INFO] addressbook: looking for databases... [INFO] addressbook: okay But my contacts did not come into contact list. Anything wrong? On Sat, Apr 5, 2014 at 1:21 AM, Lukas Isphording wrote: > Thank you vermy much! Now everything works! > > Let the dogfooding begin! =) > > And to everyone on the team: Keep up the good work! It's mindblowing how far > ubuntu touch already had come! > > Regards, > Lukas > > > > Am 04.04.2014 18:00, schrieb Renato Filho: > >> Hi Lukas, >> >> Due the new build of syncevoltion gnome keyring is enabled by default >> you will need to disable it with --keyring=no. BTW I have updated the >> instructions. >> >> bug: https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1290559 >> >> Thanks >> >> On Fri, Apr 4, 2014 at 12:54 PM, Lukas Isphording >> wrote: >>> >>> Hi all, >>> >>> i wanted to start dogfooding my nexus 4 and just installed image 267. >>> But I have problems with syncing my google contacts. I follow the exact >>> tasks I'm told to from here: >>> >>> https://wiki.ubuntu.com/Touch/DailyDriver >>> >>> When I do: >>> >>> syncevolution --configure --sync-property "username=em...@gmail.com" >>> --sync-property "password=secret" Google_Contacts >>> >>> I get this output: >>> >>> [INFO] addressbook: looking for databases... >>> >>> [INFO] addressbook: okay >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> Gkr: secret service operation failed: The name org.freedesktop.secrets >>> was >>> not provided by any .service files >>> >>> [ERROR] sync password for google_contacts: saving password >>> 'user=isphordin...@gmail.com server=m.google.com/syncml' in GNOME keyring >>> failed: Error communicating with gnome-keyring-daemon >>> >>> >>> >>> >>> >>> >>> And when I do this: >>> >>> syncevolution --sync refresh-from-server Google_Contacts addressbook >>> >>> I get this: >>> >>> [ERROR] no such source(s): addressbook >>> >>> >>> Is there anyone who can help me with this? Every help will be >>> appreceated! >>> >>> Kind regards, >>> Lukas Isphording >>> >>> >>> >>> >>> -- >>> 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 > > > > -- > 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 -- 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] Update release for Ubuntu Dual Boot - 2014-03-10
On Tue, Mar 11, 2014 at 3:55 AM, Alex Kaluzhny wrote: > I am pleased to inform you that update release for Ubuntu Dual Boot > Installer is now available for download. > The download and installation instructions can be found at: > https://wiki.ubuntu.com/Touch/DualBootInstallation. > > - The bugs fixed with this update: > https://launchpad.net/humpolec/+milestone/m7-update > - Extensive testing was done with Nexus 4 and Nexus 10. > - List of known bugs can be found in: > https://bugs.launchpad.net/humpolec/+bugs > > Thanks to everyone contributing to this project! > > -- > Alex Kaluzhny > > Project Manager > Professional & Engineering Services > Canonical USA > > e-mail: alex.kaluz...@canonical.com > Office: (781)761-9093 > Mobile: (617)678-0192 > 10 Maguire Road, Suite 212 > Lexington, MA 02421, USA > > > -- > 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 Dualboot app for Ubuntu for Phone can't boot to Android in recent images. I know it shold be not led by dualboot script but hope someone know that and fix that. -- 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] Weird problem after application published via developer portal
On Wed, Feb 26, 2014 at 7:11 PM, David Barth wrote: > Le 26/02/2014 07:57, Shuduo Sang a écrit : > > On Wed, Feb 26, 2014 at 2:23 AM, Shuduo Sang wrote: > > I have done a simple UI app to wrap an HTML5 music playback website by > UbuntuWebView component. It works great wherever on my PC or real hardware > running Ubuntu for Phone when I test it. But after it be reviewed and > published to > software center, I download it on my phone. Then I found it always refresh > to > retreive audio from server and no stop. But other button and function > works good. > I tried to run my app on device by click menu of Ubuntu SDK, it still > works fine. > So only difference is workable one is from my PC and unworkable one is > downloaded from software center. > > I reported a bug at > https://bugs.launchpad.net/ubuntu/+source/click/+bug/1285004 > > I replied here, but this is most probably a problem in your configuration > file, where you miss the right policy group to have the audio and video > permissions. > > https://github.com/sangshuduo/doubanfmunofficial/blob/master/DoubanFMUnofficial/DoubanFMUnofficial.json > > David Yes, after add audio the app works great now. :D I'll close the bug as INVALID. Thanks so much. -- 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] Weird problem after application published via developer portal
On Wed, Feb 26, 2014 at 2:23 AM, Shuduo Sang wrote: > I have done a simple UI app to wrap an HTML5 music playback website by > UbuntuWebView component. It works great wherever on my PC or real hardware > running Ubuntu for Phone when I test it. But after it be reviewed and > published to > software center, I download it on my phone. Then I found it always refresh to > retreive audio from server and no stop. But other button and function > works good. > I tried to run my app on device by click menu of Ubuntu SDK, it still > works fine. > So only difference is workable one is from my PC and unworkable one is > downloaded from software center. I reported a bug at https://bugs.launchpad.net/ubuntu/+source/click/+bug/1285004 The source code is hosted at https://github.com/sangshuduo/doubanfmunofficial. It's 100% reproducible. Hope someone take a look. Thanks. -- 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
[Ubuntu-phone] Weird problem after application published via developer portal
hi, I have done a simple UI app to wrap an HTML5 music playback website by UbuntuWebView component. It works great wherever on my PC or real hardware running Ubuntu for Phone when I test it. But after it be reviewed and published to software center, I download it on my phone. Then I found it always refresh to retreive audio from server and no stop. But other button and function works good. I tried to run my app on device by click menu of Ubuntu SDK, it still works fine. So only difference is workable one is from my PC and unworkable one is downloaded from software center. Any idea? Thanks, Shuduo -- 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] AOSP 4.4.2 based images are finally available via the trusty-proposed channel
On Sun, Feb 23, 2014 at 7:54 PM, Alan Pope wrote: > Hi Ricardo, > > Great news! > > On Sun, Feb 23, 2014 at 3:19 AM, Ricardo Salveti de Araujo > wrote: >> Flo (Nexus 7 2013) is also finally available via system-image, and can >> be flashed using ubuntu-device-flash. Image 1 is still using >> surfaceflinger by default, but image 2 should be using Mir already. >> > > Just tested this on my flo.. It failed to update (droid on his back > with red triangle on his tummy) and then rebooted back into the image > I previously had on it. > > http://paste.ubuntu.com/6981316/ > why I use same command line but I got version 206 rather than version 2? what's difference between 206 and 2? > -- > Alan Pope > Engineering Manager > > Canonical - Product Strategy > +44 (0) 7973 620 164 > alan.p...@canonical.com > http://ubuntu.com/ > > -- > 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 -- 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] AOSP 4.4.2 based images are finally available via the trusty-proposed channel
Great news! Thanks! On Sun, Feb 23, 2014 at 11:19 AM, Ricardo Salveti de Araujo wrote: > Hey, > > Just to announce that we finally migrated to the AOSP 4.4.2 based > images, and you can find them via the trusty-proposed channel. > > We did test them extensively during the last few days, but we can > always miss a bug or two that usually appears when they are properly > tested via our CI infrastructure. In case you also have weird issues, > like wifi not working properly or such, let me know asap. > > I personally tested mako using the radio firmware from both 4.2.2 and > 4.4.2, and didn't find any wifi/modem issue with it, so I expect it to > just work. > > Flo (Nexus 7 2013) is also finally available via system-image, and can > be flashed using ubuntu-device-flash. Image 1 is still using > surfaceflinger by default, but image 2 should be using Mir already. > Is dualboot.sh already updated to support Flo? > Once we have the tests results, we should be able to promote them to > the main trusty channel, but I believe that will only happen on monday > or tuesday. > > Thanks and enjoy. > > Cheers, > -- > Ricardo Salveti de Araujo > > -- > 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 -- 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] Call for testing: experimental 4.4.2 based images
On Mon, Jan 27, 2014 at 5:35 AM, Ricardo Salveti de Araujo wrote: > On Sun, Jan 26, 2014 at 1:22 PM, Shuduo Sang wrote: >> On Sat, Jan 25, 2014 at 11:58 AM, Ricardo Salveti de Araujo >> wrote: >>> Hey, >>> >>> As some of you already know, I'm currently porting our Android code >>> base to 4.4.2 (we're currently based on 4.2.2), and enabling support >>> for a few additional devices (not all are officially supported though, >>> but I'm happy to help the community builders). >>> >>> Just got to the point when bug reports are actually useful, so if you >>> have either a grouper (Nexus 7), manta (Nexus 10), mako (Nexus 4), flo >>> (Nexus 7 2013) or hammerhead (Nexus 5), and want to help testing the >>> 4.4.2 changes, this is for you :-) >>> >>> Remember, this is still an experimental build, so don't expect >>> everything to be perfect or working as it should. Also make sure to >>> have a backup of our previous image and data, as the following >>> procedure will wipe everything. >>> >>> Flashing 4.4.2 based Ubuntu touch images: >>> >>> 1) Flash the original 4.4.2 based Android image from >>> https://developers.google.com/android/nexus/images ($ sudo >>> ./flash-all.sh) - needed to make sure you're using the right >>> bootloader and radio fw >>> 2) Unlock your bootloader: $ fastboot oem unlock >>> 3) Boot the device with the original 4.4.2 image and reboot to bootloader >>> 4) At the bootloader, flash boot, recovery and system for your device >>> (http://people.canonical.com/~rsalveti/aosp/) >>> - fastboot flash boot boot.img >>> - fastboot flash recovery recovery.img >>> - fastboot flash system system.img >>> 5) Boot into recovery and flash Ubuntu using >>> http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/pending/trusty-preinstalled-touch-armhf.zip >>> (adb push /sdcard, then flash via menu, or use sideload). >>> 6) Reboot, and use phablet-network (from your host) to setup the network >>> 7) Enable my personal PPA (latest MIR): sudo apt-add-repository >>> ppa:rsalveti/ppa >>> 8) Install latest MIR packages: apt-get update; apt-get dist-upgrade >>> 9) Enable MIR: $ touch /home/phablet/.display-mir >>> 11) Reboot and profit! >>> >>> Please let me know if you have any issues, and also let me know about >>> possible new bugs that might happen with this new image. >>> >>> Here's what I built and tested: >>> - grouper (not officially supported): working as before, not many changes >>> - mako (officially supported): working as before >>> - flo (officially supported): shell rotation is not yet implemented, >>> and side stage is not fully functional >>> - hammerhead (not officially supported): couldn't test, don't have a device >>> - manta (still officially supported): better and faster >>> >>> Video playback is the only feature that's known to be broken, and we >>> should hopefully get this fixed next monday. >>> >> >> I installed this image on Nexus 7 (2013) and it works great except >> video broken issue. I wonder Nexus 7 2013 has same SoC/GPU as Nexus 4. >> But the image based on Android 4.2 can play video well. Does that mean >> video playback will be broken on Nexus 4 too? > > Yeah, video playback is broken for all 4.4.2 based images. We should > hopefully get this fixed tomorrow. > Really good news. BTW, do you know when new 4.4.2-based image will be put on official channel then we can install by dualboot.sh? Thanks. > Cheers, > -- > Ricardo Salveti de Araujo -- 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] Call for testing: experimental 4.4.2 based images
On Sat, Jan 25, 2014 at 11:58 AM, Ricardo Salveti de Araujo wrote: > Hey, > > As some of you already know, I'm currently porting our Android code > base to 4.4.2 (we're currently based on 4.2.2), and enabling support > for a few additional devices (not all are officially supported though, > but I'm happy to help the community builders). > > Just got to the point when bug reports are actually useful, so if you > have either a grouper (Nexus 7), manta (Nexus 10), mako (Nexus 4), flo > (Nexus 7 2013) or hammerhead (Nexus 5), and want to help testing the > 4.4.2 changes, this is for you :-) > > Remember, this is still an experimental build, so don't expect > everything to be perfect or working as it should. Also make sure to > have a backup of our previous image and data, as the following > procedure will wipe everything. > > Flashing 4.4.2 based Ubuntu touch images: > > 1) Flash the original 4.4.2 based Android image from > https://developers.google.com/android/nexus/images ($ sudo > ./flash-all.sh) - needed to make sure you're using the right > bootloader and radio fw > 2) Unlock your bootloader: $ fastboot oem unlock > 3) Boot the device with the original 4.4.2 image and reboot to bootloader > 4) At the bootloader, flash boot, recovery and system for your device > (http://people.canonical.com/~rsalveti/aosp/) > - fastboot flash boot boot.img > - fastboot flash recovery recovery.img > - fastboot flash system system.img > 5) Boot into recovery and flash Ubuntu using > http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/pending/trusty-preinstalled-touch-armhf.zip > (adb push /sdcard, then flash via menu, or use sideload). > 6) Reboot, and use phablet-network (from your host) to setup the network > 7) Enable my personal PPA (latest MIR): sudo apt-add-repository > ppa:rsalveti/ppa > 8) Install latest MIR packages: apt-get update; apt-get dist-upgrade > 9) Enable MIR: $ touch /home/phablet/.display-mir > 11) Reboot and profit! > > Please let me know if you have any issues, and also let me know about > possible new bugs that might happen with this new image. > > Here's what I built and tested: > - grouper (not officially supported): working as before, not many changes > - mako (officially supported): working as before > - flo (officially supported): shell rotation is not yet implemented, > and side stage is not fully functional > - hammerhead (not officially supported): couldn't test, don't have a device > - manta (still officially supported): better and faster > > Video playback is the only feature that's known to be broken, and we > should hopefully get this fixed next monday. > I installed this image on Nexus 7 (2013) and it works great except video broken issue. I wonder Nexus 7 2013 has same SoC/GPU as Nexus 4. But the image based on Android 4.2 can play video well. Does that mean video playback will be broken on Nexus 4 too? > Working now to enable the x86 and ARM emulator targets. > > Cheers, > -- > Ricardo Salveti de Araujo > > -- > 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 -- 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] Fwd: ANN: Ubuntu Core/Touch Android 4.4 support & touch engineering platform/devices/hardware going forward
On Mon, Jan 13, 2014 at 11:19 PM, Зонов Роман wrote: > Sorry. but your decision about manta is minimum...strange. IMHO, manta is > very important for development. Not because I have one, because manta is a > tablet with 10-inch display. Manta is an ideal tablet for UT and, IMHO, > development must be continued until new Ubuntu 10-inch tablet. > +1. N10 has different experience for bigger screen. > -- > 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 -- 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] emulator graphics failed
>> /usr/lib/arm-linux-gnueabihf/hud >> phablet 1325 1290 0 14:03 ?00:00:00 upstart-file-bridge >> --daemon --u >> phablet 1326 1290 0 14:03 ?00:00:00 upstart-dbus-bridge >> --daemon --s >> phablet 1327 1290 0 14:03 ?00:00:00 upstart-dbus-bridge >> --daemon --s >> phablet 1334 1290 0 14:03 ?00:00:00 pulseaudio --start >> --log-target= >> rtkit 1336 1 0 14:03 ?00:00:00 >> /usr/lib/rtkit/rtkit-daemon >> phablet 1350 1209 0 14:03 ttyS200:00:00 -bash >> phablet 1373 1350 0 14:03 ttyS200:00:00 ps -ef >> >> -- Original -- >> *Sender:* "Dmitrijs Ledkovs"; >> *Send time:* Friday, Nov 22, 2013 10:32 PM >> *To:* "mirco.mueller"; >> *Cc:* "ubuntu-phone"; >> *Subject:* Re: [Ubuntu-phone] Some tips to solve issues while >> installingTouchEmulator from scratch on an AMD64-system (Trusty)... and >> some problems >> >> On 22 November 2013 14:24, Mirco Müller >> wrote: >> > Am 22.11.2013 14:46, schrieb Mirco Müller: >> > >> > ... >> > >> > In the meantime I already recognized errors in the avalanche of >> > shell-output stating that my system was missing bison and flex. So I'm >> > redoing several steps of the howto now with these parsers installed. I >> hope >> > that this will solve the reported issues, otherwise I'll provide the >> > requested log-outputs. >> > >> > I have the emulator running now. So all in all, I was missing: >> > >> > schedtool >> > default-jdk >> > gcc-4.8-multilib >> > g++-4.8-multilib >> > bison >> > flex >> > >> >> Touch/Emulator page expects that one also has installed dependencies >> for normal porting which are listed at >> https://wiki.ubuntu.com/Touch/Porting >> >> Which indirectly includes all of the above (g++multilib, brings both >> multilib gcc toolchain packages packages) and openjdk-6-jdk provides a >> jdk alternative. >> >> Regards, >> >> Dmitrijs. >> >> >> > The wiki-page I did update too with the hint that the six missing >> packages >> > are currently not covered by any package-dependency. >> > >> > Best regards... >> > >> > Mirco >> >> -- >> Mailing list: https://launchpad.net/~ubuntu-phone >> Post to : ubuntu-phone@xxx >> Unsubscribe : https://launchpad.net/~ubuntu-phone >> More help : https://help.launchpad.net/ListHelp >> >> -- >> Mailing list: https://launchpad.net/~ubuntu-phone >> Post to : ubuntu-phone@xxx >> Unsubscribe : https://launchpad.net/~ubuntu-phone >> More help : https://help.launchpad.net/ListHelp >> >> > > > > -- Original -- > Sender: "leon lee"; > Send time: Monday, Nov 25, 2013 10:16 PM > To: "István Szőllősi"; > Cc: "ubuntu-phone"; > Subject: [Ubuntu-phone] Reply: follow instructions to build > emulatoronpreciseamd64 but fail at build-emulator-sdcard.sh > > That's weird. Please check if you have the ./build/tools/get-tarball-url.py > If yes, check if it's executable. > If yes, then try run the script again. > If still no luck, then... I don't get it. > > -- Original -- > Sender: "István Szőllősi"; > Send time: Sunday, Nov 24, 2013 9:26 PM > To: "leon lee"; > Cc: "Shuduo Sang"; > "ubuntu-phone"; > Subject: Re: [Ubuntu-phone] follow instructions to build emulator > onpreciseamd64 but fail at build-emulator-sdcard.sh > > "Python3 is already the newest version." > > > 2013/11/24 leon lee >> >> I had the same issue before. It's simple. Just install python3 would >> remove it. get-tarball-url.py is written in python3. >> >> >> -- Original -- >> From: "István Szőllősi"; >> Date: Nov 24, 2013 >> To: "Shuduo Sang"; >> Cc: "ubuntu-phone"; >> Subject: Re: [Ubuntu-phone] follow instructions to build emulator on >> preciseamd64 but fail at build-emulator-sdcard.sh >> >> Same error here! >> >> >> 2013/11/24 Shuduo Sang >>> >>> Hi, >>> >>> I just follow https://wiki.ubuntu.com/Touch/Emulator and build it from >>> scratch then I meet error output as below: >>> >>> $ ./build/tools/build-emulator-sdcard.sh >>> + OUT=out/target/product/generic/ >>> + [ ! -e out/target/product/generic//ubuntu-rootfs.tar.xz ] >>> + ./build/tools/get-tarball-url.py >>> ./build/tools/build-emulator-sdcard.sh: 1: >>> ./build/tools/build-emulator-sdcard.sh: >>> ./build/tools/get-tarball-url.py: not found >>> + wget -O out/target/product/generic//ubuntu-rootfs.tar.xz >>> wget: missing URL >>> Usage: wget [OPTION]... [URL]... >>> >>> Try `wget --help' for more options. >>> >>> >>> >>> What I should to do now? >>> >>> BTW, If I want to copy executable emulator after I build it out, what >>> files need be copied to? >>> >>> >>> Thanks, >>> Shuduo >>> >>> -- >>> 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 >> >> > > > -- > 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 > -- 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] follow instructions to build emulator on preciseamd64 but fail at build-emulator-sdcard.sh
Leon, cool! After install python3, the script works now. Does any script can make a tar ball of necessary emulator files then I can take away to another computer? Thanks, Shuduo On Sun, Nov 24, 2013 at 9:05 PM, leon lee wrote: > I had the same issue before. It's simple. Just install python3 would remove > it. get-tarball-url.py is written in python3. > > > -- Original -- > From: "István Szőllősi"; > Date: Nov 24, 2013 > To: "Shuduo Sang"; > Cc: "ubuntu-phone"; > Subject: Re: [Ubuntu-phone] follow instructions to build emulator on > preciseamd64 but fail at build-emulator-sdcard.sh > > Same error here! > > > 2013/11/24 Shuduo Sang >> >> Hi, >> >> I just follow https://wiki.ubuntu.com/Touch/Emulator and build it from >> scratch then I meet error output as below: >> >> $ ./build/tools/build-emulator-sdcard.sh >> + OUT=out/target/product/generic/ >> + [ ! -e out/target/product/generic//ubuntu-rootfs.tar.xz ] >> + ./build/tools/get-tarball-url.py >> ./build/tools/build-emulator-sdcard.sh: 1: >> ./build/tools/build-emulator-sdcard.sh: >> ./build/tools/get-tarball-url.py: not found >> + wget -O out/target/product/generic//ubuntu-rootfs.tar.xz >> wget: missing URL >> Usage: wget [OPTION]... [URL]... >> >> Try `wget --help' for more options. >> >> >> >> What I should to do now? >> >> BTW, If I want to copy executable emulator after I build it out, what >> files need be copied to? >> >> >> Thanks, >> Shuduo >> >> -- >> 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 > > -- 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
[Ubuntu-phone] follow instructions to build emulator on precise amd64 but fail at build-emulator-sdcard.sh
Hi, I just follow https://wiki.ubuntu.com/Touch/Emulator and build it from scratch then I meet error output as below: $ ./build/tools/build-emulator-sdcard.sh + OUT=out/target/product/generic/ + [ ! -e out/target/product/generic//ubuntu-rootfs.tar.xz ] + ./build/tools/get-tarball-url.py ./build/tools/build-emulator-sdcard.sh: 1: ./build/tools/build-emulator-sdcard.sh: ./build/tools/get-tarball-url.py: not found + wget -O out/target/product/generic//ubuntu-rootfs.tar.xz wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. What I should to do now? BTW, If I want to copy executable emulator after I build it out, what files need be copied to? Thanks, Shuduo -- 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
[Ubuntu-phone] ubuntu touch is very unstable on nexus 7
Hi, I did not put my eyes on list for a while. I wonder recent ubuntu touch image including latest saucy and trusty are very unstable on nexus 7 (grouper). It's very easy to enter a status that screen become dim flash and system don't response anything when I just do some simple click. I remember the image of early of September was much more stable although some bugs exist like no video playback. Could someone can point me which build is most stable? Thanks, Shuduo -- 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] Is pragmatically taking a screenshot possible?
On Mon, Sep 30, 2013 at 12:36 AM, Marc Deslauriers wrote: > On 13-09-29 12:27 PM, Shuduo Sang wrote: >> Hmm, both of iOS and Android allow user to take screenshot with a >> global hot key. This function be used very frequently to quick share >> something to friend, at least to me. > > Users will be allowed to take screenshots, as it will be done by a trusted > application. Applications in the store won't be allowed to take screenshots > for > security reasons. > Good to know. Thanks. > Marc. > > >> >> On Sun, Sep 29, 2013 at 9:52 PM, Marc Deslauriers >> wrote: >>> On 13-09-29 06:28 AM, James Mugford wrote: >>>> Wow, as easy as that? >>>> >>>> Would there not be any security restrictions or hoops to jump through? >>>> >>> >>> The application confinement won't allow applications to take screenshots of >>> any >>> window they don't own, so this won't be possible for security reasons. >>> >>> Marc. >>> >>> >>> -- >>> Marc Deslauriers >>> Ubuntu Security Engineer | http://www.ubuntu.com/ >>> Canonical Ltd. | http://www.canonical.com/ >>> >>> -- >>> 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 > -- 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] Is pragmatically taking a screenshot possible?
Hmm, both of iOS and Android allow user to take screenshot with a global hot key. This function be used very frequently to quick share something to friend, at least to me. On Sun, Sep 29, 2013 at 9:52 PM, Marc Deslauriers wrote: > On 13-09-29 06:28 AM, James Mugford wrote: >> Wow, as easy as that? >> >> Would there not be any security restrictions or hoops to jump through? >> > > The application confinement won't allow applications to take screenshots of > any > window they don't own, so this won't be possible for security reasons. > > Marc. > > > -- > Marc Deslauriers > Ubuntu Security Engineer | http://www.ubuntu.com/ > Canonical Ltd. | http://www.canonical.com/ > > -- > 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 -- 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] Android apps
maybe someone can convince bluestacks port their solution for ubuntu. ;) On Sat, May 18, 2013 at 6:20 AM, dank moo wrote: > No > > > On Fri, May 17, 2013 at 9:19 AM, Gianguido Sorà > wrote: >> >> By now Virtualbox and its modules aren't compiled for ARM. >> >> >> 2013/5/17 Vicente Solá Osca >>> >>> And, how about? >>> >>> $ sudo apt-get install virtualbox >>> >>> El 17/05/2013 14:23, "Gianguido Sorà" escribió: >>> Right now only on the Nexus 7. The code to make the multiboot to work could be ported on other devices, someone must dive into this. Il giorno 17/mag/2013, alle ore 13:51, "Николай Шатохин" ha scritto: Ok, thanks. We always can install Android in dual boot :) 2013/5/17 Gianguido Sorà > > > There must be license problem or I am wrong? > Run Android apps on top of Ubuntu touch could be a killer feature, but > I think that the OS will be ready for better apps and games. > > Il giorno 17/mag/2013, alle ore 13:37, "Николай Шатохин" > ha scritto: > > Are you removing Dalvik from CianogenMod when apply Ubuntu patches? > Will it be possible in future? > > > 2013/5/17 John Nelson >> >> Right now, there is no Dalvik machine included in Ubuntu Touch, so no. >> >> >> On Fri, May 17, 2013 at 7:15 AM, Николай Шатохин >> wrote: >>> >>> Hello. >>> >>> Is it possible to run Android apps on Ubuntu Touch? >>> >>> Best regards, >>> Nick >>> >>> -- >>> 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 >>> >> > > -- > 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 -- 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 -- 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 >>> >>> -- >>> 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 >>> >> >> >> -- >> 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 >> > > > -- > 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 > -- 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