Re: [Ubuntu-phone] What is the best way to install a current (trusty) build of Ubuntu Touch?

2014-03-28 Thread Mathias Bauer
rusty-preinstalled-touch-armhf.zip) via sideload - reboot Regards, Mathias Am 27.03.14 11:16, schrieb Mathias Bauer: Hi Ricardo, first sorry for the late answer, but I was sick the last week. With your instructions I created a build. Now I want to avoid further wasted time, so please let me ask: Ther

Re: [Ubuntu-phone] What is the best way to install a current (trusty) build of Ubuntu Touch?

2014-03-27 Thread Mathias Bauer
there some current instructions online anywhere? Regards, Mathias Am 19.03.14 16:34, schrieb Ricardo Salveti de Araujo: On Wed, Mar 19, 2014 at 11:58 AM, Mathias Bauer wrote: Hi, with the help of David Peter I made a successful build for my Nexus 4. It needed to bring some information from

Re: [Ubuntu-phone] What is the best way to install a current (trusty) build of Ubuntu Touch?

2014-03-19 Thread Mathias Bauer
Hi Ricardo, Am 19.03.14 16:34, schrieb Ricardo Salveti de Araujo: To fetch and build the latest image for mako (AOSP 4.4.2 based): repo init -u https://code-review.phablet.ubuntu.com/p/aosp/platform/manifest.git -b phablet-4.4.2_r1 repo sync As the old place to put them (/vendor) does not se

Re: [Ubuntu-phone] What is the best way to install a current (trusty) build of Ubuntu Touch?

2014-03-19 Thread Mathias Bauer
Hi Ricardo, thanks for the help, I will try that out. Am 19.03.14 16:34, schrieb Ricardo Salveti de Araujo: Wonder if we still have old instructions around, as the CM10.1 build is not supported anymore. Well, that's what you get automatically when you follow the instrucations at https://wik

[Ubuntu-phone] What is the best way to install a current (trusty) build of Ubuntu Touch?

2014-03-19 Thread Mathias Bauer
Hi, with the help of David Peter I made a successful build for my Nexus 4. It needed to bring some information from different places together, but finally I got 4 images and a zip file freshly build. I also downloaded trusty-preinstalled-touch-armhf.zip from the daily-preinstalled builds. No

Re: [Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-19 Thread Mathias Bauer
Hi David, Am 18.03.14 15:06, schrieb David Peter: "I don't know where the difference comes from, but now I don't get the error about a missing spec file anymore." Figure it out is definitely the best knowledge, skills, teaching, you could have. Of course, and in fact I found out that the impo

Re: [Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-18 Thread Mathias Bauer
.git <http://phablet.ubuntu.com/CyanogenMod/android.git> -b phablet-trusty $ repo sync -j 8 https://wiki.ubuntu.com/Touch/Porting & https://wiki.ubuntu.com/Touch/Building $ . build/envsetup.sh $ breakfast [codename] $ repo sync *$ adb devices* /**/ *$ cd device/[manufacturer]/[codenam

Re: [Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-17 Thread Mathias Bauer
ch/AndroidDevel> " Go to this link and follow the direct checkout section. Replace saucy repo with trusty. Once done proceed like the CM guide, it should be steps like (I don't remember exactly): source ./build/setenv... breakfast mako extract binaries brunch mako Good luck On Mar 13, 2

Re: [Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-13 Thread Mathias Bauer
Peter: Sergio is right follow the CyanogenMod's way, here it is: http://wiki.cyanogenmod.org/w/Build_for_mako Read it, do it, everything will become very clear On Wed, Mar 12, 2014 at 12:17 PM, Sergio Schvezov mailto:sergio.schve...@canonical.com>> wrote: On Wed, Mar 12, 2014 at 12:30 P

Re: [Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-13 Thread Mathias Bauer
Hi Sergio, Am 12.03.14 17:17, schrieb Sergio Schvezov: On Wed, Mar 12, 2014 at 12:30 PM, Mathias Bauer wrote: Hi, I want to build a Ubuntu Touch for Nexus 4 by myself as an exercise to start into the world of Ubuntu Touch porting. I tried to follow the instructions found here: https

Re: [Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-12 Thread Mathias Bauer
Hi Sergio, Am 12.03.14 17:17, schrieb Sergio Schvezov: On Wed, Mar 12, 2014 at 12:30 PM, Mathias Bauer wrote: Hi, I want to build a Ubuntu Touch for Nexus 4 by myself as an exercise to start into the world of Ubuntu Touch porting. I tried to follow the instructions found here: https

[Ubuntu-phone] How to build Ubuntu Touch for Nexus 4

2014-03-12 Thread Mathias Bauer
Hi, I want to build a Ubuntu Touch for Nexus 4 by myself as an exercise to start into the world of Ubuntu Touch porting. I tried to follow the instructions found here: https://wiki.ubuntu.com/Touch/Building So I got the code by calling phablet-dev-bootstrap [target_directory] After that st