[I9192][ROM] Stock ROM Lite v2.3-1

ra8ul

Member
Jun 4, 2018
14
2
0
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.
 
  • Like
Reactions: HemanthJabalpuri

Arslan140

Senior Member
May 7, 2017
166
86
0
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 Kernel
 
Last edited:

HemanthJabalpuri

Senior Member
Feb 19, 2018
929
303
73
Repalle, India
t.me
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....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....

Start up animation is related to Custom Kernel He used Alexax66 Kernel.You can try Any other Kernel to remove it like SilviuMik Kernel
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....
 
Last edited:

Arslan140

Senior Member
May 7, 2017
166
86
0
[/COLOR]
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....
I 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.
 
Last edited:

HemanthJabalpuri

Senior Member
Feb 19, 2018
929
303
73
Repalle, India
t.me
I 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.
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...
 

Arslan140

Senior Member
May 7, 2017
166
86
0
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...
That is the same Patch you can attach it.
Also I tested some other things like Call recording/Multi User just like found in Android 5.0+/Change the KitKat Easter Egg Letter"K" with "S"(as your Rom name starts from letter "S")
 

HemanthJabalpuri

Senior Member
Feb 19, 2018
929
303
73
Repalle, India
t.me
ok i will try that. And i want a spanish language how can i change?
Sorry.....
I just tested....
Since it is a Indian rom ...it only support Indian languages.....
You can only use that are available in Settings=>My Device=>Language & Input=>Language......
You cant switch to Spanish for now...
If I learn how to do that, I will do that in feature update
 
Last edited:
  • Like
Reactions: andres1233

rbkkrist

Member
Oct 18, 2016
7
5
3
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?
 

Arslan140

Senior Member
May 7, 2017
166
86
0
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?
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.
The patch I provided is not necessary to use micro g
 

HemanthJabalpuri

Senior Member
Feb 19, 2018
929
303
73
Repalle, India
t.me
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...
No tuner is included in ROM...
My suggestion is to use Kernel Adiutor from playstore...
and keep overclock at 2052 and underclock at 81 and governer alucard
and GPU at 627 and governer performance....
For better gaming.......
This is my suggestion ..only...
You can choose any value you want as per your desire

Here is a small init tweak
Code:
#!/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;
 
Last edited: