[ROM] ABANDONED - CM11 Development for T210(R) - Galaxy Tab 3 7.0 Android Development

THIS PROJECT HAS BEEN ABANDONED
Please stop emailing me about this. I have no intention of resuming development on this or any other rom for this device.
{
"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"
}
THIS ROM IS NOT READY FOR THE COMMON USER.
This thread is dedicated to the further development of CM11 for the T210. Please do not post bug reports for the time being. I am aware that it has many, many issues. Please only post relevant DEVELOPMENT discussion.
Please do not post requests to make it for another device. We "may" be able to if we ever get this to a decent status.
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KK), 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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
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.
Device specific sources:
- T210 Device: https://github.com/gr8nole/android_device_samsung_lt02wifi
- Kernel: https://github.com/gr8nole/android_kernel_samsung_lt02/tree/4.2.2 4.2.2 branch
Contributors:
- CyanogenMod Team, CyanogenMod and AOSP contributors
- gr8nole
- @ketut.kumajaya (base kernel source)
- @k.aibutsu and @Unjustified Dev for early device trees
First time installing CyanogenMod to your Galaxy Tab 3 7.0, T210(R):
- Make sure you're running latest PhilZ Touch, CWM, or TWRP.
- Copy CM to your SDCard
- Boot into Recovery and MAKE A BACKUP
- DO A DATA WIPE / FACTORY RESET
- Flash CM zip from SDCard
- Reboot
Download:
https://www.androidfilehost.com/?w=files&flid=23788
Change Log:
1/7/2015:
-Audio fixed
1/6/2015:
-Bluetooth fixed
-Graphics fixed (again)
1/4/2015:
-Wifi Fixed
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we really expect and we deserve to be mentioned because of the countless hours we've put into this project.
This post use codeworkx post and @ketut.kumajaya's T31x post http://forum.xda-developers.com/showthread.php?t=2382750 as template.
****************************************************************************************
XDA:DevDB Information
[ROM] CM11 Development for T210(R), ROM for the Samsung Galaxy Tab 3
Contributors
gr8nole, hoang81, laufersteppenwolf
Source Code: https://github.com/T210-dev
ROM OS Version: 4.4.x KitKat
Based On: CM11
Version Information
Status: Abandoned
Created 2014-07-29
Last Updated 2016-06-15

Reserved

Reserved

Changelog moved to OP.
-------------------------------------------------------------
The list below is old.
There are currently too many issues to list.
6-28-14
pre-Alpha-3
fixed auto-brightness
removed calling/mms parts
6-19-14
pre-Alpha-2
MTP access fixed.
6-16-14 Update
SDcard access is fixed.
6-15-14
Main issue I am currently wanting to get fixed is Internal and External SDcards are not working... and get hwcomposer working to help with slow ui.

Screenshots...

Thank you but add issues so people who want to participate can know what you are facing
Model:SM-T210R/ Rom: Stockrom Series v7.5/ Kernel: Blackhawk v2.1/ Mood: Satisfied

Awesome thanks but please list the bugs
Sent from my GT-I9105P using XDA Free mobile app

Just tried flashing twice got error twice one with philz and cwm
Sent from my SM-T210/SM-T210R using XDA Premium 4 mobile app

Yay nice father's day gift :good:

Should I try twrp
Sent from my SPH-L720 using XDA Premium 4 mobile app

i've flashed it with cwm and it works

svicenty said:
Just tried flashing twice got error twice one with philz and cwm
Sent from my SM-T210/SM-T210R using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You are not using the latest version of your recovery.
Sent from my SCH-I605

OK
Sent from my SPH-L720 using XDA Premium 4 mobile app

@gr8nole i know that there are to many bugs but if you list them we can help to fix those bugs if we don't know where we dealing with i can't help then !

safariking said:
@gr8nole i know that there are to many bugs but if you list them we can help to fix those bugs if we don't know where we dealing with i can't help then !
Click to expand...
Click to collapse
The two big issues I would like to get fixed first are in post 2.
Without those fixed, everything else is kind of pointless.
Sent from my SCH-I605

gr8nole said:
The two big issues I would like to get fixed first are in post 2.
Without those fixed, everything else is kind of pointless.
Sent from my SCH-I605
Click to expand...
Click to collapse
Okay take your time man i am sure you can do this

Wow just downloaded the rom this is going to be a great rom once everything gets ironed out great job and thanks for your time this tab needs cm11 after seeing its potential
Sent from my SPH-L720 using XDA Premium 4 mobile app

