p760 to p769 porting - LG Optimus L9 P760, P765, P768, P769

someone needs to make a guide because i can boot p760 roms but screen is reversed and with different kernel's i get instant reboot on lg logo.

thasilenthacker said:
someone needs to make a guide because i can boot p760 roms but screen is reversed and with different kernel's i get instant reboot on lg logo.
Click to expand...
Click to collapse
The easiest way is
1. Replace kernel with working P769 kernel.
2. Replace all propeitrary files with P769 version. (You can have these files list from CM)
3. Add some more libraries (I don't know which files. I got brightness config doesn't working problem but I cannot solve it.)
I think that's all. Then you can add some customize to the rom. I used to port MIUI to P769 and that is what I did. But you may have some problem with some hardware library which is not in propreitary files list. It's an trial and error process but you need to have P769 to test it.

@artit do you think you could list the exact files please?

I was trying to figure out how to get jellybean on p769 but I haven't figured it out lol. I tried building from aosp and got some error I couldn't figure out. I was trying to build aosp, and using Anton X sources.
Sent from my Nexus 4 using Tapatalk

thasilenthacker said:
@artit do you think you could list the exact files please?
Click to expand...
Click to collapse
You better use AntonX repo https://github.com/AntonX/android_vendor_lge_p769
Juanito216 said:
I was trying to figure out how to get jellybean on p769 but I haven't figured it out lol. I tried building from aosp and got some error I couldn't figure out. I was trying to build aosp, and using Anton X sources.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
I also tried to build AOSP but cannot boot it up. We already have L9 device tree, it's easier to build CM, AOKP, PAC or AOSPA than AOSP.

artit said:
You better use AntonX repo https://github.com/AntonX/android_vendor_lge_p769
I also tried to build AOSP but cannot boot it up. We already have L9 device tree, it's easier to build CM, AOKP, PAC or AOSPA than AOSP.
Click to expand...
Click to collapse
I attempted before CM 11 sources came out. I haven't tried again since then. I might have another go but this time with CM 11. AOSP might be difficult but not impossible. Then again, I want my tweaks. At the same time though, it would be nice to have a clean, Nexus type of ROM, like a "Google Edition L9"
Sent from my LG-P769 using Tapatalk

ok im using propeitrary files this time im gonna test if it works

@artit by any chance if if's not any trouble for you, I was hoping I could ask how to create an Aroma version of a ROM installer. Any help is greatly appreciated, also thanks for MIUI

leolawliet said:
@artit by any chance if if's not any trouble for you, I was hoping I could ask how to create an Aroma version of a ROM installer. Any help is greatly appreciated, also thanks for MIUI
Click to expand...
Click to collapse
I also start using aroma by examine other dev works. These is what you have to do to use aroma installer.
1. Download it from http://forum.xda-developers.com/devdb/project/?id=330#downloads
2. Downloaded file is an example of aroma. Boot in to recovery and install it, you will see a lot of aroma features. You can create your own test file by copy some config from that file or maybe aroma file in my ROM.
3. Aroma script files are in /META-INF/com/google/android/
- aroma-config -> You use this config to create all dialog and pages in aroma
- updater-script -> Normal updater-script file. You can get aroma options and use it as conditional parameter
- update-binary -> this is aroma program
- update-binary-installer -> this is an original update-binary. If you want to use update-binary from CM or others rom please replace it with this file.
- aroma -> this folder contains resources. I use changelog.txt in this folder.
4. To add aroma to your rom
- In your rom, rename /META-INF/com/google/android/update-binary to update-binary-installer
- copy all aroma files to /META-INF/com/google/android/ (except update-binary-installer and updater-script)
- create you own aroma-config
- customize your updater-script to use options from aroma prop
5. If something go wrong while installing, aroma has an option to save install log to sdcard. You can review what is the problem in that log.
That's all. It's not hard to use aroma.
---------- Post added at 06:09 PM ---------- Previous post was at 06:00 PM ----------
Juanito216 said:
I attempted before CM 11 sources came out. I haven't tried again since then. I might have another go but this time with CM 11. AOSP might be difficult but not impossible. Then again, I want my tweaks. At the same time though, it would be nice to have a clean, Nexus type of ROM, like a "Google Edition L9"
Sent from my LG-P769 using Tapatalk
Click to expand...
Click to collapse
Nice try, I've tried to build AOSP 2 or more times but not success
I can build AOSP but it doesn't boot up. In logcat there're something wrong with display initialzation. I also try to use CM / AOKP build platform to build AOSP. But it has some libs conflict that I cannot solve.

i kept getting failed flashing zip, i was trying to port chameleon os for p760

keeps saying error in updater-binary

thasilenthacker said:
i kept getting failed flashing zip, i was trying to port chameleon os for p760
Click to expand...
Click to collapse
Some command in update-script is wrong or misplaced. It's hard to correct that. For me, I add some ui_print() to see what's the last step script run into and try to see what is the problem.

ok i found my problem at setting permissions
i used cm set_perm and still same thing its says " ste_perm: some changes failed

artit said:
I also start using aroma by examine other dev works. These is what you have to do to use aroma installer.
1. Download it from http://forum.xda-developers.com/devdb/project/?id=330#downloads
2. Downloaded file is an example of aroma. Boot in to recovery and install it, you will see a lot of aroma features. You can create your own test file by copy some config from that file or maybe aroma file in my ROM.
3. Aroma script files are in /META-INF/com/google/android/
- aroma-config -> You use this config to create all dialog and pages in aroma
- updater-script -> Normal updater-script file. You can get aroma options and use it as conditional parameter
- update-binary -> this is aroma program
- update-binary-installer -> this is an original update-binary. If you want to use update-binary from CM or others rom please replace it with this file.
- aroma -> this folder contains resources. I use changelog.txt in this folder.
4. To add aroma to your rom
- In your rom, rename /META-INF/com/google/android/update-binary to update-binary-installer
- copy all aroma files to /META-INF/com/google/android/ (except update-binary-installer and updater-script)
- create you own aroma-config
- customize your updater-script to use options from aroma prop
5. If something go wrong while installing, aroma has an option to save install log to sdcard. You can review what is the problem in that log.
That's all. It's not hard to use aroma.
---------- Post added at 06:09 PM ---------- Previous post was at 06:00 PM ----------
Nice try, I've tried to build AOSP 2 or more times but not success
I can build AOSP but it doesn't boot up. In logcat there're something wrong with display initialzation. I also try to use CM / AOKP build platform to build AOSP. But it has some libs conflict that I cannot solve.
Click to expand...
Click to collapse
Thanks, it's more simple than I thought it would be
Thank god I'm familiar with updater scripts

