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
-
Originally posted by Max One View Post
-
Originally posted by ToBe View PostHmmm. When i open this kernel in a hex editor, i find 294 occurrences of 80 00 00 00. So it's useless to try and change it with a hex editor.
Leave a comment:
-
Blacklist of locked Down Version´s of RK3188 CPU
Bob has a decompile tool which will allow him to get the individual object file. He's not available this week though
Sent from my iPhone using Tapatalk
Leave a comment:
-
Originally posted by Max One View PostOk. I will give it a try.
Edit: I tried it but im to noob for that.
Could u look for me or tell us step by step what we have exactly to do?
here is the flickering kernel what im looking into
Leave a comment:
-
Originally posted by d33 View PostIf any of you are particularly keen you could download your kernel that is flickering and look at it in a hex editor, like XVI32, and see how many times the pattern 80000000 comes up. If it is only a few you could patch them one by one until you hit the jackpot!
Using my ipad so apols for any stupid ios spelling 'corrections'
Edit: I tried it but im to noob for that.
Could u look for me or tell us step by step what we have exactly to do?
here is the flickering kernel what im looking intoAttached Files
Leave a comment:
-
Blacklist of locked Down Version´s of RK3188 CPU
Originally posted by d33 View Postthe above are compile time definitions. You would need to recompile.
Reading the code it seems the change it makes is to just one bit! For LCDC1, which is used by 99% of sticks for HDMI, the value passed is 0x80000000 for 3.3v (bit 13 not set) and 0x80008000 for 1.8v (bit 13 set) in RK3188_lcdc.c
Maybe Bob can patch this based on pattern matching.
If any of you are particularly keen you could download your kernel that is flickering and look at it in a hex editor, like XVI32, and see how many times the pattern 80000000 comes up. If it is only a few you could patch them one by one until you hit the jackpot!
Using my ipad so apols for any stupid ios spelling 'corrections'
Leave a comment:
-
Originally posted by Max One View PostIt would be nice if someone could write/ make a script so we are able to patch our favorite kernel. The patch should simply change those 2 lines to "y":
This sets the LCD GPIO pins to 1.8V, and fixes the flickering problem!
CONFIG_LCDC0_IO_18V=y
CONFIG_LCDC1_IO_18V=y
and thats it. That would be very cool
All moved to KK and left us alone with our problem
I hope were getting some help soon.
Reading the code it seems the change it makes is to just one bit! For LCDC1, which is used by 99% of sticks for HDMI, the value passed is 0x80000000 for 3.3v (bit 13 not set) and 0x80008000 for 1.8v (bit 13 set) in RK3188_lcdc.c
Maybe Bob can patch this based on pattern matching.
Leave a comment:
-
Originally posted by tobr View PostGood to know. If this was the cause of problem, all future custom roms will be without blinking and problem would be gone. I appreciate hard work of all of you devs.
I needed kernel firstly for picuntu 4.5 and secondly for JB 4.2.2 because i am on neomode 1.9a.
I suppose that all your kernels are for KK 4.4 and aren't compatible with 4.2.2 ?
Leave a comment:
-
Originally posted by tobr View PostGood to know. If this was the cause of problem, all future custom roms will be without blinking and problem would be gone. I appreciate hard work of all of you devs.
I needed kernel firstly for picuntu 4.5 and secondly for JB 4.2.2 because i am on neomode 1.9a.
I suppose that all your kernels are for KK 4.4 and aren't compatible with 4.2.2 ?
It would be nice if someone could write/ make a script so we are able to patch our favorite kernel. The patch should simply change those 2 lines to "y":
This sets the LCD GPIO pins to 1.8V, and fixes the flickering problem!
CONFIG_LCDC0_IO_18V=y
CONFIG_LCDC1_IO_18V=y
and thats it. That would be very cool
All moved to KK and left us alone with our problem
I hope were getting some help soon.
Leave a comment:
-
Originally posted by d33 View PostAll my kernels have 1.8v set by default
I needed kernel firstly for picuntu 4.5 and secondly for JB 4.2.2 because i am on neomode 1.9a.
I suppose that all your kernels are for KK 4.4 and aren't compatible with 4.2.2 ?
Leave a comment:
-
Originally posted by mikele View PostHey
There is a problem because I clock mine to 1.6GHz only with this kernels and Kasty Rom and I have better than you with AnTuTu -around 19000 with 1080p and around 20 000 with 720p. Before patching memory. Please trust me I can show pics if you do not trust me but its not the goal of this forum. May be the Rom Kasty is faster ? you can found it here and it fit for your cx919: http://www.arctablet.com/blog/forum/...from-20131225/ or may be my key is faster but I use GK525 and its the same as cx919. Anyway If you try Kasty give us your bench. Thanks d33 for sure.
And thanks for the link, I will def check that rom out and see if its better in real life perfomance!
Leave a comment:
-
Blacklist of locked Down Version´s of RK3188 CPU
All my kernels have 1.8v set by default
Sent from my iPhone using Tapatalk
Leave a comment:
-
Blinking (flickering) problem fixed with changed kernel config
Originally posted by Max One View PostHeres a guy who found a solution for his flickering problem. Check this out https://www.miniand.com/forums/forum...flicker-solved
The best on it is that the guy found the reason and fixed it, changed two lines in config and compiled new not blinking kernel.
On git there are changed two lines in kernel config which make the magic.
This sets the LCD GPIO pins to 1.8V, and fixes the flickering problem!
CONFIG_LCDC0_IO_18V=y
CONFIG_LCDC1_IO_18V=y
Leave a comment:
What's Going On
Collapse
There are currently 2985 users online. 0 members and 2985 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Leave a comment: