← Back to team overview

ubuntu-phone team mailing list archive

Re: can't bootup with my building

 

Just to piggyback on this thread has the online documentation been updated
since the move to the saucy base?
On Jun 5, 2013 4:39 AM, "夏嵩" <xiasong_wx@xxxxxxxxxxxx> wrote:

>  I forrowed João Madureira's advice, and installed 4.1.2, ran
> ./extract-files.sh. Then it worked fine.
> Thanks a lot !
> Does anyone one know why? I'm curious.
>
>  It happened the same thing to me a while ago and I found that the
> problem were the drivers extracted from the device. I extracted from jelly
> bean 4.2.2 and CM 10.1 and the device couldn't boot up. Then I installed
> 4.1.2, ran ./extract-files.sh and everything worked fine. I don't know if
> you have the same problem.
>
>
> 2013/6/4 夏嵩 <xiasong_wx@xxxxxxxxxxxx>
>
>> Hello, all
>> I am studying how to build a Ubuntu Touch Android pieces from source.
>> I build a zip. After flashed the zip i build and the
>> preinstalled-phablet-armhf.zip ,my phone can't boot. It stays at the
>> google screen. My device is Google Galaxy Nexus (GSM).
>>
>> Here is what i did:
>>
>> I prepare the Build Environment,and get the source by doing bootstrap.
>> Then I edit the .repo/manifest.xml and add:
>>
>> <project path="device/samsung/maguro"
>> name="CyanogenMod/android_device_samsung_maguro" remote="github"
>> revision="refs/heads/cm-10.1" />
>> <project path="device/samsung/tuna"
>> name="CyanogenMod/android_device_samsung_tuna" remote="github"
>> revision="refs/heads/cm-10.1" />
>> <project path="kernel/samsung/tuna"
>> name="CyanogenMod/android_kernel_samsung_tuna" remote="github"
>> revision="refs/heads/cm-10.1" />
>>
>> and then do : repo sync
>>
>> After that "adb devices" to connect my Google Galaxy Nexus (GSM),which
>> had already installed cm-10.1.0-RC4-maguro.zip. Then do
>> ./extract-files.sh in the device/samsung/maguro folder.
>>
>> I removed "nosuid" in device/samsung/tuna/fstab.tuna.
>> Edit configs in
>> kernel/samsung/tuna/arch/arm/configs/cyanogenmod_tuna_defconfig:
>> CONFIG_SYSVIPC=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y
>> CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_DEVTMPFS=y
>> CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y
>> CONFIG_INOTIFY_USER=y CONFIG_FANOTIFY=y
>> CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_SWAP=y #
>> CONFIG_ANDROID_PARANOID_NETWORK is not set
>>
>> Then i do .build/envsetup.sh and brunch cm_maguro-userdebug.
>> but the complier stop with :
>> make: *** No rule to make target
>>
>> `/opt/UbuntuTouch/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp',
>> needed by
>>
>> `/opt/UbuntuTouch/out/target/common/obj/APPS/GNexusParts_intermediates/src/R.stamp'.
>> Stop.
>> make: *** Waiting for unfinished jobs....
>>
>> Then i edit device/samsung/maguro/full_maguro.mk and comment out
>> PRODUCT_PACKAGES := \
>> Camera \
>> # GNexusParts (comment out)
>>
>> and do brunch cm_maguro-userdebug again.
>>
>> At last , the zip file come out.
>>
>> I deploy to the phone through recovery.
>> adb push
>> out/target/product/maguro/cm-10.1-20130603-UNOFFICIAL-maguro.zip
>> /sdcard/autodeploy.zip
>> adb reboot recovery
>>
>> Unfortunately, after that,there was only a battery icon shown on the
>> screen if the USB is pluged and nothing happened if there was no USB.
>> ADB doesn't work either.
>> I reboot into recovery mod by pressing the three key and install the
>> preinstalled-phablet-armhf.zip.
>> Still,the phone can't boot. It stays at the google screen.
>>
>>
>>
>> --
>> Mailing list: https://launchpad.net/~ubuntu-phone
>> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~ubuntu-phone
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
> --
>
>
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>

References