[DEV/ROM/PORT] Sero 7 Pro (US) - PAC-ROM - Hisense Sero 7 Pro ROMs, Kernels, Recoveries, & Ot

This is PAC-ROM, a heavily modified CM11 based ROM for the US Sero 7 Pro!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DISCLAIMER:
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Why decide between Paranoid Android, CyanogenMod or AOKP when you can have the features of all 3 in one ROM?
To flash this ROM you will need a recovery with SELinux enabled. To get one check out this thread. It has links to ClockWorkMod, TWRP and a themed TWRP., as well as another CM11 based ROM, taktiK.
Not working:
WiFi Direct (aka P2P)
Can't format external SD
Netflix
.mkv files (Playback stutters)
HDMI not fullscreen
Downloads
PAC-ROM Build 20140317- http://www.mediafire.com/?lyh6uw4gb7lccy5
None of this was really my work, all I did was download a few device trees and toolchains and compiled them for PAC.
These people did the heavy lifting:
@randomblame- Creating Jellytime and taktiK,
@davepmer- Doing countless fixes and improvements on the taktiK code,
@xboxexpert- Creating the initial root process and CWM for our device, as well as our first custom ROM,
@dolorespark- Creating an updated version of xboxexpert's ROM and doing a few fixes on taktiK,
the CyanogenMod team, the AOKP team, the PA team, the PAC-ROM team, anyone I forgot (sorry!)

Changelog
20140317
-Implemented the battery charging animation fix
*Device will no longer completely boot when it's off and the charger is plugged in, charging animation will show instead (EDIT: This might not have worked- A new build will come shortly)
20140311
-Replaced the kernel source with Dave's tree
*This fixes WiFi
Older releases:
20140306
-Replaced all trees with Dave's except for the kernel- it refuses to cooperate
*This fixes A2DP, audio over HDMI and Viper4Android/DSP Manager
-Replaced Linaro toolchain with Google GCC toolchain
*Linaro refuses to build PAC and Dolorespark has assured me Linaro is terrible
20140304
-Initial release

jerbear294 said:
This is PAC-ROM, a heavily modified CM11 based ROM for the US Sero 7 Pro!
DISCLAIMER:
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Why decide between Paranoid Android, CyanogenMod or AOKP when you can have the features of all 3 in one ROM?
To flash this ROM you will need a recovery with SELinux enabled. To get one check out this thread. It has links to ClockWorkMod, TWRP and a themed TWRP.
Working:
Um... it boots? TBH I haven't tested much. The Sero is my daily driver and the WiFi not working forced me to flash back to taktiK.
Not working:
WiFi (Can turn on fine at boot but once turned off, won't turn back on again without a reboot. This includes the Setup Wizard- you can't connect to WiFi if you clean flash)
Not tested:
Everything else. Should have everything working that taktiK R12 has though.
Downloads
PAC-ROM Build 20140304- Link Coming Soon (My school blocks Mediafire, I'll have to VPN to get the link but I don't have time)
Thanks
None of this was really my work, these people did the heavy lifting: @randomblame, @davepmer, the CyanogenMod team, the AOKP team, the PA team, the PAC-ROM team, anyone I forgot (sorry!)
Click to expand...
Click to collapse
Point me to your source code or to your download maybe I can fix the wifi.

davepmer said:
Point me to your source code or to your download maybe I can fix the wifi.
Click to expand...
Click to collapse
OP updated, download link added.
Sent from my Sero 7 Pro using Tapatalk

I'm working on another build using davepmer's trees, but we're running into a kernel issue. Hopefully I just did something wrong when I replaced randomblame's trees with davepmer's.
Sent from my Sero 7 Pro using Tapatalk

Ill be home tomorrow, so I can flash it. Seen the fix for wifi gonna try it tomorrow. But I'm glad you took on this project. Once again thanks bro
Sent from my GT-S5830

alex_is_the_1 said:
Ill be home tomorrow, so I can flash it. I just kinda need wifi fixed too. But I'm glad you took on this project.
Sent from my GT-S5830
Click to expand...
Click to collapse
Well for some reason WiFi only works on a dirty flash... It fails on a clean flash, wth?
Wipe data, flash taktiK, install an app, then dirty flash PAC over taktiK. It'll work perfectly then.
Sent from my Sero 7 Pro using Tapatalk

Ill get some more screens up tomorrow. Are you currently using this rom?
Sent from my GT-S5830

jerbear294 said:
I'm working on another build using davepmer's trees, but we're running into a kernel issue. Hopefully I just did something wrong when I replaced randomblame's trees with davepmer's.
Click to expand...
Click to collapse
What kind of "kernel issue"? If you're using Linaro (at least 4.83 optimized for the Cortex A9), ditch it - it's bad news.
I built a kernel using it and started getting the same error message over and over again in my dmesg log. After trying a few fixes in the affected code, I added a log message that printed out the values of the variables and macros involved. That got rid of the errors. Let me assure you that is TERRIBLE. It means the compiler (or optimizer) was losing track of where it had put things until I forced it to pay attention. In this case, I had an error message to alert me to a problem. Who knows where else it screwed up?
Once I had my fix in place, I ran Antutu and found NO improvement in speed. Stick with Google's GCC 4.7

dolorespark said:
What kind of "kernel issue"? If you're using Linaro (at least 4.83 optimized for the Cortex A9), ditch it - it's bad news.
I built a kernel using it and started getting the same error message over and over again in my dmesg log. After trying a few fixes in the affected code, I added a log message that printed out the values of the variables and macros involved. That got rid of the errors. Let me assure you that is TERRIBLE. It means the compiler (or optimizer) was losing track of where it had put things until I forced it to pay attention. In this case, I had an error message to alert me to a problem. Who knows where else it screwed up?
Once I had my fix in place, I ran Antutu and found NO improvement in speed. Stick with Google's GCC 4.7
Click to expand...
Click to collapse
It indeed was an issue with Linaro. I'm downloading Google's GCC now.
Sent from my Sero 7 Pro using Tapatalk

alex_is_the_1 said:
Ill get some more screens up tomorrow. Are you currently using this rom?
Sent from my GT-S5830
Click to expand...
Click to collapse
I'm currently using the ROM now since I discovered the WiFi fix- PAC is my daily driver right now.

jerbear294 said:
I'm currently using the ROM now since I discovered the WiFi fix- PAC is my daily driver right now.
Click to expand...
Click to collapse
I imagine it will be my daily driver as well, does it matter which taktik we dirty flash from? I think I have r11 or r12. I had r11 after updating apps on r11 then dirty flashing PAC WiFi does not work for me.
Sent from my GT-S5830

