[KERNEL] Furnace-1.2.0 for Moto E [CM/PA/STOCK][11/21/2014][RGB][SoundControl] - Moto E Original Android Development

{
"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"
}
download
features / cgit / github​

thanks a ton... hope some miracles now for moto e...
can wake gestures be added to stock..

Great to see you here!
Great job.

instructions? do we need to flash both files?

Is it editable???
Sent from my XT1022 using xda premium

savoca said:
No flashy OP's or edgy gamertag kernel names. Just builds
If there's something you want added, just ask - I'm not hard to talk to.
I'm giving this device some long term support as well.
Downloads
Source/Log
Click to expand...
Click to collapse
Great share mate, good to see that you will be giving long term support

Good......:thumbup:

I was wondering why Moto E does'nt work well with Samsung headphones having 3 buttons. The Volume+, - and Pause/Play button does'nt work. Is it hardware related or kernel related?

chemicalrage said:
I was wondering why Moto E does'nt work well with Samsung headphones having 3 buttons. The Volume+, - and Pause/Play button does'nt work. Is it hardware related or kernel related?
Click to expand...
Click to collapse
It is an OffTopic question...
Ask your questions in QA section...
BTW It is a hardware issue.
Samsung headphones have different wiring config and is not compatible with Motorola's phones...
You should use the headphones which are compatible with your phone...
Sent from my XT1022 using XDA Free mobile app

Swipe to wake. Plz add this
Or can u make elimentalX kernal.??
Sent from my XT1022 using xda premium

nisu4717 said:
Is it editable???
Sent from my XT1022 using xda premium
Click to expand...
Click to collapse
Edit what? kernel can't be edited after compilation. You can edit ramdisk if you extract it though.

Deadly said:
Edit what? kernel can't be edited after compilation. You can edit ramdisk if you extract it though.
Click to expand...
Click to collapse
Yes. I meant unpack, modifying and repacking
Sent from my XT1022 using xda premium

savoca said:
No flashy OP's or edgy gamertag kernel names. Just builds
If there's something you want added, just ask - I'm not hard to talk to.
I'm giving this device some long term support as well.
Downloads
Source/Log
Click to expand...
Click to collapse
Can you please add the feature : Double tapping the screen wakes the phone up.
Also can you please make a kernel for cm11 by Percy g2 also, it would be great

Apps to SD would be great (if possible).
Don't know if that's kernel related though...

sticks at bootlogo on my XT1021 when booting with
Code:
fastboot boot boot-09-09.img

magicw said:
sticks at bootlogo on my XT1021 when booting with
Code:
fastboot boot boot-09-09.img
Click to expand...
Click to collapse
Not sure about this one, I do all testing on XT1023 - I'll check for ramdisk diffs.
9-10-2014 build has DoubleTap2Wake, Sweep2Wake and Sweep2Sleep. I recommend TricksterMOD to control.
DT2W+Synaptics has some little bug where it's more like a tripletap2wake, works consistently though. Will look into it.
Also github mirror.

you are awesome...
downloaded now testing...
with this kernel i am bound to use stock....
.
working solid....
i hve one suggestion can this kernel be made to reduce ram usage????

savoca said:
Not sure about this one, I do all testing on XT1023 - I'll check for ramdisk diffs.
9-10-2014 build has DoubleTap2Wake, Sweep2Wake and Sweep2Sleep. I recommend TricksterMOD to control.
DT2W+Synaptics has some little bug where it's more like a tripletap2wake, works consistently though. Will look into it.
Also github mirror.
Click to expand...
Click to collapse
Can u make this one with multirom patched kernel
Sent from my XT1022 using xda premium

nisu4717 said:
Can u make this one with multirom patched kernel
Sent from my XT1022 using xda premium
Click to expand...
Click to collapse
Sure I'll add it next build.
AshuGite said:
you are awesome...
downloaded now testing...
with this kernel i am bound to use stock....
.
working solid....
i hve one suggestion can this kernel be made to reduce ram usage????
Click to expand...
Click to collapse
I've already added a patch to pull some reserved ram from the logger. You can look into zram for more.

savoca said:
Sure I'll add it next build.
I've already added a patch to pull some reserved ram from the logger. You can look into zram for more.
Click to expand...
Click to collapse
Can you make such kennel for cm 11 by Percy g2

Related

[KERNEL] Samsung Galaxy Ace GT-S5830 kernel patch

