uinput help

Discussion about DroidMote Server for Android
fage
Posts: 1
Joined: Thu Dec 19, 2013 3:24 pm

uinput help

Post by fage »

sorry for my english
i use google translate

hello, who can help? bought the app, download uinput (Amlogic --- vermagic=3.0.8 SMP preempt mod_unload ARMv7), unpack and put it in /system/vendor/modules
wrote commands in the terminal and here is the result:

127 | u0_a110 @ android :/ # chmod 644 / system/vendor/modules/uinput.ko
Unable to chmod /system/vendor/modules/uinput.ko: Read-only file system
10 | u0_a110 @ android :/ # insmod /system/vendor/modules/uinput.ko
insmod: init_module '/ system/vendor/modules/uinput.ko' failed (Exec format error)

server and client connects, but nothing works.

tried to solve with ModuleLoader.
and ML sometimes show something like "starting modules", but still nothing works.

tablet: onda v711 dual core (AmLogic AML8726-MX(M6), ARM Cortex-A9 (Dual Core))

obtained root, busybox installed.
android 4.1.1

help please.
User avatar
zulu99
Site Admin
Posts: 2485
Joined: Tue Oct 09, 2012 6:42 am

Re: uinput help

Post by zulu99 »

fage wrote:sorry for my english
i use google translate

hello, who can help? bought the app, download uinput (Amlogic --- vermagic=3.0.8 SMP preempt mod_unload ARMv7), unpack and put it in /system/vendor/modules
wrote commands in the terminal and here is the result:

127 | u0_a110 @ android :/ # chmod 644 / system/vendor/modules/uinput.ko
Unable to chmod /system/vendor/modules/uinput.ko: Read-only file system
10 | u0_a110 @ android :/ # insmod /system/vendor/modules/uinput.ko
insmod: init_module '/ system/vendor/modules/uinput.ko' failed (Exec format error)

server and client connects, but nothing works.

tried to solve with ModuleLoader.
and ML sometimes show something like "starting modules", but still nothing works.

tablet: onda v711 dual core (AmLogic AML8726-MX(M6), ARM Cortex-A9 (Dual Core))

obtained root, busybox installed.
android 4.1.1

help please.
Read only file system mean that the system folder is read only. To write in this folder (change permissions with chmod) you must before remount read and write.

mount -o remount,rw /system
(or you can also remount read and write with es file explorer )

The su command that change your permissions to root user is also necessary before the remount and all other commands.

But moduleloader can do all for you without manual commands with adb or terminal emulator.

I think that your problem is that the uinput module that you want load is not compatible with your kernel.

Have you read the vermagic of your kernel as explained in the f.a.q. ?

I want remember to all that in google play there is a big alert that say : read this page before buy. And in the linked page https://www.videomap.it/dmsguide.htm is written: before buy check the prerequisites.
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