Thx @gr8nole for sharing this rom. I will try to help you out where i can and hopefully we can get everything working. As we updates your t210/r source we will be able to build other AOSP roms.
Thanks again for you help and dedication for this device.
Sent from my Galaxy Nexus using Tapatalk

@gr8nole Just checked your repo. Why sdcard service https://github.com/gr8nole/android_device_samsung_lt02wifi/blob/master/rootdir/init.pxa988.rc#L555 commented out? You can use my device tree as a reference.
With GPU accelerated enable and working, you can disable hardware composition for a while by removing /system/lib/hw/hwcomposer.mrvl.so . Please try add TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true to your BoardConfig.mk to utilized surfaceflinger software sync.
Very good reference: https://community.freescale.com/docs/DOC-93612

ketut.kumajaya said:
@gr8nole Just checked your repo. Why sdcard service https://github.com/gr8nole/android_device_samsung_lt02wifi/blob/master/rootdir/init.pxa988.rc#L555 commented out? You can use my device tree as a reference.
With GPU accelerated enable and working, you can disable hardware composition for a while by removing /system/lib/hw/hwcomposer.mrvl.so . Please try add TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true to your BoardConfig.mk to utilized surfaceflinger software sync.
Very good reference: https://community.freescale.com/docs/DOC-93612
Click to expand...
Click to collapse
That init.pxa988.rc is from stock. I'll give it a try with that enabled.
Thanks for the help...I'm going to need it.

Related

[ROM][GT-I9100G][4.0.4] CyanogenMod 9 nightly builds! [>60FPS][ROCK-SOLID]

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.0 (ICS), 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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
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.
KNOWN ISSUES
Click to expand...
Click to collapse
http://teamhacksung.org/wiki/index.php/CyanogenMod9:GT-I9100G:Nightly:Known_issues
FREQUENTLY ASKED QUESTIONS
Click to expand...
Click to collapse
http://teamhacksung.org/wiki/index.php/Experimental:GT-I9100G:Frequently_Asked_Questions
INSTRUCTIONS
Click to expand...
Click to collapse
Official CyanogenMod Update Guide:
http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S_II_G:_Full_Update_Guide
First time installing CyanogenMod 9 to your Galaxy S II, or coming from another ROM:
- READ FAQs: http://teamhacksung.org/wiki/index.php/Experimental:GT-I9100G:Frequently_Asked_Questions
- Make sure you're running ICS bootloaders! (if you're unsure, flash a official ICS rom and proceed)
- Make sure you're running a proper working ClockworkMod-Recovery
- Copy GApps and CM9 ZIPs to your internal SDCard
- Boot into Recovery
- Flash CM9 zip from internal SDCard
- Flash GApps zip from internal SDCard
- DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
- Reboot
- Don't restore Apps using Titanium Backup!
Upgrading from earlier version of CyanogenMod 9:
- Copy CM9 ZIP to your internal SDCard
- Boot into Recovery
- Flash CM9 zip from internal SDCard
- Reboot
DOWNLOADS
Click to expand...
Click to collapse
STOP!!!
Did you read THIS POST, the FAQs and KNOWN ISSUES?
If yes, happy downloading!
Download / Nightly builds:
http://download.cyanogenmod.com/?device=i9100g
can also be found at ROM-Manager
Google Apps:
Get the latest Version from Rom-Manager.
Newer, unsupported versions can be found at http://goo.im/gapps
CWM flashable Modems:
ZCLP7: Download
DDLP5: Download
Have a look at ROM-Manager (Developer: codeworkx) for more Modems.
CHANGELOG
Click to expand...
Click to collapse
http://changelog.bbqdroid.org/#i9100g/cm9/next
TEAMHACKSUNG SUPPORT CHAT
Click to expand...
Click to collapse
Webchat: http://webchat.freenode.net/?channels=teamhacksung-support
Server: chat.freenode.net
Channel: #teamhacksung-support
Don't expect any support if you:
- are not running stock cm-kernel
- have installed any mods
- have modified system files
DEAR KANGERS
Click to expand...
Click to collapse
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't meant Out-of-Respect!!!
SCREENSHOTS
Click to expand...
Click to collapse
{
"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"
}
SUPPORT US
Click to expand...
Click to collapse
If you want to donate a few bucks for the work we're doing in our freetime, goto teamhacksung website and hit the big donate button.
Thanks to all donators!
Yes please do it there are lots and lots of g versions sold out there may be more than original version
Sent from my GT-I9100 using xda premium
Please develop for g version
Sent From My Samsung Galaxy S II
Looks like people with non G have voted no
People only with G should vote
Sent from my GT-I9100 using Tapatalk 2 Beta-5
sahibunlimited said:
Looks like people with non G have voted no
People only with G should vote
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Click to expand...
Click to collapse
I don't care about "no". If there are enough votes for "yes", then the show will begin.
is they differ only with the name?one has got g the other no xD
Sent from my GT-I9100 using Tapatalk
Great start! Lets hope there are enough yes to kick start the work
Sent from my GT-I9100 using xda premium
We with no G will be glad to share our best developer
so you can see what is android in real...
Yes! This model is being overlooked because it's running a poorer GPU.
codeworkx said:
I don't care about "no". If there are enough votes for "yes", then the show will begin.
Click to expand...
Click to collapse
Its just awesome.. Can't wait
nice one
pls do it bro.. cant wait to see ur nice job thx
would really appreciate that! <3
Will properbly use it after release. use it in my htc desire and htc sensation..love it very much
WE NEED u.... 9100G buddy!!!
voted!
Yes!we really want CM on i9100G!it will be wonderful!
Finally The Master"codeworkx" has some interest In our Device Great
I can be Tester If you Want in Future.....
hey codeworkx
i have voted.so tell which version of cyanogenmod are you releasing the 7 or the 9 if the yes wins the vote.and also if you guys need any help just ask.
we really need this..6 months waiting for it.....
codeworkx said:
Hey guys,
you might have noticed that the international versions of samsung phones got great cyanogenmod support but the GT-I9100G didn't.
The reason for this is, that the international one is powered by an Exynos 4 SoC and the I9100G by an Omap 4 one.
Since nobody of our team owns a I9100G, we're not able to develop on it.
Now the deal:
If there are enough I9100G users interested in CyanogenMod for this device, i might buy one.
Please vote!
Click to expand...
Click to collapse
I do't own a G version but I just wanted to say that you are one o the best members of our comunity! I mean You would buy a G version just because the community want's CM9. You Sir are a great guy!

