Re: [Ubuntu-phone] [feature request/question] Encrypted email/sms support?

2013-07-17 Thread Dmitrijs Ledkovs
On 18 July 2013 01:18, Daniel Clem wrote: > NSA? Really? Before or after the recent hoopla with Verizon and others? > Echoing another's point. Yes security has become a big hot word lately, and > for good reason. > > Just a non-dev comment, I use SMS a lot. It depends who I'm talking to, > when, a

Re: [Ubuntu-phone] Ubuntu Touch daily previews not updated?

2013-07-19 Thread Dmitrijs Ledkovs
On 19 July 2013 23:21, Jeremy Tayco wrote: > Good afternoon! I've noticed on the Ubuntu preview image page [1] that the > latest image available is from July 12th. I don't see another page that has > the images nor the compiled changelog. Is there a seperate page I should be > looking for? Thank y

[Ubuntu-phone] phablet-saucy: patches from android src package

2013-07-23 Thread Dmitrijs Ledkovs
Heya, Here is the rebase of patches applied in the ubuntu archive android package. Still need to fiddle with pulling the kernel though. At the moment I disable pull-lp-source / pul-lp-bin and instead use "chdist" to talk to ubuntu archive, as that is possible both locally and on the archive build

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

2013-07-30 Thread Dmitrijs Ledkovs
On 30 July 2013 15:34, Ted Gould wrote: > On Tue, 2013-07-30 at 08:23 -0500, Jamie Strandboge wrote: > > On 07/30/2013 08:12 AM, Ted Gould wrote: >> On Tue, 2013-07-30 at 10:44 +0100, Iain Lane wrote: >>> In implementing the Time and Date settings[0], I need to know how to >>> answer the question

Re: [Ubuntu-phone] Moto X Porting

2013-08-01 Thread Dmitrijs Ledkovs
On 1 August 2013 13:42, Robert Park wrote: > On Thu, Aug 1, 2013 at 2:40 PM, Greg W wrote: >> >> ***Just to have a phone that I can USB into Ubuntu with and have it be >> seen a mass storage device would be a big step forward in mobile phone >> tech--even if it isn't capable of being a Desktop. >

Re: [Ubuntu-phone] Start up script

2013-08-22 Thread Dmitrijs Ledkovs
On 22 August 2013 09:33, Tobias Havla wrote: > Hello again! > > Can anybody tell me how I can add a script to the start up applications > when the user phablet logs in (like startup > applications/gnome-session-properties in Ubuntu)? I doesn't work when I > add the script to upstart/init.d because

[Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Dmitrijs Ledkovs
So at the moment I have hacked up a way to cross compile qml extensions [1] The solution is not as fluid and packaging changes are needed in qt* packages to make all of this nicer. Foremost one cannot install ubuntu-sdk for multiple architectures: $ apt-get install ubuntu-sdk ubuntu-sdk:armhf Eve

Re: [Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Dmitrijs Ledkovs
On 4 September 2013 12:09, Scott Kitterman wrote: > Dmitrijs Ledkovs wrote: > Changes like this should really be coordinated in Debian so we don't > accumulate long term differences that can't easily be resolved. > Yeah, and as far as I know Timo is doing excellent work a

Re: [Ubuntu-phone] [Development] README.mkdn: don't need extra 'git' anymore

2013-09-04 Thread Dmitrijs Ledkovs
On 4 September 2013 14:07, Bálint Czobor wrote: > Without this modification I can't initialize the repo, it says: > Get git://phablet.ubuntu.com/git/CyanogenMod/android.git > fatal: remote error: access denied or repository not exported: > /git/CyanogenMod/android.git > fatal: cannot obtain manife

[Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-11 Thread Dmitrijs Ledkovs
I've written up a quick how-to cross-compiling qml extensions using CMake https://wiki.ubuntu.com/Touch/CrossCompile Apart from cmake choosing DEB_HOST moc, instead of DEB_BUILD moc, it seems to work ok. I've successfully compiled: ./lib/SystemSettings/libSystemSettings.so ./tests/libtest-plugin

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Dmitrijs Ledkovs
On 11 September 2013 20:01, Roman Shchekin wrote: > Hi all > > So, can I compile my plugin for armhf arch via cmake? I need it for showdown > :) > > Where is your source code? =) Regards, Dmitrijs. > 2013/9/11 Sergio Schvezov >> >> On Wed, Sep 11, 2013 at

Re: [Ubuntu-phone] QML d-bus

2013-09-12 Thread Dmitrijs Ledkovs
On 12 September 2013 00:13, wrote: > A click package is incapable of requesting system installation of an apt > package/dependancies? > Click package has only one dependency which is automatically satisfied - the ubuntu sdk for the target release (13.10 at the moment). The root filesystem is r

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Dmitrijs Ledkovs
On 12 September 2013 18:16, Roman Shchekin wrote: > Hello, Dmitrijs Ledkovs! > > There you can find plugin code: > https://code.launchpad.net/~mrqtros/+junk/yad-plugin > And there QML part: https://code.launchpad.net/~mrqtros/yad/trunk > > Please, help me to compile QM

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-12 Thread Dmitrijs Ledkovs
iled extension yet. There was a recent blog post on ubuntu planet with a solution I believe. Maybe dholbach remembers? Regards, Dmitrijs. > Again big thanks! > > > 2013/9/12 Dmitrijs Ledkovs >> >> On 12 September 2013 18:16, Roman Shchekin wrote: >> > Hello,

Re: [Ubuntu-phone] The current state of ssh on Ubuntu Touch

2013-09-14 Thread Dmitrijs Ledkovs
On 13 September 2013 19:20, Gustavo Niemeyer wrote: > Some of the overlay filesystems do support writing tomb markers to > handle deletions as well. I'm sure you know that, though, so I'm > mostly wondering why that was not a good option? Performance? > Ubuntu Touch images are not using any over

[Ubuntu-phone] Ubuntu Touch on the emulator: current bugs & request for help

2013-09-16 Thread Dmitrijs Ledkovs
I've pushed a couple of patches to phablet-saucy & fix up repositories such that it should be possible to compile the full target (the one for emulation) and it does produce images that can be used with the emulator. The tree is not building the emulator itself at the moment, so I use the one from

Re: [Ubuntu-phone] Defining Click framework(s) for 13.10

2013-09-18 Thread Dmitrijs Ledkovs
On 18 September 2013 09:31, Loïc Minier wrote: > Hi! > > Click packages uploaded to appstore currently declare a dependency on > ubuntu-sdk-13.10, but we haven't defined this ubuntu-sdk-13.10 framework > yet! > > This should be as backwards-compatible as possible (at least up to > 12.04) so

Re: [Ubuntu-phone] Defining Click framework(s) for 13.10

2013-09-20 Thread Dmitrijs Ledkovs
On 18 September 2013 10:48, Dmitrijs Ledkovs wrote: > On 18 September 2013 09:31, Loïc Minier wrote: >> Hi! >> >> Click packages uploaded to appstore currently declare a dependency on >> ubuntu-sdk-13.10, but we haven't defined this ubuntu-sdk-13.10 framew

[Ubuntu-phone] Android Emulator Flipped port

2013-10-01 Thread Dmitrijs Ledkovs
It is now possible to build android emulator, and launch it from the phablet checkout. It is using goldfish kernel as packaged in the Ubuntu Archive, and builds everything else from scratch. It's not packaged at the moment, but you can build & run it locally: (in the phablet-dev-bootstrap setted u

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-02 Thread Dmitrijs Ledkovs
I am now starting to collect notes on the emulator at: https://wiki.ubuntu.com/Touch/Emulator I have also made a prebuild emulator with images available at: http://people.canonical.com/~xnox/emulator.tar.xz It's a 300MB download and includes a wrapper script to launch the emulator. At the moment

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-03 Thread Dmitrijs Ledkovs
27;s something wrong with the > SurfaceFlinger. So I'm working on making a clean one from cm10.1 > Let me follow-up on that email. Regards, Dmitrijs. > -- Original ---------- > From: "Dmitrijs Ledkovs"; > Date: Oct 3, 2013 > To:

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-03 Thread Dmitrijs Ledkovs
>On Tue, Jun 11, 2013 at 11:17 AM, Chirayu Desai >wrote: >> Hey everyone. >> >> I've got Ubuntu booting on the Android Emulator (QEMU). >> The display is black, but I'm able to get a shell, so I think that's good >> enough for a start. > >Yup looks like a good start. > >> It needs forking of two

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-04 Thread Dmitrijs Ledkovs
.5 MiB > mmcblk0: unknown partition table > FATAL: kernel too old > Kernel panic - not syncing: Attempted to kill init! > > > -- Original -- > From: "Dmitrijs Ledkovs"; > Date: Oct 3, 2013 > To: "ubuntu-phone"; "Ste

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-04 Thread Dmitrijs Ledkovs
h stephane, I think I'll be able to use exactly the same boot process as system images. I'll keep this mailing list posted on my progress. Regards, Dmitrijs. > > > ------ Original -- > From: "Dmitrijs Ledkovs"; > Date: Oct

Re: [Ubuntu-phone] Ubuntu

2013-10-04 Thread Dmitrijs Ledkovs
On 4 October 2013 04:32, Luke Bryan wrote: > Greetings all, > > I was curious, with the upcoming Ubuntu for phones/tablets, will there be > more advantages to touchscreen/tablet hybrid pcs? Will three-finger > multitouch gestures be added again? Last I checked there weren't many > reports of touch

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-04 Thread Dmitrijs Ledkovs
tate that in my email as of 2nd of Oct. "Right now, /system partition is not getting mounted in the lxc container and is at the moment the next step to fix." Regards, Dmitrijs. > > > > To: leon lee > From: Dmitrijs Ledkovs > Date: Fri, 4 Oct 2013 09:23:29 +0

Re: [Ubuntu-phone] Android Emulator Flipped port

2013-10-07 Thread Dmitrijs Ledkovs
On 6 October 2013 00:36, leon lee wrote: > Would it be better if we start from a working emulator of android, which > contains ramdisk.img, system.img and userdata.img. So we don't need to worry > about the /system mounting issue. > That will not help, because: - ramdisk.img would mount/start and

Re: [Ubuntu-phone] Porting Android source code to Ubuntu

2013-10-08 Thread Dmitrijs Ledkovs
On 8 October 2013 11:36, Abhishek Agarwal wrote: > > Hi All, > > I am new to porting code. > > I have Android source code for my project. > I want to port Ubuntu on this board, replacing Android. > > After porting my board should be running Ubuntu completely as my desktop is > running. > > Can so

Re: [Ubuntu-phone] more than one scripts/touch file??

2013-10-08 Thread Dmitrijs Ledkovs
On 8 October 2013 22:12, Patrick Seemann wrote: > Good evening, > > I'm porting ubuntu touch to Samsung Galaxy Tab 10.1 wifi. Currently working > on the flipped image. > > To make the tablet boot up correctly I changed > /usr/share/initramfs-tools/scripts/touch to include "UA" in the partlist, as

Re: [Ubuntu-phone] more than one scripts/touch file??

2013-10-09 Thread Dmitrijs Ledkovs
(or whatever target / command you use to invoke build) Will rebuild boot.img and *.zip with the new ramdisk. Regards, Dmitrijs. > > > On Wed, Oct 9, 2013 at 10:12 AM, Oliver Grawert wrote: >> >> hi, >> Am Dienstag, den 08.10.2013, 23:29 +0100 schrieb Dmitrijs Ledk

Re: [Ubuntu-phone] Compiling Ubuntu Touch Yuga source code

2013-10-10 Thread Dmitrijs Ledkovs
On 10 October 2013 11:24, Abhishek Agarwal wrote: > Hi All, > > I am trying to compile the Ubuntu Touch Yuga source code. > > I am facing several issues while doing compilation. > > My compilation stops with the error: > > make: *** No rule to make target > `/home/abhishek/work/ubuntu_touch/out/ta

Re: [Ubuntu-phone] up-to-date Ubuntu image for touch

2013-10-23 Thread Dmitrijs Ledkovs
On 23 October 2013 15:00, leon lee wrote: > Hi, all. > There used to be some place to download the ubuntu image for touch as below > The latest Ubuntu image can be found here: > http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/ > > But now the image is not up to date. I'm

Re: [Ubuntu-phone] Image 4 (20131023) released

2013-10-24 Thread Dmitrijs Ledkovs
On 24 October 2013 11:36, Timo Leppiniemi wrote: > Phablet-tools needs to updated? It cannot download trusty images?? > > Can r101 be updated via ota? > OTA stays on the same channel as it did at saucy release, you should be still on the "stable channel" that will be getting only core ubuntu os s

Re: [Ubuntu-phone] Fwd: up-to-date Ubuntu image for touch

2013-10-24 Thread Dmitrijs Ledkovs
On 24 October 2013 12:27, leon lee wrote: > but there's no trusty -xxx in > http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/ > That's unflipped location, which we did stop producing. Over here http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/ There is

Re: [Ubuntu-phone] [DEVELOPMENT]phablet-tools update?

2013-10-25 Thread Dmitrijs Ledkovs
On 25 October 2013 15:35, François Leblanc wrote: > Hy, > > Before switching to ubuntu 13.10 I get up to 1 new version by day, since ... > nothing > > I don't have new release of scripts or they are no new release? > https://lists.launchpad.net/ubuntu-phone/msg04111.html Since 13.10 got released

[Ubuntu-phone] Updates to the android-emulator

2013-10-30 Thread Dmitrijs Ledkovs
It's now packaged in the archive as android-emulator package. # in trusty $ apt-get install android-emulator At the moment one can install it as a normal package, but it ( for whatever reasons) wants to run with read-write privileges. So to run it $ cp -r /usr/share/android/emulator/ ~/ $ cd ~

Re: [Ubuntu-phone] Updates to the android-emulator

2013-11-01 Thread Dmitrijs Ledkovs
above is always available. Not sure what you mean by "graphical mode", depending on the flags used the graphical window is shown / not shown, but other than that it's the same. Regards, Dmitrijs. > -- Original -- > From: "Dmitrijs Ledkovs&q

Re: [Ubuntu-phone] Updates to the android-emulator

2013-11-01 Thread Dmitrijs Ledkovs
On 30 October 2013 16:25, Dmitrijs Ledkovs wrote: > At the moment this should give one: > > * adb to ubuntu > * serial console to android > * telnet access to control emulated events (sms, gps, etc) > I've added instructions about above at https://wiki.ubuntu.com/Touch/Em

Re: [Ubuntu-phone] Should we remove cdimage-[touch,legacy]?

2013-11-04 Thread Dmitrijs Ledkovs
On 4 November 2013 13:40, François Leblanc wrote: > I apalogize I don't understand very well, > , > > by system-image do you mean the use of system.img ? If so where can we found > this? > From phablet-flash -h: cdimage-touch Provisions the device with a CDimage build of Ubu

Re: [Ubuntu-phone] Should we remove cdimage-[touch,legacy]?

2013-11-04 Thread Dmitrijs Ledkovs
On 4 November 2013 19:40, Cláudio Sampaio wrote: > On Mon, Nov 4, 2013 at 12:12 PM, Dmitrijs Ledkovs wrote: >> >> Once everything is ported and works, and the device is official indeed >> "end-users" only need ubuntu-system to flash their device for the >&g

Re: [Ubuntu-phone] [DEVELOPMENT] /var/lib/lxc/android/system.img? Need help on touch script

2013-11-11 Thread Dmitrijs Ledkovs
On 11 November 2013 09:14, François Leblanc wrote: > Hello, > > Using system.img instead of old ubuntu dir for flipped model result in touch > script fail initrd: device is unknow. > > I use trusty-preinstalled-touch-armhf.zip from > http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/curren

[Ubuntu-phone] ubuntu-rootfs tarball ships GNOME help files

2013-11-13 Thread Dmitrijs Ledkovs
Why is /usr/share/help-langpack/* shipped in the ubuntu-touch rootfs tarball? It's about 54MB. Can it be dpkg path-excluded, or dependencies adjusted such that it doesn't ship on ubuntu-touch rootfs? It seems to come from language-pack-gnome-*, are those actually needed on the ubuntu-touch seed?

[Ubuntu-phone] No loop mount option

2013-11-13 Thread Dmitrijs Ledkovs
d unpacked android container under /var/lib/lxc/android/rootfs Also at the moment emulator is still using MTD partitions, instead of GPT formatted MMC device. That's also a TODO. Regards, Dmitrijs. On 13 November 2013 20:54, Dmitrijs Ledkovs wrote: > Dmitrijs Ledkovs has proposed merging

Re: [Ubuntu-phone] [Development] Cycle boot problem on Xt907

2013-11-13 Thread Dmitrijs Ledkovs
On 13 November 2013 20:10, Eamon Cusic, Jr. wrote: > Hello all, > I've grabbed the XT907 port's source and followed the porting guide 2.0 > to get set up. I didn't modify the source at all. I ran > /build/envsetup.sh and got an error about bsdiff. I plopped bsdiff's > source in out/host/linux-x86/

Re: [Ubuntu-phone] No loop mount option

2013-11-13 Thread Dmitrijs Ledkovs
On 13 November 2013 22:21, Steve Langasek wrote: > Hi Dmitrijs, > > Thanks for working on this! > > On Wed, Nov 13, 2013 at 09:16:17PM +, Dmitrijs Ledkovs wrote: >> I've raised a merge proposal below, to allow initramfs to mount system >> partition direct as an

Re: [Ubuntu-phone] No loop mount option

2013-11-14 Thread Dmitrijs Ledkovs
On 14 November 2013 17:55, Ricardo Salveti de Araujo wrote: > On Wed, Nov 13, 2013 at 7:16 PM, Dmitrijs Ledkovs wrote: >> Dear all, >> >> I've raised a merge proposal below, to allow initramfs to mount system >> partition direct as an ubuntu rootfs. >> At t

Re: [Ubuntu-phone] No loop mount option

2013-11-14 Thread Dmitrijs Ledkovs
On 15 November 2013 00:12, Stéphane Graber wrote: > On Fri, Nov 15, 2013 at 12:04:45AM +0000, Dmitrijs Ledkovs wrote: >> On 14 November 2013 17:55, Ricardo Salveti de Araujo >> wrote: >> > On Wed, Nov 13, 2013 at 7:16 PM, Dmitrijs Ledkovs wrote: >> >> Dear

Re: [Ubuntu-phone] Some tips to solve issues while installing TouchEmulator from scratch on an AMD64-system (Trusty)... and some problems

2013-11-22 Thread Dmitrijs Ledkovs
On 22 November 2013 12:28, Mirco Müller wrote: > Greetings everybody! > > When you are trying to follow the step-by-step instructions on > wiki.ubuntu.com/Touch/Emulator to build and install the Touch-emulator from > scratch on an AMD64-system (Trusty), you might run into issues. In order to >

Re: [Ubuntu-phone] Some tips to solve issues while installing TouchEmulator from scratch on an AMD64-system (Trusty)... and some problems

2013-11-22 Thread Dmitrijs Ledkovs
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 p

Re: [Ubuntu-phone] No loop mount option

2013-11-22 Thread Dmitrijs Ledkovs
On 13 November 2013 21:16, Dmitrijs Ledkovs wrote: > Dear all, > > I've raised a merge proposal below, to allow initramfs to mount system > partition direct as an ubuntu rootfs. > At the moment this is a fallback, as apart from the emulator, it's not > possible t

Re: [Ubuntu-phone] Error during the phablet's installation

2013-11-22 Thread Dmitrijs Ledkovs
On 22 November 2013 19:59, István Szőllősi wrote: >> object 12fd10c20115046dcd2fbe468a45e566f38ffbc9 >> type commit >> tag v1.12.7 >> tagger Conley Owens 1381959964 -0700 >> repo 1.12.7 >> gpg: WARNING: unsafe ownership on homedir `/home/i-sty/.repoconfig/gnupg' >> gpg: Signature made Thu 17 Oct

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] Policy: filing bugs against Ubuntu packages instead of upstream projects

