• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [DISCONTINUED][ROM][5.1.1][MS345] Unofficial CyanogenMod 12.1 for LG Leon

how i can unlock phone using this without change software?i wanna use it at europe
You can't. A custom rom only changes the GUI and kernel. What you are asking deals with partitions on this phone that, of messed up, will render your phone unusable on any network. Further more, you cannot unlock this phone via code either. You must meet the eligibility requirements and unlock via sim unlock app.
 
No experience building kernels personally, but I've been trying to get hold of my Team YAR leader who DOES build our kernels (rbheromax). Unfortunately hes been AWOL since he got back from AF training and were unsure if hell return to development.

Run this script as root at boot (i use smanager) and it will allow cpu to ramp down when hotplugger (msm_thermal) is inactive. You don't want to disable the hotplugger because its the thermal controller and you would need a different hotplugger to replace it.
Change the file extension from .txt to .sh and use script manager to run automatically at boot.

Don't worry about the errors, this script was intended for stock rom.
 

Attachments

Last edited:
You said in your post that you were a low-end device development team. How exactly does hat work? Do you find devices and make ROMs for them?? If so how do you choose devices? Would your team be willing to help in the development of the Alcatel OT Fierce 2?
 
Run this script as root at boot (i use smanager) and it will allow cpu to ramp down when hotplugger (msm_thermal) is inactive. You don't want to disable the hotplugger because its the thermal controller and you would need a different hotplugger to replace it.
Change the file extension from .txt to .sh and use script manager to run automatically at boot.

Don't worry about the errors, this script was intended for stock rom.
That's doesn't exactly fix the issue of not being able to manage clock speeds manually. I personally hate hotplug and have always turned it off completely. I know the risk, but I know what I'm doing. I'm a power-user and like making my own decisions on how it performs
 
That's doesn't exactly fix the issue of not being able to manage clock speeds manually. I personally hate hotplug and have always turned it off completely. I know the risk, but I know what I'm doing. I'm a power-user and like making my own decisions on how it performs

No but it solves the heat problem.

Code:
su
echo 0 > /sys/module/msm_thermal/core_control/enabled
there you go.
 
No but it solves the heat problem.

Code:
su
echo 0 > /sys/module/msm_thermal/core_control/enabled
there you go.
Doesnt change anything. I use Kernel Adiutor and it has this option under Thermal control but it does nothing. can't change minimum clock speed unless on power save mode, but then only down to 533mhz (but still idles at 800) and it turns off the last 2 cores.
 

Attachments

  • Screenshot_2015-07-16-12-43-54.png
    Screenshot_2015-07-16-12-43-54.png
    42.4 KB · Views: 134
  • Screenshot_2015-07-16-12-43-13.png
    Screenshot_2015-07-16-12-43-13.png
    48.1 KB · Views: 129
Doesnt change anything. I use Kernel Adiutor and it has this option under Thermal control but it does nothing. can't change minimum clock speed unless on power save mode, but then only down to 533mhz (but still idles at 800) and it turns off the last 2 cores.

You probably can't even turn it off as its ro.

Mine idles at 200000-800000 when the screen is not being touched. Its made a huge difference with heat.
 

Attachments

  • Screenshot_2015-07-16-13-11-47.png
    Screenshot_2015-07-16-13-11-47.png
    45.1 KB · Views: 126
OK kinda annoying I have to be on power save mode, but after selecting power save and rebooting all 4 cores are manually configurable. However clocks still remain maxxed out most of the time while screen is on, even at low CPU usage (~20-30%) but...its something. Really needs patched out, even stock allowed proper core control. But then again...CM lol.
Hope this info helps anyone else out!
Now we need the battery fixed
 

Attachments

  • Screenshot_2015-07-16-13-48-04.png
    Screenshot_2015-07-16-13-48-04.png
    61.4 KB · Views: 102
  • Screenshot_2015-07-16-13-49-06.png
    Screenshot_2015-07-16-13-49-06.png
    36.8 KB · Views: 130
I can't get any single other clock to stick
Kernel auditor ..put on power save mode on app under cpu won't let me screenshot. but I disabled Core control enabled temp throttle.. In temp and it goes down to 200mhz on all cores without me touching the phone but when I push buttons it goes to 1209 mhz
 
Kernel auditor ..put on power save mode on app under cpu won't let me screenshot. but I disabled Core control enabled temp throttle.. In temp and it goes down to 200mhz on all cores without me touching the phone but when I push buttons it goes to 1209 mhz
That's the hotplugger in action. It assumes the user is going to interact with the device after button press, unlock, or touch register so it ramps it up to max.
 
Just set my script to run on boot and it'll do the same thing you guys are doing.
I'll deal for now until it gets fixed. My setup is working fine. If a script can control this then the kernel can too.
Thanks for helping me through this! Don't get many devs who interact as much with consumers anymore
 
I'll deal for now until it gets fixed. My setup is working fine. If a script can control this then the kernel can too.
Thanks for helping me through this! Don't get many devs who interact as much with consumers anymore
My script also turns core 3 off. Speed difference is negligible, but saves a good amount of battery/heat with screen on.
 
Why does this ROM keep rebooting my phone after install. I have the right TWRP follow all the flashing instructions including all the wipe requirements. It boots to the setup select language page and five seconds later it reboots. It is really annoying.
 
Back
Top Bottom