Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Friday, 5 August 2016

Ubuntu Touch for OPO

https://devices.ubports.com/#/bacon

Apparently stable has been released, unfortunately i don't have the means to test it yet.
Anyone tried out the release? Cannot find proper material on the functionality and or features.
Site claims it's good for daily use, therefore if anyone can test it and report, would be awesome. :)

Broken Links to Ubuntu Touch for P3113



I posted this in the Ubuntu Touch forum, but I am impatient and need to get a faster response. I have followed http://forum.xda-developers.com/show....php?t=2166921 to try to install Touch on the p3113, but the device and ubuntu specific links are down. I have the device specific that I got from a mediafire link that someone posted on there, but people say that it might not work. I tried to search in http://cdimage.ubuntu.com/ and the old version, but I was out of luck as I could not find the "quantal-preinstalled-phablet-armhf.zip" which is the ubuntu generic file. If I DID find a quantal folder in those archives, it would always be for the desktop. In the link to the ubuntu download page for that file, "cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip" You can see the "ubuntu-touch-preview" part of the link, which does not exist. I'm thinking that the people hosting the server have deleted the preview, for us to be left with only a "ubuntu-touch" folder which does not contain anything to do with quantal. May someone please reupload that file if you have it?



P3113 Problems with Ubuntu Touch

I have followed http://forum.xda-developers.com/show....php?t=2166921 to try to install Touch on the p3113, but the device and ubuntu specific links are down. I have the device specific that I got from a mediafire link that someone posted on there, but people say that it might not work. I tried to search in http://cdimage.ubuntu.com/ and the old version, but I was out of luck as I could not find the "quantal-preinstalled-phablet-armhf.zip" which is the ubuntu generic file. If I DID find a quantal folder in those archives, it would always be for the desktop. In the link to the ubuntu download page for that file, "cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip" You can see the "ubuntu-touch-preview" part of the link, which does not exist. I'm thinking that the people hosting the server have deleted the preview, for us to be left with only a "ubuntu-touch" folder which does not contain anything to do with quantal. May someone please reupload that file if you have it?








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Capture.PNG<br/>Views:	N/A<br/>Size:	23.9 KB<br/>ID:	3834174
 











Tuesday, 12 July 2016

Ubuntu choice for Chromebook



What's Ubuntu version do you think runs best on a Chromebook?

Sent from my Nexus 6P using Tapatalk



Tuesday, 5 July 2016

ZE551ML + Ubuntu 14.04.1[fastboot issue]



Hi folks.

I'm trying to root my phone (ZE551ML - 2.83Ghz and 4Gb Ram) with method 3 in this thread (Using Ubuntu 14.04.1 with installed ADB 1.0.32 and android-tools-fastboot) but the script Root.sh gives me this error:

./adb.mac: 1: ./adb.mac: Syntax error: ")" unexpected

And the script is not rooting the phone.

Then i tryed to do things manually and observed that after i hit the 'adb reboot bootloader' (so i can flash the files like the script would do) the phone reboots into fastboot mode but the 'adb devices' or 'fastboot devices' didnt show my phone anymore - or anything.

Tried to do the same with phone in recovery mode and got the same result.

Can anyone help me?
Did I miss anything?
Ps. My Bootloader is locked and i have no intention of unlocking it yet.



Monday, 4 July 2016

Root Galaxy s5 sm-g900i lollipop using an ubuntu based system



Hi,

I have a samsung galaxy s5 sm-g900i, android 5.0 (baseband version = g900idvu1boj2) that i would like to root. So far all the guides are for a windows system which i dont have. Does anyone know the easiest way to do this using my linux (ubuntu based) pc?

Also, what would be the best rom to use for this model of phone?



Linux on Pixel C : Running ubuntu xenial in a LXC container



Hi guys,

Today i wanted to share with you some of my work to run linux on the pixel C. :D

First of all i'm not responsible for anything, so try this but i can't guarantee that it works for you and that you won't break your tablet (even though normally it should work ;) ).
Secondly this thread is for people who know how to use correctly adb, fastboot and linux console, instructions are not very detailed here, so if you're stuck try a bit to search, you will learn a lot !

So first what is LXC ?


LXC (Linux Containers) is an operating-system-level virtualization method for running multiple isolated Linux systems (containers) on a control host using a single Linux kernel. (wikipedia)

