Ubuntu Touch OS Galaxy Nexus Thread | Everything Goes Here!

Search This thread

Heronger

Senior Member
Apr 3, 2012
371
402
Straelen
I did it... :)


BvaLZS8IgAECbi5.jpg:large

What works, and what does not work?

And do you intend to share the source? :)
 

Carlos_Manuel

Senior Member
Apr 28, 2011
4,092
5,368
27
Kuressaare
So I successfully built Ubuntu touch 14.10 for Maguro.

Audio is not working
SIM detection does not work
Laggy
On browser when you type something, it goes automatically into Videos section. (I have no idea why)
keyboard's behavior is weird, maybe it is supposed to be like that..
I have only enabled a few workarounds/fixes for graphical issues... as it uses KK 4.4.2 as a base...
Ubuntu is laggy at least then when scrolling up or down
About GPS I don't know nothing
About NFC I don't know nothing

Bluetooth works (at least it can find devices), should have BLE support
Screen works, including brightness and touch screen
Vibrate works
WiFi works

This uses 3.0.17 Ubuntu touch kernel for maguro: (because I was too lazy to modify Google's kernel 3.0.72 and I had to be sure if system really works..)
http://kernel.ubuntu.com/git?p=jj/ubuntu-saucy.git;a=shortlog;h=refs/heads/maguro
Also... this is using my KK device tree: https://github.com/manumanfred/platform_device_samsung_tuna

I haven't really tested anything else and I just built Ubuntu touch 14.10 (Utopic) required stuff just for fun to see how does it work on a Nexus.


Because I don't know how to share sytem files for this, I cannot upload really anything for testing, system.img in /data folder is a large file... 2,1 GB and it cannot be flashed trough Fastboot, as it fails.



However I've uploaded a boot.img, recovery.img and system.img so if following Ubuntu touch building guide you may be able to flash successfully these and Ubuntu utopic preinstalled.
https://wiki.ubuntu.com/Touch/Building
By git cloning required reposiories and then following the instructions..

Boot.img
Recovery.img
System.img

and

http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/

Audio may be easy to fix if following the porting guide
https://wiki.ubuntu.com/Touch/Porting
About SIM I don't know nothing...


IMG_9304.png

IMG_9306.jpg


IMG_9307.png

IMG_9319.jpg

IMG_9308.png



---------------------------------------------------------------------------------------------------------------------------------------------------------


What works, and what does not work?

And do you intend to share the source? :)

everything what is needed to know is this post.. ;)
I built this just for fun and I am not going to do anything more with this, if someone is interested then.. there's guides and sources available to port Ut.. and to fix non working functions .(Y)

Btw. I'm lazy to read so I did not read whole guides. I did what I did ans this time this was successfull. before I tried to make this working at least 3 times but it didn't pass google splash logo. :laugh:


Maybe next:
Gingerbread for tuna :silly: just for fun. :cool:
 
Last edited:

ScardracS

Recognized Developer
May 6, 2012
1,969
821
Huawei P40
So I successfully built Ubuntu touch 14.10 for Maguro.

Audio is not working
SIM detection does not work
Laggy
On browser when you type something, it goes automatically into Videos section. (I have no idea why)
keyboard's behavior is weird, maybe it is supposed to be like that..
I have only enabled a few workarounds/fixes for graphical issues... as it uses KK 4.4.2 as a base...
Ubuntu is laggy at least then when scrolling up or down
About GPS I don't know nothing
About NFC I don't know nothing

Bluetooth works (at least it can find devices), should have BLE support
Screen works, including brightness and touch screen
Vibrate works
WiFi works

This uses 3.0.17 Ubuntu touch kernel for maguro: (because I was too lazy to modify Google's kernel 3.0.72 and I had to be sure if system really works..)
http://kernel.ubuntu.com/git?p=jj/ubuntu-saucy.git;a=shortlog;h=refs/heads/maguro
Also... this is using my KK device tree: https://github.com/manumanfred/platform_device_samsung_tuna

I haven't really tested anything else and I just built Ubuntu touch 14.10 (Utopic) required stuff just for fun to see how does it work on a Nexus.


Because I don't know how to share sytem files for this, I cannot upload really anything for testing, system.img in /data folder is a large file... 2,1 GB and it cannot be flashed trough Fastboot, as it fails.



However I've uploaded a boot.img, recovery.img and system.img so if following Ubuntu touch building guide you may be able to flash successfully these and Ubuntu utopic preinstalled.
https://wiki.ubuntu.com/Touch/Building
By git cloning required reposiories and then following the instructions..

Boot.img
Recovery.img
System.img

and

http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/

Audio may be easy to fix if following the porting guide
https://wiki.ubuntu.com/Touch/Porting
About SIM I don't know nothing...


IMG_9304.png

IMG_9306.jpg


IMG_9307.png

IMG_9319.jpg

IMG_9308.png



---------------------------------------------------------------------------------------------------------------------------------------------------------




everything what is needed to know is this post.. ;)
I built this just for fun and I am not going to do anything more with this, if someone is interested then.. there's guides and sources available to port Ut.. and to fix non working functions .(Y)

