/srv/irclogs.ubuntu.com/2014/02/09/#ubuntu-touch.txt

=== vying is now known as Guest80391
harrisis there a wiki page on the nexus 7 2013 yet01:55
harrisis there a wiki page on the nexus 7 2013 yet03:11
SonikkuAmericaNot yet, but do you know how to install it?05:17
frecel_anyone awake?06:44
frecel_does Ubuntu Touch have anything against cross-origin XHR calls?06:45
popeyfrecel_: dunno, but if you have sample code I can test it on device09:29
=== test is now known as Guest19061
Guest19061any possibility to flash that on other device editing source?10:33
ogra_SonikkuAmerica, look at the ubuntu-phone mailing list on launchpad, there are experimental images and install instructions10:45
ogra_!devices | Guest1906110:46
ubot5Guest19061: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices10:46
ogra_Guest19061, if the device you look for is not on there, there is a link to the porting guide in the cannel topic10:46
ogra_*channel topic10:46
swordfishHello everyone, I think I'm almost done with "Ubuntu Netwalk"... Please, can someone test the click package on a real device  (at the moment I don't have my galaxy nexus with me), and let me know if everything works fine... Here the url: http://ubuntuone.com/4RJb33yMo348Z7rm42yWMv13:02
robert1swordfish, hi, if you can give me the command with path for pushing the file on my nexus4 via adb, i can test it.13:19
swordfishrobert1, thank you... If I remember correctly is: adb push filename /home/phablet/13:23
swordfishrobert1, where instead of filename you should use the name of the click package...13:23
=== dlan_ is now known as dlan
robert1swordfish, robert@Ideapad-S205:~/Downloads$ adb push com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click /home/phablet/13:30
robert12529 KB/s (116798 bytes in 0.045s)13:30
robert1robert@Ideapad-S205:~/Downloads$13:30
swordfishrobert1,  Ok, now you have the package on the phone... Lets fire a shell... adb shell13:30
swordfishrobert1, cd /home/phablet13:31
robert1swordfish, yes iam there13:31
robert1swordfish, root@ubuntu-phablet:/home/phablet# dir13:32
robert1Documents  Music     Videos13:32
robert1Downloads  Pictures  com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click13:32
robert1root@ubuntu-phablet:/home/phablet#13:32
swordfishrobert1, click install com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click13:33
swordfishrobert1, very good...13:33
robert1swordfish, Setting up com.ubuntu.developer.flscogna.ubuntu-netwalk (0.9) ...13:33
popeyi wouldn't do that13:34
popeyadb push foo.click /tmp13:34
popeyadb shell13:34
popeysudo -u phablet -i13:34
popeypkcon install-local /tmp/foo.click13:34
popey^^ that13:34
swordfishpopey, ah ok sorry... I always did this the other way...13:35
swordfishrobert1, let's do what popey says... He is much more trustworthy than me... :) ...13:36
popeyoh I don't know about that ☻13:36
robert1swordfish, ok13:36
swordfishpopey, I used to follow this tutorial, It might be a little outdated http://notyetthere.org/on-manually-creating-click-packages/13:37
robert1i am back in ca. 30minutes13:38
robert1swordfish, so i am back again14:10
robert1swordfish, how popey write, i can now push com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click into /temp14:17
robert1robert@Ideapad-S205:~/Downloads$ adb push com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click /home/phablet/temp/com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click14:19
robert12472 KB/s (116798 bytes in 0.046s)14:19
robert1robert@Ideapad-S205:~/Downloads$14:19
swordfishrobert1, sorry for the delay popey intended... adb push filename /tmp14:20
swordfishrobert1, this will push this inside the temporary folder...14:20
swordfishthen again adb shell and pkcon install-local /tmp/foo.click14:21
robert1swordfish, phablet@ubuntu-phablet:~$ pkcon install-local /tmp/com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click14:21
robert1Installing files              [=========================]14:21
robert1Fatal error: could not resolve: /tmp/com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click14:21
robert1phablet@ubuntu-phablet:~$14:21
robert1swordfish, and with your command14:22
robert1phablet@ubuntu-phablet:~/temp$ pkcon install-local /tmp/foo.click14:22
robert1Installing files              [=========================]14:22
robert1Fatal error: could not resolve: /tmp/foo.click14:22
robert1phablet@ubuntu-phablet:~/temp$14:22
robert1swordfish, whats the fault?14:23
swordfishrobert1, can you try ls /tmp ? (on adb shell)14:24
robert1swordfish,  phablet@ubuntu-phablet:~/temp$ ls /tmp14:25
robert1grilo-plugin-cache-MLX4AX  nS1629.sci        Ti1629.sci  wZ1629.sci14:25
robert1kn1629.sci                 ssh-36igf6fIAscF  TJ1629.sci  XM1629.sci14:25
robert1Lh1629.sci                 ssh-9Z20wt3VHk0T  TT1629.sci14:25
robert1phablet@ubuntu-phablet:~/temp$14:25
popeydont call it foo.click, use the real package name14:26
robert1phablet@ubuntu-phablet:~/temp$ pkcon install-local /temp/com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click14:27
robert1Installing files              [=========================]14:27
robert1Fatal error: could not resolve: /temp/com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click14:27
robert1phablet@ubuntu-phablet:~/temp$14:27
swordfishrobert1, you didn't push the the package in the temp directory, that's the problem...14:27
robert1swordfish, phablet@ubuntu-phablet:~/temp$ dir14:27
robert1com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click14:27
robert1phablet@ubuntu-phablet:~/temp$14:27
popeywait14:27
swordfishrobert1, let's restart... adb push package.click (use the package name) /tmp14:27
popeyyou keep mixing /tmp and ~/temp14:28
popeythey are not the same thing14:28
robert1popey, ok14:28
popeyand /temp14:28
popeyuse one, stick to it14:28
robert1robert@Ideapad-S205:~/Downloads$ adb push com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click /home/phablet/tmp14:30
robert12467 KB/s (116798 bytes in 0.046s)14:30
robert1robert@Ideapad-S205:~/Downloads$14:30
robert1but14:31
robert1root@ubuntu-phablet:/tmp# dir14:31
robert1Lh1629.sci  Ti1629.sci       kn1629.sci ssh-9Z20wt3VHk0T14:31
robert1TJ1629.sci  XM1629.sci       nS1629.sci wZ1629.sci14:31
robert1TT1629.sci  grilo-plugin-cache-MLX4AX  ssh-36igf6fIAscF14:31
robert1root@ubuntu-phablet:/tmp#14:31
popeyagain14:31
popeywrong directory!14:31
popey /home/phablet/tmp  is not /tmp14:32
robert1popey, ah sorry my fault i try it again14:32
popeyswordfish: http://popey.com/~alan/phablet/device-2014-02-09-143348.png14:34
popeyhttp://popey.com/~alan/phablet/device-2014-02-09-143406.png14:34
robert1robert@Ideapad-S205:~/Downloads$ adb push com.ubuntu.developer.flscogna.ubuntu-netwalk_0.9_all.click /tmp14:34
robert12448 KB/s (116798 bytes in 0.046s)14:34
robert1robert@Ideapad-S205:~/Downloads$14:34
popeyhttp://popey.com/~alan/phablet/device-2014-02-09-143422.png14:34
popeyhttp://popey.com/~alan/phablet/device-2014-02-09-143445.png14:34
swordfishpopey, thank you very much... Just a couple of questions: does it store setting between two sessions? 2) Does pinch to zoom work?14:35
popeypinch no14:35
popeyi have to move the area around to see everything14:35
popey(which wasn't discoverable)14:35
popeyi can pan left/right, but not up/down, is that right?14:36
popeynow it's stopped taking input14:36
popeytimer still rising but i cant move the play area or tap anything14:37
popeypause/resume fixed it14:37
robert1swordfish, now its installed, must i reboot my device?14:37
popeyno, just search for "net" in the applications lens14:37
popeyhttp://popey.com/~alan/phablet/device-2014-02-09-143758.png14:38
popeyhttp://popey.com/~alan/phablet/device-2014-02-09-143808.png14:38
popeycan't see field for entering name14:38
robert1swordfish, yes it works here too, nice work14:38
popeyhttp://popey.com/~alan/phablet/device-2014-02-09-143927.png14:39
popeyscore is saved14:39
popeyreally nice game swordfish14:40
popeynetwalk has always been a favorite of mine, glad you ported it!14:40
popeyi like the nice touch of having the devices boot up ☻14:40
swordfishpopey,  Ok, thank you... Is it smooth with the animation activated?14:41
popeyanimation being glowing wires?14:42
swordfishpopey, I tested it with my laptop with touchscreen and pinch to zoom was working, is strange that on the device it gives problems, may this be related to mir or the problem is in my code?14:42
swordfishyes, animaitons are rotations and glowing wires...14:42
popeyseems smooth, yes14:43
popeymight want to make the rotation faster14:43
popeyfeels slower than the versions I'm used to14:43
popeyhmm, locked up again14:43
swordfishrobert1, I'm happy you liked it...14:43
popeyswordfish: http://paste.ubuntu.com/6903569/ is the application log14:44
popeydunno if it's useful, feel free to make a click package with more logging and I'll be happy to test it14:45
* popey sleeps14:46
swordfishok popey, thank you for your support... Now it is working, and this is definitely a big improvement... I will remove the pinch to zoom (which I think is the main cause of input problems) and fix a couple of other things and then I will bother you a little bit more...14:51
robert1popey, do you also use a nexus4?14:52
Valduarehi guys15:30
SonikkuAmericaThanks ogra_15:35
=== SonikkuAmerica_ is now known as S-USA|Nexus
frecel_do I need permisions to do cross-origin XHR in a html5 app?17:35
=== SonikkuAmerica_ is now known as S-USA|Nexus
=== vying is now known as Guest56670
Valduaregood afternoon guys19:01
=== Valduare_ is now known as Valduare
ClientTesting123Hello ?22:22

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