Thanks a lot for your deep & very technical test, but may be the answer expected is more simple from the SoC & Box manufacturer if they decide to give us an answer. Many of us had got more than one TV box from different SoC makers and it´s easy to compare and questionning about that; similar case for the smaller amoount of Total ram shown on Draco vs Rockchip???, very normal questions when you had paid for it.....But this is going off topic on this thread.
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Alternative to Stock Rom
Collapse
X
-
Originally posted by no_spam_for_me View Post
Thanks a lot for your deep & very technical test, but may be the answer expected is more simple from the SoC & Box manufacturer if they decide to give us an answer. Many of us had got more than one TV box from different SoC makers and it´s easy to compare and questionning about that; similar case for the smaller amoount of Total ram shown on Draco vs Rockchip???, very normal questions when you had paid for it.....But this is going off topic on this thread.
-
@BTR11
(also if OT)
Ok, I try to explain it again
Amlogic and also allwinner choose another way of "core handling" at the kernel...
You can say, rockchip "makes it self life easy" and let all cores running whole the time, but amlogic and allwinner only activating the cores as they are needed...
Rockchips way isn't a quality characteristic, it's only another way...
I think amlogic and allwinner handle it this way because of heat...
Because of the 8 cores at A80 you should read a little bit about the idea of big.LITTLE http://www.arm.com/products/processo...processing.php ...
So in my eyes, they optimised something at the kernel to use big and LITTLE at the same time (which wasn't the idea of big.LITTLE, it's more a kind of misuse)...
RAM... yes that's really funny, because at Linux I'm missing 0.8GB instead of the 0.4GB at Android... I think, and of course only thinking, it is something with the driver or so on and maybe only a "visualisation" problem (maybe it is 2 GB and only the tools get wrong information)...But I think also Tronsmart coudn't answer this, only allwinner, and maybe allwinner don't like to answer this question, who knowsRK3288 Devices
- Overview BOX (LINK !)
- Overview STICK (Dongle) (LINK !)
MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))
RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'
Comment
-
Originally posted by BTR11 View PostUse no-frills cpu app to set CPU governor to "Performance" and I/O scheduler set to "noop" and I think you will be more or less happy whilst appear the long waited stable update for Android from Tronsmart.
I don’t know if it’s a problem with the governor/scheduler, with the app itself or something else, so I tried to set it via init.d script(using the universal init.d app).
I don’t know if I have to set the governer for every core, maybe someone can tell me?
at boot,it looks like the script is executed but in no frills it still shows interactive/cfq.
this was just a copy and paste job, maybe wrong in some point, so feel free to correct me.
edit: i put the script into the init.d folder with permission 755.
Code:[FONT=Calibri][SIZE=3][COLOR=#000000]#Scheduler for internal and external sdcard [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “noop” > /sys/block/mmcblk0/queue/scheduler [/COLOR][/SIZE][SIZE=3][COLOR=#000000]echo “noop” > /sys/block/mmcblk1/queue/scheduler[/COLOR][/SIZE][/FONT] [FONT=Calibri][SIZE=3][COLOR=#000000]#Set governor(performance) [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor [/COLOR][/SIZE][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT]
is it possible to set the screen resolution by script?Last edited by Boxx; 10 February 2015, 15:48.
Comment
-
nevermind, it works now.
this should be correct:
Code:#Set governor (performance) echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor #Scheduler for internal and external sdcard echo "noop" > /sys/block/mmcblk0/queue/scheduler echo "noop" > /sys/block/mmcblk1/queue/scheduler #Change resolution and density #wm size 1920x1080 #wm density 240
the last two lines are for setting screen resolution and density.
its working when i type it into the terminal but not from script.
Comment
-
Originally posted by Boxx View Posti tried that and it seems to reduce the micro stutter a tiny bit, but most times my box freezes on next boot when I set “apply on boot” in no frills.
I don’t know if it’s a problem with the governor/scheduler, with the app itself or something else, so I tried to set it via init.d script(using the universal init.d app).
I don’t know if I have to set the governer for every core, maybe someone can tell me?
at boot,it looks like the script is executed but in no frills it still shows interactive/cfq.
this was just a copy and paste job, maybe wrong in some point, so feel free to correct me.
edit: i put the script into the init.d folder with permission 755.
Code:[FONT=Calibri][SIZE=3][COLOR=#000000]#Scheduler for internal and external sdcard [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “noop” > /sys/block/mmcblk0/queue/scheduler [/COLOR][/SIZE][SIZE=3][COLOR=#000000]echo “noop” > /sys/block/mmcblk1/queue/scheduler[/COLOR][/SIZE][/FONT] [FONT=Calibri][SIZE=3][COLOR=#000000]#Set governor(performance) [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT][FONT=Calibri][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor [/COLOR][/SIZE][SIZE=3][COLOR=#000000]echo “performance” > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor [/COLOR][/SIZE][/FONT]
is it possible to set the screen resolution by script?
Comment
-
Originally posted by frhdt007 View Postit' not normal that your screen changes resolution after reboot. My 20141219v1 rom never does that.
i have xposed framework installed, maybe it conflicts with it. i removed it and will see if anything changes.
Comment
-
Originally posted by BTR11 View Post
Yes Bob, You are correct, I had forgotten those guys at Allwinner; They have the bigger liability of the abnormal performance of this SoC / TV boxes A80 based; They have already a "top" selling product on base of "on paper" specs, hopefully they support us, but quickly. The anomalies regarding multimedia (specially video) playback capabilities on Android are at least "bizarre". But Tronsmart, humm, They are entirely responsible for the USB 3 probs (power?), the lack of OTG, the unproper system "rooting", AV port not operative as advertised, the lack of common and very basic features on the original and only one official so far Firmware from them, after they had started to sell this TV Box and being aware of all of these deficiencies reported from here, and many deeply analyzed by you and other advanced users. Hopefully this will turn quickly to good, because until now it´s being quite bitter.
Merry x-mas to you Bob and your family and for Freaktab people; thanks for the space over here to interact.
thanks in advance!
Comment
What's Going On
Collapse
There are currently 1611 users online. 0 members and 1611 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment