![[Image: save_money_new_cata_flash.jpg]](http://images.td-imgs.com/2015_flash/save_money_new_cata_flash.jpg)
Start from $0.98
http://www.tinydeal.com/new-rc-accessories-si-3232.html?dp=L03232&px=j86z&language=en
HOPELESS v2
because I went fromto
and after their latest beta 001, I now
http://www.file-upload.net/download-10210504/HOPELESS_20150124_v2.7z.html
USE THEBUTTON
THIS IMG IS NOT SUITABLE FOR "STARTUP MODE" PHOENIXCARD CRASHES WHEN USING THIS MODE
FIX:
http://www.freaktab.com/showthread.p...l=1#post273578
If problems with your SDCARD, format it using - "HP USB Disk Storage Format Tool 2.2.3" (free tool, google it), then try again.Use imgRePacker_205 :
1) drag FILE "XXX.img" on "imgRePacker.exe".
2) delete FILE XXX.img.
3) drag FOLDER "XXX.img.dump" on "imgRePacker.exe".
* feel free to mirror anywhere
* license: Attribution + Noncommercial + ShareAlike
==================
NOTES & DISCLAIMER:
==================
* This ROM was made for testing and educational purposes.
* It is not intended for commercial use.
* Software included may be subject to copyright.
* Flash this ROM at your own risk. Developer is not responsible for what you do on your device.
* The author has no connection with Tronsmart, Allwinner, Google or any Android hardware or software related company or individuals
* These ROMs are done on free time, without any form of compensation, therefor do not expect any kind support from the authors or any of the above mentioned entities.
1) For taking advantage of some of the features added to this ROM you will need a USB key.
All my tests are performed on:
Maxone CX-X8 4GB/32GB model
http://www.geekbuying.com/item/Maxon...0M-339872.html
======================
A ROM modification based on:
"Stock firmware" Tronsmart of 24 jan 2015:
Tronsmart-CX-A99-A80-4.4-6335-20150124(comic sans font required here)
http://www.freaktab.com/showthread.php?22493-New-Android-Firmware-For-Tronsmart-Draco-AW80-want-to-hear-your-voice-again
Features:
- CPU & RAM clock adjustments (1,8 GHZ for CPU & 672 MHZ for RAM)
- build.prop (see post #2)
- powervr.ini (see post #2)
- debloated
- removed "phone-home apks" ("Dragon" & co.)
- framework-res.apk (see post #2)
- preinstall USB key scripts (see below)
- Cosmetics
BACKUP (and RESTORE) SCRIPTS:
backup_restore_scripts.zip
TIPS FOR ADDED BENEFITS:
Get Rom Toolbox (lite / free version is sufficient)
and then, via "CPU" button set:
* IO Scheduler:noop
* governor:performance
Also change , via "SD Booster"
SD Card cache size to 2048 kb
apply all of these and set also to "apply on boot"
NOTE:
Current settings (only the below values) in build.prop are imperfect, I count on you to experiment and report
Code:
ro.hwui.texture_cache_size=96
ro.hwui.layer_cache_size=64
ro.hwui.path_cache_size=24
ro.hwui.shape_cache_size=8
ro.hwui.drop_shadow_cache_size=8
ro.hwui.r_buffer_cache_size=8
ro.hwui.gradient_cache_size=1
USERS,
PLEASE TRY PLAYING WITH THE BELOW VALUE AND REPORT BACK
PLEASE VISIT BELOW LINKS FOR INFO & EXAMPLE VALUES:
* https://source.android.com/devices/tech/debug/tuning.html
* http://www.ondaforum.com/topic/1004-...-27-root-only/
It looks like GPU acceleration could finally be coming to rk3288
Several devices and development boards based on Rockchip RK3288 processor already support Linux, usually with images based on Ubuntu, including Ugoos UM3 / UT3, Open Hour Chameleon, and Firefly-RK3288 among others. What these images lack however, is support for 2D and 3D graphics acceleration with the GPU, and hardware video decoding/encoding with the VPU. But Jas-hacks hasmade some progress with 3D graphics support.He has managed to add GPU acceleration via EGL/OpenGL ES bringing 3D acceleration to the platform, but 2D support is not there yet, meaning X11 still heavily relies on software rendering. But the implementation is still good enough to run the usual es2gears and glmark2-es2 benchmarks. as well as some WebGL demos in Chromium. Performance is currently underwhelming, with 50 points in glmark-es2, even a bit lower than the score (54 points) I got with ODROID-X board powered by Exynos 4412SoC with a Mali-400MP4 GPU, and running Unity desktop in Ubuntu Linaro 12.11. The desktop environment used also appears togreatly affect glmark-es2 performance, with Unity being much slower than LXDE for example. But let’s get to the demo.
Since the image used for the demo is a minimal image for testing, it has not been released, and you can’t try by yourself just yet. But I’m sure GPU acceleration will eventually make it to Ubuntu for Firefly-RK3288, and possibly other RK3288 hardware platforms where the manufacturer or/and the community are involved with Linux development
From Cnx-software