adrian47 | ryan_evos, are you still here? | 00:12 |
---|---|---|
ryan_evos | adrian47: yep. | 00:13 |
ryan_evos | adrian47: sup? | 00:13 |
adrian47 | ryan_evos, can you look at my logs? I am porting UT, i am getting spinning logo and working adb, mornig i got welcome screen with touschscreen working, but i can't get back to it :( | 00:14 |
ryan_evos | adrian47: porting to OnePlus One? | 00:15 |
adrian47 | no, to htc dhd (old one but i love it :) ) | 00:15 |
mariogrip | adrian47: try adb root | 00:19 |
mariogrip | adb shell touch /home/phablet/.display-mir | 00:19 |
mariogrip | adb shell reboot | 00:19 |
adrian47 | adb works, problem is only with starting unity8 | 00:20 |
mariogrip | try to start it manually: su phablet | 00:21 |
mariogrip | cd | 00:21 |
mariogrip | run_shell | 00:21 |
mariogrip | also in adb shell or ssh | 00:23 |
adrian47 | yes, i tried it too but with no luck | 00:24 |
mariogrip | any errors? | 00:24 |
adrian47 | start: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. | 00:25 |
mariogrip | "security policy" do you have selinux or apparmor enable? | 00:26 |
adrian47 | i have apparmor=0 in boot arguments | 00:27 |
mariogrip | or did you add the correct permission? (udev rules) | 00:28 |
adrian47 | yes, all that was in ueventd | 00:28 |
adrian47 | i will upload logs in a moment | 00:29 |
mariogrip | still "security policy blocked" is selinux on? | 00:29 |
adrian47 | yes but bootparam=0 | 00:30 |
mariogrip | CONFIG_SECURITY_SELINUX=n in kernel config? | 00:30 |
adrian47 | bootparam in kernel config: CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 | 00:31 |
adrian47 | no, it's y as in kernel parameters script from porting guide | 00:31 |
adrian47 | should I disable it? | 00:32 |
mariogrip | yeah, i guess. | 00:32 |
adrian47 | selinux=0 in boot params will work? | 00:32 |
mariogrip | selinux=permissive | 00:33 |
mariogrip | Because "security policy blocked the reply" then there is a security policy that is blocking the return, and apparmor and selinux is security policys. | 00:34 |
adrian47 | thanks, i will try it in a second | 00:35 |
mariogrip | sound good :) | 00:36 |
mariogrip | sounds*lol | 00:36 |
adrian47 | mariogrip, nothing :) | 00:49 |
mariogrip | still the same error? | 00:49 |
adrian47 | yes | 00:49 |
mariogrip | security policy blocked the reply.... do you have a last_kmsg i can read? | 00:49 |
mariogrip | btw adb pull /proc/last_kmsg & copy/past to pastebin or something | 00:50 |
adrian47 | http://pastebin.com/mGrY5yKv | 00:52 |
adrian47 | better logs before disabling selinux: https://www.dropbox.com/sh/wfbtdklmajn0z2m/AAARXji_t-9VwqJTsVEiEuxaa?dl=0 | 00:53 |
adrian47 | i uploaded ./cache/upstart too now | 00:58 |
RobbyF2 | anyone have luck with the new porting guide? | 00:59 |
mariogrip | can you try to disable any security: CONFIG_SECURITY=y | 01:00 |
RobbyF2 | oh hey Mario, was talking with ya earlier | 01:01 |
adrian47 | mariogrip, yes i'm building it now | 01:02 |
RobbyF2 | syncing your stuff now actually | 01:02 |
mariogrip | as the error message says: "security policy blocked the reply". I really don't know what else it can be... if every security is turned off then i cannot understand why you get the error | 01:02 |
mariogrip | RobbyF2 Cool! | 01:02 |
adrian47 | but next part says: the reply timeout expired, or the network connection was broken. | 01:02 |
mariogrip | It takes a while :P 15GB of data | 01:02 |
RobbyF2 | I have a friend doing a bring up for me as well, he has some updated sources | 01:03 |
RobbyF2 | I have a 1gbit 32 core server | 01:03 |
mariogrip | yeah, because it was waiting for a reply, that it never got | 01:03 |
mariogrip | RobbyF2 :) | 01:03 |
RobbyF2 | and done syncing | 01:04 |
RobbyF2 | is everything on there? | 01:04 |
mariogrip | have you added local_manifest? and replaced the main manifest | 01:05 |
mariogrip | adrian47 disabling security shuld work, if not maybe ubuntu is starting somekind of security, but i don't think so... | 01:07 |
mariogrip | or the error message is lying to us | 01:07 |
adrian47 | mariogrip, interesting is that tofay morning i booted, i flashed UT and forgot about it, after 1.5h i seen welcome screen | 01:09 |
adrian47 | but when I tried again it didn't worked, even after 2h waiting | 01:09 |
mariogrip | Humm, that's is kinda strange... | 01:10 |
mariogrip | adrian47 did you have any problem with adb before? i cannot get adbd to start at boot... | 01:19 |
mariogrip | device: oneplus one | 01:19 |
adrian47 | mariogrip: you tried with _ogra 's adbd? | 01:25 |
adrian47 | and, have you checked /var/log logs? | 01:26 |
mariogrip | I can try with ogra's adbd, but issn't they the same? | 01:28 |
adrian47 | i have bootloop with disabled security... | 01:29 |
adrian47 | no they don't | 01:29 |
adrian47 | my didn't worked (user account problems) until I used adbd from ogra's | 01:30 |
adrian47 | ogra* | 01:31 |
mariogrip | bootloop with that off... then i don't know what to do. i really don't know what security policy is blocking the return | 01:32 |
mariogrip | ogra_ ? | 01:38 |
mariogrip | adrian47 where do i find /var/log with recovery adb? | 01:41 |
adrian47 | mariogrip, you are usign rootstock installer? | 01:42 |
mariogrip | yes | 01:42 |
adrian47 | adb shell ; mkdir /cache/system ; mount -o loop /data/system.img /cache/system ; exit ; adb pull /cache/system/var/log | 01:45 |
adrian47 | if i say correctly :) | 01:45 |
mariogrip | Thanks :) | 01:46 |
RobbyF2 | hey mariogrip | 02:09 |
mariogrip | hey | 02:10 |
RobbyF2 | fixed that dtbtool issue | 02:10 |
RobbyF2 | dtbToolCM, add /device/qcom/common/dtbtool to your subdirs in build/core/main.mk | 02:10 |
mariogrip | nice | 02:10 |
RobbyF2 | also i think you needed to include something in build/core, generate something something | 02:11 |
mariogrip | yeah, maybe | 02:13 |
mariogrip | it's late here, so good night ppl | 02:32 |
RobbyF2 | g'night | 02:36 |
RobbyF2 | exit | 02:48 |
* jrg waits for his US ubuntu phone | 04:13 | |
hereiamuhh | http://www.dx.com/p/ulefone-be-pro-mtk6732-quad-core-64bit-4g-android-4-4-4-smartphone-w-5-5-ips-hd-2g-ram-13mp-navy-375788 | 04:28 |
hereiamuhh | would buntu touch run on that | 04:28 |
RobbyF2 | I'm trying to build for mako | 05:43 |
RobbyF2 | and constantly fails | 05:43 |
RobbyF2 | phablet-dev-bootstrap -v mako phablet-make | 05:49 |
RobbyF2 | that should grab all the files required right | 05:49 |
AskUbuntu | Can't create Database on device using Local Storage in Ubuntu Touch | http://askubuntu.com/q/588425 | 05:53 |
AskUbuntu | Error while installing QML app on ubuntu device using QT creator | http://askubuntu.com/q/588459 | 07:55 |
binodnme | none of the apps opens in ubuntu touch in my nexus 5 | 08:48 |
lotuspsychje | !devices | binodnme | 08:49 |
ubot5 | binodnme: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices | 08:49 |
binodnme | ya i know that. | 08:50 |
binodnme | the apps used to work but after updating, it stopped working | 08:50 |
lotuspsychje | can you try reset your device to factory settings maybe | 08:51 |
lotuspsychje | that will reset ubuntu touch perhaps | 08:51 |
sturmflut_ | wasn't there a similar regression in the official images | 08:51 |
binodnme | ya i did but still same problem | 08:51 |
lotuspsychje | binodnme: can you tell us wich version your on now? | 08:52 |
binodnme | I have just installed Ubuntu15.04(r108) | 08:53 |
binodnme | and still not working well | 08:53 |
lotuspsychje | binodnme: what channel= did you install | 09:03 |
binodnme | devel-proposed | 09:03 |
lotuspsychje | i got channel=devel on my nexus7 here and works like a charm | 09:03 |
lotuspsychje | not sure why its stuck for you | 09:04 |
binodnme | :( | 09:04 |
lotuspsychje | binodnme: maybe reinstall fresh, before the update? | 09:04 |
binodnme | i have fresh reinstalled just now | 09:05 |
binodnme | and still not working | 09:05 |
lotuspsychje | hmm | 09:05 |
lotuspsychje | binodnme: ok then maybe you should experiment with other channels? | 09:05 |
binodnme | ok | 09:05 |
lotuspsychje | see if those make any difference perhaps | 09:06 |
binodnme | thank you :) | 09:06 |
lotuspsychje | also check the XDA forums for nexus5 | 09:06 |
lotuspsychje | maybe something usefull shows up for you | 09:06 |
binodnme | ok | 09:06 |
dslul | Hello, regarding the porting guide, where can i find the kernel configuration file (kernel/[manufacturer]/[codename]/arch/arm/configs/ cyanogenmod_[codename]_defconfig) ? | 09:16 |
lotuspsychje | aLeSD: check the XDA forums also for porting to new devices | 09:22 |
aLeSD | I have my bq aquarius E5 | 09:24 |
lotuspsychje | wow nice! | 09:24 |
aLeSD | it's a shit with Android | 09:24 |
lotuspsychje | aLeSD: what you mean? | 09:24 |
aLeSD | are there problem on the kernel side ? | 09:24 |
aLeSD | I mean driver ... | 09:24 |
aLeSD | I mean laggy | 09:25 |
lotuspsychje | aLeSD: the price of the BQ is rather cheap, thats not an ubuntu problem right | 09:25 |
lotuspsychje | touch is working bloody fast on my nexus7 | 09:25 |
aLeSD | yes I want be fast | 09:26 |
lotuspsychje | aLeSD: that depends on the hardware also | 09:26 |
aLeSD | the problem will be the kernel | 09:29 |
aLeSD | I mean I dunno if there are driver for all the hw | 09:29 |
aLeSD | however what about the phisical buttons ? | 09:29 |
aLeSD | May use them ? | 09:30 |
aLeSD | Is it a way to know if the kernel support the hw ? | 09:31 |
aLeSD | console and lspci and lsusb | 09:31 |
aLeSD | ? | 09:31 |
lotuspsychje | i have no idea what your asking | 09:32 |
lotuspsychje | there's nothing wrong with the kernel | 09:32 |
aLeSD | ok | 09:32 |
aLeSD | lotuspsychje, so ... I have only to install it ? | 09:38 |
lotuspsychje | install what? | 09:38 |
lotuspsychje | aLeSD: you make no sense mate, can you explain what you are trying to do exactly? | 09:39 |
lotuspsychje | aLeSD: you bought a BQ with ubuntu, and wanna do what with it? | 09:40 |
aLeSD | no .. I bought a bq E5 (not E4.5) with android | 09:42 |
aLeSD | it's a different device | 09:43 |
aLeSD | lotuspsychje: so I'd like to port ubuntu touch on my device | 09:50 |
lotuspsychje | XDA forums | 09:50 |
aLeSD | and the first step is to know the current support of hw | 09:50 |
=== VargaD_ is now known as VargaD | ||
=== hereiamuhh is now known as hardcoretex | ||
adrian47 | how can i divide ubuntu files into two partitions? | 10:53 |
adrian47 | i have small data partition and i want move abount 400mb of files to system partition, i'm not sure what files can be symlinked | 10:56 |
hardcoretex | i thought ARM was a SIP vendor, how in the world is there a coretex A15 "Hardware/Production Silicon" that isnt from a vendor?: http://pastebin.com/ygG4rcpa | 11:43 |
Stskeeps | hardcoretex: wild guess, fast models or http://www.arm.com/products/tools/development-boards/versatile-express/index.php style stuf | 11:46 |
Stskeeps | f | 11:46 |
hardcoretex | heh | 12:01 |
hardcoretex | interesting | 12:01 |
hardcoretex | Stskeeps, so whats on the actual SoC though? | 12:03 |
hardcoretex | as in whats the make? | 12:03 |
hardcoretex | http://www.arm.com/products/tools/development-boards/versatile-express/index.php | 12:03 |
adrian47 | how can i disable ubuntu-location-service? | 12:46 |
mariogrip | Hello guys! I'm trying to port ubuntu touch to oneplus one, it compiled without any errors. I have a problem where adbd does not start (not even with break=top)? so it's hard to debug without adbd. here is the last_kmsg: http://paste.ubuntu.com/10341700/ please help... | 13:25 |
aLeSD | can I install ubuntu touch on a device in android emulator ? | 13:38 |
mariogrip | aLeSD: https://wiki.ubuntu.com/Touch/Emulator | 13:39 |
aLeSD | thansk | 13:42 |
adrian47 | Anyone have some idea what can i do when boot.img file is larger than my boot partition? ;) | 13:43 |
mariogrip | how big is it? | 13:43 |
adrian47 | 6.7Mb | 13:43 |
adrian47 | and my partition is about 4mb | 13:44 |
mariogrip | Then that might be hard to workaround | 13:45 |
adrian47 | yes with compression is still too big, i was thinking about symlink something but i'm not sure how to get it | 13:46 |
mariogrip | you maybe can move some of the programs from ramdisk (/bin and /sbin) outside to a different partition, i don't know if this will work. but you will be needed to edit the init and all files in /script to maybe get this working | 13:49 |
ryan_evos | Running phablet-dev-bootstrap phablet I get "Invalid clone.bundle file; ignoring | 14:39 |
ryan_evos | " | 14:39 |
ryan_evos | Is that normal? | 14:39 |
Letozaf_ | hello guys can someone help me with scopecreator ? I was trying to create a youtube scope for Ubuntu IT | 14:50 |
mariogrip | ryan_evos: i haven't seen that before, so i guess is should not be there | 14:54 |
=== Zic is now known as Guest21117 | ||
=== Guest21117 is now known as Zic | ||
zonov_roman | Hello everybody | 16:29 |
zonov_roman | Can somebody help me with push notifications? | 16:29 |
=== AndChat|338289 is now known as skii | ||
RobbyF2 | Good Morning. | 17:04 |
sturmflut_ | Does anybody know which document format(s) and toolchain Canonical developers use to generate the documentation websites? | 17:34 |
mariogrip | doest break=top successfully start adbd for you guys? | 17:46 |
dobey | sturmflut_: i think mostly doxygen | 17:47 |
sturmflut_ | dobey: For the API documentation, yes, but for things like the Porting Guide too? | 17:48 |
dobey | sturmflut_: no idea bout that one | 17:49 |
dobey | sturmflut_: ask mhall119 when he comes around. he probably knows | 17:49 |
sturmflut_ | dobey: Ah, thanks. I had some trouble finding out who to ask. | 17:50 |
mariogrip | and i still can't get adbd to start...... adbd (197): undefined instruction.... why is this so fu** hard! | 17:53 |
sturmflut_ | mariogrip: Sadly I have no idea about the lower layers of Android/UT. | 17:58 |
mariogrip | sturmflut_ do you know someone that might know more about this? | 17:59 |
sturmflut_ | mariogrip: The guy who wrote the Porting Guide, probably | 17:59 |
mariogrip | do you know who it was? | 18:00 |
sturmflut_ | I can't remember | 18:00 |
sturmflut_ | You probably have to ask popey/mhall119/dholbach tomorrow | 18:00 |
mariogrip | yeah | 18:02 |
mariogrip | btw do you know if i can start adb with init.rc file? | 18:03 |
sturmflut_ | Hmmm, I don't know if all the necessary environment is already present at the time init.rc is executed. | 18:04 |
mariogrip | okey | 18:05 |
sturmflut_ | mariogrip: Looking at the /var/lib/lxc/android/rootfs/init.rc on my phone I see a couple of lines regarding adbd, e.g there is | 18:07 |
sturmflut_ | on property:ro.kernel.qemu=1 | 18:07 |
sturmflut_ | start adbd | 18:07 |
sturmflut_ | So it seems to be possible | 18:07 |
mariogrip | I can try | 18:07 |
ryan_evos | mariogrip, figure anything out? | 18:21 |
mariogrip | ryan_evos: nope, still stuck! | 18:22 |
=== olivieer is now known as olivieer|away | ||
=== benonsoftware is now known as Guest33721 | ||
Isotop7 | Hello! I followed the porting guide but how do i get lunch to work? it just says "No such file: /home/USER/.lunchrc"... | 20:20 |
mariogrip | source build/envsetup.sh | 20:21 |
Isotop7 | thanks...just ran the script...after sourcing it, i see the menu...maybe it should be added to the guide :) | 20:22 |
mariogrip | Jup, they should. | 20:22 |
dobey | Isotop7: file a bug :) | 20:31 |
adrian47 | It is in the porting guide :) | 20:31 |
mariogrip | systemd-udevd[196]: maximum number (12) of children reached :O what? | 20:32 |
mariogrip | from last_kmsg | 20:32 |
=== olivieer|away is now known as olivieer | ||
Rubesman | how about licenses and rights management, when i want to publish a web app of a website not owned by myself? | 21:03 |
Rubesman | does somebody have experience with that, may be especially for europe or germany? | 21:04 |
sturmflut_ | Rubesman: Creating and distributing the webapp is probably not the problem, it's just like a bookmark, but using names and logos may be problematic. | 21:09 |
sturmflut_ | damned, I hate when that happens | 21:10 |
popey | :) | 21:16 |
popey | hi sturmflut_ enjoying vacation? :) | 21:16 |
sturmflut_ | popey: We had to postpone everything to wednesday because of some last minute problems | 21:19 |
popey | awww | 21:19 |
sturmflut_ | yeah | 21:19 |
sturmflut_ | But I suppose you don't get to 100 flights without a few problems | 21:20 |
=== olivieer is now known as olivieer|away | ||
dobey | sturmflut_: creating a stylistic icon that is the same as the site's logo and using the name to refer to that site, is perfectly legal in terms of creating a bookmark to that site. if you use a logo/name and point it at a site that is not that site, then you should worry about it. phishing is illegal :) | 22:02 |
sturmflut_ | dobey: It is most likely the same in Europe and Germany (that was the original question). Most likely. | 22:06 |
sturmflut_ | "Most likely" in the sense of "all lawyers should be sent to the sun". | 22:06 |
mariogrip | popey? Do you have some ideas to why adbd is not starting at boot (i'm trying to port to oneplus one) | 22:09 |
dobey | sturmflut_: pretty sure it's the same for all Berne Convention countries, yes :) | 22:10 |
mariogrip | adbd (259): undefined instruction | 22:11 |
san4 | hi mariogrip, +1 for 1+ port ha.. | 22:19 |
mariogrip | san4 :) | 22:19 |
popey | mariogrip: is developer mode on? | 22:23 |
mariogrip | No, i | 22:24 |
mariogrip | i'm talking about kernel level | 22:24 |
mariogrip | the command in script/panic/adbd fails, /sbin/adbd | 22:27 |
san4 | hah, just found your repo mariogrip :P | 22:27 |
mariogrip | And when i read the last_kmsg file, i found this error: adbd (259): undefined instruction | 22:28 |
mariogrip | popey ^ | 22:28 |
mariogrip | san4: nice | 22:28 |
san4 | :) | 22:28 |
mariogrip | popey: my last_kmsg btw: http://paste.ubuntu.com/10341700/ | 22:29 |
mariogrip | i see that iSerial is not set, is that something that is needed to set? | 22:49 |
mariogrip | and iManufacurer | 22:49 |
popey | mariogrip: i don't know, sorry. | 22:50 |
adrian47 | mariogrip, i'm not sure but try add: write /sys/class/android_usb/android0/iSerial ${ro.serialno} | 22:51 |
adrian47 | to your init.usb or init.rc at on boot | 22:51 |
adrian47 | and write /sys/class/android_usb/android0/iManufacturer ${ro.product.manufacturer} | 22:52 |
mariogrip | adrian47 I can try | 22:55 |
adrian47 | anyone know where spinning logo icon is stored? | 22:57 |
mariogrip | is init.rc file stored in system.img or boot.img? | 22:59 |
mariogrip | is ubuntu touch even use init.rc? | 23:03 |
mariogrip | do ubuntu** | 23:03 |
adrian47 | i think so :) | 23:04 |
adrian47 | popey, if i disable ubuntu-location-service by replacing /etc/init/ubuntu-location-service.override with file that has only manual | 23:06 |
adrian47 | popey, at flashing it will normally boot? | 23:06 |
popey | sorry, I've not done any porting myself | 23:06 |
popey | I'm not the best person to ask. | 23:06 |
mariogrip | There issn't any init.rc in the ramdisk | 23:08 |
adrian47 | mariogrip, it is used :) look at porting guide | 23:12 |
mariogrip | but, where is it :P | 23:13 |
mariogrip | guess what, time to make my own adbd starter.... | 23:15 |
adrian47 | hmm, i have too small boot partition, and too small data partition... I am fighting more with it than with real porting :) | 23:17 |
adrian47 | and i'm not sure why but it boot once per 20 times, after 30mins | 23:18 |
adrian47 | i disabled location service and now adb shell works smoth | 23:26 |
adrian47 | it booted!!! :D | 23:27 |
popey | \o/ | 23:27 |
adrian47 | but after second it comes to sleep and i can't wake it | 23:29 |
adrian47 | :) | 23:29 |
adrian47 | without location-service it takes about 4 minutes to boot, before about 30-35 so something really bad was happening | 23:31 |
mariogrip | I like that my phone have been more in fastboot mode than running a os this week :P | 23:32 |
adrian47 | hah, it back to spinning logo :) | 23:33 |
adrian47 | mariogrip, my too :) | 23:33 |
mariogrip | hehe :P | 23:34 |
mariogrip | title off topic, but my dream is to work at canonical! that have been awesome! i'm 17 years btw :) | 23:38 |
adrian47 | :) | 23:41 |
mariogrip | this fits me so well: https://ldd.tbe.taleo.net/ldd01/ats/careers/requisition.jsp?org=CANONICAL&cws=1&rid=950 | 23:42 |
mariogrip | should idVendor and idProduct be hard coded? in the panic file in ramdisk | 23:47 |
adrian47 | Next try: touch screen works now! :D | 23:57 |
mariogrip | Nice! :) | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!