For questions related to the shell (unity), ask here! - Ubuntu Touch Development and Hacking

Hi guys, if you fancy collaborating in the development of the shell or just like hacking with it, this is the right thread

Cimi86 said:
Hi guys, if you fancy collaborating in the development of the shell or just like hacking with it, this is the right thread
Click to expand...
Click to collapse
Do you know where the repository is?

BukaKing said:
Do you know where the repository is?
Click to expand...
Click to collapse
bzr branch lp:unity/phablet

Related

device configs

any devs out there have a copy of the device configs for either the GSM or CDMA phones (preferably GSM)
trying to get a TWRP build started
onicrom said:
any devs out there have a copy of the device configs for either the GSM or CDMA phones (preferably GSM)
trying to get a TWRP build started
Click to expand...
Click to collapse
There's a tuna_defconfig in arch/arm/configs.
git clone https://android.googlesource.com/kernel/omap
cd omap
git checkout origin/android-omap-tuna-3.0-mr0
And there --> https://bitbucket.org/paulobrien/android_kernel_galaxynexus/src
Is that what you are looking for?
Please keep questions out of the development section. Thank you and good luck
Sent from the MIUI powered 3d
jayharper08 said:
Please keep questions out of the development section. Thank you and good luck
Sent from the MIUI powered 3d
Click to expand...
Click to collapse
So, development questions don't go in the development section? It's not the same across all XDA development forums, so I guess that confuses me.
gnarlyc said:
So, development questions don't go in the development section? It's not the same across all XDA development forums, so I guess that confuses me.
Click to expand...
Click to collapse
Nope. Only thing that needs to be in the development section is actual roms, kernels, etc. Questions belong in their own section.
Sent from the MIUI powered 3d
jayharper08 said:
Nope. Only thing that needs to be in the development section is actual roms, kernels, etc. Questions belong in their own section.
Sent from the MIUI powered 3d
Click to expand...
Click to collapse
Ok. Thanks.

ROM Porting

Hi everyone! I'm trying to learn how to make some development, in particular i'm trying to port my first ROM for the HOX.
Actually I intend to do this only for personal use because i'm a noob, but if i succeed then i will publish my work.
The point is: i'm searching for a CM 10.1 rom to use as base, are those ones from development thread right to use or I have to use another kind of rom as base? Thanks to you all!
Mat08.cc said:
Hi everyone! I'm trying to learn how to make some development, in particular i'm trying to port my first ROM for the HOX.
Actually I intend to do this only for personal use because i'm a noob, but if i succeed then i will publish my work.
The point is: i'm searching for a CM 10.1 rom to use as base, are those ones from development thread right to use or I have to use another kind of rom as base? Thanks to you all!
Click to expand...
Click to collapse
Well that's not precisely a port cause HOX has that kind of rom already available. Why don't you compile it from scratch? You'll learn a lot and better from it
Sent from my HTC One X using xda app-developers app
matt95 said:
Well that's not precisely a port cause HOX has that kind of rom already available. Why don't you compile it from scratch? You'll learn a lot and better from it
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
That would be great, but i really have no idea what i'm doing so if i'm not telling you too much, can you tell me where and what to study to reach this goal ?
Mat08.cc said:
That would be great, but i really have no idea what i'm doing so if i'm not telling you too much, can you tell me where and what to study to reach this goal ?
Click to expand...
Click to collapse
enjoy good development
http://forum.xda-developers.com/showthread.php?t=2060017
matt95 said:
enjoy good development
http://forum.xda-developers.com/showthread.php?t=2060017
Click to expand...
Click to collapse
Thank you man, may the force be with me :silly:
Mat08.cc said:
Thank you man, may the force be with me :silly:
Click to expand...
Click to collapse
hope to see a new dev soon then

Liquidsmooth rom?

