NOW.... no one has told me this. This is a observation I have made having S802 boxes from the beginning and a brand new box from Minix.
Being a "hacker dev" I use dmesg and logcat to see what's going on and do my work to fix things in ROMs when I can. I pull apart things and work on .smali code in the ROM.
Right now, kernel patching is impossible on S802 due to the fact it is CRC signed. I have not figured how to crack that CRC yet for S802 but for a long time we have been doing exactly that on RockChip kernels well before we had sources leaked.
So patching a kernel binary is a no go... But it's something I like to do rather than working from SCRATCH on sources. In my opinion, that's the long road and hard way. BUT it's just my personal preference because I have been doing it that way for so long.... You know, dog and new tricks

I am not a work from sources like wasser and others. Not that I can't, I just prefer to reverse engineer and see what's going on.
So I have spotted this recently!
It's a DMESG log that shows something has changed.
AML has changed their processors! Not saying it's better and not saying it's bad! Just saying there is a DIFFERENCE! This has to do with thermal throttling of the CPU.
If I pull a dmesg log from one of my early boxes it says this:
amlogic_thermal_probe, this chip is not trimmed, use virtual thermal
aml_virtaul_thermal_probe, virtual thermal enabled
Of note here is the "virtual" thermal!
Now on a new box I just got, this is what dmesg says:
amlogic_thermal_probe, this chip is trimmed, use thermal
amlogic-thermal aml_thermal: amlogic thermal probe start
Notice the difference?
So AML has changed something! Not sure what it is but my new box I just got runs cooler with far less CPU throttling.
I am telling you this because it's the right thing to do. AML can bite me if they ask me to pull this post! It's a FACT JACK! Something has changed and I think it is for the better that people know about this!
At least RockChip identified the 3188T visually rather than not do anything and "sneak it in"...
NOW... DO NOT GO beating on Geekbuying, Beelink, Minix, or anyone else for a refund! They probably did NOT KNOW about this issue from the start! It is unfair to them to ask for a refund! It's not their fault! They just bought the processor, put it on a board, and sold it!!! You cannot blame them!
AML is responsible for explaining to customers what this is all about! If your upset or concerned, contact AML. In my opinion, maybe the processor was released to early and now some are going to be stuck in the past! New processors have a difference (good or bad I don't really know) and that's the truth.
It's only fair for me to tell everyone what I am seeing and show the information as such.
FreakTab is about truth, honesty, and good ROMs

Bob
Comment