is this works our devices USB OTG HOST ADAPTER PEN DRIVE CABLE - Samsung Galaxy SL i9003

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.

Related

CWM 7.5.0.4 ( M_A_H ) Rebuilding version

Hy everybody :laugh:
Whats Features in CWM 7.0.5.4 (M_A_H) version:​
* cyan colors are stunning
* cwm can kill instantly without reboot
* cleanup tab option: shortcut to try to fix forcequits after updates, return to recovery and select on the main screen (Wipes Cache, dalvik, and fixes permissions)
* Standard options to backup and restore to either the SD card or internal storage
* Mount points match those of most running roms
* adb shell works as root (with or without system mounted)
* set boot mode menu to select the boot partition (hidden on know non-multiboot bootloaders)
* setbootmode and itsmagic command line tools for advanced users
* /data/linux directory is not deleted on erase userdata, nor backed up on nandroid backup (just like /data/media) to allow a space for linux files for dual boot and chroot linux installes.
Requirements:​
1. Rooted Android Device.
2. Available SuperUser
How to install CWM on Xperia neo L:​
1. Download Tool : Install CWM for Xperia neo L from below.
2. Enable USB Debugging On your Smart Phone.
3. ADB(Android Debugging Bridge) Drivers should be installed on your PC.
4. Extract files of the Tool to the PC and run the file named ("install-cwm1.cmd").
5. Connect the Xperia neo L (in switch-off mode) by pressing (Back key) to the PC.
6. Follow the instructions given when you open the file mentioned above.
7. When finished Reboot your phone.
8. DONE!
9. To get into CWM recovery menu,at boot time immediately repeatedly press the Volume Down to go to the CWM menu.
{
"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"
}
:good::good::good::good::good::good::good::good::good::good::good::good:
thx

[MOD][addon.d] ADB and Fastboot Host for Android

These mods install adb and fastboot binaries for ARM processors. This enables you to use an Android device as the host machine rather than a PC or laptop to run adb and fastboot commands on a connected device. Some devices like the Nexus 7 and Nexus 5 come with adb, but not fastboot. You can check for these binaries in /system/bin/. I have made separate zips in case your device already has adb. These mods also includes addon.d scripts.
{
"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"
}
What is addon.d?
On some ROMs, like Cyanogenmod, there are scripts in /system/addon.d that run during a ROM update or flash. They can backup and restore system apps (like Gapps), or perform many other functions. This mod includes an addon.d script, so the mod is not lost during a ROM update! If your ROM doesn't support addon.d, this mod should still flash properly, but you won't benefit from addon.d.
Tested and Confirmed to work on:
Nexus 5
Nexus 7
It should work on many devices. Let us know if it works!
Note:
You will need OTG support to get any benefit from this, so your device can act as host when another device is attached. Be sure to use the su command before adb or fastboot.
Install Instructions:
- Boot into recovery
- Flash Install zip
- Reboot
Downloads:
Install-ADB-1.0.zip
Install-Fastboot-1.0.zip
Changelog:
Code:
1.0 - 02/13/14
- Initial release
Credits and Thanks:
chamatht - fastboot binary
DISCLAIMER:
This mod involves editing system files. Use at your own risk! Also please don't forget, before you report ROM related bugs in the ROM developer thread, you should remove this mod to make sure the issue is not caused by this mod!
Recovery missing
Can you help me because my recovery mode is missing. It happend when i tried to flash clockwork recovery mode that isn't meant for my phone. Mine is a Karbonn A108. If I could only install fastboot then I could Flash my phone. When i try to get in fastboot it says fastboot is missing.. please help I'm in a crisis. :crying:
Is this safe to use in Lineage 17.1?
Is it installable using exposed framework?
Does it solve this problem:
I have a TV box Scishion V99 Hero. It's rescue Adb mode presumes a USB connection. I cannot find how to set tcpip access in rescue mode. Yet the box has only female USB ports. The big flat connector. So I can't connect it to a PC but only to my phone.
I want to use my phone as an Adb host when installing ROM into the Scishion box.

[RECOVERY] TWRP 2.7.0.0 for Xolo Q1100 (Win/Mac/Linux)

