Hi every buddy
I found a Rom its much beautiful and with continuous
Updates.his developer had developed manderik Linux and one of the best developers of Mageia Linux distro.
Try that and add it to ROMs place please.
Website:
https://e.foundation/
Downloads:
https://images.ecloud.global/dev/capricorn/
mablue said:
Hi every buddy
I found a Rom its much beautiful and with continuous
Updates.his developer had developed manderik Linux and one of the best developers of Mageia Linux distro.
Try that and add it to ROMs place please.
Website:
https://e.foundation/
Downloads:
https://images.ecloud.global/dev/capricorn/
Click to expand...
Click to collapse
What is the name of the rom?
Soul Bvishal said:
What is the name of the rom?
Click to expand...
Click to collapse
sorry! i tested and understand its f*** **** rom and mageia distro to Very old and not amazing all two.don't test it, don't download...
its just a collation topic :cyclops:
Related
Hey im a big newbie, but I was able to port a ROM from Arc to Pro.
Now I want to create a battery saving kernel for our pro!
But... How do I start and how do I make it best battery saving??
Thanks alot mates!!!
arc knight 3.3 very good
lammy29 said:
arc knight 3.3 very good
Click to expand...
Click to collapse
thanks for reply. but isnt that for arC? I meant for the xperia pro. Is it possible to port KERNELS??? I was able to port an Arc rom to my Pro but I cant find tutorials on how to port kernels and maybe it is alot harder???
xperiap said:
but I cant find tutorials on how to port kernels
Click to expand...
Click to collapse
Have you looked HERE?
XperienceD said:
Have you looked HERE?
Click to expand...
Click to collapse
Yes, cant see any tutorials on how to port kernels... I think you too, huh?
I only want arc knight kernel [Xperia Arc / s] for my Pro. Maybe someone can do it??? Or help me do it im really a noob
xperiap said:
Yes, cant see any tutorials on how to port kernels... I think you too, huh?
Click to expand...
Click to collapse
I didn't no, but then again I'm not looking to port a kernel, so try asking your question in the section that's there to help, or read the material that's freely available using google (like I just did to see what's available) to help with your quest.
XperienceD said:
I didn't no, but then again I'm not looking to port a kernel, so try asking your question in the section that's there to help, or read the material that's freely available using google (like I just did to see what's available) to help with your quest.
Click to expand...
Click to collapse
I cant find any tutorial on how to potr kernels. So Im asking it in a thread.
Sorry if I posted in wrong place, but no subforum for the Pro.
Hi! Developing kernels is way to different than just porting ROMs. Also you don't port kernels you develop them from scratch. There's no way to port a kernel into another device.
Here's a very2 basic tutorial on building kernel for Xperia but you still won't understand it without proper knowledge.
http://developer.sonymobile.com/wp/2011/05/06/how-to-build-a-linux-kernel/
Here's the source code.
http://dl-www.sonymobile.com/cws/download/1/105/457/8/1339505718/4_1_B_0_431_tar.bz2
Take note that source code doesn't contain any modifications compiling that right away would just leave you a replica of stock kernel without overclocking, volting, tweaks etc.
Kernel development is a critical part of android customization and anyone is not recommended to play with it even for average developers. It could harm your device to the point that it would burn out or explode.
xperiap said:
I cant find any tutorial on how to potr kernels. So Im asking it in a thread.
Sorry if I posted in wrong place, but no subforum for the Pro.
Click to expand...
Click to collapse
My point was to try asking in the section dedicated to Android development, as you'll probably get better help or pointers than you will by posting it here, and if you've not found anything at all in regards to kernel building/porting then you're obviously not using google correctly.
Riyal said:
Hi! Developing kernels is way to different than just porting ROMs. Also you don't port kernels you develop them from scratch. There's no way to port a kernel into another device.
Here's a very2 basic tutorial on building kernel for Xperia but you still won't understand it without proper knowledge.
http://developer.sonymobile.com/wp/2011/05/06/how-to-build-a-linux-kernel/
Here's the source code.
http://dl-www.sonymobile.com/cws/download/1/105/457/8/1339505718/4_1_B_0_431_tar.bz2
Take note that source code doesn't contain any modifications compiling that right away would just leave you a replica of stock kernel without overclocking, volting, tweaks etc.
Kernel development is a critical part of android customization and anyone is not recommended to play with it even for average developers. It could harm your device to the point that it would burn out or explode.
Click to expand...
Click to collapse
WoW Riyal, who is this guy I see you everwhere, are you the BEST android developper???
Can u PLZZZ make Arc knight kernel for Xperia Pro ??? I have some money to donate if u want, or help me do and answering questions / problems im facing.
PLz reply thanks!
I'm not the best android developer in fact I am not an android developer.
I am a server administrator and a programmer and it's just I am also a linux kernel developer.
It just so happens that I am the only and sole android kernel developer which is this active for Xperia Pro. If you don't trust me feel free to approach any other developers like FXP and cross fingers that he would reply to you.
I'll try to look for any arc night sources if I found one I'll guide you if not then try ask the creator of arcnight for it's sources then I'll help you.
Ok here's a quick tutorial. I am not good at teaching things so I hope you understand that. I would also assume you have at least basic knowledge with linux and compiling stuff. If not then learn it first before proceeding.
1st.
You must have a linux machine. No windows only linux.
2nd.
download arcnight kernel sources here.
https://github.com/Jimbo77/Arc-Night-Kernel--4.1.C.0.7-/zipball/master
3rd.
go to kernel/arch/arm/configs/
You should be able to see lot's of config files there just pick these 2.
ArcKnight_defconfig
semc_iyokan_defconfig
4th.
Now compare both files make sure that everything in semc_iyokan_defconfig should be also in ArcKnight_defconfig
Ex. if a config in arcKnight says
# CONFIG_MACH_SEMC_IYOKAN is not set
while config in semc_iyokan_defconfig says
CONFIG_MACH_SEMC_IYOKAN=y
Then change arcknight's config and match it with iyokan's
5th.
Download eabi here.
https://sourcery.mentor.com/sgpp/lite/arm/portal/[email protected]=lite
6th
follow everything in here.
http://developer.sonymobile.com/wp/2011/05/06/how-to-build-a-linux-kernel/
7th.
in the line
ARCH=arm CROSS_COMPILE=/opt/arm-2010q1/bin/arm-none-eabi- make semc_zeus_defconfig
Click to expand...
Click to collapse
on sony's dev page change it instead to
ARCH=arm CROSS_COMPILE=/opt/arm-2010q1/bin/arm-none-eabi- make ArcKnight_defconfig
Click to expand...
Click to collapse
Done.
Note that I am not responsible if you brick your device. You are using a kernel made for Arc/Arc S and also I am not the developer of that kernel to assure you that it doesn't have any changes which would affect any specific device in any way.
I started and understand the setup etc. but not part 6, when I run terminal and type ''cd kernel'' it says
bash: cd: kernel: File or map doesnt exist
Click to expand...
Click to collapse
AND Ive downloaded eabi. Its a .bin file [is that ok?] and I cant open it! How can I open it??
I'm looking for a dev team to port firefox OS to loads of devices, you need to have know git yes I'm posting it on my teams git-hub page. I'm keeping this short coz I can't think of anything. Apart from this
Important: Only devices running at least Android 4 (aka Ice Cream Sandwich) are supported. If your device is listed above but running an older version of Android, please update it before doing anything.
Click to expand...
Click to collapse
Quote from mozilla. So the Galaxy will only work with a custom ROM. Thats it!
Is MTK6589 Supported?
Apph3x said:
I'm looking for a dev team to port firefox OS to loads of devices, you need to have know git yes I'm posting it on my teams git-hub page. I'm keeping this short coz I can't think of anything. Apart from this Quote from mozilla. So the Galaxy will only work with a custom ROM. Thats it!
Click to expand...
Click to collapse
MTK6589 supported..coz full source are out....and i m ready 2 join ur porting firefox OS
Nice
Dhogai vannan said:
MTK6589 supported..coz full source are out....and i m ready 2 join ur porting firefox OS
Click to expand...
Click to collapse
I'm adding u to gihub team now
Hang on
Dhogai vannan said:
MTK6589 supported..coz full source are out....and i m ready 2 join ur porting firefox OS
Click to expand...
Click to collapse
BTW wats ur gihub name
tQ...
Apph3x said:
I'm adding u to gihub team now
Click to expand...
Click to collapse
The Same Name It GITHUB to...
Test Device?
Apph3x said:
I'm looking for a dev team to port firefox OS to loads of devices, you need to have know git yes I'm posting it on my teams git-hub page. I'm keeping this short coz I can't think of anything. Apart from this Quote from mozilla. So the Galaxy will only work with a custom ROM. Thats it!
Click to expand...
Click to collapse
Before you start your team needs a device to begin porting with. I recommend The Samsung Galaxy S2 GT-i9100 its a very good device and I could test the rom/OS
Hey guys,
I'm also trying to port firefoxos to the androidarmv6 project device galaxy5(gt-i5500)
I may learn many things from you guys.
Hi guys,
I'm currently working on Galaxy Wonder (aka ancora aka GT-I8150) and i use CM10.1 but still dont have any result because of my free time.
But starting today i should have more time to work on it.
Good luck guys.
what requires devices to port this OS... im on arc s (LT8i)....in the past someone have work on it but get stop....
arc_n_krizt said:
what requires devices to port this OS... im on arc s (LT8i)....in the past someone have work on it but get stop....
Click to expand...
Click to collapse
The op states that the device should be running on at least ICS
Sent from my HTCSensation using Tapatalk
Hi NDT viewers.you migth be wondering what is this NDT or Nokia X development thread.why it is here when we already have a development forum for Nokia X
so open your eyes and read below.
.
.
NDT is a thread which is not for developing only Nokia x but also you and help you become a dev.here I will put my effort to bring you some guides that help you become a dev faster.this thread provides all useful
1.Guides that help you as nearly as possible.
2.Roms that are best at available.
3.mods to improve your Nokia X,XL.
4.famous kernel so you can build a kernel for mobiles especially Nokia X
NOTE:the guides and mods can be used for most devices.
I cant find a thread here.
ask and get it.
GUIDE's
Port your first ROMhttp://forum.xda-developers.com/showthread.php?t=1908008
NOTE:use Lewa OS as its most stable available
YOUR FIRST KERNEL FROM SOURCEforum.xda-developers.com/showthread.php?t=1748297there is no way of porting kernels I think+ADD FEATURES TO KERNELxda-university.com/as-a-developer/adding-features-to-your-kernelhttp://forum.xda-developers.com/showthread.php?t=1660638
.
HOW TO MAKE A FLASHABLE ZIPhttp://forum.xda-developers.com/showthread.php?t=2633379Migth be helpful
So heres the guide for compiling pacman
compile PAC
MOD'S
PURE MODS [email protected]
PUREAUDIOforum.xda-developers.com/showthread.php?t=2293589
.
zepperlinrox supercharge
forum.xda-developers.com/showthread.php?t=991276
Give him credits.use this in your upcoming rom and rule the SPEED
KERNEL's
GOLDEN KERNELforum.xda-developers.com/galaxy-nexus/development/kernel-golden-kernel-1-8-3-3-0-101-4-3-t2385236
THEME's
will post soon
OTHER's
will post soon
will be useful
post soon
Its time to move.
Lets make a rom
sumondhk1 said:
Its time to move.
Lets make a rom
Click to expand...
Click to collapse
I am crying man.finally I am hearing a response.wait more guides up ahead
–NigthFury– said:
I am crying man.finally I am hearing a response.wait more guides up ahead
Click to expand...
Click to collapse
Thank you for your effort.
I will try my best but I am newbie.
I like experiment but just afraid of hard brick.
sumondhk1 said:
Thank you for your effort.
I will try my best but I am newbie.
I like experiment but just afraid of hard brick.
Click to expand...
Click to collapse
we already have a solution to hardbrick
–NigthFury– said:
we already have a solution to hardbrick
Click to expand...
Click to collapse
What is that? Which thread?
That's a good news.
sumondhk1 said:
What is that? Which thread?
That's a good news.
Click to expand...
Click to collapse
the thread is made by mfzdi in general
–NigthFury– said:
the thread is made by mfzdi in general
Click to expand...
Click to collapse
can find it. please post link.
cheers
Link is Dead !
–NigthFury– said:
Port your first ROMhttp://forum.xda-developers.com/showthread.php?t=1908008
So heres the guide for compiling pacman
compile PAC
Click to expand...
Click to collapse
Bro this link has two "http://" remove one to work
i am in need of wifi fix since i cant find away to extract persit.img file, hence the stock rom is okay
hahahayyyy
@wulsic and @corsicanu, you who have more experience with ROMs could answer me one thing? Lately'm interested by the Firefox OS, and found a tutorial to port Firefox OS for new devices, do if I follow himself being a beginner I would still be able to perform the port?
Link to the tutorial: https://developer.mozilla.org/en-US/Firefox_OS/Developing_Firefox_OS/Porting
Note: If you are in the wrong place some moderator could move the topic? Thanks
@John Blueh
I have never ported Firefox os before but I think that you could try to do it and then use our sourcecode . When you are creating those new files then I would say that you must take My cm11 Testing branch cause thats a good repository.
github.com/wulsic/android_device_samsung_nevispcm11
You must maybe remove some crappy lines, but you could watch to the example mentioned by the Firefox os people and compare it.
wulsic said:
@John Blueh
I have never ported Firefox os before but I think that you could try to do it and then use our sourcecode . When you are creating those new files then I would say that you must take My cm11 Testing branch cause thats a good repository.
github.com/wulsic/android_device_samsung_nevispcm11
You must maybe remove some crappy lines, but you could watch to the example mentioned by the Firefox os people and compare it.
Click to expand...
Click to collapse
What do you use the repository? I told you it was beginner XD
John Blueh said:
What do you use the repository? I told you it was beginner XD
Click to expand...
Click to collapse
Ahh I am also still a beginnner xD
Just use this repository for the files you need, like Boardconfig etc mentioned in the guide
https://github.com/wulsic/android_device_samsung_nevispcm11/tree/Testing
@wulsic, unfortunately will not go to port Firefox OS, my HD is in trouble and can fail at any time
John Blueh said:
@wulsic, unfortunately will not go to port Firefox OS, my HD is in trouble and can fail at any time
Click to expand...
Click to collapse
Well that sucks goodluck with it :good: hope that your harddrive can survive
I found this rom on chinese forum and im sharing here.. it is not mine. developer name is Happy. All credits to him.
this rom is pretty stable and smooth overall, nice battery too I think. Ive tested for only a day. Only problem is that u have to debloat it for yourself.
Flash gapps 6.0 from opengapps.
ROM: Mod Edit: Link removed
released on 2018-1-13
it has multilanguage
???
collisiion said:
I found this rom on chinese forum and im sharing here.. it is not mine. developer name is Happy. All credits to him.
this rom is pretty stable and smooth overall, nice battery too I think. Ive tested for only a day. Only problem is that u have to debloat it for yourself.
Flash gapps 6.0 from opengapps.
ROM: https://drive.google.com/file/d/1XhJopvXc7Sec3JTTN4fMBEUHfb4fhn_Y
released on 2018-1-13
it has multilanguage
Click to expand...
Click to collapse
Or you can just download it from the developers website: official website.: http://forum.flymeos.com/thread-28416-1-1.html
tsongming said:
Or you can just download it from the developers website: official website.: http://forum.flymeos.com/thread-28416-1-1.html
Click to expand...
Click to collapse
yes it is better download from there. i dindntt know the site. thanks
tsongming said:
Or you can just download it from the developers website: official website.: http://forum.flymeos.com/thread-28416-1-1.html
Click to expand...
Click to collapse
Those versions are outdated. They were released 2017.07.07. The one from chinese forum is much recent than those
collisiion said:
Those versions are outdated. They were released 2017.07.07. The one from chinese forum is much recent than those
Click to expand...
Click to collapse
If you have a X722 >>>>>> DO NOT INSTALL THIS ROM!!!!
I hope you don't take this post personally, I am only wanting to warn people about the dangers of using this Rom, and not trying to insult you.
First this Rom is not really newer.
I just compared the files of the two ROMs ( side by side ) and it mostly has the exact same files with the same dates and sizes.
But this one has more bloatware, and a different kernel ( the wrong one) simply compiled at a later date.
Its using the S1 Coolpad kernel and that is dangerous for some users.
I would not trust the link to the Flyme website either:
I used that one for two days and although it had all of the correct radio files from stock EUI, it still had too many FC's and the overheating was so bad I thought the phone was bricked at one point.
I am sure that you don't want people to brick their phones!?
* Why not just install something stable and guaranteed to work.
Reminder based on the Coolpad S1 kernel.
I would strongly Advise that anyone with a X722 to not bother unless you want a guaranteed brick.
The only positive aspect that I can see is that this Rom is It has alot of sounds, that is not a joke.
It has 40 ringtones
40 Alarm sounds
30 Notification sounds
30 misc ui sounds
Seriously, these links need to be taken down.
See attached
tsongming said:
See attached
Click to expand...
Click to collapse
ok man no problem, i will ask admin to take this thread down. thanks
collisiion said:
ok man no problem, i will ask admin to take this thread down. thanks
Click to expand...
Click to collapse
Thank you,
Closed per OP