Is it possible? - AT&T Samsung Galaxy Note I717

Currently to me ubuntu running on top of android is pointless but intriguing. Is it possible to connected an external Usb wifi adapter to the phone and have it recognized in ubuntu? More simply put can the phone allow the needed data through the USB interface? I cannot be the only one considering the joy of running Airpwn on a mobile phone... Any thoughts? If the wifi adapter is possible it opens up a whole new box of abilities for the phone.
Sent from my SAMSUNG-SGH-I717 using XDA

Went ahead and ordered http://www.amazon.com/Alfa-AWUS036H-Wireless-Long-Rang-Panel/dp/B003YI4HRM/ref=cm_cr_pr_product_top
And a couple microusb to Usb adapters to test with.. I'll let yall know if I'm successful when I get everything.
Sent from my SAMSUNG-SGH-I717 using XDA

I've been thinking about this since i got the Note. Glad to see someone is thinking along the same lines.
I'm looking forward to seeing your results.

I should have the wifi adapter this week but the damn 50 cent microusb adapter will take until the 1st. Some odd reason I didn't feel like paying for shipping on something that costs 50cents.
Sent from my SAMSUNG-SGH-I717 using XDA

Funny I just ordered an Ethernet to usb adapter for similar purposes. I want to see if I can use Android to do network testing so I dont have to carry a laptop with me.
Looking forward to seeing your results. I will post mine as well.
PS. How do you get Ubuntu to run on the Note?

Shurafa said:
Funny I just ordered an Ethernet to usb adapter for similar purposes. I want to see if I can use Android to do network testing so I dont have to carry a laptop with me.
Looking forward to seeing your results. I will post mine as well.
PS. How do you get Ubuntu to run on the Note?
Click to expand...
Click to collapse
Never thought of that. Now that I'm its a bit scary from a network security standpoint. Having a small easly hidden device hooked into an ethernet network and just running wireshark or ethereal. Lol
Sent from my SAMSUNG-SGH-I717 using XDA

It is possible to get Ubuntu running via a virtual machine setup (emulating Ubuntu on the phone inside Android). The other possibility is a remote desktop option.
The two problems however:
1. Most USB devices require power - something I dont believe the phone puts out thru the USB micro port.
2. Getting direct access to the hardware (required for most of these types of tools to work) is not likely possible via a VM or Remote Desktop situation.
My guess is, this wont work, but Im a glass half full kind of guy.

A little OT but does anyone know if Ubuntu (via Ubuntu installer free app) works on SauRom?
Tried to get working but I couldn't start the shell. I'm thinking the bottleneck is the kernel, not sure if it allows multiple loops or something like that
Sent from my Galaxy Nexus using xda premium

littlewierdo said:
It is possible to get Ubuntu running via a virtual machine setup (emulating Ubuntu on the phone inside Android). The other possibility is a remote desktop option.
The two problems however:
1. Most USB devices require power - something I dont believe the phone puts out thru the USB micro port.
2. Getting direct access to the hardware (required for most of these types of tools to work) is not likely possible via a VM or Remote Desktop situation.
My guess is, this wont work, but Im a glass half full kind of guy.
Click to expand...
Click to collapse
1. I thought about the power requirements after I bought it and so far I haven't been able to find any data on how much power the phone can supply through the USB port but seeing how the MHL requires additional power I might have to get creative to get power to the wifi adapter.
2. As long as the phone recognizes the wifi adapter as a host I don't think I'll have any problems with it inside the ubuntu VM. If I do I might be able to do alittle kernel work to make it communicate properly.
I'm trying to be optimistic as I really want it to work. Plus if integrating the wifi adapter directly fails I have a back up plan... Arduino to the rescue.
Sent from my SAMSUNG-SGH-I717 using XDA

I'm not an expert on all things linux, but the chroot method isn't a virtual machine, it should be full fledged linux on the hardware.

Android runs all processes in a VM. But anyways I have it all working.
Sent from my SAMSUNG-SGH-I717 using XDA

I have all the needed drivers for my wifi adapter cross compiled one set for the current ICS and one for GB. The ICS you need to manually install the drivers from terminal and the GB is already included into my custom kernel. If anyone is interested let me know. At this moment I do not plan on putting it out in the public in the development forum...
Sent from my SAMSUNG-SGH-I717 using XDA

