A10 All Winner Crane TV Box armeabi-v7a

Discussion about DroidMote Server for Android
Nataraj
Posts: 3
Joined: Thu Dec 13, 2012 7:33 am

A10 All Winner Crane TV Box armeabi-v7a

Post by Nataraj »

yo Zulu ,
i saw , that you could help most of the folks here.
Thank you for your work.

I bought droidmote last week for my android Tv box
Image

build.prop :
ro.build.description=crane_tvbox-eng 4.0.4 IMM76D 20120803 test-keys
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.build.display.id=crane_tvbox-eng 4.0.4 IMM76D 20120803 test-keys
ro.build.display.id=benign_tvbox-20120920_v04


root@android:/data/local # strings /system/vendor/modules/mali.ko | grep vermagic
vermagic=3.0.8 preempt mod_unload ARMv7
__mod_vermagic5


i tried all existing uinput.ko but i allways get an exec error , when i try to load the module .
Could you help please ?
User avatar
zulu99
Site Admin
Posts: 2485
Joined: Tue Oct 09, 2012 6:42 am

Re: A10 All Winner Crane TV Box armeabi-v7a

Post by zulu99 »

are you sure that you not have already the uinput module loaded in the kernel as internal module ?

if you already have the module, is normal that you see the format exec error

all new rom of a10 allwinner now have the uinput inside.

what happen when you start droidmote ?

if you are sure that you not have uinput inside, send me in the email that you see on droidmote a generic .ko file of your deice. i want see by myself the vermagic.
Developer of DroidMote Server and DroidMote Client. Read the Quick Start Guides and then I'll be happy to help.
Donate with Paypal or Donate with Crypto
Nataraj
Posts: 3
Joined: Thu Dec 13, 2012 7:33 am

Re: A10 All Winner Crane TV Box armeabi-v7a

Post by Nataraj »

sent
when i start the server , it just shows as running ,
but client cannot connect
"server not reachable"

vlc cannot find uinput device
User avatar
zulu99
Site Admin
Posts: 2485
Joined: Tue Oct 09, 2012 6:42 am

Re: A10 All Winner Crane TV Box armeabi-v7a

Post by zulu99 »

ooo this is not uinput problem.

be sure to have the last client and the last server installed.

i received your .ko and your uinput if you not have one already inside is this A10 AllWinner --- vermagic=3.0.8 preempt mod_unload ARMv7 --- http://www.mediafire.com/?lgh45o5l9for3u9

server is not reachable is because the client not see the server in the same network.

try to ping both phone and a10 allwinner from a pc to see if both are in the same local network with a valid ip.

this is your network problem
Developer of DroidMote Server and DroidMote Client. Read the Quick Start Guides and then I'll be happy to help.
Donate with Paypal or Donate with Crypto
Nataraj
Posts: 3
Joined: Thu Dec 13, 2012 7:33 am

Re: A10 All Winner Crane TV Box armeabi-v7a

Post by Nataraj »

nope
it´s not a network problem ..
i can use other servers on the box - also from my phone
ftp server , vncserver works but no touch / keyboard ( cause there´s no uinput)

it´s really weird :
with uinput-allwinner-3.0.8-no-modversion


1|root@android:/mnt/sdcard/Movies # tar -xf uinput-allwinner-3.0.8-no-modversion.tar
root@android:/mnt/sdcard/Movies # ls
uinput-allwinner-3.0.8-no-modversion.tar
uinput.ko
root@android:/mnt/sdcard/Movies # rm /system/vendor/modules/uinput.ko
root@android:/mnt/sdcard/Movies # cp uinput.ko /system/vendor/modules
root@android:/mnt/sdcard/Movies # chmod 644 /system/vendor/modules/uinput.ko
root@android:/mnt/sdcard/Movies # insmod /system/vendor/modules/uinput.ko
insmod: init_module '/system/vendor/modules/uinput.ko' failed (No such file or directory)




but :
1|root@android:/mnt/sdcard/Movies # cd /system/vendor/modules
root@android:/system/vendor/modules # ls
8192cu.ko
bma250.ko
ft5x_ts.ko
gc0308.ko
gps.ko
gt2005.ko
mali.ko
ov2643.ko
scsi_wait_scan.ko
sun4i-ir.ko
sun4i-ts.ko
sun4i-vibrator.ko
sun4i_csi0.ko
sun4i_csi1.ko
sun4i_wemac.ko
uinput.ko
ump.ko
videobuf-core.ko
videobuf-dma-contig.ko
root@android:/system/vendor/modules #


it´s there !!

and with \uinput-a10-allwinner\uinput\kernel 3.0.8+\sun41_crane

root@android:/mnt/sdcard/Movies # cp uinput.ko /system/vendor/modules
root@android:/mnt/sdcard/Movies # chmod 644 /system/vendor/modules/uinput.ko
root@android:/mnt/sdcard/Movies # insmod /system/vendor/modules/uinput.ko
insmod: init_module '/system/vendor/modules/uinput.ko' failed (Exec format error)
User avatar
zulu99
Site Admin
Posts: 2485
Joined: Tue Oct 09, 2012 6:42 am

Re: A10 All Winner Crane TV Box armeabi-v7a

Post by zulu99 »

it's very strange, try to look in this forum, your device is a clone of this:

https://www.miniand.com/forums/forums/development--2

you can find a rom with uinput inside
Developer of DroidMote Server and DroidMote Client. Read the Quick Start Guides and then I'll be happy to help.
Donate with Paypal or Donate with Crypto