Yes this is fake.
1 GB Ram not 2 GB Ram
1.5 max cpu speed not 1.7
You have a mt6592 kernel, but only 6 cores
Your kernel will support 8 cores, however only six cores are installed on your phone.
Here I ask OS what kernel and or hardware is avaible, both should report same.
Here I ask kernel how many cores can it support, number is always 1 less as Linux counts 0 as 1 so 7 means 8 cores.
Here I ask OS how many cores installed
Here I ask how many cores running
Here I ask what is the max speed the cpu can run at.
Here I ask how much Ram is installed.
1 GB Ram not 2 GB Ram
1.5 max cpu speed not 1.7
You have a mt6592 kernel, but only 6 cores
Your kernel will support 8 cores, however only six cores are installed on your phone.
Here I ask OS what kernel and or hardware is avaible, both should report same.
Code:
cat /proc/cpuinfo
cat /sys/devices/system/clocksource/clocksource0/current_clocksource
Here I ask kernel how many cores can it support, number is always 1 less as Linux counts 0 as 1 so 7 means 8 cores.
Code:
cat /sys/devices/system/cpu/kernel_max
Here I ask OS how many cores installed
Code:
cat /sys/devices/system/cpu/possible
Here I ask how many cores running
Code:
cat /sys/devices/system/cpu/present
Here I ask what is the max speed the cpu can run at.
Code:
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
Here I ask how much Ram is installed.
Code:
busybox free -m
If you use my scripts or work in your own scripts, your scripts or license should reflect that.
ZTE Open C
ZTE Open C