Carnifex3 said:
I should have the wifi adapter this week but the damn 50 cent microusb adapter will take until the 1st. Some odd reason I didn't feel like paying for shipping on something that costs 50cents.
Sent from my SAMSUNG-SGH-I717 using XDA
Click to expand...
Click to collapse
On the same page. I cringe when I order something on Amazon for 3.99 and there's 6 dollars shipping.
Sent from my SAMSUNG-SGH-I717 using XDA

Related

[REVIEW / DOA SO FAR] Official Malata USB/LAN Adapter

Just wanted to touch base to see if there potentially may be any interest in something like this? I have one on the way for review and to see if they even work with our gTab. Rumor was the price point was going to be around $20 - $25.
When I get it tested I will post the findings and see what you guys think!
[EDIT] - so far I can't get it to work. I've tried just throwing it in while it's on as well as having it powered down (like the dock) to allow the DNS to propagate. No dice so far. I'll check with the supplier to see if there is an app to make it work.
it2steve said:
Just wanted to touch base to see if there potentially may be any interest in something like this? I have one on the way for review and to see if they even work with our gTab. Rumor was the price point was going to be around $20 - $25.
When I get it tested I will post the findings and see what you guys think!
Click to expand...
Click to collapse
Interested in outcome but not really looking to buy. WiFi is solid enough and with existing dock if I need LAN (haven't yet) I have it along with the HDMI and other.
Thanks!
When would you use this?
I'm trying to imagine a time it would come in handy. Ideas?
Maybe it uses a kernel module that isn't included in your kernel. I don't know what ROM/kernel you are using (I use stock), but possibly the pl2303 module. If you have a Linux PC handy, you can check for some info. Before plugging it into the Linux box, open a terminal and run this command:
Code:
tail -f /var/log/messages
Then plug it in, and see what it tells you. Use Ctrl + c to end it.
You can also check which modules are loaded with this command, new modules are at the top of the list:
Code:
lsmod
I also am not sure if I would ever use something like that. My ZT-180 came with something similar, but with a miniUSB end, and I have never found the need to even try it.
wasserkapf said:
Maybe it uses a kernel module that isn't included in your kernel. I don't know what ROM/kernel you are using (I use stock), but possibly the pl2303 module. If you have a Linux PC handy, you can check for some info. Before plugging it into the Linux box, open a terminal and run this command:
Code:
tail -f /var/log/messages
Then plug it in, and see what it tells you. Use Ctrl + c to end it.
You can also check which modules are loaded with this command, new modules are at the top of the list:
Code:
lsmod
I also am not sure if I would ever use something like that. My ZT-180 came with something similar, but with a miniUSB end, and I have never found the need to even try it.
Click to expand...
Click to collapse
I have an ubunu VM, I'll give that a try and keep you posted. Thanks!
it2steve said:
I have an ubunu VM, I'll give that a try and keep you posted. Thanks!
Click to expand...
Click to collapse
Where hardware is related, a VM may not give the needed results. That is because a VM may use it's own drivers.
If you have an Ubuntu installation CD, you can boot that as a live CD. It will run only on system memory, so it may be a bit laggy. That will work just like an installed Linux system.
Any progress on this?
I am very interested to find a USB to ethernet adapter for my Gtab. I do a lot of networking with switchs and ISP providers. It would be awesome if this little USB device would work. Any updates?
probably driver related
This looks like one of the adaptors that have been around for the Wii console for a while.
Clemsyn's kernel has a bunch of USB drivers added that are removed (or are back level) in the stock Viewsonic kernel. I suggest that you give it a go.
Pershoot's kernel is a more involved process to select the bits that you want. So I'd start by trying Clemsyn's first.
shieb said:
I'm trying to imagine a time it would come in handy. Ideas?
Click to expand...
Click to collapse
I have a dell laptop that I recently dropped. The wireless stopped working. Thankfully, everything else seems fine. I had to go out and buy a wireless usb adapter.
>>I have a dell laptop that I recently dropped. The wireless stopped working.
Did you pop open the panel on the bottom and check to see if the little wifi riser card didn't just pop out of its slot?
May not apply in your case, but sometimes the Modem/LAN/Wifi is on a little card that plugs into a header on the motherboard. There's usually an access panel on the bottom to get at it - check that it's properly seated and all connectors are secure, etc.
You can also usually swap them out if they die. Check Ebay.
shieb said:
I'm trying to imagine a time it would come in handy. Ideas?
Click to expand...
Click to collapse
I could see this being handy for a road warrier to watch streamed content in a hotel if he or she didn't want to bring the heavier dock along. Often time wifi is sketchy at best in some locations but many hotels were wired with CAT5 to each room and have a cord curled up in the desk. I often break out my CAT5 adapter to string two cords together so my laptop can rest on the bed and I have faster speeds (and frankly a more secure connection with my VPN) while resting against the many pillows. Beats sitting at the desk with the dock propped up.
Let us know how you make out getting this to work.
Anyone get this to work? I just ordered a gtab and it would be great to have a wired ethernet port for configuring many of the network devices I deal with on a daily basis.
sorheim said:
Anyone get this to work? I just ordered a gtab and it would be great to have a wired ethernet port for configuring many of the network devices I deal with on a daily basis.
Click to expand...
Click to collapse
I have not been able ot ge tthe one I have to work. I will contact the supplier to see if there is a particular that the Malata tabs are using
it2steve said:
I have not been able ot ge tthe one I have to work. I will contact the supplier to see if there is a particular that the Malata tabs are using
Click to expand...
Click to collapse
Did you ever try it in Linux, like I suggested?
Not a Linux VM, but a real install of Linux.
it2steve said:
I have not been able ot ge tthe one I have to work. I will contact the supplier to see if there is a particular that the Malata tabs are using
Click to expand...
Click to collapse
Thank you. I would really appreciate it.
You have to edit a file to enable the ethernet.
http://forum.xda-developers.com/showthread.php?t=886853
*Edit* My apologies. This is a fix for the Malata dock w/ethernet. No idea if it works for the adapter or not.
Alternative usb/lan adapter
I found a USB/LAN adapter for android tablets on euogo dot com for $10. Do a search for this item number: TPGA-ULNA
If you do a google search, "usb to lan adapter for android", many other brands / models also appear.
Does anyone think any of them will work with the Gtab?
Considering the rumor that the dock may be discontinued and that an HDMI cable is on the way, a USB/LAN adapter for the Gtab would be easier to carry around than the dock / power adapter combo.
Warning: 1st time poster = NOOB. Pls. be kind.
You may want to check my posts on making Ethernet on the Dock work. If the device works at all, it should be the same process.
http://forum.xda-developers.com/showpost.php?p=14367749&postcount=41
I could use this at work where they won't allow wireless connections.
As network admin, I will definitely love to have opportunity to connect my tablet to LAN network.
Pretty often it happens, that I am installing new WiFi routers, so for initial config, I need to grab my 17" laptop and connect by cable. It would be much more comfortable to just use my tablet ;-)

Atrix 4g and external USB WIFI adapter

Hello, i wish to enable promiscuous mode in my atrix 4g, but found out the chipset does not allow it.
The idea is to be able to crack easy WEP networks on the road.
Alternatively i was thinking on getting a cheap netbook and hook up a more powerfull USB wifi adapter like the 2 watt alfa AWUS036NH , that supports upgradable antennas as well, and was tested working in monitor / injection mode over linux.
but got me thinking, why spend money on a netbook if maybe i can hook up the wifi usb adapter into the atrix 4g hd multimedia dock, and then use aircrack with that wifi usb tested device, instead of the onboard wifi.
In know is possible to compile aircrack into android, but the problem always relies in incompatible monitor mode onboard wifi addapters.
With this USB addapter this issue would be solved.
Another issue is power, this 2w adapter needs it. I'm pretty sure the hd dock has a powered USB hub, so that would not be an issue. I would later hock up the dock into the car battery, or maybe use like a 12v 10a/h external battery for portability.
Does anyone has done anything like this before?
i already have a rooted phone and a debian img installed.
thanks
I'm also interested in it...
Seems that some tablet (like the flytouch 3) have a native support to some tipe you USB WiFi adapters
By the way this tablet have a similar "integrated USB WiFi adapter" (RT3070 or RTL8191SU) so it have the drivers already installed and this Is the reason why it support the adapter, I think...
Different usage scenario
Does anybody know if establishing wifi/lan using usb / multimedia dock is possible?
I'm not asking for aircrack or anything like that. I use an atrix in a multimedia dock (hooked up to stereo system) as my alarm clock, tuned to an internet radio station. My wifi on this atrix has recently burned out and I'd like to get a data connection again (external wifi/lan whatever) without needing to get a data plan (or activated sim at all).
Anybody ever try this or get it working somehow? A lot of atrixes get retired due to bad wifi, but if a cheap wifi dongle and bring it back to life, it can still serve many uses!!
Thanks!
cpl101 said:
Does anybody know if establishing wifi/lan using usb / multimedia dock is possible?
I'm not asking for aircrack or anything like that. I use an atrix in a multimedia dock (hooked up to stereo system) as my alarm clock, tuned to an internet radio station. My wifi on this atrix has recently burned out and I'd like to get a data connection again (external wifi/lan whatever) without needing to get a data plan (or activated sim at all).
Anybody ever try this or get it working somehow? A lot of atrixes get retired due to bad wifi, but if a cheap wifi dongle and bring it back to life, it can still serve many uses!!
Thanks!
Click to expand...
Click to collapse
Seeing as this thread has been dead for nearly a yr and post #1 says your answer, why reopen this?
Sent from my DROIDX using xda app-developers app
palmbeach05 said:
Seeing as this thread has been dead for nearly a yr and post #1 says your answer, why reopen this?
Sent from my DROIDX using xda app-developers app
Click to expand...
Click to collapse
The op poses the same question as I do. It does not answer the question. Over a year has past with people's WiFi going out, new approaches or insight may have been gained in the community since then.
Since there was never an answer, a bump isn't exactly inappropriate on something that may have evolved.
Sent from my MB860 using xda app-developers app

Dev target: USB OTG?

I just saw this on Reddit; might be old news to some, but this is the first I've heard about it. Apparently there is a $1.38 (on Amazon.com) cable that allows you to connect various USB devices, and if the device supports USB OTG, you can run flash or powered hard (not portable) drives, keyboards, mice, or even a hub to use more than one. If the device doesn't, it can be added with root, or included in a ROM. I'm not a developer. I'm not even a programmer, so I don't have the first idea on how this could be done. But a Bluetooth keyboard is around $80, and this will allow a $10 keyboard to be used, or a $10 mouse, for a cost of about $12 for one, $22 for both, plus whatever a hub goes for. So having USB OTG could save some folks a lot of money. Plus if they want to use a USB controller for gaming, they can save the cost of a PS3 controller entirely (about $40).
http://forum.xda-developers.com/showthread.php?t=1240082
Please use the search feature. This is not a development topic because support already exists. I detail everything necessary for USB OTG on the Photon in the link below.
http://forum.xda-developers.com/showpost.php?p=28552795&postcount=2
MODS: This is not a development topic. Please move to Q&A or Accessories. Thanks!
There is a report button. The message goes directly to the Moderator. I would like if someone else would do it too and not only me.
This one is reported already.
peetr_ said:
There is a report button. The message goes directly to the Moderator. I would like if someone else would do it too and not only me.
This one is reported already.
Click to expand...
Click to collapse
Done.
peetr_ said:
There is a report button. The message goes directly to the Moderator. I would like if someone else would do it too and not only me.
This one is reported already.
Click to expand...
Click to collapse
zansatsu said:
Done.
Click to expand...
Click to collapse
Also reported...
Do not spam him. One is enough.
Thanks for the information. Did not know the topic was off limits - noted for future reference. Cheers!
Sent from my MB855 using xda app-developers app
Dark Reality said:
Thanks for the information. Did not know the topic was off limits - noted for future reference. Cheers!
Sent from my MB855 using xda app-developers app
Click to expand...
Click to collapse
After reading my response and the subsequent responses, I realize that it probably came off flame-ish. My apologies. It wasn't so much the topic as it was posted in the dev forum. They frown on that, unfortunately.
I am open to questions if you have any regarding USB OTG. I had to mess around with various USB configurations until I found the right connections. When it works, it just works. But figuring it out from a Youtube video in another language made me want to write a guide. I hope it helps.
Good luck!
Well, I have a USB OTG cable coming at some point in the next week. I only paid 90¢ for it on Amazon, so it's not a huge loss if it doesn't work. I will consult your guide when I get it, if it doesn't just work. Obviously I'm gonna hook it up and try it as soon as I get the package.
I have two devices intended for it -- a 10" mini keyboard I got on Newegg for $15 (shipped). If I can't get this to work at all (and I'm sure I will be able to), I can use the keyboard for our bedroom computer, which has a half-broken, dirty, unwieldy "ergonomic" keyboard hooked up to it (and toss that one). Also a wired Xbox 360 controller, for mobile gaming.
Dark Reality said:
Well, I have a USB OTG cable coming at some point in the next week. I only paid 90¢ for it on Amazon, so it's not a huge loss if it doesn't work. I will consult your guide when I get it, if it doesn't just work. Obviously I'm gonna hook it up and try it as soon as I get the package.
Click to expand...
Click to collapse
The Chainfire program should be able to step you through the diagnostics of it. The biggest trick is getting enough power supplied to the phone plus the devices.
Dark Reality said:
I have two devices intended for it -- a 10" mini keyboard I got on Newegg for $15 (shipped). If I can't get this to work at all (and I'm sure I will be able to), I can use the keyboard for our bedroom computer, which has a half-broken, dirty, unwieldy "ergonomic" keyboard hooked up to it (and toss that one). Also a wired Xbox 360 controller, for mobile gaming.
Click to expand...
Click to collapse
Any device that fully implements the standard USB HID protocol should just plug and play. A wired XBOX 360 controller should work, as well as the keyboard... as long as they don't require proprietary software/drivers to operate properly.
For my gaming solution, I went with the Sixaxis drivers for pairing with a PS3 controller through Bluetooth. That was pretty neat and it works. As far as keyboards, I have a wireless Logitech K400 with a touchpad which is fully functional. Using the one USB dongle which uses Logitech's 'Unifying' technology, I also have a Logitech M570 trackball mouse. So essentially, I carry a pocket-sized computer with me everywhere I go. Who needs a laptop?
Self-Powered USB Hubs work great with this setup, you can have multiple devices and Android (being based on Linux) will handle it as long as the kernel has the drivers built in. I've been having trouble trying to get external storage to work under CM7, but I also haven't been working to figure that out.
zansatsu said:
The Chainfire program should be able to step you through the diagnostics of it. The biggest trick is getting enough power supplied to the phone plus the devices.
Any device that fully implements the standard USB HID protocol should just plug and play. A wired XBOX 360 controller should work, as well as the keyboard... as long as they don't require proprietary software/drivers to operate properly.
For my gaming solution, I went with the Sixaxis drivers for pairing with a PS3 controller through Bluetooth. That was pretty neat and it works. As far as keyboards, I have a wireless Logitech K400 with a touchpad which is fully functional. Using the one USB dongle which uses Logitech's 'Unifying' technology, I also have a Logitech M570 trackball mouse. So essentially, I carry a pocket-sized computer with me everywhere I go. Who needs a laptop?
Self-Powered USB Hubs work great with this setup, you can have multiple devices and Android (being based on Linux) will handle it as long as the kernel has the drivers built in. I've been having trouble trying to get external storage to work under CM7, but I also haven't been working to figure that out.
Click to expand...
Click to collapse
Thanks
Sent from my MB855 using xda premium

[Q] External CD/DVD Drive

So.. Right now I'm currently building a computer from well, basically scrap. So far, everything seems to be going well in terms of gathering the parts and now it's almost time to get my hands dirty and start putting it together. The basic idea is that this laptop is going to run off the MK808 portable android USB stick, which will control hopefully every aspect of the PC from a functioning webcam, touch-pad, keyboard and so on. I'm doing the build by tearing down an old 17" laptop that has a fried mobo, and I'm trying to salvage as much as possible for use in this project.
So, now onto my question! On sites like ebay, you can purchase adapters to convert the optical drive of laptops into a USB external powered drive. If I was to give this the power it needs, and connect it via USB to the MK808, would the Android OS 4.1 be able to recognize it? I do plan to do this either way, as I'll also be running Ubuntu next to Android, but this would be some sick bragging rights! I've heard iffy stories about the Samsung drive that kinda works with Android, and I can't figure out what that would have that this wouldn't.. but then again, I'm sure you people here on XDA know much more about this than I!
+1
Im also searching for this answer as well
Sent from my GT-N8013 using XDA Premium HD app

[Q] change usb settings??

Hello,
I bought an external keyboard that connects via the mini usb port. It didn't work, but found a suggestion:
When I first connected my adapter that came with my tablet to the keyboard adapter I was very disappointed that nothing happened. I tried several different browser pages, but nothing happened. I read reviews on here and noticed on about that someone mentioned they changed their USB settings and their keyboard finally started working. So, I immediately went to my Settings, Advanced Settings, and then USB BUS MODE and changed it from DEVICE mode to HOST mode and VOILA - the keyboard immediately started functioning
Click to expand...
Click to collapse
I tried to find where to change the usb settings to host but couldn't find the area. Is there anywhere I can find this? I am using the AOPK Rom. Thanks for any help!
OTG not in any of the Nook Tablet yet
OTG is not implemented yet on the stock nor current cm10 roms based on what I have asked in this forum for Nook Tablet. I know you can do this with the new nooks that have monochrome display. May I ask where did you read this article?
bulsatar said:
Hello,
I bought an external keyboard that connects via the mini usb port. It didn't work, but found a suggestion:
I tried to find where to change the usb settings to host but couldn't find the area. Is there anywhere I can find this? I am using the AOPK Rom. Thanks for any help!
Click to expand...
Click to collapse
yep, it was in a review of the product on amazon. here is a link to the product:look at couple reviews down. I am happy to wait just want to make sure that I will be able to use it soon
bulsatar said:
yep, it was in a review of the product on amazon. here is a link to the product:look at couple reviews down. I am happy to wait just want to make sure that I will be able to use it soon
Click to expand...
Click to collapse
Were you reading the review for the Nook Color with working usb otg? It does work for that tablet, not the NT though.
Sent from my AT100 using xda premium
I wasn't looking specifically for how to get it working on the tablet, just looking in general for how to do it in android. Hopefully they implement the otg soon
I just downloaded the new cm10 (snappy and no more reboot/sdcard lost errors!!) but there wasn't anything about the type of usb connection in that one either...
Am I not going to be able to use this keyboard? Will I have to break down and buy a price blue tooth one????
bulsatar said:
I just downloaded the new cm10 (snappy and no more reboot/sdcard lost errors!!) but there wasn't anything about the type of usb connection in that one either...
Am I not going to be able to use this keyboard? Will I have to break down and buy a price blue tooth one????
Click to expand...
Click to collapse
At this time the NT does not have usb otg on any ROM, it may in the future, but if and when is not known at this time. The NT will never have bluetooth, Never. It has been well documented why, do a search and read. So a BT keyboard will never work. Is it really that hard to type with your thumbs?
Sent from my AT100 using xda premium
It isn't really a matter of difficulty, it is a matter of duration. I didn't want a full laptop and I like the android os so wanted to try a tablet with a keyboard for my mobile computing needs. I am do a good amount of typing (chapters for novels and such) and prefer a keyboard. I was using my phone before and it was a lot slower than what I can do with a keyboard and got tiring after an hour or so. It isn't detrimental that I can't use a keyboard, just desired.
bulsatar said:
It isn't really a matter of difficulty, it is a matter of duration. I didn't want a full laptop and I like the android os so wanted to try a tablet with a keyboard for my mobile computing needs. I am do a good amount of typing (chapters for novels and such) and prefer a keyboard. I was using my phone before and it was a lot slower than what I can do with a keyboard and got tiring after an hour or so. It isn't detrimental that I can't use a keyboard, just desired.
Click to expand...
Click to collapse
I bought a Toshiba Thrive 32gb off craigslist for $200. I am now running CM10. I bought it for those exact reasons. It has full sized usb, full sized hdmi, micro usb, full sized sd card expandable to 128 gb, bluetooth capable, gps, 10.1" screen. I use a mouse through usb, bluetooth keyboard, and I hook it up to my TV or
computer monitor and is performs really well as a portable computer with little cost involved.
Sent from my AT100 using xda premium
lol, after spending 150 on the tablet I think that I am going to skip buying another, however I have started looking at other virtual keyboard options and will be trying out a few to see if they can fill the gap until/if they activate the usb otg. Thanks for the info and I will reply if I find a keyboard that I like enough to be useable as a touch typer!!

Categories

Resources