still cant get it to work. @artit you think you could modify this to run on our p769's?
http://forum.xda-developers.com/showthread.php?t=2508699

thasilenthacker said:
still cant get it to work. @artit you think you could modify this to run on our p769's?
http://forum.xda-developers.com/showthread.php?t=2508699
Click to expand...
Click to collapse
It's easier to port it to P768 because all I need to change is a firmware file. But for P769 you need to replace kernel so there maybe some incompatible issues. In AOSPA rom I also had problem when I replaced P760 kernel with P768 (from other rom). But when I build new P768 kernel for that rom it works.
I don't have P769 for testing so it's hard for me to port it to P769. Just wait for CM11 or maybe other ROM (AOKP/AOSPA). Most of its dev have paid a lot afford to new 4.4 version.

i am willing to be a tester if youd work on it, im online everyday

artit said:
The easiest way is
1. Replace kernel with working P769 kernel.
2. Replace all propeitrary files with P769 version. (You can have these files list from CM)
3. Add some more libraries (I don't know which files. I got brightness config doesn't working problem but I cannot solve it.)
I think that's all. Then you can add some customize to the rom. I used to port MIUI to P769 and that is what I did. But you may have some problem with some hardware library which is not in propreitary files list. It's an trial and error process but you need to have P769 to test it.
Click to expand...
Click to collapse
Has the brightness thing been solved yet? I am having this issue with a ROM that was "ported" but is incomplete because it completely lacks brightness control.

Related

[ROM] (21/5/12) Renaissance for YP-G1 V3.0 (FINAL)

I decided to make my first custom rom. The main difference over klin1344's klassic is the fact that we can customize what we want with the aroma installer. As of now, there's no customised interface (and there will not be. Consider this like WT Ho's rom for the 5.0).
I stop working on it because I want to try something other than stock. Also thanks for your consideration for this rom. (I will continue the maintenance of it though)
Features:
- Stock 2.3.6 XXKPQ
- Rooted
- Busybox
- Deodexed
- Zipaligned
- Aroma installer: An interactive installer
- Multiple bootanimations.
- Choice between TW 3.0, TW 4.5, Go launcher EX, Xperia S launcher
- Possibility to install DSP manager and voodoo app (for sound enchance)
- Features the CWM 5.0.2.7 (Intl Only. Kernel based from steve's 3.0) (V.1.0)
- US users will recieve the latest klin's R2 custom kernel* (V.1.0).
- Intl and US compatibility in a single zip. (v.2.0)
- SuperSU (v.3.0)
Changelog:
Code:
[B]V.3.0 (Vita) FINAL [/B]
- Deodexed and Zipaligned
- SuperSU is used instead of SuperUser
- Updated Google Play Store, Maps and Youtube app (Can play 720p) (It's real this time)
- Possibility to add Antutu Cpu Master Free (For Overclock)
[B]V.2.0 (Radiance)[/B]
- Name changed only to Renaissance
- Possibility to chose the device type (Thanks to dark_valor's Terra Silent)
- New Honeycomb bootanimation
- Possibility to add terminal to the rom
[B]v.1.0 (Etincelle)[/B]:
- Initial Release.
Download:
1.0
Intl: Intl Renaissance 1.0 Download
US: US Renaissance 1.0 Download
2.0: Renaissance 2.0 Download
3.0: Renaissance 3.0 Download
If you want there's the Xperia S Wallpapers: Xperia S Wallpapers Download
If there's a problem with antutu, install the apk here: Cpu Master Apk Download
If there's a problem with terminal reinstall it.
Instructions:
1. Boot into Cwm
2. Backup
3. Wipe data (BEFORE IT IS MANDATORY)
4. Run renaissance-device.zip
5. Follow the instructions.
6. Reboot
7. Enjoy!
If you do like please hit thanks button. If you have problem with installation, Send me .log file in aroma. If it's problem with the rom please let me know.
Thanks to:
amarullz: for Aroma installer
Klin1344, SteveS and stratosk for the kernel related things.
WT Ho for his base for aroma installer. (and help too )
GO Dev Team , Fr4gg0r and ra3al for their launcher
Dark_balor for his kernel (terra silent)
Jackpal for the terminal emulator
Antutu for the CPU Master
As this is the last version, If you want to use something in the rom (porting) ask me first.(Mostly for Aroma)
These are the possible implementations (suggestions)
- Deodex
- Performance tweaks
- More customisation options
- Better compatibility with apps (Like deviceID hack)
reserved again
screenshots please?
EcHoFiiVe said:
screenshots please?
Click to expand...
Click to collapse
Oh sorry about that. I will put them tomowrrow. (that depends which screenshots you want?)
Is ext4 enabled for data and dbdata? From stock its stuck at rfs.
Wheatly said:
Is ext4 enabled for data and dbdata? From stock its stuck at rfs.
Click to expand...
Click to collapse
Well I didin't enable ext4 so data and dbdata will be stuck at rfs. Sorry about that.
Does the CWM 5 in the kernel I gave you work well? Because when I gave it to you there seemed to be a lot of errors... But if it does, I'll probably apply those changes back to my kernel again and update to cwm 5 because it allows easier converting to ext4. Also, did stratosk give you permission because I used his cwm recovery files from his sources. (just making sure, so he doesn't come and flame me for porting cwm5 from his sources without permission)
Sent using Tapatalk
When you sent it to me back then it wasn't working well. So I fixed the errors on it (I did send a PM for you for testing). I do got permission from stratosk (that's why I put him in the thanks section.) I think I have the US kernel in my mediafire account. I'll upload it so both devices will have justice.
zaclimon said:
When you sent it to me back then it wasn't working well. So I fixed the errors on it (I did send a PM for you for testing). I do got permission from stratosk (that's why I put him in the thanks section.) I think I have the US kernel in my mediafire account. I'll upload it so everyone will have justice.
Click to expand...
Click to collapse
Ok thanks. But how exactly did you fix it? I didn't flash the kernel you gave me but where are your sources? (the Linux kernel is GPL licensed, so it's mandatory to have a source )
Sent using Tapatalk
Never mind for now I will just extract the initrd from your kernel and use git to track the changes from the one I sent to you.
But really, you need to provide a source if you release a kernel, as per the GPL license.
Sent using Tapatalk
From which release of the Klin rom you based yours ?
If it's from the R5, did you had the font that were missing ?
Is it supercharged ?
For the kernel I'm also curious to know what are the change you have done
Dark_Balor said:
From which release of the Klin rom you based yours ?
If it's from the R5, did you had the font that were missing ?
Is it supercharged ?
For the kernel I'm also curious to know what are the change you have done
Click to expand...
Click to collapse
He based it off stock rom. Tomorrow I'll figure out how he fixed cwm 5.0.2.7 from his initramfs.
Sent using Tapatalk
klin1344 said:
Never mind for now I will just extract the initrd from your kernel and use git to track the changes from the one I sent to you.
But really, you need to provide a source if you release a kernel, as per the GPL license.
Sent using Tapatalk
Click to expand...
Click to collapse
I had the source before but my ubuntu 12.04 bugged with my old computer (nvidia problem) so I downloaded 11.04 but I forgot to do a backup.
zaclimon said:
I had the source before but my ubuntu 12.04 bugged with my old computer (nvidia problem) so I downloaded 11.04 but I forgot to do a backup.
Click to expand...
Click to collapse
If you can extract the initramfs then that's basically your source because cwm is only an initramfs change.
But again, how did you do it? Surely you remember what changes you did? It sounds like a minor tweak because you sent me your kernel a matter of hours after I sent you mine.
Btw, you know that you can downgrade ubuntu without losing data right? Ndiswrapper wasn't working on 12.04 so I put my 11.04 disc in and was able to install without losing all my personal files.
Sent using Tapatalk
klin1344 said:
If you can extract the initramfs then that's basically your source because cwm is only an initramfs change.
But again, how did you do it? Surely you remember what changes you did? It sounds like a minor tweak because you sent me your kernel a matter of hours after I sent you mine.
Btw, you know that you can downgrade ubuntu without losing data right? Ndiswrapper wasn't working on 12.04 so I put my 11.04 disc in and was able to install without losing all my personal files.
Sent using Tapatalk
Click to expand...
Click to collapse
I made some changes to the init.rc and lpm.rc I think.
Screenshots like Homescreen, App drawer, Notification place thingy, and settings.
EcHoFiiVe said:
Screenshots like Homescreen, App drawer, Notification place thingy, and settings.
Click to expand...
Click to collapse
Because it is a stock rom (with multiple apps) I won't put screenshots. Once 2.0 will be released (UI modifications) I will put them. You can backup and try it?
zaclimon said:
When you sent it to me back then it wasn't working well. So I fixed the errors on it (I did send a PM for you for testing). I do got permission from stratosk (that's why I put him in the thanks section.) I think I have the US kernel in my mediafire account. I'll upload it so both devices will have justice.
Click to expand...
Click to collapse
zaclimon said:
I made some changes to the init.rc and lpm.rc I think.
Click to expand...
Click to collapse
Ok, I just used git to check your initramfs for your INTL kernel, and lpm.rc is exactly the same as my source, and in init.rc it's also the exact same thing as my source for the CWM 5.0.2.7 beta (not on github anymore), except that you forgot a '/' in enabling bootanimation support.
So I'm confused. When I gave you my kernel, there seemed to be many errors because I was screwing with my partition filesystems, and also got a lot of "md5 mismatches" when trying to convert, so I decided to stop and work on other things. You got it working, and you claimed that you "fixed the errors in init.rc and lpm.rc" without proof with a proper source when you CHANGED NOTHING AT ALL. You probably just got lucky with CWM restoring and no md5 mismatches like I had. So you're releasing a kernel with a CWM 5 port that I completely did, and claiming that YOU fixed most of the errors and got it working when proof shows that all you did was download my source before I deleted it and simply compiled them with SteveS's one click compiling script.
And since you don't have a Github account or a source of any sort, you thought you could get away with tricking everybody that you "fixed the CWM errors", when the work was originally done by me. You changed nothing at all. It was not my intention to flame you, but seriously, I am disapointed . I'm really discouraged and very tempted to just take down all my work for the Galaxy Player and just keep all the development to myself. Maybe that's why precious devs keep leaving XDA because people just use someone else's work and package it as their own. Learn to give proper credit to other people, and if you really didn't make something, don't act or say that you did.
Ok, I'm done. Really needed to vent.
klin1344 said:
Ok, I just used git to check your initramfs for your INTL kernel, and lpm.rc is exactly the same as my source, and in init.rc it's also the exact same thing as my source for the CWM 5.0.2.7 beta (not on github anymore), except that you forgot a '/' in enabling bootanimation support.
So I'm confused. When I gave you my kernel, there seemed to be many errors because I was screwing with my partition filesystems, and also got a lot of "md5 mismatches" when trying to convert, so I decided to stop and work on other things. You got it working, and you claimed that you "fixed the errors in init.rc and lpm.rc" without proof with a proper source when you CHANGED NOTHING AT ALL. You probably just got lucky with CWM restoring and no md5 mismatches like I had. So you're releasing a kernel with a CWM 5 port that I completely did, and claiming that YOU fixed most of the errors and got it working when proof shows that all you did was download my source before I deleted it and simply compiled them with SteveS's one click compiling script.
And since you don't have a Github account or a source of any sort, you thought you could get away with tricking everybody that you "fixed the CWM errors", when the work was originally done by me. You changed nothing at all. It was not my intention to flame you, but seriously, I am disapointed . Maybe that's why precious devs keep leaving XDA because people just use someone else's work and package it as their own. Learn to give proper credit to other people, and if you really didn't make something, don't act or say that you did.
Ok, I'm done. Really needed to vent.
Click to expand...
Click to collapse
ok don't go blaming me BECAUSE IT GOT ERRORS when YOU sent it to me. I corrected some errors but I can't remember which ones is it. I can't get lucky if EVERY of my backups works(Because I got errors for md5 mismatch as well too). It is sure that your init files are the same because I used some of the text you used when you were building YOUR R1 kernel. (so basically I used some of your sources) but you were always complaining about ext4 not working so you gave up on CWMR5.0. and when I said I've fixed them you didin't tested it. DON'T GO COMPLAINING IF YOU DIDIN'T EVEN TESTED IT. (also check all the init files to be sure and also check the thanks it is `kernel related things`.) -___-
EDIT: If you want all the credits. You can have them. I should have said that you made all the changes but the problem was that you gave up on CWMR5.0 so I was like (The kernel works now but I won't release it because you already have your custom kernel with CWMR3.)

[DEV] [ROM] Unoficial MIUI CM9 Xperia Go

Hallo, here is Unoficial MIUI for Sony Xperia Go bassed on CM9 FXP project, compiled by latest patchrom tool. Some things is mising but rom is for daily usage without problem!
Curently fixed things:
- mounts menu and internal mounts
- phone storage is not detected by PC
- external sdcard and everything related to external sdcard
- camera recording, camera photo, camera panorama
- rotation
- lights
- videos frezing
- file manager
- some crashes inside other menus
- youtube HQ videos
- wifi
- mobile data
- galery - crashing
- android aplications menu - crashing
- Smart Dialer
- cal log
- Xperia keyboard
- autostart manager
- personal dictionary
- usb tethering
- wifi tethering
- a2dp
- rotation in games - status full fixed
- If I forgot something please let me know.
Missing things:
- let me know?
Not working:
- FM radio audio routing
- let me know?
Download link:
- http://d-h.st/Y8r
Plan:
- I use this rom daily, MIUI is my favorite rom and my plan is fixining all remaining bugs. If some one is interesting to get this rom full fixed please test it, try to fix something, give your opinions, give your fixes, let me know list of missing things...etc ..etc
My MIUI source code:
- http://github.com/munjeni/miui_sony_xperia
If you want to help you can use my source code and upload to your git, than start patching, but you must open too these source code public and you must give full credits to my hard in your post if you working on these source! Do not forget, I opened source code public and sharing it with you because its my good will !!! So I expecting from you too to open source code if you using my source code as a base! Thanks!
I am surre you will love this rom after first usage!
Full credits:
- FXP (CM9 rom)
- Google, Cyanogenmod team
- Micode team (special credits to yu88my)
- D9ALT for testing and reporting bugs
- xpraken for Xperia keyboard fix
- @nthr@xNine9 for testing and reporting bugs
- akkufix for testings and deutch translation
- vitkutny for czechoslovakia translation
- Rodger_Rulez for rusian translation
- sijav for persian translation
- raypol97 for polish translation
reserved
wow
waiting munjeni : )
Test build 1 is done!
munjeni said:
Test build 1 is done!
Click to expand...
Click to collapse
Are wireless connectivities like wifi, data and bluetooth working?? because i love to use this rom, but i need theese things!!
and are videos like, on youtube working??
Thanks for this rom!! :thumbup:
Sent from my Xperia Go using xda premium
TomNilson said:
Are wireless connectivities like wifi, data and bluetooth working?? because i love to use this rom, but i need theese things!!
and are videos like, on youtube working??
Thanks for this rom!! :thumbup:
Sent from my Xperia Go using xda premium
Click to expand...
Click to collapse
Yes all working of these!
munjeni said:
Yes all working of these!
Click to expand...
Click to collapse
You are my favorite
Sola port will be highly appreciated
Anyways keep your awesome work continue :thumbup:
Sent from my MT27i using xda premium
cant uninstall app
after reboot
Unfortunately, the process android,process.acore has stopped.
bug wifi
when mobile sleep mode wifi auto turn off.
kore44110 said:
cant uninstall app .
Click to expand...
Click to collapse
Did you read OP ? See "Curently missing:"...
sorry
Here is simple tutorial and my script for converting FXP CM9 rom to MIUI. You can use it for making MIUI on Xperia Sola too (download acervenky MIUI Sola rom)!
First of all you need to make some folders:
mkdir cm9miui
cd cm9miui
mkdir GAPPS
mkdir MODULES
Click to expand...
Click to collapse
- Download gapps-ics-20120429-signed.zip and extract it to GAPPS folder.
- Extract boot.img from my MIUI build and put it into root of the cm9miui.
- Extract all .so files from /system/lib/modules from my MIUI build and put it into MODULES folder.
- Download acervenky MIUI build and put it into root of the cm9miui, rename miui zip archive to miui.zip
- Download FXP CM9 buid and put in into root of the cm9miui, rename archive to stockrom.zip
- Download micode tools (its not needed now but you can download if you want to patch framework):
git clone https://github.com/MiCode/patchrom_tools.git TOOLS
Click to expand...
Click to collapse
- Finally, make empty make.sh file and put this -> http://paste.ubuntu.com/1517684/ inside, save it, give 755 permission to it.
If you prepared everything, you can start converting. Run ./make.sh and wait until script convert CM9 to your new MIUI rom! Enjoy!
============================================
Thats an easy part. But we need to modify 3 frameworks! Framework.jar, services.jar and android.policy.jar to get other things fixed! We need to disasemble and compare cm9 framework with these 3 frameworks and add/moodify/merge/patch these 3 frameworks using and comparing with cm9 framework! I will try to get MIUI from real patchrom, if I can not get it booting I will try to fix something in current build. I will be happy if some one start working in curent MIUI build and if some one fix something, curent build is "solid" build but have some things missing, but in any way rom can be used daily without any problem, I using it daily! Enjoy guys with script... waiting something fixed by you!
Quite a tutorial
That's why you are so special
Sola owners who has some geeky capabilities, start something like this.
We are overwhelmed my lord
Sent from my MT27i using xda premium
munjeni said:
Here is simple tutorial and my script for converting FXP CM9 rom to MIUI. You can use it for making MIUI on Xperia Sola too (download acervenky MIUI Sola rom)!
First of all you need to make some folders:
- Download gapps-ics-20120429-signed.zip and extract it to GAPPS folder.
- Extract boot.img from my MIUI build and put it into root of the cm9miui.
- Extract all .so files from /system/lib/modules from my MIUI build and put it into MODULES folder.
- Download acervenky MIUI build and put it into root of the cm9miui, rename miui zip archive to miui.zip
- Download FXP CM9 buid and put in into root of the cm9miui, rename archive to stockrom.zip
- Download micode tools (its not needed now but you can download if you want to patch framework):
- Finally, make empty make.sh file and put this -> http://paste.ubuntu.com/1517684/ inside, save it, give 755 permission to it.
If you prepared everything, you can start converting. Run ./make.sh and wait until script convert CM9 to your new MIUI rom! Enjoy!
============================================
Thats an easy part. But we need to modify 3 frameworks! Framework.jar, services.jar and android.policy.jar to get other things fixed! We need to disasemble and compare cm9 framework with these 3 frameworks and add/moodify/merge/patch these 3 frameworks using and comparing with cm9 framework! I will try to get MIUI from real patchrom, if I can not get it booting I will try to fix something in current build. I will be happy if some one start working in curent MIUI build and if some one fix something, curent build is "solid" build but have some things missing, but in any way rom can be used daily without any problem, I using it daily! Enjoy guys with script... waiting something fixed by you!
Click to expand...
Click to collapse
Munjeni I would like to work on this MIUI for Sola............ need your guidance........... can I PM you for help related to this.????????????
@[email protected] said:
Munjeni I would like to work on this MIUI for Sola............ need your guidance........... can I PM you for help related to this.????????????
Click to expand...
Click to collapse
No by pm, please ask here! I am sure some one will help you if I have no free time to help you!
I can't turn on battery percentage!?! When i click on percentage, it still shows graphical!!
Sent from my Xperia Go using xda premium
how to Install it? do I need to wipe something before install or just install like regular cm update whitout wipe.
kala123 said:
how to Install it? do I need to wipe something before install or just install like regular cm update whitout wipe.
Click to expand...
Click to collapse
You need to wipe everything because its not update
TomNilson said:
I can't turn on battery percentage!?! When i click on percentage, it still shows graphical!!
Sent from my Xperia Go using xda premium
Click to expand...
Click to collapse
I going to stop development for this rom and make new (from begining) by patchrom tool... because curent rom is an repack only (mean - framework is not merged with latest CM9 - frameworks is from old MIUI, so I need to merge it, but I will not do it to current rom, instead of doing that I will start with latest MIUI). I started allready, rom fail to boot, but I will fix it soon
I will wait the next version then
thanks
munjeni said:
I going to stop development for this rom and make new (from begining) by patchrom tool... because curent rom is an repack only (mean - framework is not merged with latest CM9 - frameworks is from old MIUI, so I need to merge it, but I will not do it to current rom, instead of doing that I will start with latest MIUI). I started allready, rom fail to boot, but I will fix it soon
Click to expand...
Click to collapse
...and that happens, after i read the whole "acervenky MIUI Sola thread" and loaded tools...
But you're right. :good:
Its quiet better taking latest MIUI and merging this.

