[WIP][Kernel](3.4+|Hybrid|LZO/LZ4|Intelliplug) hor1z0nKernel for Condor - Moto E General

Hi guys,
I'm by no means a pro at kernel building but I've put lots of effort into this kernel so I thought I'd share it with you. I do not own a Moto E so I haven't had a chance to test it. The kernel is still in testing stage and built with Linaro 4.10.0 toolchain. It's built from source and has no added tweaks at the moment added tweaks such as those mentioned in the heading.
Edit: These kernels are only for stock based ROM's and not for PAC, CM etc.
Currently this kernel is only for 4.4.2 based ROMS since Motorola hasn't released Kernel sources for 4.4.3/.4 yet.
It should work in theory but since I do not own the device, I can't be certain.
Kernel Source: here
If someone would be kind enough to test them for me, I'd be really thankful.
Screenshots: Credits: xperiafan13
{
"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"
}
Also, you will not end up in a bootloop or lose data after flashing this kernel. Just use the command
Code:
fastboot boot boot.img
instead of
Code:
fastboot flash boot boot.img
and if there are any problems, your phone will come back to the original state on next boot.
If the kernel crashes or fails to boot, please get me a last_kmsg so I can debug it.
Code:
adb shell cat /proc/last_kmsg > kmsg.txt
Download Links:
Test 1: 3.4.42-hor1z0nKernel
UPDATE
Please see this post.
UPDATE 2
Please see this post.
Issues:
Code:
At the moment, it seems that there is no network for phones.
Please point out more bugs.
Changelog: here
Code:
fixed compilation error: call cc-option, -mcpu=cortex-a7
updated touchscreen drivers
WIP:Intelli_Plug by Faux123
drivers/usb/gadget/f_qdss.c: gcc 4.8 fixup
drivers/Makefile: add exFat support
Added exFat support
drivers/tty/n_tty.c: fix CVE-2014-0196
Optimized autosleep.c
powersuspend: new PM kernel driver for Android w/o early_suspend
Updated cgroup_subsys.h for build bits for BFQ-v6-3.4
Add BFQ, FIOPS, SIO I/O scheduler
lib/lzo: Update LZO compression to current upstream version
fix compilation errors
Makefile: add some optimization flags for ARM
ext4: add support for read_iter and write_iter
Updated crypto/Makefile
crypto: Add lz4 Cryptographic API
WIP: Add LZ4 compression support
arch/arm/Kconfig: enable unaligned capability for ARM
scheduler: compute time-average nr_running per run-queue
lib/string: use glibc version
added memcopy libs
Pronto WLAN: Merge with Kernel tree
Ramdisk fix and added support for XT1022
fixed source built kernel
Note: On Android File Host, it says hor1z0nkernel.img for moto g but it's actually for Moto E. There is no section yet for Moto E so I had to put it with my other test files in the Moto G folder.
If I helped you or you like my work please click the
button.

Heading is saying for 'falcon' but moto e is 'condor' ?,please clarify...

JJ Singh said:
Heading is saying for 'falcon' but moto e is 'condor' ?,please clarify...
Click to expand...
Click to collapse
Sorry. Just made a test kernel for falcon as well and I just copied the heading as it is. This is for condor.

@newhor1z0n Good work dude! :good:
If you're taking requests, can I ask you to implement F2FS support?

Ex-Hunter said:
@newhor1z0n Good work dude! :good:
If you're taking requests, can I ask you to implement F2FS support?
Click to expand...
Click to collapse
Did it work?! I have just compiled a stock kernel at the moment. Feature requests are accepted but the main priority at the moment is boot.
F2FS can be implemented but we need a recovery capable of making F2FS partitions.
Sent from my Nexus 5 using XDA Premium 4 mobile app

newhor1z0n said:
Did it work?! I have just compiled a stock kernel at the moment. Feature requests are accepted but the main priority at the moment is boot.
F2FS can be implemented but we need a recovery capable of making F2FS partitions.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Newest official twrp has a f2fs provision. At least for my other nexus device.
Is your stock kernel built for 4.4.4? I can try it out.

Hetalk said:
Newest official twrp has a f2fs provision. At least for my other nexus device.
Is your stock kernel built for 4.4.4? I can try it out.
Click to expand...
Click to collapse
No. It's for 4.4.2. Moto hasn't released source for 4.4.3 yet.
Sent from my Nexus 5 using XDA Premium 4 mobile app

HELLO

xperiafan13 said:
Click to expand...
Click to collapse
Thanks for testing xperiafan. So please point out any bugs and feature requests you guys have.
Sent from my Nexus 5 using XDA Premium 4 mobile app

Can you add OTG support?
(Sorry my bad english)
Sent from my XT1025 using Tapatalk

newhor1z0n said:
Thanks for testing xperiafan. So please point out any bugs and feature requests you guys have.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It will be best if u can add full dual sim support and IMP (at least for me) EXFAT(file system) support in ur kernel.... [emoji4]

JJ Singh said:
It will be best if u can add full dual sim support and IMP (at least for me) EXFAT(file system) support in ur kernel.... [emoji4]
Click to expand...
Click to collapse
Have you tried to boot the kernel? Because looking at the ramdisk, it seems dual sim support is there.

newhor1z0n said:
Have you tried to boot the kernel? Because looking at the ramdisk, it seems dual sim support is there.
Click to expand...
Click to collapse
Sorry for apologies, actually was waiting for Android 4.4.4 update so i didn't made any modifications, I'll try it later, but please consider adding exfat/ntfs support as it will allow us using 64GB sdcards too without formating them to fat32... [emoji4]

newhor1z0n said:
Hi guys,
I'm by no means a pro at kernel building but I've put lots of effort into this kernel so I thought I'd share it with you. I do not own a Moto E so I haven't had a chance to test it. The kernel is still in testing stage and built with Linaro 4.10.0 toolchain. It's built from source and has no added tweaks at the moment. If it boots, I'll add more cpu frequencies, schedulers etc soon.
Edit: These kernels are only for stock based ROM's and not for PAC, CM etc.
It should work in theory but since I do not own the device, I can't be certain.
If someone would be kind enough to test them for me, I'd be really thankful.
Also, you will not end up in a bootloop or lose data after flashing this kernel. Just use the command
Code:
[B]fastboot boot boot.img[/B]
instead of
Code:
[STRIKE]fastboot flash boot boot.img[/STRIKE]
and if there are any problems, your phone will come back to the original state on next boot.
If the kernel crashes or fails to boot, please get me a last_kmsg so I can debug it.
Code:
adb shell cat /proc/last_kmsg > kmsg.txt
Download Links:
Test 1: 3.4.42-hor1z0nKernel
Note: On Android File Host, it says hor1z0nkernel.img for moto g but it's actually for Moto E. There is no section yet for Moto E so I had to put it with my other test files in the Moto G folder.
If I helped you or you like my work please click the
button.
Click to expand...
Click to collapse
Thanks!
It works.
More development to follow I hope!