Is there a thread or guide for liquid smooth 4.0 rom?
Benholder90 said:
Is there a thread or guide for liquid smooth 4.0 rom?
Click to expand...
Click to collapse
You can't be serious that you started a new thread in the development section to ask this question???
Ask the builders in their threads. This will probably get moved or deleted.
page 2 dude, search button all over the forum.
http://forum.xda-developers.com/lg-g3/development/rom-liquidsmooth-v4-0-t2955089
purian23 said:
You can't be serious that you started a new thread in the development section to ask this question???
Ask the builders in their threads. This will probably get moved or deleted.
Click to expand...
Click to collapse
Yes i dont actually know why i did that dont really know where to ask i suppose. Sorry for being stupid
rhystagram said:
page 2 dude, search button all over the forum.
http://forum.xda-developers.com/lg-g3/development/rom-liquidsmooth-v4-0-t2955089
Click to expand...
Click to collapse
Thank you!

Interested in porting CM 13

Hello fellow XDA members, I recently purchased a Le Pro 3 and a Le S3 during the flash sale and would like to use Cyanogenmod on my devices. I was wondering if anyone on this forum has ever ported a ROM before as I have not, and only know about the CM porting guide and opensource.le.com for the kernel source. If anyone has any tips or would like to assist me in porting CM13 to the Pro 3 please reply to this thread or PM me. Thanks, and let's hope LeEco releases the source soon!
Love to help but this isn't my department ????. But we should probably see more support in a couple more days once they start arriving here
Just out of curiousity, what exactly had you hoped to achieve with this post? If you're interested in porting, ideally you should at least be able to build a rom (for another pre-existing device)... and then you'll have to hunt down help on the CM forums and then eventually IRC.
Talking about this on XDA is pointless.
dr4stic said:
Just out of curiousity, what exactly had you hoped to achieve with this post? If you're interested in porting, ideally you should at least be able to build a rom (for another pre-existing device)... and then you'll have to hunt down help on the CM forums and then eventually IRC.
Talking about this on XDA is pointless.
Click to expand...
Click to collapse
The purpose of my post was to see if anyone in the XDA community had experience porting a ROM to a new device, and if they'd be interested in helping me. I have read through a few guides and understanding building a ROM, but am struggling to find what I must "merge." From what I've found so far, I'll need to edit/merge the directories in /system/libs and edit the kernel?
limitlesscodes said:
The purpose of my post was to see if anyone in the XDA community had experience porting a ROM to a new device, and if they'd be interested in helping me. I have read through a few guides and understanding building a ROM, but am struggling to find what I must "merge." From what I've found so far, I'll need to edit/merge the directories in /system/libs and edit the kernel?
Click to expand...
Click to collapse
No, it's far more complicated than that. You'll need a copy of the kernel for sure, but you'll also need a device definition. You can use the op3's device as a template, it's probably the best example of an msm8996 device you can have.
You really should be checking into the CM forums. CM people are pretty uppity about not supporting things on XDA. They also don't tend to help. Even as a developer I find it difficult sometimes to get their attention. Your best bet is to go to them if you want their help. Good luck.
dr4stic said:
No, it's far more complicated than that. You'll need a copy of the kernel for sure, but you'll also need a device definition. You can use the op3's device as a template, it's probably the best example of an msm8996 device you can have.
You really should be checking into the CM forums. CM people are pretty uppity about not supporting things on XDA. They also don't tend to help. Even as a developer I find it difficult sometimes to get their attention. Your best bet is to go to them if you want their help. Good luck.
Click to expand...
Click to collapse
Yeah, I understand. I also found out that it will be about a month until LeEco officially releases all of the source.
limitlesscodes said:
Yeah, I understand. I also found out that it will be about a month until LeEco officially releases all of the source.
Click to expand...
Click to collapse
Where did you get that information from? They "accidentally" released kernel sources not too long ago and seemingly withdrew it. I got a copy of them and that's what I've been working with. I don't have a device to verify if any of it works.
dr4stic said:
Where did you get that information from? They "accidentally" released kernel sources not too long ago and seemingly withdrew it. I got a copy of them and that's what I've been working with. I don't have a device to verify if any of it works.
Click to expand...
Click to collapse
I asked on this forum. Also my S3 is coming tonight, and my Pro tomorrow. I have a copy of the Pro 3 kernel source as well but as of now don't know what to do. What have you worked on so far?
limitlesscodes said:
I asked on this forum. Also my S3 is coming tonight, and my Pro tomorrow. I have a copy of the Pro 3 kernel source as well but as of now don't know what to do. What have you worked on so far?
Click to expand...
Click to collapse
Not a lot. I've identified the CAF tag the sources are based on and have been working to separate the relevant LeEco mods from the less relevant ones. I've also been attempting to remove the leeco specific things from the drivers that i'm keeping since they're a horrible mess and CM won't be able to make use of them anyway. I've also been finding the appropriate open versions of the drivers and taking the latest ones instead.
The mods from LeEco seem to be a mess, the dmesg output I got from a user on the chinese model (the x720) had segfaults from the modifications just after boot. The logcats are so full of errors I was unable to get the user to send me a full logcat from boot.
Interestingly enough, the chinese system rom looks like it came from a Le Max2. This makes sense since it's LeEco's first msm8996 device, and the Le Pro3 is the second one. I imagine the kernel sources work across a number of the 8996's.
Can you send me the link to where you got the open drivers.
limitlesscodes said:
I asked on this forum. Also my S3 is coming tonight, and my Pro tomorrow. I have a copy of the Pro 3 kernel source as well but as of now don't know what to do. What have you worked on so far?
Click to expand...
Click to collapse
Please share the sources.
Sent from my LEX727 using Tapatalk
ceo.mtcl said:
Please share the sources.
Sent from my LEX727 using Tapatalk
Click to expand...
Click to collapse
here
limitlesscodes said:
here
Click to expand...
Click to collapse
Thank you so much!
limitlesscodes said:
here
Click to expand...
Click to collapse
This is not a International version? Its USA version? Where is the International source code?
Here's a mega mirror in case the drive link goes down.
https://mega.nz/#!7Ek3HYaB!1H0WibOjwlg1P0vaaJ2qcrAAsl-PjruB9-_X1ECqfnw
Wish i could help more, but it looks like the kernel source is in there too, perhaps that means a fully functional cm13 rom that works AT LEAST as well as the stock rom. VERY EXCITE!
+1
I'm also waiting for CM13.
csyann said:
I'm also waiting for CM13.
Click to expand...
Click to collapse
:good:
csyann said:
I'm also waiting for CM13.
Click to expand...
Click to collapse
giogio1 said:
:good:
Click to expand...
Click to collapse
Waiting for CM 14.1
http://opensource.le.com

