Bluetooth - GPS Via UART - Kindle Fire Android Development

I don't know if anyone has seen this thread but its very interesting, he was attempting to solder on a BT and or GPS chip to the UART pin outs.
http://forum.xda-developers.com/showthread.php?p=25596448#post25596448
it appears the only hiccup he was having was enabling USB host witch was done by Hash in the 3.0 kernel builds.
any thoughts / takers?

webstas said:
I don't know if anyone has seen this thread but its very interesting, he was attempting to solder on a BT and or GPS chip to the UART pin outs.
http://forum.xda-developers.com/showthread.php?p=25596448#post25596448
it appears the only hiccup he was having was enabling USB host witch was done by Hash in the 3.0 kernel builds.
any thoughts / takers?
Click to expand...
Click to collapse
Looks cool, although after some searching I could only find bluetooth v1.1, and the MicroSD card reader that I found doesn't support HC, so the most I could expand my memory by is 2gb and that doesn't really seem worth it. Do you have any sources for chips? I would be interested in trying. I've been looking for a reason to get the soldering iron out again.

The UART modules are only an idea, the main problem with going that direction instead of USB host is the drivers the modules would need(They all usually come with generic ones, but they would need to be customized for Android). I have very limited code/coding knowledge so I would need alot of help or soeone to do that part completely. I was going to pm Hashcode for help if I decided to try out the UART modules. Also, i'm unsure if more than one module can be used at the same time.
Like I just posted in the thread i'm still waiting on some stuff to arrive to actually get started on the USB host attempt. I have the wires soldered to the USB/Charge port pins, but since I don't have the microsd adapter or any more spare cords to rip apart I can't go further. I ordered about 10 different mini microsd adapters to take apart and see which works out the best.
Other people have USB host working, so shouldn't be difficult. I've just never used USB host before so i'm not real sure of what to expect.
The only downside is that there needs to be a switch of some sort somewhere to disable USB host so that adb/storage will work. I'm trying to think of something a little more elegant that having a huge hole in the case with a switch protruding out of the side. I'm going to go searching for some solutions and a super small switch.
All the UART GPS modules I found when searching "uart gps module" on Google are mostly from India and are between $30-50ish, the receivers look to be about the size of a quarter.
*http://robokits.co.in/shop/index.php?main_page=product_info&products_id=289
*http://robosapiensindia.com/robomar...n=com_virtuemart&Itemid=64&vmcchk=1&Itemid=64
*http://robosapiensindia.com/robosap...ategory_id=27&option=com_virtuemart&Itemid=64
I decided to look on Sparkfun and adafruit and i'm glad I did, it looks like they both have some modules, but I haven't looked around and dug through them yet.
*http://www.sparkfun.com/categories/4
*http://www.adafruit.com/category/35_58
All the optimism aside i'm not all too sure that we could get the GPS UART module to work. From what I see (First picture: http://forum.xda-developers.com/showthread.php?t=1471813) the UART output that Hashcode put into use only has two GNDs a TX and RX. The modules that I found all look like they need 8 connections. Adafruit has a nice pic of the connections labeled here: http://www.adafruit.com/products/746
tipzilla said:
Looks cool, although after some searching I could only find bluetooth v1.1, and the MicroSD card reader that I found doesn't support HC, so the most I could expand my memory by is 2gb and that doesn't really seem worth it. Do you have any sources for chips? I would be interested in trying. I've been looking for a reason to get the soldering iron out again.
Click to expand...
Click to collapse
If you're talking about microsd UART modules, as mentioned in the thread I created, someone made the point that it wouldn't make much sense because speeds would be way too low.

I think GPS would be a cool addition. But at this point, can we use the OTG cable with a bluetooth dongle? If that is the case then I could use a bluetooth to GPS app and use the GPS chip on my phone instead of wiring a GPS mod and having to worry about the drivers being programmed into the code. That was the problem with the Viewsonic G-Tablet that i had, you had to have a special kernel in order to use the GPS mod.

