[Q] Need a kernel for uinput on note 3 - General Questions and Answers

my phone at stock, but rooted doesnt have the uinput it seems to allow rooted apps to use the touch part. So can anyone link me the file needed so i can flash it in?
And will odin work fine to flash that in?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

uinput does exist
Install the terminal emulator app and run the following commands to check if the uinput module exists
1. su
2. cd /
3. cd dev
4. ls
Check in the list if uinput exists. I did a check on my Galaxy S4 I9500 and this module exists. Now the only reason you are getting that message might be because the SELinux is in enforcing mode. There needs to be a way to make that SELinux status to permissive. That is what I feel should be done. Let me know if you have found this to work. I planned on installing the Omega Rom but want to check out how to change the status to permissive without installing the rom.
Thoughts?

Solved!!
Hello,
I finally got this working on my Galaxy S4 I9500. I flashed the Omega Rom v24 with CWM. Installed Tincore Keymapper v3.6.4. Installed Respawnables game. I tried to connect it with my 2.4GHz wireless ps2, ps3, pc gamepad but I got a message saying "Uinput doesn't seem to be available in the kernel. Please install a kernel with uinput module". So I did a search with the Android Terminal Emulator app and here are the commands I executed to check if the uinput module exists.
1. su
2. cd /
3. cd dev
4. ls
Now check if you have the uinput present in the list. If it does, it indicates that you are not able to access the module. So go forward and try one more command like this
chmod 666 dev/uinput
This command will give access to other apps wanting uinput. Remember that you will have to run this command again if you reboot you phone. Hope this helps.

Related

is this works our devices USB OTG HOST ADAPTER PEN DRIVE CABLE

i see
http://www.ebay.in/itm/NEW-USB-OTG-...GALAXY-S-II-i9100-S2-NOTE-i9220-/270917327444
item in ebay,
i searched xda i9003 forums about this can't find a solution thats why i started a
thread
it will not work the kernel itself does not support the usb otg..
its not working fully yet.
vivekkalady said:
USB On-The-Go​Work In Progress​
The USB OTG modules for Our Samsung Galaxy SL.But It is not Completely Working.I don't Know The Reasons.
Updated : 07-09-2011
PDA file with inbuilt modules have been developed by Amit (Not Released for Public)
. + Booting
. + Modules Loaded Successfully
. + No Power Supply
. + Not Working With External Power Also
Still Not Working
zImage files for CWM flashing was Created by Developer DoomLord
(Link)
Not Booting
Completed Goals
1.) Created Modules For Galaxy Sl i9003
2.) Successfully Loaded Modules to Work With our Phone
Procedure
Easy Way
1.) Download and Extract the Files and Copy them to /system/Modules
2.) Download Module Loader
3.) Open Module Loader and Click on "Another Path"
4.) Type /system/modules/
5.) select all Files
6.) Restart your phone and all modules are loaded Successfully.(Automatic Loading of modules at startup)
Note: To Check whether the files are loaded
Code:
adb shell
lsmod
you can see the new modules in the list
Output of the lsmod Command
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hard Way
1.) Download and Extract the Files and Copy them to /system/Modules
2.) Go to adb shell
Code:
cd /system/modules/
insmod usbcore.ko
insmod usb-storage.ko
install all modules in this way
3.) type lsmod to list all modules loaded in memory
Note : each module must be loaded manually (insmod) after every Reboot
Source
[MODULES][ARC][NEO][FW:4.0.A.2.368] USB-OTG {Storage, Keyboard & Mouse}
Cable MOD
Manual Cable Modding
Thanks
DoomLord
Amit
Skin
Vishal
NOTE :
The USB OTG cable of Nokia N8 will not Work
special cable for Samsung Galaxy SII can be used (Not Confirmed)
If Anyone Have Samsung Galaxy S2 USB OTG cable Please Try This
Click to expand...
Click to collapse
Waiting for the kernel.

[Completed] Help with nextbook nx868qw8g

Hello everybody,
want to ask your advice in re: following issue
I am going to use nextbook NX868QW8G tablet as an embedded advertisement solution ie it should start when external power gets plugged in. I can find a normal tech desc of this model in the internet even on the official site.
It have almost the same look&hardware as NX785QC8G availabe at wallmart but have slightly another cpu mtk8382 and embedded 3g modem which was the decisive factor since we need tablets to be updated remotely.
Here are system settings:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have done the following:
1) rooted device via cydia impactor - root check apps from gplay are saying its rooted now + it has auto instaled chainfire SU to the tablet
2) run adb reboot-bootloader
3) run fastboot oem unlock
4) run fastboot oem off-mode-charge 0
I have tried doing it manually and through cydia impactor but in both cases the command thread for #3 and #4 seems to be in an infinite sleep - just displays "..." in command line shell and cydia impactor simply gets frozen for a couple of minutes then throws timeout exception.
I think its waiting my input after #3 but the screen remains black and it does nothing when I press on vol up/down/power buttons. It displays "OK [X sec]" when I call fastboot reboot from another shell window
In regards to the adb drivers and etc - device is visible through both 'adb devices' and 'fastboot devices' commands. Real mystery...
Please advice in which direction to seach and digg.
Any help will be highly appreciated,
Max
Since we do not have a forum for that device, please post in Android Q&A, Help & Troubleshooting so that the right experts may be of help.

[APP] SuperSU v2.65 Final Stable

