Ubercharrge
Android Enthusiast
What're you talking about?Can someone give me a custom kernel with some kind of noticeable difference? If this works, we have custom kernels ;D
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What're you talking about?Can someone give me a custom kernel with some kind of noticeable difference? If this works, we have custom kernels ;D
Can someone give me a custom kernel with some kind of noticeable difference? If this works, we have custom kernels ;D
Can someone more knowing than me compile kexec for our phone for me?
EDIT: Possibly a problem. kexec support appears to be disabled on our kernel :/ any ideas? If we could flash lg's kernel compiled from source, it would be easy enough to fix, but from what I hear, we can't.
EDIT2: Kexec just has to be compiled as a module to add into the kernel, but there are a lot of modifications to make, as it has to be configured for specific devices. Anyone want to give it a try?
Tell meh what to do
OK, It appears that the kexec source should be in our kernel. If not, I need to find a kernel that does have it so I can get the source from there. After that, I will work on configuring, and also upload the source here. It would be great if you guys could help me configure it for our device, it will go much faster that way!
WARNING: This code is so far untested on our device. I simply pulled it from another phone's project and uploaded it, haven't had a chance to test it yet. I would imagine the worst case scenario is you will have to unbrick, can't imagine it doing more than that.
https://github.com/zeest/lg_ms770_kexec
For those of you who don't know how this works, download with git, make changes, submit pull requests. Is there a way to set this up so multiple people can push directly, without submitting requests?
That is what I based my work on. It does work. Just so you guys know. It needed just a bit changed for our device, but nothing to major.
Great! Hopefully I'll have time tonight to work on it.That is what I based my work on. It does work. Just so you guys know. It needed just a bit changed for our device, but nothing to major.
That is what I based my work on. It does work. Just so you guys know. It needed just a bit changed for our device, but nothing to major.
Shabby, How I am testing this is booting up the phone completely, and then executing the command to replace the kernel mid run. It freezes for a moment, and then psuedo-restarts. I am not doing it on boot yet with the init script. I am running it by hand so that I know what is going on.
Shabby, How I am testing this is booting up the phone completely, and then executing the command to replace the kernel mid run. It freezes for a moment, and then psuedo-restarts. I am not doing it on boot yet with the init script. I am running it by hand so that I know what is going on.
Shabby, How I am testing this is booting up the phone completely, and then executing the command to replace the kernel mid run. It freezes for a moment, and then psuedo-restarts. I am not doing it on boot yet with the init script. I am running it by hand so that I know what is going on.
last thing youd want is for teh new kernel to load and try to overwrite ram space that is already taken.
That sounds like you're asking for a brick by doing that