tipzilla said:
I think GPS would be a cool addition. But at this point, can we use the OTG cable with a bluetooth dongle? If that is the case then I could use a bluetooth to GPS app and use the GPS chip on my phone instead of wiring a GPS mod and having to worry about the drivers being programmed into the code. That was the problem with the Viewsonic G-Tablet that i had, you had to have a special kernel in order to use the GPS mod.
Click to expand...
Click to collapse
Yeah, getting GPS to work would take alot of work. When I tried it with some USB host bluetooth modules for Hashcode's kernel I couldn't get it to work, but that was a few builds ago, I haven't retried since he added them into the kernel. If when I retry it still doesn't work i'm going to recheck my cables to make sure they stayed on. I had to break/grind down the metal frame to get them to fit, so it was a tight squeeze.

I hate to double post, but I found the perfect solution for the switch. A reed switch or two plus a small magnet will work wonders
http://www.sparkfun.com/products/8642
Edit: Here are the switches that I am buying, they're the cheapest spdt reed switches I could find: http://www.newark.com/hamlin/mdrr-dt-15-20-f/switch-reed-spdt-co-1-5a-175vdc/dp/24C6463
This will allow USB host to be activated constantly and then deactivated easily with a neodymium magnet to use adb, USB storage and whatnot.
I'm pleased that I found such an elegant solution, no need to mess up the housing to put in a switch

Wow. This si pretty cool... GPS already works without a new chip though lol

powerpoint45 said:
Wow. This si pretty cool... GPS already works without a new chip though lol
Click to expand...
Click to collapse
How's that? There's neither Bluetooth nor a GPS module on our 1st gen KFs... Maybe we could get some if hash could work out the issues that prevent us from having BT support via OTG...
Or -maybe- you mean WiFi location (which is a dif. thing altogether)?

Stevethegreat said:
How's that? There's neither Bluetooth nor a GPS module on our 1st gen KFs... Maybe we could get some if hash could work out the issues that prevent us from having BT support via OTG...
Or -maybe- you mean WiFi location (which is a dif. thing altogether)?
Click to expand...
Click to collapse
For people who typically have a cell phone in their pocket at all times, you can use the "TetherGPS" app which shares GPS info over wifi.
I would love to see BT working over OTG personally though...

Related

[Q] Atrix Laptop dock work with HTC EVO?

