Rom is awesome performance is good but every time i reboot it show optimizing android apps for 5 min on every reboot and can you remove super hero animation in the boot and change it with some simple animation i would be thankful to you.
Start up animation is related to Custom Kernel He used Alexax66 Kernel.You can try Any other Kernel to remove it like SilviuMik KernelRom is awesome performance is good but every time i reboot it show optimizing android apps for 5 min on every reboot and can you remove super hero animation in the boot and change it with some simple animation i would be thankful to you.
Hi....Thanks for feedback......Rom is awesome performance is good but every time i reboot it show optimizing android apps for 5 min on every reboot and can you remove super hero animation in the boot and change it with some simple animation i would be thankful to you.
Hi...bro....Start up animation is related to Custom Kernel He used Alexax66 Kernel.You can try Any other Kernel to remove it like SilviuMik Kernel
I also don't get optimization apps pop-up.Hi....Thanks for feedback......
I got your problem....I think you don't like the Marvel heroes boot animation right.....
To change that you can use "Boot Animations" app from playstore......
If you like lineage boot animation then download the below attachment and flash In recovery...
secondly I didn't get those optimising apps screen on any boot....
I think you are clearing the dalvik cache or any other mods related to boost the performance and battery
We have only two custom kernels for stock kitkat roms....
Those two are silviumik and alexax66 one's ... I think those two don't support BLN....
Hi...bro....
Thanks for review .....
ra8ul is saying that he didn't like the boot animation not the boot splash screen of kernel......
thanks for helping others....
Sorry he wrote super hero animation....so i said thatI also don't get optimization apps pop-up.
@ra8ul not mention the marvel boot animation So that's why I think he said boot splash screen of kernel.Sorry For that @ra8ul.
Again thanks
@HemanthJabalpuri for making this Rom.
Did you add Signature-Spoof in this Rom(in the future maybe V2.3).
I successfully tested it.Google Sync/Play Store is working.
That is the same Patch you can attach it.Sorry he wrote super hero animation....so i said that
I will add in future if there are multiple features to add......
I will make a separate zip for now and add that in future.....
Is that the same or any changed in your spoof patch?
if not i will attach in op...
Hi...Hello dude i have a problem, I can't install apps from an apk cuz i cant access the option unknown origins,
it shows me an error saying " settings is stopped "
ok i will try that. And i want a spanish language how can i change?Hi...
I didn't get that error.....
try a clean flash....i.e., by wiping dalvik, cache, data, system, preload.....
if the problem persists.....i can't help since i am a noob
Sorry.....ok i will try that. And i want a spanish language how can i change?
Use Root Essentials app from playstore for now...ok i will try that. And i want a spanish language how can i change?
Check this outok i will try that. And i want a spanish language how can i change?
Attached in op.....Did you add Signature-Spoof in this Rom
I successfully tested it.Google Sync/Play Store is working.
Thanks for doing that.Attached in op.....
That link works only if you open the link with download manager or MiXplorer copy toThanks for doing that.
Also Easy Backup & Restore link is not working.
It is useful when you want to use microG......signature_spoof_patch.zip, what is this? hemanthji
You can use Gapps in this Rom.It works fine.Micro g is simply lightweight Gapps.It consume less Ram and Storage infact Google play services APK size is 50mb+ where's it's only 2mb in micro g.i asked my friend but i cant understand it prorperly,if i dont use gapps on this rom the roms works fine , i guess. then i have to use micro g to bypass google play or whatever but if i use this signature zip above i dont have to use micro g or i have to use micro g, i am confused. please explain me in briefly. another question alexa kernal i m using currently is tuned to 1.5 gz by default,u r using same in this rom or u have included any tuner?
HI...alexa kernal i m using currently is tuned to 1.5 gz by default,u r using same in this rom or u have included any tuner?
#!/system/bin/sh
LOG_FILE=/data/Init.d_Tweaks.log
# Set Scaling Governor
GOVERNOR="alucard"
echo $GOVERNOR > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo $GOVERNOR > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo "Governor set to $GOVERNOR" | tee -a $LOG_FILE;
# Set Min & Max Frequency
CPU_MIN="81000"
CPU_MAX="2052000"
echo $CPU_MIN > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo $CPU_MAX > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo $CPU_MIN > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
echo $CPU_MAX > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
echo "Min / Max Frequency is set to $CPU_MIN / $CPU_MAX" | tee -a $LOG_FILE;
# Set GPU Governer
GPU_Governor="performance"
echo "$GPU_Governor" > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor
echo "GPU Governer is set to $GPU_Governor" | tee -a $LOG_FILE;
# Set GPU Clock
GPU_Clock="627000000"
echo "$GPU_Clock" > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk
echo "GPU Clock is set to $GPU_Clock" | tee -a $LOG_FILE;
echo "Custom Kernel Settings are applied" | tee -a $LOG_FILE;
echo " " | tee -a $LOG_FILE;
echo "@ $( date +"%m-%d-%Y %H:%M:%S" )" | tee -a $LOG_FILE;
echo " " | tee -a $LOG_FILE;