[Kernel] StØck Kernel [Sense 5] [Stock HTC 4.18.401.4 source] S2W DT2W Fastcharge - HTC One X

{
"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"
}
As I got some PMs about kernel I compiled, I decided to create this thread. I will upload kernel for Stock ROM 4.18.401.4 base (only Old Layout), ARHD 33.1 4.18.401.4 base (Old Layout & New Layout), MaximusHD 21.3.0 (Old Layout & New Layout). I compiled kernel from HTC 4.18.401.4 crc source only with a few modifications (sweep2wake, doubletap2wake & fast charge and init.d support) - I used AOSP toolchain 4.6 -O2. It doesn't contain any other mods (like OC, UV etc.)
lyapota, maxwen, n3ocort3x, Xmister, faux123, Alex-V for their hard work and kernel sources (I just copy-pasted from them)
sweep2wake config:
Enable/Disable (1=enabled, 0=disabled, enabled by default)
Code:
echo "0" > /sys/android_touch/sweep2wake
Button panel locks to s2w after this distance (9 by default)
Code:
echo "VALUE" > /sys/android_touch/s2w_register_threshold
Screen turns on/off after this distance (325 by default)
Code:
echo "VALUE" > /sys/android_touch/s2w_min_distance
Direction independent(1=Yes, 0=No, 1=by default)
Code:
echo "0" > /sys/android_touch/s2w_allow_stroke
Pocket protection (1=Yes, 0=No, 0=by default)
Code:
echo "1" > /sys/android_touch/pocket_detect
DoubleTap2wake config:
Enable/Disable ((1=enabled, 0=disabled, disabled by default)
Code:
echo "1" > /sys/android_touch/s2w_allow_double_tap
Time double taps (ms) (500 by default)
Code:
echo "VALUE_in_ms" > /sys/android_touch/s2w_double_tap_threshold
Time between double taps (150 by default)
Code:
echo "VALUE_in_ms" > /sys/android_touch/s2w_double_tap_duration
Dead area in points from top of screen (0 by default)
put 1780 for dt2w works only on virtual keya area
Code:
echo "VALUE" > /sys/android_touch/s2w_double_tap_dead_area
Fast charge (1=enabled, 0=disabled, disabled by default)
Code:
echo "1" > /sys/devices/platform/htc_battery/fast_charge
Click to expand...
Click to collapse
For S-OFF
1.) Download ZIP file and put to SD card
2.) Flash ZIP from recovery
For S-ON
1.) Download fastboot files.Create fastboot folder on your C:\ partition, so the path will be C:\fastboot. Extract 4 files from this zip to this folder. Download HTC Driver and install it (reboot PC after that).
2.) Put ZIP file to SD card and flash from recovery
3.) Reboot to bootloader
3.) Copy boot.img from ZIP file to the C:\fastboot folder.
4.) Open Command Prompt and type
Code:
cd C:\fastboot
5.) Now flash kernel & clear cache with following commands:
Code:
fastboot flash boot boot.img
fastboot erase cache
6.) Reboot & Done
Click to expand...
Click to collapse
For Stock ROMs without init.d support
For Stock ROMs if you want init.d support - busybox required you can configure kernel via /system/etc/init.d/22sweepfc script
ARHD 33.1 Old Layout
ARHD 33.1 New Layout
MaximusHD 21.3.0 Old Layout
MaximusHD 21.3.0 New Layout
ViperX 4.1.1 Old Layout
ViperX 4.1.1 New Layout
Unboxed Sense 5 Old Layout
Unboxed Sense 5 New Layout
GitHub: https://github.com/denkem/enru-3.1.10-g7f360be

-update 7/6/2015
recompiled - battery charging issue should be fixed.

Can you mod the kernel for Unboxed ROM as well to add these features. For the new layout. Thanks in advance

sychokid said:
Can you mod the kernel for Unboxed ROM as well to add these features. For the new layout. Thanks in advance
Click to expand...
Click to collapse
Done. Leave a feedback.

well how to flash the arhd kernel for new layout while i am multirom and arhd being my primary rom

onex master said:
well how to flash the arhd kernel for new layout while i am multirom and arhd being my primary rom
Click to expand...
Click to collapse
Don't know. I haven't used MulltiRom. Ask there as I have no idea and time to find that out

onex master said:
well how to flash the arhd kernel for new layout while i am multirom and arhd being my primary rom
Click to expand...
Click to collapse
Just flash the kernel.zip in recovery with aroma kl flasher 4.6

denkem said:
As I got some PMs about kernel I compiled, I decided to create this thread. I will upload kernel for Stock ROM 4.18.401.4 base (only Old Layout), ARHD 33.1 4.18.401.4 base (Old Layout & New Layout), MaximusHD 21.3.0 (Old Layout & New Layout). I compiled kernel from HTC 4.18.401.4 crc source only with a few modifications (sweep2wake, doubletap2wake & fast charge and init.d support) - I used AOSP toolchain 4.6 -O2. It doesn't contain any other mods (like OC, UV etc.)
ALL CREDITS GO TO:
lyapota, maxwen, n3ocort3x, Xmister, faux123, Alex-V for their hard work and kernel sources (I just copy-pasted from them)
Features:
Kernel Configurations:
How to flash:
Downloads:
For Stock ROMs without init.d support
For Stock ROMs if you want init.d support - busybox required you can configure kernel via /system/etc/init.d/22sweepfc script
ARHD 33.1 Old Layout
ARHD 33.1 New Layout
MaximusHD 21.3.0 Old Layout
MaximusHD 21.3.0 New Layout
ViperX 4.1.1 Old Layout
ViperX 4.1.1 New Layout
Unboxed Sense 5 Old Layout
Unboxed Sense 5 New Layout
Click to expand...
Click to collapse
after flash kenel old layout unboxing with old-layout recovery sudenly my network GSM is gone. why?

think-only said:
why?
Click to expand...
Click to collapse
I wish I had crystall ball :angel:. Let me check (did you try to clear cache & dalvik? - no idea if it helps lol). And just to make sure 0 are you Unboxed Sense 4 or Sense 5?

think-only said:
after flash kenel old layout unboxing with old-layout recovery sudenly my network GSM is gone. why?
Click to expand...
Click to collapse
Flashed boot.img via fastboot?

