Thanks Mathias On Mar 28, 2014 5:32 AM, "Mathias Bauer" <mathias_ba...@gmx.net> wrote:
> Hi, > > in case someone is looking for the same thing, here's what finally worked > for me (Nexus 4 flashed to Android 4.4.2, current Ubuntu Touch build done > as described by Ricardo in this thread): > > - reboot to bootloader > - fastboot flash boot $(build)/out/target/product/mako/boot.img > - fastboot flash recovery $(build)/out/target/product/mako/recovery.img > - fastboot flash system $(build)/out/target/product/mako/system.img > - boot into recovery > - installed trusty-preinstalled-touch-armhf.zip (downloaded here: > http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/pending/trusty- > 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: >> >> There are several img files in out/target/product/mako, how shall I >> deploy the build result to the device? Are 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 >>> <mathias_ba...@gmx.net> wrote: >>> >>>> 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. >>>> >>>> Now I tried to install them to my device. I followed the instructions at >>>> >>>> https://wiki.ubuntu.com/Touch/Building >>>> >>>> but none of the two worked if followed verbally, probably because >>>> they are >>>> missing something that an expert will know but a newbie like me will >>>> omit. >>>> >>>> So I tried a more elaborate instruction set at >>>> >>>> https://wiki.ubuntu.com/Touch/Install >>>> >>>> that I adjusted a bit because sometimes the recommendation to call adb >>>> reboot recovery couldn't work and I started the recovery mode by >>>> launching >>>> the bootloader and switching to recovery mode there. >>>> >>>> Here's what I did: >>>> >>>> adb reboot fastboot >>>> >>>> fastboot flash recovery out/target/product/mako/recovery.img >>>> fastboot flash boot out/target/product/mako/boot.img >>>> fastboot flash system out/target/product/mako/system.img >>>> >>>> Boot device into recovery mode (bootloader->recovery). >>>> >>>> adb push out/target/product/mako/cm-10.1-20140319-UNOFFICIAL-mako.zip >>>> /sdcard/autodeploy.zip >>>> >>> >>> Wonder if we still have old instructions around, as the CM10.1 build >>> is not supported anymore. >>> >>> 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 >>> <download the binaries from google website> >>> source build/envsetup.sh >>> lunch aosp_mako-userdebug >>> make -j10 >>> >>> That will get you the images as we currently use. >>> >>> Cheers, >>> >>> >> > -- > 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