We are gonna use this technology to run ubuntu on Pixel C (we will even be able to access to the GPU drivers in the future, i'm currently working on it)

I developped all of this on DP4, so please update to the lastest android ! (I will give kernel for 6.X devices in the future).

So first, we need a special kernel where cgroups are activated.

Please download an flash my modified XCeed kernel on DP4 :
https://drive.google.com/open?id=0Bz...mQzeUZTYmlGWFE


Code:


fastboot flash boot boot.img

Try to see if you can run su in the tablet, otherwise you will have to install supersu.

Now, install busybox so that we have some tools to help us a bit : https://play.google.com/store/apps/d....busybox&hl=fr :)

Download now lxc compiled with PIE support for Pixel C and the ubuntu rootfs (here is a 32bit version, 64bit is also working fine on my tablet :) ) :
https://drive.google.com/open?id=0Bz...nJBbS1LbGo0MUE

send it to the pixel C :

Code:


adb push lxc.tar.gz /sdcard/

Now extract the archive in /data

Code:


adb shell
su
tar xvzf /sdcard/lxc2.tar.gz -C /data/


Now run ubuntu and enjoy ! :highfive:

Code:


# open a terminal as root on the tablet
# execute :
/data/lxc/startSystem


If everything goes well, you will see ubuntu booting ;)
Welcome to Ubuntu 16.04 LTS!

Set hostname to <u3>.
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket.
[ OK ] Listening on udev Control Socket.
[ OK ] Reached target Swap.
[ OK ] Listening on Journal Audit Socket.
[ OK ] Reached target Remote File Systems.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Reached target Encrypted Volumes.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on udev Kernel Socket.
...

user : ubuntu
password :ubuntu

Internet will work out of box if your tablet has a net access, you can install, remove things using apt :)

What is going on for this project :

I'm currently trying to use the GPU drivers using libhybris so that in the future we can run wayland on pixel C and have a fully working linux environnement ! (KDE, gnome)
see here for KDE, we need to port this : http://blog.bshah.in/2016/05/02/plas...w-base-system/
I need help for this (because it's difficult). For this, we will have to patch bionic so that we can use libhybris. All the devs can contribute here :))

If you're happy of this work and you want to have more detailed instructions please pay me a beer ! Because developing for Pixel C is time consuming ;)
paypal.me/MathieuTournier

Thanks to : @cheep5k8 for his kernel soucre code http://forum.xda-developers.com/pixe...ernel-t3289357



Friday, 1 July 2016

MultiROM Ubuntu Touch for Nexus 5 problems.



Hi guys,
I've been trying to install Ubuntu Touch to dual boot with Android on my Nexus 5, and I can't find any way to do it, even installing JUST Ubuntu Touch, it stucks on the Ubuntu splash screen. My only solutikn now is MultiROM, but I tried almost every channel available in there and none works. It all gives the same result: After selecting Ubuntu Touch option from the MultiROM boot menu, it reboots to the Google screen(I was expecting that it would boot into Ubuntu Touch). But after that, the screen goes black for a few seconds and reboots into the MultiROM boot manager again. Any solution for this is appreciated. I'm sorry I couldn't be more specific.



Thursday, 30 June 2016

Newbie question for mako (MultiROM with Android M, SailFish & Ubuntu)



Hi Guyz,

I am kind of new for the multirom thing.
I have TWRP installed but I don't see any multirom option in my advanced section.

Can anyone guide me how can I keep Android M(eg. DU/Chroma) + Sailfish OS on my mako.
Can I keep a stable daily driver OS and keep other partition for experimentation with different OS?

For Sailfish OS (Do I have to use the older CM12 snapshot provided on wiki or latest cm13 will work?)



Wednesday, 29 June 2016

Dual-boot Ubuntu Touch on Hammerhead?



Hi Guys,
Yesterday I've been tweaking my Nexus 5 and tried to dual-boot it with Android 6.0.1. I followed every guide for it and no luck, even the official one from Ubuntu. When I tried to install it as the only system, which means I erased Android, it stucks on the boot screen. I think what I did isn't correct according to the guide, but it's because I tried many solutions for it to work but it won't. Help is appreciated. Please don't close the thread, OK?