Using my ipad so apols for any stupid ios spelling 'corrections'
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Blacklist of locked Down Version´s of RK3188 CPU
Collapse
This is a sticky topic.
X
X
-
Blacklist of locked Down Version´s of RK3188 CPU
Originally posted by valzja View Post
Using my ipad so apols for any stupid ios spelling 'corrections'Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
-
Here is a Little Program to check if the CPU is a T Model or not.
Please Test it.
Thx.
Neomode
Removed app not Work as Should, make a new one.Attached FilesLast edited by neomode; 17 February 2014, 21:09.
Comment
-
Originally posted by neomode View PostHere is a Little Program to check if the CPU is a T Model or not.
Please Test it.
Thx.
Neomode
[ATTACH]5403[/ATTACH]Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Originally posted by neomode View PostHere is a Little Program to check if the CPU is a T Model or not.
Please Test it.
Thx.
Neomode
[ATTACH]5403[/ATTACH]
It is great!
But have just run it under 4.4.2 and it shows ...be real RK3188???
All the test were performed before allow me to to take 99% decision that I have "T".
You are giving me a chanceCS918II/16GB(HTC-031-V1.0 board)
CS918 (TN-BX09_V2.1 2013/05/31) FW: k-r42-old_revision-wasser-1.2.3- fried by 12V PS
K-R42 board version B351_V2.0 1348, wifi Realtek8188ETV , RK3188T;FW: wasser-firmware-kr42-new-1.0.3
Comment
-
Blacklist of locked Down Version´s of RK3188 CPU
Originally posted by neomode View Postas i say please test. what it does is a read out of dmesg.
May better i Go to check the efuse.
need more test input.
can you send me your dmesg?
please use this app to do it
Neomode
Gesendet von meinem GT-I9305 mit Tapatalk 2
Using my ipad so apols for any stupid ios spelling 'corrections'Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Originally posted by neomode View Post
can you send me your dmesg?
please use this app to do it
Neomode
Are you interested in these lines?
DVFS MSG: core: dfvs_adjust_table_lmtvolt get leakage_level = 2
DVFS MSG: aclk_gpu: dfvs_adjust_table_lmtvolt get leakage_level = 2CS918II/16GB(HTC-031-V1.0 board)
CS918 (TN-BX09_V2.1 2013/05/31) FW: k-r42-old_revision-wasser-1.2.3- fried by 12V PS
K-R42 board version B351_V2.0 1348, wifi Realtek8188ETV , RK3188T;FW: wasser-firmware-kr42-new-1.0.3
Comment
-
Originally posted by digger View PostI have it alreay been done from my 4.2.2 stock FW but by traditional way.
Are you interested in these lines?
DVFS MSG: core: dfvs_adjust_table_lmtvolt get leakage_level = 2
DVFS MSG: aclk_gpu: dfvs_adjust_table_lmtvolt get leakage_level = 2
<4>[ 0.735423] DVFS MSG: core: dvfs_adjust_table_lmtvolt get leakage_level = 6000Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Originally posted by valzja View PostThat was on 4.4.2, tho....
Sent from my Nexus 5 using TapatalkYou are paying attention
The kitkat code reads out the leakage_level and then calculates a leakage_value. Just to confuse us it then prints a message to DMESG saying "leakage_level" but using the leakage_value calculation!!
leakage_level = (efuse_buf[22] >> 4) & 0x0f;
if (leakage_level){
if (leakage_level <= 10)
leakage_val = 3000 * (leakage_level - 1);
else {
leakage_val = 30000 + 5000 * (leakage_level - 1 - 10);
}
if (efuse_version == 0x51){
leakage_val += 1000 * ((efuse_buf[23] & 0x3) + 1);
}
}
So that's clear thenMeasy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Originally posted by d33 View PostYou posted leakage level of 6000 yesterday???
Today it is level=2 but with 4.2.2
My deduction: 6000(KitKat)=2(4.2.2).
But I'm not shure.CS918II/16GB(HTC-031-V1.0 board)
CS918 (TN-BX09_V2.1 2013/05/31) FW: k-r42-old_revision-wasser-1.2.3- fried by 12V PS
K-R42 board version B351_V2.0 1348, wifi Realtek8188ETV , RK3188T;FW: wasser-firmware-kr42-new-1.0.3
Comment
-
Originally posted by digger View PostYes, yesterday it was leakage level=6000 but with KitKat4.4.2
Today it is level=2 but with 4.2.2
My deduction: 6000(KitKat)=2(4.2.2).
But I'm not shure.
22 - 00101x11
23 - xxxxxx10
Giving a leakage 'level' of two and a 'value' of 6000
In addition the bolded bit dictates whether it is T processor (1) or a 'normal' one (0) and the underlined bits dictate whether to run the RAM at normal (00) or 'T' speed (not 00)
[edit - I type the logic the wrong way round at first - now fixed]Last edited by d33; 18 February 2014, 00:15.Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
AW: Blacklist of locked Down Version´s of RK3188 CPU
Originally posted by digger View PostHi neomode,
It is great!
But have just run it under 4.4.2 and it shows ...be real RK3188???
All the test were performed before allow me to to take 99% decision that I have "T".
You are giving me a chance
Comment
-
Originally posted by d33 View PostExactly from the code fragment abouve you can deduce that your fuse bytes for 22 & 23 are:
00100xxx
xxxxxx10
Giving a leakage 'level' of two and a 'value' of 6000 - the bolded bit dictates whether it is T processor (0) or a 'normal' one (1)
But I have not enough skills, have you?
Edit: Sorry I've just remebered you don't have "T".
Explain me, please, how to do and I try if will be able with my "X"CS918II/16GB(HTC-031-V1.0 board)
CS918 (TN-BX09_V2.1 2013/05/31) FW: k-r42-old_revision-wasser-1.2.3- fried by 12V PS
K-R42 board version B351_V2.0 1348, wifi Realtek8188ETV , RK3188T;FW: wasser-firmware-kr42-new-1.0.3
Comment
What's Going On
Collapse
There are currently 3012 users online. 4 members and 3008 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment