[ROM][OTA][STABLE] CyanogenMod 12.1.1 - Elephone P8000

{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.1(LP), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* 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!
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Unofficial build of CyanogenMod 12.1 (Android 5.1.1) for the P8000​
Working:
Everything! :highfive:
It boots and is hardware accelerated!
WiFi
Vibration
Audio
Rotation
Proximity Sensor
Bluetooth
Camera (Video and Photos!), thanks to @walter79
Ambient Light Sensor
External SD
RIL for SMS/Calls/Internet
GPS
MTP and Mass Storage mode (thanks, walter79!)
Audio over Bluetooth
Tethering
Enforcing SELinux
Fingerprint Scanner
FM Radio
Not working (yet):
https://github.com/visi0nary/android_device_elephone_p8000/issues
If you have problems with Android Auto, try this.
If you get a notification saying updates are available it's sufficient to install the latest version.
Download:
OTAs:
http://download.cm.mkoas.de/OTAs/
Build 10:
http://download.cm.mkoas.de/cm-12.1-20160720-UNOFFICIAL-p8000.zip
Build 9:
http://download.cm.mkoas.de/cm-12.1-20160601-UNOFFICIAL-p8000.zip
Build 8.2:
http://download.cm.mkoas.de/cm-12.1-20160522-UNOFFICIAL-p8000.zip
Build 8:
http://download.cm.mkoas.de/cm-12.1-20160508-UNOFFICIAL-p8000.zip | mirror by @sellsky
Build 7.1:
http://download.cm.mkoas.de/cm-12.1-20160418-UNOFFICIAL-p8000.zip | nachfuellbar's mirror
Build 4:
http://d-h.st/nWtX Mirror, thanks to nachfuellbar: http://mkoas.de/cm-12.1-20160307-UNOFFICIAL-p8000.zip
Build 3:
http://d-h.st/yJbD
Build 2:
http://d-h.st/J1Cl
Build 1:
http://d-h.st/0roR
How to install:
It's usually a good idea to download the newest build version. Just install it via recovery. I tested it on CWM and TWRP but it should also work on other recoveries. You will also need gapps if you want to use Google services. I recommend stock OpenGApps - use the arm64 versions.
Supporters (in no particular order)
* @jknarf
* Neil R.
* @prkelja
* @valascus
* Ulrich R.
* Axel M.
* @thundermuppet
* @diggadugger
* @Feuerpfeil
* @kewlpanda
* @JohnnyPounder
* @kezmdor
* @-Tiz-
* @stonedpsycho
* Ivan R.
* @micbanand
* @alfredxyz
* @KripXP
* @boredland
* @pscamodio
Sources:
Device Tree: https://github.com/visi0nary/android_device_elephone_p8000
Kernel: https://github.com/visi0nary/android_kernel_elephone_p8000
Thanks to:
@DerTeufel1980
@carliv
@Santhosh M
@walter79
@superdragonpt
@fire855
@valascus
@JulianXhokaxhiu for the OTA rest server!
ZOPO for releasing their sources!
Appendix:
If you want to mirror the files or port the ROM to another device, I encourage you to do so! Only please respect my work and give proper credits. Thank you!

I'm currently on a hackathon in Munich so I don't have time to maintain this thread. Will be online again on Tuesday. I'm back. Feel free to contribute or discuss things

Reserved for later use.

downloading.....thanks For your work!!!

Thanks.

Hi i could not flash cm with twrp and also not with cwm recovery does anybody get flashed cm successfully?
Edit:
I solved it! everytime i tryed to flash the zip i got the message :this package is for p8000 this is a k05ts_a
FIX:
1.Open the zip using WinRAR or 7ZIP. and decompress the package
2.Open the package and navigate to \META-INF\com\google\android
3.Open updater-script file in a text editor.
4.Change the two "P8000" entries with "k05ts_a"
before:
assert(getprop("ro.product.device") == "P8000" || getprop("ro.build.product") == "bacon" || abort("This package is for "P8000" devices; this is a "" + getprop("ro.product.device") + "".")
after:
assert(getprop("ro.product.device") == "k05ts_a" || getprop("ro.build.product") == "bacon" || abort("This package is for "k05ts_a" devices; this is a "" + getprop("ro.product.device") + "".")
5.Compress the folder back to zip.
6.Flash and enjoy

I am absolutely looking forward to this ROM. Thanks so much!
Will the ROM support device encryption?

alfredxyz said:
Hi i could not flash cm with twrp and also not with cwm recovery does anybody get flashed cm successfully?
Edit:
I solved it! everytime i tryed to flash the zip i got the message :this package is for p8000 this is a k05ts_a
FIX:
1.Open the zip using WinRAR or 7ZIP. and decompress the package
2.Open the package and navigate to \META-INF\com\google\android
3.Open updater-script file in a text editor.
4.Change the two "P8000" entries with "k05ts_a"
before:
assert(getprop("ro.product.device") == "P8000" || getprop("ro.build.product") == "bacon" || abort("This package is for "P8000" devices; this is a "" + getprop("ro.product.device") + "".")
after:
assert(getprop("ro.product.device") == "k05ts_a" || getprop("ro.build.product") == "bacon" || abort("This package is for "k05ts_a" devices; this is a "" + getprop("ro.product.device") + "".")
5.Compress the folder back to zip.
6.Flash and enjoy
Click to expand...
Click to collapse
Now that's becoming super weird! My early builds were for k05ts_a but rejected to be installed because they wanted p8000 as assertion. Looks like a different batch problem again, oh noes!
-Tiz- said:
I am absolutely looking forward to this ROM. Thanks so much!
Will the ROM support device encryption?
Click to expand...
Click to collapse
Well for now I want to bring up all peripherals (current challenge is to fire up the camera) before adding features over stock. Of course Mediatek did a custom flashlight implementation which leads to a SystemUI crash when booting with camera enabled because the flashlight toggle can't find the flashlight pointer. Disabling the back camera works but then we obviously only can use the front cam which is not an option. Looks like I gotta hack kernel drivers...

BlueFlame4 said:
Now that's becoming super weird! My early builds were for k05ts_a but rejected to be installed because they wanted p8000 as assertion. Looks like a different batch problem again, oh noes!
Click to expand...
Click to collapse
i think its more of what rom they are coming from.
maybe a pre-req to be on latest stock before trying this rom?
surely that check is only there to prevent people flashing a rom not meant for their phone/model onto it? it can be removed and re-zipped for flashing without the check.
hats off for the great work @BlueFlame4.
hope elephone see this and actually help you out with the difficulties and provide you with free devices in the future LOL

El_Nino9 said:
hats off for the great work @BlueFlame4.
hope elephone see this and actually help you out with the difficulties and provide you with free devices in the future LOL
Click to expand...
Click to collapse
Thank you!
BTW Camera works now (front, back and flash) but video recording is still broken. I'll look into this later - next quest is RIL bringup

hi blueflame...
been lurking and use visi0nary's kernel since v1.2
subscribing this thread and will be also lurking here for ANY updates
really appreciate all the work you have done and many thanks for your effort and resources to have CM12 in this phone

Will use it as soon as mobile data works. Thanks for ur great work

Tank you!
I've read that for the Elephone Trunk is ou the CM13. Maybe is possible to implement that in the future.

SuperKekko84 said:
Tank you!
I've read that for the Elephone Trunk is ou the CM13. Maybe is possible to implement that in the future.
Click to expand...
Click to collapse
Well, the Trunk uses a Qualcomm chipset which is relatively easy to handle even though it's still hard work to set up the device tree. Speaking of that my device tree is on Github so feel free to experiment with CM 13. I will do one thing after the other and get CM 12.1 running first before starting something new.
BTW thank you guys again for the donations! <3

PLSHELPIMANOOB said:
Will use it as soon as mobile data works. Thanks for ur great work
Click to expand...
Click to collapse
Turns out this might be more work than expected but I'm making progress. The MUX daemon that coordinates the modems already fires up and initializes everything but somehow I still can't speak to it yet (i.e. Baseband is still unknown). Looks like a permission problem.
Fixed so far:
* Bluetooth
* Camera
* Long booting time is fixed
* Proximity Sensor
Unfortunately I had to make a change in the CM tree in order to get camera working so there's maybe a better way to do this. I'll look into this later though as it works for now. Gonna hit the sauna now with some friends and afterwards I don't have time until sunday so don't expect a release this week. Once RIL works, I'll push the build

BlueFlame4 said:
Gonna hit the sauna now with some friends and afterwards I don't have time until sunday so don't expect a release this week. Once RIL works, I'll push the build
Click to expand...
Click to collapse
Okay, wish u much fun Yeah no hurry , take ur time =) Until u get it to work I use the Nexus ROM with XPOSED But I´m already very excited for CM, mainly cuz of the theme Engine

BlueFlame4 said:
Turns out this might be more work than expected but I'm making progress. The MUX daemon that coordinates the modems already fires up and initializes everything but somehow I still can't speak to it yet (i.e. Baseband is still unknown). Looks like a permission problem.
Fixed so far:
* Bluetooth
* Camera
* Long booting time is fixed
Unfortunately I had to make a change in the CM tree in order to get camera working so there's maybe a better way to do this. I'll look into this later though as it works for now. Gonna hit the sauna now with some friends and afterwards I don't have time until sunday so don't expect a release this week. Once RIL works, I'll push the build
Click to expand...
Click to collapse
Hello. Good job!
I'm working under cm12.1 to.. I don't have never long boot. First boot 2-3 min (2 on optimisation) very fast, small review of cm12.1 on p6000 pro. Will be better, if we cooperated with you.
http://www.youtube.com/watch?v=M_oN5QkfkXw

Deepflex said:
Hello. Good job!
I'm working under cm12.1 to.. I don't have never long boot. First boot 2-3 min (2 on optimisation) very fast, small review of cm12.1 on p6000 pro. Will be better, if we cooperated with you.
http://www.youtube.com/watch?v=M_oN5QkfkXw
Click to expand...
Click to collapse
Yeah, I forgot to a add a binary which basically lead to the long boot problem. Lessons learned, won't happen again What is working on your build? Cooperation is always appreciated!

BlueFlame4 said:
Yeah, I forgot to a add a binary which basically lead to the long boot problem. Lessons learned, won't happen again What is working on your build? Cooperation is always appreciated!
Click to expand...
Click to collapse
Day ago i'm booted
Working:
led, vibrator, accelerometer, autorotation, wifi (fixed)
Now i'm going take logcats and modify a device tree My skype : rblmix1, if i fix something, i told you

Excited to see CM for the elephone!
Thank you guys so much for doing this!

Related

[ROM][JB][JZO54K][4.1.2][ALPHA3]MiniCM10 |PecanCM|

{
"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"
}
CyanogenMod (MiniCM) is a free, community built, aftermarket firmware distribution of Android 4.1 (JB), which is designed to increase performance and reliability over stock Android for your device.
Disclaimer:
Code:
#include
/*
* 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.
*
*/
MiniCM is based on the Cyanogenmod Project and Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod and MiniCM does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for Jellybean or MiniCM10 is available in the PecanCM Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Note:
If you want to use this rom as base, for another rom, ask PecanCM Team permissions!
If you like this rom, click thanks button, no need to get Offtopic in this thread
Respect the moderator who cleans the thread from spammer, and all other people
This is a team work by Ron G, Antdking , venkat kamesh , osamabinary and me
Download Links:
MiniCM10-4.0.2-20130206-UNOFFICIAL-p350.zip
Google apps
gapps-jb-20121011-signed.zip [NOT PREFFERED]
Mini Gapps : http://d-h.st/7zV [ Preffered ]
Instructions
First time installing CyanogenMod 10 to your Opimus Me P350, or coming from another ROM:
1. Root the Phone and Install CWM Recovery 5 or 6
2. Download the latest rom from the thread
3. Hold down VOL DOWN + HOME + POWER keys to enter recovery
4. Perform a Nandroid backup of your current ROM.[Optional]
5. MAKE FULL WIPE : format system,boot,dalivk,cache,data [Important to Avoid new bugs]
6. FLASH ROM ZIP
7. Flash GAPPS [ Optional ]
7. Install LINK2SD , select ext3 and reboot. [Optional]
8. Open Link2SD: Select AutoLink from Preferences. [Optional]
9. ENJOY CM10
Upgrading from earlier version of CyanogenMod 10:
Copy CM10 ZIP to your internal SDCard
1. Boot into Recovery
2. wipe cache and dalvik cache
3. Flash CM10 zip (your Google Apps will be backed up & restored automatically)
4. Reboot
Recommandations
Don't change CPU freq over 768 mhz
PERFORMANCE: Memory Management: zRAm: 28%, KSM: enable
ABOUT PHONE: CM Stats, Enable reporting: off
WORKINGS:
Booting
Touch Screen
Baseband (GSM/phone/messages/GPRS/EDGE/3G)
Headphones
SD Card
Working HW acceleration
Bluetooth
OMX
Stock Gallery
3D
Video Playback
Gralloc and Copybit
Browser
JB keyboard
Games
Usb Mass Storage
FM Radio - use Spirit FM app
Data limit, IPv4, IPv6
Network search
Buttons backlight
Bluetooth Tethering
Youtube LQ/MQ
Deep sleep
Animations Full Works
Wifi
GPS
Google play
Live wallpapers
USB/Wifi Tethering - with 3rd party apps
Color Banding free
Not Working or Partially Working:
Sensors [Will be Fixed]
Panorama
Features:
Removed wallpapers, Live wallpapers and Some ringtones
removed Bootanimation
removed ROM manager (can be downloaded from the play store)
removed few LatinIME dictionaries (da, hr, iw, ka)
no languages other then english (Use this app for languages )
Known issues:
Native Usb Tethering - use an external app
Panorama - It Captures But it is Blank Image
How to report bugs:
To be clear, posts without detailed instructions on how to reproduce a problem and without attached logs will be ignored.
Always provide android (adb logcat) and kernel logs (adb shell dmesg).
If it's a RIL problem we would need a radio log (adb logcat -b radio), too.
Sources:
Device:
https://github.com/PecanCM/android_device_lge_p350
Kernel:
https://github.com/PecanCM/lge-kernel-pecan
Vendor:
https://github.com/PecanCM/cm_vendor_lge
If anyone is bored, knows Java & Android, and wants to help on this project, I take patches!
Credits & gratitude:
Thanks to CyanogenMod Team for everything
Thanks to codeaurora forum for kernel patches
MiniCM Team for this source
Thanks to lgics for patches
Thanks to antdking for rebasing or updating device tree to jb, Gralloc, 3D and most fixes in kernel camera and other help
Thanks to Ron G for main base, all jb kernel, ics bugs fix , jb bug fixes everything
Thanks to Osamabinary for Fixing Reboot bug
If you like my work and want to give a small amount of money for me to buy a energy drink, please click the "Donate to me" button under my username. Otherwise I would be grateful if you can click the "Thanks" button on the bottom right of this post. Thanks
Changelog
06/02/13 Alpha 3
Alpha 3 Released for JB
Latest Updated Source code
Fixed Random Reboots
Upstream changes
Project Alive Again
07/12/12 Alpha 2
Alpha 2 Released for JB
Latest Updated Source code
Audio Fixed
Camera Fixed
Video Recorder Fixed
Small Bug Fixes
Panorama Starts But Don't Work It Captures but it is Blank Black Image
05/12/12 Alpha 1
Initial Alpha 1 Released for JB
Hey'll
Guys So Now PecanCM Is Having Gerrit Code Review System , Github Code and Jenkins Continous Build Intergration
Would you like to participate in Team?? Well Now you could !! If you have any patches or fixes to source codes you could surely send it to PecanCM Gerrit and We will Review it and Maybe we get you in the Team!
So Question Must Arise in your Mind! How to Push Patches?? !! Well So I'm Writing Small Guide Here For Pushing Patches to PecanCM Gerrit!
First of All I would like to tell you ! you must have bit knowledge about git
Now Let's Start!
Now It is For DEVS
First of all go to PecanCM Gerrit and on the top you could see register! You can Register via Google Account , Yahoo Account and OpenID! So Now Register your account!
Now You Need to Give your SSH Public Key to Gerrit for Authenication. First of all you need to generate SSH Keys If you haven't done it so far!
For Generating your SSH Keys Follow This Command in your Shells [ Terminals ]
ssh-keygen -t rsa -C "[email protected]"
Here you need to change your email with the email id your registered with
Click to expand...
Click to collapse
Now Just Press Enter Follow the Process Now you will get your id_rsa.pub file in your ~/.ssh/id_rsa.pub ! [ It May Change if you didn't go to normal process ]
Now Open your ~/.ssh/id_rsa.pub and Copy the Whole text
Now Open PecanCM Gerrit and Login and Now Go to Settings > SSH Public Keys > Add Keys
Now Paste your Whole Text here! and Save it
Now You Must be Authenicated !
Now You Can Push to any PecanCM Repo like
First do your commits.
Now Time to Push your Commits for Review
git push ssh://[email protected]:6117/PecanCM/reponame HEAD:refs/for/branch [ branch = name of branch ]
Now it should be pushed! and you should be given link to review on terminal!
Well Maybe You Should Find my Guide Tough lol You Could also See Better Guide Here http://review.pecancm.org/Documentation/user-upload.html
Now It is For Users
So Friends We Have Configured Jenkins Builder for PecanCM Which is 24/7 Up You Could Check Current Build Status Over PecanCM Jenkins
If you want to see latest current build open this link http://jenkins.pecancm.org
So Guys PecanCM needs upgrade to their Servers to Get CM-10.1 , CM-10 , CM9 Builds Faster If you can You can donate us small amount of money and that will help us lot! if you want to do so we accept donation via paypal! if you want to donate go to under our usernames and there it is donate button
HOW TO SEND BUG REPORTS
Hold down VOL_DOWN + MENU keys for 2 seconds, release when vibrated.
Wait 20-30 seconds, it will vibrate again.
Send me: /sdcard/bugreports/bugreport.txt
Good job bro! The only dissapoint on the history was a waste of ICS, it'll probably not get some attention ...
DarkRising said:
Good job bro! The only dissapoint on the history was a waste of ICS, it'll probably not get some attention ...
Click to expand...
Click to collapse
I don't get you bro...
Sent from my LG-P350 using xda premium
Is the system partition big enough to flash full gapps on the rom?
I think maybe u need to provide light gapps
Sent from Vegeta's scouter
Just 1 question, still reboot every 5 minutes like cm10 alpha from RON or automatic reboot already fix in this ROM?
Sent from my LG-P350 using xda app-developers app
First Post ->
Random Reboots (WE'RE TRYING). No, they didn't fix it yet.
And Keyur, i say that ICS will not get some attention because JB isn't more a dream for our phone soon we will get the hands on it and ICS will be left back.
DarkRising said:
First Post ->
Random Reboots (WE'RE TRYING). No, they didn't fix it yet.
And Keyur, i say that ICS will not get some attention because JB isn't more a dream for our phone soon we will get the hands on it and ICS will be left back.
Click to expand...
Click to collapse
Yeah jb is no more dream we can say dream came alive
djnand said:
Just 1 question, still reboot every 5 minutes like cm10 alpha from RON or automatic reboot already fix in this ROM?
Sent from my LG-P350 using xda app-developers app
Click to expand...
Click to collapse
No bro there is still that bug but i think we can fix it up soon
Anurag pandey said:
Is the system partition big enough to flash full gapps on the rom?
I think maybe u need to provide light gapps
Sent from Vegeta's scouter
Click to expand...
Click to collapse
Yeah bro you're right we will need mini gapps
Sent from my LG-P350 using xda premium
JB is Released
fix
Please,fix a touchscreen also add all languages
thank you, you are the best, i wait the next update with bug fixes
rickyreyne said:
thank you, you are the best, i wait the next update with bug fixes
Click to expand...
Click to collapse
Thanks soon they will be fixed pecanCM is working hard
Closeda said:
Please,fix a touchscreen also add all languages
Click to expand...
Click to collapse
Touch is working fine and about languages I'm sorry !
keyur2maru said:
Touch is working fine
Click to expand...
Click to collapse
Well and it works? Buttons in display press close on some minutes, instead of is lightning, as in ICS.
Thank
Ok
Hey Keyur what about random reboots... any progress?
rena14 said:
Hey Keyur what about random reboots... any progress?
Click to expand...
Click to collapse
So far no
Sent from my LG-P350 using xda premium
I'm wait for mini gapps before tester this ROM...
you can dl superlight gapps here http://d-h.st/7zV
Sent from my LG-P350 using xda premium

[ROM] [5.1] [4.4.4] OmniROM Official Nightlies for p1ln

{
"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"
}
About Omni
The goal of Omni is to experiment with Android development because we enjoy it. Omni isn’t better, just different. It’s another option for the billion Android users out there. Android (vs. iOS and every other mobile OS) has thrived on options as well as the gigantic, talented development community that has emerged to build those options. That’s the beauty of Android – that you can pick and choose from a smorgasbord of devices with varying features and functionality.
Code:
#include
/*
* 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. Hard. A lot.
*/
Many many thanks to @humberos for this great gift ... as he is one of the contributors to OmniROM ...OmniROM Merged Contibutions of Humberos
DONATE TO HUMBEROS
Download the latest Android 5.1 build from here
http://www.humberos.com.br/?m=1
I am not a developer in any kind ... i am just sharing the news and discussion about the official nightlies of OmniROM ... All credits goes to Omni team and especially to Humberos
Homepage:
=================
http://omnirom.org/
Wiki;
=================
http://docs.omnirom.org/Main_Page
Gerrit:
=================
https://gerrit.omnirom.org/
Bugtracker:
=================
http://jira.omnirom.org
IRC:
=================
irc.freenode.net #omnirom
Downloads:
=================
humberos said:
Hi @all!
Pay attention P1L and P1N users
The P1LN Omni project will be deprecated properly.
P1, P1L and P1N will be installed using only one install package built from P1 Omni project, like CyanogenMod install process.
P.S. I will merge 720P patches when I get positive feedback from any P1 user.
Thank you!
Click to expand...
Click to collapse
humberos said:
Hi @all!!!
Nightly versions:
20140429 :
/system ~= 800M
/data ~= 1.2GB
20140429 :
/system ~= 600M
/data ~= 1.4GB
current versions:
/system ~= 400M
/data ~= 2GB
Click to expand...
Click to collapse
humberos said:
Pay Attention!!
@all users
I will add mmcblk0p3 to LVM
It will increase /data to 1.5GB:good:
BUT
It requires RESTOCK.
New LVM layout will available at 20140512 nightly version.
Click to expand...
Click to collapse
P1LN Download
Gapps: (Using PA's)
http://forum.xda-developers.com/showthread.php?t=2397942
Please use 4.4.X Micro GAPPS
SuperSU:
http://forum.xda-developers.com/showthread.php?t=1538053
Change log
https://changelog.omnirom.org/#/p1/next
Change log application
https://play.google.com/store/apps/details?id=com.bytehamster.changelog
for anyone want to flash a kernel using Hiemdall frontend under windows:
1- download Heimdall suite 1.4.0 from http://www.glassechidna.com.au/products/heimdall/
2- extract and then install the driver (reboot to download mode by holding power and volume down to get out of the boot loop) connect the tab and run the zadig.exe inside the driver folder inside the suite. Select Samsung composite device from first menu and hit install or replace driver.
3-run Heimdall frontend and in utilities tab select detect, once detected select save as and type p1000 for example and hit download. This will download your tab pit file to the PC. See the attachments
4- go to Flash option in the frontend and under PIT hit browse and navigate to the folder you saved your pit file and select it. Then under Partition (files) press add, in Partition details select kernel and browse for the kernel you want to flash in your PC (you can flash kernel extracted from flashable zip "the boot.img file". See images below. .
- hit start...
Finally
أرسلت من GT-I9500 بإستخدام تاباتلك
Great thing
@humberos, @salahmed many thanks!
Thanks about ROM
Testing now....
Any issues ?
SystemUI force closes every second, from the Welcome Screen itself.
yes i noticed that even after full restock ... it is the first nightly ... and i think it is a good start ... lets hope the next nightly will fix this...
What about Video and the other issues that happen to be present on other roms ?
Lovlesh said:
SystemUI force closes every second, from the Welcome Screen itself.
Click to expand...
Click to collapse
i had same problem. i did all posible wipe before installing omni
Ukitaki said:
i had same problem. i did all posible wipe before installing omni
Click to expand...
Click to collapse
confirm
Post a logcat, anyone?
Now it is working
OK ... First post updated
downloads: another link added p1ln
i downloaded Feb 3 nightly from p1ln and replaced the boot.img with the Feb 2 p1 nightly ... now everything is working ... now lets enjoy @humberos gifts
and in the end of the first post there is a link for how to flash kernel (boot.img) using hiemdall in case you need it
salahmed said:
OK ... First post updated
downloads: another link added p1ln
i downloaded Feb 3 nightly from p1ln and replaced the boot.img with the Feb 2 p1 nightly ... now everything is working ... now lets enjoy @humberos gifts
and in the end of the first post there is a link for how to flash kernel (boot.img) using hiemdall in case you need it
Click to expand...
Click to collapse
Hey @all!
Just FYI.
P1 == GT-P1000
P1LN == GT-P1000L and GT-P1000N
P1C == CDMA
System UI was fixed for all gsm versions.
Just wait next nightly.
PS: P1C is not ready yet.
Enjoy!
humberos said:
Hey @all!
Just FYI.
P1 == GT-P1000
P1LN == GT-P1000L and GT-P1000N
P1C == CDMA
System UI was fixed for all gsm versions.
Just wait next nightly.
PS: P1C is not ready yet.
Enjoy!
Click to expand...
Click to collapse
1,000,000,000 Thanks... but I couldn't wait any more. Forgive me
Btw. Multiwindows is not working for tablets now??? I heard someone was mentioning that for Nexus 7 !!!
salahmed said:
1,000,000,000 Thanks... but I couldn't wait any more. Forgive me
Btw. Multiwindows is not working for tablets now??? I heard someone was mentioning that for Nexus 7 !!!
Click to expand...
Click to collapse
Multiwindow is not stable yet and still in review progress.
We'll get it soon!
Yes I get it on galaxy Nexus. And it has some graphical glitches while rotating the phone.
salahmed said:
OK ... First post updated
downloads: another link added p1ln
i downloaded Feb 3 nightly from p1ln and replaced the boot.img with the Feb 2 p1 nightly ... now everything is working ... now lets enjoy @humberos gifts
and in the end of the first post there is a link for how to flash kernel (boot.img) using hiemdall in case you need it
Click to expand...
Click to collapse
Hi, thank you for this work to all devs.
I replace boot.img from p1ln to p1000 and wont boot, key combo for recovery do not work and only download mode work, how can I restore the Tab please?
Thank you.
Enviado desde mi GT-N7100 usando Tapatalk 2
using another gapps
@salahmed and @humberos,
is it mandatory to use PA gapps or can use any KK -compatible gapps? i'm trying to flash PA gapps (full, modular, mini modular) but TWRP aborted my installation due to not enough memory. so i've flashed gapps from @storm31 cm11 thread.
Cleverfish said:
@salahmed and @humberos,
i i'm trying to flash PA gapps (full, modular, mini modular) but TWRP aborted my installation due to not enough memory.
Click to expand...
Click to collapse
i flashed PA gapps micro modular and had no any problems. I`m on omni-4.4.2-20140204-p1-NIGHTLY
Cleverfish said:
@salahmed and @humberos,
is it mandatory to use PA gapps or can use any KK -compatible gapps? i'm trying to flash PA gapps (full, modular, mini modular) but TWRP aborted my installation due to not enough memory. so i've flashed gapps from @storm31 cm11 thread.
Click to expand...
Click to collapse
There are many types of PA gapps... Use the micro modular package...
seraser said:
Hi, thank you for this work to all devs.
I replace boot.img from p1ln to p1000 and wont boot, key combo for recovery do not work and only download mode work, how can I restore the Tab please?
Thank you.
Enviado desde mi GT-N7100 usando Tapatalk 2
Click to expand...
Click to collapse
Flash the correct kernel using hiemdall... As mentioned in the end of first post.

[ROM] [UNOFFICIAL] CARBON - GEE/GEEB 4.4.4 - Stock Camera - 10-18-2014

Hi,
- First things first (warning: skip ahead below the Carbon logo image if you don't want to get sleepy):
Note: english is not my 1st language. Sorry for any errors.
Since the latest available Carbon ROM (simply my favorite) for gee is from July, I decided to go ahead and learn this strange, time consuming but addicting ROM building business. Mind you, my only experience with building was more than 2 years ago, when I did builds of a specific kernel (dzo's) for a specific phone (Huawei U8800). Since then, I even hadn't touch ubuntu at all....
Which takes us to today. Last week, I decided to grab the bull by the horns and start doing a Carbon build it myself. I know, more or less, my way around ubuntu, it hasn't changed much in 2 years that I couldn't start right away.
First build of Carbon - disaster. That thing wouldn't build, sepolicy errors, video encoder errors, busybox erros, even bootanimation errors (these were all simple fixes, but I thought I would never find a solution for these. This kind of stuff was for the pros and my Google-fu wasn't enough.
Gave up on carbon, found out about aicp. Great, seems like a great ROM. Wow, building it went along fine. Let's put it on the phone. Bootanimation, great! A little viration and... bootanimation again. More vibration, bootanimation again. adb logcat: --waiting for device--
God damn it. Let's change the device specific stuff. Tried them all, joollaman's, MikeEx, xboxfanj, etc. All with the same issue, bootloops and no logcat possible.
Okay, won't give up just yet, let's try AOKP now, since there is no recent gee aokp build that I can find. Same deal, builds fine, but bootloop and no logcat.
After countless hours downloading (each ROM source is more than 10GB) and compiling stuff (my modest pc takes more than 3hrs for a first compilation), with no success, I gotta get some help on the forums. Found out I wasn't the only one. AICP and AOKP simply refuse to boot on gee. k5t4j5 is trying to fix that. Let's keep our fingers crossed.
Ok, since those two ROMs build fine without sepolicy or busybox errors breaking everything, let's go again for my primordial objective: build Carbon. Figured I should change the "broken" projects (sepolicy, busybox) paths in the manifest with, for example, the ones from aokp. BINGO!!!!
Carbon now builds fine. First build just yesterday, using MikeEX device tree.
Now, using jollaman999's (thank you!), because I wanted a working gee rom with stock camera right away (and thank you faust93 for your revolutionary work with the camera port).
DISCLAIMER
============================================
I'm reponsible for all the bad stuff this ROM could do to your phone. If it breaks it, tell me and I'll buy you a new phone of your choosing.
Actually, no I'm not responsible for anything, your phone, your warranty, your cat, your bills, you know the deal...
And I'm sorry, I can't provide support for this unofficial build, as I'm just a builder with no other skills whatsoever. Also, it's probably better not to ask support on official Carbon channels bc this is completely unoficial, made by some random guy on the intertubes.
THE CARBON ROM
============================================
{
"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"
}
- About Carbon:
https://carbonrom.org/
- Features:
https://carbonrom.org/features/
Review of Carbon by some guy on youtube:
https://www.youtube.com/watch?v=ShtTnxPNKAA
DOWNLOADS
============================================
GAPPS (PA) - http://forum.xda-developers.com/showthread.php?t=2397942
ATTENTION - I plan on updating these builds at least once a week. Come here regularly. If for some reason, building breaks or I'm out of town or whatever, I'll let you guys know.
To make things clear - This is CARBON GEE and includes jollaman999's Kernel with stock camera drivers. Note, this requires MOD kernels. Gproj kernels won't work with this.
-------------------------------------------------------------------------------------------------------------------
==MEDIAFIRE FOLDER WITH ALL BUILDS==
==GOOGLE DRIVE FOLDER WITH ALL BUILDS==
------------------------------------------------------------------------------------------------------------------
- 1st Build - 09-24-2014 || MEGA || MEDIAFIRE || GOOGLE DRIVE
- 2nd Build - 09-25-2014 || MEGA || MEDIAFIRE || GOOGLE DRIVE
- 3rd Build - 09-27-2014 || MEGA || MEDIAFIRE || GOOGLE DRIVE
- 4th Build - 10-01-2014 || MEGA - Other mirrors, pls, check the folder links
- 5th Build - 10-05-2014 || MEGA - Other mirrors, pls, check the folder links
--------------------------------------- THE NEW BUILDS BELOW NOW INCLUDE JOLLAMAN999 GEE MOD STOCK CAMERA DRIVERS KERNEL V11.1 --------------------------
-6th Build - 10-08-2014 || MEGA - Other mirrors, pls, check the folder links.
-7th Build - 10-13-2014 || MEGA - Other mirrors, pls, check the folder links.
-8th Build - 10-18-2014 || MEGA - Other mirrors, pls, check the folder links.
GEEB users: just flash a geeb kernel after installing the ROM - I personally recommend Jollaman999's kernel, GEEB MOD EXT4 STOCK CAM version.
OFFICIAL CHANGELOG
============================================
(Please take in consideration this rom's build date when checking changelogs)
https://review.carbonrom.org/#/q/status:merged,n,z
HOW TO INSTALL
============================================
First time instalation, or coming from another ROM:
- Make sure you're running a proper working ClockworkMod-Recovery/Team Win Recovery Project - WITH SELINUX SUPPORT! (I used Philz Touch which worked fine)
- Copy GApps and ROM ZIP to your SDCard
- Boot into Recovery
- BACKUP YOUR EXISTING WORKING ROM
- Factory reset, or even better, triple-wipe (system, data, cache)
- Install ROM's zip and then GAPPS
- Reboot (first boot takes a while)
Upgrading from an earlier version:
- Copy the ROM ZIP to your SDCard (No need to wipe anything, it'll do it for you)
- Boot into Recovery
- Flash the ROM zip from SDCard
- Reboot
KNOWN ISSUES
============================================
As this is gee based, it will have known gee bugs. There are probably more but these are the ones I always encounter:
- NFC toggle doesn't work on first boot. After a reboot, it works just fine. Then you can turn it on/off like there is no tomorrow if you want.
- Gee kernels without ported stock camera have, IMO, bad camera quality. Video fps in less than ideal light is worse than if it was taken with a potato. The included kernel has stock camera but beware if you install another kernel without it.
- Gee kernels with ported stock camera (like the one included here) don't turn on flash when focusing at night. In fact, this is stock ROM behavior, nothing that can be done about it.
SOURCES
============================================
Carbondev - https://github.com/CarbonDev/android
Device tree - https://github.com/jollaman999/android_device_lge_gee
https://github.com/jollaman999/android_device_lge_gee-common
https://github.com/jollaman999/vendor_lge_gee
Kernel - https://github.com/jollaman999/jolla-kernel-Stock_Camera
THANK YOU
============================================
- CARBONdev - https://carbonrom.org/
- jollaman999
- faust93
- k5t4j5
-MikeEx
- Google
RESERVED
Any other hosts that work better for you, suggest them in the comments.
fjsferreira said:
First things first
Click to expand...
Click to collapse
Dat struggle. Welcome to the fold.
Yesss! you did it at last! good job man. we have another dev now
Wow, you're great man excellent
Thanks people, let me know if camera is working. I had to port some lines from jollaman's zip updater script, it works on my phone.
fjsferreira said:
Which takes us to today.
Click to expand...
Click to collapse
Thank you so much for your efforts. I know I'll definitely be trying this one.
fjsferreira said:
Video fps in less than ideal light is worse than if it was taken with a potato.
Click to expand...
Click to collapse
I will be laughing the rest of the day. Not only because it's funny, but it's funny because it's true!
Dear; I Dont find the stock camera in the app drawer. I think it is replaced while installing gapps, is it so? When you say stock camera do you mean the one from lg ROM?
Sent from my LG-gee using XDA Free mobile app
could be upstream but when I tried to pick the phase beam and sun beam live wallpapers it ended up slowing the system wayyyy down to the point wehre the screen would just go black for a few seconds when I hit the home button to return to the launcher.
nayneshdev said:
Dear; I Dont find the stock camera in the app drawer. I think it is replaced while installing gapps, is it so? When you say stock camera do you mean the one from lg ROM?
Sent from my LG-gee using XDA Free mobile app
Click to expand...
Click to collapse
No, stock camera like in Stock camera quality. The app is still aosp. And that disappearance seems like gapps. Install another launcher, the camera should be there.
Sent from my LG-gee using Tapatalk
Yes the gapps package replaces the aosp with google camera. Anyways it is working fine as of now. Thanks
Sent from my LG-gee using XDA Free mobile app
Second build posted in OP. Has nothing new as far as i can see, this was just more of a test to see if everything goes fine on a second build.
prowlingfox said:
could be upstream but when I tried to pick the phase beam and sun beam live wallpapers it ended up slowing the system wayyyy down to the point wehre the screen would just go black for a few seconds when I hit the home button to return to the launcher.
Click to expand...
Click to collapse
Hum... I usually just delete all wallpaper apks after installation, so I can't confirm, but when I have some time, I'll try to reproduce it. Even if that's happening, I don't think there's anything I can do to fix that. You could try updating adreno drivers, but I suspect it won't do anything at all regarding your problem.
Does anybody have a ROM suggestion for me to build? I know Carbon I can do without problems... I'm looking for other ROMs that we don't already have. I tried AICP and AOKP and they don't work (at least for gee), sorry, I can't do them. Yesterday I also tried Revolt but sources seem to be broken.
fjsferreira said:
Does anybody have a ROM suggestion for me to build? I know Carbon I can do without problems... I'm looking for other ROMs that we don't already have. I tried AICP and AOKP and they don't work (at least for gee), sorry, I can't do them. Yesterday I also tried Revolt but sources seem to be broken.
Click to expand...
Click to collapse
my suggestion: https://github.com/cristianomatos
https://plus.google.com/communities/118297646046960923906?hl=pt_br
akahroba said:
my suggestion: https://github.com/cristianomatos
https://plus.google.com/communities/118297646046960923906?hl=pt_br
Click to expand...
Click to collapse
Thank you, will get on that.
fjsferreira said:
Thank you, will get on that.
Click to expand...
Click to collapse
here are some other valuable ones:
http://evervolv.com/
http://www.c-rom.org/
https://plus.google.com/communities/109235522128893190473
I'm not yet with your rom, but if you can add notification header (weather in notification bar where it goes date and hour ) would be great (if doesn't have it yet)
fjsferreira said:
Does anybody have a ROM suggestion for me to build? I know Carbon I can do without problems... I'm looking for other ROMs that we don't already have. I tried AICP and AOKP and they don't work (at least for gee), sorry, I can't do them. Yesterday I also tried Revolt but sources seem to be broken.
Click to expand...
Click to collapse
akahroba said:
here are some other valuable ones:
http://evervolv.com/
http://www.c-rom.org/
https://plus.google.com/communities/109235522128893190473
Click to expand...
Click to collapse
+1 for Evervolv. That's pretty close to stock vanilla AOSP with minimum bells and whistles. I think some users, including myself would appreciate that.

[ROM][4.4.4] CyanogenMod 11.0 for A3000-H [23/10/2015]

{
"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"
}
PREAMBLE
Here is my CM11 port for the Lenovo A3000-H, 100% unofficial. Contributions are welcome!
To be able to even flash it, you'll need to use my CWM Recovery.
NOTE: I have built and tested this on my Lenovo A3000-H (16 GB version with 3G). Before flashing, please make sure to be on Stock 4.2. Open up a terminal or an ADB shell and type the following:
Code:
getprop ro.product.board
.
Should you get a3000_prc_3gfull, you are good to go. Otherwise, you need to flash the right Stock ROM. The members @kupyxa4444 and @luckasfb have created such a Stock-based ROM, so if you are unable to find one - try to contact one of these two.
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* 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.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
NOT WORKING
Camera
WORKING
GPS
WiFi
Audio
Boots
SELinux
Sensors
Vibration
Bluetooth
HWComposer
Offmode charging
sw video en/decoding (not hw)
Internal and external sdcards
RIL/radio (only on SIM1, SIM2 is still broken and therefore disabled, you can re-enable it by setting persist.radio.multisim.config=dsds in your build.prop)
NOTE
Should you ever face any issues (in the recovery or the ROM), provide logs (use Google to find out how to gather those). Additionally, I need to know what ROM you're on, hence you have to mention the build number.
Hint: "It doesn't work or I get error Status XY" are not bug reports and will be ignored. To keep the thread clean, use DevDB for real bug reports​
DOWNLOAD
Instructions:
ordinarystar said:
Pre-equisites to flash:
1. Correct Firmware
1.1 First verify your build version by installing Terminal Emulator from Play Store and then type the following:
getprop ro.product.board
if the output is a3000_prc_3gfull, proceed to number 2.
1.2 if the output is not a3000_prc_3gfull, you will have to first flash another firmware which can be downloaded at:
https://drive.google.com/file/d/0B5yhZ9sXUH_GMWhCQllhbkZRbUk/edit
Firmware flashing instructions can be referred here:
http://forum.xda-developers.com/lenovo-a3000/development/rom-lenovo-ideatab-a3000-h-call-t2441135
2. My version of CWM installed
2.1 Now you should install the CWM. You need a rooted device to proceed. Assuming you followed 1.1 and 1.2, your device is already rooted.
You will need:
2.1.1 Install mobileuncle MTK Tools from PlayStore or download apk from thread below: http://forum.xda-developers.com/showthread.php?t=2697236
2.1.2 My CWM, download the zip file and extract the recovery.img. Put the recovery.img in your microSD card.
http://olivier.hubdroid.com/a3/cwm/cwm_a3-20141220.zip
2.2 Open up mobileuncle MTK Tools, and select install recovery. It will detect the recovery.img in your microSD card (top in the list).
Tap on it to install. DO NOT tap on others in the list. Just click OK to install. If you have already downloaded my rom with it placed in your microSD card,
you may proceed to boot into recovery, or you can press cancel and shut down your device.
The pre-equisites is now completed!
Steps to flash:
1. Download my rom from http://olivier.hubdroid.com/a3/cm-11.0/ - select a preferred release. latest release recommended.
2. Download gapps from http://forum.xda-developers.com/android/software/gapps-consolidated-gapps-thread-t3064693 - select gapps for kit kat 4.4.4
2. Boot up recovery: hold power button and volume up button, as it booted up release power button. Use volume up button to browse to "recovery mode" and press volume down to proceed recovery mode.
3. Do the following:
2.1 Factory reset
2.2 Clear cache
2.3 Clear dalvik cache (Advanced > clear dalvik cache)
2.4 install from zip, select the rom and install
2.5 install gapps.
2.6 when done, reboot to system
The installation is now completed!
Click to expand...
Click to collapse
I have spent a lot of time on this project and I still do - hence, donations would be highly appreciated.
My builds can be found here.​
SOURCEs
Device tree (branch cm-11.0)
Kernel (branch cm-11.0)
OmniROM Gerrit (topic mt6589)​
CREDITs
chrmhoffmann
kashifmin
Grarak
xplodwild
Dr-Shadow
superdragonpt
EnerJon
kupyxa4444
XDA:DevDB Information
CyanogenMod 11 for the Lenovo A3000-H, ROM for the Lenovo A3000
Contributors
Olivier
Source Code: https://github.com/lenovo-a3-dev
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Beta
Created 2014-11-26
Last Updated 2015-10-23
Changelog
BUILD STATUS
Willing to contribute? Just drop me a PM, send me pull requests on GitHub or join my IRC channel on freenode: #cm-a3!
Please don't clutter the thread, post your bug reports here instead. Thanks!
CHANGELOG
Code:
[B][U]29/07/2015:[/U][/B]
[list][*][B][COLOR="Blue"]kernel: [/COLOR][/B]Fixed automatic rotation
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Security patches/fixes
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Removed scsi_wait_scan module
[*][/list]
[B][U]02/02/2015:[/U][/B]
[list][*]Fixed sw encoding and decoding ([B][COLOR="Lime"]YouTube videos etc work now![/COLOR][/B])
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Reverted to LZMA compression (for TWRP)
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Security patches/fixes
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Misc patches for ext4, crypto
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Added support for kernel mode NEON
[*][/list]
[B][U]28/12/2014:[/U][/B]
[list][*][B][COLOR="Blue"]kernel: [/COLOR][/B]Switched to LZ4 compression (instead of LZMA)
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Added BFQ/SIO/FIOPS/ZEN/VR IO Schedulers
[*][B][COLOR="Blue"]kernel: [/COLOR][/B]Added overall stats for all available cores
[*]Fixed battery capacity (item in framework-res)
[*][/list]
[B][U]26/12/2014:[/U][/B]
[list][*]Switched back to deodexed build on community request
[*]Removed recovery-from-boot.p (we don't really want this)[/list]
[B][U]20/12/2014:[/U][/B]
[list][*]Fixed Internal sdcard[/list]
[B][U]17/12/2014:[/U][/B]
[list][*]Fixed HWComposer
[*]Odexed build for better performance[/list]
[B][U]16/12/2014:[/U][/B]
[list][*]Fixed NVRAM
[*]Fixed Bluetooth
[*]Fixed RIL[/list]
[B][U]26/11/2014:[/U][/B]
[list][*]Initial public release.[/list]
Successfully flashed over A3000_A422_013_25_140624.
Felt like holding a nexus 7!
Thanks a lot man!
Thanks
Thanks Olivier for your enormous efforts, you are working alone , You rock
successfully installed it over A3000_A422_013_025_140926_WW_CALL_FUSE
Using this build "cm-11-20141127-UNOFFICIAL-a3"
I'm testing it , and i'm going to report the bugs i find via the bug report
Again , thanks
This is the best post on XDA so far.
Thank you for your effort @Olivier
Think you Sir...is it support Call function ?
i will try it soon...
Hesham Sleem said:
Think you Sir...is it support Call function ?
i will try it soon...
Click to expand...
Click to collapse
No this rom not support Calling because NULL IMEI
***Backup NVRAM before try it***
nut27455 said:
No this rom not support Calling because NULL IMEI
***Backup NVRAM before try it***
Click to expand...
Click to collapse
Ok...So if i backup NVRAM and restore it after flash rom , Call function will work ??
Hesham Sleem said:
Ok...So if i backup NVRAM and restore it after flash rom , Call function will work ??
Click to expand...
Click to collapse
No. Guys, it's clearly stated in the OP that RIL/radio (and hence calls/SMS) is broken!
New user
I have a question..
If I install this room on my lenovo a3000. What is the things that will not working on my tablet. Sorry I'm not professional and I need to help to know what is the risk's that I will found??
Magiiic said:
I have a question..
If I install this room on my lenovo a3000. What is the things that will not working on my tablet. Sorry I'm not professional and I need to help to know what is the risk's that I will found??
Click to expand...
Click to collapse
As it was said in the first post..
Bluetooth
RIL/radio
Camera
(hw) video en/decoding and hwcomposer
Internal SD card
probably much more (haven't had much time to test everything)
MirXas said:
As it was said in the first post..
Bluetooth
RIL/radio
Camera
(hw) video en/decoding and hwcomposer
Internal SD card
probably much more (haven't had much time to test everything)
Click to expand...
Click to collapse
Any solve to this problem's?
Magiiic said:
Any solve to this problem's?
Click to expand...
Click to collapse
Wait for future builds.
Stop asking questions in this thread, there is a seperate Q&A thread especially for this.
Really great work
Only the camera to go and I'll use this I promise
Sent from my Lenovo IdeaPad A3000-H using XDA mobile app
Aren't u using hodor kernel?
Hodor kernel fir A3000 have not any radio/Bluetooth bug listed!! They why in this rom has bugs of radio?? http://forum.xda-developers.com/lenovo-a3000/orig-development/kernel-hodorkernel-t2952086
Sent from my Lenovo A3000-H
MOD EDIT: Not a great sense posting some other ROM LINK here
afridi.shahriar said:
Aren't u using hodor kernel?
Hodor kernel fir A3000 have not any radio/Bluetooth bug listed!! They why in this rom has bugs of radio?? http://forum.xda-developers.com/lenovo-a3000/orig-development/kernel-hodorkernel-t2952086
STOP spaming the same everywhere ! The RIL bug is not in the kernel, it's in the ROM itself.
Click to expand...
Click to collapse
Members,
It is not so difficult to be sensible and considerate.
1) Kindly stop asking questions here. Use the Q&A.
2) If you find something not to your liking, find something which you like or produce what you like by yourself
THREAD CLEANED.
OP thankyou for this works very well with my F version ,never seen HD video load so fast
afridi.shahriar said:
Aren't u using hodor kernel?
Hodor kernel fir A3000 have not any radio/Bluetooth bug listed!! They why in this rom has bugs of radio?? http://forum.xda-developers.com/lenovo-a3000/orig-development/kernel-hodorkernel-t2952086
Click to expand...
Click to collapse
Yes, the CM11 kernel is based off my HodorKernel. Apparently the kernel isn't the problem here - you could flash it on any fused Stock ROM and everything would work.
To those who wanted ETAs: At the moment, I'm a bit busy with exams and other devices. Bugfixing is progressing rather slowly, not only due to time constraints but also because I'm working on this alone and it's not easy to work on mtk devices.
keep up the good work.
you can make it buddy.

[ROM][7.1.x|SM-P901| Unofficial LineageOS 14.1 (v1a3g)

LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1.x (Nougat), which is designed to increase performance and reliability over stock Android for your device.
It is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.​
{
"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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
This thread is for Unofficial LineageOS 14.1 builds for v1a3g (SM-P901). The following will not be supported here:
Custom kernels
Mods
Xposed
I don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Install the Google Apps addon package (Optional)
Reboot
Current Build:
20/03/17 build
Use ROMS in Weekly Builds below.
Older Builds:
Weekly Builds
Weekly SM-P901 Builds
Google Apps:
http://opengapps.org/
Want Root access? Flash this!
LineageOS SU Addon
Flahed the SU Addon and now you want to remove it? Flash this!
LineageOS su addon Remover
20/03/2017
Changelog
More Changes
Older Changelog:
BUGS
Other Bugs: You tell me!
Other issues?
Before posting in this thread, make sure of a few things:
You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/d....tortel.syslog
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits)
@eousphoros (for his work on klimtwifi)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)
Exynos5420 Dev Team (@deadman96385 @thompatry @ZakooZ @Orion116 @mosimchah
@joshndroid @Andmoreagain @thermskin, @javelinanddart, @tincho5588)​
Source Code:
Kernel
https://github.com/exynos5420/android_kernel_samsung_exynos5420
Device Tree
https://github.com/exynos5420/android_device_samsung_v1awifi
Update for Chinese version of P901:
If you have a Chinese version of the P901, please look at Post #129.
Thanks to @eliotargy for providing the solution.
Reserved 2
thank you very much
really rom 7.1.1 thank you very much You are really creative I wish more And follow-up To update thank you:good::good::good:
diaaart said:
really rom 7.1.1 thank you very much You are really creative I wish more And follow-up To update thank you:good::good::good:
Click to expand...
Click to collapse
You're welcome. A lot of great people were involved in this ROM. I owe them a lot.
Enjoy the ROM
Please add root
Please add root for Flash addonsu-arm But without root
diaaart said:
Please add root for Flash addonsu-arm But without root
Click to expand...
Click to collapse
Root can be enabled in developer options
haha, Now I can install Unofficial LineageOS for my P901 ) >.< Using P900 rom makes me feel the battery is kinda weak >.< hope this will be better. Thanks for this rom <3
Thank you so much
Thanks for working with me root After activation developer options:good:
Thank you so much :good::good:
tuipro said:
haha, Now I can install Unofficial LineageOS for my P901 ) >.< Using P900 rom makes me feel the battery is kinda weak >.< hope this will be better. Thanks for this rom <3
Click to expand...
Click to collapse
diaaart said:
Thanks for working with me root After activation developer options:good:
Thank you so much :good::good:
Click to expand...
Click to collapse
You are welcome.
Enjoy the ROM.
Just added a link for weekly builds which happen every Friday at 8 pm CST.
thank you for this wonderful move
i am using sm-p902 , Turkish special version based on sm-p901
So i could install it by ;
download zip and extract
go to
lineage-14.1-20170325-UNOFFICIAL-v1a3g\META-INF\com\google\android
path and open
updater-script
with notepad++ and delete this line completely ( 2. line )
assert(getprop("ro.product.device") == "v1a3g" || getprop("ro.build.product") == "v1a3g" || getprop("ro.product.device") == "v1a3gxx" || getprop("ro.build.product") == "v1a3gxx" || abort("E3004: This package is for device: v1a3g,v1a3gxx; this device is " + getprop("ro.product.device") + ".");
and save.
And create zip file again .
I could successfully installed lineage 14.1-20170325 android 7.1.1
however i can not use phone call functionality . i can not call from my mobile phone to tablet. Or tablet to mobile phone.
i can use mobile network and sending sms.
sometimes it does not recognize sim card , i need to restart tablet
or sometimes if i try to call a number, tablet restart itself
Anyway , thank you for this great work
f1b0n4cc1 said:
thank you for this wonderful move
i am using sm-p902 , Turkish special version based on sm-p901
So i could install it by ;
download zip and extract
go to
lineage-14.1-20170325-UNOFFICIAL-v1a3g\META-INF\com\google\android
path and open
updater-script
with notepad++ and delete this line completely ( 2. line )
assert(getprop("ro.product.device") == "v1a3g" || getprop("ro.build.product") == "v1a3g" || getprop("ro.product.device") == "v1a3gxx" || getprop("ro.build.product") == "v1a3gxx" || abort("E3004: This package is for device: v1a3g,v1a3gxx; this device is " + getprop("ro.product.device") + ".");
and save.
And create zip file again .
I could successfully installed lineage 14.1-20170325 android 7.1.1
however i can not use phone call functionality . i can not call from my mobile phone to tablet. Or tablet to mobile phone.
i can use mobile network and sending sms.
sometimes it does not recognize sim card , i need to restart tablet
or sometimes if i try to call a number, tablet restart itself
Anyway , thank you for this great work
Click to expand...
Click to collapse
Thanks for the feedback.
Download syslog from the play store, install it, give it root access then reboot.
Try using phone. Then run syslog and post here.
Am not saying it can be fixed but I would like to know the errors.
Thank you! The new version released (25/03/2017)!
I see a bug! When device restarted show setting force close, but continue fine!
It's being worked on...have patience young padawan (may the force be with you)
Any fix for phone calls for sm-901?
First of all thanks for the effort to bring nougat to this wonderful tablet.
I followed the steps to install the ROM and it is working with the exception of the phone function, the tablet can make and receive phone calls and SMS, but for the phone calls there is no sound as if the mic and speakers get muted,I know it is known issue but I am wandering if anyone has a fix for it.
The other thing I noticed also is the wifi connection drop that is sparodic, sometimes with high frequency especially when the tablet is on for a long time.
Thanks again.
yamosaad said:
First of all thanks for the effort to bring nougat to this wonderful tablet.
I followed the steps to install the ROM and it is working with the exception of the phone function, the tablet can make and receive phone calls and SMS, but for the phone calls there is no sound as if the mic and speakers get muted,I know it is known issue but I am wandering if anyone has a fix for it.
The other thing I noticed also is the wifi connection drop that is sparodic, sometimes with high frequency especially when the tablet is on for a long time.
Thanks again.
Click to expand...
Click to collapse
You do know there are weekly updates, yes?
I just tried a version I made yesterday and audio works for phone calls.
Maybe install the latest version - see Post #1 for details on how to get weekly updates.
thanks for your good work :good:
these are some issues that I'm experiencing:
1. The GPS is not working
2. In Language & input setting, I can not enable "Show icon when using stylus" option
3. After I installed the ROM, I made a phone call.
When I spoke in front of the tablet, I heard little bit of sound.
But when I spoke directly on the mic (a hole beside the infrared blaster), I heard the sound clearly.
After I played with loud speaker and mute mic toggle (still in the same phone call), until now I can not recreate the scenario above (the mic does not work at all, no sound can be heard)
I hope this could help with the development.
I'm sorry for my bad explanation.
gcrutchr said:
You do know there are weekly updates, yes?
I just tried a version I made yesterday and audio works for phone calls.
Maybe install the latest version - see Post #1 for details on how to get weekly updates.
Click to expand...
Click to collapse
I installed the 8th of April build and the phone is working now , many thanks
Now I can see there is newer build but I can't decide whether or not to install it as I cannot find a link to the change log in the first page of this thread, any advice on whether or not to install the weekly builds is appreciated.
yamosaad said:
I installed the 8th of April build and the phone is working now , many thanks
Now I can see there is newer build but I can't decide whether or not to install it as I cannot find a link to the change log in the first page of this thread, any advice on whether or not to install the weekly builds is appreciated.
Click to expand...
Click to collapse
I would suggest installing weekly builds. If you are concerned about bugs being introduced in weekly builds, do a ROM backup from TWRP first. If you do not like the weekly build, you can do a restore.

Categories

Resources