A patch for Samsung Galaxy Ace GT-S5830 kernel sources.
I also share kernel and modules (cifs, tun, zram, and ar6000 wifi) for CyanogenMod 7.1 here. Proprietary Samsung modules (fsr, fsr_stl, rfs_fat, rfs_glue, and sec_param) taken from DXKPD firmware. Flash it via CWM recovery.
If you are interested in overclocking, look at https://github.com/iksteen/android_kernel_samsung_galaxygio. I've tried, failed to boot
EDIT 10/10/2011:
I just realized, all modules (cifs, tun, and zram) have a problem with "Unknown symbol _GLOBAL_OFFSET_TABLE_" when loaded. This happened because now I use NDK toolchain, the solution is change in Makefile from:
Code:
CFLAGS_MODULE = $(MODFLAGS)
to:
Code:
CFLAGS_MODULE = $(MODFLAGS) -fno-pic
Rebuild all modules using "make O=../boot_kernel modules" command.
EDIT 11/10/2011:
Attached fixed version of cm-7.1-kernel-2.6.35.7-perf-CL562111.zip here (recompiled modules with -fno-pic flags), reflash it!
Thank you for vo-1 that have led me to the Galaxy Gio forum and iksteen (Ingmar Steen) for the overclock code.
EDIT 02/01/2012:
- Overclock code updated
- GPU driver backported from 2.6.35-11 kernel source
- Samsung on the fly governor setting disabled
ketut.kumajaya said:
A patch for Samsung Galaxy Ace GT-S5830 kernel sources.
Click to expand...
Click to collapse
How can we apply this patch? it will 2.6.35.14 kernel version now?Can I apply this patch to your CM latest kernel in my RC1 build? Thanks.
Its oc kernel ?
ketut.kumajaya said:
A patch for Samsung Galaxy Ace GT-S5830 kernel sources.
Click to expand...
Click to collapse
I don't understand what this is for .
Sent from my GT-S5830 using XDA App
EmoBoiix3 said:
I don't understand what this is for .
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
That means the file is not for you
ketut.kumajaya said:
That means the file is not for you
Click to expand...
Click to collapse
*curious* Must......touch......file......
Sent from my GT-S5830 using XDA App
is it only for developer ?
And only for CM7 ?
Can I use this for AOSP ?
Sent from my GT-S5830 using XDA App
Can i use this for behradgh cm rc1?
hehe..i miss your thread posts.. great ketut..haha
zeguym said:
is it only for developer ?
And only for CM7 ?
Click to expand...
Click to collapse
For CM7 for now.
EmoBoiix3 said:
Can I use this for AOSP ?
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
Yes, cm-7.1-kernel-2.6.35.7-perf-CL562111.zip .
geraldgeron said:
Can i use this for behradgh cm rc1?
hehe..i miss your thread posts.. great ketut..haha
Click to expand...
Click to collapse
Yes, cm-7.1-kernel-2.6.35.7-perf-CL562111.zip .
I have no a lot of thread but fix
Need one more thanks to reach 500
EDIT:
Yea, I reached 500
ketut.kumajaya said:
Need one more thanks to reach 500
EDIT:
Yea, I reached 500
Click to expand...
Click to collapse
501th its me, letsurock
ketut.kumajaya said:
For CM7 for now.
Yes, cm-7.1-kernel-2.6.35.7-perf-CL562111.zip .
Yes, cm-7.1-kernel-2.6.35.7-perf-CL562111.zip .
I have no a lot of thread but fix
Click to expand...
Click to collapse
Will this kernel have a boot.img ?
Sent from my GT-S5830 using XDA App
Wait for oc xD
Sent from my GT-S5830 using Tapatalk
adiif1 said:
Wait for oc xD
Sent from my GT-S5830 using Tapatalk
Click to expand...
Click to collapse
Yes, waiting for OC to .
Ngomong2, bro ketut kok udah gak pernah mampir ke home base yah, hihihi.
When I used your kernel , I finally had progress....but not much .
I used logcat and projected all my errors into a log.txt .
Screw it . I'll pack a new ramdisk and see if it works .
Overclocked 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"
}
Great job ketut another thanks!
PM: I guess you can try to push it at 1400mhz look at Desire Z it is capable of that (actually was 1700 mhz look here http://forum.xda-developers.com/showthread.php?t=840074 ) and it's kind of the same hardware as the ace just 2 inches bigger and an qwerty keyboard!
ketut.kumajaya said:
Overclocked kernel
Click to expand...
Click to collapse
YEAH. how do we install it?
EDIT: saw it
Jun Hong said:
EDIT: saw it
Click to expand...
Click to collapse
Where ?!!
Sent from my GT-S5830 using XDA App

[ROM][JB][4.12]Paranoid Android 2.9.9 for Atrix (11.22.2012)

{
"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"
}
FOR
Motorola Atrix​
Wanna be up to date with ParanoidAndroid project news?, click here, and visit our webpage!​
Installation Instructions
Place ROM onto phone storage
Reboot to recovery
Make a Nandroid
Install Rom: Wipe INSIDE ROM
When you select "Reboot Not", you'll get a CWM error, IGNORE IT
Install OPTIONS or Gapps
WIKI/FAQ Located: To be reworked
Click to expand...
Click to collapse
Paranoid Hints
Go to Settings, System, Font size, set it to NORMAL
Launcher Settings: margins: SMALL (If youre using Apex / Nova), show permanent searchbar: YES, Grid: 5x4, resize all widgets: YES, Wallpaper scrolling: OFF
Click to expand...
Click to collapse
Paranoid Trouble
Nothing yet. All possible visual bugs can be fixed changing PAL & PAD parameters
Click to expand...
Click to collapse
What is Borked:​
Video Camera-laggy
Transitional Stutters Possible
You tell me
Both GL issues are due to missing drivers. Since Moto won't release, there is no ETA for fix​
If you need to report a NEW bug, report it once, and the next TWO people VERIFY it. I don't need everyone reporting same bug 20 times. I you can, provide me the following information:
Version you are using
What wipe you did and what ROM you came from
Have you restored data/apps through Titanium or other app?
What app is misbehaving and steps to reproduce error
LOGCATS <--Prefer this
If you don't know how to logcat, go HERE and learn. This really nice guy took the time to write out a good how to
When you have a LOGCAT and would like to post it, please go to pastebin and post it in there, then LINK that location in this thread...I don't want to see them posted directly in here.
Click to expand...
Click to collapse
Downloads​
ROM File Located Here
Options Chooser Located Here
My CWM V1 Located HERE -Aroma Prep Here Too
Click to expand...
Click to collapse
Credits:
Cyanogenmod Project, for CM10
Jokersax11 for help with initial Atrix work
scott.hart.bi for help with source work
Amarullz for Aroma Installer
Alcapone263-for donating an Atrix coming to a home near me
Paranoid Android's Devs for making this ROM
Anyone Testing and Providing USEFUL FEEDBACK (logcats )
Click to expand...
Click to collapse
GITHUB (FOR KERNEL SOURCE)-GPL COMPLIANCE PhotonDevTeam Repo
Click to expand...
Click to collapse
SCREENSHOTS
Awesome, thanks for the work on the update! Will dl and report tomorrow after some sleeeep
Sent from my MB860 using xda app-developers app
Very Good Bill..
Download....
Thx !
OOOOOOOOHHHHHH!!!!!! THANKS
*edit*
Everything's good so far, but if someone finds out how to get the status bar at the bottom, like the first build, please do let me know. None of the paranoid settings seem to be able to. Btw, that app zoom feature thing, is pretty sweet.
Sent from my MB860 using Tapatalk 2
yeah...i wanna try dis...
tq...
downloading...
Should we use v12 gapps or are they included??
Sent my Atrix that is faster than most phones
themechooser working!!!!!!!!!!!! awesome!!!!!!!!!!!!!!!!!!!!!!!! tks so much my friend,u're the best man!!!!!!!!!!!!!!!!!!
Also, why is everything huuuuge.
Sent from my MB860 using xda app-developers app
Call me simple (again) but what is Paranoid?
Sent from my MB860 using Tapatalk 2
paranoid is the name of the rom just like aokp^^,i'm testing now,will report soon
Can't find the download link...
EDIT: Nvm, found it on jokersax.com
bug found: all set to tablet UI will cause bootloop
Love the title! Is this an AOKP variation?
Sent from my MB860 using xda app-developers app
Hold off downloading guys. I just realized that I slightly borked something. I am going to re upload the rom. I'll post when it's ready again
jjwatmyself said:
Call me simple (again) but what is Paranoid?
Click to expand...
Click to collapse
Marvin, the Paranoid Android, is a fictional character in The Hitchhiker's Guide to the Galaxy series. :laugh:
This is great!!
Th3bill you beat me to it!! I finished a similar port lastnight based on joker's v0.7. Only problem i have is lack of lights for the capacitive buttons and i don't know how to implement olympus parts apk.
As a side note everyone, ensure that phone.apk is set to phone ui mode (240 dpi) always or you will have issues with the app not functioning correctly.
Th3Bill said:
Hold off downloading guys. I just realized that I slightly borked something. I am going to re upload the rom. I'll post when it's ready again
Click to expand...
Click to collapse
Thought you were on vaykay! I'm heading to Philly in a couple of hours.
MB860 Peace
the last one i loaded worked great accept for netflix. If that works then I will do my happy dance (Patent pending)

[KERNEL]MRAndroid v1.3|15gov|6I/O|OC 806MHz stable[CLOSED]

MR ANDROID TASS 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"
}
Art by: Diana Boroda
Edit: dany547
Hi guys this is my kernel from MD Utility builds, its called MR. Android and its built from Cyanogenmod sources (Squadzones config) , for now it supports just CM7 but i think for the future i will make it work with JellyBean to. I have a beta project for that, and its in testing for now...but i will see how it will evolve.
I`M NOT RESPONSIBLE FOR ANY DAMAGE THAT MY BUILD MAY CAUSE TO YOUR DEVICE, TRY IT ON YOUR OWN RISK, MR ANDROID BUILDS ARE FOR TESTING PURPOSES ONLY!
NOR ME OR OTHER DEVELOPER CAN NOT BE NAMED AS RESPONSIBLE FOR THE MALFUNCTION/S THAT MAY OCCUR.
FEATURES
-OC support 806mhz stable
-UV
-swap support
-ramdisk compression support gzip, LZMA
-optimized for size
-CPU Frequency scaling
-ext4/3/2 support
-15 Frequency governors
*performance,powersave,userspace,ondemand,interactive,conservative,interactiveX,smartass,smartass2,scary,SavagedZen,smoothass,brazilianwax,minmax,lagfree
-6 I/O schedulers
*noop,deadline,cfq,bfq,vr,SIO,
-many small ones
HOW TO FLASH
-download the zip, put it on your SDCARD
-enter CWM Recovery
-Install zip from SDCARD/Choose zip
-Select the zip
-Select YES
-DONE!
NOTE GUYS THAT FROM TODAY ALL RELEASES WILL BE BUILD ON MY LAPTOP, BECAUSE IM GOING TO UNIVERSITY TOMORROW AND THERE I DONT HAVE A PC, AND IF I WILL SWITCH OPERATING SYSTEMS THE PROJECTS WILL BE ON HOLD.
​
post reserved
On CM7 they work like a charm wait for JB support
Fedefriffo said:
On CM7 they work like a charm wait for JB support
Click to expand...
Click to collapse
stay tunned ...
Link?
Sent from my GT-S5570 using xda premium
Can i flash on more v2 rc1?
Sent from my Nexus S using xda premium
mustatir said:
Can i flash on more v2 rc1?
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
No, CM7 based ROM only !
Link?
Sent from my GT-S5570 using xda premium
Source?
Awesome!
---------- Post added at 01:53 PM ---------- Previous post was at 01:44 PM ----------
F4uzan said:
No, CM7 based ROM only !
Click to expand...
Click to collapse
But, i just flashed it for the Creed's ROM..
everything working fine..
how is it??
Does this work with stock roms?
:crying::cryingc 800 reboot on my phone:crying:
saitri said:
:crying::cryingc 800 reboot on my phone:crying:
Click to expand...
Click to collapse
hmm, dont know what to say, id OC my phone to 800 and it was stable.
mohammedtheking7 said:
Does this work with stock roms?
Click to expand...
Click to collapse
no, just Cyanogenmod...look in the description
TheWhisp said:
Source?
Click to expand...
Click to collapse
https://github.com/CyanogenMod/cm-kernel/tree/android-msm-2.6.35 and thanks to Squadzone https://github.com/Squadzone/android_kernel_samsung_msm
nvm.
does deep sleep work in this kernel?
Does this work with mebitek's rom ?
Sent from my GT-S5570 using xda premium
chemicalrage said:
does deep sleep work in this kernel?
Click to expand...
Click to collapse
yes it does
chinhlevn said:
Does this work with mebitek's rom ?
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
and yes, works with all cm7 based roms
i can't download it

[ROM]AOSPA ParanoidAndroid[3.97]With IR Blaster(4.3)HALO. Unofficial[updated 9/6/13]

{
"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"
}
GIT
GERRIT
BUGTRACKER
FAQ + HELP
COMMUNITY + CHANGELOGS​
Credits:
The pa team. Cm.aokp everyone who makes android so good
Slick Rick
Assyir
Testers
Iskatebad45
David279
If I forgot you pm me and I'll add you thanks everyone
I don't have this device so if you have issues give me a log and detailed explanation
Use the pa gapps I will be adding a link shortly
What works
Camera 4mp
Data
4g
WiFi
HALO
What doesn't you tell me
Sent from my SGH-I577 using xda premium
M7spr download
Build with IR Blaster working thanks to @bigrushdog go thank him for this I'm sure he put a lot of work into it
Root has been fixed
9/6/13
Root ,ir blaster work
http://www.androidfilehost.com/?fid=23125694133305570
Flash this also after the ROM it fixes the advance settings fc issue i was going to include the name of the poster but its just a face made with the key board key thanks
http://d-h.st/A8J
8/5/13
Pa 3.91
4.3 initial release
http://www.androidfilehost.com/?fid=23060877489998183
PA GAPPS
http://goo.im/devs/paranoidandroid/roms/gapps/pa_gapps-full-4.3-20130911-signed.zip
old builds
initial build
pa_m7spr-3.60-11JUN2013-143448.zip - 159.81 MB
06/12/13
pa_m7spr-3.60-12JUN2013-100101.zip - 159.79 MB
6/22/13
pa_m7spr-3.60-22JUN2013-121232.zip - 161.30 MB
6/29/13
http://d-h.st/jtz
7/3/13
upstream changes guys
pa_m7spr-3.60-20130702.zip - 159.63 MB
7/8/13
pa_m7spr-3.65-20130709.zip - 159.65 MB
Lots of upstream changes new version
Change Log
6/29/13
upstream changes mostly
used diferent hardware folders due to cm one causing issues
6/22/13
upstream changes
battery padding is fixed
capacitive buttons work now
added some scripts to address the lag some people were having also added some to help with battery
6/12/13
*fixed the camera now has 4mp
*fixed the default layout to 480
*upstream
One more
Sent from my SGH-I577 using xda premium
Annnnnnd downloading.
Edit: No link?
LINK?
link please good sir.
Just wait a bit, people! post says it's uploading.
Sent from my Evo 3D CDMA using Tapatalk 2
ktempleton said:
M7spr download
Uploading
Sent from my SGH-I577 using xda premium
Click to expand...
Click to collapse
ahh, waiting :good:
fr0st said:
ahh, waiting :good:
Click to expand...
Click to collapse
good eye mate.
Boom...
are gapps included?
FL0OD said:
are gapps included?
Click to expand...
Click to collapse
Some here..
https://plus.google.com/107979589566958860409/posts/BaiWEMkLtDX
Yessssssssss
FrostyF7 said:
Yessssssssss
Click to expand...
Click to collapse
Can anyone tell me if tethering is working?
tkoreaper said:
Can anyone tell me if tethering is working?
Click to expand...
Click to collapse
I can't report back until tomorrow. This is the first 4.2.2 Rom I'll be flashing so I need to back up my sd.
So ktemp, you moved here from the et4g right?
Sent from my Nexus 7 using Tapatalk HD
TheNerd:] said:
So ktemp, you moved here from the et4g right?
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
I still dev for the e4gt seriously considering getting this device but I'm building a couple of ROMs right now over here
Sent from my SGH-I577 using xda premium
thanks!!!!!
Dude you're just banging out some ROMs for us thanks:thumbup:
Sent from my HTC One using xda premium
dandan2980 said:
Dude you're just banging out some ROMs for us thanks:thumbup:
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
No problem guys this is what I do
Sent from my SPH-D710 using xda premium

[ROM][4.2.2] T110 build for T210 (First stable build) [DISCONTINUED]

Hello guys,
Thanks to @Unjustified Dev and @ketut.kumajaya
Working:
- Wifi
- Bluetooth
- Battery Life
- Audio
- Booting
- Home button
- Touch screen
- Everything that is not listed under known issues
Known issues:
- Right speaker broken
- Can't pair bluetooth keyboard
- Very Small lag
Download:
T210/T210R:
Test Builds:
Test 2: http://www.mediafire.com/?ngmnkng2u8atymj
Test 3 fix: http://www.androidfilehost.com/?fid=23329332407575051
Stable builds:
[06-03-2014] Stable 1: http://www.androidfilehost.com/?fid=23329332407576604
Fixes:
[18-02-2014] Updated kernel: https://drive.google.com/folderview?id=0B0MePlwwEJYGc1J6M2FMaDBDeW8&usp=drive_web (take test 5)
Changelog:
Test 1:
- First Build
Test 2:
- New kernel
- Bug fixes
- Other fixes included
- Fixed camera
Test 3:
- No automatic kernel install (Install the kernel by yourself Take test kernel 5!!!)
- Debloated
- Included battery fix
Stable Build 1:
- Included battery fix
Review:
Youtube Video Review By @DroidTwe4kz
Youtube Video review By @Tomsgt
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
safariking said:
Hello guys,
Here a quick test build (Deodexed)
Thanks to @Unjustified Dev and @ketut.kumajaya
(YOU MUST KNOW THIS: INSTALATION SEEMS TO BE STUCK AT SOME TIME LET IT STAY THERE IT WILL GO FURTHER)
(ALSO THIS: IT LOOKS LIKE IT IS STUCK ON GALAXY TAB 3 LOGO LET IT STAY THERE IT WILL BOOT!!!)
This build is only for development usage and for people who can't wait to test it.
Working:
- Audio
- Booting
- Home button
- Touch screen
- Everything that is not listed under known issues
Known issues:
- Wifi
- Bluetooth
- Battery usage displaying not right
- Camera (loads but than gives FC)
- Sensors (rotation)
Download:
Uploading...
Click to expand...
Click to collapse
i just want to give a HUGE THANKS to all the devs working hard on this project to bring us the sweet taste of 4.2.2
THANKS VERY MUCH GUYZ UR THE BEST
obsolete post
Goodjob, but would this work on the t210R version?
HerroYou said:
Goodjob, but would this work on the t210R version?
Click to expand...
Click to collapse
Yea man
HerroYou said:
Goodjob, but would this work on the t210R version?
Click to expand...
Click to collapse
That's what I have.
Unjustified Dev said:
That's what I have.
Click to expand...
Click to collapse
I have T210 haha
Verstuurd vanaf mijn ALCATEL ONE TOUCH 5036X met Tapatalk
Uh.. it isn't booting even after 30 mins
HerroYou said:
Uh.. it isn't booting even after 30 mins
Click to expand...
Click to collapse
Did you flash my zip after you installed rom? If so , try without my zip.
Unjustified Dev said:
Did you flash my zip after you installed rom? If so , try without my zip.
Click to expand...
Click to collapse
I tried without and with your zip, and it still didn't boot
thank you guys you are awesome cant wait until it gets wi-fi working:good:
I was looking in the build.prop and why does it say this?
ro.product.model=SM-T110
HerroYou said:
I was looking in the build.prop and why does it say this?
ro.product.model=SM-T110
Click to expand...
Click to collapse
Because it's ported from the t110 the tab 3 lite .
can i flash this on the (R)_ version im little
phoenixaldana01 said:
can i flash this on the (R)_ version im little
Click to expand...
Click to collapse
Yes you can! Just flash ported rom and then the zip fix for sensors provided in the first pagee :thumbup:
Sent from my SPH-D710 using xda app-developers app
ObeyTheNoob said:
Yes you can! Just flash ported rom and then the zip fix for sensors provided in the first pagee :thumbup:
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
Did it work for you?
Can i use this on t211 cant wait for 4.2.2
Sent from my SM-T211 using xda app-developers app
HerroYou said:
I tried without and with your zip, and it still didn't boot
Click to expand...
Click to collapse
Did you wiped everything?
Sent from my GT-I9105P using xda app-developers app
ROIT16 said:
Can i use this on t211 cant wait for 4.2.2
Sent from my SM-T211 using xda app-developers app
Click to expand...
Click to collapse
No sorry...
Sent from my GT-I9105P using xda app-developers app
After making it stable pls try for t211
Thanks devs for making it possible
Sent from my SM-T211 using xda app-developers app

Categories

Resources