/srv/irclogs.ubuntu.com/2014/04/06/#ubuntu-touch.txt

=== harris is now known as basketball
=== basketball is now known as harris
=== harris is now known as basketball
=== basketball is now known as harris
=== harris is now known as basketball
=== basketball is now known as harris
=== harris is now known as basketball
darthideutHey, I'm having problems proting Ubuntu Touch to my HTC Inspire 4G. The kernel image is too large.03:58
=== marc_ is now known as Guest89872
Uphonesomeone here10:25
=== beidl_ is now known as beidl
jumpinhello13:22
sergiusensogra_: hey, you around, is this about right? http://paste.ubuntu.com/7210043/13:25
ogra_sergiusens, looks fine, does it work ? :)13:26
sergiusensogra_: doesn't start ofono for me though :-/13:27
ogra_thats bad then13:27
sergiusensogra_: same thing I mentioned in standup; I just diffed lxc-android-config from the archives and the telephony ppa13:27
ogra_right, and the diff looks fine13:28
ogra_try dropping the brackets from start on in ofono.override13:29
sergiusenssure13:29
ogra_make it one line13:29
sergiusensyup did that and rebooting now13:31
sergiusensogra_: hmm, seems that did the trick13:31
ogra_:)13:32
sergiusenslet me rediff13:32
sergiusensogra_: mind push this to silo 019 http://paste.ubuntu.com/7212372/ ?13:36
ogra_sergiusens, done13:41
sergiusensogra_: thanks!13:41
matv1is anyone else experiencing major issues with html5 apps over the last few images?14:51
anonynimityhow do I install the phablet-team tools?15:21
anonynimityI've already added the ppa15:21
anonynimityalso how do I install adb?15:21
bulibrbhello Iam writting becouse I want to test Ubuntu for phone15:40
bulibrbCan I install ubuntu on my xperia L phone this is not supported phone but I saw many videos running ubuntu on different devices15:41
mihirbulibrb, you can't15:57
anonynimityhow do I run breakfast?16:23
=== harris_ is now known as basketball
anonynimitywhat would cause repo sync after calling breakfast to hang at fetching project CyanogenMod/android_kernel_samsung_d2?17:08
anonynimityand can I manually add this file into my dev folder? if so, where?17:08
anonynimitynvm it worked17:30
anonynimitywhich pre-installed image do I use for the d2att?17:30
CalcOnLinuxDoes anyone have any experience with the Ubuntu Touch ramdisk?18:17
CalcOnLinuxI'm helping my friend port it to the HTC Inspire 4G (codename "ace") which only has a 4MB boot partition18:17
anonynimityI need help porting to my sgs3 please?18:18
CalcOnLinuxwhen Ubuntu Touch sticks its ramdisk onto the kernel it overflows the boot partition18:18
CalcOnLinuxwhere are you at on the sgs3?18:18
anonynimitysec, I'll give you what happened...18:18
anonynimityso I synced the repos and made modifications to the config files... I'm trying to build and I get the following when I run brunch --18:19
=== vying is now known as Guest7195
anonynimitydependency dropped a bunch, then I get no rule to make target ~/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp needed by ~/out/target/common/obj/APPS/GalaxyS3Settings_intermediates/src/R.stamp18:21
CalcOnLinuxhmm18:21
CalcOnLinuxI bet your stuff from cyanogenmod has a dependency on a GalaxyS3Settings app18:22
CalcOnLinuxneed to remove this dependency18:22
anonynimitybut where would I find it?18:22
CalcOnLinuxI had something similar on my Note i717 which depended on GalaxyS2Settings18:22
CalcOnLinuxin device/samsung/18:22
anonynimity(my first port)18:22
CalcOnLinuxdo grep -ri "GalaxyS3Settings" *18:22
CalcOnLinuxthat should print out anything that contains the string "GalaxyS3Settings"18:23
anonynimityI did a grep -r and didn't find anything...18:23
CalcOnLinuxhmm18:23
anonynimityyay... it found it18:23
anonynimityso I comment those out?18:24
CalcOnLinuxadam@Adam-Server:/media/RAID5/AndroidCode/ubuntutouch/device/samsung$ grep -ri "GalaxyS2" *18:24
CalcOnLinuxmsm8660-common/DeviceSettings/Android.mk:LOCAL_PACKAGE_NAME := GalaxyS2Settings18:24
CalcOnLinuxmsm8660-common/DeviceSettings/src/com/cyanogenmod/settings/device/SensorsFragmentActivity.java:    private static final String TAG = "GalaxyS2Parts_General";18:24
CalcOnLinuxmsm8660-common/msm8660.mk:# GalaxyS2Settings18:24
CalcOnLinuxmsm8660-common/msm8660.mk:     GalaxyS2Settings \18:24
CalcOnLinuxthat's what I get for my Note i717 (based on S2) sources18:25
anonynimityso I comment those out CalcOnLinux?18:25
CalcOnLinuxin Android.mk18:25
CalcOnLinuxcomment it out18:25
anonynimityokay... sec18:25
CalcOnLinuxand if it's in your msm8xxx-common comment out there as well18:26
CalcOnLinuxor exynos if you have exynos version18:26
anonynimityokay... and I comment out the LOCAL_PACKAGE_NAME := GalaxyS3Settings line?18:27
CalcOnLinuxNot sure, try it18:27
CalcOnLinuxthen run brunch and see if it fixes the issue18:27
anonynimitythanks for your help... trying brunch now...18:28
anonynimityand gave me build/core/package.mk:43 *** device/samsung/msm8960-common/DeviceSettings: Package modules must first define Local_Package_Name...18:29
anonynimity:/18:29
CalcOnLinuxok I'm trying my build and got a similar error18:31
CalcOnLinuxmake: *** No rule to make target `/media/RAID5/AndroidCode/ubuntutouch/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/media/RAID5/AndroidCode/ubuntutouch/out/target/common/obj/APPS/GalaxyS2Settings_intermediates/src/R.stamp'.  Stop.18:31
CalcOnLinuxmake: *** Waiting for unfinished jobs....18:31
CalcOnLinuxcomment it out in msm8xxx.mk18:34
anonynimityokay I did that and I got: make: *** No rule to make target `frameworks/base/nfc-extras/com.android.nfc_extras.xml', needed by `/home/anonynimity/bin/phablet/out/target/product/d2att/system/etc/permissions/com.android.nfc_extras.xml18:34
CalcOnLinuxhaven't seen that one18:35
anonynimity:(18:35
anonynimityapparently others on this channel have the same issue18:40
anonynimityshown here > http://irclogs.ubuntu.com/2013/11/22/%23ubuntu-touch.html18:40
anonynimityyour issue with RIL?18:42
anonynimityin your device/htc/codename/BoardConfig.mk, comment out RIL18:43
anonynimitycould someone help me with No rule to make target `frameworks/base/nfc-extras/com.android.nfc_extras.xml'?19:03
anonynimitycan I build ubuntu touch without using com.android.nfc_extras.xml?19:54
=== Zic_ is now known as Guest68868
=== eikeon_ is now known as eikeon
kyum is ubuntu touch supported for samsung halaxy ace, if not will there be? :)20:58
=== Guest68868 is now known as Zic
=== vying is now known as Guest21031

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!