newhor1z0n said:
Have you tried to boot the kernel? Because looking at the ramdisk, it seems dual sim support is there.
Click to expand...
Click to collapse
I tried as i said,it booted on XT1022,moreover Android was 4.4.4(i know it was compatible with 4.4.2,but i can't revert back),everything was fine but non of the Sims seems working! [emoji6],i hope future update will fix issue..

JJ Singh said:
I tried as i said,it booted on XT1022,moreover Android was 4.4.4(i know it was compatible with 4.4.2,but i can't revert back),everything was fine but non of the Sims seems working! [emoji6],i hope future update will fix issue..
Click to expand...
Click to collapse
Can you give me the boot.img for XT1022?
Edit: It could be that updating to 4.4.4 breaks compatibility with network. Ask someone on 4.4.2 to test this kernel so we can see if the issue is caused by the kernel or due to updating to 4.4.4.
Let me know as soon as possible.
Cheers!

newhor1z0n said:
Can you give me the boot.img for XT1022?
Click to expand...
Click to collapse
I'm sooo sorrrryy sir, but I'm unable to provide u with boot.img of xt1022 due to connectivity issues.But for a little help ,u can download a firmware for Indian version from http://sbf.droid-developers.org/phone.php?device=34
Blur_Version.20.11.14.condor_retaildsds.retaildsdsall.en.03 is Indian version but it's android 4.4.2... Again sorry, i hope u will understand.. [emoji4]
Also it will have all the files u need...

newhor1z0n said:
Can you give me the boot.img for XT1022?
Edit: It could be that updating to 4.4.4 breaks compatibility with network. Ask someone on 4.4.2 to test this kernel so we can see if the issue is caused by the kernel or due to updating to 4.4.4.
Let me know as soon as possible.
Cheers!
Click to expand...
Click to collapse
Nice work newhor1z0n.
Could you add more cpu schedulers and powersuspend drivers?

newhor1z0n said:
Can you give me the boot.img for XT1022?
Edit: It could be that updating to 4.4.4 breaks compatibility with network. Ask someone on 4.4.2 to test this kernel so we can see if the issue is caused by the kernel or due to updating to 4.4.4.
Let me know as soon as possible.
Cheers!
Click to expand...
Click to collapse
Actually in my neighbor there is no 1 with xt1022, moreover near about all the people on xda with xt1022 already updated to 4.4.4, so it's difficult to find someone with Android 4.4.2...[emoji53]

New Kernel with added features
Updated kernel. Many new features added.
Grab the download from here.
Changelog: here
Code:
fixed compilation error: call cc-option, -mcpu=cortex-a7
updated touchscreen drivers
WIP:Intelli_Plug by Faux123
drivers/usb/gadget/f_qdss.c: gcc 4.8 fixup
drivers/Makefile: add exFat support
Added exFat support
drivers/tty/n_tty.c: fix CVE-2014-0196
Optimized autosleep.c
powersuspend: new PM kernel driver for Android w/o early_suspend
Updated cgroup_subsys.h for build bits for BFQ-v6-3.4
Add BFQ, FIOPS, SIO I/O scheduler
lib/lzo: Update LZO compression to current upstream version
fix compilation errors
Makefile: add some optimization flags for ARM
ext4: add support for read_iter and write_iter
Updated crypto/Makefile
crypto: Add lz4 Cryptographic API
WIP: Add LZ4 compression support
arch/arm/Kconfig: enable unaligned capability for ARM
scheduler: compute time-average nr_running per run-queue
lib/string: use glibc version
added memcopy libs
Pronto WLAN: Merge with Kernel tree
Ramdisk fix and added support for XT1022
fixed source built kernel
Kernel Source: here
Please test this kernel guys and point out any bugs you can find.
Please read the first post on how to just boot the kernel (not flash it) which will boot the kernel on only one boot and you will be back to stock on the next boot.
If kernel doesn't boot or crashes, don't panic; get me a last_kmsg so I can fix issues.
Check the first post to see how to get last_kmsg.
Cheers!

Related

[rom][sero7 pro][gummy][unofficial][kang]

​KANG######THIS ROM IS UNOFFICIAL######KANG
I've been builing this for a while now for personal use and I thought I would share it now that everything seems to be working. All I do is compile and upload..these are the Devs that did all the tough stuff...Thanks for making this such a great Tablet.
All Credit, Thanks & Donations need to go to these guys:
TEAM-GUMMY- https://twitter.com/TeamGummyRom
randomblame- TakTik Rom
delorespark- DOPA Rom
davepmer- CM-11
USE AT YOUR OWN RISK !!!!!!!
NOT MY FAULT IF YOU BRICK YOUR TABLET!!!!!
YADA YADA YADA!!!!
Git Hub----kernel https://github.com/bdadd34/android_kernel_hisense_m470bsa
Download GummYKanG--
3-13-14- new kernel with no oc based off of delorespark kernel source with davepmer wi-fi + full device tree including ramdisk..all deloresparks original patches for audio and charger. It doesn't have his latest bluetooth patch but i will add into next build. i will upload an oc kernel in post #2 shortly for those wanting one. Dont know about adding govs...they seem to lag pretty bad and i have yet to find any in other tegra 3 device. I'm thinking there is reason for that...so instead i will try to tweek interactive and ondemand and see how that runs.
3-29-14- new build based off delores park aosp repos and all his patches except 2nd a2dp patch which caused problems with viper4android and some bluetooth audio freeze ups. I will start weekly updates now and sometimes sooner if needed. No overclock in rom but I will upload a new basic oc kernel tomorrow.
gUmmYkAng dOwnlOAd fOldEr
Download your favorite 4.4.2 gapps-
PA Gapps http://forum.xda-developers.com/showthread.php?t=2397942
Slim Gapps http://www.slimroms.net/.../addons4-4
highly recommended
Download SuperSU http://download.chainfire.eu/382/SuperSU/UPDATE-SuperSU-v1.93.zip
Boot to recovery--use one of randomblames recoveries either one should work fine.
wipe data and format system
flash rom
flash gapps
flash superSU
Enjoy
Screen Shots
{
"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"
}
Boot.img zips
new 1.5ghz for latest rom version--oc, added sio and tcp_westwood, changed ondemand and interactive gov settings for performence.
github link now in op
gUmmYkAngOc314.zip - 8.42 MB
rom kernel
gUmmYkAng314_rom_kern.zip - 9.67 MB
here are a couple 1.3 ghz kernels built from delorespark's m470bsa source. Both with davepmer wi-fi changes..sorry no signitures yet, so disable check in recovery.
PRE CHARGER FIX ONLY
stkgUmmY_nocpuQt.zip--no cpu quiet, no oc, very stock like.
http://d-h.st/Wzq]stkgUmmY_nocpuQt.zip - 9.56 MB
stkgUmmY_plus3-12-14boot.zip--no oc, added cpu quiet, and tcp_westwood
http://d-h.st/EYG]stkgUmmY_plus3-12-14boot.zip - 9.56 MB
pics!! =D
Moirae said:
pics!! =D
Click to expand...
Click to collapse
I'll try to post some tonight when I get home from work.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Good stuff man!
Thanks so much for taking the time to put this together and for sharing it. Anything not working that you know of? A2DP? HDMI?
Sent from my SAMSUNG-SGH-I747 using Tapatalk
MrSimmonsSr said:
Thanks so much for taking the time to put this together and for sharing it. Anything not working that you know of? A2DP? HDMI?
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Click to expand...
Click to collapse
In the OP it says everything is working. Probably the ROM is based on Dave's device trees, that's what my public PAC build will be based on.
Sent from my Sero 7 Pro using Tapatalk
Everything I have tested has worked so far...I'm going to get an HDMI cord today so I can test that. All other video and sound works and HDMI should as well but haven't been able to test. The device tree and current kernel are based from Randomblames repo but have little bits and pieces from tf101 tf301 grouper davpmer and delorespark. I'm currently switching the kernel base to davepmers , he did a lot of work fixing the hack job hisense did on the source code. I used randomblames first because deloresparks audio fix was made for taktik and I wanted to test first with that kernel base. I have a build going now with a new gummy sync and davepmers kernel.
Also anyone else having issues uploading to dev-host I get to 100% and I hangs...tried 3 different computers at 2 separate locations same result.
Edit...
---just beamed a pic to my xt926 with NFC while Bluetooth audio was playing Pandora..?
---Any request for kernel govs or iosched ? Going to try to build a couple kerneles tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Bdadd34 said:
Also anyone else having issues uploading to dev-host I get to 100% and I hangs...tried 3 different computers at 2 separate locations same result.
Click to expand...
Click to collapse
I'd recommend using Android File Host myself. I rarely have issues uploading ROMs on there.
Bdadd34 said:
Everything I have tested has worked so far...I'm going to get an HDMI cord today so I can test that. All other video and sound works and HDMI should as well but haven't been able to test. The device tree and current kernel are based from Randomblames repo but have little bits and pieces from tf101 tf301 grouper davpmer and delorespark. I'm currently switching the kernel base to davepmers , he did a lot of work fixing the hack job hisense did on the source code. I used randomblames first because deloresparks audio fix was made for taktik and I wanted to test first with that kernel base. I have a build going now with a new gummy sync and davepmers kernel.
Also anyone else having issues uploading to dev-host I get to 100% and I hangs...tried 3 different computers at 2 separate locations same result.
Edit...
---just beamed a pic to my xt926 with NFC while Bluetooth audio was playing Pandora..?
---Any request for kernel govs or iosched ? Going to try to build a couple kerneles tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Awesome news! For CPU govs how about SmartassV2. I had a bad download and couldnt flash. Gonna try redownloading rom.
C64assembly said:
Awesome news! For CPU govs how about SmartassV2. I had a bad download and couldnt flash. Gonna try redownloading rom.
Click to expand...
Click to collapse
Im going to update in a couple hours if all goes well.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Bdadd34 said:
Im going to update in a couple hours if all goes well.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Fantastic. This ROM is light and really fast!
Hi, thanks for the ROM!
I flashed it last night but I can't get the wifi to work. What do I need to do? thanks..
update
New update in op dev-host and dropbox... made more wi-fi changes from davepmer device tree. still needs reboot at set up but i uploaded because last update was missing quite a few of his changes.
installed latest version yesterda. woke up this morning to a dead tablet. Plugged it in and it tried to boot but i guess not enough juice to run stuck at hisense screen. powered off and left alone for a little while. tried to boot into recovery and would only show charging splash. tried to just normally boot and wala it worked! checked battery status and says 85% android os eating the battery. anyone else notice battery drain? or is it just me?
jhienk said:
installed latest version yesterda. woke up this morning to a dead tablet. Plugged it in and it tried to boot but i guess not enough juice to run stuck at hisense screen. powered off and left alone for a little while. tried to boot into recovery and would only show charging splash. tried to just normally boot and wala it worked! checked battery status and says 85% android os eating the battery. anyone else notice battery drain? or is it just me?
Click to expand...
Click to collapse
I am having troubles booting. Sometimes i have to clear cache to boot. Also when the device locks it will not wake up.
Gotta flash when I get home! Glad to see another ROM out there for this tablet
Sent from my Sero 7 Pro using Tapatalk
Best looking and most customizable ROM to date for this tablet
C64assembly said:
I am having troubles booting. Sometimes i have to clear cache to boot. Also when the device locks it will not wake up.
Click to expand...
Click to collapse
i'm going to repost the first version for those having troubles with the last update. Ill try get it fixed tonight. i think i found the error but didn't have time before work to fix it. hopefully i can get that done and start on kernels tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Bdadd34 said:
i'm going to repost the first version for those having troubles with the last update. Ill try get it fixed tonight. i think i found the error but didn't have time before work to fix it. hopefully i can get that done and start on kernels tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Wow! That is great! I appreciate your work on this ROM! It is the slimmest and quickest ROM to date for our tablet. Thank you very much!

[Rom]: MIUI 4.4.18 for Flo [KK 4.4] [18/04/2014] from miuiandroid

Hello flo users.
First of all, I was not the creator of this rom. I did not port it from another device, I merely brought it from miuiandroid.com, so all credits go for Xiaomi & miuiandroid.com
This is the fourth public release for flo. So please keep in mind, bugs, incomplete functions and other issues might arise.
The usual warranty disclaimer:
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed, your mobile running away from you, getting divorced because you got enthusiastic with the girl in the corner showing her off your kick ass android, having hemorrhoids because a flash went wrong, your android pet gets frustrated because you keep flashing stuff and punches you, the whole thing gets hot to the point where it melts everything it touches, a force close happening right when you're using an app to control the earth magnetic poles and creating havoc, etc etc. 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.
Ok maybe I won't, but you get it. Actually I'll laugh my ass off and then I'll be sorry. But still I won't help you. Maybe I will. Or maybe I won't. Or maybe I'll hire a professional killer to[STOPTHISNONSENSE]
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"
}
"MIUI is one of the most popular Android ROMs in the world. It is based on 4.4.x (for flo device] featuring better experience and richer themes.
and MIUI offers alot of Free and Paid Themes, clocks and wallpapers. It is very customizable."​
Gapps are not included - you need to flash them separately
Instructions:
1 - Backup whatever you need using an app of your choice (optional)
2 - Reboot to recovery (I'm using CWM, far as I'm aware TWRP works too).
3 - Wipe internal partitions (data, system, dalvik cache, cache)
4 - Flash the rom &/or whatever mods you wanna flash, but not GAPPS.
5 - Reboot to the rom, choose your language.
6 - Reboot to recovery again, flash gapps.
7 - Reboot & enjoy a kick ass release!
Gapps need to be installed separately from the rom.
Languages Included:
Language included in Nexus 7 and other tablets:
English (MarkHUK & iBotPeaches, xiaomi.eu) - Report Bugs - CHANGELOG
Chinese (Xiaomi, miui.com) - Report Bugs - CHANGELOG
Polish (Acid, miuipolska.pl) - Report Bugs - CHANGELOG
Slovak (ingbrzy, miui.cz) - Report Bugs - CHANGELOG
Czech (kynio, miui.cz) - Report Bugs - CHANGELOG
Bulgarian (MIUI.BG) - Report Bugs - CHANGELOG
Hungarian (vagyula, miuiandroid.hu) - Report Bugs - CHANGELOG
French (cpasmoi) - Report Bugs - CHANGELOG
Russian (KDev Group, roms.bz) - Report Bugs - CHANGELOG
Click to expand...
Click to collapse
Rom: MIUI V5 4.4.18
Release Date: 18/04/2014
Download Link #1: http://files.miuiandroid.com/4.4.18/miuiandroid_multi_flo_4.4.18_jb-4.4.zip
Download Link #2: http://goo.im//devs/ibotpeaches/miuiandroid/releases/4.4.18m/miuiandroid_multi_flo_4.4.18_jb-4.4.zip
Gapps: http://celogeek.miuiandroid.com/gapps/miuiandroid_gapps-4.4-small_20140105_signed.zip
Thread @ miuiandroid
Changelog for 4.3.21
Credits:
Xiaomi - For the firmware. They developed it, they are the masters, they are "it".
miuiandroid, for the multi languages available and everything else.
XDA, do I need to say for what?
This is a AOSP based rom. So AOSP kernels will work.
I intend to update this thread as new updates come out (every friday / weekend).
Mods and other stuff, coming soon...
I hope I'm not breaking any rules by bringing this rom here. It's merely with the intention of keeping the info concentrated in this thread. Related your experiences with this rom here. We'll try to help each other in what we can.
----- About Kernels -----
Since MIUI is based on AOSP, any AOSP kernel will work. Feel free to pick one and flash it. You'll notice some improvements in terms of performance.
Glitch (AOSP and CAF)
http://forum.xda-developers.com/showthread.php?t=2449919
ElementalX (AOSP)
http://forum.xda-developers.com/showthread.php?t=2389022
Franco (AOSP)
http://forum.xda-developers.com/showthread.php?t=2446431
xGenesis (AOSP and CAF)
http://forum.xda-developers.com/showthread.php?t=2631212
n3oFlo (AOSP - not sure about Kit Kat compability tho)
http://forum.xda-developers.com/showthread.php?t=2391972
Faux Kernel (AOSP in the KitKat versions)
http://forum.xda-developers.com/showthread.php?t=2390173
Bricked (AOSP)
http://forum.xda-developers.com/showthread.php?t=2559107
Updated @18/04/2014
Just a warning for anyone that wants to use this ROM with Polish language, upon choosing it you will end up with endless com.android.systemui FC and there is no fix for that.
Broken GPS
Anyone having issues with GPS after flashing this rom?
There seems to be some people mentioning that either takes a while to lock or doesn't work at all. I don't think much testing was done anyway.
However if someone is still using the rom could give as an answer. If it's a matter of taking a while to lock, I would ask them to try an app to help with GPS locking (like GPS Status or alike).
It would be very much appreciated
MidnightDevil said:
There seems to be some people mentioning that either takes a while to lock or doesn't work at all. I don't think much testing was done anyway.
However if someone is still using the rom could give as an answer. If it's a matter of taking a while to lock, I would ask them to try an app to help with GPS locking (like GPS Status or alike).
It would be very much appreciated
Click to expand...
Click to collapse
Mine will only lock if outside. indoors it will not work. Not even with the wifi on.
kabrutus said:
Mine will only lock if outside. indoors it will not work. Not even with the wifi on.
Click to expand...
Click to collapse
Thanks for the report!
You're using stock kernel right? Could you try another kernel (AOSP) and see if the issue persists?
Anyway, I had some issues with other roms where I had to be outside to lock it, not sure if having wifi on helps the GPS lock, helping with accuracy I get it, but not sure about locking.
MidnightDevil said:
Thanks for the report!
You're using stock kernel right? Could you try another kernel (AOSP) and see if the issue persists?
Anyway, I had some issues with other roms where I had to be outside to lock it, not sure if having wifi on helps the GPS lock, helping with accuracy I get it, but not sure about locking.
Click to expand...
Click to collapse
Yes, stock kernel. Can you point me out to a compatible kernel?
kabrutus said:
Yes, stock kernel. Can you point me out to a compatible kernel?
Click to expand...
Click to collapse
Any AOSP kernel will work. You have CAF kernels and AOSP kernels.
Glitch (AOSP and CAF)
http://forum.xda-developers.com/showthread.php?t=2449919
ElementalX (AOSP)
http://forum.xda-developers.com/showthread.php?t=2389022
Franco (AOSP)
http://forum.xda-developers.com/showthread.php?t=2446431
xGenesis (AOSP and CAF)
http://forum.xda-developers.com/showthread.php?t=2631212
n3oFlo (AOSP - not sure about Kit Kat compability tho)
http://forum.xda-developers.com/showthread.php?t=2391972
Faux Kernel (AOSP in the KitKat versions)
http://forum.xda-developers.com/showthread.php?t=2390173
Bricked (AOSP)
http://forum.xda-developers.com/showthread.php?t=2559107
I'm gonna take the opportunity to put these on the OP.
As I said, it's just a matter of testing, you might else notice some performance improvements depending the kernel you pick, although IMHO they are all quite good.
MidnightDevil said:
Any AOSP kernel will work. You have CAF kernels and AOSP kernels.
Glitch (AOSP and CAF)
http://forum.xda-developers.com/showthread.php?t=2449919
ElementalX (AOSP)
http://forum.xda-developers.com/showthread.php?t=2389022
Franco (AOSP)
http://forum.xda-developers.com/showthread.php?t=2446431
xGenesis (AOSP and CAF)
http://forum.xda-developers.com/showthread.php?t=2631212
n3oFlo (AOSP - not sure about Kit Kat compability tho)
http://forum.xda-developers.com/showthread.php?t=2391972
Faux Kernel (AOSP in the KitKat versions)
http://forum.xda-developers.com/showthread.php?t=2390173
Bricked (AOSP)
http://forum.xda-developers.com/showthread.php?t=2559107
I'm gonna take the opportunity to put these on the OP.
As I said, it's just a matter of testing, you might else notice some performance improvements depending the kernel you pick, although IMHO they are all quite good.
Click to expand...
Click to collapse
no luck on Bricked kernel, and ElementalX
So the results are the same even with a custom kernel right?
Then it's a rom issue.
I'm gonna post on miuiandroid forums about it, but keep in might this is a first release, it's a long way until it's perfect and they probably have other priorities
Update status (21/03/2014): Pending
Sent from my LG-P880 using xda app-developers app
FINALLY I found a thread for this! Searching for it and Google-ing it failed me (how odd).
Anyway, I'm rather stumped. I was either browsing the Internet or on Google+ (same diff) when all of a sudden the device rebooted on me and went into the recovery.
Can't get the log unfortunately because every single time I boot into the OS, it restarts back into recovery not a minute after. I can't even get past the setup screen after doing a Factory Reset.
The TWRP log mentions something about an "Open Recovery Script" or something and shows an MIUI zip file, so... I'm guessing it's trying to forcefully update MIUI? And yet, there's absolutely zero indication on the UI end of this, it just wipes the screen and says "Rebooting" with a Jelly Bean Android.
Alucai Vivorvel said:
FINALLY I found a thread for this! Searching for it and Google-ing it failed me (how odd).
Anyway, I'm rather stumped. I was either browsing the Internet or on Google+ (same diff) when all of a sudden the device rebooted on me and went into the recovery.
Can't get the log unfortunately because every single time I boot into the OS, it restarts back into recovery not a minute after. I can't even get past the setup screen after doing a Factory Reset.
The TWRP log mentions something about an "Open Recovery Script" or something and shows an MIUI zip file, so... I'm guessing it's trying to forcefully update MIUI? And yet, there's absolutely zero indication on the UI end of this, it just wipes the screen and says "Rebooting" with a Jelly Bean Android.
Click to expand...
Click to collapse
I have that problem to. Its trying to force update itself but continuously fails. I am going to try to flash the entire ROM update and hopefully that will fix the problem
Sent from my Nexus 7 2013
In the OTA reboot cycle?
1: DL the new OTA from here: http://en.miui.com/download-213.html
2. Flash it in the "advanced utilities" section of Wug's Nexus Root Toolkit (http://forum.xda-developers.com/showthread.php?t=2389107), let it boot
3. Realize you lost root and TWRP (and check out the cool Miui calendar app before it's too late!)
4. Hook it back up to your computer and root+reflash TWRP with Wug's NRT
5. While you're in TWRP to flash the supersu file, go ahead and flash your gApps package
6. Be bummed that every gApps package replaces Miui's slick calendar app
DaveRichardson said:
In the OTA reboot cycle?
1: DL the new OTA from here: http://en.miui.com/download-213.html
2. Flash it in the "advanced utilities" section of Wug's Nexus Root Toolkit (http://forum.xda-developers.com/showthread.php?t=2389107), let it boot
3. Realize you lost root and TWRP (and check out the cool Miui calendar app before it's too late!)
4. Hook it back up to your computer and root+reflash TWRP with Wug's NRT
5. While you're in TWRP to flash the supersu file, go ahead and flash your gApps package
6. Be bummed that every gApps package replaces Miui's slick calendar app
Click to expand...
Click to collapse
I got a better one:
1) DL the new OTA
2) Flash it using Wug's tool, or restore a backup of a different ROM you have in TWRP
2a) If you restored backup, transfer over MIUI OTA & flash with TWRP
4) Flash any SuperSU zip (or confirm when TWRP asks you if you want to root after flashing the ROM), install MultiROM and update to the latest TWRP with MultiROM capabilities
5) Flash Core GApps which only includes the Play Store and Google Play services, so you get to keep the MIUI apps.
6) Enjoy
*DISCLAIMER*: I make no guarantee that the above steps will work for you, and if you miss something or screw something up, I am not to blame.
Alucai Vivorvel said:
I got a better one:
1) DL the new OTA
2) Flash it using Wug's tool
3) Flash any SuperSU zip (or confirm when TWRP asks you if you want to root after flashing the ROM), install MultiROM and update to the latest TWRP with MultiROM capabilities
5) Flash Core GApps which only includes the Play Store and Google Play services, so you get to keep the MIUI apps.
6) Enjoy
*DISCLAIMER*: I make no guarantee that the above steps will work for you, and if you miss something or screw something up, I am not to blame.
Click to expand...
Click to collapse
Oh, nice! Do you have a link to that Core GApps file?
DaveRichardson said:
Oh, nice! Do you have a link to that Core GApps file?
Click to expand...
Click to collapse
It's currently stuck on my tablet. XD
Let me find it...
EDIT: Found it! http://goo.im/devs/BaNkS/GApps/4.4/12-6_GApps_Core_4.4_signed.zip
Oh, and go back and check my steps, I kept making revisions. XD
Much appreciated.
DaveRichardson said:
Much appreciated.
Click to expand...
Click to collapse
No problem.
It's funny, because I just accidentally flashed the full PA 4.4.2 GApps, wondering "why are Chrome and all these other Google Apps here". XD
New version is out, 4.2.21
Download link #1:
http://files.miuiandroid.com/4.3.21/miuiandroid_multi_flo_4.3.21_jb-4.4.zip
Download link #2:
http://goo.im//devs/ibotpeaches/miuiandroid/releases/4.3.21m/miuiandroid_multi_flo_4.3.21_jb-4.4.zip
Will update OP soon.
In my opion I would avoid OTA update for now. As we know these are the first releases for flo with a totally new interface which probably brings changes under the hood. Either dirty install or clean install (I always go for a clean install, after all a weekly release ain't that bad, think of all those daily nightlies )
Update: OP updated. If someone is using today's version, you can post your experience, differences (if you notice any) with the previous version (either cosmetically / UI or any other changes you notice).
Also, are themes supported already or not yet?
I'm backing up my tablet, I'll flash it tomorrow

[OFFICIAL] Android Lollipop Discussion (Android Lollipop Released)

So it's here. Android Lollipop will finally grace our Nexus devices
http://www.android.com/versions/lollipop-5-0/
This is the right place to share your views on the next iteration of Android, Android Lollipop.
http://developer.android.com/preview/setup-sdk.html#top For Download!
HOW TO ROOT/FLASH TWRP/ COMPATIBLE APPS ETC ON ANDROID L CLICK HERE
Well, as my phone is an HTC one (M7) with Sense 6 I love how material design closely resembles Sense 6.
Sense 6:
{
"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"
}
Android L:
I am loving this!
Sent from my HTC One using Tapatalk
rap3rman said:
Google shows us sneak peeks of Android L today. What do you guys think of it so far?
Here's the right place to share your thoughts on it :good:
Click to expand...
Click to collapse
its awesome, im F5ing the google images site right now!
Hey I am having an issue watching the Google io where my YouTube freezes and I have to force close every time it does. I am on stock 4.4.4
forget the thanks button, I want a high five!
This post is no more updated !
Now just type in and check which apps are working with Lollipop
HERE
For those planning on keeping Android L!
Download link :
https://developer.android.com/preview/setup-sdk.html
Download image and use flash all.bat for windows. Make sure you don't remove -w from flash all.bat as android l needs complete wipe with clean install. All your data /apps on your nexus would be lost! Make sure to make a backup!
Read complete instructions for flashing an image HERE
Apps not working. I'll keep updating !
-Titanium from market, see workaround
-Greenify results in a restart
-Facebook seems to have little issues in like/comments! See workaround
-Es file explorer in root mode
-MX player pro with some decoders
-Beats (some DDR game),
-Beat Hazard Ultra,
-Archos Video Player
-Twitter (Twitter Beta seems to work)
-PPSSPP (only tested it with one game under certain conditions; needs further verification though)
-dropbox UI but app seems to work perfectly
-Firefox,
-Opera,
-Dolphin,
-Flashfox,
- Kindle
- Audible
-XDA app
- Essential Anatomy 3
-Mx Player/BS Player many other crashes at times
-Quickreboot(nothing happens maybe root is not detected by the app.)
-one football
Apps that need a work around
-FX File Explorer w/ Root Add-on doesn't work until you configure it to use the system busybox instead, but after that it seems to work fine.
-Download Titanium Test Built from their twitter or see post 501- 5 on page 51 for link/instructions! Free version is supported now
-Need Quickboot? Download BusyBox Installer by JRummy and use its scripter to boot into recovery/restart etc
-Facebook; downgrade it! download here
-MX player test build works like a charm.
https://sites.google.com/site/mxvpen/translation/test-build
Kernel working: (root is not fully functional on custom kernels)
-ElementalX works fine 2.13v but battery life extender doesnot work
-Bulletproof 2.2
-Franco (not personally tested)
-Glitch (officially in thread)
Rooting :
You will first need to flash latest twrp [given in link below] (2.7.1.1) and then boot into recovery and flash root.zip in twrp. Update SuperSU from Google play!
Root.zip link
http://forum.xda-developers.com/showpost.php?p=53715043&postcount=267
For recovery
Recovery links
http://techerrata.com/browse/twrp2/flo
Or
http://goo.im/devs/OpenRecovery/flo
Download the above file. Turn off your device. Turn on the device and keep holding volume down until a menu shows up. The device will now be in fastboot mode. Plug the device into your computer. If you have the right drivers installed, your screen should now say FASTBOOT USB. Run the following command via the command line:
fastboot flash recovery recoveryfilename.img
Note that you will need to change the last part to match the name of the file that you just downloaded. You will also need adb and fastboot for your computer.
The stock ROM will automatically replace TWRP with the stock recovery. To prevent the stock ROM from replacing TWRP, boot TWRP, go to the mount menu and mount system, press the home button, then press Advanced -> File Manager. Browse to /system and select the file named recovery-from-boot.p then choose to rename the file to recovery-from-boot.bak
PROBLEMS WITH ROOT/BUSYBOX OR ANYTHING SUCH ?
Try this method :
-flash custom boot.img from here CUSTOM BOOT IMAGE
-download recovery from above and flash it using fastboot commands
-flash SuperSU from twrp. Link above
You can use NRT (Wugfresh tool) to execute these commands as well but you will need to choose custom images!
You will not get full root unless you are on busybox 1.22.1 stericson. The system is protected so flash custom boot.IMG/boot.zip via recovery to gain write permissions!
NO GALLERY APP
Surprisingly, there is no gallery app with Android L built in. Install from attachment like normal apk!
Push to system to make it a system app
We will be able to get the preview tomorrow they said. Does that go for everyone with a n7 or developers only?
can we the regular users of Nexus 7 try the L developer preview ?
ProbyWaN said:
We will be able to get the preview tomorrow they said. Does that go for everyone with a n7 or developers only?
Click to expand...
Click to collapse
Mashari_F said:
can we the regular users of Nexus 7 try the L developer preview ?
Click to expand...
Click to collapse
They are gonna provide system images for n5 and n7 on the net, anyone can download, that's what I guess!
Sent from my SM-T211 using XDA Free mobile app
sscsps said:
They are gonna provide system images for n5 and n7 on the net, anyone can download, that's what I guess!
Sent from my SM-T211 using XDA Free mobile app
Click to expand...
Click to collapse
Not exactly. you wouldn't be able to use Android L officially and the images would be released with source code which means the developers can make ROMs out of it too. It would be more like an android tree for devices with changed source code and let developers play with it which would cause improvements before the official L is announced.
I'm also suspecting developers might be able to add/remove/fork codes in device trees. The changes made to source by developers around the world might be accepted after Google's approval.
Also developers would like to see how much they can utilise the new source code and in how many ways it could implemented with customisations and other factors.
In simple words, Google would provide a draft of tennis racquet frame and give instructions which strings / grip could be used but it is up to the individual to utilise ideas to make one perfect racquet accordingly.
Update : anyone who wants to try android L can flash images manually which would be available tomorrow. However no ota updates would be sent until fall(September) when presumably it would be officially available for everyone.
Hnk1 said:
Not exactly. you wouldn't be able to use Android L officially and the images wouldn't be released but only source code which means the developers can make ROMs out of it. It would be more like an android tree for devices with changed source code and let developers play with it which would cause improvements before the official L is announced.
I'm also suspecting developers might be able to add/remove/fork codes in device trees. The changes made to source by developers around the world might be accepted after Google's approval.
Also developers would like to see how much they can utilise the new source code and in how many ways it could implemented with customisations and other factors.
In simple words, Google would provide a draft of tennis racquet frame and give instructions which strings / grip could be used but it is up to the individual to utilise ideas to make one perfect racquet accordingly.
Click to expand...
Click to collapse
They specifically said they would be releasing factory images for the Nexus 7 (2013) and the Nexus 5.
Sent from my Nexus 7 using Tapatalk
Hnk1 said:
Not exactly. you wouldn't be able to use Android L officially and the images wouldn't be released but only source code which means the developers can make ROMs out of it. It would be more like an android tree for devices with changed source code and let developers play with it which would cause improvements before the official L is announced.
I'm also suspecting developers might be able to add/remove/fork codes in device trees. The changes made to source by developers around the world might be accepted after Google's approval.
Also developers would like to see how much they can utilise the new source code and in how many ways it could implemented with customisations and other factors.
In simple words, Google would provide a draft of tennis racquet frame and give instructions which strings / grip could be used but it is up to the individual to utilise ideas to make one perfect racquet accordingly.
Click to expand...
Click to collapse
Meaningly we can work on it to port it to any device?
Sent from my SM-T211 using XDA Free mobile app
---------- Post added at 12:19 AM ---------- Previous post was at 12:17 AM ----------
r3pwn said:
They specifically said they would be releasing factory images for the Nexus 7 (2013) and the Nexus 5.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yes they did, so I guess I would be able to port it to other device too
Sent from my SM-T211 using XDA Free mobile app
sscsps said:
Meaningly we can work on it to port it to any device?
Sent from my SM-T211 using XDA Free mobile app
---------- Post added at 12:19 AM ---------- Previous post was at 12:17 AM ----------
Yes they did, so I guess I would be able to port it to other device too
Sent from my SM-T211 using XDA Free mobile app
Click to expand...
Click to collapse
If you think porting means, building a ROM for another device with all new features would start tomorrow after source code, I don't think that'd be possible.
Well, to develop for a new android built SOURCE CODE and BINARIES(sort of hardware information) must be available for a device. Source code would be released but I'm not sure if binaries would for other devices.
Porting is sort of transferring some features to another device with similar/almost similar hardware.
I don't think a complete port be possible for other devices, the images would be device specific so some features might not be optimised/utilised by other devices due to hardware limitations .
I however suspect some features might be ported ; and these few ported features be named as Android L for other devices rather than "whole" initially but I guess new code be written for specific hardware (like tegra/snapdragon etc) soon and we would see Android L in a while once hardware binaries are released as well.
It is to be remembered that, the images available would be just an alpha built and thus might contain bugs/lack some key optimisations so it would be wise to wait for it unless you want to experiment.
It also depends on developers who'd be working to write code for other devices but binaries/hardware information must be provided by the manufacturers or it would be impossible to develop.
You all are confusing each other. Let's get the facts straight:
- They will be releasing factory images tomorrow for the Nexus 7 (2013) and Nexus 5.
- They may not release source code until the Fall.
- If the above is true, it will not be possible to port or build for other devices.
- Porting to another device would require the same version of android on that device, which, just won't happen.
What do you guys think about the switch to ART,it seems frameworks like xposed and wanam will have to be rewritten entirely or am I missing something?
Sent from my Nexus 7 using XDA Premium 4 mobile app
I wonder if they're going to forget Nexus 7 LTE again? I mean, it is a developer device. But Verizon would probably go postal with the idea of a beta OS with access to their network.
If I'm running Cyanogen Mod latest nightly, is it possible I would be able to flash Android L buid in CWM after factory reset? Or do I have to be on stock ROM?
I don't think it will be a totally working rom and as it uses art as default many apps may not work, but i don't really care, i may not use it for daily use but i really want to see that new UI and try it on my nexus 7 2013, just as everyone wants i guess
MWFD said:
If I'm running Cyanogen Mod latest nightly, is it possible I would be able to flash Android L buid in CWM after factory reset? Or do I have to be on stock ROM?
Click to expand...
Click to collapse
Well, you won't need to be on stock for installing it, is a complete factory image, it's not any update zip. Ask the custom rom made are actually update zip(s)
You can simply flash the rom from the method appropriate for your device
Sent from my SM-T211 using XDA Free mobile app
You will be able to modify the system image so you don't lose your data by taking out a -w parameter in one of the files. Although for major releases and other Roms, you should probably just do a clean flash with the system image, just backup your data.
Sent from my Nexus 5 using XDA Free mobile app
Material Design is a rip off of modern ui from windows phone.

[ROM][6.0.1] Android 6 - Marshmallow (August 5, 2016) [T700/T705/T800/T805]

[ROM][6.0.1] Android 6 - Marshmallow (August 5, 2016) [T700/T705/T800/T805]
{
"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"
}
Android 6.0 Marshmallow coming to a Tab S 8.4/10.5 WiFi & LTE !
This ROM is for T700, T705, T800 and T805.
It is directly based on vanilla Google Android sources. Real AOSP.
Download
Tab S 10.5 WiFi (T-800) - aosp-6.0.0-latest-chagallwifi.zip (md5sum) - (Archive)
Tab S 10.5 LTE (T-805) - aosp-6.0.0-latest-chagalllte.zip (md5sum) - (Archive)
Tab S 8.4 WiFi (T-700) - aosp-6.0.0-latest-klimtwifi.zip (md5sum) - (Archive)
Tab S 8.4 LTE (T-705) - aosp-6.0.0-latest-klimtlte.zip (md5sum) - (Archive)
Download GApps
OpenGApps (Tested with open_gapps-arm-6.0-nano-20160723)
Do not use Stock or higher. Nano is recommended.
Download SuperSU
SuperSu 2.76 (Tested with UPDATE-SuperSU-v2.76-20160630161323)
Prerequisites
TWRP 2.8.6.2 or higher. I always use @ashyx newest builds (TWRP builds by @ashyx)
Applied bootloader update, e.g. by
flashing the stock 5.0(or higher) samsung rom or
by applying bootloader directly with odin (Link).
Instructions
Flash TWRP 2.8.6.2 or higher using odin.
Reboot into recovery. Go into wipe menu. Select "Advanced Wipe". Check
Dalvik Cache
System
Cache
Data
and wipe them. Don't reboot just yet.
Go into install.
Flash aosp-XXX.zip
On initial installation it is sometime necessary to Reboot to Recovery. You may try skipping this step if you get GAPPS errors on start. (See Note)
Flash GAPPS.zip
Flash SuperSU.zip
Reboot to System
Check Settings->System Updates (Creates /sdcard/OpenDelta/FlashAfterUpdate)
Copy SuperSu and Gapps zip to /sdcard/OpenDelta/FlashAfterUpdate (If directory does not exist, create) so that they are automatically applied after OTA update. Else your system will be unusable after an OTA!
Issues
No major issues
Tips'N'Tricks
Hearthstone and serveral other Unity games: Enable 4x MSAA in development options else it won't work
If you install Gapps after the ROM has been booted for the first time you either need to wipe data or manually delete /data/system/users/0/runtime-permissions.xml and reboot. Without this Gapps will crash constantly. This is due to the new permissions-system in M.
Screenshots
Source
Kernel
Android
Building the source
Start here
Code:
/*
* Your warranty is now void.
*
* I will not accept responsibility for any adverse effects to your device,
* including, but not limited to: bricking, dead SD card, bootloops etc.
*
* You mod your device at your own risk.
*/
Please Donate
If you like my ROMs please donate by pressing the "Donate to Me" button below my name on the left side. It takes a lot of my spare time developing these ROMs for the community and every penny is greatly appreciated .
Donate to Me
XDA:DevDB Information
Marshmallow, ROM for the Samsung Galaxy Tab S
Contributors
Schischu
Source Code: https://github.com/Schischu?tab=repositories
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Created 2015-10-07
Last Updated 2016-08-02
Reserved
Changelog
Check thread.
So no baseband at the moment not even wifi. Probably have to wait for the official update for that.
Good stuff though. :thumbup:
Will you ever do something for T700?
ashyx said:
So no baseband at the moment not even wifi. Probably have to wait for the official update for that.
Good stuff though. :thumbup:
Click to expand...
Click to collapse
WiFi works fine. I tested 2.4Ghz and 5Ghz.
rookie12 said:
Will you ever do something for T700?
Click to expand...
Click to collapse
Yes, I plan to support T700/T705/T800 as soon as the major issues are solved on T805.
I am glad we have people that develop this stuff for us.
Cant rely on Samsung to release the newest version of the OS.
I will be looking forward to a t700 release in the future. No rush though
Schischu said:
WiFi works fine. I tested 2.4Ghz and 5Ghz.
Yes, I plan to support T700/T705/T800 as soon as the major issues are solved on T805.
Click to expand...
Click to collapse
Yes thank yo so much
There is a supersu available for marshmallow.. 2.50.. will flash this rom and let you knowwhat happens..
Things are running supersmooth.. Just need core gapps.. Play store etc.. Tried an old 5.1 gapp but play store wouldn't open.
Great job..
Sent from my SM-T805 using XDA Free mobile app
Will test on the weekend when I im not working
Sent from my LG-D855 using Tapatalk
siddhesh.raikar said:
There is a supersu available for marshmallow.. 2.50.. will flash this rom and let you knowwhat happens..
Things are running supersmooth.. Just need core gapps.. Play store etc.. Tried an old 5.1 gapp but play store wouldn't open.
Great job..
Sent from my SM-T805 using XDA Free mobile app
Click to expand...
Click to collapse
Thx for the info regarding SuperSU.
Now only GApps is missing. Quite annoying without.
Tried building my own but always keyboard force closes...
yes! can't believe t805 can get this thanks
Found these in the Nexus 4 thread. Will try in the evening and see if any of them work..
[]
Edit: the first link works.. Can install apps from play store after booting into the rom..
Yayyyyyyy!!!!
One problem that I noticed, the home button works to wake up the device but does not take you to the home screen..
Playing around with the build now.. Super smooth BTW..
Edit 2:
The gapps I posted the link to were buggy.. This one works, all previous issues I had were the gapps.. This one has no problems..
www.goo.gl/by1Kl4
Sent from my Nexus 6
Wow.. Real cool... 800 guy here.. Will be checking back☺☺
Sent from my SM-T800 using Tapatalk
siddhesh.raikar said:
Found these in the Nexus 4 thread. Will try in the evening and see if any of them work..
https://www.androidfilehost.com/?fid=24052804347832897
http://androiding.how/android-6-0-marshmallow-gapps/
Edit: the first link works.. Can install apps from play store after booting into the rom..
Yayyyyyyy!!!!
One problem that I noticed, the home button works to wake up the device but does not take you to the home screen..
Playing around with the build now.. Super smooth BTW..
Sent from my Nexus 6
Click to expand...
Click to collapse
I flashed the first gapps, play services keeps crashing
It's working fine for me.. No crashes.. Clean install?? Check if play services has all permissions granted in the settings.. Someone had a similar problem over the the N4 thread, this solved it..
Also one more thing I forgot to mention, I used the SuperSU beta 2.51 for root.. It's working good..
Edit:
Working gapps
www.goo.gl/by1Kl4
Sent from my Nexus 6 using XDA Free mobile app
congratulations on the firsst post. will definately donate soon. let me know your paypal address.
Great work! Any sources will be available?
ashyx said:
So no baseband at the moment not even wifi. Probably have to wait for the official update for that.
Good stuff though. :thumbup:
Click to expand...
Click to collapse
Ashyx, do you think that using a combination of Odin and Flashfire you could upgrade a stock 5.0.2, rooted (Knox untripped) device using the combination of flash files in this post? I have a T800 so cannot try it myself. I'm just try to stretch the rooted untripped paradigm a little further.
Sent from my SM-T800 using XDA Premium HD app
3DSammy said:
Ashyx, do you think that using a combination of Odin and Flashfire you could upgrade a stock 5.0.2, rooted (Knox untripped) device using the combination of flash files in this post? I have a T800 so cannot try it myself. I'm just try to stretch the rooted untripped paradigm a little further.
Sent from my SM-T800 using XDA Premium HD app
Click to expand...
Click to collapse
Highly doubt it. Marshmallow will almost certainly require a new kernel, which will always trip Knox. It is as if you tried flashing CM12 right now.
siddhesh.raikar said:
It's working fine for me.. No crashes.. Clean install?? Check if play services has all permissions granted in the settings.. Someone had a similar problem over the the N4 thread, this solved it..
Also one more thing I forgot to mention, I used the SuperSU beta 2.51 for root.. It's working good..
Edit:
Working gapps
www.goo.gl/by1Kl4
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Hm, not working for me
SetupWizard crashes even after wipe of cache/dalvikcache/data.

Evil Yummy Gumdrop T-mobile LG V10 Kernel

{
"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"
}
**** First off everyone you know the drill... im not responsible for your phone turning into a brick, sdcard failing, a baseball through your window, polar caps melting....etc. PLEASE read the instructions and you should be fine ****
This is my first kernel i ever built i spent alot of time on it and i hope everyone enjoys it! I have a son, wife and have a full time job and school.... so if i dont answer back right away im sorry but ill get back asap :good:
I will post updates when i can and have time.​
** I want to thank my wife and son for being so awesome and being patient while doing this and supporting me! **​
** Roms Tested On **
- [ROM] Evil Yummy Gumdrop! 5.1.1
- [ROM] LG V10 H901-10c Debranded, Debloated, Deodexed ROM - Clean & Stable by siraltus
- [ROM][5.1.1] ★ GreezePop_H901_10c
** Features **
- Init.d Support
- Ext2 / Ext3 / Ext4 / NTFS Support
- Set SELinux to permissive on boot
- CPU Frequency scaling
- Optimize for size
- Added Elementalx, Intelliactive, Interactive, Conservative, and the norm Governors (for now)
- Faux Sound Control: 3.6
- KCAL Support
- Added SIO, FIOPS /i/o Schedulers
- Exfat Support Fix
- Added Westwood+, Veno, Vegas, YeAH, Scalable, Illinois ((TCP: Congestion Control))
- Power_Suspend Driver
- Dynamic Fsync 2.0
** Installation **
Download newest version to sdcard
Do a nandbackup or do a back up in another way
Go into you choice of recovery
Flash the kernel zip
Reboot
Let it sit for about 5 mintues
Restart
Enjoy :victory:
** Downloads **
Evil Yummy Gumdrop v1.2
Evil Yummy Gumdrop v1.1
** Others Downloads **
** Source **
https://github.com/livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel.git
** Newest Version **
Version = 1.2
** Good Set Ups **
-- Big Cores run Conservative and Little Cores run Interactive. (Good Battery Life) -- [zDeuce2]
-- Big Cores run Conservative and Little Cores run Intelliactive. (Makes phone snappy)
** Credits & Thanks ** (When i get a chance i will give a more detailed Credits & Thanks)
- tattedup
- ZDeuce2
- Eliminator74
- cile381
- wedgess
- slim80
- dirtyhank
- Faux123
- flar2
- Ian and Tim from Infamous Friends google chat
- Ronald Ramsay
- siraltus
- DespairFactor
** if i forgot anyone im really sorry and just let me know and ill edit it **
**:good::highfive: IF YOU ENJOY MY WORK YOU CAN BUY ME A BEER OR MY SON SOME CANDY JUST CLICK HERE :highfive::good: **​
Change Log --->
Code:
(v1.2)
-- Compiled a new way (Thanks Eliminator74)
-- Switched to UberTc (toolchain) (cI3Kener)
-- Newly Built DT.img
-- Added Despair Gov (DespairFactor)
-- Fixed Stock Gallery freezing and other freezing! ( please let me know if something happens!)
(v1.1)
–- Attempt to fix problems with flashing the kernel
–- Attempt fix for gallery hang ups
–- Removed Bricked Hot Plug
–- Bluetooth Hidp Fix
(v1) Initial Release
-- Init.d Support
-- Ext2 / Ext3 / Ext4 / NTFS Support
-- Set SELinux to permissive on boot
-- CPU Frequency scaling
-- Optimize for size
-- Added Elementalx, Intelliactive, Governors
-- Faux Sound Control: 3.6
-- KCAL Support
-- Added SIO, FIOPS /i/o Schedulers
-- Exfat Support Fix
-- Added Westwood+, Veno, Vegas, YeAH, Scalable, Illinois ((TCP: Congestion Control))
-- Power_Suspend Driver
-- Dynamic Fsync 2.0
90+ views. And no replies or thanks? You my man are greatly appreciated. Thank you for this.
nice kernel i think this belongs in the T-mobile section of the V10 tho
I have it installed so testing now
This would be great with some native call recording on it and some audio tweaks
Just saw this, I'm about to make a backup and install this bad boy. Thanks for this! Will definitely check back and post some feedback after a couple of battery cycles ??
Sent From My V10
Any feedback on this kernel?
A chance to make it to and H960A
Sent from my LG-H960 using Tapatalk
DreamOperator said:
Any feedback on this kernel?
Click to expand...
Click to collapse
It runs great, it is still a beta-ish kernel, so there may be a few growing pains... But v1.1 has been my daily for two days with no issues with the exception of xposed disabling itself(easy fix). But no other problems...
Zdeuce2 now with golden rays of sunshine
---------- Post added at 06:45 PM ---------- Previous post was at 06:38 PM ----------
Pusheka said:
A chance to make it to and H960A
Sent from my LG-H960 using Tapatalk
Click to expand...
Click to collapse
We only have source for the h901 kernel, I haven't seen any other model source... If anyone can find source and link it here, @livlogik may be able to build something, but he is very busy, and it may be too much for him, as he has a wife and child, school, and a full time job that come before anything else... But without a source, there is absolutely no chance, if one is found, then it is a remote possibility, but I wouldn't hold my breath...
Zdeuce2 now with golden rays of sunshine
haha my bad i didnt even realize i posted it in the main LG V10 OAD . i meant only to post it in the tmobile but oh well i can check both now
livlogik said:
haha my bad i didnt even realize i posted it in the main LG V10 OAD . i meant only to post it in the tmobile but oh well i can check both now
Click to expand...
Click to collapse
I just wanted to thank you for your work. I'm about to Nandroid and flash.
We, the V10ers solute you!
Sent from my LG-H901 using Tapatalk
I thought we had to have a bootloader unlocked for swapping kernels?
You do. This is actually for the tmobile version which is bootloader unlocked.
Sent from my pretty nifty brand new LG V10
Sorry for the late replies it's been a busy busy week and weekend guys
OnMy2ndGP said:
I just wanted to thank you for your work. I'm about to Nandroid and flash.
We, the V10ers solute you!
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Make sure you download from the T-Mobile original development section because I have not got time to add the download link to the updated kernel on the thread yet. Sorry
brentsalinas714 said:
I thought we had to have a bootloader unlocked for swapping kernels?
Click to expand...
Click to collapse
You do have to have one this is for the tmobile variant.
planetbeen said:
You do. This is actually for the tmobile version which is bootloader unlocked.
Sent from my pretty nifty brand new LG V10
Click to expand...
Click to collapse
Yup
Sent from my LG-H901 using XDA-Developers mobile app
@livlogik
I tried this the other day but it never booted. My steps where: DL from your op link, make Nandroid, install kernel (no error messages during our after install), wiped cache and Dalvik cashe, reboot, waited ten min, pulled battery, powered on device, stuck at boot animation.
Did I miss something? Been flashing for year but I could have missed a step.
I only tried once. I may try again tonight.
Sent from my LG-H901 using Tapatalk
OnMy2ndGP said:
@livlogik
I tried this the other day but it never booted. My steps where: DL from your op link, make Nandroid, install kernel (no error messages during our after install), wiped cache and Dalvik cashe, reboot, waited ten min, pulled battery, powered on device, stuck at boot animation.
Did I miss something? Been flashing for year but I could have missed a step.
I only tried once. I may try again tonight.
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Do you have the tmobile variant of the v10? Also try flashing it without wiping dalvik cache and cache. But either way it should be working.
Also are you downloading the link from the T-Mobile Original Development? I have not been able to update this thread yet. Sorry
Sent from my LG-H901 using XDA-Developers mobile app
livlogik said:
Do you have the tmobile variant of the v10? Also try flashing it without wiping dalvik cache and cache. But either way it should be working.
Also are you downloading the link from the T-Mobile Original Development? I have not been able to update this thread yet. Sorry
Sent from my LG-H901 using XDA-Developers mobile app
Click to expand...
Click to collapse
Yes, I have the T-Mobile V10.
I think I DL'd the one from the link in this thread.
When I get some free time I'll do it again but using the DL from the thread you mentioned. I'll be sure to report back once I do. Thanks.
EDIT: I see the light bro. For some reason I couldn't access the a T-Mobile thread with Tapatalk. [emoji53]
Once I was in Chrome I could actually see the thread you are taking about which has v1.1.
Sent from my LG-H901 using Tapatalk
OnMy2ndGP said:
Yes, I have the T-Mobile V10.
I think I DL'd the one from the link in this thread.
When I get some free time I'll do it again but using the DL from the thread you mentioned. I'll be sure to report back once I do. Thanks.
EDIT: I see the light bro. For some reason I couldn't access the a T-Mobile thread with Tapatalk. [emoji53]
Once I was in Chrome I could actually see the thread you are taking about which has v1.1.
Sent from my LG-H901 using Tapatalk
Click to expand...
Click to collapse
Sound good let me know if it works
Sent from my LG-H901 using XDA-Developers mobile app
Updated OP to match the T-Mobile Original Development Section
Sent from my LG-H901 using XDA-Developers mobile app

Categories

Resources