Re: [Ubuntu-phone] auto update not working (14.04)

2013-11-24 Thread Oliver Grawert
hi, On So, 2013-11-24 at 12:46 +0530, Sayantan Das wrote: > Hi all, > > > I am currently running Ubuntu Touch using MultiRom on my Nexus 4. I > installed the 14.04 (r10) build . The install went fine, and I can > access everything. However, I am not able to update the to latest > builds. It keeps

Re: [Ubuntu-phone] Ubuntu Edge emulator skin

2013-11-24 Thread Michał Sawicz
On 24.11.2013 03:02, Daniel wrote: Just wish to compliment on the attractive skin. Not a dev, but since it doesn't show the keys to the right side as before, will the emu eventually support using the computer keyboard input? Yes, I think that's the only sane solution. Even with the current emu

Re: [Ubuntu-phone] Ubuntu Edge emulator skin

2013-11-24 Thread Nathan Haines
On 11/24/2013 02:56 AM, Michał Sawicz wrote: On 24.11.2013 03:02, Daniel wrote: Yes, I think that's the only sane solution. Even with the current emulator the keyboard on the right didn't work, AFAIK, and you had to use the on-screen-keyboard. An interesting thing here... Since we need to know w

[Ubuntu-phone] follow instructions to build emulator on precise amd64 but fail at build-emulator-sdcard.sh

2013-11-24 Thread 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/t

Re: [Ubuntu-phone] Ubuntu Edge emulator skin

2013-11-24 Thread Michał Sawicz
On 24.11.2013 12:10, Nathan Haines wrote: On the other hand, the OSK is surely important for both layout and input-type testing. So external keyboard functionality is useful but should not necessarily be automatic or default. Oh yeah, by default both should work. So OSK shows up, and you can u

Re: [Ubuntu-phone] follow instructions to build emulator on precise amd64 but fail at build-emulator-sdcard.sh

2013-11-24 Thread István Szőllősi
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-ro

Re: [Ubuntu-phone] follow instructions to build emulator on preciseamd64 but fail at build-emulator-sdcard.sh

2013-11-24 Thread 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

Re: [Ubuntu-phone] follow instructions to build emulator on preciseamd64 but fail at build-emulator-sdcard.sh

2013-11-24 Thread István Szőllősi
"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 >

Re: [Ubuntu-phone] follow instructions to build emulator on preciseamd64 but fail at build-emulator-sdcard.sh

2013-11-24 Thread Shuduo Sang
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 wou

Re: [Ubuntu-phone] follow instructions to build emulator on precise amd64 but fail at build-emulator-sdcard.sh

2013-11-24 Thread Dmitrijs Ledkovs
On 24 November 2013 12:08, Shuduo Sang wrote: > 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

Re: [Ubuntu-phone] auto update not working (14.04)

2013-11-24 Thread Sayantan Das
Thanks Oli. I hear what you are saying. I will have to flash it every week then. However, for me, this is the best way to keep my work and hobby on the same phone :) Regards, *Sayantan Das* -- Use Linux. Be free ! http://www.tuxtrix.com

[Ubuntu-phone] [DEVELOPMENT][xt907][Porting] Build error

2013-11-24 Thread Eamon Cusic, Jr.
PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.2.2 CM_VERSION=10.1-20131124-UNOFFICIAL-xt907 TARGET_PRODUCT=cm_xt907 TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon HOST_ARCH=x86 HOST_OS=linux HOST_OS_EXTRA=Linux-3.11.0-14-generic

Re: [Ubuntu-phone] New porting guide?

2013-11-24 Thread Taras Perebeynosov
Hi team, can somebody point me out to working manual for installing Ubuntu Touch to p3100 device? All that I founded on the web is not working. Sorry, I'm newby for this. I successfully installed last build to my Samsung Galaxy Nexus, but I want to test it on my GTab2

[Ubuntu-phone] [DEVELOPMENT] libubuntu_application_api.so not found

2013-11-24 Thread François Leblanc
Hello Logcat -d show /system/lib/libubuntu_application_api.so not found. File is present and is regular. I attempt to trace modifying sources but seems that package is reloaded on build since any modification not taken account . Any idea on why lib is not found by linker.c or how to trace pr