[ROM][RC1][GSM] 5 MAY | MyFirstROM v0.91

MyFirstROM (Release Candicate)
I am proudly presenting to you my first ROM I have ever made. ​
NOTE:
Firstly i want so say, I am not responsible for bricked devices, dead phone, or you are getting fired because the alarm app failed. Install it at your own risk! . If you point the finger at me for messing up your device, I will laugh at you.
This ROM is based on 982.124.14.XT910.Retail.en.EU. It will not work on Droid Razr XT912 (CDMA) . Feel free to try this ROM. Any reports / comments about this ROM will be much appreciated. ​
Features:
Click to expand...
Click to collapse
-The ROM is fully deodexed.
-Fully zipaligned on boot
-Added some build.prop tweaks
-Added init.d support
-Rooted
-You can choose neitheir 4 launchers:
Galaxy S4 TouchWiz Launcher
Razr I Launcher
Stock ROM Launcher
Apex Launcher
-Internet speed tweaks
-VM management tweaks
-Battery tweaks
-Include Android 4.2 Camera
-4.2 Keyboard with gesture typing
-Updated these apps:
Youtube (4.4.11)
Playstore (4.0.2.7) with the new interface
Gmail (4.3.1)
Google+ (3-6-0-44338848)
Twitter (4.0.1)
-Added Greenify app, which will hibernate apps when the phone in sleep. This will save more battery
-Added busybox app
-Include Galaxy S4 Wallpapers
-Added more ringtones/alarms/notification sound
-Nano Text Editor installed
Bugs / Problems
Click to expand...
Click to collapse
1. Root access
How to fix: Install root from BMM.
2.Init.d support for tweaks
How to fix: Flash the zip file i've attached below.
How to in Install?
Click to expand...
Click to collapse
Make sure you have Boot Menu recovery installed. It will not work with other recoveries.
1. Download the ROM zip file
2. Make a backup first
3. Put the ROM file in SDCard or Internal Memory
4. Boot into the recvoery
5. Wipe cache, dalvik cache, factory reset and system/ROM
6. Install the zip file
7. Reboot
Thanks to
Click to expand...
Click to collapse
-Motorola: Jelly Bean update
-Al936: The OTA Stock ROM file
-optik19918
-pitchblack5691
-lokeshsaini94
-shakti15
-artur0588
-whirleyes
-dtrail1
I think i forgot someone, tell me
Tips for saving battery
Click to expand...
Click to collapse
-Go to settings > Wi-Fi > Hit the menu button > Advanced > Keep Wi-Fi on during sleep set to 'Never'
-Use the Greenify app
-Turn off mobile data when not in use
-Install BetterBatteryStats from PlayStore, you can know what cause the battery to drain
-Do not overclock your phone
-Use other governors and scheduler like Hotplug
-Try to undervolt your phone. I don't know whether it is working or not on this phone.
-Install JuiceDefender from PlayStore. It saves lots of battery. NOTE: This is not for heavy user, whom always turn on mobile data for example
How to install root from BMM
Click to expand...
Click to collapse
1. Boot to the recovery
2. Go to system keeper
3. Select install root
4. Reboot
5. Go to the Superuser app.
6. Swipe to the left.
7. Update the 'su' binary.
If you want more governor and io scheduler for CPU tweaks, see This thread
I've attached init.d installer script below which will enable tweaks i've added to this ROM. Thanks to [MENTION] whirleyes [/MENTION].
Link are now updated! (5/5/2013)
Download ROM (mega.co.nz) HERE
Mirror Link 1 (d-h.st)HERE ​
NEW Update 5/5/2013 - v0.91 ​
Update: 28/4/2013 - v0.1 Alpha
-Initial release.
Update: 30/4/2013 - v0.2 - Alpha
-Allowed to add custom bootanimation.
-Now the ROM is fully deodexed.
-Added Nano Text Editor.
Update: 1/5/2013 - v0.21 Alpha
-Added the stock kernel, it may fix the bootloop issue (the last release i forgot to put the stock kernel during the build).
Update: 2/5/2013 - v0.8 - Beta
-Removed the kernel from the ROM to get rid of error during flash. I can't customize the stock kernel to get init.d tweaks due to a locked bootloader. i'll found a way to get the it.
Update: 5/5/2013 - v0.91 - RC1
-Changed the version to Release Candicate.
-Changed the ROM name to MyFirstROM.
-Removed several apps from the /system/app because the previous ROM file are quite large (about 490MB). I will debloat more apps in this ROM soon.
thanks, will try this rom.:good:
Don't forget to post the results!
Sent from my GT-I9300 using xda app-developers app
Looks awesome... maybe I'll give this Rom a try, and if I do, I post the results here.
Thanks dude!
Hi TheMrcool212,
I am trying to install this ROM with SS 3.11 on slot 2, but I get this error "Failed to write boot.img, aborting". Any clues?
savezia said:
Hi TheMrcool212,
I am trying to install this ROM with SS 3.11 on slot 2, but I get this error "Failed to write boot.img, aborting". Any clues?
Click to expand...
Click to collapse
try with BMM, SS cannot flash kernels (boot.img)
savezia said:
Hi TheMrcool212,
I am trying to install this ROM with SS 3.11 on slot 2, but I get this error "Failed to write boot.img, aborting". Any clues?
Click to expand...
Click to collapse
Hhhmm, i've compiled the ROM with the jelly bean EU kernel. Im very busy this week but i will looking for problems when i have time.
By the way, thank you very much for reporting.
Edit: i did'nt realize that heblu just replied. Added to the OP
Sent from my GT-I9300 using xda app-developers app
heblu said:
try with BMM, SS cannot flash kernels (boot.img)
Click to expand...
Click to collapse
Dear Heblu, dear TheMrcool212,
I imagined that was the issue, since this rom is based upon the Jelly Bean update from Motorola. Thank you so much! When and if I have time I will try with BMM and report!
Thank you again
can someone upload the rom to another link, the mega is too slow download v. with 12kb/s...
thank you in advance.
Lzto1320 said:
can someone upload the rom to another link, the mega is too slow download v. with 12kb/s...
thank you in advance.
Click to expand...
Click to collapse
I will upload it on other link soon, but not now.
Mirror link uploaded in the OP
i use bmm to install this rom, but it said abort, error, status 7.
by the way, this error not happened at the beginning installation, it shows when almost the rom flash done, then it says script error.
status 7.
Lzto1320 said:
i use bmm to install this rom, but it said abort, error, status 7.
by the way, this error not happened at the beginning installation, it shows when almost the rom flash done, then it says script error.
status 7.
Click to expand...
Click to collapse
I've checked the updater-script for errors using Android Kitchen, i got 6 errors. I am able to fix 2 of them. But can you post any shots/pictures so i can see it?
Edit: I think it is because i got no /system/usr/bin folder in the ROM.
Edit 2: i created a folder named 'bin' in /system/usr. It may fix during the flash. Now i am uploading it.
EDIT 3: The link is up at the OP
TheMrcool212 said:
I've checked the updater-script for errors using Android Kitchen, i got 6 errors. I am able to fix 2 of them. But can you post any shots/pictures so i can see it?
Edit: I think it is because i got no /system/usr/bin folder in the ROM.
Edit 2: i created a folder named 'bin' in /system/usr. It may fix during the flash. Now i am uploading it.
EDIT 3: The link is up at the OP
Click to expand...
Click to collapse
awsone man.
i will try.
Lzto1320 said:
awsone man.
i will try.
Click to expand...
Click to collapse
I think you're the only one who can help me test this ROM
Sent from my GT-I9300 using xda app-developers app
TheMrcool212 said:
I think you're the only one who can help me test this ROM
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
do not worry
there are many roms now, but when I have some time I will try it also, as many others I'm sure
thanks for this and don't give up
I'm ready to test your ROM, descriptions sounds brilliant, BUT! I can't do it. First release was with error 7. Second - with boot loop, so I can't test it, because I didn't see it. Go ahead! Great job!
can we install it on stock rom ?
e4f said:
I'm ready to test your ROM, descriptions sounds brilliant, BUT! I can't do it. First release was with error 7. Second - with boot loop, so I can't test it, because I didn't see it. Go ahead! Great job!
Click to expand...
Click to collapse
Thanks!!! I will do my best.
fusioncoast said:
can we install it on stock rom ?
Click to expand...
Click to collapse
Yes, you can install it on top of it. But i recommend you to install on other ROM slot. Like e4f said, it got a bootloop.
EDIT 1: I'm so sorry man!!, i forgot to put the stock kernel when building the ROM. i think thats the cause of the bootloop.
EDIT 2: The new release will uploaded with the kernel. Now the link is up.

