Related
This is for kernel devs only. The patch itself is useless to those who do not/can not compile their own kernel.
This was a pretty big hit on some other devices so I figured I'd give it a shot for you guys. This allows one to force AC charging for any charger that is detected as USB (e.g. many car chargers) and pull the full current the charger can support. It also provides additional security when connecting to public charging stations because by forcing AC charging, USB/adb data transfers are disabled, protecting your data.
It is essentially a software version of the modified charge only usb cables.
Fast charge can be toggled by issuing:
echo 1 > /sys/kernel/fast_charge/force_fast_charge
and off:
echo 0 > /sys/kernel/fast_charge/force_fast_charge
In addition I have created a toggle fast charge widget that may be used to toggle fast charge on and off right from your home screen:
https://play.google.com/store/apps/details?id=com.incredicontrol.fastchargewidget
I have also implemented a toggle in IncrediControl (free) that will allow you to turn it on and off.
https://play.google.com/store/apps/details?id=com.incredicontrol
For the widget (or any fast charge toggle) to work, you MUST be running a kernel that has this patch implemented.
As a good gesture to support a fellow dev, I ask that if you implement the patch into your kernel, please link to my widget as one means to toggle it. You are of course free to provide other ways to toggle it as well if you so desire.
Kernel devs, if you would like to test the widget yourself to confirm its working, and for convenience of testing, please contact me and I will provide you with a copy. You must show that you are a kernel dev though (i.e. link me to your kernel post so I can match your username).
Good luck have fun!
http://www.incredikernel.com/wp-con...wnload.php?id=shooter_force_fast_charge.patch
Thank you to those who tested for me.
chad0989 said:
This is for kernel devs only. The patch itself is useless to those who do not/can not compile their own kernel.
This was a pretty big hit on some other devices so I figured I'd give it a shot for you gys. This allows one to force AC charging for any charger that is detected as USB (e.g. many car chargers) and pull the full current the charger can support. It also provides additional security when connecting to public charging stations because by forcing AC charging, USB/adb data transfers are disabled, protecting your data.
It is essentially a software version of the modified charge only usb cables.
Fast charge can be toggled by issuing:
echo 1 > /sys/kernel/fast_charge/force_fast_charge
and off:
echo 0 > /sys/kernel/fast_charge/force_fast_charge
In addition I have created a toggle fast charge widget that may be used to toggle fast charge on and off right from your home screen:
https://play.google.com/store/apps/details?id=com.incredicontrol.fastchargewidget
I have also implemented a toggle in IncrediControl (free) that will allow you to turn it on and off.
https://play.google.com/store/apps/details?id=com.incredicontrol
For the widget (or any fast charge toggle) to work, you MUST be running a kernel that has this patch implemented.
As a good gesture to support a fellow dev, I ask that if you implement the patch into your kernel, please link to my widget as one means to toggle it. You are of course free to provide other ways to toggle it as well if you so desire.
Kernel devs, if you would like to test the widget yourself to confirm its working, and for convenience of testing, please contact me and I will provide you with a copy. You must show that you are a kernel dev though (i.e. link me to your kernel post so I can match your username).
Good luck have fun!
http://www.incredikernel.com/wp-con...wnload.php?id=shooter_force_fast_charge.patch
Thank you to those who tested for me.
Click to expand...
Click to collapse
woot! this will come in very handy, has this been compiled into your Anthrax kernels?
bitslizer said:
woot! this will come in very handy, has this been compiled into your Anthrax kernels?
Click to expand...
Click to collapse
Wrong Chad. Haha.
Chad.goodman does have a type of fast charge support in his Anthrax kernels to answer your question.
Hey buddy! I was pretty hell bent on flashing beta 6 to my Rezound but Wolf just informed me that it may have been for Gingerbread.. Which would explain why I can't make it work lol. I look at the Incred. site but couldn't find any more info regarding the Kernel. Is there a way I can make this work with them latest ICS leak? Neo < Tiny < Chad so I don't have the know how.
Tossed you some coin (literal pocket change) for the fast charge widget btw Thanks for that
- Neo
IAmTheOneTheyCallNeo said:
Hey buddy! I was pretty hell bent on flashing beta 6 to my Rezound but Wolf just informed me that it may have been for Gingerbread.. Which would explain why I can't make it work lol. I look at the Incred. site but couldn't find any more info regarding the Kernel. Is there a way I can make this work with them latest ICS leak? Neo < Tiny < Chad so I don't have the know how.
Tossed you some coin (literal pocket change) for the fast charge widget btw Thanks for that
- Neo
Click to expand...
Click to collapse
Haha, yeah, rezound beta6 is GB only. Waiting on the ICS source to drop. I'm pretty confident I could make a working ICS kernel for the rezound by using the vivid ICS kernel as a base, but I haven't had the time to really work on it. Hopefully soon though.
I'm not personally of the ability to incorporate this into anything, but I would appreciate any ROM/Kernel that does. This is something I desperately need for my car.
Felnarion said:
I'm not personally of the ability to incorporate this into anything, but I would appreciate any ROM/Kernel that does. This is something I desperately need for my car.
Click to expand...
Click to collapse
PM me with the name of the kernel you currently use and I'll send you something for the time being while you wait.
Sent from my ADR6425LVW using XDA
I think most people are rocking the anthrax kernel.
chad0989 said:
PM me with the name of the kernel you currently use and I'll send you something for the time being while you wait.
Sent from my ADR6425LVW using XDA
Click to expand...
Click to collapse
I appreciate the offer.
I'm currently bouncing between two ICS ROMs, and touching anything within those is probably a bad idea, since they already have enough issues. I'm speaking more in a general sense that, if this is a good mod and definitely works, then it'd be awesome to see all kernel devs incorporate it into their builds.
wachalookinat said:
Read the post above mine dumbass.
Click to expand...
Click to collapse
He said for you to PM him therefore you were somewhat in the wrong. By the way not everybody runs the Anthrax kernels cause I don't.
Also name calling won't get you anywhere except a step towards getting banned from XDA.
私のEVO 3Dから送信される。
Hi i've ported fast_charge to my kernel but
how it is made adds this "/sys/kernel/fast_charge" directory to the kernel?
if itry to change the value with
echo 1 > /sys/kernel/fast_charge/force_fast_charge
in the terminal, but the terminal output this error: sh: cannot create /sys/kernel/fast_charge/force_fast_charge: No such file or directory
how it is made?
Guys my kernel, MAC kernel, has this.
I'm actually testing my next release with fast charge v3.1
http://forum.xda-developers.com/showthread.php?t=1767568
Nice work Chad :thumbup:
CastagnaIT said:
Hi i've ported fast_charge to my kernel but
how it is made adds this "/sys/kernel/fast_charge" directory to the kernel?
if itry to change the value with
echo 1 > /sys/kernel/fast_charge/force_fast_charge
in the terminal, but the terminal output this error: sh: cannot create /sys/kernel/fast_charge/force_fast_charge: No such file or directory
how it is made?
Click to expand...
Click to collapse
I think he ask for learning build kernel...
Sent from my PG86100
MikeC84 said:
Guys my kernel, MAC kernel, already has this.
Click to expand...
Click to collapse
Thanks, but that has nothing to do with the OP's release. Unless, of course, your thread gives me a similar adaptive patch; and if that's the case, sweet.
found myself the solution,
in the fastchg.c missing this include:
#include <linux/module.h>
Testing done. Source up. Happy picking.
I wrote this for the Sensation and mdeejay did harass me to port it over to the shooteru (I don't own an EVO), well:
Challenge accepted!
Download: Don't click me anymore...
Source: Click me...
I ported my work from the Sensation and modified it quite extensively to work with the atmel driver instead of the cy8c one from the Sensation.
The first version had some problem with the capacitive leds (null pointer dereference ), thanks to the logs of @teihoata this could be fixed.
bricked.de
Hi,
Let me clarify that I am not a DEVELOPER, or LOGGER or TESTER of any sorts
I just want to put forth that a similiar thing called Slide2Wake, which was developed by bponury on our XDA forums was released somewhere ealrier this year. It was actually coded much earlier but wasnt released. I remember coming across it during Kamma's kernel time, which is in October or November 2011.
This is his thread ;
http://forum.ponury.net/viewtopic.php?f=14&t=354&sid=837533d86c47eac9495375908d131899
In his thread, he allowed us to port in certain kernel module, which allows any kernel developer to include. This inclusion will allow us to do "Slide 2 wake"
Once the kernel code is included, users of the HTC EVO3D are to download an app called ;
Ponury Gesture Mod (currently version 1.4)
https://play.google.com/store/apps/details?id=net.ponury.pgm&hl=en
This app allows an interface to configure the "Slide 2 wake" feature, which if you watch his Youtube here;
http://www.youtube.com/watch?v=GswWnvxuCXk
You will find out its the similiar thing with your "Sweep 2 wake" function
However, Ponury's one is kernel module and app, based only for EVO3D.
The app allows you to turn it off, and on, and separately if you only need 1 part of it to work.
Some kernels currently that definitely support it are Leedroid's latest, Anthrax latest and Anryl's latest, while some other kernels like Unity3b by Mdeejay doesnt
I noticed capacitive buttons LED bugs exist, depending on the ROM and the Tweaks.apk settings and Autobrightness, etc. Overall, it works almost most of the time.
What I would like to know is how different is your "Sweep 2 wake" compared to "Slide 2 wake" for us to give this a whirl ?
I remember battery drain issues with screen off present due to the fact that the screen is consistently trying to register touches in a particular fashion, and if you touch the screen for 30 minutes non stop (like I did once in a meeting), these touches are still being recorded and using battery. The screen didnt turn ON (because I was randomly touching everywhere else besides the buttons), yet when I checked some logs and task monitors, it showed that I kept interacting with the kernel and CPU was busy. This did drain battery. The only way it did drain actually.
Apologize in advance for this post if it messes up your thread, and effort.
I can dwell into the testing of this , once some things are clarified
Much thanks for your effort, and Mdeejay of course
jcsy said:
Hi,
Let me clarify that I am not a DEVELOPER, or LOGGER or TESTER of any sorts
I just want to put forth that a similiar thing called Slide2Wake, which was developed by bponury on our XDA forums was released somewhere ealrier this year. It was actually coded much earlier but wasnt released. I remember coming across it during Kamma's kernel time, which is in October or November 2011.
This is his thread ;
http://forum.ponury.net/viewtopic.php?f=14&t=354&sid=837533d86c47eac9495375908d131899
In his thread, he allowed us to port in certain kernel module, which allows any kernel developer to include. This inclusion will allow us to do "Slide 2 wake"
Once the kernel code is included, users of the HTC EVO3D are to download an app called ;
Ponury Gesture Mod (currently version 1.4)
https://play.google.com/store/apps/details?id=net.ponury.pgm&hl=en
This app allows an interface to configure the "Slide 2 wake" feature, which if you watch his Youtube here;
http://www.youtube.com/watch?v=GswWnvxuCXk
You will find out its the similiar thing with your "Sweep 2 wake" function
However, Ponury's one is kernel module and app, based only for EVO3D.
The app allows you to turn it off, and on, and separately if you only need 1 part of it to work.
Some kernels currently that definitely support it are Leedroid's latest, Anthrax latest and Anryl's latest, while some other kernels like Unity3b by Mdeejay doesnt
I noticed capacitive buttons LED bugs exist, depending on the ROM and the Tweaks.apk settings and Autobrightness, etc. Overall, it works almost most of the time.
What I would like to know is how different is your "Sweep 2 wake" compared to "Slide 2 wake" for us to give this a whirl ?
I remember battery drain issues with screen off present due to the fact that the screen is consistently trying to register touches in a particular fashion, and if you touch the screen for 30 minutes non stop (like I did once in a meeting), these touches are still being recorded and using battery. The screen didnt turn ON (because I was randomly touching everywhere else besides the buttons), yet when I checked some logs and task monitors, it showed that I kept interacting with the kernel and CPU was busy. This did drain battery. The only way it did drain actually.
Apologize in advance for this post if it messes up your thread, and effort.
I can dwell into the testing of this , once some things are clarified
Much thanks for your effort, and Mdeejay of course
Click to expand...
Click to collapse
Yes, and since we never saw the source of the slide2wake and it was made into a money making machine, I wrote it myself from scratch and opensource
It completely works with interrupts, meaning: As long as you don't constantly touch your screen with capacitive material (like your finger) there will be no additional battery drain and the phone will sleep as usual.
Additionally this is completely kernel side, so no other apps or anything else "bloating" is required. (and is has a on/off switch)
This also lights up the capacitive buttons as soon as you start sweeping so that you can see the buttons in total darkness. (not shown in the video because it was not in there at that time)
A lot of bugfixes and work went into the sensation version and I don#t expect anything else to be needed here. So it is more than likely that the zImage above will not even work remotely like what I just described.
It's great.
Chad had ported showp's mod to the CDMA evo 3d, but removed it - worked great while it lasted.
Testing done, source is up, op edited. Happy picking.
Awesome work!
How can I test this ? I am using anryl's kernel. Can the zImage be integrated somehow ?. I am not an expert to go into source code territory
sdeft said:
How can I test this ? I am using anryl's kernel. Can the zImage be integrated somehow ?. I am not an expert to go into source code territory
Click to expand...
Click to collapse
Code:
adb reboot-bootloader
fastboot boot C:\Path\to\shooter_sweep2wake_zImage_v2
This will only boot the kernel once, a reboot will reset it to your installed kernel and since there are no modules delivered, wifi will be broken.
is it safe or will brick my phone ?
sdeft said:
is it safe or will brick my phone ?
Click to expand...
Click to collapse
This is a dev thread, though this should be safe there will be no guarantee. Just like any other kernel in the whole Dev section.
I think, this is very them same as slide2wake.
The bad think on slide2wake was, that the touch interface was always online, what resulted in a abnormal battery consumption. I hope this is not so in this Mod...
e3d said:
I think, this is very them same as slide2wake.
The bad think on slide2wake was, that the touch interface was always online, what resulted in a abnormal battery consumption. I hope this is not so in this Mod...
Click to expand...
Click to collapse
Didn't the creator say some stuff about how the screen only woke up when it was pressed?
That didn't really work because if you have chinos on and the phone is in your pocket then the screen just stays on :L
Sent from my HTC EVO 3D X515m using Tapatalk 2
e3d said:
I think, this is very them same as slide2wake.
The bad think on slide2wake was, that the touch interface was always online, what resulted in a abnormal battery consumption. I hope this is not so in this Mod...
Click to expand...
Click to collapse
Read this:
http://forum.xda-developers.com/showpost.php?p=24951715&postcount=3
thre3aces said:
Didn't the creator say some stuff about how the screen only woke up when it was pressed?
That didn't really work because if you have chinos on and the phone is in your pocket then the screen just stays on :L
Click to expand...
Click to collapse
http://en.wikipedia.org/wiki/Touchscreen#Capacitive
As long as the cloth is not so thin that you can look through it and it is made out of a non capacitive material there will be no problem. But who does put his/her smartphone in the trouser-pocket without having it in the phones bag? (or: who does not have a bag for his/her 600 Euro++ phone? )
btw, awesome handy-bags: http://www.fitbag.de/
show-p1984 said:
Code:
adb reboot-bootloader
fastboot boot C:\Path\to\shooter_sweep2wake_zImage_v2
This will only boot the kernel once, a reboot will reset it to your installed kernel and since there are no modules delivered, wifi will be broken.
Click to expand...
Click to collapse
I didn't really understand how to install this, can you explain it one more time? Thanks.
crimmylol said:
I didn't really understand how to install this, can you explain it one more time? Thanks.
Click to expand...
Click to collapse
Connect phone to pc and type those commands in cmd(assuming adb and fastboot are in PATH)
Sent from my HTC EVO 3D X515m using Tapatalk 2
pedja1 said:
Connect phone to pc and type those commands in cmd(assuming adb and fastboot are in PATH)
Sent from my HTC EVO 3D X515m using Tapatalk 2
Click to expand...
Click to collapse
Will it replace my kernel or just integrate some modules in it?
upd. It stucked on HTC logo and thats all.
gonna wait for this till i see a succesfull flash, idea is great tough..
phikal said:
gonna wait for this till i see a succesfull flash, idea is great tough..
Click to expand...
Click to collapse
This is not meant as a release, it was meant as a development post to help getting debug output for a port (since I don't own the device). I gathered enough debug output to fix up the remaining issues, mdeejay confirmed that it works on his phone flawless and I put up the source. Because I don't own an EVO and I only develop for devices I own, I will not maintain a separate kernel. You should be able to get this sweep2wake port @ mdeejays kernels soon.
As long as the cloth is not so thin that you can look through it and it is made out of a non capacitive material there will be no problem. But who does put his/her smartphone in the trouser-pocket without having it in the phones bag? (or: who does not have a bag for his/her 600 Euro++ phone? )
http://www.fitbag.de/[/QUOTE]
I believe most people only have a case rather than a bag. With the case on, the surface of the phone (screen + capacitive buttons) are still exposed. I'm just wondering if the heat in the pocket will still activate the buttons somehow.
I have tried the slide2wake (ponury gesture mod) myself, and it drains battery alot, even when the phone is out of the pocket.
When I try to delete something (T-Mobile's loud bootanimation jingle), or try to add something (busybox as a system app), the phone reboots. Also, busybox binaries aren't able to install. AdAway doesn't stay enabled after a reboot. I'm unlocked+rooted+TWRP recovery.
Anyone have a clue whats going on?
EDIT: Flashing a kernel and/or rom that has system write enabled fixes this issue.
I think has to do with S-On being enabled. At least with Adaway.
Seems like an issue with Sense, that'd be my first guess. I know I was having this issue with a previous phone. Sense is linked into a LOT.
gooface said:
I think has to do with S-On being enabled. At least with Adaway.
Click to expand...
Click to collapse
I had a HTC G2/DZ, and was able to get s-off via gfree (using command prompt -- ANNOYING). How and when are we able to get s-off for the M7-UL? And does S-off = NAND protected meaning little to no system changes?
Look at the HTC one sub forums. You have to install one of the Roms there to get system write. The HTC one over seas is the same as the tmo one. When I get mine next week, I will be using their roms.
Sent from my Nexus 4 using Tapatalk 2
Prod1702 said:
Look at the HTC one sub forums. You have to install one of the Roms there to get system write. The HTC one over seas is the same as the tmo one. When I get mine next week, I will be using their roms.
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
I would, but I keep hearing about radio/RIL+signal issues. But I guess I can just backup my current rom and test out those International ROMs to see if I have any issues. Will report back later.
Aren't there kernels that enable system r/w? I'm not sure if it would mess up WiFi calling thoigh. Is there anything in the kernel for WiFi calling that would be lost with one of the custom kernels?
grim489 said:
Aren't there kernels that enable system r/w? I'm not sure if it would mess up WiFi calling thoigh. Is there anything in the kernel for WiFi calling that would be lost with one of the custom kernels?
Click to expand...
Click to collapse
I'm not sure. I've always been flashing kernels, but never heard about enabling system r/w. I just flash them to get better performance and to tweak it via kernel app.
I've been running ARHD with a custom kernel (for logo2menu) for the last half day, no problems yet. Signal has given me no problems. Switches between 3G/4G here at work, but all my TMO phones have done that simply due to HSPA+ not being so strong here. Even stock ROM did it, even though it always insisted on saying 4G even when it was on UMTS.
Gamesoul Master said:
I've been running ARHD with a custom kernel (for logo2menu) for the last half day, no problems yet. Signal has given me no problems. Switches between 3G/4G here at work, but all my TMO phones have done that simply due to HSPA+ not being so strong here. Even stock ROM did it, even though it always insisted on saying 4G even when it was on UMTS.
Click to expand...
Click to collapse
Off topic but are you sure that its bad coverage? Most basebands are designed to drop to UMTS when data isn't in use to save battery life over locking two carriers on HSPA...
EtherealRemnant said:
Off topic but are you sure that its bad coverage? Most basebands are designed to drop to UMTS when data isn't in use to save battery life over locking two carriers on HSPA...
Click to expand...
Click to collapse
Definitely coverage. It happens even while I'm using data at times. My work is on the fringe of HSPA+ coverage in this area. When I head into the city, it stays on H+ pretty consistently.
Gamesoul Master said:
Definitely coverage. It happens even while I'm using data at times. My work is on the fringe of HSPA+ coverage in this area. When I head into the city, it stays on H+ pretty consistently.
Click to expand...
Click to collapse
He's correct. 3G = Idle/sleep data -- 4G/H+ = Active data. But our phone just shows 4G constantly, instead of the on/off switch. But what your explaining sounds off. Never seen that, and I just came from a GNex with the 3G/H+ switch.
But anyways, back on topic. I will try tweaked a Sense 5.0 rom when I get home soon. Is there a kernel with touch2wake (screen or htc logo)? Hate where htc placed the power button (i'm right handed, as most ppl).
J-Hop2o6 said:
He's correct. 3G = Idle/sleep data -- 4G/H+ = Active data. But our phone just shows 4G constantly, instead of the on/off switch. But what your explaining sounds off. Never seen that, and I just came from a GNex with the 3G/H+ switch.
But anyways, back on topic. I will try tweaked a Sense 5.0 rom when I get home soon. Is there a kernel with touch2wake (screen or htc logo)? Hate where htc placed the power button (i'm right handed, as most ppl).
Click to expand...
Click to collapse
Well if it helps, I always mean UMTS when I say 3G and always mean HSPA+ when I say 4G. Since that's all I really see around here, besides 2G (Edge) of course.
And I thought I saw a kernel or two with touch2wake, but I could be wrong. I'm using the tbalden kernel which offers a few different tweaks like that (though I only specifically remember volume wake and logo2menu).
Edit: Just checked, and it only had home2wake. Although I imagine if you look at the files used for home2wake and logo2menu, you could probably make one that does logo2wake.
Gamesoul Master said:
Well if it helps, I always mean UMTS when I say 3G and always mean HSPA+ when I say 4G. Since that's all I really see around here, besides 2G (Edge) of course.
And I thought I saw a kernel or two with touch2wake, but I could be wrong. I'm using the tbalden kernel which offers a few different tweaks like that (though I only specifically remember volume wake and logo2menu).
Edit: Just checked, and it only had home2wake. Although I imagine if you look at the files used for home2wake and logo2menu, you could probably make one that does logo2wake.
Click to expand...
Click to collapse
Thanks for the info. Leaving work now.
http://forum.xda-developers.com/showthread.php?t=2231067
Here's a kernel from the international forum.. I think it'd work but I really dont know. I haven't got my phone yet. It says system write. Probably worth trying though
All HTC One firmware should work on our phone. Unless you flash a radio with the Rom, which is impossible ATM. I'm using trickdroid 5.1 and everything is working fine, apns and all!
Trickdroid has holding the back button as a menu button and it works fine. I'd rather stay on the stock kernel unless someone makes a kernel that is way different than stock.
I do have the tmobile version!
Sent from the one and only HTC One
J-Hop2o6 said:
Hate where htc placed the power button (i'm right handed, as most ppl).
Click to expand...
Click to collapse
they put the power button there because the power button is also a IR sensor for a TV remote and stuff. I like having the power button on top more since holding the phone up right, you can sometimes hit the power button and not mean too. This is if the power button is on the side. I hit the power button my Nexus 4 1 or 2 times aday because i didn't mean to because it covered by my hand holding the phone.
grim489 said:
http://forum.xda-developers.com/showthread.php?t=2231067
Here's a kernel from the international forum.. I think it'd work but I really dont know. I haven't got my phone yet. It says system write. Probably worth trying though
Click to expand...
Click to collapse
Thanks. Will test in a bit.
Shadow Samurai said:
All HTC One firmware should work on our phone. Unless you flash a radio with the Rom, which is impossible ATM. I'm using trickdroid 5.1 and everything is working fine, apns and all!
Trickdroid has holding the back button as a menu button and it works fine. I'd rather stay on the stock kernel unless someone makes a kernel that is way different than stock.
I do have the tmobile version!
Sent from the one and only HTC One
Click to expand...
Click to collapse
Keep hearing about trickdroid. Might be my first rom to test out on this phone. Glad to hear its working well for you. And the funny thing is, I like to see the on-screen menu button. I'm coming from the GNex with on-screen buttons. So "seeing" the menu button in a "legacy" app is really nice instead of "guessing" there might be a menu. Wish all apps followed Google's App Guidelines by now.
Prod1702 said:
they put the power button there because the power button is also a IR sensor for a TV remote and stuff. I like having the power button on top more since holding the phone up right, you can sometimes hit the power button and not mean too. This is if the power button is on the side. I hit the power button my Nexus 4 1 or 2 times aday because i didn't mean to because it covered by my hand holding the phone.
Click to expand...
Click to collapse
Well I know about the IR sensor. But I was saying its in a bad spot on the TOP. It should be on the right side on the TOP, so you can easily hit it with your trigger finger. Now I have to awkwardly hit the power button. The right side of the phone would've been nice also. That;s why I can't wait to flash a kernel with touch2wake (double tap the screen or tap the htc logo).
Definitely can second the TrickDroid recommendation, although there aren't huge differentiators between any of the international ROMs I've tried (TrickDroid, Android Revolution, OrDroid). Many of the tweaks are available as standalone flashables or through Xposed framework too, if you're familiar with that.
As for kernels, I'm using tbalden's kernel. It has both menu on HTC logo and touch to wake, though I don't use the latter.
Basically if you're interested in ROMs/kernels, don't waste your time here, go to the international One forum. As others have mentioned, all international ROMs work on all GSM variants of the One, including ours.
teiglin said:
Definitely can second the TrickDroid recommendation, although there aren't huge differentiators between any of the international ROMs I've tried (TrickDroid, Android Revolution, OrDroid). Many of the tweaks are available as standalone flashables or through Xposed framework too, if you're familiar with that.
As for kernels, I'm using tbalden's kernel. It has both menu on HTC logo and touch to wake, though I don't use the latter.
Basically if you're interested in ROMs/kernels, don't waste your time here, go to the international One forum. As others have mentioned, all international ROMs work on all GSM variants of the One, including ours.
Click to expand...
Click to collapse
I've already have (rom+kernel). Check the sig .. But hopefully we start to get some great Tmo based roms. Or atleast some kinda internal stuff in the rom to enable during the flash/aroma process.
Hello everyone!
I am new to the Android world and am loving it so far. I recently made the jump from the iPhone 3G, 3GS, 4 and 4S to a Nexus 4 and loved it. I loved it so much, that I just purchased my second Android phone which is clearly the HTC One (AT&T). I rooted my phone Saturday night, and have experimenting with a few Kernels. I have installed the ElementalX Kernel, which seems to be working very well. The one issue I am having is that haptic feedback on the capacitive buttons, and vibrations from notifications seem to be intermittent at best. Seeing as I am not allowed to post in the dev forums yet, can anyone give me some advice on how to attack this? Is there something I could do to the code strings in the Kernel, or is it something the dev of the kernel needs to be made aware of, meaning a bug in the code itself?
Thanks for the help!
~Eddie
I am an idiot. Turns out it's just a setting tweak from the Kernel. On power save mode, haptic feedback for the buttons is turned off.
TheWeatherGuy said:
Hello everyone!
I am new to the Android world and am loving it so far. I recently made the jump from the iPhone 3G, 3GS, 4 and 4S to a Nexus 4 and loved it. I loved it so much, that I just purchased my second Android phone which is clearly the HTC One (AT&T). I rooted my phone Saturday night, and have experimenting with a few Kernels. I have installed the ElementalX Kernel, which seems to be working very well. The one issue I am having is that haptic feedback on the capacitive buttons, and vibrations from notifications seem to be intermittent at best. Seeing as I am not allowed to post in the dev forums yet, can anyone give me some advice on how to attack this? Is there something I could do to the code strings in the Kernel, or is it something the dev of the kernel needs to be made aware of, meaning a bug in the code itself?
Thanks for the help!
~Eddie
Click to expand...
Click to collapse
Can you give me a link to the download page of the elemental x kernel? I've been looking for a good ATT version with no prevail...
StolenStatus said:
Can you give me a link to the download page of the elemental x kernel? I've been looking for a good ATT version with no prevail...
Click to expand...
Click to collapse
Use the international forum
Sent from my HTC One using Tapatalk 4
Hello all, I am looking for a way to enable all cores on the Honor 5x. If you use Kernel Adiutor (and I'm sure you do) you'll notice that 99% of the time (save for a reboot) your little cluster is offline when using any AOSP ROM, now the only way I've found to enable them is to edit the value in the active file located in /sys/module/cluster_plug directory. The issue with this method is that it just enables them, 95% of the workload is still handled by the big cluster, even when it's straining itself the little cluster fails to pick up any of the workload. I have done clean installs of the Blaze kernel and the issue is still not resolved. Any incite into this issue will be greatly appreciated. Thanks.
You'll need to mess with:
/sys/devices/system/cpu/cpu0/core_ctl/min_cpus
/sys/devices/system/cpu/cpu0/core_ctl/max_cpus
/sys/devices/system/cpu/cpu4/core_ctl/min_cpus
/sys/devices/system/cpu/cpu4/core_ctl/max_cpus
It takes integer value ranging from 0-4. 0-4 meaning how many cores you want online per cluster.
The only issue is that I don't have /core_ctl directory that you've specified, I don't recall ever having it on this ROM, though I could be wrong. I'm using the krexus ROM in case I hadn't specified before.
I know, reading the stock ROM forums I got very excited to see the before mentioned information that was posted only to see that said (/core_ctl) directory was missing from any AOSP ROM I had used. This is the one thing that is holding me up from giving up my Windows phone as my business phone (the lag as a result of only being able to use 4 cores is intolerable in my line of work) even giving a link to what all these directory files mean would be very helpful. Thanks.
You could google what those directory means and that would give you that answer.
I have done this (and I consider myself well versed in the ways of the interwebs and I rarely come up with anything useful but I've been working on a solution for my original question and feel I am close to achieving it. I will post once I do.....though if anyone has ANY suggestions at all I'm open to try, all of my discoveries have been made through trial and error.
tboned82 said:
I have done this (and I consider myself well versed in the ways of the interwebs and I rarely come up with anything useful but I've been working on a solution for my original question and feel I am close to achieving it. I will post once I do.....though if anyone has ANY suggestions at all I'm open to try, all of my discoveries have been made through trial and error.
Click to expand...
Click to collapse
You may be needing a custom kernel to achieve this successfully.
Sent from my honor 5X using XDA Labs
adriansticoid said:
You may be needing a custom kernel to achieve this successfully
Click to expand...
Click to collapse
I can't recall if I mentioned it or not but I'm using the blaze kernel at the moment (as far as I know it's the only custom one available for this phone?) Also the CPU control I desire is available inside the stock KIWI ROM, just wish I knew of a way to "port" that hotplug to a AOSP ROM.... thinking SELinux policy is prohibiting me from achieving the CPU control I'm after, but not sure if it's the only thing at play when it comes to this issue.
tboned82 said:
I can't recall if I mentioned it or not but I'm using the blaze kernel at the moment (as far as I know it's the only custom one available for this phone?) Also the CPU control I desire is available inside the stock KIWI ROM, just wish I knew of a way to "port" that hotplug to a AOSP ROM.... thinking SELinux policy is prohibiting me from doing this, but not sure if it's the only thing at play when it comes to this issue.
Click to expand...
Click to collapse
Have you joined the beta channel of Blaze in Telegram?
adriansticoid said:
Have you joined the beta channel of Blaze in Telegram?
Click to expand...
Click to collapse
I have not, but would be very interested, what is Telegram?
tboned82 said:
I have not, but would be very interested, what is Telegram?
Click to expand...
Click to collapse
It's a messaging app. Just like Whatsapp, but with some diferences. You can check it in the Play Store. Telegram group link is in the Blaze kernel thread.
Wow thank you, I dirty flashed it (since version 2 dirty flashed fine) and didn't have pleasing results, going to do a clean flash AOSP, but those hotplug features are exactly what our phones need! Who's ready to hunt down some flagships?
tboned82 said:
Wow thank you, I dirty flashed it (since version 2 dirty flashed fine) and didn't have pleasing results, going to do a clean flash AOSP, but those hotplug features are exactly what our phones need! Who's ready to hunt down some flagships?
Click to expand...
Click to collapse
You didn't have screens of death?
Sent from my honor 5X using XDA Labs
tboned82 said:
didn't have pleasing results
Click to expand...
Click to collapse
Don't bother with blaze kernel. It's heavily flawed. As soon as you turn on hotplugging phone will crash and you have to reboot. Unfortunately development seems to be halted.
alpinista82 said:
Don't bother with blaze kernel. It's heavily flawed. As soon as you turn on hotplugging phone will crash and you have to reboot. Unfortunately development seems to be halted.
Click to expand...
Click to collapse
Yeah the developer have not seen action the past few weeks.
adriansticoid said:
You didn't have screens of death?
Click to expand...
Click to collapse
I apologize for my absence, I really hate being that "guy" but all my free time has been devoted to tracking down a nasty electrical gremlin in my sister in laws car, but no I have never had any adverse effects from dirty flashing anything really
alpinista82 said:
Don't bother with blaze kernel. It's heavily flawed. As soon as you turn on hotplugging phone will crash and you have to reboot. Unfortunately development seems to be halted.
Click to expand...
Click to collapse
I currently have blaze kernel installed and using the method I've mentioned before am able to enable all cores, but with very poor load balancing, and the beta version is far from RTM at the moment so guess I'm stuck with version 2 for the time being.
adriansticoid said:
Yeah the developer have not seen action the past few weeks.
Click to expand...
Click to collapse
I have noticed this as well, which is unfortunate because the dev seems like a very talented coder who is quite capable of the task at hand, sometimes life gets in the way of the things we would like to do so I'm just going to be patient and hope he picks back up on the project.
tboned82 said:
I apologize for my absence, I really hate being that "guy" but all my free time has been devoted to tracking down a nasty electrical gremlin in my sister in laws car, but no I have never had any adverse effects from dirty flashing anything really
I currently have blaze kernel installed and using the method I've mentioned before am able to enable all cores, but with very poor load balancing, and the beta version is far from RTM at the moment so guess I'm stuck with version 2 for the time being.
I have noticed this as well, which is unfortunate because the dev seems like a very talented coder who is quite capable of the task at hand, sometimes life gets in the way of the things we would like to do so I'm just going to be patient and hope he picks back up on the project.
Click to expand...
Click to collapse
It's been that story for many developers man. A great project paused because life hit hard again. I believe he'll come back to it soon.
tboned82 said:
Hello all, I am looking for a way to enable all cores on the Honor 5x. If you use Kernel Adiutor (and I'm sure you do) you'll notice that 99% of the time (save for a reboot) your little cluster is offline when using any AOSP ROM, now the only way I've found to enable them is to edit the value in the active file located in /sys/module/cluster_plug directory. The issue with this method is that it just enables them, 95% of the workload is still handled by the big cluster, even when it's straining itself the little cluster fails to pick up any of the workload. I have done clean installs of the Blaze kernel and the issue is still not resolved. Any incite into this issue will be greatly appreciated. Thanks.
Click to expand...
Click to collapse
flash official cm 12.1 built. lol no deep sleep and all cores online...go for it.
methuselah said:
flash official cm 12.1 built. lol no deep sleep and all cores online...go for it.
Click to expand...
Click to collapse
Drains battery like hell. Lol.
Sent from my Galaxy Tab 3 using XDA Labs
methuselah said:
flash official cm 12.1 built. lol no deep sleep and all cores online...go for it.
Click to expand...
Click to collapse
I had thought of doing this, though I don't see any cm 12.1 links in the Honor 5x thread, just 13, (though I'm at work at the moment and have to be stealthy about my research...errgghh Damn kids and their Snapchat) and I have to admit I've kind of fallen in love with the Krexus ROM and am apprehensive to flash another. Just need that hotplug support (and OTA updates would be nice as well