How To Help/Report Bugs/ become a Dev - Sony Xperia S, Acro S, Ion

Hello!
I've been flashing ROMs for a while and I'm getting interested in development. While there are many guides for how to flash ROMs, etc. I couldn't find any post explaining how to begin if you want to become a dev.
Through some googling, there is useful information, but its dispersed, and I think it would be awesome if someone creates a beginner's guide in our SXS forum.
Things that should be covered in my opinion:
-how to help devs by reporting bugs (how to do it right?)
-understand android
-well how to develop?
I would do such a guide by myself, but I don't I think that I know enough about it.
I would really really appreciate help, as I think this will be very useful for any beginner. I'm not a native speaker, so apologise for any errors...
Sent from my Xperia S using xda app-developers app

mrmigg said:
Hello!
I've been flashing ROMs for a while and I'm getting interested in development. While there are many guides for how to flash ROMs, etc. I couldn't find any post explaining how to begin if you want to become a dev.
Through some googling, there is useful information, but its dispersed, and I think it would be awesome if someone creates a beginner's guide in our SXS forum.
Things that should be covered in my opinion:
-how to help devs by reporting bugs (how to do it right?)
-understand android
-well how to develop?
I would do such a guide by myself, but I don't I think that I know enough about it.
I would really really appreciate help, as I think this will be very useful for any beginner. I'm not a native speaker, so apologise for any errors...
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
Well im a bit ahead of you
Im learning to code in "C" (what linux>android is coded i )
Im also learning to code in java (what android apps is coded in (not only that but the google "A.P.I's)
I havnt given too much information here but if you have a question then ask im quite sure me and alot of other people can answer them
~How to help devs
Xda Dev DB has a report a bug button. If a dev makes a thread in dev db then it will have these features
Some custom roms have a report a bug button.
~understanding android
Depends on what exactly you want to understand
~how to develop
I suggest starting with kernels
Try learning to add some changes (cpu OC/aditional patches , govenors and schedulers)
Then once you've mastered kernel editing then look for some of the Cyannogenmod Guides to building for your device
Once you've mastered that then well, you can develop anything that is coded in C anything based on C

First, thanks!
So basically I should start learning C? Do you have some websites which you can recommend me? (Beside Cyanogenmod's...)
Gesendet von meinem Xperia S mit Rayman's 4.4 KitKat

mrmigg said:
First, thanks!
So basically I should start learning C? Do you have some websites which you can recommend me? (Beside Cyanogenmod's...)
Gesendet von meinem Xperia S mit Rayman's 4.4 KitKat
Click to expand...
Click to collapse
Apart from websites, please do read Head First C and C: The Programming Language by Dennis Ritchie and Brian Keringhan. They are good books:thumbup:
And once you've got a good hang of the language, check out Linux Kernel Development by Robert Love. It's an awesome book.
Good luck
Sent from my LT26i using Tapatalk

mrmigg said:
First, thanks!
So basically I should start learning C? Do you have some websites which you can recommend me? (Beside Cyanogenmod's...)
Gesendet von meinem Xperia S mit Rayman's 4.4 KitKat
Click to expand...
Click to collapse
umm according to me learning C is important but it comes later..Before that you need to understand the following
1. Linux- When i started out, i had no idea how a linux system works and naturally half the time went in learning about it( Now i love it..)
My suggestion : try to install a linux based distro..i would suggest ubuntu...If you dont want to install another OS then just install virtualbox and install Ubuntu 12.04 or 13.04 and try to mess around with it..
2. Android- If you know a bit about linux then this will get simplified....you will know what a kernel means and how the partitions are different from Windows,why we root our devices,what is open source etc..
3-Next is your choice: You wanna build a ROM,a kernel,a tool is all upto you...first thing will naturally be getting the source...i agree with envious_data here...first try with building a kernel...you will learn loads...my suggestion...first build a kernel without tweaking anything.....i.e. stock kernel...then add tweaks and build(this is the time you'll need a bit of knowledge about C)
I can help you with one thing...if you wanna know a bit more about android then i had written a small guide here a few days back..
Also i have compiled a tool containing a few utilities..which should get you started....but don't rely totally on the tool...study and use the tool simultaneously if you are using it...you can download it through my signature...first link...
have fun coding....

Dark Wraith said:
umm according to me learning C is important but it comes later..Before that you need to understand the following
1. Linux- When i started out, i had no idea how a linux system works and naturally half the time went in learning about it( Now i love it..)
My suggestion : try to install a linux based distro..i would suggest ubuntu...If you dont want to install another OS then just install virtualbox and install Ubuntu 12.04 or 13.04 and try to mess around with it..
2. Android- If you know a bit about linux then this will get simplified....you will know what a kernel means and how the partitions are different from Windows,why we root our devices,what is open source etc..
3-Next is your choice: You wanna build a ROM,a kernel,a tool is all upto you...first thing will naturally be getting the source...i agree with envious_data here...first try with building a kernel...you will learn loads...my suggestion...first build a kernel without tweaking anything.....i.e. stock kernel...then add tweaks and build(this is the time you'll need a bit of knowledge about C)
I can help you with one thing...if you wanna know a bit more about android then i had written a small guide here a few days back..
Also i have compiled a tool containing a few utilities..which should get you started....but don't rely totally on the tool...study and use the tool simultaneously if you are using it...you can download it through my signature...first link...
have fun coding....
Click to expand...
Click to collapse
Actually I´m using Linux for a while now, and yes I love it, don´t want to use windows anymore. I also began some coding in C but anyway I was lacking a clear guide for where to begin. Maybe I should just begin building a kernel. I think the CyanogenMod Wiki explains that in a good way, doesnt it?
I´ll try your tool then, too! Thanks bro!

mrmigg said:
Actually I´m using Linux for a while now, and yes I love it, don´t want to use windows anymore. I also began some coding in C but anyway I was lacking a clear guide for where to begin. Maybe I should just begin building a kernel. I think the CyanogenMod Wiki explains that in a good way, doesnt it?
I´ll try your tool then, too! Thanks bro!
Click to expand...
Click to collapse
no cyanogenmod wiki contains guides to build cyanogenmod...if you are going for kernel...go for xda university tutorial and if you have any queries about C..you can pm me...i am not an expert but i know a few things...
If u are using my tool then do leave a feedback there as idk if anyone downloaded or used it....and idk if its good/bad/if it has bugs etc...

Perfect...thanks for the help
Gesendet von meinem Xperia S mit Tapatalk

Dark Wraith said:
no cyanogenmod wiki contains guides to build cyanogenmod...if you are going for kernel...go for xda university tutorial and if you have any queries about C..you can pm me...i am not an expert but i know a few things...
If u are using my tool then do leave a feedback there as idk if anyone downloaded or used it....and idk if its good/bad/if it has bugs etc...
Click to expand...
Click to collapse
A tool eh?
Link me to your tool. I'm good at breaking things... And finding bugs
(already found about 15 with my PS4 firmware xD)
Sent from my LT26i using XDA Premium 4 mobile app

Envious_Data said:
A tool eh?
Link me to your tool. I'm good at breaking things... And finding bugs
(already found about 15 with my PS4 firmware xD)
Sent from my LT26i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Its in my signature......first one....

mrmigg said:
Hello!
I've been flashing ROMs for a while and I'm getting interested in development. While there are many guides for how to flash ROMs, etc. I couldn't find any post explaining how to begin if you want to become a dev.
Through some googling, there is useful information, but its dispersed, and I think it would be awesome if someone creates a beginner's guide in our SXS forum.
Things that should be covered in my opinion:
-how to help devs by reporting bugs (how to do it right?)
-understand android
-well how to develop?
I would do such a guide by myself, but I don't I think that I know enough about it.
I would really really appreciate help, as I think this will be very useful for any beginner. I'm not a native speaker, so apologise for any errors...
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
Envious_Data said:
Well im a bit ahead of you
Im learning to code in "C" (what linux>android is coded i )
Im also learning to code in java (what android apps is coded in (not only that but the google "A.P.I's)
I havnt given too much information here but if you have a question then ask im quite sure me and alot of other people can answer them
~How to help devs
Xda Dev DB has a report a bug button. If a dev makes a thread in dev db then it will have these features
Some custom roms have a report a bug button.
~understanding android
Depends on what exactly you want to understand
~how to develop
I suggest starting with kernels
Try learning to add some changes (cpu OC/aditional patches , govenors and schedulers)
Then once you've mastered kernel editing then look for some of the Cyannogenmod Guides to building for your device
Once you've mastered that then well, you can develop anything that is coded in C anything based on C
Click to expand...
Click to collapse
Created a guide, in case you are interested
http://forum.xda-developers.com/showthread.php?t=2585260

Wooow!Thats awesome! I really appreciate that, thank you for spending your time on that! great man!
Gesendet von meinem LT26ii mit Tapatalk

Right now I' m on holidays, so I hadnt the chance to read everything yet...but... I screenshoted everything so its plane-friendly thank you, really, you made a great job!
Gesendet von meinem LT26ii mit Tapatalk

Dark Wraith said:
Created a guide, in case you are interested
http://forum.xda-developers.com/showthread.php?t=2585260
Click to expand...
Click to collapse
Bam, you got into the XDA-Portal news! Congratulations, another thanks, and a happy new year men!
Gesendet von meinem LT26ii mit Tapatalk

mrmigg said:
Bam, you got into the XDA-Portal news! Congratulations, another thanks, and a happy new year men!
Gesendet von meinem LT26ii mit Tapatalk
Click to expand...
Click to collapse
yeah two times...one for tool and once for guide........thx to the portal mods......anyways...Happy new Year to you too..

Related

[Development][Port] CyanogenMod 7/Oxygen for the Galaxy W

***this thread is made strictly for development purposes so that any developer can join up and help the development of a working port of this for the Galaxy Wonder***
Okay at this point in time I'm trying to make an hard port (the easy way) of CM7 by trying to make a generic build of CM7, then bundling it with Arco68's kernel and afterwards fix the libs and whatnot.
I've already managed to compile the generic build and am now playing around to create a working .ZIP file.
Update 1 : ZIP install fine, but no boot, at least for now. Time to play a little
Update 2: Hm, weird. I was convinced this was gonna work. I'm most likely missing some Samsung patches and **** that generic builds don't have. Going back to the drawing board.
Update 3: While I go into theories about how I should go about CM7, I'm also downloading the sources for Oxygen, because I prefer it over CM7. That way I can study both.
Right on bring it on !
Sent from my GT-I8150 using xda premium
KP, as always I can test whatever firmware you are working on, even if it doesn't boot on your device I can try on mine to see if it works
fender90 said:
KP, as always I can test whatever firmware you are working on, even if it doesn't boot on your device I can try on mine to see if it works
Click to expand...
Click to collapse
Same for me!
Inviato dal mio GT-I8150 usando Tapatalk
i appreciate it and waiting for good news....
i can help by trying it on mi thone
KP....any updates
Sent from my GT-I8150 using xda premium
Since hard porting was getting me nowhere, I decided to try the hard way and I'm currently making a vendor and device config manually. I'm basing it on YardE's awesome work on the Galaxy S Plus front. At least it saves me some work, but there is still a whole lot to do.
Sent from my GT-I8150 using XDA App
Will u make this compatible with the exhibit II
via Dan swagger
How's it going KP? We're starving for updates
Got stuck, waiting for feedback from Arco.
KezraPlanes said:
Got stuck, waiting for feedback from Arco.
Click to expand...
Click to collapse
For a moment when I saw KP replied to this thread I went "yes! yes! he made it!" and when I read your post I just went "aaaawwwwwww...."
Sorry, could not help it. LOL!
It seems Arco's been busy too.
wiseless said:
For a moment when I saw KP replied to this thread I went "yes! yes! he made it!" and when I read your post I just went "aaaawwwwwww...."
Sorry, could not help it. LOL!
It seems Arco's been busy too.
Click to expand...
Click to collapse
yeah me too
Waiting Mode : ON
Really really am hungry for this thread's updates.
SyzwnFrzRdz said:
Really really am hungry for this thread's updates.
Click to expand...
Click to collapse
me too, i can't wait for this thread's updates
Any updatee?
Kezra i want to try by using this http://www.droidforums.net/forum/steel-droid/196475-guide-how-build-your-own-rom-cm7-source.html guide
DarthJonathan said:
Kezra i want to try by using this http://www.droidforums.net/forum/steel-droid/196475-guide-how-build-your-own-rom-cm7-source.html guide
Click to expand...
Click to collapse
Good luck with that considering we have zero basis to work on and building a ROM from source. If you achieve the miracle of building a 'vendor' folder that actually compiles, tell me. That tutorial assumes you have a vendor config that works for your device.
Anyways good luck. I'm still trying to make a working vendor folder.
KezraPlanes said:
Good luck with that considering we have zero basis to work on and building a ROM from source. If you achieve the miracle of building a 'vendor' folder that actually compiles, tell me. That tutorial assumes you have a vendor config that works for your device.
Anyways good luck. I'm still trying to make a working vendor folder.
Click to expand...
Click to collapse
He says i should take out the make files?? but how?? where is our device setup folder where i can excecute the . setup-makefile.sh command? THX A TON KEZRAAA
EDIT : and the have not the vendor for I9001 either so we are starting from zero i do what i can to help you
DarthJonathan said:
He says i should take out the make files?? but how?? where is our device setup folder where i can excecute the . setup-makefile.sh command? THX A TON KEZRAAA
EDIT : and the have not the vendor for I9001 either so we are starting from zero i do what i can to help you
Click to expand...
Click to collapse
You might be able to find those files at Arco's Github.
https://github.com/arco/android_device_samsung_ancora
The above link does contain a file called " setup-makefiles.sh"
You might also want to look at the following:
https://github.com/arco/android_vendor_samsung_ancora
I am not sure if this is what you are looking for, but Hopefully this will help you.

Best kernel for battery life!!!

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??

[Q] if someone can help!!

i am using xperia arc s and had used many roms and kernels and want to develop myself with my needs .....
where should i start learning rom modding or making kernels ,,,
i dont know if somebody asked it first
sekhon9 said:
i am using xperia arc s and had used many roms and kernels and want to develop myself with my needs .....
where should i start learning rom modding or making kernels ,,,
i dont know if somebody asked it first
Click to expand...
Click to collapse
You should look into xda University
Lol, Google "how to make a ROM" and you'll see just how many times its been asked and answered. See my Arc guide, I've posted links there too to help.
Sent from myushi
XperienceD said:
Lol, Google "how to make a ROM" and you'll see just how many times its been asked and answered. See my Arc guide, I've posted links there too to help.
Sent from myushi
Click to expand...
Click to collapse
now that's what i've been asking bout
thanks man much app-reciated
sekhon9 said:
i am using xperia arc s and had used many roms and kernels and want to develop myself with my needs .....
where should i start learning rom modding or making kernels ,,,
i dont know if somebody asked it first
Click to expand...
Click to collapse
If u want to learn it the selftaught way - begin with customize and tweak stock ICS / GB ROM with gaining access to the build.prop file and all system folder parts of your phone
Sent from my GT-I9300 using xda app-developers app

[Q] upgrading the os

my htc dhd has a 2.3.7 android os, I want to upgrade for the new rom and new android os
I don't know nothing about nothing. all I nead is a good advice about nice tutorial/guides for work on it
Thank's!
Henm3000 said:
my htc dhd has a 2.3.7 android os, I want to upgrade for the new rom and new android os
I don't know nothing about nothing. all I nead is a good advice about nice tutorial/guides for work on it
Thank's!
Click to expand...
Click to collapse
Here you go!
http://bit.ly/13VrMks
Unfortunately my friend this is not a hold my hand and guide me forum. You need to do some reading and learning like the rest of us. We all had to do it and we all were new at this once. So please read and search then read and search some more before you end up coming back to us requesting help to fix your phone.
Never attempt anything without some kind of basic knowledge of what you are trying to do.
To get anything higher than 2.3.7 means you have to go custom rom like JB or ICS. So my first advice to you would be reading up on how to get your bootloader unlocked since its a DHD. If its an inspire then read up on rooting if its still supported.
Good luck and enjoy the learning.
Sent from my GOLDENEYE S4
Reinaldo33897 said:
Unfortunately my friend this is not a hold my hand and guide me forum. You need to do some reading and learning like the rest of us. We all had to do it and we all were new at this once. So please read and search then read and search some more before you end up coming back to us requesting help to fix your phone.
Never attempt anything without some kind of basic knowledge of what you are trying to do.
To get anything higher than 2.3.7 means you have to go custom rom like JB or ICS. So my first advice to you would be reading up on how to get your bootloader unlocked since its a DHD. If its an inspire then read up on rooting if its still supported.
Good luck and enjoy the learning.
Sent from my GOLDENEYE S4
Click to expand...
Click to collapse
I agree...
To op. Please look through the forums, people have already done lots and lots of work already for you, creating guides and tools and roms and recoveries.
Now I don't want to sound mean, but at the end of the day your going to have to do all the work rooting and flashing yourself, this stuff is not easy for beginners (noobs) your going to have to do some reading and learning.
However this does not mean that some one is not going to help you after you've learned some skills.
Welcome to the xda DEVELOPERS community.
Sent from my GT-I9505 using xda app-developers app
ranger4740 said:
i agree...
To op. Please look through the forums, people have already done lots and lots of work already for you, creating guides and tools and roms and recoveries.
Now i don't want to sound mean, but at the end of the day your going to have to do all the work rooting and flashing yourself, this stuff is not easy for beginners (noobs) your going to have to do some reading and learning.
However this does not mean that some one is not going to help you after you've learned some skills.
Welcome to the xda developers community.
Sent from my gt-i9505 using xda app-developers app
Click to expand...
Click to collapse
yeah what he said!

[S][MOD][LB] CyanogenMod 10 for locked bootloaders

This is CM10 for LB. If you want to check how it works, go here out. Though it's very unlikely to happen, I am not reponsible for bricked devices/whining children whatsoever.
You can get the mod, containing the latest commits and patches from here (*.zip) or here (*.tar.gz). I will also upload it here on XDA, but it may not always be up-to-date. Also feel free to contribute to my source, any help is appreciated.
Oh and since I don't have time to update this thread very often, I will not post a changelog. Though you can track my progress here.
VERY IMPORTANT: Do NOT flash this mod using CWM. Please follow the installation instructions given in the second post instead. If you want to flash it, go here.
Thanks!
XDA:DevDB Information
CyanogenMod 10 for LB, a Tool/Utility for the Sony Xperia S
Contributors
djolivier, atis112, letama
Version Information
Status: Beta
Created 2013-12-16
Last Updated 2014-01-03
Installation instructions
Instructions:
Advanced users can use this instead.
Step: Download (a) CM10(-based) ROM (which means other ROMs such as AOKP or PAC could work too)
Step:
Open the ROM.zip (e.g. "FXP250-cm-10-20131215-UNOFFICIAL-nozomi.zip")
Delete the META-INF folder
Open my mod.
Copy META-INF folder from my mod (master.zip or patch-nozomi.zip) to the ROM.zip
Step:
Delete META-INF folder
Copy META-INF folder from my zip to the ROM.zip
Step:
Copy lb-and-wifi folder from my zip to the ROM.zip
Flash the modified ROM.zip like any other ROM
Happy flashing! :cyclops:
hi.thx for ur works.
i have locked bootloader.what is bugs in this rom!?
im a amature! can u make a zip file ready for flash!?
thx
Hi, thanks for you interest. This ROM does not boot up (boot loop) as of now. Hence I would recommend not to flash this with a locked bootloader though since it's pointless (it is not going to boot and you cannot grab a proper log). That and installation instructions have already been stated one post above yours by the way.
Thanks
Hey Oliver,
I have an unlocked bl and some time in the weekend, I will try this and report back. Thanks for your hard work
hi i just click the thanks button....pleaaaaaase help him, i have locked bootloader, and till now is the only way to keep my phone, or i will change it....pleaaaase save my phone LOL
Hello,
that's exactly why I have started this project, my phone has become boring. Thanks for your support!
Gesendet von meinem LT26i mit Tapatalk
djolivier said:
Hello,
that's exactly why I have started this project, my phone has become boring. Thanks for your support!
Gesendet von meinem LT26i mit Tapatalk
Click to expand...
Click to collapse
Bro, i have a suggestion.. Although this is also a very good idea of bringing CM10 for LB.. Why don't u try a AOSP 4.3/4.4? Fixing all present bugs in letama's 4.3 may be.. Or bringing a SONY UI for 4.3/4.4..??
Hello my friend,
sorry for the late reply, I couldn't find the time to respond.
It might be possible, yes. But it's a lot of work. I chose CM10 because I find it's more likely to work with Stock 4.1.2 kernel than KitKat for example. I don't even know it will work. Many devs say that it's impossible to boot CyanogenMod/AOSP-based ROMs using Stock kernel, and this might be true. I will not give up so fast though, let's see how far we can come. Remember this project can't progress if nobody tries to get me a log (I haven't received a single log yet).
Thanks,
djolivier
djolivier said:
Hello my friend,
sorry for the late reply, I couldn't find the time to respond.
It might be possible, yes. But it's a lot of work. I chose CM10 because I find it's more likely to work with Stock 4.1.2 kernel than KitKat for example. I don't even know it will work. Many devs say that it's impossible to boot CyanogenMod/AOSP-based ROMs using Stock kernel, and this might be true. I will not give up so fast though, let's see how far we can come. Remember this project can't progress if nobody tries to get me a log (I haven't received a single log yet).
Thanks,
djolivier
Click to expand...
Click to collapse
I truely wish to help u out, but right now going through semester exams and i will see what i can do to help after new year.. Meanwhile @franklin93 Can u be a tester? Do u know how to take a logcat via adb from your pc? Will u be able to test djolivier's builds?
Sent from LT26i running eXistenZ UltrA HD
sudhindrakv said:
I truely wish to help u out, but right now going through semester exams and i will see what i can do to help after new year.. Meanwhile @franklin93 Can u be a tester? Do u know how to take a logcat via adb from your pc? Will u be able to test djolivier's builds?
Sent from LT26i running eXistenZ UltrA HD
Click to expand...
Click to collapse
i dont know anything but with lil help,i will learn.i am always ready to help and learn.thank you :good:
Does it work on Xperia T?
Anonimus95 said:
Does in work on Xperia T?
Click to expand...
Click to collapse
The prefix should be sufficient to answer your question
Sent from my GT-I9100 using xda app-developers app
Hello All,
Be careful, I didn't test it much! Don't do that if you're not used to flash stock firmware when everything is broken or phone doesn't boot. Wait for feeback from experienced users!
Now that disclaimer is done, here is a little gift for the end of the year .
I was able to steal my wife XS for few hours and continued @djolivier work, cm10 boots and runs fine now as far as I can tell.
Requirements:
- Rooted stock 1.96 firmware with working recovery
Instructions:
- Download zip from the link above
- Push zip to /sdcard
- Go to recovery
- Flash zip
- Flash gapps
- Wipe data
Note:
I replaced recovery with TWRP, the one I had on locked doesn't work properly. I didn't test much TWRP either, but it seems to behave properly. Be cautious too with it.
Let me know if it works for you. Mine is unlocked, but it runs with a fully stock kernel so it should be the same for you guys.
I'll hand over my scripts and hints to @djolivier, I'll let him manage it, this is his baby after all and I don't have the XS very often.
Hi,
As already said above, it works now courtesy of letama.
Actually, everything except wifi works, but we are already working on it. Stay tuned!
And a happy new year everyone!
Sent from my Xperia S using xda app-developers app
djolivier said:
Hi,
As already said above, it works now courtesy of letama.
Actually, everything except wifi works, but we are already working on it. Stay tuned!
And a happy new year everyone!
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
Good to hear this news, after cm10 is done sucsesfully i hope your next project is cm11 on LB... Thanks and good luck for you...
Sent from my LT26w using XDA Premium 4 mobile app
Hello,
I wish you a happy new year.
Thank's by advance for your job for the firmware.
This flash is ok.
I've just a problem : wifi doesn't work .......
Have you got a solution for this problem ?
Thank's by advance.
Jobez
Yes, it's already fixed, I'll release it soon.
Gesendet von meinem Lenovo A3000-H mit Tapatalk
djolivier said:
Yes, it's already fixed, I'll release it soon.
post more screen shots please
Click to expand...
Click to collapse
I've bin following your thread, would it be possible to get this on Xperia Ion?
I would really appreciate if you could help out the Ion family as well.
Thanks in advance.
You've done a fine job! :good:

Categories

Resources