From what I can tell, the placement of the connectors is about right (width), but I think one of the connectors is upside down if you compare the EVO USB/HDMI and the Atrix USB/HDMI, so I am not sure that it would fit.
Next step in my brainstorm would be to use extension cables to compensate for the twisted connector, and rig up a jig/adapter plate to securely hold the EVO onto the laptop dock.
Once the hardware could be connected, we have to deal with software, firmware, kernels and the like. I've seen that HDMI mirroring is mostly done, and I imagine that the Motorola webtop software will be hacked/ported or cloned at some point. Although, even just running the EVO on the main screen would be sweet enough for me (for now).
I would declare it cooler than sliced bread if I could use my EVO with the Atrix laptop dock, or had something similar for my EVO. (if I could just get HDMI in, I'd use an old laptop as a shell).
Thoughts and ideas?
i seriously doubt it will work. although the microusb and hdmi might be the same, there is a lot on the software side that has to be done in order for the evo to work. its probably proprietary code, which wouldnt be a huge deal, but there wont be enough interest due to the fact the dock is 200 dollars. so it may be possible, but i wouldnt have my hopes up
I'm pretty stingy in general, although more liberal when it comes to technology and gadgets, and I don't feel that $200 would be wasted or expensive (more than that would quickly get too expensive though) on something like that. Maybe just because I have dreamed of doing something similar ever since I got my Sony u7 50p a few years back, but I still think it would be awesome!
USB host and full HDMI out are mostly driver module issues and would be covered by GPL. As far as the UI,a launcher switch triggered by "Dock Mode" is already in place, it would just need an options pop-up to select which mode you wanted to use like the USB does when you connect to a PC. Something like And-Win home screen would work as a desktop UI to start. The only issue I see would be if there's a validation check from the lapdock or media dock.
Last I looked (a while ago) I could not find any mention of people using/turning on USB host support on an EVO. Do you know anything about that? I'm not sure what the GPL is though...
You woulld be much better off (and cheaper) to buy a 13inch monitor, connect hdmi from evo to monitor, and use the FullHDMI app, with a bluetooth keyboard of course.
AllanonMage said:
From what I can tell, the placement of the connectors is about right (width), but I think one of the connectors is upside down if you compare the EVO USB/HDMI and the Atrix USB/HDMI, so I am not sure that it would fit.
Next step in my brainstorm would be to use extension cables to compensate for the twisted connector, and rig up a jig/adapter plate to securely hold the EVO onto the laptop dock.
Once the hardware could be connected, we have to deal with software, firmware, kernels and the like. I've seen that HDMI mirroring is mostly done, and I imagine that the Motorola webtop software will be hacked/ported or cloned at some point. Although, even just running the EVO on the main screen would be sweet enough for me (for now).
I would declare it cooler than sliced bread if I could use my EVO with the Atrix laptop dock, or had something similar for my EVO. (if I could just get HDMI in, I'd use an old laptop as a shell).
Thoughts and ideas?
Click to expand...
Click to collapse
The connectors aren't even CLOSE.
The motorola webtop stuff is actually a full linux environment, and when it boots up it uses a whole core of the tegra.
Keep in mind the atrix is still "running" android on the other core.
Even if this WAS possible, it would be so entirely laggy it would not be worth it at all. (And having tried the dock for the atrix, it's a complete waste of money in my honest opinion. _ANY_ netbook priced at ~$250 USD outperforms it.)
Hate to break it to you, but no, you'll never see it "ported."
As far as I can see, the best you're going to get is hdmi out (to a regular screen) and maybe once someone gets around to enabling the proper USB option host based devices. (keyboard, etc. But enjoy hacking your cables up to make a proper adaptor)
I don't suppose you have a lead on anyone (or thread) working on USB host for the EVO do you?
While you may be able to mirror on the laptops screen and have it charge. The only thing thats seemingly impossible is to make use of the touchpad through a hardwired connection. You're better off to trying to jerry rig a bluetooth keyboard w/ integrated track pad, a tiny HDMI enabled screen, and a battery source.
AllanonMage said:
I don't suppose you have a lead on anyone (or thread) working on USB host for the EVO do you?
Click to expand...
Click to collapse
The closest thing I've found was a "needs testing" driver for the HD2 port of the Evo ROM. There doesn't seem to be much interest from the devs.
Sounds like a plan. You should pick one up asap.
ryohei47 said:
i seriously doubt it will work. although the microusb and hdmi might be the same, there is a lot on the software side that has to be done in order for the evo to work. its probably proprietary code, which wouldnt be a huge deal, but there wont be enough interest due to the fact the dock is 200 dollars. so it may be possible, but i wouldnt have my hopes up
Click to expand...
Click to collapse
I personally have the lapdock AND the OG EVO works with it (using AnthraX) although I had to twist the HDMI cable it does so on screen...
It works in Landscape as well as Portrait but the USB's do NOT work with it...
any idea on how to get it working?
je2854 said:
I personally have the lapdock AND the OG EVO works with it (using AnthraX) although I had to twist the HDMI cable it does so on screen...
It works in Landscape as well as Portrait but the USB's do NOT work with it...
any idea on how to get it working?
Click to expand...
Click to collapse
Reviving an ancient request. Anyone has this working? I tried like above and got the hdmi and charging working, but not usbs...
fflakes said:
Reviving an ancient request. Anyone has this working? I tried like above and got the hdmi and charging working, but not usbs...
Click to expand...
Click to collapse
I'm sorry buddy I have switched company's but I believe it is just a matter of drivers needed to be installed

[Q] Captivate has no front side camera.

I've been looking to see if there was a front loading camera, using the usb connection. It seems logical, that an add on camera to the Captivate, exists. And using it to film, on a usb wired connection, makes sense. However, I must not be able to correctly identify what I'm looking for. So far, a cheap, small wireless security camera, is the best I've found at Amazon. Does anyone know of a product that exists, that would be an add on, to let you communicate with others, face to face, from the front of the Captivate? I love the camera, it's just not too handy, not having a front facing camera. Thanks.
The captivate doesn't support being used as a usb host, and there is no phone addon cameras, I've looked. But google "one more face"...looks promising if some one would buy the"project"
_______________
XDA NEW USER GUIDE
WHY YOU GET SHORT/ONE WORD ANSWERS! (The Long Answer)
**CWM/Onix Idiots Guide** | Fix your Screen Protector | Neon Clock | Docks!! | 3e Fix
FIXED i896 Rogers Stock ROMS w/ ATT boot logo fix | Null Keyboard for BT Keyboards
CapFAQ
_____________
Mobile Thank You Button
The processor natively supports USB OTG (On the go). OTG is a relatively new standard and not too many people have test equipment for it, much less devices.... to my knowledge there is nothing available now. However, there may be something soon.
Don't you need a new jig to enable usb otg?
ffman2152 said:
[Q] Captivate has no front side camera.
Click to expand...
Click to collapse
It really depends on how you hold it.... or what you call the front.
TRusselo said:
Don't you need a new jig to enable usb otg?
Click to expand...
Click to collapse
No. You need a jig to hack otg. You short pins 4&5. That says to the phone, "this is an otg device". OTG is a usb standard for mobile devices to communicate with other mobile devices... camera to phone, or phone to thumb drive.
oh so the usb device would have to be otg compatible.. right?
when the cappy came out i thought it would be cool to make a ffc with a flash on the backside but noone had the knowledge to figure out how to do it. now im looking at getting another phone, not that i need one but i want to give the cappy to my brother.
adam you are just full of knowledge aren't you? well i hope a mobile usb camera becomes a reality even if i wont need it.
I just got to thinking about the USB port and cameras. I realized that it should be possible to rig a flash by using a 619kohm resistor across pins 4 and 5 on the USB port, and an LED between tx and ground, then sending 0xFF repeatedly to the /dev/ttyACM0 ( you have to mknod that device and reboot for it to work). Just thought I'd share that. I know it's a bit off topic, but hey.. it would be a cool addition to the camera.
AdamOutler said:
I just got to thinking about the USB port and cameras. I realized that it should be possible to rig a flash by using a 619kohm resistor across pins 4 and 5 on the USB port, and an LED between tx and ground, then sending 0xFF repeatedly to the /dev/ttyACM0 ( you have to mknod that device and reboot for it to work). Just thought I'd share that. I know it's a bit off topic, but hey.. it would be a cool addition to the camera.
Click to expand...
Click to collapse
lol you got that in english? Haha. Man I takes me a tech dictionary to understand half of your posts
Hopefully someone will understand that better than I do and make us a sweet little camera
adam you are just full of knowledge aren't you?
"I just got to thinking about the USB port and cameras. I realized that it should be possible to rig a flash by using a 619kohm resistor across pins 4 and 5 on the USB port, and an LED between tx and ground, then sending 0xFF repeatedly to the /dev/ttyACM0 ( you have to mknod that device and reboot for it to work). Just thought I'd share that."
Click to expand...
Click to collapse
Click to expand...
Click to collapse
lol, ill take that as a yes.
an alternative to the usb camera would be a bluetooth camera. they make heasets with cameras so you can record what you see, im sure a product exists where you could fabricate a clip for the phone and communicate over bluetooth.
AdamOutler said:
I just got to thinking about the USB port and cameras. I realized that it should be possible to rig a flash by using a 619kohm resistor across pins 4 and 5 on the USB port, and an LED between tx and ground, then sending 0xFF repeatedly to the /dev/ttyACM0 ( you have to mknod that device and reboot for it to work). Just thought I'd share that. I know it's a bit off topic, but hey.. it would be a cool addition to the camera.
Click to expand...
Click to collapse
i actually was thinking of that one stoney night, googling around looking for just a flash, it wouldnt be hard to rig up, the hardest part would be getting the timing down, unless its used as a "back light" rather than a flash.
but you would be the guy to do it,
We need more Cameras!
I too would love to see someone rig up a flash or a camera for the usb! it seeme illogical to me that mobile devices dont have more use for micro usb ports, seems easy to imagine a whole host of different attachment devices.
Sent from my SAMSUNG-SGH-I897 using XDA App
an external "take picture" button would be nice too...
TRusselo said:
an external "take picture" button would be nice too...
Click to expand...
Click to collapse
Several ROMs have the power button function changed to capture a picture when the camera app is on...
I guess when you search for things, sometimes you find a 'maybe'. Looking on Amazon for some type of add on camera, to make up for the non front, I found this. It's called
'Mini Wireless Color Camera with Microphone', and sells for $31.35, and acts somewhat like a security camera, but it's small, wireless, have 150 foot range, built in mike, and has full color full motion, and a few other things as well. It says can be used for presentations and interviews. That said, isn't a front facing camera, used for that purpose, as well? I have an expensive network security camera, that I use to protect my belongings, and in truth, I can monitor it very well, from my Captivate. So, if this little fellow I found half way works, set it near by, and when you feel like chatting face to face, go at it. No need to hold your cell phone up, to do it with. Without trying it, it's hard to know the quality resolution you'd have, but for less than $32.00? Might be worth a shot. It's on Amazon, made by Generic, if anyone wants to look at it.
ffman2152 said:
I guess when you search for things, sometimes you find a 'maybe'. Looking on Amazon for some type of add on camera, to make up for the non front, I found this. It's called
'Mini Wireless Color Camera with Microphone', and sells for $31.35, and acts somewhat like a security camera, but it's small, wireless, have 150 foot range, built in mike, and has full color full motion, and a few other things as well. It says can be used for presentations and interviews. That said, isn't a front facing camera, used for that purpose, as well? I have an expensive network security camera, that I use to protect my belongings, and in truth, I can monitor it very well, from my Captivate. So, if this little fellow I found half way works, set it near by, and when you feel like chatting face to face, go at it. No need to hold your cell phone up, to do it with. Without trying it, it's hard to know the quality resolution you'd have, but for less than $32.00? Might be worth a shot. It's on Amazon, made by Generic, if anyone wants to look at it.
Click to expand...
Click to collapse
you say wireless, is it wifi? bluetooth? or radio frequency? if it is wifi or bluetooth we might have something.
The camera I was speaking of, is found here, along with others
http://www.amazon.com/Mini-Wireless...1?s=electronics&ie=UTF8&qid=1305632158&sr=1-1
and it's the first choice, which I noticed was about $1.50 less, than I noticed it was. It comes with what is mentioned, and the third, for a little over $50, has more to it, than the cheaper one. Basically, these are security camera systems, but are so small, could fit into the front camera strategy, for those like us, that bought a great smart phone, that WAS BUILT DUMB, without a front facing camera. Devices like these, open areas that might benefit us, if we think on it.
That camera is not designed to hook up to anything besides it's base station. The base station provides an incompatible A/V output. You'd have more luck with a webcam.

Question about coaxial plug on R800 motherboard, wifi plug possible?

OK, so I came across a component replacememnt pdf and listed there was a photo with a coaxial plug (photo 1) like what you see in the old wireless cards you could buy for a laptop.. (see photo 2)
My question is if anyone knows if I can plug in an old wifi laptop card antenna to that and if thats for wireless in our devices? I know where the wireless antenna is in our phones but am stumped to what else this plug could be used for... I will be taking my PLAY apart tonight and testing this theory out, I will be shocked if its even remotely related to wifi.....
jgregoryj1 said:
OK, so I came across a component replacememnt pdf and listed there was a photo with a coaxial plug (photo 1) like what you see in the old wireless cards you could buy for a laptop.. (see photo 2)
My question is if anyone knows if I can plug in an old wifi laptop card antenna to that and if thats for wireless in our devices? I know where the wireless antenna is in our phones but am stumped to what else this plug could be used for... I will be taking my PLAY apart tonight and testing this theory out, I will be shocked if its even remotely related to wifi.....
Click to expand...
Click to collapse
why would you want to though? i mean wifi range is good enough as it is
fma965 said:
why would you want to though? i mean wifi range is good enough as it is
Click to expand...
Click to collapse
I have been having constant connection issues with my phone for over a month. I have reflashed the correct doom kernel wifi modules for CDMA and that helps for anywhere from 10 minutes to 2 days then it acts up again. I have FTFd and reinstalled everything from scratch in hopes that helps... which it did but only for like a week. If I sit next to my router its top notch but go in the other room and its dropped to 2 bars and wont stay connected.
I used wire to the underside of the wifi sticker as a sudo antenna and it seemed to give me an extra 30-50 feet of range but after 2 days its abck again. So I took out the wire, and found the pdf I attached. I have confirmed by looking at my old old laptops wireless card antennas inside that they connectors are the same and if I take thge wifi antenna from my laptop and put it to the connect in the PDF it snaps in place but its too big to let me put the phone back together. So lets just say I have a wifi issue that doesnt seem to want to be fixed. And I am just really tired of fighting with it and running out of ideas.... scrathc that.. I have run out of ideas. I just dont know what to do. And my only choices for other kernels are Stock with overclock, but no recovery, or stock kernel with no overclock. I have never been able to get the CWM installer to work ever........ anyways sorry for the long reply just tired of this.....

[QUESTION] Desktop Phone?

Hi Everybody!
I've been looking on forum for a thread similar but i couln't find one, so i'll try to explain what i'm trying to do with my phone and let's see if someone already got it.
Well, since i got the SGS3 on my hands for the fist time, i could feel how much hardware it does have and thinking about how much it's portable and easy to take, so i start to thinking if is posible to make some kind of "DeskDock" with some accesories.
I have a Logitech Unifying keyboard and a mouse wich means that with only one dongle i can connect both devices to it. Last week i brought a OTG cable and i tryed to connect it on my phone and it worked almost perfectly (some issues with keyboard layout, but nothing else), i got impressed that all functions keys from my keyboard was working.
Ok, got this point i was thinking how could i connect my OTG cable and also a MHL cable, so i can have HDMI-OUT and my keyboard and mouse working.
If this work i can have a totally functional desktop with 24 inches screen. I know that maybe people wont see any sense making it, but in my case i don't have a Netbook (i don't even like) and if i could get this working, i was thinking about run linux on my phone and get a full desktop experience.
Is anybody there who tried it?
I was thinking about some kind of USB HUB, but i have no idea if my phone would support it...
topfreitas said:
Hi Everybody!
I've been looking on forum for a thread similar but i couln't find one, so i'll try to explain what i'm trying to do with my phone and let's see if someone already got it.
Well, since i got the SGS3 on my hands for the fist time, i could feel how much hardware it does have and thinking about how much it's portable and easy to take, so i start to thinking if is posible to make some kind of "DeskDock" with some accesories.
I have a Logitech Unifying keyboard and a mouse wich means that with only one dongle i can connect both devices to it. Last week i brought a OTG cable and i tryed to connect it on my phone and it worked almost perfectly (some issues with keyboard layout, but nothing else), i got impressed that all functions keys from my keyboard was working.
Ok, got this point i was thinking how could i connect my OTG cable and also a MHL cable, so i can have HDMI-OUT and my keyboard and mouse working.
If this work i can have a totally functional desktop with 24 inches screen. I know that maybe people wont see any sense making it, but in my case i don't have a Netbook (i don't even like) and if i could get this working, i was thinking about run linux on my phone and get a full desktop experience.
Is anybody there who tried it?
I was thinking about some kind of USB HUB, but i have no idea if my phone would support it...
Click to expand...
Click to collapse
there are many OTHER threads already with people working on this
:
ATM not possible.. yet.
scarrmrcc said:
there are many OTHER threads already with people working on this
:
ATM not possible.. yet.
Click to expand...
Click to collapse
Ok thanks (Y) BTW i didn't find any other thread related with accessories. I only saw a couple of people talking about run linux without using VNC :cyclops:
I'll keeping looking on internet to see if i can get something new :victory:
topfreitas said:
Ok thanks (Y) BTW i didn't find any other thread related with accessories. I only saw a couple of people talking about run linux without using VNC :cyclops:
I'll keeping looking on internet to see if i can get something new :victory:
Click to expand...
Click to collapse
just look on this subforum for MHL and OTG.
Why not just by an "android PC" or the android TV box. It is basically a powerful tablet computer in a 3 inch square box with HDMI, two or three usb ports, wireless wifi and and SD card port. Cost less than $75 or you can spend more and even get a dual core . I have one on both of my big screen tv's with a wireless mouse (but for pc application you just use a combo keyboard mouse. Much easier and much more simple.
insight3fl said:
Why not just by an "android PC" or the android TV box. It is basically a powerful tablet computer in a 3 inch square box with HDMI, two or three usb ports, wireless wifi and and SD card port. Cost less than $75 or you can spend more and even get a dual core . I have one on both of my big screen tv's with a wireless mouse (but for pc application you just use a combo keyboard mouse. Much easier and much more simple.
Click to expand...
Click to collapse
For most of us, it is the ability to take our "PC" with us, as a working tablet. For others, it is that when we get home, we want to just plug in our phone, and have larger everything.. but still use all the apps, and bookmarks etc that are the on the phone. For the rest.. it is about the cool factor.

[Soldering/PCB Modify] MicroSD Install on Galaxy Nexus GSM ("maguro")

Hey xda Devs' :angel:,
I got this insane and "completely out there" idea of engineering my phone by soldering a MicroSD ribbon cable to the PCB of my phone for a external storage compatibility.
The ribbon cable I am looking at right now is a 8-pin FFC/FPC (flexible flat cable, flexible printed circuit) MicroSD ribbon cable.
There is a tear down of my phone at the ifixit website.
What I was wondering if that, if there is a way of soldering this on a spare PCB connection on the board. And if I cant, that if I can take a unused part off the PCB (like the 3 copper dots on the right of your phone) by de-soldering it, and using that. :good:
Been high recently?
Having a hangover maybe??
That's crazy!!!
Do it and say bye bye to your gnex.
Chuck Norris style!!
Wish you all luck though
TheImpossibleEnemy said:
Been high recently?
Having a hangover maybe??
That's crazy!!!
Do it and say bye bye to your gnex.
Chuck Norris style!!
Wish you all luck though
Click to expand...
Click to collapse
Thanks man. But I'm not high and/or having a hang over.
Maybe I should do it when I'm high or having a hang over. (sarcasm)
You can buy one of these.
http://r.ebay.com/oDKDQN
or
http://www.meenova.com/st/p/m3r.html
But you will not be able to find the schematic of the system board, add the connections to a possible unpopulated internal bus, and then source a flex harness the correct length. Well, you could, but it would easily push past the value of the cheap ebay external component.
btom.harris said:
Hey xda Devs' :angel:,
I got this insane and "completely out there" idea of engineering my phone by soldering a MicroSD ribbon cable to the PCB of my phone for a external storage compatibility.
The ribbon cable I am looking at right now is a 8-pin FFC/FPC (flexible flat cable, flexible printed circuit) MicroSD ribbon cable.
There is a tear down of my phone at the ifixit website.
What I was wondering if that, if there is a way of soldering this on a spare PCB connection on the board. And if I cant, that if I can take a unused part off the PCB (like the 3 copper dots on the right of your phone) by de-soldering it, and using that. :good:
Click to expand...
Click to collapse
Hey man, "completely out there ideas" are what drive innovation , so as long as you've weighed the risks , have at it! I'm sorry I have no way to help with the connections , but hopefully someone will be able to point you in the right direction. Good luck
A simpler alternative would be to get a microUSB to USB dongle and a Flash drive, plus a kernel that supports mounting flash drives and voilá, instant "SD Card".
I don't think its possible without a good bit of engineering skills, assuming you manage to fit the cable properly, you'd have to build a custom kernel and/or rom that has enabled micro SD support. Neat idea tho, I believe someone successfully did the hardware part on the nexus 7.
Sent from my Nexus 5 using Tapatalk
IRX120 said:
I don't think its possible without a good bit of engineering skills, assuming you manage to fit the cable properly, you'd have to build a custom kernel and/or rom that has enabled micro SD support. Neat idea tho, I believe someone successfully did the hardware part on the nexus 7.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I use CyanogenMod, so I'll to find its source code and modify it some.
But maybe not, could I just build a kernel module or driver that loads into the OS without rebuilding another OS entirely?
btom.harris said:
I use CyanogenMod, so I'll to find its source code and modify it some.
But maybe not, could I just build a kernel module or driver that loads into the OS without rebuilding another OS entirely?
Click to expand...
Click to collapse
you should be able to mod a kernel to enable the sdcard access,hell you get this working ill even build mine for you with the sdcard support
I have one of these
http://www.amazon.com/Corsair-Voyager-Android-devices-CMFVG-32GB-NA/dp/B00HVT27CW
It works great both plugged into the phone as well as just a normal USB3 flash drive. VERY tiny and handy, and certainly must less destructive than some of the other methods here!

Categories

Resources