Btw. I'm lazy to read so I did not read whole guides. I did what I did ans this time this was successfull. before I tried to make this working at least 3 times but it didn't pass google splash logo. :laugh:


Maybe next:
Gingerbread for tuna :silly: just for fun. :cool:

I'm interesting about that.. Maybe i put an eye and see if i can make something

Sent from my Galaxy Nexus using XDA Free mobile app
 

Carlos_Manuel

Senior Member
Apr 28, 2011
4,092
5,368
27
Kuressaare
@ScardracS

all you need is:
https://code-review.phablet.ubuntu.....git;a=shortlog;h=refs/heads/phablet-4.4.2_r1
https://wiki.ubuntu.com/Touch/Building
http://cdimage.ubuntu.com/ubuntu-to...urrent/utopic-preinstalled-touch-armhf.tar.gz
Tuna device tree (Tuna, Maguro/toro*) JB 4.3.1 based
from init.tuna.rc: WiFI lines must be modified to fix WiFi
from init.tuna.rc: some ssdcard lines must be edited to fix mounting..
Some fixes for black boxes..

Changes needed for Ubuntu touch..:
(these changes are from: code-review.phablet.ubuntu.com)

fstab.tuna:
Code:
-/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata  /data               ext4      noatime,nosuid,nodev,nomblk_io_submit,errors=panic    wait,check,encryptable=/dev/block/platform/omap/omap_hsmmc.0/by-name/metadata
+/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata  /data               ext4      noatime,nomblk_io_submit,errors=panic    wait,check,encryptable=/dev/block/platform/omap/omap_hsmmc.0/by-name/metadata

init.tuna.rc:
Code:
 # backlight
+	chmod 0666 /sys/class/backlight/s6e8aa0/brightness
 	chown system system /sys/class/backlight/s6e8aa0/brightness
(for brightness)

ueventd.tuna.rc:
dsscomp permission to 0666 from 0660


Kernel with ubuntu changes (including app armor changes) to boot Ubuntu successfully..
http://kernel.ubuntu.com/git?p=jj/ubuntu-saucy.git;a=shortlog;h=refs/heads/maguro

If you want a newer kernel then you have to modify the newer kernel for ubuntu touch..



This will be helpfull:
https://wiki.ubuntu.com/Touch/Porting
 
Last edited:
  • Like
Reactions: ScardracS

ScardracS

Recognized Developer
May 6, 2012
1,969
821
Huawei P40
@ScardracS

all you need is:
https://code-review.phablet.ubuntu.....git;a=shortlog;h=refs/heads/phablet-4.4.2_r1
https://wiki.ubuntu.com/Touch/Building
http://cdimage.ubuntu.com/ubuntu-to...urrent/utopic-preinstalled-touch-armhf.tar.gz
Tuna device tree (Tuna, Maguro/toro*) JB 4.3.1 based
from init.tuna.rc: WiFI lines must be modified to fix WiFi
from init.tuna.rc: some ssdcard lines must be edited to fix mounting..
Some fixes for black boxes..

Changes needed for Ubuntu touch..:
(these changes are from: code-review.phablet.ubuntu.com)

fstab.tuna:
Code:
-/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata  /data               ext4      noatime,nosuid,nodev,nomblk_io_submit,errors=panic    wait,check,encryptable=/dev/block/platform/omap/omap_hsmmc.0/by-name/metadata
+/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata  /data               ext4      noatime,nomblk_io_submit,errors=panic    wait,check,encryptable=/dev/block/platform/omap/omap_hsmmc.0/by-name/metadata

init.tuna.rc:
Code:
 # backlight
+	chmod 0666 /sys/class/backlight/s6e8aa0/brightness
 	chown system system /sys/class/backlight/s6e8aa0/brightness