Vendor Images

I am willing to upload and host the vendor Images if there is a need for it
CaptJager said:
I am willing to upload and host the vendor Images if there is a need for it
Click to expand...
Click to collapse
That's a great offer, but they're already available if you know how to look.
ilal2ielli said:
That's a great offer, but they're already available if you know how to look.
Click to expand...
Click to collapse
Yeah that's the issue not everyone know where. And why should one rom have to supply the download bandwidth for the others. It's something I will be doing anyways so might as well post them
CaptJager said:
Yeah that's the issue not everyone know where. And why should one rom have to supply the download bandwidth for the others. It's something I will be doing anyways so might as well post them
Click to expand...
Click to collapse
This is the wrong subforum in addition
Benjamin_L said:
This is the wrong subforum in addition
Click to expand...
Click to collapse
How is wrong subforum if I am going to post links to vendor img that are needed for security updates for non stick roms?
CaptJager said:
How is wrong subforum if I am going to post links to vendor img that are needed for security updates for non stick roms?
Click to expand...
Click to collapse
Because this is not development. It's link posting to stuff you didn't make yourself
Benjamin_L said:
Because this is not development. It's link posting to stuff you didn't make yourself
Click to expand...
Click to collapse
It's Roms kernels recoveries and other development. Where would you suggest posting it? As it is needed for updating the security when you flash an updated rom.
CaptJager said:
It's Roms kernels recoveries and other development. Where would you suggest posting it? As it is needed for updating the security when you flash an updated rom.
Click to expand...
Click to collapse
Just read the sticky post. It clearly states that when you post here you must be the developer of what you post. In my opinion vendor images certainly don't belong here and should go to the guides, news and discussion section.
To the OP. Thanks for the offer to host and yes I think it's a great idea. Please request from one of the Moderators to move this thread to whereever they feel is appropriate. Then just do your thing. It would be cool if it ended up being by a repository of all months. Also modem/bootloader updates would be cool.
Again, thanks for the offer!
Sent from my Pixel 2 XL using XDA Labs

Categories

Resources