www.chinaphonearena.com
Kingelon A2800 MTK6592 hexa core? - Printable Version

+- www.chinaphonearena.com (https://www.chinaphonearena.com/forum)
+-- Forum: Phone & Tablet Root, Hack and Develop (https://www.chinaphonearena.com/forum/Forum-Phone-Tablet-Root-Hack-and-Develop)
+--- Forum: *Tech Support* China Clones (https://www.chinaphonearena.com/forum/Forum-Tech-Support-China-Clones)
+--- Thread: Kingelon A2800 MTK6592 hexa core? (/Thread-Kingelon-A2800-MTK6592-hexa-core)

Pages: 1 2


RE: Kingelon A2800 MTK6592 hexa core? - Cyborger - 2014-05-25




RE: Kingelon A2800 MTK6592 hexa core? - vampirefo - 2014-05-25

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.
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



RE: Kingelon A2800 MTK6592 hexa core? - Cyborger - 2014-05-26

So does this mean that it has something like mtk6591? how this even possible to change processor name and fake RAM?


RE: Kingelon A2800 MTK6592 hexa core? - vampirefo - 2014-05-26

Here are my results.

Code:
adb shell
root@JIAKE_V8:/ # cat /proc/cpuinfo
Processor    : ARMv7 Processor rev 4 (v7l)
processor    : 0
BogoMIPS    : 1154.56

Features    : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer    : 0x41
CPU architecture: 7
CPU variant    : 0x0
CPU part    : 0xc07
CPU revision    : 4

Hardware    : MT6592
Revision    : 0000
Serial        : 0000000000000000
ource/clocksource0/current_clocksource                                        <
mt6592-gpt
root@JIAKE_V8:/ # cat /sys/devices/system/cpu/kernel_max
7
root@JIAKE_V8:/ # cat /sys/devices/system/cpu/possible
0-7
root@JIAKE_V8:/ # cat /sys/devices/system/cpu/present
0-7
root@JIAKE_V8:/ # cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
1664000
root@JIAKE_V8:/ # busybox free -m
             total         used         free       shared      buffers
Mem:          1971          723         1247            0            2
-/+ buffers:                721         1250
Swap:         1023            0         1023
root@JIAKE_V8:/ #

(2014-05-26, 00:24)Cyborger Wrote: So does this mean that it has something like mtk6591? how this even possible to change processor name and fake RAM?

Very easy to fake results, in desktop mode, once phone boots, all info on phone is written to different text files, so someone can write a script to change the info in those text files, to what ever they want. all apps simply read those text files and reports what it sees in the text files.

No app can be trusted in desktop mode, no app can get info on phone without reading the texts files, so always boot into recovery to get correct info on your phone. In recovery mode nothing is running, so all text files are truthful.


RE: Kingelon A2800 MTK6592 hexa core? - Cyborger - 2014-05-26

Would be nice if someone who also bought this phone could confirm this issue Smiling because nowhere on the internet i found such thing like fake processor. Are you sure that android cannot misread processor count? or maybe there are such thing like force redetect cpu? maybe it can be somehow installed wrong kernel or other software? I am not as experienced as you, so I have much questions to ask Smiling


RE: Kingelon A2800 MTK6592 hexa core? - vampirefo - 2014-05-26




RE: Kingelon A2800 MTK6592 hexa core? - Cyborger - 2014-05-26

It scores a bit over 22k    


RE: Kingelon A2800 MTK6592 hexa core? - vampirefo - 2014-05-26

Way too low for 8 core.


RE: Kingelon A2800 MTK6592 hexa core? - sasaelettrico - 2014-07-31

(2014-05-25, 19:21)vampirefo Wrote: Your results are fake, Where did you buy this phone? do you have cwm recovery installed?

Ciao puoi indicarmi un link per scaricare la CWM ? Grazie

Hello you can show me a link to download the CWM? Thank you


RE: Kingelon A2800 MTK6592 hexa core? - Athos - 2014-08-06