hello, first of all please forgive me if this is the wrong place to post as I am quite new here..
I own Moto G2 running on CM 12.1 rom..
I want to know that which is the best custom kernel for the device with a balanced battery & performance..
kindly provide links of the kernels too..
thanks
iammayank_22 said:
hello, first of all please forgive me if this is the wrong place to post as I am quite new here..
I own Moto G2 running on CM 12.1 rom..
I want to know that which is the best custom kernel for the device with a balanced battery & performance..
kindly provide links of the kernels too..
thanks
Click to expand...
Click to collapse
There is no "best" kernel, it depends on your needs and what features you'd like to have. I have very good experience with the decipher kernel:http://forum.xda-developers.com/showthread.php?t=3169304.
It has a good balance between battery consumption and performance, senseful governors and i/o schedulers and is rockstable.
Here's the download link also found in the thread (Be aware to load the one from the CM12 folder.) :
https://drive.google.com/folderview...M3cUJhNHB3RExVUXFPNzByNzZKblpXZXM&usp=sharing
Sent with somewhat
Wolfcity said:
There is no "best" kernel, it depends on your needs and what features you'd like to have. I have very good experience with the decipher kernel:http://forum.xda-developers.com/showthread.php?t=3169304.
It has a good balance between battery consumption and performance, senseful governors and i/o schedulers and is rockstable.
Here's the download link also found in the thread (Be aware to load the one from the CM12 folder.) :
https://drive.google.com/folderview...M3cUJhNHB3RExVUXFPNzByNzZKblpXZXM&usp=sharing
Sent with somewhat
Click to expand...
Click to collapse
thank you.. does this kernel support Double Tap To Wake ??
also how is the battery & overall performance ??
iammayank_22 said:
thank you.. does this kernel support Double Tap To Wake ??
also how is the battery & overall performance ??
Click to expand...
Click to collapse
No DT2W as it is an unstable feature on the moto g and this kernel stands for stability. As far as I know there is only one kernel out there that supports this when it still does.
Battery and performance are really good, it depends on the settings. For example you'll get very nice battery stats with the tuneable zzmove governor. I use KernelAdiutor to adjust it. There is also a personal build from @-decipher-.
Sent with somewhat
Wolfcity said:
No DT2W as it is an unstable feature on the moto g and this kernel stands for stability. As far as I know there is only one kernel out there that supports this when it still does.
Battery and performance are really good, it depends on the settings. For example you'll get very nice battery stats with the tuneable zzmove governor. I use KernelAdiutor to adjust it. There is also a personal build from @-decipher-.
Sent with somewhat
Click to expand...
Click to collapse
which kernel supports DT2W feature & what are the pros & cons of that kernel..
and is there any other way I can get the DT2W on my Moto G..?
iammayank_22 said:
which kernel supports DT2W feature & what are the pros & cons of that kernel..
and is there any other way I can get the DT2W on my Moto G..?
Click to expand...
Click to collapse
First of all you have to check out,if your display supports DT2W:
Display types working with dt2w:
mdss_dsi_mot_inx_720p_video_v0
Display types not working with dt2w:
mdss_dsi_mot_jdi_720p_video_v1
mdss_dsi_mot_jdi_720p_video_v0
To check wich display type you have by going into terminal and type:
Code:
su
cat /proc/cmdline
If you have the right display here is a kernel that supports it:
http://forum.xda-developers.com/moto-g-2014/development/kernel-revkernel-wip-oc-uc-dt2w-s2w-t3055295
I have no experience with that kernel, if I understood the OP correctly a full wipe is recommended.
I don´t know If there is another kernel that supports DT2W, just check the android development section.
But first of all check the type of your display.
Related
Hi falcon people!
This is my modified kernel with some kernel optimizations and some compiler optimizations.
The goal of abyss is to achieve improved performance/battery without the cost of stability.
I will not be overhauling this project with changes that are not logical to add.
This kernel should work on the latest 7.x.x (and maybe 6.x.x) roms like CyanogenMod and any other AOSP based rom.
How does one achieve this?
- build kernel with an optimized toolchain
- use compiler optimization flags (experimental)
- remove redundant code
- improve existing code with more efficient code
- reduce/increase speed of timers (depends on what type of function)
- etc. (most are not easy to explain)
Built with Linaro GCC 4.9 optimized for Cortex A7 with vfpv4 technology
Is there actually a performance improvement?
With all the changes added up, there should be. Whether or not one notices the difference is another thing.
Personally, I do feel the performance difference. It is easier to notice the difference with lower level specs like ours.
For those interested in how the kernel optimizations will benefit/work, please look at my github source and read the commit messages.
For those interested in how the compiler optimizations/hacks will benefit/work, please look at this article.
Downloads:
Discontinued
Source:
GitHub
Asking for ETA's won't be necessary because I use this kernel as my daily driver.
I do not mind if there's some non-development/off-topic discussion here, just no discussion about other works that is nowhere near related to mine.
Also, please refrain from comparing works here; it really kills the spirit of development. Go do that in some other thread.
XDA:DevDB Information
abyss kernel for aosp roms, Kernel for the Moto G
Contributors
YoshiShaPow, arter97, flar2, Christopher83, Cl3Kener, frap129
Source Code: [url]https://github.com/abyss-kernels/falcon[/URL]
Kernel Special Features: MAJOR KEY
Version Information
Status: Nightly
Created 2016-05-10
Last Updated 2016-12-18
Don't like the defaults?
Use Kernel Adiutor to change the settings!
Frequently Asked Questions:
Is this a custom kernel?
I was asked this question once, and it posed as a real good question. I do not consider abyss to be a "custom kernel" per se, but more so as a modified kernel. The patches and features that go into this kernel do not make it customizable. What they do is improve what has already been implemented. It is like swapping a car's engine for a better one rather than just adding LED flooring lights and fancy car mats.
Can you add [this] and [that] feature to abyss?
Something I pride myself with this kernel is that it does not have a bunch of random, useless features or patches mashed into it. Everything put into this kernel is thought out well and tested. I see a lot of works being made popular because it has [this] and [that] feature when really, it's nothing revolutionary. As a matter of fact, most things added to any kernel will not make it 5x better than any other kernel. Most of the time, simple is better; and in this case it definitely is!
Main Patches and Features:
- intelliplug (default hotplug)
- intelliactive governor
- KCAL Control Driver
- kexec hardboot patch for Multirom
- USB Force Fast Charge patch
- Abyss Optimizations (compiler)
- disabled debugging for more performance throughout
- lots of patches for better performance here and there... too many to list
How to install:
Download kernel from Basketbuild
Boot into TWRP recovery
(If you're coming from a different kernel, dirty flash current ROM)
Flash kernel zip
Reboot
Nice job bro ! [emoji3]
Thank you for this awesome kernel [emoji6]
Sent from my Moto G using XDA-Developers mobile app
this work with both cm and aosp or aosp only
zydes said:
this work with both cm and aosp or aosp only
Click to expand...
Click to collapse
It will work on any 6.x.x AOSP based rom (CyanogenMod included). The only roms it will not work with to my knowledge are Omni and SlimSaber.
edit: turns out it works with them
nx rom based cm work?
Can you add OC made be @h2o64 ? Really is a the difference if you do the benchmarks and in real life just a little so is true OC..
zydes said:
nx rom based cm work?
Click to expand...
Click to collapse
Yes, most likely.
Eurofighter_ty said:
Can you add OC made be @h2o64 ? Really is a the difference if you do the benchmarks and in real life just a little so is true OC..
Click to expand...
Click to collapse
I will look into it.
YoshiShaPow said:
It will work on any 6.x.x AOSP based rom (CyanogenMod included). The only roms it will not work with to my knowledge are Omni and SlimSaber.
Click to expand...
Click to collapse
Works just fine with Omni so far, SlimSaber would probably work also. Nice to see another kernel for us from you, Thanks!
amarc78 said:
Works just fine with Omni so far, SlimSaber would probably work also. Nice to see another kernel for us from you, Thanks!
Click to expand...
Click to collapse
Updated the OP and my earlier post. Thanks for testing
Thanks ? this kernel work perfeft
Sent from my Moto G using XDA-Developers mobile app
Carlos Arriaga said:
Thanks this kernel work perfeft
Sent from my Moto G using XDA-Developers mobile app
Click to expand...
Click to collapse
in androidfilehost you have kernel for falcon or condor carlosarinaga
zydes said:
in androidfilehost you have kernel for falcon or condor carlosarinaga
Click to expand...
Click to collapse
Perfect example of OT that development threads should not have. No more of these type of posts^ please.
YoshiShaPow said:
Perfect example of OT that development threads should not have. No more of these type of posts^ please.
Click to expand...
Click to collapse
soory for my post
can u add feature underclock for yuor kernel
zydes said:
soory for my post
can u add feature underclock for yuor kernel
Click to expand...
Click to collapse
Sorry, I won't be adding underclocking to this kernel. There really isn't much of a need for underclocking a phone. In the long run, battery consumption will not be changed, maybe only at the slightest.
Also, the more frequencies added, the slower a CPU governor works. Most governors run calculations based on cpu load, checking whether or not it needs to move up or down a frequency step. By adding more steps, the cpu will throttle slower.
Just updated the kernel with frandom support. Also added some ramdisk modifications to support it.
More entropy == better performance.
egg-caf-falcon-nightly-20160513.zip
Battery backup is good...give a try
It's great to see feedback from the users. New build with modified values; it should improve multitasking performance.
egg-caf-falcon-nightly-20160515.zip
navaneethkom said:
Battery backup is good...give a try
Click to expand...
Click to collapse
Yes, the battery is great, 18 hours standby and i get almost 4h sot, left with 52% right now. Anybody looking for great battery should go for it.
Hi guys !
Sorry for my crappy english i'm french (baguette)
I'm currently making a survey about your ROM/KERNEL/ADVANCED INTERACTIVE GOVERNOR (link here)/BENCHMARK to know which rom is better than an other !
I need your help : here
Google Sheet here
Thanks for your attention !
Up
TRICKYRapsody said:
Hi guys !
Sorry for my crappy english i'm french (baguette)
I'm currently making a survey about your ROM/KERNEL/ADVANCED INTERACTIVE GOVERNOR (link here)/BENCHMARK to know which rom is better than an other !
I need your help : here
Google Sheet here
Thanks for your attention !
Click to expand...
Click to collapse
It's a great thing that you're trying to collect quantitative data. However, there are so many factors that affect ROM performance. Everyone has their ROM set up differently (different apps used, kernel settings, etc) such that it is hard to get a fair comparison, even for the same ROM. Secondly, there is no overall best ROM. Different people prefer different features. It would be better if you can also ask why some people like the ROM they're using or prefer some ROM over another.
joshuous said:
It's a great thing that you're trying to collect quantitative data. However, there are so many factors that affect ROM performance. Everyone has their ROM set up differently (different apps used, kernel settings, etc) such that it is hard to get a fair comparison, even for the same ROM. Secondly, there is no overall best ROM. Different people prefer different features. It would be better if you can also ask why some people like the ROM they're using or prefer some ROM over another.
Click to expand...
Click to collapse
Hi ! Thanks for your anwser ! I know everyone prefer a ROM over another but i want to collect data to compare governor and ROM to help new joiner to try to have better performance on a ROM with kernel/governor over another
Best setup for stock based Roms for me so far is ElementalX, boeffla moxie (with all of them had more or less the same experience and shotgun 1.7.6 profile
the best "will" be arters cm14.1 (maybe even arters aospa nougat) + arters nougat cm kernel + all partitions on f2fs. benchmarks will disagree but you will see that any loading screen loads twice as fast as on any other rom + kernel setup. you will have amazing battery life/ performance total satisfaction hahahaha
nadejo said:
the best "will" be arters cm14.1 (maybe even arters aospa nougat) + arters nougat cm kernel + all partitions on f2fs. benchmarks will disagree but you will see that any loading screen loads twice as fast as on any other rom + kernel setup. you will have amazing battery life/ performance total satisfaction hahahaha
Click to expand...
Click to collapse
For a moment I was thinking that arter didn't release Nougat...then saw "will"
for smoothness and performance its Arter97's cm+kernel. But for battery OOS+EX kernel.
Features
Bypasses SafetyNet
NTFS and exFAT Support
Performance & Power Optimizations
Download
AndroidFileHost
Do not flash this over other kernels. If you want to switch from any other kernel to Atom, then flash stock kernel first (by dirty flashing your current ROM), and flash Atom.
XDA:DevDB Information
Atom, Kernel for the Asus ZenFone 2
Contributors
ramrasekar
Source Code: https://github.com/ramrasekar/moorefield
Version Information
Status: Stable
Current Stable Version: v1.5
Stable Release Date: 2018-07-25
Created 2017-10-09
Last Updated 2018-07-25
Reserved
Reserved
Reserved
Subscribed and following. If you may, may I ask about the CPU Governors? What is included in this kernel? And also with I/O scheduler and TCP Congestion. Thank You. I'll be considering to install this one of these days. Good to see an alternative.
stork321 said:
Subscribed and following. If you may, may I ask about the CPU Governors? What is included in this kernel? And also with I/O scheduler and TCP Congestion. Thank You. I'll be considering to install this one of these days. Good to see an alternative.
Click to expand...
Click to collapse
Hey mate!
This is a minimal kernel with no bloat or pointless placebo addons. Also, i believe on improving the code rather adding the code. So, this is an optimized version of stock kernel for better battery stability and performance. (You can see the OP if you wanna know more about the tweaks.)
rb_rasekar said:
Hey mate!
This is a minimal kernel with no bloat or pointless placebo addons. Also, i believe on improving the code rather adding the code. So, this is an optimized version of stock kernel for better battery stability and performance. (You can see the OP if you wanna know more about the tweaks.)
Click to expand...
Click to collapse
Thank you. Meaning, I can just install and forget? no more tweaks to be made or adjustments in parameters like CPU Gov, TCP Congestion algorithm, I/O scheduler, etc? I'm really interested to try this out but I need some few details first. Glad to know there's now an alternative kernel to ZF2 aside from HoloN. Thanks for your great work.
stork321 said:
Thank you. Meaning, I can just install and forget? no more tweaks to be made or adjustments in parameters like CPU Gov, TCP Congestion algorithm, I/O scheduler, etc? I'm really interested to try this out but I need some few details first. Glad to know thre's now an alternative kernel to ZF2 aside from HoloN. Thanks for your great work.
Click to expand...
Click to collapse
Actually yes!
But there is a battery profile attached in the download section. It is pretty smooth and good on juice.
You can try that if you want else flash and forget
rb_rasekar said:
Actually yes!
But there is a battery profile attached in the download section. It is pretty smooth and good on juice.
You can try that if you want else flash and forget
Click to expand...
Click to collapse
That's good to know. Is this profile can be set thru Kernel Audiutor Mod?
stork321 said:
That's good to know. Is this profile can be set thru Kernel Audiutor Mod?
Click to expand...
Click to collapse
Yes
Can I use this kernel at NutOS?
Trying on lineage. Working fine!
Subcribed! Gonna check it out and compare to Holo and stock LOS kernel.
alphaprosper12 said:
Can I use this kernel at NutOS?
Click to expand...
Click to collapse
Yes
agm2112 said:
Trying on lineage. Working fine!
Click to expand...
Click to collapse
may I ask if what is the default CPU gov of the kernel?
stork321 said:
may I ask if what is the default CPU gov of the kernel?
Click to expand...
Click to collapse
Ondemand
Btw, all parameters are nearly same as lineage stock kernel with slight improvements...
Rapid Charging
Hi, Does rapid charging work on this kernel?
Banzai! Thanks so much for keeping zf2 alive
is this kernel also good in gaming.like playing mobile legends?
vaidhy2007 said:
Hi, Does rapid charging work on this kernel?
Click to expand...
Click to collapse
Yes
hello mates
just curious, i wanted to ask you all what rom/kernel have you been happy with?
regards,
grinninga
DELET DIS!
Please don't ask what the "best" ROM or Kernel is. It's all depends on your usage. Please search before asking this question, as there are so many threads asking what the best setup is.
Once again stupid thread..............
Android Honeycomb with stock kernel is really good
thes3usa said:
Please don't ask what the "best" ROM or Kernel is. It's all depends on your usage. Please search before asking this question, as there are so many threads asking what the best setup is.
Click to expand...
Click to collapse
sorry, i want to add: i want good battery life. mine is now terrible.
phoberus said:
Android Honeycomb with stock kernel is really good
Click to expand...
Click to collapse
thx i will try that
Grinninga said:
sorry, i want to add: i want good battery life. mine is now terrible.
Click to expand...
Click to collapse
There is no "magic bullet" that guarantees awesome battery life for everyone in all conditions. If there were, everyone would be using the same ROM, and that isn't the case, is it?
Better to find out what is causing the battery drain (rogue app, wakelocks, etc.) and address it.
There are also plenty of "best ROM" threads, including ones that discuss battery life. So another yet another thread is pointless. Should have posted in an existing thread.
Donut or Froyo is best of the best ROM for 3T ....lol
Grinninga said:
hello mates
just curious, i wanted to ask you all what rom/kernel have you been happy with?
regards,
grinninga
Click to expand...
Click to collapse
1. Freedom OS
**Pros:
-Oxygen OS based ROM
-Super stable
-Great Battery life
-Adaway
-Viper4fx
-much more stuff...
**Cons
-No more customisations than original ROM
-Not sure about Frequent updates
2. Lineage OS 15.1 unofficial
**Pros:
-oreo 8.1
-Great battery life
-lots of customisations possible
-Has much more developer support
-better than stock ROM
**Cons:
-few things are not working
Charging doesn't make a sound nor vibrate, no matter what settings.
Option to switch hw keys light on/off is missing (i know not real issue, but many prefer them off)
Display modes missing sRGB, DCI-P3
-alpha stage so not super stable
-bugs here and there
-you have to decrypt your phone { must for earlier versions but not sure about 15.1}
BEST KERNEL
No doubt Franco Kernel , best battery backup
After all it depends on you what's your taste ....
**SPECIAL MENTION
omni rom and nitrogen os are also super good but don't have great battery life
HIT THAT THANKS BUTTON IF MY POST WAS HELPFUL
i have tested many roms and kernels.
here are my results :
- oos 4.1.7 with stock kernel is amazing ! if you want more customization you can use xposed + gravity box
- sultanxda roms ( lineage 14.1 or rr based )
- and caesium kernel ! is one of the best in terms of battery, its sad it doesn't support oos and just custom roms.
and now i am testing oos 5.0.1 + latest franco ! hope it will be good.
Introduction
Hi everyone, after building the updated los kernel I decided to build a fully custom kernel for our device. So why call it "baddar" ? it was the first name I used for the kernel and its my family name so I kept using it .
in this kernel I'm following these rules :
Security. Always updated to latest available stable Linux & CAF patches.
Stability. Tested first by myself and with many other users before posting it here.
Smoothness. Smooth navigation is must, I hate lag.
Balanced. Performance and battery must be balanced.
Features
Fully based on CAF 3.18 kernel source with latest Linux-stable merged in.
Always updated to latest drivers i.e WiFi, sdfat, etc
Built using latest GCC 9.1.1.
Custom features are heavily based on Franco work.
Vibration intensity control.
Wakelock blocker enabled by default with user control (boeffla wakelock blocker).
Fsync control.
USB fast charge up to 900mA.
Westwood TCP enabled and used by default.
zRAM optimization. (Disabled by default)
Fingerprint boost. Slightly increase the unlock speed and make it respond faster.
Interactive governor tweaks and optimization.
Kcal support.
VR & low persistence support (WIP).
50% battery bug fix.
CAD project support.
Common android kernel fixes and optimization.
Wireguard Support
and many more.
Future plans
Adding more governors & I/O that favor performance / battery when needed.
Attempt to fully fix low persistence issue in daydream.
Making the kernel better after every release.
Telegram Group
Want to test latest betas? feature request? a suggestion ? or report your issue , join my kernel group , I'm much more active there and the group community there is the best.
Join Here
Kernel Version : RC1.2
Linux kernel version : 3.18.140
CAF tag : LA.UM.7.5.r1-05300-8x96.0
last update : 11/7/2019
TREBLE ONLY
Kernel Source
Downloads
Here
Credits
@Unjustified Dev
@OrdenKrieger
@nathanchance
@franciscofranco
@deega
@SaintZ93
All telegram testers who without them this kernel would not possible , Huge thanks to them
reserved for future use (FAQ & Changelog)
Changelog :
Update RC1.2
New in this update :
Merge latest CAF updates for both kernel and wifi (LA.UM.7.5.r1-05300).
Merge latest linux stable updates 3.18.140.
Merge latest aosp msm updates (up to 3 of july)
Add input boost again (disabled by default), enable it for extra performance using EXM or similar apps.
Remove Wireguard (temporary)
Compiled with GCC 10.
thank you, i will try it.
Edit: It works amazing! phone is much cooler than before but remained snappy performance. Awesome!
Great work baddar,thank you! My axon 7 has great performance and battery life again with the new os systems
Testing it right now
Does this kernel support DriveDroid? That's a feature I have been missing for a long time.
SkaboXD said:
thank you, i will try it.
Edit: It works amazing! phone is much cooler than before but remained snappy performance. Awesome!
Click to expand...
Click to collapse
Yep , very smooth and fast without any warm up during normal usage , any improvement in battery life ?
Predatorhaze said:
Great work baddar,thank you! My axon 7 has great performance and battery life again with the new os systems
Click to expand...
Click to collapse
you are welcome , enjoy it.
Fuilares said:
Testing it right now
Click to expand...
Click to collapse
how was your test ?
Kingo64 said:
Does this kernel support DriveDroid? That's a feature I have been missing for a long time.
Click to expand...
Click to collapse
Don't know what is this so I would say no.
@king1990 I went back to stock because aex and other custom ROMs i tried have delay when opening apps and it's very annoying. it open apps significantly slower than stock ROM. I set animations same as stock rom, 0.5x,0.5x and 1.0x. I can disable animations but it will look stuttery. Kernel is good, no question, but it wasn't enough for me to stay on custom rom.
With the current corruption happening on 5.x with GCC9, you're brave to use it. I would wait to know more about the issue first.
SkaboXD said:
@king1990 I went back to stock because aex and other custom ROMs i tried have delay when opening apps and it's very annoying. it open apps significantly slower than stock ROM. I set animations same as stock rom, 0.5x,0.5x and 1.0x. I can disable animations but it will look stuttery. Kernel is good, no question, but it wasn't enough for me to stay on custom rom.
Click to expand...
Click to collapse
No problem here and none of the users who tested the kernel reported that.
geearf said:
With the current corruption happening on 5.x with GCC9, you're brave to use it. I would wait to know more about the issue first.
Click to expand...
Click to collapse
what issue you mean ?
king1990 said:
what issue you mean ?
Click to expand...
Click to collapse
https://bugzilla.kernel.org/show_bug.cgi?id=203573
geearf said:
https://bugzilla.kernel.org/show_bug.cgi?id=203573
Click to expand...
Click to collapse
how is this related to android ?
king1990 said:
how is this related to android ?
Click to expand...
Click to collapse
It's the same kernel and the same compiler.
The corruption may only be limited to bcache, but maybe not.
geearf said:
It's the same kernel and the same compiler.
The corruption may only be limited to bcache, but maybe not.
Click to expand...
Click to collapse
We are using 3.18 kernel and a CAF one so nothing to worry about.
THis should work on RR6 right? I have vendor also but RR6 does not use it if I am remembering correct. anyway I am not getting a boot with RR 6 and I cant figure out why. I was on hellsgate before and i just went back and its booting again. Any ideas Maybe I cant simply flash over hellsgate, annoying.
madhits45 said:
THis should work on RR6 right? I have vendor also but RR6 does not use it if I am remembering correct. anyway I am not getting a boot with RR 6 and I cant figure out why. I was on hellsgate before and i just went back and its booting again. Any ideas Maybe I cant simply flash over hellsgate, annoying.
Click to expand...
Click to collapse
yeah if you get any ROM to boot then you can use my kernel and flash it over any other kenerl
king1990 said:
Yep , very smooth and fast without any warm up during normal usage , any improvement in battery life ?
you are welcome , enjoy it.
how was your test ?
Don't know what is this so I would say no.
Click to expand...
Click to collapse
So after few days I must say, that I got much better performance, but comparing to Hellsgate Reborn kernel battery life is worse.
Fuilares said:
So after few days I must say, that I got much better performance, but comparing to Hellsgate Reborn kernel battery life is worse.
Click to expand...
Click to collapse
well you can't get this performance for free but I doubt the hit in battery life is big.
king1990 said:
yeah if you get any ROM to boot then you can use my kernel and flash it over any other kenerl
Click to expand...
Click to collapse
Ok so any tricks to getting it to boot after flashing over hellsgate?
---------- Post added at 06:25 PM ---------- Previous post was at 06:24 PM ----------
Fuilares said:
So after few days I must say, that I got much better performance, but comparing to Hellsgate Reborn kernel battery life is worse.
Click to expand...
Click to collapse
How did you flash over hellsgate, I could not get it to boot. I cleared cache and no dice, anything else you did?
madhits45 said:
Ok so any tricks to getting it to boot after flashing over hellsgate?
---------- Post added at 06:25 PM ---------- Previous post was at 06:24 PM ----------
How did you flash over hellsgate, I could not get it to boot. I cleared cache and no dice, anything else you did?
Click to expand...
Click to collapse
it does not boot ? which RR are you trying and what vendor ?