Hi everyone
I'm posting this here cause i'm not allowed to post in development yet
Has anyone been able to port Ubuntu touch to samsung s7? (exynos)
I tried building halium for my device, I tried both halium and hybris but none seem to boot correctly after flashing the rootfs
If anyone has can you tell me the steps of how you did it?
(if you have a link to an image/zip download that would also be appriciated )
Related
Hi
Can someone port Ubuntu Touch for A51x device ?
https://wiki.ubuntu.com/Touch/Porting
Apoo. said:
Hi
Can someone port Ubuntu Touch for A51x device ?
https://wiki.ubuntu.com/Touch/Porting
Click to expand...
Click to collapse
You can check the Wiki or the main thread, and set you system up for compiling the source. Unfortunately, Not a lot works yet as far as functionality Device wide.
It's a grand time to learn.
MD
Is Ubuntu Touch also for tablets? I read phones and phablets. I tried to port Firefox OS for the HTC HD2, but failed due to lack of knowledge, incomplete guidance and the phone officially being an WM device.
Since the A51x (and A70x) both are Android devices from it's origin, it should be "easier".
From reading the beginning of the guide I can tell you I can't. I really need a more detailed step-to-step guide to work on something.
I hope there are people out there who are able to port it to the A51x and A70x series.
Edit:
Awesome! A700 owners can try the Ubuntu Touch pre-alpha on their tablets
As far as i can see, the porting guide is for Devices supported by Cyanogenmod, since Ubuntu touch is apparantly based on that. I guess there is some way to port it to the A51x Devices anyway, but i think there would be some major (and probably undocumented) work necessary
A bit of infos before starting this thread. I'm using a Samsung Galaxy S4 Canadian, I have a high end computer(maybe that helps for coding,stuff like that) and I have "medium" knowledge on rooting/flashing,etc. I am a great designer, well for myself, I think i'm good. So I can edit or create icons and themes for new rom!
I say medium, because the only thing I really know about this kind of stuff,is rooting,flashing,installing roms and pretty much that honestly.
I already downloading the Android SDK to test those custom roms i'd like to create. I thought of doing like a couple of guys on here, using the CM Source? and just adding stuff,etc.
--
What i'm looking to do, is creating a rom based of CM for the Galaxy S4 and just in general a little side project for myself and adding some infos in my head; Some may laugh because of the lack of knowledge, but hey! we all started somewhere
I'm asking the community of dev's or just users, do you have some threads or some stuff to download to "Start" this project ?
Some things I should read before, I won't test rom's on my phone as it's a daily phone, i'll use the emulator instead(AVD or SDK) and i'm already searching on how to run it.
If you have any useful youtube videos i'll gladly accept them
I found a tutorial on how to build a rom but for the Nexus 4, I guess it's the same process but different sources ?
I'll search for the sources of Cm for the Galaxy s4 but if anyone reads this thread and knows where to get it, please link me!
Thanks to the community, this may also be useful for other users. Thanks!
Okay, I will help
1st off, let me teach you some basics.
1.) You cannot test roms on the android sdk, the android sdk has nothing to do with roms, its for building apps and java programming. It will not help you with anything if an issue goes wrong in a rom, well only the adb (android debugging bridge) for taking locats.
2.) You cannot compile a rom on windows, only linux, preferably ubuntu. So you need to just download cm11 for your device and extract the rom zip.
I will tell you more later, but its like 1pm here Goodnight
Hi there,
as I don't have permission to write on the Unofficial Rom Project Thread, I am asking here for a GUIDE to setup a jenkins server that automatically builds ROMs for my Sensation aka Pyramid.
Is anyone here who can help me to get into the build process for the first time on an continious integration server.
What did I already did?
I have set up Java 1.6 to build a Cyanogenmod 11 and I m not sure if it should be Java 7?
I downloaded the entire sources from github. I m sorry I m not allowed to post a link.
via
so I hope that isnt the wrong way as I am following multiple guides to accomplish my target.
So I wanted to set up it all for the first time to run a compilation without jenkins then I 'm stuck at the point where I integrate the UnORom files - I only could set up a
Code:
git clone https://github.com/UnORoms/android_device_htc_pyramid.git
and then i succesfully executed
Code:
./extract-files.sh
so it downloaded a couple of files from my phone.
But when I do a
Code:
lunch
there don't exists a cm_pyramid?
So I m stuck at this point and I m politely asking for help.(Maybe to accomplish my personal goal of using a continious integration server at least
Thanks in advance for your replys
Nobody knows how to build a android rom for a specific device?
In my case the HTC Sensation?
I would be glad if there where some tutorials of implementing the necessary files into my cm11-tree.
Could anyone please give it a try?
chiefdome said:
Nobody knows how to build a android rom for a specific device?
In my case the HTC Sensation?
I would be glad if there where some tutorials of implementing the necessary files into my cm11-tree.
Could anyone please give it a try?
Click to expand...
Click to collapse
I'm not 100% familiar with building roms, but I once compiled them completely from source for testing purposes.
Do you have device files and kernel in your local manifest to sync them from somewhere or did you take what you need from your phone? Not sure if it's required or not.
When I had everything ready I had to run
Code:
./device/htc/pyramid/repo-patcher.sh
then I could run
Code:
lunch cm_pyramid-userdebug
and it worked.
Not sure if it works same way here too, since I did that when I used Team-Sennyc2 device tree.
The title says it; Is there a way to make P3110 run Linux natively [chroot free]?
P3110 is ARM and there is allot of Linux distributions compatible with it like Ubuntu or arch even kali linux, but the problem is with the kernel, some devices received official Linux like galaxy note 10.1 got an official kali, some were successful installing unofficial builds to other devices but the Internet failed me when I searched for P3110....
Does anyone know if some was able to do such a thing? If not does anyone know of a good reading materials to do so? I think it's a good project if some expert can adopt it!
Thanks in advance
Hi, I have a samsung a8 2018 and I wanted to switch with a custom rom like LineageOS, but it seems they aren't any, I was wondering if I could build my own rom or if it is too complicated
So if someone could send me some links (I already search on the web, but not really clear...) to know how does it work, and how to build a rom.You can explain to me if you want to ^^. That would very cool.
Thanks in advance !
android isn't something you can just get on your computer and build in 1 day.
there also isn't a lineage device tree for the a8 so you must create one yourself which will be very hard for someone just starting.