cappuccina said:
Flashed boot.img via fastboot?
Click to expand...
Click to collapse
And this of course ^^

Thanks for share this kernel even for Unboxed ROM old layout....hope to feedback it soon !

s2w is working fine but d2w is not working ! Thanks for your effort btw

sychokid said:
s2w is working fine but d2w is not working ! Thanks for your effort btw
Click to expand...
Click to collapse
Try to put the script from attachment to init.d folder (had to zip it) and reboot. Hard to believe it's not working, I am using it without problems.

I didnt see that it is disabled by default, my bad. It is working fine now !

Kernels updated. Battery charging issue should be fixed.

kernel for LP 5.1.1
denkem said:
Kernels updated. Battery charging issue should be fixed.
Click to expand...
Click to collapse
@demkem. When yoy have free time, you can built a kernel for LP 5.1.1 ? Thanks

I flashed boot.img, erased cache and still no wifi or 3g. Do i need modules or what?

benknh50 said:
@demkem. When yoy have free time, you can built a kernel for LP 5.1.1 ? Thanks
Click to expand...
Click to collapse
First of all, why? All kernels in LP ROMs are working fine I guess. Second, I am not a dev lol
Rentz164 said:
I flashed boot.img, erased cache and still no wifi or 3g. Do i need modules or what?
Click to expand...
Click to collapse
First flash *.zip from recovery to install modules. Then flash boot.img with fastboot.

denkem said:
First of all, why? All kernels in LP ROMs are working fine I guess. Second, I am not a dev lop
Yes, i know you are not dev, so i only suggest when you have free times. I see kenrel for LP battery is not better kernel of sense. Sorry for my request
Click to expand...
Click to collapse

Related

[13-NOV-2012][ROM][JB][4.1.2] PACman HD2 v1.2a [PA/AOKP/CM10][NativeSD][WIP]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Pa + Aokp + Cm =
PACman All in 1 HD2 ROM
​
Key Features :
Android 4.1.2 (JZO54K)
PA, AOKP and CM10 features (credits szl.kiev, tytung, Xylograph, PonsAsinorem, Evervolv team, PA Team, AOKP Team and Cyanogenmod Team)
HWA JB kernel (thanks Securecrt)
HWUI deny app and patch (thanks Securecrt, royale1223)
Multilanguage
Minimal Gapps
NativeSD & Dual Installer
Summary PACman HD2:
Based on the merged Xperia Ray ROM including the latest CM10 + AOKP JB build 4 + PA v2.18 (credits szl.kiev)
System Based on CM10 from tytung + Evervolv (credits tytung, EV Team)
Patched Rom Control and Paranoid Settings (credits : Xylograph)
Dual Installer V3 which enables you to Odex the ROM @ 1st boot.. Be aware that this process will take a while.. Your phone will reboot when it's done odexing.. so be patient and wait for it to reboot if you decide to use it!!
Included optional undervolt script.. if your Phone is sensible for Screen Of Death.. don't use it !
Included 'auto' mounting in the ramdisk and install script so any compatible Filesystem can be used (for future purpose)
This ROM contains very minimal google apps..
You can either download the 'missing' apps or find alternatives for it on the market.. if that is not enough for you..
feel free to flash a Google Apps Package after flashing the ROM.
This is a general Work In Progress.. expect some bugs and duplicate features..
Download for the HTC HD2 : (Please do not mirror stuff!)
PACman_leo_v1.2a_div3.zip - mirror (Flash via recovery)
md5: 662cccc13b5ea890e3d9e0fbf8175c2c
Installation Information :
Minimal partition size table when installing the rom to NAND :
Code:
misc ya 1M
boot yboot|ro 5M
system ya 145M <-- [B]Deodexed[/B], system ya 180M <-- [B]Odexed[/B]
cache ya 2M
userdata ya|asize|hr allsize
Minimal SD-EXT partition size when installing the rom to SD-EXT:
Code:
EXT4 Partition with at least 512M free
After SD-EXT installation set your SD Bootfolder to the
'NativeSD' folder found on your sdcard.
Boot the ROM from SD.
Please check [URL="http://forum.xda-developers.com/showpost.php?p=31110719&postcount=2"]this post[/URL] for more NativeSD installation instructions !!
Things currently not working:
Native USB tethering (dowload Wired Tether for Root Users if you need usb tethering )
Changelogs:
Code:
PACman_leo_v1.2a_div3.zip:
- Bugfixed release.
- Merged newer AOKP codes, fix SIM PIN issue
- Settings: Remove PA version, PA Logo activity, PA Circus
- Settings: Add PAC version, PAC Logo Activity, PAC Circus
- Updated supersu and nativesd multiboot app.
- Fixed wifi issue with NativeSD clean install.
- Some small fixes..
PACman_leo_v1.2_div3.zip:
- Based on latest PACman ROM (credits: szl.kiev)
- AOKP Milestone 1
- PA 2.53
- Latest CM10 Nightly
. Disable Vibrate on lockscreen
. Toggles can be hidden(AOKP toggles only)
. Clickable (short & long configurable) Clock and Calendar in the Notification Slider
. Color Engine from PA
. Per app color, latest PA invention, Let's you define navbar color, navbar glow color, navbar buttons color, and statusbar color on per app basis
. Statusbar and navbar color (Independently from per app color, define default colors)
. Statusbar transparency and navbar transparency are finally back (Navbar transparency is only enabled on launcher)
. A lot of fixes to ParanoidPreferences
- Updated NativeSD initrd.gz (for Bluetooth) Credits: marco.palumb, Robbie P , Securecrt
- Wifi tethering Fixed
- Soundrecorder Fixed
- Lots of small fixes
- Updated more apps, but forgot to update supersu and the latest NativeSD boot app.. do that yourself via the market please...
- This version is more like the original PA except some rom control stuff..
PACman_leo_v1.1_div3.zip:
- Changed system base + kernel to tytung latest CM10 v1.1 for the most part (credits and lots of thanks to: tytung)
- Updated to the latest merged PACman with Jellybean 4.1.2, PA 2.21, Latest ROM Control (credits: szl.kiev)
- Added Multi DPI Play Store v3.9.16 (credits MyLifeRocks10)
- Added custom backlight values back
- replaced the copybit.qsd8k.so with the PACman v1.0 one (solves the rebooting issue with OfficeSuite Pro)
- Removed/disabled some duplicates (cm10 torch, volume rocker wake.. still much more to do.. WIP)
- Removed some default predefined PA settings (youtube and settings)
- Added 0 dp to Rom Control Navigation bar width to disable it in landscape.
- HWA video recording working (credits tytung)
- Changed back to MIUI camera
- Updated some more apps
- Cleaned up and optimised the ROM a bit more for more smoothness..
- More small (visual) changes.
PACman_leo_beta_v1.0_div3.zip:
- Read Ahead value set to 2048 by default again
- Included Multi DPI Play Store v3.8.17 (credits MyLifeRocks10)
- System Based on CMTight + latest Evervolv base (credits PonsAsinorem, Xylo, EV Team)
- Patched power.qsd8k.so to get rid of the 614MHz bug (credits tiny4579)
- Patched some default settings.
Previous Versions:
Code:
[URL="http://d-h.st/dBy"]PACman_leo_v1.2_div3.zip[/URL] - [B][URL="http://tinyw.in/5dKj"]mirror[/URL][/B] (Flash via recovery) - md5: cbb6256d03cea7d95a41e8ac90ad9b90
[URL="http://forum.xda-developers.com/showpost.php?p=32875537&postcount=265"]PACman_leo_v1.1te_div3[/URL]
[URL="http://d-h.st/JSH"]PACman_leo_v1.1_div3.zip[/URL] - [B][URL="http://tinyw.in/uyag"]mirror[/URL][/B] (Flash via recovery) - md5: e273b8fdd48af9296c68fe6fa22cf454
[URL="http://d-h.st/Des"]PACman_leo_beta_v1.0_div3.zip[/URL] - [B][URL="http://tinyw.in/OJfq"]mirror[/URL][/B] (Flash via recovery) - md5: d619c27289446503a2beb8e4dda7c16c
*** Remember that all the flashing is at your own risk ! Always make backups in recovery and/or titanium backup ! ***
Thanks & Credits to : szl.kiev, tytung, PonsAsinorem, PA Team, AOKP Team, Cyanogenmod Team, Evervolv team, Securecrt, royale1223, tiny4579 and all I forgot !
​
Reserved​

			
				