HOW TO BUILD/PORT SLIMSYSTEM(Optima Team)

THIS GUIDE IS UNDER CONSTRUCTION
BUILDONG SLIMSYSTEM THE NOOB TUTORIAL
REQUIRMENTS
Port Tool(https://mega.co.nz/#!qoRBCJzR!yBVNs8WYHRdW0DhRV-LMjw8CMJiphLYJF0SXogJWHBE)
Base System(https://mega.co.nz/#!7l4WRQwS!iJm3TdG29LY-eF7OlnUulUGK5xDhRMjdRNGSOEMWuXo)
Universal Deodexer(http://forum.xda-developers.com/showthread.php?t=2213235) download V4
Android Multitool(http://forum.xda-developers.com/showthread.php?t=2326604)
A Brain
PREBUILD KNOWLEDGE
First off we need to know what dpi our phone is.
to do this we do a bit of research. head over to gsmarena.com and search for your device.
in my case my devices resolution is 800x480 so i know its hdpi
once we know what dpi we are using head over to
http://forum.xda-developers.com/showthread.php?t=2236937
and download the appropriate launcher zip and put it one side
USING THE PORT TOOL
1. Place The AutoPort.exe on your desktop
2.Turn on debugging mode
3. make sure you have the correct drivers installed for your phone
4. plug your phone in
5. make sure you have root access with adb
6. Run The exe
7. when the pop up appears place the L5Aroma.zip in the port folder.
8. Done
the program will replace the files in the L5Aroma.zip with stock files pulled from your device.
the purpose of this is so that you should be able to pretty much flash the new zip without any errors.
this will not fully port the rom. things like systemui tweaks, theme chooser and multi user will have to be done manually.
NOT WORKING AT THE MOMENT
SystemUI Mods
Theme Chooser
Multi User
Samsung Launcher
build.prop Tweaks
SAMSUNG LAUNCHER
1. extract the S4_launcher-***.zip that you downloaded earlyer
2. open the /system/app folder
3. rename the SecLauncher2.apk to LGHome3a.apk
4. open the new L5Aroma.zip that you created with the AutoPort tool using winrar.
5. navigate to /choices/1.home/samsung/system/app
6. you should have the same files as you have in the S4_launcher-***.zip
7. replace the ones from the L5Aroma.zip with those from S4_launcher
8. do the same with etc, framework and lib(this is not nessacery but do it anyway).
and now you have fixed the Samsung Launcher.
NOT WORKING AT THE MOMENT
SystemUI Mods
Theme Chooser
Multi User
build.prop Tweaks
Reserved 1
For Editing Build.prop
editing using apktool
Reserved 2
adding Quick Launch
and other status bar tweaks
Reserved 3
Modding Settings
Reserved 4
Rebuilding
Repackaging
Great idea :good:
there isn't more information???
Concerns and Wish to collaborate.
Will this port successfully to Lg L3 E425g?
Will I be the first?
Do I get listed as a beta tester?
I'm willing to provide feedback.
I'm starting to learn programming.
Can I be provided with a stock .kdz if it goes wrong?
There is no ldpi download at the forum post.
Using modded SEC4 without TouchWiz instead....
I'm currently downloading the files to port it.
Will any issues arise because of the launcher?
CAN this be ported to ldpi?
If it can't maybe that's why the s4 launcher isn't there?
I'll be flashing this maybe tommorow or sunday?
Any feedback will be needed soon.
I will provided detailed info about the results.
and if you wish, and it goes smoothly a nandroid backup file for the l3ii.
If it works, then i will do some manual mod editing based on the things not available because of it being ported.
If I get them to work, maybe you may want me to help you?
If they don't work then perhaps I can find a work around or something similar.
You may want that?
If I am not allowed to collaborate, then may I publish a version with those features working, using and quoting this as base?
MTO
Signing out...
PS: Sorry for my English, I'm a Honduran.
and if you wish, and it goes smoothly a nandroid backup file for the l3ii.
If it works, then i will do some manual mod editing based on the things not available because of it being ported.
Click to expand...
Click to collapse
I just finished porting it.
About to flash.
Wish me luck.
Tell me if you want the port!
MY_TONGUE_OUT.dev said:
I just finished porting it.
About to flash.
Wish me luck.
Tell me if you want the port!
Click to expand...
Click to collapse
It works ok.
My odexed apps cause a brightness glitch with this rom.
I'm trying to deodex them.
Home button not working on first install.
Trying second install.
---------- Post added at 01:46 AM ---------- Previous post was at 01:22 AM ----------
MY_TONGUE_OUT.dev said:
It works ok.
My odexed apps cause a brightness glitch with this rom.
I'm trying to deodex them.
Home button not working on first install.
Trying second install.
Click to expand...
Click to collapse
I understand why the home button doesn't work.
The autoport.exe extracts the files for e435f instead of e425g.
I'm modding the stock rom and attempting re-port.
---------- Post added at 02:44 AM ---------- Previous post was at 01:46 AM ----------
I understand why the home button doesn't work.
The autoport.exe extracts the files for e435f instead of e425g.
I'm modding the stock rom and attempting re-port.
Click to expand...
Click to collapse
I changed some things around in the stock build.prop and re-flashed.
ONLY INSTALL WITH THEMER
Multi-User and Other Launchers NOT WORKING
The rest works fine.
It doesn't work with any other home.
I'm awaiting approval to upload my port.
Thank you

[MOVED] SuperR's Kitchen (See first post)

SuperR's Kitchen has moved to a dedicated subforum found at the link below.
SuperR Kitchen
forum.xda-developers.com
Regarding MTK devices, I have never owned one so I am totally unfamiliar with special requirements they may need. I will add support for everything I can as issues come up
SuperR. said:
If you want to build a flashable boot.img, you should build boot flashable. If you want to build a full rom, you should build a full rom. If you want to build a flashable zip with deodexed files you should choose build custom and choose the option you want.
Click to expand...
Click to collapse
I took the first option (build full rom zip) after deodexing.
Is it good enough or do I still need to select specific custom zip to build?
ferbulous said:
I took the first option (build full rom zip) after deodexing.
Is it good enough or do I still need to select specific custom zip to build?
Click to expand...
Click to collapse
It depends on what you want to end up with. If you only want the full rom zip then full rom is good. If you want more zips with different contents, make more
SuperR. said:
Sounds like your build.prop either reports the rom as less than Lollipop or the build.prop line is different than all others I have ever seen. Please post it so I can take a look.
Did you install the package I linked above?
Click to expand...
Click to collapse
Edit: The prop says it is 5.1.1
https://mega.nz/#!GURQQADK!ujhHvu1XJ7F9BNz8cgBSclKMGilcP6fYLetub82zLzU
nghia0423 said:
Edit: The prop says it is 5.1.1
https://mega.nz/#!GURQQADK!ujhHvu1XJ7F9BNz8cgBSclKMGilcP6fYLetub82zLzU
Click to expand...
Click to collapse
This is the line we are looking for:
ro.build.version.sdk=22
and it says it is Lollipop for sure. I am not sure why it is telling you that. Are you sure you are working on the correct project?
not-i said:
So with my Moto X files I have successfully unpacked, deodexed, done some minor mods and its repacked system_new.img and its the same size as original system/img so looks promising.
I'm guessing now I "created rom zip" and thats when system.new.dat is created?
Click to expand...
Click to collapse
How did you unpack the moto x system image with this kitchen?
I just tested the moto x vzw 5.1 system image with no luck.
Many moto firmwares use an encrypted sparse format (MOTO.W›.MOT_PIV256).
I am able to use imgextractor (windows) to dump the image and list of symlinks, as well as get image info, but I haven't found any linux utilities that can handle this format.
At one point I got to plug-in my device - so far, so clear, but what if I make a rom for a device I don't have
Androidwizzard said:
At one point I got to plug-in my device - so far, so clear, but what if I make a rom for a device I don't have
Click to expand...
Click to collapse
You only need to plug in your device if you are ripping the img's from it. Normally you can get the by-name info from a boot.img. If the device does not use by-name you will need to create an mmc file and still don't need to plug in the device.
fyi
nghia0423 said:
Well this program is made for linux
Click to expand...
Click to collapse
ok well then, for the record....
the program does not like functioning with a linux emulator
v0.9.0.2
Changes:
When entering Boot/Recovery Tools, recovery no longer takes precedence. You will be presented with a choice of which to work on if boot.img and recovery.img both exist in the project directory.
Looks very nice. I guess I'm going to have to dust off my Linux install and give it a go.
SuperR. said:
Are you on the newest kitchen? I ask because it now checks to make sure you have all the other dependencies met. If you are running the newest kitchen and you are on 32-bit Ubuntu, I have no idea what is going on. Are there any errors in the terminal if you scroll up after building the zip?
Click to expand...
Click to collapse
I changed to 64 bit ubuntu and I'm able to install lib32.
Now I can generate he zip file without any issues. Looks like I'm definitely ditching the 32bit system now.
Been considering that, myself. BUT.. I deodexed ur ROM with a 32 bit Linux Mint system.. 64 bit processor tho, you?
Sent from my N9510 using Tapatalk
SuperR. said:
Try it and let us know. If you have trouble, post links to all the img files so I can have a look.
Click to expand...
Click to collapse
I am trying to create a custom rom for “Huawei Mediapad T1 8.0”. I just need a flashable rom from the stock system.img and boot.img.
I am using “dell Inspiron 15r n5010” model computer with 4gb ram and 500 gb harddisk, dual booting windows 7 with linux mint rafaela.
Version of super kitchen is 0.9.0.4. version of android 4.3 (emui 1.6)
I extracted system, boot, recovery from device using the super kitchen by options 1 and 4.
After the extraction i checked out the options and at some point kitchen wanted me to choose from set_meta or set_perm, i chose set_meta but it said that my kernel doesnt support the set_meta type and chose set_perm by default.
Using the kitchen, I debloated the firmware.
Then built the fullrom zip.
I tried to flash using TWRP recovery, but it doesnot allow me and said , “This rom is for 'msm8610' devices, This is a 'mediapadt1'”. I thought to delete that line from updater script. But didnot delete because, that may need some changes in other files too.
I think that buildprop product name is differing from recovery product name.
I have attached files i was using,, I am new to linux and also android rom building..
Help me..
Update to latest version and try again..? I'm running same dualboot system you are (diff PC) He's made many changes since earlier this week to encompass more devices
Sent from my N9510 using Tapatalk
Huawei is little complicated to build roms, can you upload the firmware?
Gesendet von meinem D6503 mit Tapatalk
stamilselvan said:
I am trying to create a custom rom for “Huawei Mediapad T1 8.0”. I just need a flashable rom from the stock system.img and boot.img.
I am using “dell Inspiron 15r n5010” model computer with 4gb ram and 500 gb harddisk, dual booting windows 7 with linux mint rafaela.
Version of super kitchen is 0.9.0.4. version of android 4.3 (emui 1.6)
I extracted system, boot, recovery from device using the super kitchen by options 1 and 4.
After the extraction i checked out the options and at some point kitchen wanted me to choose from set_meta or set_perm, i chose set_meta but it said that my kernel doesnt support the set_meta type and chose set_perm by default.
Using the kitchen, I debloated the firmware.
Then built the fullrom zip.
I tried to flash using TWRP recovery, but it doesnot allow me and said , “This rom is for 'msm8610' devices, This is a 'mediapadt1'”. I thought to delete that line from updater script. But didnot delete because, that may need some changes in other files too.
I think that buildprop product name is differing from recovery product name.
I have attached files i was using,, I am new to linux and also android rom building..
Help me..
Click to expand...
Click to collapse
Take a look at this post
http://forum.xda-developers.com/showpost.php?p=63088636&postcount=234
I try build for s3 i9300 with system.img boot.img and zip file
always I have
executing updater binary in zip
any help please
Sent from my GT-I9300 using XDA Free mobile app
Parse dat is out of date, whats your recovery version?
Gesendet von meinem D6503 mit Tapatalk

Categories

Resources