Re: [Ubuntu-phone] Ramdisk

2013-12-08 Thread Reezqy Gilla
Ubuntu's initramfs is meant to be universal. But some devices might need some hack for it to work. Regards, Rizqi On Mon, Dec 9, 2013 at 11:03 AM, Ryan. wrote: > Ok , just fyi, I knew it was on the boot.img which is why i asked , as > each boot.img is different for each device. > > And I didnt

Re: [Ubuntu-phone] Ramdisk

2013-12-08 Thread Ryan.
Ok , just fyi, I knew it was on the boot.img which is why i asked , as each boot.img is different for each device. And I didnt build from source for this particular phone I'm just mix n matching files from another devices port and adding my own changes here and there for experiments So far

Re: [Ubuntu-phone] Ramdisk

2013-12-08 Thread Reezqy Gilla
AFAIK, the ramdisk in the boot.img is ubuntu's initrd, and it's generic. It was downloaded during the build process. After the init, it will load android's ramdisk, which is in /system/boot of the zip built from the source. It will run android under lxc container. And this is the point of flipped c

[Ubuntu-phone] Ramdisk

2013-12-08 Thread Ryan.
Is the initramfs universal or build per device ?. Can someone provide me with a working one\? -- Sent from my Android device with K-9 Mail. Please excuse my brevity.-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad

[Ubuntu-phone] golang and OpenCL attempts on the Ubuntu Saucy Nexus 4 undefined reference to `__libc_csu_fini'

2013-12-08 Thread David Marceau
I have managed to compile golang OpenCL on ubuntu saucy stable Nexus 4. I have a linker error I don't know how to get rid of: undefined reference to `__libc_csu_fini' undefined reference to `__libc_csu_init' Any suggestions to fix this? Thank you. Cheers, David Marceau Here are the noisy detai

Re: [Ubuntu-phone] [design] What component should I use?

2013-12-08 Thread Sam Bull
On Sat, 2013-12-07 at 17:28 +, MichaƂ Sawicz wrote: > OTOH a component like this (combobox / type-ahead search) would probably > benefit from being standard in the SDK - care to file a bug against > ubuntu-ui-toolkit? Done: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1258897 I've stuc