Xylo,you are THE MAN !!!
Will try this at once !
Kameirus said:
balloons
Click to expand...
Click to collapse
ROFL.. I knew it...
How long have you been waiting to post that picture ? :laugh:
I love when developing is racing like this .. keep racing. Thank you
Sent from my HTC HD2 using xda premium
Kameirus said:
Click to expand...
Click to collapse
Hooray, Saturday is coming and the internet is working
I have attached CrystalDiskMark speed tests of my old card and my daughter's new card. I am hoping the new card speeds are good enough to run NativeSD (multiple ROMs here I come). I had lagging problems with PA 2.15.
Darren .)
very cool... trying this tonight!
DarrenNewsgroup said:
Hooray, Saturday is coming and the internet is working
Click to expand...
Click to collapse
Oh god no, I never saw it coming ! :crying:
Rick_1995 said:
Oh god no, I never saw it coming ! :crying:
Click to expand...
Click to collapse
hehe, so Rick..since you have been advertising WP7.8 here on our pecious android section.. we now all know you are using Magldr.. the real question is.. what version
I think you are hiding something from us..
Yay!! I was holding back from spamming your PA/ AOKP/ Sorcery thread asking for AOKPA JB
Swyped from my HTC HD2 using XDA Premium
dling will report later
Crazy.thanks. i installed it = rom works fluid but youtube is not starting after installing it.
Ad
Sent from my HTC HD2 using xda app-developers app
Xylograph said:
hehe, so Rick..since you have been advertising WP7.8 here on our pecious android section.. we now all know you are using Magldr.. the real question is.. what version
I think you are hiding something from us..
Click to expand...
Click to collapse
dont tell me 1.14:cyclops:
ph03n!x said:
Yay!! I was holding back from spamming your PA/ AOKP/ Sorcery thread asking for AOKPA JB
Swyped from my HTC HD2 using XDA Premium
Click to expand...
Click to collapse
Hope you like it m8
I haven't found the time to include your mounting /data on sd-ext yet.. sorry about that, but as usual.. the nand ramdisk remains unchanged.
kane159 said:
dling will report later
Click to expand...
Click to collapse
Love your sig.. maybe I need to borrow that 'poor student' thing.. lol
Xylograph said:
[*]Included 'auto' mounting in the ramdisk and install script so any compatible Filesystem can be used (for future purpose)
Click to expand...
Click to collapse
Is mounting as 'auto' in the ramdisk working well for you? Seemed to cause significant lags for me when I tried a few weeks ago. Was considering having the ramdisk being modified during installation based on what filesystem it finds, but if auto works then that would simplify things.
Seems to be a great, and surprisingly small ROM (but isn't PA based on CM? so are things that PA removed re-added?)
Looks good, will try thanks.
BTW, does this come with PacMan pre-loaded?
Sorry, had to ask.
HypoTurtle said:
Is mounting as 'auto' in the ramdisk working well for you? Seemed to cause significant lags for me when I tried a few weeks ago. Was considering having the ramdisk being modified during installation based on what filesystem it finds, but if auto works then that would simplify things.
Seems to be a great, and surprisingly small ROM (but isn't PA based on CM? so are things that PA removed re-added?)
Click to expand...
Click to collapse
Auto mounting works quite well in my tests.. I have no idea why this would reduce the speed instead of mounting a predefined FS ?
PA removed stuff from CM ? They only add stuff to CM as far as I know
ad2003 said:
Crazy.thanks. i installed it = rom works fluid but youtube is not starting after installing it.
Ad
Sent from my HTC HD2 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the report and I will look into it.. I always use old (g)apps because of the small size they have compared to current available fancy stuff and apparently the latest youtube is not working on PACman while the old 2.1.6 version I use (and tested) works fine...
Anyway.. If you like you could give the youtube I use a try (perhaps some other versions do also work)
Thanks for the great work. You and other developers maintain the life of the legendary hd2.
Tomorrow download and test it in nativesd
Inviato dal mio multiboot HD2
gianmich said:
dont tell me 1.14:cyclops:
Click to expand...
Click to collapse
I belive it is a 2 in front of the point
Sorry for OT and thanks Xylo for this great ROM!
Gesendet von meinem NexusHD2

|ROM|>P1010<|WiFiOnly|Value Pack| • Kmicic ROM 6 • | FINAL | Ver: 2.1.1 | 11-12-2012

|ROM|>P1010<|WiFiOnly|Value Pack| • Kmicic ROM 6 • | FINAL | Ver: 2.1.1 | 11-12-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"
}
From POLAND!
P1010 Edition​
THIS IS P1010 WiFi THREAD.​​
#1
Code:
[CENTER][B][CENTER]How to get ClockWorkMod and root:[/CENTER][/B]
[URL="http://forum.xda-developers.com/showthread.php?t=1386643"]Clockworkmod recovery for P1010[/URL][/CENTER]
#2​
Code:
[CENTER][B]How to install KmicicROM[/B][/CENTER]
1. Download the latest *zip KmiciROM + Patch [URL="https://sourceforge.net/projects/kmicic/files/Kmicic%20ROM/Samsung%20Galaxy%20Tab%20P1010/%5BP1010%5D%20ROM/"]DOWNLOAD[/URL]
2. Flash stock KPO firmware found here - [URL="http://sourceforge.net/projects/kmicic/files/Kmicic%20ROM/Samsung%20Galaxy%20Tab%20P1010/%5BP1010%5D%20XDA/%5BP1010%5D%20ROM_BASE_KPO_P1010XEU.tar/download"]DOWNLOAD[/URL] - using ODIN.
[I][SIZE="3"][COLOR="Red"](Put [P1010] ROM_BASE_KPO_P1010XEU.tar in PDA)[/COLOR][/SIZE][/I]
3. Flash Madteam's KPI kernal found here - [URL="http://sourceforge.net/projects/kmicic/files/Kmicic%20ROM/Samsung%20Galaxy%20Tab%20P1010/%5BP1010%5D%20XDA/%5BP1010%5D%20Kernel%20MadTeam%20-%20KPI.tar/download"]DOWNLOAD[/URL] - using ODIN.
[I][SIZE="3"][COLOR="Red"](Put [P1010] Kernel MadTeam - KPI.tar in PDA)[/COLOR][/SIZE][/I]
4. Boot into recovery by pressing VOL+ & POWER buttons, then wipe data/factory
reset, wipe cache partition and wipe dalvik cache.
5. Whilst still in recovery go to Install zip from sdcard
6. Choose zip from sdcard
7. Choose zip and install.
[/CENTER][/CENTER]
• All in One •​
KmicicROM 6 ROM 2.1.1​
Click to expand...
Click to collapse
• 1.0 + Patch 2.1.1 •​
KmicicROM 6 ROM 1.0
KmicicROM 6 PATCH 2.1.1​
Click to expand...
Click to collapse
Changelog Kmicic 6.0
Android Value Pack 2.3.6
Orange theme
New icons
Screen off animation
Orange overscroll glow animation
Updated google maps
Updated superuser
Updated YouTube
Updated SuperUser binary to 3.1.1
Updated BusyBox
New wallpapers
New font: Century Gothic
New sounds
New, orange stock samsung keyboard
New window etc. animations.
New status bar and buttons
Fixed WiFi problems
Speed tweaks etc.
More...
Click to expand...
Click to collapse
khalpowers for blue settings icons
motafoca for P1010 kernel
Thom Horton
ghop
​
​
This is mine!
Installing soon...
Sent from my A200 w/Jelly, using 2ʞႨɐʇɐdɐʇ.
Patch 1.3 for stock rom. This is still beta build.
DOWNLOAD​
Thanks for this masterpiece man!!!
CriGiu said:
Thanks for this masterpiece man!!!
Click to expand...
Click to collapse
Thanks
Patch 1.5 for stock rom.
DOWNLOAD​+ Added PowerMenu
+ Added CRT ScreenOff animation
+ Files from previous patches
I have downloaded the latest ROM and patch. When I reboot it just reverts tp the KPO Stock. I have the same kernel you show in your screenshots. Do you have to download the Madteam Kernel for it to boot. If so will my nanoid reinstall with the Stock kernel again or do I need to reinstall the Stock Kernel?
A lot of people have problem with installation. I don't know why. In facebook group we have person who wrote tutorial how to install:
Ok so heres a guide to how i inatalled the rom hope it helps,
1. Flash stock KPO firmware found here - http://www.hotfile.com/dl/163467092/cef6ba6/P1010XXKPO_P1010XEUKPO_XEU.zip.html using ODIN.
2. FLASH Madteam's KPI kernal found here - http://www.mediafire.com/?lc7sld3roo3in2c using ODIN.
3. Boot into recovery by pressing VOL+ & POWER buttons, then wipe data/factory reset, then wipe cache partition and then wipe dalvik cache.
4. Whilst still in recovery Mount System, then flash rom + patch 1.5 and reboot.
Click to expand...
Click to collapse
https://www.facebook.com/groups/KmicicP1010/
WE NEED MORE TESTERS. COME ON GUYS
Ok problem with installation will be fixed in next rom version.
I will test in 20 mins.
Edit: boots stock kpo... Problem with updater script?
- f3w1n -
f3w1n said:
I will test in 20 mins.
Edit: boots stock kpo... Problem with updater script?
- f3w1n -
Click to expand...
Click to collapse
yup, try to flash only 1.6. This patch has fixed updater. http://sourceforge.net/projects/kmi...0] ROM/KmicicROM_P1010_PATCH_1.6.zip/download
Wizard_Polska said:
yup, try to flash only 1.6. This patch has fixed updater. http://sourceforge.net/projects/kmi...0] ROM/KmicicROM_P1010_PATCH_1.6.zip/download
Click to expand...
Click to collapse
I fixed it mysel fex minutes ago XD. Im charging the tab right now...
- f3w1n -
f3w1n said:
I fixed it mysel fex minutes ago XD. Im charging the tab right now...
- f3w1n -
Click to expand...
Click to collapse
You fixed updater script in rom? XD
Wizard_Polska said:
You fixed updater script in rom? XD
Click to expand...
Click to collapse
Yup...lol
BTW, the kimicstock.zip in only the stock kpo?
- f3w1n -
f3w1n said:
Yup...lol
BTW, the kimicstock.zip in only the stock kpo?
- f3w1n -
Click to expand...
Click to collapse
You put in updater only mount /system?
yes, with root and busybox
Wizard_Polska said:
You put in updater only mount /system?
yes, with root and busybox
Click to expand...
Click to collapse
Using the sbin way, as you did in 1.6patch.
Have you tryed the MTD way? I cant do it right now.
Rom looks awesome, i will tell you some feedback soon.
And to get wifi working i had to copy mi own kpi /etc/wifi folder.
- f3w1n -
WiFi working on 1.6 but you must install MadTeam kernel. This kernel must be in your rom before flashing final 6.
MTD?
Wizard_Polska said:
WiFi working on 1.6 but you must install MadTeam kernel. This kernel must be in your rom before flashing final 6.
MTD?
Click to expand...
Click to collapse
i have motafoca's kernel.
i mean: mount("MTD","system","/system")
f3w1n said:
i have motafoca's kernel.
i mean: mount("MTD","system","/system")
Click to expand...
Click to collapse
MTD is for CM9/10
Current updater is working. Updating 1.7 now
DOWNLOAD 1.8.1​Fixed samsung keyboard and keyboard settings

[Kernel] [Stock][.157 source/ramdisk][Latest-Recoveries] RockZ1k Kernel [27/03/2015]

Hello guys me again with new kernel
Presenting New Advanced RockZ1k 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"
}
Note: this is only for Z1 Devices not for Z1 compact
Features of the Kernel
Updated the ramdisk to .157
Updated Kernel sources to .157
updated Twrp Recovery ( new build)
Updated Philz recovery ( new built )
Double tap to wake ( two individual kernels for option )
GCC 4.9.3 Linaro toolchain with Cortex-A15 buit
Sound control
Added Atheros wifi
Finally a fully working Wifi ( fixed ) not by stock modules
Support exFAT sdcard
added and enabled Intelli-KSM ( patch from Doomlord and lot more )
Two-way stereo call recording
Zram Driver support
Force Fast charging support
LZMA compression
New RockZ1k Logo
Support sound control driver
init.d scripts supported
IO schedulers ( Which are required and works good)
CPU Governors ( Which are required and works good)
CPU VDD control
Thermel temperturing control
Added Kcal color control
RGB Multipliers (Polynomial Color Correction)
Display Color Inversion (Inverse Gamma Correction) [patch by savoca]
Comes with an app to control color
Added HBM ( High Brightnesss mode ) [HBM is able to be simulated by applying higher current drain to back light LED]
And many more not remebered
How to Install Click here
Download & credits Click here
XDA:DevDB Information
[Kernel] [Stock][.157 source/ramdisk][Latest-Recoveries] RockZ1k Kernel [27/03/2015], Kernel for the Sony Xperia Z1
Contributors
venkat kamesh
Kernel Special Features:
Version Information
Status: Stable
Stable Release Date: 2015-03-27
Created 2015-03-08
Last Updated 2015-03-27
How to install
Requirements
bootloader unlocked [ READ THE WARNING IN THAT THREAD BEFORE UNLOCKING BOOTLOADER ] by Doomlord
working fastboot
[How to install Kernel
download the kernel package
save it to the sdcard
reboot into recovery
flash the kernel package using recovery
reboot from recovery into system
Enjoy the new kernel
How to flash via Fastboot mode
Download the kernel package
Save it kernel to the folder containing fastboot binary
flash the boot.img using fastboot:
Code:
fastboot flash boot boot.img
reboot from fastboot
Code:
fastboot reboot
Enjoy the new Kernel
Download, Changelog and Credits
Download link for latest kernel Click here 27/03/2015
Old Downloads
Rock Z1k Kernel 26/03/2015 click here
Rock Z1k Kernel 25/03/2015 click here
Rock Z1k Kernel 22/03/2015 click here
ROckZ1k Kernel 01/03/2015 and change log Click here
ROckZ1k Kernel 05/03/2015 and change log Click here
RockZ1k Kernel 08/03/2015 Uploading
Double tap to Wake (Deep sleep will not work and battery consuming ) Click here
Without Double tap to Wake ( same change log with good battery ) Click here
Click to expand...
Click to collapse
Credits
@faux123
@DooMLoRD
@OmarEinea
@[NUT]
@MohammadAG
@Wolfbreak Word Support
@bibica For testing
sony For Sources
I can use this kernel on any rom or only your rom?
Hi! There's no link for latest kernel?
Best regards
darsh11192 said:
I can use this kernel on any rom or only your rom?
Click to expand...
Click to collapse
Yes you can use them and it cause no problem.... but not for cm roms
C_Karhu said:
Hi! There's no link for latest kernel?
Best regards
Click to expand...
Click to collapse
The links had been updated
venkat kamesh said:
Yes you can use them and it cause no problem.... but not for cm roms
The links had been updated
Click to expand...
Click to collapse
Kcal is still not working in latest version.
Only Rgb is working.
No saturation , contrast or value is working.
Tried via both given app and Synapse.
Kindly look into it.
Thanks for your work.
Regards,
camlin
Are you planning to make a kernel for the z1c
camlin said:
Kcal is still not working in latest version.
Only Rgb is working.
No saturation , contrast or value is working.
Tried via both given app and Synapse.
Kindly look into it.
Thanks for your work.
Regards,
camlin
Click to expand...
Click to collapse
I had applied patch hmm
Since I don't have unlocked bootloader. I was unable to check them....
Sure I will check once at my free time....
repelsteel82 said:
Are you planning to make a kernel for the z1c
Click to expand...
Click to collapse
I had already posted buddy all you need is to check the thread with z1 compact
Soft problem
i updated rom from 2.1 to 3.0 and when i turn on my z1 it restarts immidietly at sim unlock screen
Stock logo
Hi, I appreciate the rom and the kernel. Runs solid and I love the additional governors. Awesome job with double tap also, I know its more battery consuming, but still love it hehe.
Would there be a possibility to have a version that just uses the stock logo rather than the customised one? wanting a completely stock look. Thanks alot for looking into this.
just to let you know...
You missspelled Kernel in the Header. You wrote Kerel.. Cheers
Hi i am unable to access any recovery via reboot menu and pimp my z1 app force closes . Im using C6903 stock 157 and latest kernel
works on C6943 model ?
HotA3 said:
Hi, I appreciate the rom and the kernel. Runs solid and I love the additional governors. Awesome job with double tap also, I know its more battery consuming, but still love it hehe.
Would there be a possibility to have a version that just uses the stock logo rather than the customised one? wanting a completely stock look. Thanks alot for looking into this.
Click to expand...
Click to collapse
hmm i will check with it
gavster26 said:
Hi i am unable to access any recovery via reboot menu and pimp my z1 app force closes . Im using C6903 stock 157 and latest kernel
Click to expand...
Click to collapse
its quit impossible mate....!
dont you get any led blink while boot ?
alexandre221 said:
works on C6943 model ?
Click to expand...
Click to collapse
yes it works.....
and soon by tomorrow there would be an update
venkat kamesh said:
hmm i will check with it
its quit impossible mate....!
dont you get any led blink while boot ?
yes it works.....
and soon by tomorrow there would be an update
Click to expand...
Click to collapse
Hi when I try to boot to recovery from reboot menu it reboots to kernel bootsplash then shows black screen then a black screen for a few seconds then bootsplash appears again and device boots to system
i should install this kernel first and then after this install the rockz1k rom ? or first the rom and after this the kernel ?
venkat kamesh said:
hmm i will check with it
its quit impossible mate....!
dont you get any led blink while boot ?
yes it works.....
and soon by tomorrow there would be an update
Click to expand...
Click to collapse
Would you also please solve the Kcal issue ?
That's the only thing that's been keeping me from using your kernel as a daily driver.
Is it helps, xtrinity v6 kernel has it working perfectly.
Perhaps you could take a look at the devs github ?
Thank you !
alexandre221 said:
i should install this kernel first and then after this install the rockz1k rom ? or first the rom and after this the kernel ?
Click to expand...
Click to collapse
Normally it's the rom then kernel. If you do it the other way around, the kernel in the rom will just overwrite the one you flashed.
Sent from my D5503 using Tapatalk
jdstrydom said:
Normally it's the rom then kernel. If you do it the other way around, the kernel in the rom will just overwrite the one you flashed.
Sent from my D5503 using Tapatalk
Click to expand...
Click to collapse
thx

[5.0-5.1][Kernel][.368 Inbuilt multirom support][ V 4.0 ] RockZ1L Kernel [04/10/2015]

Hello guys me again with new kernel
Presenting New Advanced RockZ1L 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"
}
Note: this is only for Z1 Devices For Z1 compact click here
Features of the Kernel
Check with Change log each update of kernel there are lots of new work and features
Updated the ramdisk to .242
Updated Kernel sources to .242
updated Twrp Recovery ( new build)
Updated Philz recovery ( new built )
Double tap to wake ( two individual kernels for option )
GCC 4.9.3 Linaro toolchain with Cortex-A15 buit
Sound control
Added Atheros wifi
Finally a fully working Wifi ( fixed ) not by stock modules
Fixed Memory leaks and battery optimized
Support exFAT sdcard
added and enabled Intelli-KSM ( patch from Doomlord and lot more )
Two-way stereo call recording
Zram Driver support
Force Fast charging support
LZMA compression
New RockZ1k Logo
Support sound control driver
init.d scripts supported
IO schedulers ( Which are required and works good)
CPU Governors ( Which are required and works good)
CPU VDD control
Thermel temperturing control
Added Kcal color control
RGB Multipliers (Polynomial Color Correction)
Display Color Inversion (Inverse Gamma Correction) [patch by savoca]
Comes with an app to control color
Added HBM ( High Brightnesss mode ) [HBM is able to be simulated by applying higher current drain to back light LED]
And many more not remebered
For more just go with my github
How to Install Click here
Download & credits Click here
XDA:DevDB Information
[5.0-5.1][Kernel][.368 Inbuilt multirom support][ V 4.0 ] RockZ1L Kernel [04/10/2015], Kernel for the Sony Xperia Z1
Contributors
venkat kamesh
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: V_4.0
Stable Release Date: 2015-10-04
Created 2015-05-06
Last Updated 2015-10-04
How to install
Requirements
bootloader unlocked [ READ THE WARNING IN THAT THREAD BEFORE UNLOCKING BOOTLOADER ] by Doomlord
working fastboot
[How to install Kernel
download the kernel package
save it to the sdcard
reboot into recovery
flash the kernel package using recovery
reboot from recovery into system
Enjoy the new kernel
How to flash via Fastboot mode
Download the kernel package
Save it kernel to the folder containing fastboot binary
flash the boot.img using fastboot:
Code:
fastboot flash boot boot.img
reboot from fastboot
Code:
fastboot reboot
Enjoy the new Kernel
Downloads & credits
Download link for latest kernel Click here 04/10/2015
Old Downloads Lollipop
Rock Z1L Kernel 13/08/2015 click here
Rock Z1L Kernel 28/06/2015 click here
Rock Z1L Kernel 31/05/2015 click here
Rock Z1L Kernel 21/05/2015 click here
Rock Z1L Kernel 19/05/2015 click here
Rock Z1L Kernel 13/05/2015 click here
Rock Z1L Kernel 06/05/2015 click here
Old Downloads Dont try these for lollipop these are only for kitkat (just for reference)
Rock Z1k Kernel 27/03/2015 click here
Rock Z1k Kernel 26/03/2015 click here
Rock Z1k Kernel 25/03/2015 click here
Rock Z1k Kernel 22/03/2015 click here
ROckZ1k Kernel 01/03/2015 and change log Click here
ROckZ1k Kernel 05/03/2015 and change log Click here
RockZ1k Kernel 08/03/2015 Uploading
Double tap to Wake (Deep sleep will not work and battery consuming ) Click here
Without Double tap to Wake ( same change log with good battery ) Click here
Click to expand...
Click to collapse
Credits
@faux123
@DooMLoRD
@[NUT]
@MohammadAG
@hlavicka82
@Myself5
and the contributions from github https://github.com/venkatkamesh/android_kernel_sonyz_msm8974/graphs/contributors
and other devs may be i missed thanks to them ( if any inform me )
sony For Sources
Finally
The wait has ended
venkat kamesh said:
Download link for latest kernel Click here 06/05/2015
Credits
@faux123
@DooMLoRD
@[NUT]
@MohammadAG
@hlavicka82
and other devs may be
i missed thanks to them
sony For Sources
Click to expand...
Click to collapse
installed and give bootloop at sony logo with viola led.
also no Rockz1 logo on startup. Is it normal?
fer2503 said:
installed and give bootloop at sony logo with viola led.
also no Rockz1 logo on startup. Is it normal?
Click to expand...
Click to collapse
i had tested the kernel
try via fastboot mod or by flashool
and yes the logo is stock one
http://forum.xda-developers.com/showpost.php?p=60561684&postcount=436
edit:- what was your device model no ?
edit :- could you try uninstalling stock recoveries ? then try
i had tested again as you got result
venkat kamesh said:
i had tested the kernel
try via fastboot mod or by flashool
and yes the logo is stock one
http://forum.xda-developers.com/showpost.php?p=60561684&postcount=436
Click to expand...
Click to collapse
find the problem: XZDR dual recovery of the rom. removed and now the phone starts .
best app for kernel control? faux? pimp my z1?
Double Tap To Wake Up?
I heard about, that the DTW-function is actually not possible on Xperia Z1, because there is an other display obstruct.
Are there any batteryproblems with it?
Maybe you can explain how it works
@venkat kamesh why do you need to include the mpdecision binary in the zip? Will the kernel work correctly if flashed only via fastboot? I am asking becouse there are files related to wifi in the zip that will not be installed if the kernel is flashed via fastboot. Then you should tell users to flash the zip after flashing via fastboot or remove the files from zip if not needed.
fer2503 said:
find the problem: XZDR dual recovery of the rom. removed and now the phone starts .
best app for kernel control? faux? pimp my z1?
Click to expand...
Click to collapse
thanks i will now update the zip
Würfelrotze said:
I heard about, that the DTW-function is actually not possible on Xperia Z1, because there is an other display obstruct.
Are there any batteryproblems with it?
Maybe you can explain how it works
Click to expand...
Click to collapse
Yes Double tap to wake is not possible only with Z1 compact not with other devices nad it drains
for more
google it buddy
hlavicka82 said:
@venkat kamesh why do you need to include the mpdecision binary in the zip?
Click to expand...
Click to collapse
actually mpdecision file runs in our system as a vendor executable file and what it does is that it controls the governor for cpu.
this file will defines performance of your cpu1, the file gets executed every time your screen goes off
and mpdecision file overwrites the cpu1 governor settings to userspace ondemand, userspace is the governor when cpu1 is online and ondemand when offline.
so i used it
Thx bro waiting long time for this
I know what mpdecision does. But it is already included in the stock rom. In one version of the DooMKernel the binary was renamed. To revert this DooMLorD included the stock binary in the flashable zip. So unless you use a modified mpdecision binary it makes no sense to include it in the zip.
aw the download link is removed/disabled.
i assume ur uploading the new zip file with the xda recovery removal script
anyway, great work and thank you so much for the kernel, as soon as the download link is available again i will download and test
cheers,
hlavicka82 said:
I know what mpdecision does. But it is already included in the stock rom. In one version of the DooMKernel the binary was renamed. To revert this DooMLorD included the stock binary in the flashable zip. So unless you use a modified mpdecision binary it makes no sense to include it in the zip.
Click to expand...
Click to collapse
hmm i havent know the point until you said me
omar suggested to i added it
as i read more about that i started to use that
i will check it for more info, thank you mate..
chitose_ndy said:
aw the download link is removed/disabled.
i assume ur uploading the new zip file with the xda recovery removal script
anyway, great work and thank you so much for the kernel, as soon as the download link is available again i will download and test
cheers,
Click to expand...
Click to collapse
link updated
venkat kamesh said:
hmm i havent know the point until you said me
omar suggested to i added it
as i read more about that i started to use that
i will check it for more info, thank you mate..
link updated
Click to expand...
Click to collapse
sometimes in pimp my z1 i found the governor changed for some core. also the voltage controll allow to controll voltage only for max 2200mhz, not for 2400mhz. can you fix it?
fer2503 said:
sometimes in pimp my z1 i found the governor changed for some core. also the voltage controll allow to controll voltage only for max 2200mhz, not for 2400mhz. can you fix it?
Click to expand...
Click to collapse
sure for next update
i had few more things to do as well
today after finishing the fix and kernel for Z1c
i may not be available for a week
i may post but no pc to work ( something like i gonna take rest haha )
venkat kamesh said:
sure for next update
i had few more things to do as well
today after finishing the fix and kernel for Z1c
i may not be available for a week
i may post but no pc to work ( something like i gonna take rest haha )
Click to expand...
Click to collapse
perfect
have a good holiday
thanks for your work
Excellent No problems at all as of now
Thanks for your work (I also got 1.2 running )
How do you enable/disable high brightness mode ?
Kernel works smoothly, thank you for your work and effort ^^

[ROM] SHELL ROM v5.2 byShesnonRibeiro (ZenFone ZenFone 5 and 6)

SHELL ROM v5.2 byShesnonRibeiro
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This ROM is based on Stock Lollipop (v3.24.40.87)
FEATURES
Shell v5.2 ZenFone 5 & 6
Changelog:
- Native root
- Busybox
- GApps updated
- Zenmotion working
- Custom Kernel with zenmotion support (for Borets)
- New Boot animation
- Launcher Is horizontal
- Volume increased
- New Icons (status bar)
- New Settings panel
- Modification In build.prop and tweeks for improve performance and battery life
- L Speed and ABS
- ASUS Music replaced by Pixel player
- mode multi user active
- Viper4Android MK mod and Beats drivers
- Kernel Adiutor included
- New theme included (Blue pool [play store] and ZenFlux by Shesnon Ribeiro)
- Added New emoji
- Stock emoji replaced by One Emoji V2.1
- New fonts add
- Size Reduced ( 577Mb )
- Root Explorer MD added
- New wallpapers
- New dialer and contacts interface
- Reduce brightness value
- Do not disturb bug fixed
- Fixed some options in settings to force close
- Circular battery icon
- GPS working well
Click to expand...
Click to collapse
INSTRUCTIONS
-Unlock your bootloader + Install TWRP(latest) by following the procedure from this post.
Code:
http://forum.xda-developers.com/zenfone-5/general/asus-zenfone-5-bootloader-unlocker-t3271623
-Download the ROM and place it inside your Internal Memory.
-Reboot to Recovery [See FAQ in the above posted link].
-When in Recovery Mode navigate to Wipe -> Advanced Wipe and check/select the following
Code:
Dalvik Cache
Cache
Data
-Then do "Swipe to Wipe" .
-Now go back and click on "Install" and then select the ROM file and slide to install and wait until it's over.
-After that again go to Advanced Wipe and select "Dalvik Cache and Cache" and do wipe.
-When Complete , Just Reboot to System.
NOTE:- First boot may take about 10 to 15 minutes, so chill.
-After that download and Install any Terminal Emulator from Playstore .
-Now open the Terminal Emulator and type "su" and the SuperUser will pop-up . Click "Grant"
-Now type "LS" and wait for it to carry its process.
-After when the loading is complete just look at the below picture and set the settings according to it. (if the settings are same then just exit).
​
Click to expand...
Click to collapse
DOWNLOADS
-SHELL v5.2 (ROM)
Code:
https://docs.google.com/uc?id=0B1eD1KdHTxD_cHA4bFRRZC1iY3c&export=download
PREVIOUS VERSION:
-SHELL v5.1 (ROM)
Code:
https://drive.google.com/file/d/0B1eD1KdHTxD_RmZKa0hxRjMzVTA/view?pref=2&pli=1
-Shell v3_BETA (ROM)
Code:
https://docs.google.com/uc?id=0B1eD1KdHTxD_RkRXNEY5S0JyNE0&export=download
-Shell v2 (ROM)
Code:
https://drive.google.com/file/d/0B1eD1KdHTxD_dGJ6Y18wemZsMGM/view
EXTRA
-ZenFlux Theme 1.0_Alpha Tests
Code:
https://drive.google.com/file/d/0B1eD1KdHTxD_ZnRDNWxWT2tMWDA/view
Click to expand...
Click to collapse
KERNEL SOURCE CODE : https://github.com/BORETS24/Kernel-fo-Zenfone-6-by-BORETS24
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked Bootloader
Based On: Stock Build 3.24.40.87
Device : ASUS T00J/T00F
Click to expand...
Click to collapse
Screenshots​
Dear devilboynv, will it flash dirty well over gecko's rom?
And if it supports stock kernel? Would be greatly appreciated if you could post 78 stock kernel in flashable zip then if yes. Thanks!
Nice. Will try this out later. Btw there's a typo in OP "This ROM is based on Stock Loipop v5.0 (v3.24.40.78)"
wow great job
its support for D2TW?
There is a error in the post "
This ROM is based on Stock Loipop v5.0 (v3.24.40.78)" Loipop :/
Rom beta 3 cnt flash on my 501a error in symblink....
ekagreen said:
wow great job
its support for D2TW?
Click to expand...
Click to collapse
yes it does!
revanescence said:
Rom beta 3 cnt flash on my 501a error in symblink....
Click to expand...
Click to collapse
its a bug with the recovery i guess!
i had this probem too .. so just reboot to recovery again and flash it!
also make sure that the ROM file is in the internal memory!
ProHackerz09 said:
Nice. Will try this out later. Btw there's a typo in OP "This ROM is based on Stock Loipop v5.0 (v3.24.40.78)"
Click to expand...
Click to collapse
TecnoTailsPlays said:
There is a error in the post "
This ROM is based on Stock Loipop v5.0 (v3.24.40.78)" Loipop :/
Click to expand...
Click to collapse
yes ! its based on stock lollipop .78
devilboynv said:
yes ! its based on stock lollipop .78
Click to expand...
Click to collapse
nono xD, you writed wrong in the post, it is Lollipop not Loipop
TecnoTailsPlays said:
nono xD, you writed wrong in the post, it is Lollipop not Loipop
Click to expand...
Click to collapse
OH! haha! i misunderstood it.
thanks fixed the mistake!
This rom already fix gps problem or not?
g2mantap said:
This rom already fix gps problem or not?
Click to expand...
Click to collapse
GPS WORKS!!
1. can i just flash the kernel on stock rom?
2. Does the lower CPU frequency have impacts on battery life?
luqman98 said:
1. can i just flash the kernel on stock rom?
2. Does the lower CPU frequency have impacts on battery life?
Click to expand...
Click to collapse
1. i think you can !! but to be sure contact the kernel deveoper @BORETS24
EDIT:- you can flash the kernel withut any problem on stock .!
HERE IS THE KERNEL POST LINK :-
Code:
http://forum.xda-developers.com/zenfone-5/general/custom-lollipop-kernel-zenfone-5-t3238970
2. Yes ! lower CPU frequency saves more battery!....when in idle state ,cpu frequency will drop down to the lowest frequency which will result in more battery backup!
wow currently downloading and will test it today thanks!
why is it the downloading is really slow in google drive?
mavz31 said:
why is it the downloading is really slow in google drive?
Click to expand...
Click to collapse
JUST CHECKED !
ITS DOWNLOADING FAST HERE!
may be problem with the downloader i guess!!
use IDM(trail) or Eagle get(free) download manager to download anything with full speed!!
devilboynv said:
JUST CHECKED !
ITS DOWNLOADING FAST HERE!
may be problem with the downloader i guess!!
use IDM(trail) or Eagle get(free) download manager to download anything with full speed!!
Click to expand...
Click to collapse
let me try these thanks!
---------- Post added at 09:56 PM ---------- Previous post was at 09:22 PM ----------
idman works better than eagle. hope to finish the download now thanks!

Categories

Resources