[ROM] [OFFICIAL][4.4.x] [NIGHTLY] CyanogenMod 11 for the Optimus 4X HD (p880)

CyanogenMod Team Proudly presents to you:
{
"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 4.4 (KitKat),
which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards, dead cats,
* thermonuclear war, or you getting fired because the alarm app failed.
* YOU are choosing to make these modifications, and if
* you point the finger to us for messing up your device, We 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.
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.
What are Nightly builds?
Auto compiled builds of the latest CyanogenMod source from github.
This version change each night and aren't officialy supported.
If you find bugs/issues you can/must discuss here (do not submit nightlies bug on CyanogenMod issue tracker).
Instructions:
First time flashing CyanogenMod 11.0 your device, or coming from another ROM?
Download the zip(s).
Unlock bootloader
Boot to fastboot mode > fastboot flash recovery recovery.img.
Perform a NANDroid backup of your current ROM.
Wipe data & cache partitions of your device (required when coming from stock!).
Flash CyanogenMod.
Optional: Install the Google Apps addon package.
Downloads
Latest build: http://download.cyanogenmod.org/?device=p880
Google Apps: http://wiki.cyanogenmod.org/w/Gapps
Changelog
A rough changelog is available here:
http://www.cmxlog.com/11/p880/ or http://changelog.bbqdroid.org/#/p880/next​
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't mean Out-of-Respect!!!
Click to expand...
Click to collapse
What a great surprise! Super!!
Nice thx for all your work man !
Wysłane z mojego LG-P880 przy użyciu Tapatalka
Nice work Demetris, sorry to bug you but I finally manage to upload a log of my smartphone right after i had to restart it because of signal loss.
Thanks in advance..!
Finally I can post for cm11
If I left my phone to turn off from battery and will charge with USB,screen on PC gets blue and restarts again and again up to disconnect the phone
Message that I prevent to read is "wrong or bad IRQ"
This happens only if phone is totally empty
Never had this on stock
I have to charge for view minutes with travel charger and than to USB
Phone is on latest nightly stock kernel and os win 7
I had same issue once.. But changed drivers or sth and never happened again..
BTW @Demetris do you have some ideas how to fix hotword detection and crt screen off animation?
Wysłane z mojego LG-P880 przy użyciu Tapatalka
Is this only for nightlys or will there also be snapshot versions for P880 ?
btw: nightly from 11.6. works great and without any issues sofar for me.
EB20XY said:
Is this only for nightlys or will there also be snapshot versions for P880 ?
btw: nightly from 11.6. works great and without any issues sofar for me.
Click to expand...
Click to collapse
I did twice a clean flash with TWRP 2.7.1.0 and got problems with trebuchet :crying:
but I hope it will be solved in next release :laugh:
alberteske said:
I did twice a clean flash with TWRP 2.7.1.0 and got problems with trebuchet :crying:
but I hope it will be solved in next release :laugh:
Click to expand...
Click to collapse
well I use nova launcher and have no such problems.
but I have to report another little bug.
It is not possible to change details for contacts via the caller-UI.
The contact app crashes fatal.
Log is attached.
Same crash with contacts app.
CM version from 07/06 was more stable.
Trebuchet crashes very often too
Sent from my LG-P880 using XDA Free mobile app
Jack_capvil said:
Same crash with contacts app.
CM version from 07/06 was more stable.
Trebuchet crashes very often too
Sent from my LG-P880 using XDA Free mobile app
Click to expand...
Click to collapse
with "unoffical cm11" is also none of these bugs
disabling button hardware keys light settings does not stick after a reboot, not a bit issue but then again
Sent from my LG-P880 using Tapatalk
demetris, i have to congratulate you on becoming an official maintainer for cm11 for our device; arcee is great dev, but he's spread too thin, and you as a person that actively uses our phone will bring many many upgrades to cm11 official sources, as well as roms based on them. thanks again for all your work, without you, laufersteppenwolf & adam, our device would lag behind other phones heavily.
So I would guess there is a tiny chance of getting an M release some time...
Sent from my Nexus 7 using XDA Free mobile app
I'm wondering the same thing ... :fingers-crossed:
thank
Pointing changelogs we are very close to a stable CM
I thank all the developers who every day relive beloved P880
Thanks to all our developers for the hard work <3
Ps. my english is poor, I am Brazilian
Today I looked at the CM gerrit for our device. I almost came Congrats Demetris !
Hi all,
I read on the web that in new cm nightly there is new tile for compass
Exists the possibility to have also reboot and screenshot tile?
We will preserve power button
Thanks in advance
Regards
Sent from my LG-P880 using XDA Free mobile app
As I've seen today's nightly has USB OTG support? Anyone can confirm is it working? Is it like in iodak kernel??
@Demetris what can u say about this usb host commit? we still need kernel supporting usb otg am i right? just device automatically mount storages?

[ROM][5.0.2][UNOFFICIAL] CyanogenMod 12 [tomato][WIP]

{
"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.0.x (Lollipop), which is designed to increase performance and reliability over stock Android for your device.​
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.
*
*/
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. You will need to provide your own Google Applications package (gapps). 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 our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Official CyanogenMod Wiki:http://wiki.cyanogenmod.org/w/Main_Page​
WHAT IS WORKING?
Bluetooth
Sensors
Leds
Buttons
Audio
Video
Click to expand...
Click to collapse
WHAT IS NOT WORKING?
RIL
WIFI
CAMERA
GPS
Tell if there is more ?
Click to expand...
Click to collapse
Installation Instructions
Download the latest build
Wipe data / Factory reset
Wipe cache
Wipe dalvik cache
Flash it using ClockworkMod recovery or TWRP
Flash Gapps
Flash Addons
Reboot
Enjoy
Click to expand...
Click to collapse
DOWNLOADS
Unofficial Builds
​Google Apps
PA Gapps: http://forum.xda-developers.com/paranoid-android/general/gapps-official-to-date-pa-google-apps-t2943900
SOURCES:https://github.com/YU-YUREKA
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 now wipe cacche and dalvik-cacche 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
Contributors
fergy and my team
CM Team
NOTE: this is not stable for daily use
i do not recommend any one to flash this
this is just initial test build
For more Screenshots HERE
CHANGELOG​*"UNOFFICIAL-BUILD-1"
Initial TRY(to get CM-12.0 - booting )
last one
Great work!!!
Regards
Very good work Bug fixes and other stuff should start kicking on
good work bro
Wow Good Work
I will install this rom today .i can help yu in beta testing!
---------- Post added at 08:07 PM ---------- Previous post was at 08:03 PM ----------
sooorajjj said:
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0.x (Lollipop), which is designed to increase performance and reliability over stock Android for your device.​
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.
*
*/
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. You will need to provide your own Google Applications package (gapps). 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 our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Official CyanogenMod Wiki:http://wiki.cyanogenmod.org/w/Main_Page​
WHAT IS WORKING?
WHAT IS NOT WORKING?
Installation Instructions
DOWNLOADS
Unofficial Builds
​Google Apps
PA Gapps: http://forum.xda-developers.com/paranoid-android/general/gapps-official-to-date-pa-google-apps-t2943900
SOURCES:https://github.com/YU-YUREKA
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 now wipe cacche and dalvik-cacche 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
Contributors
fergy and my team
CM Team
Click to expand...
Click to collapse
Are there any serious Bugs? Asking Coz i am going to install It
##W4TCH0UT## said:
Great work!!!
Regards
Click to expand...
Click to collapse
Thanks
Santhosh M said:
Very good work Bug fixes and other stuff should start kicking on
Click to expand...
Click to collapse
Sure
Faaiz Puthawala said:
good work bro
Click to expand...
Click to collapse
Rohit Gupta @123 said:
Wow Good Work
Click to expand...
Click to collapse
Thanks
siddhartha51997 said:
I will install this rom today .i can help yu in beta testing!
---------- Post added at 08:07 PM ---------- Previous post was at 08:03 PM ----------
Are there any serious Bugs? Asking Coz i am going to install It
Click to expand...
Click to collapse
I tested my build for say like 5-10 mins so i didnt find much
Sent from my AO5510 using XDA Free mobile app
I could do without RIL and Camera at the moment but Wi-Fi is a must have for me i think. But still, the work is applaudible enough. Eagerly waiting for the next update. Good work! :good:
asim.sidz said:
I could do without RIL and Camera at the moment but Wi-Fi is a must have for me i think. But still, the work is applaudible enough. Eagerly waiting for the next update. Good work! :good:
Click to expand...
Click to collapse
Thanks ..... Will fix all bugs
Sent from my AO5510 using XDA Free mobile app
Really Great Work Bro!...Can I Repost This In YU forum (With all credits to you). And Help Others Track development of this ROM?
siddhartha51997 said:
Really Great Work Bro!...Can I Repost This In YU forum (With all credits to you). And Help Others Track development of this ROM?
Click to expand...
Click to collapse
I already posted there ..... Lol
Sent from my AO5510 using XDA Free mobile app
hey
hey mate, do you mind if i post your work on my blog @ www.itechnozoo.com ?
asim.sidz said:
hey mate, do you mind if i post your work on my blog @ www.itechnozoo.com ?
Click to expand...
Click to collapse
Sure can post there
Sent from my AO5510 using XDA Free mobile app
Hey buddie nice work hope u will cleared out allbthe bugs....thanks
Sent from my AO5510 using XDA Free mobile app
Irritating..............!
been doing about 48 and + builds from last few days couldnt fix ril wifi and camera
relly pissed up right now and starting to give up .... Maybe i think i should wait for official cm
sooorajjj said:
been doing about 48 and + builds from last few days couldnt fix ril wifi and camera
relly pissed up right now and starting to give up .... Maybe i think i should wait for official cm
Click to expand...
Click to collapse
Did you Check the CM ROM on You forum.There Are very Less Bugs in it
siddhartha51997 said:
Did you Check the CM ROM on You forum.There Are very Less Bugs in it
Click to expand...
Click to collapse
Ya i know cdesai's build but its closed sources ...... Ie i don't see any links to his sources in that thread u can use things from his build as proprietary binaries btw then it fails the initiative of build from source and furthermore can be called as ported rom ....lol
Sent from my AO5510 using XDA Free mobile app

[ROM] [07/06] [UNOFFICIAL] [BETA] [5.1.1] OmniROM for KLTE

{
"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*
Code:
/*
* Your warranty is now void. Knox 0x1.
*
* 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.
*/
Hello everyone I am an upcoming developer as some of you may know me from BAREBONES ROM, I decided to port over my favourite ROM flavour which is OmniROM (obviously). This is still in very very early stages! After weeks of fixing build errors I have finally got myself a compiled version of OmniROM for the KLTE. The latest version boots and is usable as a daily driver except for the non working features listed in post number 3. I am hoping to get support and feedback through the journey of getting this running. Logcats, testing and feedback is going to be necessary if we want this to become stable! Hope everyone Enjoys!
This ROM was built using OmniROM repos and CM configs as a base. Lots and lots of modding to the device configurations has been made to make it compatible with OmniROMs source code. Do not try to use these device configurations to build anything other than OmniROM!
SOURCE
Download like always is at the top of the page!
BUY ME A BEER/COFFEE TO SUPPORT FURTHER DEVELOPMENT!
Thanks to Entropy512 for helping me out with this project!
XDA:DevDB Information
[ROM] [07/06] [UNOFFICIAL] [BETA] [5.1.1] OmniROM for KLTE, ROM for the Samsung Galaxy S 5
Contributors
gigoo25, ktoonsez, Entropy512
ROM OS Version: 5.0.x Lollipop
Based On: OMNI,CyanogenMod
Version Information
Status: Testing
Created 2015-04-09
Last Updated 2015-07-06
Changelog & Features
Changelog:
omni-5.1.1-20150706-klte-HOMEMADE.zip
-Fixed NFC
-Fixed display when shut-off
-Bluetooth works flawlessly (No audio stream skipping)
-Krait optimizations
-More bug fixes
-More that I probably forgot
-Switched to BETA as it seems amazingly stable. The only downside is the non working camera...
omni-5.1.1-20150518-klte-HOMEMADE.zip
-Fixed Brightness
-Fixed in-call audio
-Fixed Headphones audio
-Fixed Omnitorch
omni-5.1.1-20150512-klte-HOMEMADE.zip
-Fixed Radio (Data now works)
-Fixed WiFi
omni-5.1.1-20150508-klte-HOMEMADE
-Second release
-Booting!
-Many non working features
-Still an early build!
omni-5.0.2-20150408-klte-HOMEMADE.zip
-First Release
-Non Booting
Click to expand...
Click to collapse
Features:
Code:
-Built from OMNI sourcecode
-First KLTE Unified rom to not be based on CM?
-Still early development
What works / Compiling
As of build omni-5.1.1-20150518-klte-HOMEMADE
Working:
-Bluetooth
-Rom (Booting)
-Omniswitch
-WiFi
-Data
-Sim Card
-Incall audio
-Brightness
-Headphones audio
-OmniTorch
-NFC
-Anything else?
Not Working:
-Camera
-Anything else?
Compiling:
Right now compiling needs some patching in order to work.
Grab the device configuration from HERE
The Kernel from HERE
Place the device configuration in ~/device/samsung/klte
and the kernel in ~/kernel/samsung/klte
Then you must patch ~/frameworks/av-caf with these patches
FIRST PATCH
SECOND PATCH
Once that is complete you can build as normal.
If you run in to a ZSL issue apply THIS patch.
KLTESPR in the future, or only KLTE builds from here on out?
De_Falt said:
KLTESPR in the future, or only KLTE builds from here on out?
Click to expand...
Click to collapse
I'm focusing in getting this thing running and stable first... Then maybe
Sent from my SM-G900T using XDA Free mobile app
gigoo25 said:
I'm focusing in getting this thing running and stable first... Then maybe
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for the reply,
Thread subscribed
Logcats and feedback would be highly appreciated! I am going to compile another build hopefully later this week.
Where's the download link btw
Ave666 said:
Where's the download link btw
Click to expand...
Click to collapse
Its right in the main post.
gigoo25 said:
Download like always is at the top of the page!
Click to expand...
Click to collapse
gigoo25 said:
Its right in the main post.
Click to expand...
Click to collapse
Must be I'm turning blind I guess
Sent from my SM-G900F using Tapatalk
Anyone tried?
Ave666 said:
Must be I'm turning blind I guess
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
You won't see it via Tapatalk, select open via Browser...
And you will see it:
Dont boot for me
Anyone else tried or just me? For me the rom don't boot
Did you guys really read the op? It already stated that the rom doesn't even boot
yes, yes, YES!!!
Update: Been trying to compile working builds for a couple of days now. It seems that once I fix one issue 10 more appear. Redownloading a clean repo and creating a fresh device tree tomorrow. Fingers crossed it works! ?
Sent from my SM-G900F using XDA Free mobile app
gigoo25 said:
Update: Been trying to compile working builds for a couple of days now. It seems that once I fix one issue 10 more appear. Redownloading a clean repo and creating a fresh device tree tomorrow. Fingers crossed it works! ?
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
We'll waiting for a build. [emoji12]
Sent from my SM-G920F
Having issues with Bluetooth.... This is upsetting...

SPL[Meta-OS] 23.May.2015(TestBuild)

{
"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"
}
Samsung Galaxy S4 (i9506)
Meta OS (5.x.x)
Meta-OS 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. Meta-OS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for Meta-OS is available in the Meta-OS Github Repo.
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.
*
* Submitting bug reports on unofficial builds is the leading
* cause of male impotence.
*/
Installation Instructions
- Coming from 5.0 or less ROMS
Download meta-os_v1.0.zip to your phone
Boot into Recovery
Wipe all your data (System/Data/Dalvik Cache)
Flash meta-os_v1.0.zip from your phone
(Optional)Flash Google Apps.zip from your phone
Reboot
- Coming from previous Meta-OS build
Wipe cache
Flash meta-os_v1.0.zip from your phone
Flash GApps again if you're using PA version
Reboot
Download
Find your download in project/meta-os then search for your device.Happy Flashing!
http://spikelaboratory.com/
Follow the revolution!
Follow us on FaceBook to see the latest changes,comment to tell us what you like.
Suggest us what to do so the OS becomes better.Motivate us by donating.
Thank YOU.
Spike-Lab
Join the revolution!
Spike-Lab is a new team, we would like to bring you best OS ,with a beutiful design and superb features.
But also we want to maintain your baterry levels as high as possible and we don't want to sacrifice your RAM.
Help us deliver better features,and bring more stability to our OS by contributing on Github.
Spike-Lab Github
Screenshots :
ON WEBSITE
Bugs :
I don't know exactly, I can not test everything (If you find any please report me )
Thanks to :
@solk2
@arter97
TEAM SPL
ALL WHO HELPED , DONATED and SUGESTED
Donate to us to motivate us!​
Hello guys this a test build of our new Meta-OS so please report on bugs , give us suggestions to improve our OS , and contribute if you can.
Thank you and happy flashing!
Hello do you have any Intentions of releasing this ROM for xperia U?
Thank you and good luck...
Sent from my Xperia U using XDA Free mobile app
@Agiofws its not a problem if u can a dev in ur forum to maintain it
Can u upload the file to another website? Because i cant use mediafire .... ill report bugs once i have the rom on my gt-i9506
Hey I'm currently using this, very fast no lags whatsoever. But is there a camera app I can use?
Try using a third party one we are making some cam mods in the rom , we want to improve it thats why we disabled it
Sent from my GT-I9506 using XDA Free mobile app
Spike-Lab said:
Try using a third party one we are making some cam mods in the rom , we want to improve it thats why we disabled it
Alright, keep up the good work :good::good:
Click to expand...
Click to collapse
Which kernel and gapps should i flash for this rom?
Kernel is in rom included, flash any gapps best PA gapps micro it isnt big in size
Sent from my GT-I9506 using XDA Free mobile app
Spike-Lab said:
Kernel is in rom included, flash any gapps best PA gapps micro it isnt big in size
Sent from my GT-I9506 using XDA Free mobile app
Click to expand...
Click to collapse
So any gapps is fine for different android versions such as kitkat or lollipop?
We didnt mean that we meant 5.0+ gapps
Sent from my GT-I9506 using XDA Free mobile app
Next build comes in end of next week.
Sent from my GT-I9506 using XDA Free mobile app
Spike-Lab said:
Next build comes in end of next week.
Sent from my GT-I9506 using XDA Free mobile app
Click to expand...
Click to collapse
great work!!:good:
is in youre next build the modified camera inside?
Yes butvwe need some time including many features for you
Sent from my GT-I9506 using XDA Free mobile app
Maybe i'm idiot but where is the download link ? On you website I cliqk galaxy s4 and it download nothing...
Great work, but some issues,
first i can´t use camera with some third apps like lenovo super camara,
cant wake the phone with home button.
battery life not great, but survivable
and as many custom roms ac3 audio not playable unless with mx player custom codec
waiting for the next build:fingers-crossed:
3lambda said:
Maybe i'm idiot but where is the download link ? On you website I cliqk galaxy s4 and it download nothing...
Click to expand...
Click to collapse
we removed the link due to our server cleanup and redisgn
thank you for your feedback we noticed that and we are fixing camera app
trying to fix our commits if it fails we will provide stock app
but next build will have a new cam apk
Come on guys still can't download please I want to test your rom

Categories

Resources