(for brightness)

ueventd.tuna.rc:
dsscomp permission to 0666 from 0660


Kernel with ubuntu changes (including app armor changes) to boot Ubuntu successfully..
http://kernel.ubuntu.com/git?p=jj/ubuntu-saucy.git;a=shortlog;h=refs/heads/maguro

If you want a newer kernel then you have to modify the newer kernel for ubuntu touch..



This will be helpfull:
https://wiki.ubuntu.com/Touch/Porting

Thank man! I will try with a newer kernel if it work correctly :)
 
  • Like
Reactions: Carlos_Manuel

ScardracS

Recognized Developer
May 6, 2012
1,969
821
Huawei P40
I could kill somebody if i'll continue to work under here so I'll leave the project... please don't ask for anything because i have too much thing to do and i haven't time for all :(
 

ScardracS

Recognized Developer
May 6, 2012
1,969
821
Huawei P40
No, my idea doen't provide the right things so i've trashed everything

Sent from my Galaxy Nexus using XDA Free mobile app
 
Last edited:

Carlos_Manuel

Senior Member
Apr 28, 2011
4,092
5,368
27
Kuressaare
I could kill somebody if i'll continue to work under here so I'll leave the project... please don't ask for anything because i have too much thing to do and i haven't time for all :(


You just started and already gave up with it?. :D


After breack my head for one night i've find a solution, so i'm redownloading all the codes and i'll try if all work :victory:

Solution for what? :)


What will you use? :d


If I just know what causes the lags I would take a closer look, but I am not good with debugging or anythining like that with another OS than Android... :p

I may have an idea to fix a few things, audio may be a little tricky or maybe not.
 
Last edited:

n_petr

Member
Jun 17, 2015
16
1
Ubuntu Touch for Samsung Galxy Nexus (gt-maguro, i9250) [unofficial]

Hi there,
is anybody playing with Ubuntu Touch for GNex in recent time?

Ubuntu Touch 13.10 (Saucy Salamander) Daily Build ... includes i.a. maguro images
Ubuntu Touch 15.10 (Wily Werewolf) Daily Build ... includes i.a. generic images; maguro images was descoped but generic images could be used theoretically
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    This is a thread for all Ubuntu Touch OS galaxy nexus information. All discussions/questions/suggestions/guides/updates etc go here, all others created will be (or are in the process of being) closed and/or deleted.

    Regards,

    Jonny
    13
    When Ubuntu officially(final) released for gnx?

    Sent from my Galaxy Nexus using xda app-developers app

    You're so special that they've been waiting for you to ask before they'd post it.
    6
    If Cannoncial didin't release this **** like this, me and countless others wouldn't talk **** to Ubuntu. They should have waited and made sure that basic things worked fine.

    Now they have to put up with all this whining and trash talking.

    Are you a developer?

    If no, then why are you whining? It was NEVER intended to be made for you.

    If yes, then what more do you need to make apps and familiarize yourself with the OS? I really doubt you'd need a calculator for developing apps.


    Now do you understand? It's actually an amazing DEVELOPERS PREVIEW. It was never a beta and it was never stated it was a beta.

    Sent from my Galaxy Nexus using Tapatalk 2
    6
    I don't know if this has been posted yet but there are now daily builds being released for Ubuntu Touch for Galaxy Nexus.

    Go here: http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/

    Then click on the 20130226 folder and you'll find bleeding edge nightlies (similar to how they're doing it with the Nexus 7 Ubuntu desktop build)..I assume it will be regularly updated every day or almost every day (albeit without any discernable changelogs)

    I installed the Feb 26 build and performance is much better than the initial build, and more "apps" are available (like amazon ubuntu one, which are really glorified links to the web sites)


    Edit: This OS is so beautiful and smooth, it makes Android look awkward in comparison.
    5
    If Cannoncial didin't release this **** like this, me and countless others wouldn't talk **** to Ubuntu. They should have waited and made sure that basic things worked fine.

    Now they have to put up with all this whining and trash talking.

    Notice it says Ubuntu DEVELOPER preview? Leave it to the pros. If people think it'll suffice as a daily driver, 100% functionality, they're in for a rude awakening. This forum has turned into nothing but a bunch of self-righteous, spoon fed, whiny, impatient brats. I want, what I want, and I want it NOW!

    http://developer.ubuntu.com/get-started/gomobile/