2013-11-26 Thread Dmitrijs Ledkovs
On 26 November 2013 09:10, Oliver Grawert wrote: > hi, > Am Dienstag, den 26.11.2013, 20:56 +1300 schrieb Thomi Richards: > > >> I also believe that the correct place for almost all bugs to be filed >> is against the upstream projects itself (at least, for the core >> Canonical/Ubuntu projects - I

Re: [Ubuntu-phone] Policy: filing bugs against Ubuntu packages instead of upstream projects

2013-11-26 Thread Dmitrijs Ledkovs
On 26 November 2013 13:58, Sergio Schvezov wrote: > On Tue, Nov 26, 2013 at 9:34 AM, Ursula Junque wrote: >> >> Hi Thomi, >> >> >> On Tue, Nov 26, 2013 at 5:56 AM, Thomi Richards >> wrote: >>> >>> Hi, >>> >>> >>> On Tue, Nov 26, 2013 at 2:44 PM, Ursula Junque >>> wrote: If upstre

Re: [Ubuntu-phone] bad news: I bricked my nexus 4 after making image writeable and updating saucy stable on it

2013-11-27 Thread Dmitrijs Ledkovs
On 27 November 2013 20:41, David Marceau wrote: > adb shell > touch /userdata/.writable_image > reboot > > apt-get update > apt-get install aptitude > aptitude > shift-U > g > g > > It downloaded everything. Installed everything, but I got this error > along the way. > > Processing triggers for i

Re: [Ubuntu-phone] bad news: I bricked my nexus 4 after making image writeable and updating saucy stable on it

2013-11-27 Thread Dmitrijs Ledkovs
On 27 November 2013 21:58, Oliver Grawert wrote: > hi, > On Mi, 2013-11-27 at 15:41 -0500, David Marceau wrote: > >> Processing triggers for initramfs-tools ... >> update-initramfs: Generating /boot/initrd.img-touch > ... >> Writing Boot Image /dev/disk/by-name/boot >> Press Return to continue. >

[Ubuntu-phone] ListItem.ValueSelector's values shold be Flickable

2013-06-21 Thread Dmitrijs Ledkovs
ListItem.ValueSelector's values should be flickable, I'm not sure how to manually override it or if this can be added by default. I'm attaching an example, where there are more values than screen height, at which point one should flick through the options to pick one. But ideally the ValueSelecto

[Ubuntu-phone] android-build: prefer system-wide toolchain

2013-07-05 Thread Dmitrijs Ledkovs
Here are two patches against: http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_build.git repository. First patch, enables checking system-wide toolchain and prefer that one over a prebuilt arm-cross toolchain. Second patch, enables all builds to be verbose by default, such that one can clea

[Ubuntu-phone] system/core: fix FTBFS with _host_ gcc-4.8/glibc-2.17

2013-07-08 Thread Dmitrijs Ledkovs
When using normal host toolchain (/usr/bin/gcc et al) on saucy, host system/core fails to build. * __USE_GNU is misused, thus resulting in undefined symbols. Fix submitted to AOSP as well (see change-id). * adb is underlinked, missing -ldl, this is a fake cherry-pick as equivalent fix is already

Re: [Ubuntu-phone] system/core: fix FTBFS with _host_ gcc-4.8/glibc-2.17

2013-07-09 Thread Dmitrijs Ledkovs
On 9 July 2013 00:21, Dmitrijs Ledkovs wrote: > When using normal host toolchain (/usr/bin/gcc et al) on saucy, host > system/core fails to build. > > * __USE_GNU is misused, thus resulting in undefined symbols. Fix > submitted to AOSP as well (see change-id). > > * adb is

Re: [Ubuntu-phone] Porting Samsung Fascinate

2013-07-14 Thread Dmitrijs Ledkovs
I have a hack to build it. On my phone now, will do full reply tomorrow. On 15 Jul 2013 01:17, "scott" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I just started back to work on porting the Fascinate. Did a repo sync > with phablet-dev-bootstrap which pulled in a bunch of new fil

[Ubuntu-phone] device/asus/grouper: add kernel boot arg

2013-07-15 Thread Dmitrijs Ledkovs
Grouper needs kernel boot arg: console=tty1, to boot flipped using ubuntu-disk.img. Adding this parameter to legacy (android) doesn't seem to cause any misbehaviour (still boots). Regards, Dmitrijs. 0001-Add-console-tty1-kernel-boot-arg-parameter-for-group.patch Description: Binary data -- Mai

Re: [Ubuntu-phone] Fwd: Remove TI/panda support

2013-07-16 Thread Dmitrijs Ledkovs
On 16 July 2013 14:42, Jani Monoses wrote: >> >> On Thu, Apr 18, 2013 at 2:15 PM, Jani Monoses wrote: >>> >>> device/ti/panda seems not to be needed by our official devices, this >>> patch removes it from the default manifest >> >> >> What do we benefit from removing it? >> >> Seems to me like it

Re: [Ubuntu-phone] Ubuntu Touch on Emulator

2013-07-16 Thread Dmitrijs Ledkovs
On 16 July 2013 19:07, leon lee wrote: > I have some issue in using phablet-dev-bootstrap which I think I can't fix > due to some government regulation. > the source in http://phablet.ubuntu.com/gitweb is not complete. > Is it possible to put a complete source tar into > http://phablet.ubuntu.com

Re: [Ubuntu-phone] Porting Samsung Fascinate

2013-07-16 Thread Dmitrijs Ledkovs
On 15 July 2013 01:18, Dmitrijs Ledkovs wrote: > I have a hack to build it. On my phone now, will do full reply tomorrow. > > On 15 Jul 2013 01:17, "scott" wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I just started back