alex_is_the_1 said:
I imagine it will be my daily driver as well, does it matter which taktik we dirty flash from? I think I have r11 or r12. I had r11 after updating apps on r11 then dirty flashing PAC WiFi does not work for me.
Sent from my GT-S5830
Click to expand...
Click to collapse
I used R13 since I used the same trees used in taktiK R13. I initially tested to see if PAC booted by dirty flashing over R13- It worked, so I wiped data, and Wifi stopped working. I flashed back to taktiK, downloaded a logcat app with the intention of grabbing the WiFi issue, then dirty flashed PAC... and WiFi worked.
It looks like I won't be able to incorporate some of the latest fixes into this ROM. Dave's kernel fixes WiFi but it won't compile against PAC. I could use Random's kernel, then the only issue we'd have is the WiFi bug and the newly discovered external SD formatting bug (I think that's a bug in Dave's latest builds of taktiK and CM11 as well)
Since the most recent build failed on Dave's kernel I'm downloading Random's again and compiling against that.

Uploading a new build of PAC to my Mediafire account.
On other news @davepmer found out how to get his kernel to cooperate with PAC. He's also been working on the P2P issue, so the issue would be fixed in both PAC and taktiK.
I will compile with Dave's kernel soon- it will include the WiFi fix too. The fix, though, involves completely deleting PAC source code and cloning it again, so it could be a little while before I get the next build out- I have to redo everything.
Sent from my Sero 7 Pro using Tapatalk

jerbear294 said:
Uploading a new build of PAC to my Mediafire account.
On other news @davepmer found out how to get his kernel to cooperate with PAC. He's also been working on the P2P issue, so the issue would be fixed in both PAC and taktiK.
I will compile with Dave's kernel soon- it will include the WiFi fix too. The fix, though, involves completely deleting PAC source code and cloning it again, so it could be a little while before I get the next build out- I have to redo everything.
Sent from my Sero 7 Pro using Tapatalk
Click to expand...
Click to collapse
As a side note, at least in my test build of PAC netflix crashes with a DALVIK: HEAP MEMORY CORRUPTION fatal signal 11
Has anyone else tried netflix?

Nice going jerbear. Thanks. I might give this a try this weekend.

OP updated.
Build 20140306 added. Flash it to fix A2DP and DSP Manager.
Sent from my Sero 7 Pro using Tapatalk

Should Wi-Fi be fixed in this build as well? I tried a dirty flash with build one and it just boot looped. I clean flashed it just to check it out and it looks nice.
Sent from my Sero 7 Pro using Tapatalk

dgjenkins said:
Should Wi-Fi be fixed in this build as well? I tried a dirty flash with build one and it just boot looped. I clean flashed it just to check it out and it looks nice.
Sent from my Sero 7 Pro using Tapatalk
Click to expand...
Click to collapse
WiFi is not fixed yet due to Dave's kernel not playing nice with PAC. My next build should have it fixed though.
Sent from my Sero 7 Pro using Tapatalk

No worries, I'll try another dirty flash and let you know if it works for me. Thanks for taking in this project!
Sent from my Sero 7 Pro using Tapatalk

Related

[ROM] UNOFFICIAL AOKP nightly builds

UNOFFICIAL AOKP Nightly Builds​
Since AOKP development has started picking up with their addition of their new Gerrit server, I've decided to release nightly builds for AOKP. These should be released every day anywhere from 6-9pm depending on when I get time to do it. Also, some days I might not get the time. However, it should be almost every day that a new build comes out.
All credits go toward the entire AOKP team for their efforts in making one of the most customizable builds out there right now. It is absolutely fantastic.
You can download it by sorting by date uploaded right here on my goo.im profile:
http://goo.im/devs/rohan/tenderloin/aokp_nightlies
Note: These downloads are provided untested. This might break your system so be sure to keep a backup handy. Nightly builds are usually more unstable than any other type of ROM, but if you want the latest features then use this. I do not take responsibility for anything that may happen to your system.
Another note: These downloads do not come with any sort of support. Do not ask for help in IRC for aokp if you are running these nightlies. They are not official and thus are not officially supported. So don't go and give roman and the other devs a headache
And another note: They don't come with gapps, download those separately from goo.im or some other source.
You should just be able to download and install the zip in CWM, then wipe caches. Reboot and enjoy. No other wiping is needed, only caches.
Right now I am building on my personal PC (I don't have a server) so I apologize if it takes a while to get builds up! My system isn't the fastest at making builds haha
I will be making these ROMs updateable via the goo.im app probably this weekend, I don't have much time right now to figure out how it works.
If you want to find out when I release the new nightly, follow me on twitter: http://twitter.com/rohanXm
Looking forward to it!
Is there a changelog like the CM nightlies?
What exactly is aokp?
Ventus_zx said:
What exactly is aokp?
Click to expand...
Click to collapse
http://knowmydroid.com/blog/what-is-aokp-rom-how-is-it-different-from-cm9
AOKP is pretty awesome. I run it on my Epic 4G and I agree it's more customizeable than CM9 and pretty solid in terms of reliability . Thanks for these Touchpad Nightlies Rohan! Installing it as we speak!
Nburnes said:
Is there a changelog like the CM nightlies?
Click to expand...
Click to collapse
You can find what was merged here:
http://gerrit.sudoservers.com:8080/#/q/status:merged,n,z
It will display some other device stuff, though most AOKP stuff from that gerrit is for the entire AOKP as a whole and not device specific.
Can I flash the cm nightly 120 dpi patch or will it break things?
rsalinas1 said:
Can I flash the cm nightly 120 dpi patch or will it break things?
Click to expand...
Click to collapse
The only "side effect" is that you cannot access the Trebuchet settings and your build.prop values will be different leading to some funky and wrong info in your About Tablet area of your settings.
rohan32 said:
The only "side effect" is that you cannot access the Trebuchet settings and your build.prop values will be different leading to some funky and wrong info in your About Tablet area of your settings.
Click to expand...
Click to collapse
I just changed it under general ui with rom control settings. Thanks though, its very smooth so far.
Anybody else get a System UI has closed error. Weird, hopefully it was a one time thing. Flashing the 4/20 now. Hopefully that fixes it, I did a full wipe and will wipe again
Sent from my aokp_tenderloin using XDA
SUPREME Mods v1.5
Do I need to apply the SUPREME Mods v1.5 after flashing your rom or are they already applied also are you using your XENON kernel
BIGSimon said:
Do I need to apply the SUPREME Mods v1.5 after flashing your rom or are they already applied also are you using your XENON kernel
Click to expand...
Click to collapse
I would assume that the nighties don't use either of those things.
Nabobalis said:
I would assume that the nighties don't use either of those things.
Click to expand...
Click to collapse
OK thanks, just asked as both are by rohan32, will try with and without to see if any difference.
BIGSimon said:
Do I need to apply the SUPREME Mods v1.5 after flashing your rom or are they already applied also are you using your XENON kernel
Click to expand...
Click to collapse
Yup you need to reflash the Package and nope its the default Cyanogenmod Kernel.
This build is 100% AOKP "stock", as in its simply compiled from source with no changes.
rohan32 said:
Yup you need to reflash the Package and nope its the default Cyanogenmod Kernel.
This build is 100% AOKP "stock", as in its simply compiled from source with no changes.
Click to expand...
Click to collapse
The Supreme mods work fine but the xenon kernel broke my wifi (not had any wifi issues on any build) so back to cyanogen kernel and everything is working
The latest nightly (5/07) fixed my screen off/sound bug. All previous builds of AOKP had a muffled or distorted sound bug that appeared once I dimmed the screen while playing music. Bravo! I believe the fix came from the Classicnerd team, who once again prove they are contributing in remarkable ways. Bravo to them as well!
is this wifi driver included in the nightlys?
http://review.cyanogenmod.com/#/c/15570/
matteebee said:
The latest nightly (5/07) fixed my screen off/sound bug. All previous builds of AOKP had a muffled or distorted sound bug that appeared once I dimmed the screen while playing music. Bravo! I believe the fix came from the Classicnerd team, who once again prove they are contributing in remarkable ways. Bravo to them as well!
Click to expand...
Click to collapse
I tried both the 05/07 and 05/08 AOKP nightlies and the screen off/sound bug is still there just like any other ROM I have tried. Are you sure that you have the volume turned up enough?
can has new build?

[OFFICIAL][Q&A][GENERAL].::Team Inferno::. Roms, Ports, Mods

I decided to make a place for all the people that have been pm me because they can't post in the Development section that have question, need answers or whatever the reason may be. So everyone that has any questions about any of Team Inferno Roms please feel free to ask here and lets try and keep the Development threads for DEVELOPMENT ONLY!!!
-------------------------------------------------------------------------------
Questions or Comments should be stated like this:
Rom your using:
Question:
-----------------------------------------------------------------------------
I do ask that if i can't give an answer anybody that can do so and please be polite and not rude to each other
-----------------------------------------------------------------------------
I also ask that you please do not ask about the camera on any sense rom we all know it doesn't fully work till we get the kernel source and drivers out.
-----------------------------------------------------------------------------
All Team Inferno roms can be found in the Development Section on XDA
All of ...Awesome... roms can also be found in ClockworkMod Rom Manager
or via Rom Manager APP feel free to download from the Play Store
There are some roms that will not be released but are still downloadable thru Rom Manager
All our files are found on Dev-host also
...Awesome... Dev-Host Files
Invasion2 Dev-Host Files
Saranhai's Dev-host Files
-----------------------------------------------------------------------------
.::Team Inferno::.​
Saranhai - Lead Developer, Co-founder, Graphics
THEIndian - Kernel and ROM Developer
Sckboy78 - ROM Developer
Invasion2 - ROM Developer
Inspiredbyhtc - Developer
...Awesome... - Kernel and ROM Developer​
Visit our website
Team Inferno's Website
Like us on Facebook
Team Inferno's Facebook
Follow us on Twitter
Team Inferno's Twitter​
Like our work? Support us by adding this to your signature! ​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
.::UPDATES::.​
I will post any new updates, upcoming stuff in this post so come back frequently to see what new changes to any rom are coming your way!!
as of 5/25/2012
Waiting on my Wifi to kick back in so i can upload the following updates
Rootie 3.6
Haters Gonna Hate Edition
-------
THE OFFICIAL BLACKOUT XL v2.1 FULL TRUE SENSE 3.6/4.0.3
With Aroma Installer
I NOW ACCEPT DONATIONS FOR EVERYONE THAT HAS BEEN ASKING ABOUT DONATING A BEER OR A COFFEE
THIS WILL BE THE OFFICIAL DONATING POST!!!!!​
IF YOU WISH TO HELP ME IN DEVELOPMENT AND WISH TO DONATE JUST HIT THAT THANKS BUTTON ON THIS POST!!!!
THATS' THE ONLY FORM OF DONATIONS I TAKE
About the CM9: Operation Inferno ROM, it lists Shot of Awesomeness as included in the features but also in the 'download after' section of the first post. So is Shot of Awesomeness on top of the Tiamat kernel the default after flashing the ROM or do you still need to flash the kernel and kernel mod as well?
can this be the official thread for all of Team Inferno's ROMs?
Firstly, thanks for the rock star ROMs Awesome. Your hard work is appreciated and thanked.
Rom your using: (was) Rootie Tootie Fresh 'N Fruity 3.8.5 and Infernalized CM9 v3
Question: I know the camera and wifi calling issues are being worked on, but is there any hope of seeing FM radio working with the ICS ROMs (low priority understood)?
Also, on RTFF3.8.5 and InfernoV3, I get very slow rendering of Facebook and sometimes on the browser (both Chrome beta and Dolphin HD), like a haze over the screen that then goes away. On both I was running the V6 Supercharger and KAK. I had set the governor to 'ondemand'. I am currently running FriedIceCream3 with KAK and the governor at 'ondemand' and the rendering issue is gone. Is there some setting that I might be able to change in RTFF (as I love this ROM the best by far!!!)? Thanks again, team Inferno rocks.
Sent from my Fried IceCream3 Glacier using xda
Hamsterkill said:
About the CM9: Operation Inferno ROM, it lists Shot of Awesomeness as included in the features but also in the 'download after' section of the first post. So is Shot of Awesomeness on top of the Tiamat kernel the default after flashing the ROM or do you still need to flash the kernel and kernel mod as well?
Click to expand...
Click to collapse
I posted the shot and kernel as optional the Rom itself uses cyanogens kernel the option I made available was if u wanted to try a different kernel Tiamat would be one to try out or elginsk8rs kernel are both very good.. The purpose of posting the shot on the thread was if u flashed a different kernel u would have to re flash the shot.
Sent from my HTC Glacier using Tapatalk 2
...Awesome... said:
I posted the shot and kernel as optional the Rom itself uses cyanogens kernel the option I made available was if u wanted to try a different kernel Tiamat would be one to try out or elginsk8rs kernel are both very good.. The purpose of posting the shot on the thread was if u flashed a different kernel u would have to re flash the shot.
Sent from my HTC Glacier using Tapatalk 2
Click to expand...
Click to collapse
Thanks. Just so I'm clear, the CM9 Operation Inferno ROM uses the upstream CM kernel by default and any other kernel (such as Tiamat and SoA or elginsk8r's) has to be downloaded and flashed afterwards. Right?
Hamsterkill said:
Thanks. Just so I'm clear, the CM9 Operation Inferno ROM uses the upstream CM kernel by default and any other kernel (such as Tiamat and SoA or elginsk8r's) has to be downloaded and flashed afterwards. Right?
Click to expand...
Click to collapse
Yes it uses CM by default u can switch kernel after boot or after flash doesn't make a difference
Sent from my HTC Glacier using Tapatalk 2
saranhai said:
can this be the official thread for all of Team Inferno's ROMs?
Click to expand...
Click to collapse
We can totally do that!
Sent from my HTC Glacier using Tapatalk 2
Launchpad McQuack said:
Firstly, thanks for the rock star ROMs Awesome. Your hard work is appreciated and thanked.
Rom your using: (was) Rootie Tootie Fresh 'N Fruity 3.8.5 and Infernalized CM9 v3
Question: I know the camera and wifi calling issues are being worked on, but is there any hope of seeing FM radio working with the ICS ROMs (low priority understood)?
Also, on RTFF3.8.5 and InfernoV3, I get very slow rendering of Facebook and sometimes on the browser (both Chrome beta and Dolphin HD), like a haze over the screen that then goes away. On both I was running the V6 Supercharger and KAK. I had set the governor to 'ondemand'. I am currently running FriedIceCream3 with KAK and the governor at 'ondemand' and the rendering issue is gone. Is there some setting that I might be able to change in RTFF (as I love this ROM the best by far!!!)? Thanks again, team Inferno rocks.
Sent from my Fried IceCream3 Glacier using xda
Click to expand...
Click to collapse
The update for Rootie that I'm pushing out today hopefully my WiFi kicks in so I can update it will fix those issues and will look into the the radio if its fixable ill include it if not then I will keep u posted on it as far as camera it will include a working camera and camcorder its not full but does the job temporarily.
Sent from my HTC Glacier using Tapatalk 2
...Awesome... said:
We can totally do that!
Sent from my HTC Glacier using Tapatalk 2
Click to expand...
Click to collapse
Sweet. Ya hear that guys?
Now Ask away... lol
...Awesome... said:
as far as camera it will include a working camera and camcorder its not full but does the job temporarily.
Click to expand...
Click to collapse
Thanks! Questions wrt the camera /camcorder - Flash working? Will it have better/same video resolution than A-Cam from Collective (only 480p)? I ask as A-Cam has been a great alternative addon to Inferno ROMs while your dev team has been cranking on the issue.
Launchpad McQuack said:
Thanks! Questions wrt the camera /camcorder - Flash working? Will it have better/same video resolution than A-Cam from Collective (only 480p)? I ask as A-Cam has been a great alternative addon to Inferno ROMs while your dev team has been cranking on the issue.
Click to expand...
Click to collapse
w
It's the same as acam but using the stock camera app and flash does work
Sent from my HTC Glacier using Tapatalk 2
Not really ROM related...but please take your time to read this, i think this is very important.
Please Read​​
I. Appreciation
There are many ways to show your support to us. You can:
Press the "Thanks" button.
Hit the donation button and help support the team
Wear our specially prepared banner
Share your opinion about my work and write some feedback in our threads.
Advertise our work to your friends, family, anyone who owns this device.
Rate our threads with 5 stars.
We appreciate all the support you give us, but we don't expect anything
Click to expand...
Click to collapse
II. Sharing
XDA-Developers.com is all about sharing. If you would like to use any part of our work, please feel free to do so but remember to do the following beforehand:
Inform - Please send us a PM or email telling us
Permission - Please, if you do not have permission from us, don't use it. Most of the time, we will allow you to, but if you don't get our permission first, we will report.
Credits - No one wants their work stolen. Please remember to give proper credits when using our work.
Click to expand...
Click to collapse
III. Support
If you have any issues or questions, please feel free to post them in the our threads. However, because all of us have social lives outside of XDA, your questions may not always be answered right away. Members who are more experienced in our work, please help out the ones who don't.
If you want to get the fastest and the best answer - ask the question in our threads instead of PM'ing us. Chances are, other users will be able to help you when Team Members don't have the time to.
Click to expand...
Click to collapse
IV. Updates
We are a busy team! Every Team Member has lives outside of XDA. You cannot expect us to sit in front of the computer all day and develop Android. Please do not ask for ETA's. The update will come when we release it. Sometimes, there is a good reason for why we have not released an update in a while. Please be patient with us, we will do as we promise. Updates will come.
Click to expand...
Click to collapse
V. Responsibilities
We are not responsible for your device! We do not guarantee that everything will work the way it's supposed to. Not every device is created equal, what might work on our devices may not work on yours or vice versa. Please be a responsible person when it comes to flashing. This is a mature site, don't act immaturely when your device becomes problematic. If you cry and blame us for "destroying" your device, we will laugh at you. Your device is your responsibility, act like it.
Click to expand...
Click to collapse
Thanks for choosing Team Inferno, we hope you enjoy our works as much as we enjoy working with them.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Out of curiosity, why is this in the Q&A section?
THEindian said:
Out of curiosity, why is this in the Q&A section?
Click to expand...
Click to collapse
It says q&a in thread name soo idk cus it says general to lol
Sent from my HTC Glacier using Tapatalk 2
I read it again, its to answer team inferno questions. And ...Awesome... still won't give me the kernel instructions so i am officially mad at him
No Wifi still :-(
But on the other hand I managed to update the following roms
Official Team Blackout Sense 3.6 v2.0.
Rootie-Haters Gonna Hate Edition v3.9
Awesome Ics v3.6
Hybrid HTC ONE S_V_X v1.1
Operation Inferno v3.1
THEY ALL GOT UPDATED WITH EITHER FEW BUG FIXES, JUST MAINTENANCE, FULL UPDATE ETC AND THEY ALL NOW HAVE AROMA INSTALLER.
As soon as i get my wifi
HAPPY FLASHING WEEKEND!!!
Sent from my ROOTIE TOOTIE FRESH 'N FRUITY GLACIER
...Awesome... said:
No Wifi still :-(
But on the other hand I managed to update the following roms
Official Team Blackout Sense 3.6 v2.0.
Rootie-Haters Gonna Hate Edition v3.9
Awesome Ics v3.6
Hybrid HTC ONE S_V_X v1.1
Operation Inferno v3.1
THEY ALL GOT UPDATED WITH EITHER FEW BUG FIXES, JUST MAINTENANCE, FULL UPDATE ETC AND THEY ALL NOW HAVE AROMA INSTALLER.
As soon as i get my wifi
HAPPY FLASHING WEEKEND!!!
Sent from my ROOTIE TOOTIE FRESH 'N FRUITY GLACIER
Click to expand...
Click to collapse
I'm gonna have to report you for slackin just a little too much LOL.........you are an animal and that is an understatement. In other words....you are.......Awesome.....literally.

[4.2.2 ROM][PORT]AndromadusMod for U8800-51 V2 .35 kernel

I'm very happy to present my port to our phone, a cm10.1 for the -51, ported from Desire S. This is a "new" release, don't expect a perfect rom with all working!.
What IS Andromadus?
Initially it was a group of people who got together to make ICS work on the HTC Desire Z because nobody else seemed to want to support devices with physical hardware keyboards/trackpads. Whilst the idea stays the same It has grown slightly to support some other hardware and some of the work we have done is now used in many other devices. Andromadus builds of CM10 or CM10.1 are basically CM sources with a few additional tweaks or additions to support our phones.
1. New versions will be added as and when I feel there are enough changes to warrant one, don’t ask when the next version is coming.
2. If we decide to release a "Stable" version of these roms they will be published in another Andromadus thread.
Direct all your queries with release versions to that thread and in the same vain do not discuss these releases anywhere but here.
3. I will do as best I can to answer questions but if you don't get an answer from me I'm sure somebody else will be along to help. Help each other and I have more time to spend fixing things!
4. Don't ask for what's changed since the previous version, have a look at the recent submits on the Andromadus github if you want to know or wait for the mini changelogs when I post a new release.
5. If there is something in particular to test it'll be mentioned!
6. As always if you didn't wipe between installations then at least verify that the problem exists on a clean install before posting here. Nandroid/superwipe/install/check at the end of the day you can always restore your nandroid if the problem is reproducible on a clean installation. If you can't be bothered to try this then I really can't be bothered to try to help you :>
7. All that said ensure you make a nandroid/backup before hand. I take no responsibility for what you do to your phone with these ROM.
8. Whilst I can't stop you I would rather these builds were not used as a base for any ROM/MOD/ETC. The source is all available if you want to do your own builds with which you can do whatever you like.
9. Tell us what works/what's worse/what's better but don't ***** when something breaks or isn't fixed yet, report it and move on.
10. Sometimes people forget that we do this for fun, for ourselves, and sometimes your super important issue is way down on our personal list of things to be fixed.
Click to expand...
Click to collapse
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
Faster than Aurora and U8800pro 4.2 rom
Based on latest CyanogenMod 10.1 sources
FPS unlocked
2.6 kernel by Genokolar
And more!
Broken things and bugs:
FM Radio
Camera
You tell me...
How to flash:
First you need to install this partition:
1.- Download this zip (LINK).
2.- Go to recovery.
3.- Do the wipes (cache/data/dalvik cache/).
4.- Format system.
5.- Reboot recovery.
6.- Install the partition.zip (Phone will reboot to recovery after install partition.zip).
7.- Install again the partition.zip.
8.- Install the 4.0 baseband (LINK).
9.- Install the rom.
10.- Enjoy!
Downloads:
Rom version:
V1 : Click Here / Mirror
V2 : Click Here
Latest GAPPS: Click Here
Special Thanks:
Flinny for the original Andromadus rom (Link to original post)
Ivan (qiwu) for his brilliant work with Huawei phones.
Pikachukaki for motivate people like me to learn about Android.
SomCom3X for keeping this phone alive.
Da_nya for continue the ivan release.
Changelog:
Code:
[B]V2 - 06/07/2013[/B]
- Totally fixed Wifi
- Updated to latest Andromadus version
- Minor changes
[B]V1 - 04/27/2013[/B]
- Initial Release
- Wifi
- Bluetooth
- GPS
- Audio
- Root
- Orientation
- USB Mass storage
- Touch screen
Andromadus by Flinny latest Changelog:
Code:
[B]Build 22 - 05/23/2013[/B]
Rom - Synced with CM as of 21/05/13
Kernel - Patched to 3.0.78
Andromadus Settings has been replaced with DeviceSettings, this allows us to switch back to using CM's settings app without any modifications and makes things easier for me to keep everything in sync from now on.
This is great news for -51 users.Ima say thanks too
just a qwestion. How did you port the GB kernel to work on 4.2.2? I wanna learn it too. like how to make GB kernel work on JB or so. So that for KLP or so we wont have to depend on shendu to port a kernel and i can make a full rom port from Incredibe S. So Yeah. thanks again awesome Job.
Sigh. Symlinks. Its a bad update binary. How did you install it? GB -> what?
Sent from my u8800-51.
Awesome now -51 can have 4.2.2 too and it looks promising! One thing, just like rittik asked how did you get .35 kernel to work on 4.2.2? It can be really useful because .32 and .35 kernels give the best performance and in my opinion better than 3.0.8
Sent from my Nexus 4 using xda-developers app
Rittik said:
This is great news for -51 users.Ima say thanks too
just a qwestion. How did you port the GB kernel to work on 4.2.2? I wanna learn it too. like how to make GB kernel work on JB or so. So that for KLP or so we wont have to depend on shendu to port a kernel and i can make a full rom port from Incredibe S. So Yeah. thanks again awesome Job.
Click to expand...
Click to collapse
SvTeam said:
Awesome now -51 can have 4.2.2 too and it looks promising! One thing, just like rittik asked how did you get .35 kernel to work on 4.2.2? It can be really useful because .32 and .35 kernels give the best performance and in my opinion better than 3.0.8
Sent from my Nexus 4 using xda-developers app
Click to expand...
Click to collapse
Only use the 3.0 kernel ramdisk with 2.6 kernel .
Somcom3X said:
Sigh. Symlinks. Its a bad update binary. How did you install it? GB -> what?
Sent from my u8800-51.
Click to expand...
Click to collapse
You can't install it? i'm on GB with ics partition and baseband, using the 6.0.1.5 recovery by ivan.
SpaceKiller said:
Only use the 3.0 kernel ramdisk with 2.6 kernel .
You can't install it? i'm on GB with ics partition and baseband, using the 6.0.1.5 recovery by ivan.
Click to expand...
Click to collapse
Using cygwin to extract-compile boot.img?
Was that so simple? ...Am such a Noob!
-Rik[Rittik]
This guy is amazing!!!
Looks like we may have a suprise coming up :good: :victory:
Even rittik will be shocked.
omg great news !!! i will try it tomorrow :victory:
Gingerbread's core in 4.2.2 rom -- it is amazing, guys!
Also, does it possible to flash this rom on 8800+/pro? Or only -51
Sent from my U8800pro using xda premium
I will try to make a version of this for the u+ too.
Sent from my Nexus 4 using xda-developers app
Wow, this is a great time for - 51 users, thank you!
Maybe this is stupid but never tried ICS based rom's (except Aurora) because I don't understand what unlock pink screen means and was afraid of not being able to return to ginger from a Roadkil's Disk Image backup. My point is, after flashing AndromadusMod, is it possible going back to ginger/froyo by restoring a Roadkil image? Or at least could you explain what to do if something goes wrong?
Ps. Sorry for my noobyness
Enviado desde mi U8800-51
gleb_grid said:
Gingerbread's core in 4.2.2 rom -- it is amazing, guys!
Also, does it possible to flash this rom on 8800+/pro? Or only -51
Sent from my U8800pro using xda premium
Click to expand...
Click to collapse
Only one way to find out. Try it.
SvTeam said:
I will try to make a version of this for the u+ too.
Sent from my Nexus 4 using xda-developers app
Click to expand...
Click to collapse
I hope it is a nice improvement.
Sent from my u8800-51.
gleb_grid said:
Gingerbread's core in 4.2.2 rom -- it is amazing, guys!
Also, does it possible to flash this rom on 8800+/pro? Or only -51
Sent from my U8800pro using xda premium
Click to expand...
Click to collapse
It wont work in u+. Maybe after changing updater-script? What do you say SomCom?
Edit: In boot.img what file(s) is/are the ramdisk?
SvTeam said:
It wont work in u+
Click to expand...
Click to collapse
It work on u+.
SvTeam said:
It wont work in u+. Maybe after changing updater-script? What do you say SomCom?
Edit: In boot.img what file(s) is/are the ramdisk?
Click to expand...
Click to collapse
Unpack boot.img it will get extracted as ramdisk folder+kernel..the folder is ramdisk..easy enough.
-Rik[Rittik]
Maybe someone could try to build cm10 with genos kernel from cm7.2??? that one is last good kernel.
Sent from my U8800PRO using Tapatalk 2
daniblade said:
Wow, this is a great time for - 51 users, thank you!
Maybe this is stupid but never tried ICS based rom's (except Aurora) because I don't understand what unlock pink screen means and was afraid of not being able to return to ginger from a Roadkil's Disk Image backup. My point is, after flashing AndromadusMod, is it possible going back to ginger/froyo by restoring a Roadkil image? Or at least could you explain what to do if something goes wrong?
Ps. Sorry for my noobyness
Enviado desde mi U8800-51
Click to expand...
Click to collapse
Please, someone help!
Also, can I flash this over a ginger based rom?
Enviado desde mi U8800-51
I have tried ramdisk 3.0 and kernel 2.3 on my rom, and the phone doesn't boot....

*[DISCONTINUED]*[ROM][AOSP][4.3][cfX-Toolchain LLVM Clang 3.4] CodefireX

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introducing CodefireX for your device! This OP is going to stay slim and bloat free, just like CodefireX. No marketing buzzwords either. We take such confidence in the speed and performance of this distribution, we challenge you to find a faster and more stable one!
Warning: we only support anykernel methods of custom kernel installation.
Here's a bit of info you may want on this project for how we do things differently:
No features you don't need which slow the device down, or put your data at risk of being stolen. If you want to give it away, it should be your decision.
A fast and clean install with no UX decisions made for you. You make the ROM whatever you would like.
A team constantly exploring totally new feature sets and optimizations geared toward you, the user
We utilize a plethora of optimizations in a build system unlike any other:
- Each build has a toolchain built for your device at the time of build. No more generic toolchain android builds.
- Consistently updated upstream toolchain module source with our custom backports, fixes, and optimizations applied in a patch at build time.
- Fully built utilizing Link Time Optimization (another custom ROM first). Feel free to google this one a bit to get an idea of the performance gain.
- Many repositories have code fixes, cleanups, and many minor optimizations which are too generous to even speak of here.
- Optimizations are toggled on and off based on device for the best experience we can acheive for your device without sacrificing any stability
- Many Qcom optimizations and AOSP master (upstream) optimizations and fixes using device specifications to determine usage.
- Fully built utilizing strict aliasing and isognu++11 mode.
- Full "-O3" build. To those who don't know, this is the highest "optimization level" available in gcc that sets many other flags.
Important Links:
We have a very in depth review system, so Nightlies should be considered stable
Download Nightlies with new kernel
Download Superuser Zip
Kernel Source
Official Website
Thank you for choosing codefireXperiment,
codefireXperiment team
XDA:DevDB Information
[ROM][AOSP][4.3][cfX-Toolchain 4.8.y+] codefireXperiment Nightlies + Weeklies, a ROM for the Oppo Find 5
Contributors
anders3408, synergye
ROM OS Version: 4.3.x Jellybean
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Created 2013-09-04
Last Updated 2013-10-16
XDA:DevDB Information
[ROM][AOSP][4.3][cfX-Toolchain LLVM Clang 3.4] CodefireX Nightlies + Weeklies, ROM for the Oppo Find 5
Contributors
anders3408, synergye
ROM OS Version: 4.3.x Jellybean
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Created 2013-09-04
Last Updated 2014-08-18
First build is at the Nightlies link.
4.1 modem zip is here - Only custom recovery.
Functions that are in @maxwen's kernel 4.3 , is also in this rom.
Video review is up. Thanks to hackarchive - just one note, the review is with another theme and with some xposed modules.
Thak you
So according to your links the rom isnt pre rooted?
And can i use the normal gapps?
Sent from my Find 5 using Tapatalk 4
thanks!
almost installed
@michiil
it ain't pre-rooted, there's a root package under important links.
@anders3408
why did you add the 4.1 modem?
michiil said:
Thak you
So according to your links the rom isnt pre rooted?
And can i use the normal gapps?
Sent from my Find 5 using Tapatalk 4
Click to expand...
Click to collapse
as written in our changelog a few days back :
As many of you know, for the "legacy hacked" superuser behavior on 4.3+, a daemon runs in the background as shell user. Aside from the point of it being a very nasty hack, wakelocks and load spikes are still being reported from this hack with both cwm superuser and supersu. Due to this, we want to leave the choice up to users if they want to flash this, or just stick to su access via adb shell. Superuser install zips have been linked in all OPs across the site, and integration has been entirely removed from the rom.
So you need to flash rom , 4.3 gapps and a superuser zip. all links added to op
4.1 modems are needed if phone has 4.2 modem like if you flash stock 4.2.2 color rom, and then go to here and flash this, you will need to flash 4.1 modems
Holy f*ck, it's so smooth and snappy!
Thanks a bunch for this ROM dude!
Cheers!
Sent from my Find 5 using xda app-developers app
nice!
Is there any way to stop the button backlight from going off after a few secinds not touching? Really anoying IMO
Sent from my Find 5 using Tapatalk 4
michiil said:
Is there any way to stop the button backlight from going off after a few secinds not touching? Really anoying IMO
Sent from my Find 5 using Tapatalk 4
Click to expand...
Click to collapse
that would be a rom feature from aosp, it was needed for some devices to fix issues. But you can always go here : http://codefirex.com/bugs/ and fill out a feature request, then ill take it up with the team
See I've been thinking lately I wish they would go off on the cm 10.2 when not in use lol.
Sent from my Find 5 using xda app-developers app
.
wifi working in this rom?
gmi78 said:
wifi working in this rom?
Click to expand...
Click to collapse
Yes ofc it does, it just needs modem from 4.1 roms, so if you runs 4.2.2 stock oppo rom, you need to flash that modem 4.1 zip attached in beginning of the thread.
FYI:
At Google+ Adam outler shared this here
Sent from my Find 5 using XDA Premium HD app
anders3408 said:
FYI:
At Google+ Adam outler shared this here
Sent from my Find 5 using XDA Premium HD app
Click to expand...
Click to collapse
Don't worry I've got a ton of people coming your way to use this rom.I shared it on my G+ feed.Thanks alot for your work and that of your team.:good:
can i use PA_Gapps?
leungclj said:
can i use PA_Gapps?
Click to expand...
Click to collapse
I'm really not sure. Have never tried those. Just be sure its for 4.3 not 4.2.2
Sent from my Find 5 using XDA Premium HD app
oh btw... wifi is always ON in 4.3.
wifi > advanced > uncheck "scanning always available" (really disturbing feature)
I had to enter my PIN again this morning, not sure if it was caused by a random reboot can I still get a log from this moment...? Alarm did go off though ^^
anders3408 said:
as written in our changelog a few days back :
As many of you know, for the "legacy hacked" superuser behavior on 4.3+, a daemon runs in the background as shell user. Aside from the point of it being a very nasty hack, wakelocks and load spikes are still being reported from this hack with both cwm superuser and supersu. Due to this, we want to leave the choice up to users if they want to flash this, or just stick to su access via adb shell. Superuser install zips have been linked in all OPs across the site, and integration has been entirely removed from the rom.
So you need to flash rom , 4.3 gapps and a superuser zip. all links added to op
4.1 modems are needed if phone has 4.2 modem like if you flash stock 4.2.2 color rom, and then go to here and flash this, you will need to flash 4.1 modems
Click to expand...
Click to collapse
It's nice to have another promising and clean looking ROM option for the Find 5. Thanks for your team for this.
Does the "upgrade" from the official CM 10.1 (Nightly) go like the one described above in your comment? Full wipe included of course.
Cheers,
LP
LP6 said:
It's nice to have another promising and clean looking ROM option for the Find 5. Thanks for your team for this.
Does the "upgrade" from the official CM 10.1 (Nightly) go like the one described above in your comment? Full wipe included of course.
Cheers,
LP
Click to expand...
Click to collapse
If comming from another custom ROM, no need for modem flash
Sent from my Find 5 using XDA Premium HD app
SnowOokami said:
oh btw... wifi is always ON in 4.3.
wifi > advanced > uncheck "scanning always available" (really disturbing feature)
I had to enter my PIN again this morning, not sure if it was caused by a random reboot can I still get a log from this moment...? Alarm did go off though ^^
Click to expand...
Click to collapse
Its possible that the modem has gone off for a sec. Else I'm not sure what should do it. Nine Radom reboots here at all
Sent from my Find 5 using XDA Premium HD app

[ROM] [4.4.2] TeamEOS - The Revival || Nightlies

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome to Eos! The Eos project originated with the AOSP release of ICS, and was originally founded by Solarnz and co founded by Bigrushdog. Since then, Eos has evolved into a multinational collaborative effort backed by top Android developers. Our objective is to provide a world class AOSP build with unique features and enhancements. Eos is an ongoing development project in which builds are released on a regular basis. Every release should be considered stable and highly functional.
Bigrushdog - Project lead, Chief Developer [Xoom || Galaxy Nexus || HTC One (M7)]
RaymanFX - Co-leader, AOSP code maintainer [Xperia S || Nexus 7 (2013) || OPPO N1 || OPPO Find7a]
jrior001 - Jenkins/Gerrit Admin, CAF code maintainer [HTC One X]
anders3408 - Frameworks Developer [OPPO Find5 || OPPO N1]
Roach - Frameworks Developer [Nexus 4 || Nexus 7 (2013) || HTC One (M8)]
Connor Baker [Nexus 4 || HP Touchpad]
Code:
NX Gesture Navigation Bar
EOS Weather Engine
Custom Quick Toggles Tiles with Brightness & Volume Seekbars
Softkeys Long-Press Actions
Network Indicator
Battery Indicator Mods
Clock Mods
T-Mobile Theme Engine
Force Navigation Bar on any device
Volume keys switch depending on rotation. So the volume up key is always either on the top or to the right of volume down. (Toggle-able)
Default Volume Control Stream (Ring or Media)
Advanced power menu with reboot options.
MORE...
We give love and much respect to Cyanogenmod. The AOSP scene would not exist as it does today without them. We implement some of their branches to support legacy devices and features that users have demanded.
Team EOS Find5 Nightly builds
Find5 <<< Link >>>
G-Apps Package
Because this is an AOSP based rom Google Apps are not included. To install Google Apps please flash the following package after installing the rom:
GApps <<< Link >>>
These builds are designed to be installed from your favorite recovery. MAKE SURE YOU HAVE THE LATEST 4.4.x COMPATIBLE RECOVERY.
Detailed instructions:
Going to EOS4.4.x from a rom < 4.4.x:
Backup everything !
Go to recovery
Make a full wipe / factory reset
format /system
Flash the rom
Flash optional kernel
Flash gapps
Reboot
Updating from EOS 4.4.x #XX to #YY:
You can usually skip the full wipe step.
If ever you encounter an issue make sure you make a full wipe first before reporting though.
Find5 comes with a custom kernel, featuring the latest CAF kk_2.7-stable patches and designed specially for EOS.
Contribute
Gerrit Review
Jenkins Build System
Github
XDA:DevDB Information
TeamEOS, ROM for the Oppo Find 5
Contributors
anders3408, teameos
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Stable
Created 2014-05-23
Last Updated 2014-05-22
Sooo... Any special features? Battery life? Audio? Camera?
Awesoommeee
Can you list any bugs ? Is this continuation work from CM11 ?
I was using CM11 but stopped because of Camera, Bluetooth Pairing and Black Screen Bug + An additional feature I missed from ColorOS is the Timing Power on/off.
No bugs I know. Battery is pretty good, not a cm based rom but we do uses some cm libs. Its more like our old cfx but without clang, llvm and so.
Very stable and having some unique eos functions, such as nx gesture which is an alternative to navbar
Sent from my N1 using XDA Free mobile app
Just flashed your Rom.. camera didn't work.. seems fast can you integrate double tap to wake.. loved the eos button setting.. regarding themes will cm themes work or only aosp?
Sent from my X909 using Tapatalk
extremetech said:
Just flashed your Rom.. camera didn't work.. seems fast can you integrate double tap to wake.. loved the eos button setting.. regarding themes will cm themes work or only aosp?
Sent from my X909 using Tapatalk
Click to expand...
Click to collapse
First be careful with which gapps you uses and do format system and data and cache and dalvik.
I always recommend the small banks gapps. Double tap to wake is already added, look at settings ---> more
Cm themes should work fine but not the new cm theme engine.
Sent from my N1 using tapatalk
just flashed
just installed the rom...and there where 2 main things that catch my eye... first one the smooth fast .. great one.. second one that horrible search bar on the home screen ... camera works properly ...my signal is great ...wifi ...gapps i had to install minimal pack...cause the standard didnt work...battery live ..have to wait and see...
by the way good work ... and keep it going..:laugh:
---------- Post added at 09:07 PM ---------- Previous post was at 08:48 PM ----------
by the way ... will modem 4.1 make any difference...?
anders3408 said:
First be careful with which gapps you uses and do format system and data and cache and dalvik.
I always recommend the small banks gapps. Double tap to wake is already added, look at settings ---> more
Cm themes should work fine but not the new cm theme engine.
Sent from my N1 using tapatalk
Click to expand...
Click to collapse
Thanks will test with small gapps instead of standard.
marreti said:
just installed the rom...and there where 2 main things that catch my eye... first one the smooth fast .. great one.. second one that horrible search bar on the home screen ... camera works properly ...my signal is great ...wifi ...gapps i had to install minimal pack...cause the standard didnt work...battery live ..have to wait and see...
by the way good work ... and keep it going..:laugh:
---------- Post added at 09:07 PM ---------- Previous post was at 08:48 PM ----------
by the way ... will modem 4.1 make any difference...?
Click to expand...
Click to collapse
4.1 modem Will break wifi and so
Ya search bar ain't nice but having it without gapps avoids new issues. We might add some launcher settings for that
br0mygawd, EOS for the find 5, this is the happiest day of my life
i still run my xoom with EOS
Psych0_D0g said:
br0mygawd, EOS for the find 5, this is the happiest day of my life
i still run my xoom with EOS
Click to expand...
Click to collapse
can anyone report about any GPS or signal issues? How does the idle battery drain compare to CM or OMNI roms? :highfive:
Battery is great imho 53% left after a day of slight usage
Gesendet von meinem Find 5 mit Tapatalk
anders3408 said:
First be careful with which gapps you uses and do format system and data and cache and dalvik.
I always recommend the small banks gapps. Double tap to wake is already added, look at settings ---> more
Cm themes should work fine but not the new cm theme engine.
Sent from my N1 using tapatalk
Click to expand...
Click to collapse
I have had the same issue with camera not working. I will now try to install "minimal" gapps. Please make sure to note that on the description for future users.
Thanks! Overall the bugs that I found both in Omni and CM roms are not there, so I'm happy for now :cyclops:
sazinas said:
I have had the same issue with camera not working. I will now try to install "minimal" gapps. Please make sure to note that on the description for future users.
Thanks! Overall the bugs that I found both in Omni and CM roms are not there, so I'm happy for now :cyclops:
Click to expand...
Click to collapse
Thanks for input
Sent from my N1 using tapatalk
anders3408 said:
Thanks for input
Sent from my N1 using tapatalk
Click to expand...
Click to collapse
Any idea about OTA updates?
Is there a way to modify processor speed,cores or priority?
sazinas said:
Any idea about OTA updates?
Is there a way to modify processor speed,cores or priority?
Click to expand...
Click to collapse
Ota is being worked on. Try trickster mod app
Sent from my N1 using tapatalk
anders3408 said:
Ota is being worked on. Try trickster mod app
Sent from my N1 using tapatalk
Click to expand...
Click to collapse
Thanks ):good:
I appreciate the continued support for this phone. thanks anders. I am a little hesitant in flashing this rom though. I don't want to cause any problems for my wife's phone lol. She is currently on Omni Nightly 4.4.2-20140212
Are you going to be adding any 4.4.3 goodies? Thanks for your time. ah one more thing, do I need to flash any modem?
Doukeyakusha said:
I appreciate the continued support for this phone. thanks anders. I am a little hesitant in flashing this rom though. I don't want to cause any problems for my wife's phone lol. She is currently on Omni Nightly 4.4.2-20140212
Are you going to be adding any 4.4.3 goodies? Thanks for your time. ah one more thing, do I need to flash any modem?
Click to expand...
Click to collapse
4.2 modems is used here, but omni uses the same, unless your on an old build.
Yes we're starting to merge 4.4.3 today
Sent from my N1 using tapatalk
Thanks for the reply. I ended up not having wifi, and found a 4.2 modem at the oppo forums. Flashed it and all is well, idle battery is pretty darn good. So far no overheating or any major issues. I'll ask my wife about more details when she gets home from work. 4.4.3 news is great, can't wait This ROM has brought new life to my wife's phone, so thanks again

Categories

Resources