SuperSU v2.65 Final Stable
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SUuperSU Pro
SuperSU is the Superuser access management tool of the future!
SuperSU allows for advanced management of Superuser access rights for all the apps on your device that need root.
SuperSU has been built from the ground up to counter a number of problems with other Superuser access management tools.
!!! SuperSU requires a rooted device !!!
Features
Superuser access prompt
Superuser access logging
Superuser access notifications
Per-app notification configuration
Temporary unroot
Deep process detection (no more unknowns)Works in recovery (no more segfaulting)Works when Android isn’t properly booted
Works with non-standard shell locations
Always runs in ghost mode
Wake on prompt
Convert to /system app
Complete unroot
Backup script to survive CyanogenMod nightlies
Icon selectable from 5 options + invisibleTheme selectable from 4 optionsLaunch from dialer: *#*#1234#*#* or *#*#7873778#*#* (*#*#SUPERSU#*#*)
NOTE:*Not all phones take both codes. On some phones you need to use single *# instead of double *#*#
Pro version Features
OTA survival mode (no guarantees)
Full color-coded command content logging (input/output/error)
Per-app logging configuration
Per-app user overrideGrant/deny root to an app for a set amount of time
PIN protection
Per-app PIN protection
Adjust auto-deny countdown
What’s New
(systemless): Add deep sleep fix for Samsung 5.1+
supolicy: Adjust Samsung 6.0 init shellZIP: Patch recovery SELinux policyZIP: Improve su.img mounting
How to install*?
Download the archive from the link given below
Install both the apks provided in the archive
Open the app and update the su binary
Enjoy*
DOWNLOAD LINK (in First Comment Box)
Sent from my Honor using Tapatalk
[emoji15] DOWNLOAD LINK [emoji15]
mod edit
Sent from my Honor using Tapatalk
lets use the real thread for this app
http://forum.xda-developers.com/showthread.php?t=1538053
thread closed

[TIP] - Make *ViPER4Android* Work on *ANY* Marshmallow Device EASILY !!

Make ViPER4Android work on any marshmallow device : SELinux Permissive Fix
This is the easiest method I found so far, to make Viper4Android work on my V10 H960A running MM
Thanks to Sidharth Pk Here’s how you can install ViPER4Android on your Android phone running on Marshmallow or above. Change the SELinux policy from Enforcing to Permissive and enable ViPER4Android on your device. Also, fix the common errors while installing V4A like abnormal driver status, no processing etc.
I will copy/paste here his short instructions and for further details I will post a link to his page at the end of this post
Change SELinux to Permissive & Make ViPER4Android Work on any Marshmallow Device (By Sidharth Pk) :
ViPER4Android itself needs root access. So there’s no point of saying that your device must have root privileges.
.
Get ViPER4Android’s latest APK from here and install it on your Marshmallow device.
.
Now open it and let it install the driver for your device.
.
Once you get the install complete message, simply reboot the phone.
.
After bootup, Install Terminal Emulator App from here and install it on your phone.
.
Open it and perform the following commands one after one
Click to expand...
Click to collapse
Code:
[COLOR="Navy"][SIZE="4"][SIZE="5"]su
setenforce[/SIZE][/SIZE][/COLOR]
Close the terminal and check the driver status on ViPER4Android app, it should display like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Enable & Processing status will automatically change to Yes once you activate the master power option and start playing music on your headphone/speaker. If this method doesn’t work for you, you can flash the ViPER4Android Marshmallow ZIP file. It changes the SELinux from Enforcing to Permissive.
For more info have a look at the original thread/page:
http://www.techbii.com/install-viper4android-marshmallow/
Enjoy !
We can discuss here afterwards, why install Viper4Android in a phone with already such a great sound out of the box, such as the LG V10...
Cheers
.
.
Reserved

[TIP] - Make *ViPER4Android* Work on *ANY* Marshmallow Device EASILY !!

FIRST OF ALL :
For rooted devices, busybox properly installed , etc. etc.!
Works on MM, should work on Nougat to...
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Make ViPER4Android work on any marshmallow device : SELinux Permissive Fix
This is the easiest method I found so far, to make Viper4Android work on my V10 H960A running MM
Thanks to Sidharth Pk Here’s how you can install ViPER4Android on your Android phone running on Marshmallow or above. Change the SELinux policy from Enforcing to Permissive and enable ViPER4Android on your device. Also, fix the common errors while installing V4A like abnormal driver status, no processing etc.
I will copy/paste here his short instructions and for further details I will post a link to his page at the end of this post
Change SELinux to Permissive & Make ViPER4Android Work on any Marshmallow Device (By Sidharth Pk) :
ViPER4Android itself needs root access. So there’s no point of saying that your device must have root privileges.
.
Get ViPER4Android’s latest APK from here and install it on your Marshmallow device.
.
Now open it and let it install the driver for your device.
.
Once you get the install complete message, simply reboot the phone.
.
After bootup, Install Terminal Emulator App from here and install it on your phone.
.
Open it and perform the following commands one after one
Click to expand...
Click to collapse
Code:
[COLOR="Navy"][SIZE="4"][SIZE="5"]su
setenforce[/SIZE][/SIZE][/COLOR]
Close the terminal and check the driver status on ViPER4Android app, it should display like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Enable & Processing status will automatically change to Yes once you activate the master power option and start playing music on your headphone/speaker. If this method doesn’t work for you, you can flash the ViPER4Android Marshmallow ZIP file. It changes the SELinux from Enforcing to Permissive.
For more info have a look at the original thread/page:
http://www.techbii.com/install-viper4android-marshmallow/
Cheers
Didn't work for me.
didn't worked for me either !!

Categories

Resources