Is there anything you need from us Mk802 ownders that will help?
output logs from the likes of Lumberjack, etc?
I really need more free time
Is there anything you need from us Mk802 ownders that will help?
output logs from the likes of Lumberjack, etc?
Sorry, have no luck for ADB. Maybe wrong driver or so. Using Lifesuite " LiveSuitPack_version_1.07_2011026 " on 64-bit Windows 7.
"adb connect" via WLan, the same for me.
On CWM, Windows shows a missing driver, but after manual search for the driver it reports, that there isn't a newer one.
Damn thing :silly:
http://files.androtab.info/allwinner/cm9/20120716/
CWM with touch screen control. (quick hack, it doesn't work with TS which needs calibration)
please imagine virtual joypad used in some games. touch the screen, there is center position. move your finger up/down/left/right, then one of KEY_UP/DOWN/LEFT/RIGHT event will be generated respectively. in my recovery, KEY_UP/DOWN are assigned to move up/down, KEY_LEFT is assigned to select item, and KEY_RIGHT is assigned to back.
you need to move your finger some amount of distance(for now, 1/4 of touch screen height for up/down, 1/8 of touch screen width for left/right).
if you lift your finger without moving(or less than "some amount of distance"), BTN_TOUCH event will be generated. in my recovery, currently it's just ignored. I tried to assign it to select item, then default "reboot system now" item was selected by mis-operation several times
----
generally, on A10 Android devices, touch screen driver is provided as a kernel module. if your kernel needs TS driver module, you need to add TS driver module as "/ts.ko" in ramdisk in recovery.img. otherwise you can't use TS to control recovery.
----
as usual, my changes will be pushed to github when I can get more time.
EDIT:
upstream CWM was updated to ver.6. my changes will be conflict but currently I have no time to update my changes for ver.6.
EDIT2:
well... maybe "disable TS control" knob should be prepared...? comments are welcome
EDIT3:
this should work on many single-touch and multi-touch device, but it will not work on multi-touch type B protocol device.
fun,
you can check out this touch recovery. work well on a10.
http://forum.xda-developers.com/showthread.php?t=1485829
too lazy, i will try and get the source for a10 out on github when i can.![]()
I see,you have made a new recovery for mk802. It boots, but I can't select something. Looks like the old version ( splited screen and wrong colors )
Sorry, for my not so detailed report.
I've tested it on the latest CM9 nightly from Christian Troy (21/07/2012)
Yes, as you're aware, the screen is splitted in 4 menues. I see in this version the background picture 4 times and above the menu 2 times.
On older versions of your recovery, there was even the menue 4 times to see.
If you go up and down in the menu, on every second option the screen went black.
You can controll it with a mouse or keyboard. It depends on what is pluged in before you boot in recovery. It is only recognized 1 input device at the same time.
The only thing is, you must have a keyboard with mousebuttons, because you can only make a selection with left mousebutton. Enter didn't work.
The reason why I wrote it didn't reconize anything was, that I thought my new USB hub works like the old one I tested before.
They look both like the same, but maybe the hardware is different.
I heard his CM9 uses(replaces) some files from 4.0.3 ROM, and my current(old one, not testing) CWM runs w/o screen issue after CM9 installation. is it true?
then, what you tried is new(testing) CWM on old 4.0.3 ROM. this combination will not be supported.
you can control with cursor keys. up/down are up/down, left is select, right is back. I think enter is act as down.
how new hub works on CM9? it should be same on CWM. if different, something is wrong in CWM.
I've used your versions, dated from 2012-06-15 and 2012-07-16 before. Both looks fine on older firmware 4.0.3.
The firmware, you mentioned "FW 0710B.rar" is the first 4.0.4 version for the mk802
Only difference, it seems, you can see on your recovery 4 screens and 4 menues, like in my first attached pix.
On CM9, it works without problems. That's why I didn't recognized the fault the first time.
At least, I tried your new test CWM with the "FW 0710B.rar" and have the same splitscreens.
But as I said, it's not realy a problem for me. Should be only a short feedback about the actual situation.
i cant use stuff from 4.0.4 because they've changed something inside kernel for cedar libraries and updated android_framework_base (that contains cedar libs) is not public on allwinnerwk's official github
it will break every media playback
i dont think it will work on mk802
for /bootloader i've replaced the /wimax entries inside nandroid.c and extendedcommands.c (or a similar name i dont have sources here)
i dont think it will work on mk802
for /bootloader i've replaced the /wimax entries inside nandroid.c and extendedcommands.c (or a similar name i dont have sources here)
> adb shell
$ su
# sh /sdcard/install-recovery.sh
> adb shell
$ su
# sh /sdcard/reboot-recovery.sh