[00:03] Does anyone here have the most recent build installed? === lpotter-bris is now known as lpotter [00:30] Aotom, nothing are changed enough :) [00:31] @krabador Thanks that's what I was wondering! Can't wait for a build I can use as a daily driver [00:31] Aotom, the same for me. === paradoxgo_ is now known as paradoxgo [01:32] Is it possible to find out a wlan device driver with "ip link"? [01:35] no, that operates way above the driver layer [01:35] Ah, found out another way, apparently it's a bcm4330 :P === XenGi is now known as XenGi_ === Borborygmi is now known as Casmo [03:11] Working on EVO LTE...is anyone familiar with what causes the black screen at boot for some and not for others? [07:41] good morning === chriadam is now known as chriadam|away [08:15] dholbach, good morning :) === Ursinha_ is now known as Ursinha === yofel_ is now known as yofel === SkavenXXI-[OFF] is now known as SkavenXXI [09:59] hi guys! [09:59] i'm working at calendar of ubuntu touch. [10:00] i want to make a rectangle clickable...any idea? :) [10:00] bl4de: Rectangle { width: 200; height: 300; MouseArea { anchors.fill: parent; onClicked: print("clicked rectangle!" } } [10:01] t1mp, thanks!!!! :D [10:01] i was using a simple Button, but it's visible...this is perfect :) [10:02] t1mp, so MouseArea is also for touch? :) [10:04] yes. But there maybe some more advanced (multi-touch) gestures for which you would have to use special touch components [10:04] so far for me everything worked with MouseArea. [10:17] ...however the graphic of ubuntu touch is very very beautiful guys... [10:18] is MUCH more beautiful than android one... === vrruiz_ is now known as rvr_ [10:21] if I want to memorize a qml repeater element in a variable, how can I do it? [10:23] hi everyone! are there any planned tasks for core apps development? [10:24] you can join core app project [10:25] what is development workflow in that project? https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/grid ? [10:26] I want to contribute, but I have no experience in open-source project workflow... [10:26] Is there anyone known how to porting game to ubuntu touch? [10:27] so do i [10:27] you can find the core apps project in launchpad.net [10:28] https://launchpad.net/ubuntu-phone-coreapps [10:28] yes, I've download calculator app sources and built it successfully [10:29] which website to download it ? [10:29] Can you tell me the link? [10:29] its possible from the command 'bzr branch lp:ubuntu-calculator-app' [10:30] i remeber it. [10:30] also you need to install all necessary soft from the http://developer.ubuntu.com/get-started/gomobile/ [10:31] i had installed ubuntu sdk. [10:32] if I want to memorize a qml element, repeated by Repeater, in a variable, how can I do it? [10:32] ok, so after bzr branch... you will have source codes for app [10:32] ok, i see. thank you very much [10:35] anyone can help me? :) [10:35] not me :( [10:36] I'm implementing a color changing on selection of calendar touch app :) [10:39] hi bl4de, can you paste you code, maybe i can help you [10:39] can you write an application with qml language? === mmrazik is now known as mmrazik|lunch [10:41] thuai, with pastebin? :) === SkavenXXI is now known as SkavenXXI-[OFF] [10:45] thuai, http://pastebin.com/87uZ8dxX . I've added the MouseArea part [10:52] hi bl4de, i want to run your code on my Qt Creator [10:52] can you paste dateTimeUtils.js [10:53] thuai, the code is the bzr branch lp:ubuntu-calendar-app [10:54] oh [10:54] with the MouseArea that I added [10:56] The thing I want to do is to change color only to the last selected rectangle :) [10:58] you mean mousearea of dayItem can not work? [10:59] Is this for real?! Is the OS REally working? [11:00] thuai, nope, it works, but it changes the color to all rectangles I select...I want to change only the color of last selected one :) === mmrazik|lunch is now known as mmrazik [11:01] Morning all! [11:01] Luxyla, the OS is ... not many features are yet though ... === Lloir|zZzZzZzZz is now known as Lloir [11:02] Cool Ogra :D I'm so happy i bought a Gnexus when my GS2 died :) [11:04] thuai, I found, I must use the index property [11:04] :) [11:07] that's good [11:08] thuai, wait...the index returns only the index of column -.- [11:08] index of [11:08] column? [11:11] yes, it returns the index of the item in the Row (because the app is Row-based) [11:13] hello [11:13] I tried Ubuntu Phone on my Galaxy Nexus this week-end [11:13] it is not really ready to use, true ? [11:14] it is more like a demo [11:14] well, you can make calls :) [11:14] and browse the web via wlan ... [11:15] most of the rest is still demo ... but there is a bunch of people working hard to get the core apps ready [11:15] I AM SOOOOO EXITED. ! [11:15] cant wait.l [11:15] ogra_, ok. Actually, I was ready ready to stay on Ubuntu Phone, but the fact is there is no way to bulk remove the demo contacts, and imports contacts from my google account [11:16] once this is done, I am pretty sure I will use it [11:16] ogra_, I ordered a dock with hdmi plug [11:16] do you know if this is already working ? [11:16] ttoine, you did read the release notes (hint there is a nice description about how to get rid of demo data) [11:17] nope, the convergence wont work before next year [11:17] I though I did [11:17] the current focus is to get the phone part fully ready until october [11:18] once thats done the convergence will be worked on [11:18] ogra_, what was very anoying for me weh that the "back" button in the browser didn't work [11:18] it does for me [11:18] (reload doesnt though) [11:19] ogra_, you know if there is a way to make an image of the phone before installing Ubuntu ? This way, one should note have to reconfigure android [11:20] there are plenty of android tools to do that ... nandroid comes to mind [11:27] actually most backup tools don't do full images [11:28] i've never seen one that really does it [11:28] nandroid sounds like it does, but really it doesn't - it just zips all files [11:28] also, you have to unlock before you can do a real full backup... and unlock wipes the devices [11:28] if you're locked, carbon seems to be the best but it still doesn't back up everything [11:30] derevyanko_a: If this is true "I want to contribute" then see: https://wiki.ubuntu.com/Touch/Contribute [11:31] IReboot, already done [11:32] derevyanko_a: great, I could not tell from your earlier statements :) [11:42] hi bl4de [11:43] you can get index of delegate [11:43] use variable 'index' direct [11:44] you can try it [11:44] yes, but it returns me only the index IN THE ROW :) [12:12] anyone has got mobile data to work yet? [12:15] not implemented in the stack yet [12:15] someone has to teack network manager to tallk to the ofono stack about it [12:15] *teach [12:17] Roger. Has Canonical announced any official GNex Release date? [12:18] the phone should be ready by 13.10 [12:18] the full convergence with desktop and all by 14.04 [12:19] What about a working OS to install ?? [12:19] the current OS works fine [12:19] it just doesnt have many apps or all features [12:19] Hehe.. i think you know what i mean :D [12:19] 13.10 [12:20] Looking forward to it :D Thanks. === _salem is now known as salem_ === MacSlow is now known as MacSlow|lunch [12:32] is there a way to install a terminal ? and more over, to install openjdk on the ubuntu phone ? === XenGi_ is now known as XenGi [12:33] hi ty all .. any 1 know how to install core apps on ubuntu-touch ? [12:37] hi ty all .. any 1 know how to install core apps on ubuntu-touch ? [12:37] apt-get? [12:38] Or the core apps should be there already. [12:38] depends what you mean by core-apps. [12:38] terminal => apt-get should be there to help you. [12:38] or through adb... [12:38] Ubuntu Touch Core Apps Project: Design Guide Development Guide Calendar Clock/Alarm Weather Calculator Email Client RSS Reader File Manager Document Viewer YouTube Facebook Twitter Terminal [12:39] http://www.omgubuntu.co.uk/2013/03/how-to-play-with-ubuntu-touch-apps-in-ubuntu-12-10? [12:39] first thing I googled? [12:39] i need to install it on phone [12:40] Hm... I would still think that it happens through the apt-get? [12:40] so you add the repo there and install them? [12:41] can give me repo adress ? [12:42] sudo add-apt-repository ppa:ubuntu-touch-coreapps-drivers/daily [12:42] sudo apt-get update [12:42] sudo apt-get install ubuntu-*-app [12:42] thanks alot [12:49] But tell if that helped. It was in the first link I got from google :) [12:50] ogra_, do you know if it possible to install openjdk on ubuntu phone ? [12:51] Is there a open-jdk implementation on arm yet? [12:51] two years ago there was no arm-version yet? [12:52] ttoine, sure, there is apt-get and the whole ubuntu archive available [12:52] Hm... https://blogs.oracle.com/henrik/entry/oracle_releases_jdk_for_linux I had old information :) [12:52] ogra_, great to kow that [12:52] dun1982, openjdk isnt oracle ;) [12:52] I know :) [12:53] But as you probably know, without Oracles move, there wont be open-jdk either for arm :) [12:53] we have openjdk 6 and 7 in the archive for all ubuntu arches [12:53] ... in linux world. [12:56] I just have to find howto kick the default content [12:57] ttoine, read tegh release notes [12:57] there are instructions [12:57] (see channel topic) [12:59] so would that openjdk be able to actually... draw stuff on the screen? [13:00] hi ppl [13:02] anybody alive? [13:03] yes, I keep breathing still... [13:06] ali1234, i doubt that, it would need to have somw bridge into surfaceflinger [13:06] *some [13:06] what about egl? [13:07] that might indeed work === ubuntu is now known as Guest78126 === XenGi is now known as XenGi_ === SkavenXXI-[OFF] is now known as SkavenXXI === mzanetti is now known as mzanetti|lunch === agca_ is now known as agcalamitaITA === dandrader is now known as dandrader|afk === MacSlow|lunch is now known as MacSlow [13:57] hi all, whats new? [13:58] seems they changed the channel to ubuntu-touch since last time I was here [13:58] same happen for #ubuntu-tablet ? [13:59] Might be, I have been here only when the channel has been #ubuntu-touch [13:59] ah [14:00] got it running on a device yet? [14:00] But what ever the marketing people deem necessary to categorize and "sell" the product :) [14:00] No, I'm trying to still port the "#EUR" to my gt-p6800 tablet. [14:00] But should work with nexus series things out of box after rooting. [14:01] I'm really looking forward to all this === ckpringle_ is now known as ckpringle [14:01] the ability to have a phone and dock it in a tablet or laptop shell or desktop dock [14:01] makes me shiver lol [14:02] Yeah, I would even like the idea to use desktop version throgh my 7.7 superamoled+ screen :) [14:02] Unity would rock with 1280x720 without issue :) [14:02] But the touch would not be bad either :) [14:04] Hm.. what does btw happen if you do "sudo apt-get install ubuntu-desktop? === Lexmazter is now known as Lexmazter|dead [14:04] I'd like to know... === dandrader|afk is now known as dandrader [14:05] If my tabled would run the ubuntu-base install I could try that :) [14:05] dun1982, nothing, you wont have X [14:05] infact, it doesn't currently support X11 so the GUI wouldn't show [14:05] i mean, a lot would happen ... but not what you expect :) [14:05] ok, x is not in the phablet repos? So we do not have the full quantal-repository that is available? [14:05] X is in the repos [14:06] it would, but you wouldn't see much! Need to set my SSH up! [14:06] So, isn't there a dependency to install it then? [14:06] but you would need an GLES capable Xserver for your device to make the desktop run [14:06] aah :) [14:06] which we likely dont have [14:06] (unless its omap4, tegra2 or 3 ) [14:06] we have a desktop image for the nexus7 for which we have working drivers [14:06] nah, I'm running some soft of exynos4 :) [14:07] soft => sort [14:07] you could run some desktop that doesnt need GLES on top of the xfbdev driver btw [14:07] i.e. lubuntu or xubuntu [14:07] Does anyone have any info on what will happen once the device is 'docked'. Like Ubuntu for Android [14:08] Calamita, in april next yer it will fire up a desktop on the external monitor (if there is one) [14:09] Btw, how in canodical going to arrange support for the devices after the release? [14:10] we will merge all code into the git tree we get from porters [14:10] (after review etc) [14:10] so people can build without extra porting work [14:10] ie. is it possible to use the ubuntu-touch, if during device preview phase we do not have yet drivers for all devices that are sold, but kinda have cm10.1 available? [14:10] but images will only be provided for the supported devices [14:11] dun1982, thats exactly what is happening now [14:11] ok, that means that I have to find somehow to port the damn device then to current preview :) [14:11] i.e. i run ubuntu-touch on my galayx S2 here [14:12] (see the devices wikipage for details about working ports btw) [14:12] I wonder what I should do to get the gt-p6800 to really boot into preview. It makes the image alrighty, but it just wont boot or use anything from /data/ubuntu :( [14:13] did you follow the porting guide ? [14:13] oh yes. [14:13] Here is the situation at this moment: http://forum.xda-developers.com/showthread.php?t=2172335 [14:13] so there is likely something additionally to do then ... thats what porting is about :) [14:14] (it took me a week to find wahts wrong with the wifi driver on my SGS2 here for example) [14:14] Yeah, I just outright disabled the wifi from the first kernel image. [14:14] and someone had to forward port an older mali driver for the fonts not to be corrupt ... [14:19] Hi everyone. New here. Have a question about the SDK for ubuntu touch. Is OpenGL ES 3 and OpenCL support planned? [14:22] codedivine: i suspect that very much depends on whether those things are planned for support in android [14:23] which probably means yes for new hardware for GL ES3 and no for openCL [14:31] rsalveti, the wiki page mentions the " Android build environment will be way smaller than when comparing to the traditional Android builds." due to missing Java bits [14:31] is this referring to the resulting images? [14:32] rsalveti, as the tree is still 15 G and dalvik only takes up about 40Mb === mzanetti|lunch is now known as mzanetti [14:32] janimo: build env and resulted image [14:32] janimo: but there are a bunch of other repos that we're not cloning [14:32] remember to use --reference when cloning, as I believe you have another android tree at your host somewhere :-) [14:33] rsalveti, I understood build env to imply working tree as well so was surprised to have it sync about as much as plain AOSP :) [14:33] just did not realize java was a small fraction of it [14:33] janimo: the big one is frameworks/av, which we still need to use [14:34] but we're not cloning a bunch of others as well, but probably not that big [14:34] rsalveti, I just used the phablet tool for cloning did not see any advanced usage. Indeed reusing repos from my existing mirrors would have helped :) [14:34] Hm... it takes ages to get my ubuntu single signon to work with the wiki.ubuntu.com :) [14:35] janimo: yeah, there's a --reference there, and I remember I also added that to the wiki [14:35] you need openjdk-6 installed for the final step where it creates the OTA imagfe (we dont use) [14:35] Wow, it took over 30secs :) [14:35] to avoid downloading the entire repo in case you had cm or aosp already [14:35] ogra_: to sign the zip file as well [14:35] i wonder if we could just switch off OTA creation [14:35] oh, ok [14:35] but I believe that can be removed as well [14:35] i thought i only saw it signing the ots [14:35] *ota [14:36] getting rid of the java dep would be nice though [14:36] yup [14:41] just wondering if i can run the full minecraft on nexus 7 :) [14:42] that would be a good reason to drop android [14:42] rsalveti: is phablet-flash etc covered by the Canonical CLA? [14:43] ali1234: not sure, but probably, as it was created by canonical [14:44] Did I do this correctly when I edited this page regarding Samsung Galaxy Tab 7.7 in wip-section? https://wiki.ubuntu.com/Touch/Devices [14:47] rsalveti: well i have a pending merge request and i have not signed it... so i'd quite like to know one way or the other :P [14:48] ali1234: sure, will check [14:48] ali1234: have the mr link? [14:48] https://bugs.launchpad.net/phablet-tools/+bug/1153346 [14:48] Launchpad bug 1153346 in Phablet Tools "phablet-flash should have a "download only" option" [Undecided,New] [14:49] thanks [14:51] ali1234: thanks! [15:05] why don't sdk packages for ubuntu 12.04 include LocalStorage with QtQuick? [15:05] rsalveti: is there still any reason I should be on the phablet team? :) [15:06] dholbach, contribute code ! [15:06] not that I don't enjoy getting all the mail about merge proposals and ppa builds - it's good to see what's going on - just not sure if I need this particular set of keys :) [15:06] ogra_, I think I can do that without being a member of that team ;-) [15:06] dholbach: not sure for anything specifically :-) [15:06] all right - I think it was mostly just for the preview announce and getting the tool into the ppa [15:07] rsalveti: obrigado [15:07] dholbach: our guideline is to include everyone :-) [15:07] so that happens === jackyalcine is now known as jacky === dandrader is now known as dandrader|lunch === SkavenXXI is now known as SkavenXXI-[OFF] === oreneeshy_ is now known as oreneeshy [16:21] hi mmrazik, could you help this developer with his question on Jenkins? (see last comment about retriggering a rebuild) -> https://code.launchpad.net/~mrqtros/ubuntu-rssreader-app/feedlist/+merge/152463 [16:22] dpm: I'm on it [16:22] thanks! [16:26] dpm: added a comment. [16:27] dpm: I wonder what you think about #3 [16:28] mmrazik, thanks. I agree, we should go for #1 or #2. I'll recommend #1. [16:30] mmrazik, let's sort #3 out once we get the other parts of the infrastructure running (e.g. running qml tests automatically) [16:30] ij [16:30] ok [16:30] thanks === XenGi_ is now known as XenGi === dandrader|lunch is now known as dandrader [17:04] Hi guys, I was wondering if anyone knew how to change the ubuntu touch application launchers? I assumed they would be in /usr/share/applications. There appear to be some in there but altering them doesn't affect the launcher. Thanks === daentech is now known as Guest12344 [18:02] pyside or pyqt? [18:08] Akiva-Mobile: pyside at least isn't Qt5 ready yet as far as I remember [18:09] chouchoune: I recall one being ready [18:09] readyish* === XenGi is now known as XenGi_ === juicyjones|away is now known as juicyjones [18:28] I found some instructions to set up SSH on the Nexus 4 but I can't find them. Anyone got a link? [18:29] https://wiki.ubuntu.com/Touch/ReleaseNotes#SshAccess [18:29] Thanks! Forgot it was under release notes! [18:30] No problem. :) === mmrazik is now known as mmrazik|eod [18:39] will ubuntu touch be using .deb files? [18:40] probably [18:41] Now got SSH access and don't know what to do LOL! Time to start looking at the SDK [18:45] ali1234: just updated your mr [18:45] ali1234: would you also mind signing http://www.canonical.com/contributors? you can put me as contact [18:46] rsalveti: half-way through merging changes upstream - due to bzr and the weird starting point i've tried to do my best to credit individual authors in commits, can't do a 1:1 git [18:46] Stskeeps: oh, sure, I'm actually cleaning it up at this moment :-) [18:46] rsalveti: you really need to take a look at the nvidia hack though, it looks significantly evil [18:46] Stskeeps: was planning to send the patches later today/tomorrow, but cool you started already [18:47] Stskeeps: yup, goal is to not have it [18:47] no, as in, it would leak memory like hell :P [18:47] if you prefer I can come up with a merge proposal for the shared stuff first [18:47] let me see [18:47] (sec) [18:47] Stskeeps: yeah :-() [18:47] :-) === XenGi_ is now known as XenGi [18:49] http://bazaar.launchpad.net/~phablet-team/phablet-extras/llibhybris/view/head:/hybris/common/hooks.c#L148 is completely nonsensical - you malloc a size_t but for what reason? === juicyjones is now known as juicyjones|away [18:49] you as in whoever wrote the code :P [18:50] also, s value is thrown away [18:50] Stskeeps: yup haha, guess it was mike [18:50] daentech: The apps are currently hardcoded [18:50] but yeah, this was just a dirty hack to get something to work with tegra based devices [18:50] :nod: i've not needed that for the tegra devices i've seen [18:50] kdub got something better to be used with mir, but I'm waiting him to clean that up [18:51] we got a bunch of thread issues with them, seems it's heavily using pthreads internally [18:51] without the hack we can get the shell to work, but I remember mir wasn't working [18:51] after we added some extra check for shared mutex [18:52] ok [18:52] but yeah, proposals on merge requests could work [18:52] Stskeeps: how would you like to move this forward? [18:52] i'm not against two trees where one is meant to be built on android and one on glibc [18:52] thanks matge, I assumed that would be the case, but I was just hoping :P [18:52] like it is in the phablet tree [18:53] ie, hybris/ and compat/ [18:53] Stskeeps: yeah, don't like that either [18:53] we could move into a different project/tree, that would be part of the android git tress [18:53] well, i'm saying i think it's fine, as there's bound to be more in the future [18:54] and just have at libhybris whatever that is relevant for the ubuntu side [18:54] question is also what's most efficient - maybe it makes sense to seperate out some libs in seperate packages [18:54] though that may be problematic, too [18:55] yup [18:55] either way: merge requests that can be reviewed and discussed, that's probably best way forward [18:55] alright [18:55] the merging i already did should be a good basis [18:55] Stskeeps: do you have that somewhere already? [18:55] I can continue from that [18:55] github.com/stskeeps/libhybris [18:56] latest commit regarding _TEXTURE_EXTERNAL_OES may be faulty, but it's just a test case [18:56] great, thanks [18:59] and while i can disagree on some politics of this entire thing, there'll always be common components that people like you and me have to work together on, no matter the brand or political choices the end product has :P [18:59] so i'm open to discussions on a technical manner on whatever comes in of patches === dandrader is now known as dandrader|afk [19:04] Stskeeps: right, cool, thanks :-) === brion is now known as brion-away [19:08] rsalveti: will sign the CLA, no problem. regarding updating the mr, do i just commit on top and push and it updates it all automatically? [19:08] ali1234: yeah, just create another commit at your own branch and push to the same branch used by the MR [19:08] the MR will then be automatically updated with the new code [19:08] cool [19:14] "We will be in contact soon" sounds ominous :S [19:15] i will await the purple helicopters [19:16] (also don't google "purple helicopters" at work) === dandrader|afk is now known as dandrader === brion-away is now known as brion [19:20] lol === pedrodias_ is now known as pedrodias [19:28] rsalveti: ping [19:29] morphis: pong [19:29] rsalveti: I had a look at the compat layer you did for libhybris [19:29] especially the camera/media part [19:30] right [19:30] as part as I can judge the android parts are bound to surface flinger, you're planing something to workaround this limitation in the future to utilize it through mir? [19:31] s/part/far/ [19:31] I believe most of the mir specifics will go under ubuntu-platform-api (lp:platform-api), and the code that deal with surface flinger will still be available as it can be useful for testing purposes [19:32] from compat I believe we're now only using camera and media [19:33] the input and surface_flinger seems to be used only by our powerd, to get input data directly and request sf to blank/unblank [19:35] rsalveti: in detail I saw that the interface of the android libs expecting a ISurfaceTexture interface but didn't looked that much into the details [19:39] rsalveti: but I am right that with mir surfaceflinger will not be used anymore? [19:39] morphis: yeah, I believe we got people working on migrating to mir already, but afaik the goal is to migrate completely around may [19:40] hm ok [19:43] Hello; is there a list of possible devices that will be able to run Ubuntu? or that is planned to port Ubuntu onto? [19:43] thx [19:43] https://wiki.ubuntu.com/Touch/Devices These are most of the devices that are being ported. :p [19:44] And if a device isn't in there, Google might help you find if they're busy working on that specific port as well. [19:48] hey [19:48] is there a galaxy expert here [19:48] (odin) [19:49] heh, i found a legit bug :) [19:49] :O [19:49] wat is it [19:50] validate_device needs the @adb_errors decorator, not detect_device [19:50] but now i've separated them, they both need it [19:52] to see the bug in action, run phablet-flash -d grouper with no phone connected, and watch it dump the stack :) [19:52] this will be fixed shortly :) [19:53] Device detected as grouper [19:53] i don't even have a grouper [19:53] yeah -d overrides [19:54] ali1234: cool, let me know once you're done with your mr [19:55] just need to do one last test through and it's done i think [19:55] i have a question to anyone who has used odin/heimdall [19:55] i have [19:55] but i was just copy pasting instructions from CM wiki... [19:56] do you need all the parts to upload a firmware to a galaxy using heimdall [19:56] tl;dr if i don't have recovery.img or any other stuff do i need to get those [19:56] or will heimdall/odin skip that [19:56] well that's not how i did it [19:57] i flashed CM first, so i had recovery [19:57] then i used recovery to flash custom build [19:57] i guess you could do it all with heimdall but i don't really know how [19:57] what i do know is when you build a custom post you get one zip with all the parts in it except for the armhf rootfs.zip [19:58] so in the end you only need to flash two things [19:58] i would recommend you just follow CM instructions with regards to getting recovery on the device [19:58] and then use that to flash the rest [19:59] so - that's flash recovery with heimdall, then flash the two zips with recovery [20:00] but if you're talking about galaxy nexus this all does not apply, and i have no idea... [20:03] Hi! [20:04] Anyone that wants to help me get the Samsung Galaxy Tab P1000 supported for Ubuntu Touch preview-version? [20:04] Just asking. [20:05] hello [20:05] I have a tuna/maduro 16bg phone [20:06] rsalveti: pushed [20:06] ali1234: thanks [20:06] I tested Ubuntu phone this week-end and after, reinstalled android. since, I can't call. If i answer, or if I start a call, the phone restart [20:06] any idea ? [20:08] ... [20:08] ttoine: sounds bad :/ [20:08] noob questions like that means you shouldn't be using it [20:08] what's maguro's real name? [20:08] hum... i disagree [20:08] if the image broke calling... we need to know [20:09] but they should know a fix [20:09] and if it doesn't work [20:09] who is "they" [20:09] the people [20:09] read carefully the question [20:09] he says calling is broken after going bac to android [20:09] Oh [20:10] wait no [20:10] reinstalled android. since, I can't call. If i answer, or if I start a call, the phone restart [20:10] ttoine: can we get some clarification? [20:10] calling doesn't work any more after you went back to android? === paradoxgo is now known as paradox|AFK [20:11] >reinstalled android. since, I can't call [20:11] >since [20:11] i'm reading that as "i tested ubuntu phone this weekend, and after[wards], i reinstalled android. since then, i can't call" [20:12] ali1234, what do you want to know ? [20:12] the after is a period [20:12] is it Touch or Android [20:12] it is a galaxy nexus, code tuna, version maguro [20:13] nono [20:13] is the issue in Touch or Android [20:13] xD [20:13] dank101, in android [20:14] and i would like to know if this a known issue [20:14] ttoine, ... well, thats not supposed to happen [20:14] ttoine: i've not seen any reports of this but hey, maybe you're the first of many :( [20:14] ttoine: do you know how to check IMEI? [20:14] i think flashing a new ROM then going back to stock should work [20:14] since I reinstalled android, I can do anything but phoning [20:14] ali1234, no [20:15] dial *#06# [20:15] AHHHH my brain hurts [20:15] it will show a number [20:15] DONT post the number here [20:15] it's supposed to be private [20:15] if you do [20:16] be carefuk [20:16] *careful [20:16] and get a new plan [20:16] ali1234: added a minor comment there [20:16] if the number is like 000000000000 then you have a serious problem [20:16] ali1234: basically we can remove the 'return device' from validate device [20:16] as it's not assigned anymore [20:16] rsalveti: ah, good point [20:17] ali1234, and what do I do with the imei ? [20:17] ttoine: well you need to figure out if it's a valid one basically [20:17] if it is 0000000000000 [20:17] but without telling it to anyone [20:17] then... [20:17] if it's all 0 it's definitely not valid [20:17] go to your carrier [20:17] carrier will not help you :( [20:17] it is not 0000000 [20:17] and return the device [20:18] it seems regular [20:18] ok good [20:18] does it start with a 7? [20:18] thats goof [20:18] *good [20:20] ttoine: if you look under battery you should see the IMEI printed there. it should match - but sometimes it does not and that is Ok too [20:21] ali1234, [20:21] no [20:21] no? [20:21] ali1234, it matches [20:21] sorry, wrong window [20:21] ok, that's good [20:22] in that case i suggest doing a reflash [20:22] actually, try wiping cache partition first [20:22] ali1234, I just tried, but there is waiting for device in the terminal [20:22] did you flash back to stock? [20:23] ali1234, I get the image from the link on the howto [20:23] that's a yes then [20:23] well... i don't really have any more suggestions at this point [20:23] I get the same image, hte JDQ39 [20:23] i bet you need to wipe the cache partition or something, though [20:24] how i do that ? [20:25] good question... i would just do it from CWM, but then i'm all custom rom'd [20:26] hello. just wondering about up having a term and a gnu userland [20:26] will there be apt and gnu type apps? [20:26] you have a gnu userland [20:26] wow nice [20:26] repos and all with apt? [20:26] a terminal will be available at some point [20:26] yes [20:26] that is awesome. thank you [20:26] ali1234, CWM ? [20:26] sshd if you want [20:26] well.. not really that [20:26] ttoine: clockworkmod recovery [20:26] don't really need daemons to run on it [20:26] Macer: it's best way to access terminal on device currently [20:26] but that is amazing .. best thing i've heard since maemo heh [20:27] ali1234, I don't know about that [20:27] ah i see [20:27] yeah i guess that makes sense [20:27] since no term yet [20:27] doesn't use xorg either correct? [20:27] correct [20:27] xorg had it coming long ago ;) especially with direct kernel access to the gpu parts [20:27] heh, thought i recognized the name from somewhere [20:28] hopefully someone releases a device with a qwerty [20:28] a piece of me will die inside if they are all vkb devices [20:28] you could get one of those will.i.am keyboard things and write a linux driver for it [20:28] is there a way to add a bluetooth keyboard to ubuntu phone ? [20:28] i just recently bought an e7 just for that purpose [20:29] ali1234: i'm sure if there is good reception then the qwerty phones will be running amok ;) [20:29] i can't see a phone with a term without having a qwerty option (or qwertz for ze germans) [20:29] ubuntu should force germany to use a qwerty heh [20:29] ttoine: probably if you can get bluetooth working. should be possible eventually [20:29] yeah... bt took quite a while with android as well [20:30] ad-droid :) [20:30] well.. this is great news.. i know i will jump onboard.. hopefully there is a decent qwerty device that i can use it on out there later [20:30] thanks for the info [20:31] ali1234, need to restart my internet [20:31] rsalveti: pushed again :) [20:31] I come back if I can't solve the problem [20:31] wait [20:31] ali1234: thanks, seems we're only missing the removal from the validate_device method comment [20:31] 41 returns device [20:32] ali1234: mind also removing that? [20:32] there's another one [20:32] it doesn't even use the parameter in the first place :P [20:32] it was only passed in to pass through to detect() [20:32] ali1234: right, even better [20:33] remove everything that's not needed :-) [20:33] and the return was invalid anyway since it did device = detect(device_param) [20:33] right [20:33] only adb is needed it seems [20:34] ok, really fixed this time i hope [20:35] (if this was git i would definitely squash these silly patches together with a rebase :P) [20:35] I know [20:35] that's the part I hate the most with bzr [20:36] argh noooooooo [20:36] i forgot to delete it from the call [20:37] *facepalm* === tal is now known as Guest21051 === iorweth is now known as iorweth_brb [21:01] Can anyone help with this error?: phablet-tools : Depends: python-requests but is not installable ... tried apt-get clean, update, upgrade, clean again ... update again [21:02] SlickTryingTouch: what distro/version you running? [21:02] @popey Ubuntu 13.04 [21:03] apt-cache policy python-requests [21:03] what does that return ? [21:03] http://paste.ubuntu.com/5605996/ is what I get [21:04] N: Unable to locate package python-rewuest [21:04] hello [21:04] SlickTryingTouch: sudo apt-get update [21:04] can you pastebin the entire output ? [21:04] k, did that but ill try again .. and sure [21:06] er [21:06] you mistyped it [21:06] python-rewuest [21:06] it's python-request [21:06] it's python-requests [21:06] :D [21:06] ok i was wrong about version its 12.04.1 Pango - [21:06] yeah only on chat, its right on term [21:06] ok [21:06] good to check :D [21:06] :) [21:07] If i go to 13.04 would i have a better chance, before mucking around to much? [21:07] python-requests exists in 12.04 too [21:07] ok [21:07] PAstebin for apt-get update is : http://pastebin.com/SKPGbyAZ [21:08] thanks [21:08] no thank you :) [21:08] right [21:08] you dont have universe enabled [21:08] that's why it can't find it [21:08] run software-properties-gtk [21:08] gah, so simple, ok ill do that ... and thank you so much [21:08] p [21:08] np even === iorweth_brb is now known as iorweth [21:11] @popey Thanks again so much, it is installing now :) === juicyjones|away is now known as juicyjones [21:37] Hi all [21:37] Hi [21:38] * GregGalNexus has just installed ubuntu on his Galaxy Nexus. Can I do anything useful on it yet? [21:38] useful? [21:39] browser sites [21:39] facebook and I think twitter [21:39] camera is functioning [21:39] Useful like add apps, libreoffice that sort of thing or is it just a tech demo? [21:40] Just a dev preview. yeah [21:42] It looks interesting, a little buggy in places and takes a while to figure stuff out but definitely moving in the right direction :) [21:42] I really love it [21:43] I just need some of the core apps to be more functional then learn how to load them. [21:44] I do like the app switching from the right === AdamOutler is now known as Ao [21:56] qtcreator... Do you recomend it for a c++ ide? I hate the UI; it feels so... "Cross Platform" :/ === Ao is now known as AdamOutler === edulix2 is now known as edulix === juicyjones is now known as juicyjones|away === BLAKE_ is now known as inyourface09 [22:35] Is there a quick way to install daily updates of the core-apps? I'm sure this is a ppa available for ubuntu-touch [22:37] sudo apt-get upgrade [22:37] lol really? [22:38] even if i'm flashing daily images? [22:38] i think [22:39] it would be better if someone made a app to run a SHell script to manually install it one by one [22:39] upgrade is kinda risky [22:46] can someone help me [22:46] can i make a Qt program to load a website [22:47] That would make sense to me, but i'm not a programmer/coder/dev. [22:47] yeah [22:47] im trying to make a unoffical hackertyper app [22:47] because im just that awesome [22:47] not [22:48] what that exactly [22:48] I'm on it. just button mash? === Lloir is now known as Lloir|zZzZzZz === paradox|AFK is now known as paradoxgo === Guest85400 is now known as jacky === Ursinha is now known as Ursinha-afk [23:45] is Qt5 compatible with all the Qt4 imports