Compiled TeamWin Recovery Project (TWRP) for Xolo Q1100 (Qualcomm MSM8228) this morning! Now with scripts to install from Windows, Mac OS X and Linux.
{
"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"
}
Click here to -> DOWNLOAD
Windows
Make sure you have the drivers installed.
Download and extract the zip file linked above.
Connect your phone to you PC via USB cable, make sure USB Debugging is switched on.
Double click on the "flash-windows" (located inside the extracted folder) file.
Done!
Mac OS X
Download and extract the zip file linked above.
Connect your phone to you PC via USB cable, make sure USB Debugging is switched on.
Open your Terminal app, drag and drop the "flash-mac.sh" file (located inside the extracted folder) on to your terminal.
Done!
Linux
Make sure you have proper udev rules enabled.
Download and extract the zip file linked above.
Connect your phone to you PC via USB cable, make sure USB Debugging is switched on.
Open your Terminal, drag and drop the "flash-linux.sh" file (located inside the extracted folder) on to your terminal.
Done!
(If it shows device not found in Linux, try to kill server and re-run the script with sudo)
Credits:
A N D Y for the recovery.fstab
TeamWin for the Awesome TWRP Recovery project
tuxboy said:
Compiled TeamWin Recovery Project (TWRP) for Xolo Q1100 (Qualcomm MSM8228) this evening!
INSTALLATION
Download the TWRP build from here.
Power off the phone, boot into Fastboot mode.
Make sure you have Fastboot installed, and flash the image to your recovery partition with it, like this "fastboot flash recovery xolo-recovery.img" (please google to see how to flash images with fastboot, duh! learn to google mate)
Done! Now pull the battery out, put it back in.
Credits:
TeamWin
A N D Y
Click to expand...
Click to collapse
Voch is voch, btw credit to tumar thakar kotha bro :/
Thank You Sir!
Thank You Sir, for giving this awesome stuff to us... :crying:
You Are Awesome... :laugh:
Regards,
A N D Y
Rohan I wrote in facebook about this 3G issue.My 1st sim slot like others is giving this" ?" sometimes and now its only connecting to 2G. Whatever option I choose its selecting only the Edge option and the other options are not working. Can you find out exactly which apk is doing thia because it gets corrected if I factory reset but comes back after few days
Can we root using this recovery or still we need to use the script?

[Q] Need a kernel for uinput on note 3

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.

[GUIDE] Flash ROMs On The Go (With Another Phone) (Without PC)

PREREQUISITES -
1. Two phones (one on which you want to flash rom/img, and other you'll use as host)(root is not required on host phone)
2. USB-C to USB-C cable, or USB-C to USB-A with OTG adaptor.
3. Some brain and patience.
PROCEDURE -
1. Install the app called "Bugjaeger" on an android phone you're going to use as host (root is not required)
2. Boot the phone to fastboot and connect the phone to host phone using USB-C to USB-C.
3. Open Bugjaeger app and go to the last tab.
{
"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"
}
4. You'll see your device listed in the app, so select it from the list.
5. Thereafter press the bottom right blue button.
6. This will open up a terminal like interface, here type the command for flashing the boot img. Just type "fastboot flash boot" thereafter from the top, select the icon that looks like file attachment and select the boot img file.. No need to type the file location for file, it'll automatically be appended.
7.Press the button on the right and wait for the boot img to be flashed.
8. After it is done, boot to recovery, and select adb sideload option from recovery.
9. The phone should again be detected in the Bugjaeger app and be listed. Ensure its selected.
10. Now on the host phone, scroll to the bottom on the same tab to the last option that says "Pick file and perform sideload"
11. After selecting the ROM zip file, wait for it to be flashed, the progress will be displayed on the host phone, it will go till about 47% before the process is completed.
12. Reboot the phone and enjoy new ROM
CREDITS
All credit goes to the amazing developer @bugjaeger who developed this amazing app, allowing us to do such crazy things without the need of a computer.
Hello may you report the official download link?
sev7en said:
Hello may you report the official download link?
Click to expand...
Click to collapse
Bugjaeger Mobile ADB - USB OTG - Apps on Google Play
Tool to debug, dissect, shell into and control Android device or TV via USB/WiFi
play.google.com

Categories

Resources