LED hardware mod - Vibrant Q&A, Help & Troubleshooting

Has anybody explored a possibility of installing an LED flash, similar way as it is done with front facing camera. I guess if Vibrant hardware is compatible with Fascinate, then it should be possible...
Btw, shame on T-Mobile and Samsung for not letting us have it all in one package. I hope they are aware of all this tinkering, and hopefully they do a better job with their next joint release...
-CJ
Sent from my HTC HD2 using XDA App

This will not work the same way as the ffc. It also seems like the only way we will get flash is through the usb or 3.5mm

itsjusttim said:
This will not work the same way as the ffc. It also seems like the only way we will get flash is through the usb or 3.5mm
Click to expand...
Click to collapse
Hmmmm I would buy a small USB flash if there was one to be bought. Is there one already out?

No but until we get peripheral support working something connected through the 3.5 would probably be more viable.
Somehow create an application which creates/sends sounds through 3.5 and somehow converts it to power 2leds.
One possible problem I can think of would be to allow the sound to play while the camera is in use. For some reason the vibrant won't allow use of music player at same time as camera. Might be something in which can be easily fixed though, idk.
A mod/attachment like this though can be very good investment as it would work on any phone with a 3.5mm.
Sent from my SGH-T959 using XDA App

itsjusttim said:
No but until we get peripheral support working something connected through the 3.5 would probably be more viable.
Somehow create an application which creates/sends sounds through 3.5 and somehow converts it to power 2leds.
One possible problem I can think of would be to allow the sound to play while the camera is in use. For some reason the vibrant won't allow use of music player at same time as camera. Might be something in which can be easily fixed though, idk.
A mod/attachment like this though can be very good investment as it would work on any phone with a 3.5mm.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Could somebody please explain the technical reasons why a led flash couldn't be attached to the camera? Isn't there any other option? My personal case was that I wanted this phone with Flash, but I'm in Spain where GSM networks are the law. None of the GSM Galaxy S's had LED flash
What options do we have?

Screw a LED flash or the FFC. I need something more functional like a LED indicator. I would think that the slot for the FFC could double as some type of piggyback or at the least just a spot for a LED indicator to be put there.

Related

[Q] FM Radio on the Vibrant?

I read that Eugenes froyo ROM has the FM radio apk, and it actually produces static, which means the radio is actually being powered and sending back some sort of signal. Maybe the app is just tuning to the wrong stations(in asia they use even numbered bands). Maybe all we need to do is modify the apk to tune to odd numbered bands?
Porting libs did not seem to produce any results but i also read the "cross flashing" the kernal of the galaxy s and the vibrant could produce some results.
Any dev wanna get cracking on this?
Hey idk if you've read through this yet but check it out
http://forum.xda-developers.com/showthread.php?t=738318
just showing you since its related.
In the FMRadio settings in the app you can select your region. The FM radio shows up in android.policy.jar, services.jar, framework.jar. I decompiled all 3 from the i9000 dump and the Vibrant and ran a diff on the smali files. The only difference I have found between the 2 the device names present which are just text strings. So everything is on my phone. When I press play or try scanning for stations the phone restarts before anything is sent to logcat I am stumped atm.
This is everything I have found that has to do with fmradio that is on my phone right now:
*/etc/asound.conf
*android.policy.jar, services.jar, framework.jar
*/lib/modules/Si4709_driver.ko
*/system/lib/libfmradio_jni.so
*/system/bin/si4709_test
*/system/app/FMRadio.apk (deodexed)
*uncommented fm radio module in the init.rc
*Secret code *#*#0368#*#*
Maybe its disabled in the actual Broadcomm chip? Maybe we would need to enable it via JTAG?
kingkurry said:
Maybe its disabled in the actual Broadcomm chip? Maybe we would need to enable it via JTAG?
Click to expand...
Click to collapse
I don't think jtag is even necessary. The bcm4329 it set to download a firmware every time it is loaded, so it would be just a matter of finding the right firmware (currently in /system/etc/wifi) and/or nvram settings (.txt files in that same dir). THere are some interesting settings in there (i9000 version actually has comments), but nothing seems directly related to FMradio. In fact, most strings are the same between the vibrant and galaxy.
OR there is a setting in the 1st bootloader (boot.bin) that changes the address of the FMradio part.
Also, when I loaded eugene's froyo rom, I did NOT hear static. I didn't get the "cannot turn on fm radio" message, but nothing else happens either. Although there are no reboots during 'si4709_test -p up' like in stock vibrant.
Also, I've played with a few things in the kernel/si4709 driver. One doesn't seem to make any change, another causes the phone to reboot
Code:
// FM radio reset pin control
//s3c_gpio_slp_cfgpin(GPIO_FM_RST, S3C_GPIO_SLP_PREV);
Uncomment that in 'wm8994_aries.c'. Recompile. Flash zImage. No change.
Like I speculated in the THINKTANK thread, stock 4709/kernel expect the FM radio at ic2-8, 0x20 but there is no such device in the vibrant. There is an unclaimed device in i2c-12, but changing the si4709 code to point to that and I get reboots during an attempted scan.
No 9000 teardowns I've seen metion the si4709 so I can only assume that samsung uses the si4709 kernel module to interface with the bcm4329 via i2c.
I would like to try loading the 4329 fw from the gxs on the vibrant and see if that changes anything.
Other than this, most stuff seems the same in the code.
radiotime
have any of you considered just getting radiotime. its a program that has radio through streaming data. and if ur local stations have streaming audio it would show up in the local stations tab. i use it. its really ok. yest it uses the data portion of the phone. i understand you guys are trying to figure out to use the phones antenna for local stations. but in the meantime if interested. try google'in the program radiotime.
Im personally less concerned with the receiver then the transmitter, and getting the receiver working is just a step towards that theoretical wonder
You cant transmit FM radio using an app. You need the actual radio working. imagine being in a car and listening to music over your amazing car speakers rather than headphones.
You sir entirely miss the point.
No one wants to use data.they want the fm radio.
tribalb said:
have any of you considered just getting radiotime. its a program that has radio through streaming data. and if ur local stations have streaming audio it would show up in the local stations tab. i use it. its really ok. yest it uses the data portion of the phone. i understand you guys are trying to figure out to use the phones antenna for local stations. but in the meantime if interested. try google'in the program radiotime.
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I897 using XDA App
i knew what the point was. i was just giving a suggestion in the meanwhile if ppl wanted local radio on their phone. i dont need ur lame sense to tell me that. i understand this thread was to use the phones receiver to transmit without using data.
tribalb said:
i knew what the point was. i was just giving a suggestion in the meanwhile if ppl wanted local radio on their phone. i dont need ur lame sense to tell me that. i understand this thread was to use the phones receiver to transmit without using data. i dont need to hear some chode like you to give me rude remarks. ive been on this forum longer than you have. dont put yourself in the same folks that are rude on this forum. take ur sh*t elsewhere
Click to expand...
Click to collapse
Rofl.... Grow up... Theres no need for these "mines bigger than yours" arguments.
XDA app via Samsung Vibrant
that i know theres no need whos bigger deal arguement. i still dont need to hear crap from a rude person either.
tribalb said:
that i know theres no need whos bigger deal arguement. i still dont need to hear crap from a rude person either.
Click to expand...
Click to collapse
The only rude one here so far has been you. If we wanted to stream, we already know there are tons of options. We don't wasn't streaming. We want fm radio.
Sent from my Vibrant using the XDA app.
Typos, incorrect words, gibberish, and other nonsense brought to you courtesy of Swype.
Personally I couldn't care less about receiving FM....but DAMN I would like FM transmitting since my car doesn't have an AUX jack for the stereo.
tribalb said:
that i know theres no need whos bigger deal arguement. i still dont need to hear crap from a rude person either.
Click to expand...
Click to collapse
shut up... he wasnt being rude at all. you were completely missing the point of this thread and subsequently pretending to know it all afterwards. What you need is a good *****slap.
Anyway, does anyone know the person who originally got the FM radio working on the Nexus One? Maybe he can give us a few pointers?
tribalb said:
i knew what the point was. i was just giving a suggestion in the meanwhile if ppl wanted local radio on their phone. i dont need ur lame sense to tell me that. i understand this thread was to use the phones receiver to transmit without using data.
Click to expand...
Click to collapse
Hello, I have been on the planet longer than you.
The point here is to find a. Whether the fm chip is present. B. Whether it can be activated and used. And c. How to apply that knowledge into a rom form or apk to avoid heavy data usage of streaming. The obvious radio streaming apps though having a similar application are not necessarily helpful in this thread.
Good day.
Sent from my SAMSUNG-SGH-I897 using XDA App
sevenvt said:
Hello, I have been on the planet longer than you.
The point here is to find a. Whether the fm chip is present. B. Whether it can be activated and used. And c. How to apply that knowledge into a rom form or apk to avoid heavy data usage of streaming. The obvious radio streaming apps though having a similar application are not necessarily helpful in this thread.
Good day.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
as long as people fight like this daily, I can be a bit more patient on 2.2.... keep up the entertainment... we almost need a standalone flaming thread where you can just jump in and put someone on blast...
*yawn*
Sent from my SGH-T959 using XDA App
Man I love XDA. You just cannot buy entertainment like this. Tribalb you get the prize for forum dunce for today, but don't worry many are lined up to take your title.
Sent from my SGH-T959 using XDA App
Whatever. I was sooo done with this. Good luck to the dev that actually gets this done.
Sent from my SGH-T959 using XDA App

Call Audio through Car Dock

Hello All,
I have been looking for months now for Kernel/Rom version that route the Call audio to the Car USB Dock and from than to the 3.5mm line out
Can Anyone please help me ?
I have read that there are Kernel that does it but yet to find one.
Thanks for your help
cabiylo said:
Hello All,
I have been looking for months now for Kernel/Rom version that route the Call audio to the Car USB Dock and from than to the 3.5mm line out
Can Anyone please help me ?
I have read that there are Kernel that does it but yet to find one.
Thanks for your help
Click to expand...
Click to collapse
I'm looking as well, but I'm afraid no kernel currently implements it
I have read that KF1 support it,
Can anyone confirm?
same problem... newest lite'ning rom.. KE3 Kernel.... for the Galaxy 1 exist a app in the market but it dosent work for the SGS2.
Dr4g0n said:
same problem... newest lite'ning rom.. KE3 Kernel.... for the Galaxy 1 exist a app in the market but it dosent work for the SGS2.
Click to expand...
Click to collapse
That is false because the purpose of the app is to redirect media audio to the dock. Call audio is not redirected as well.
KF1 supports it? I'm on KG6 (VillainRom) and I won't change to KF until pulser updates the ROM.
Can someone confirm that?
I am looking for the same solution for (official) car dock AND desktop dock. All sounds go through line-out except calls which is kind of a stupid oversight by Samsung.
What I'd like is option to have all audio through the 'line-out' of the official docks
Option to have FM work via the same
Option to have the phone operate like a radio alarm when in the desktop dock
1 question though. My phone died on me tonight and when I got back to the car I put it in my dock which made it turn on right away. I got to input my pin, then I saw it was charging but it switched off and restarted and kept on going (off->on for 15secs-> off).. I figured it was because it was running out of battery faster than it was charging it - ridiculous since I wasn't doing anything with the phone. So I had to unplug the car charger cable from the back of the dock, put it in my dead phone for 5mins then replug everything in again.
Samsung needs to look into that seriously...
Edit: I'm running 2.3.4 XXKG5 atm
Where can I place clarification request from Samsung to support phone calls into the Dock?
I will donate 25$ to the one that will make it work
Anyone else ?
Not sure about $25 but I'd donate a few dollars if someone can make the voice and radio be passed through the usb line out while using the existing apps.
Who knows how long it will take Samsung to implement a feature which I am surprised doesn't already work.
I have used my phone connected through the headphone output to my car stereo and made phone calls using the car speakers for the voice feedback and the internal phone mic for my voice. And it worked really well with no echoing at all which surprised me. I thought with the added volume through the speakers that feedback issue would occur but it didn't appear so. Maybe the secondary mi helps with the eco cancellation.
this problem still persists with XWKI4 stock rom. call audio outputs fine through the headphone jack on the phone itself, but refuses to route through the dock. with all of other audio going fine through usb, i'm inclined to think that it's a bug and can be fixed.
And the problem is also present in XWKI8...
I'd also be more than happy to donate to any dev prepared to look into getting the call audio rooted through the line out. I've been reading into it a little bit and apparently it is likely to be something that can be changed with a modded kernel. Unfortunately I have no developer experience and wouldn't even know where to start.
Kamikaze62 said:
I'd also be more than happy to donate to any dev prepared to look into getting the call audio rooted through the line out. I've been reading into it a little bit and apparently it is likely to be something that can be changed with a modded kernel. Unfortunately I have no developer experience and wouldn't even know where to start.
Click to expand...
Click to collapse
+1
Me too...

[Q] Bluetooth and GPS

I haven't seen a firm answer yet, so question. Is activating bluetooth/gps a hardware mod, software/rom, or not possible on NT?
Sent from my spoofed galaxy nexus via tapatalk.
Nobody knows for sure yet because it hasn't yet been done and published. In theory bluetooth can be activated by software though. I'd venture to guess the same is true for GPS.
howcansheslap said:
Nobody knows for sure yet because it hasn't yet been done and published. In theory bluetooth can be activated by software though. I'd venture to guess the same is true for GPS.
Click to expand...
Click to collapse
Both could potentially be "activated", because the chip does support it... but that doesn't mean that it will be worth anything. The GPS almost certainly does not have an antenna on it, and the BT range will likely be crap like on the NookColor for the same reason (no antenna.)
So, the GPS even if we get it working, will still be useless for its intended purpose, while the BT might be able to get working for a very-short-range. (2~3 feet?)
cfoesch said:
Both could potentially be "activated", because the chip does support it... but that doesn't mean that it will be worth anything. The GPS almost certainly does not have an antenna on it, and the BT range will likely be crap like on the NookColor for the same reason (no antenna.)
So, the GPS even if we get it working, will still be useless for its intended purpose, while the BT might be able to get working for a very-short-range. (2~3 feet?)
Click to expand...
Click to collapse
I would venture that when the bluetooth is enabled, we'd be able to use the fm radio app cause it uses the headphone cable as an antenna. But isn't 2-3 feet ok for a bluetooth ear piece so you can skype or googletalk with it?
tep065 said:
I would venture that when the bluetooth is enabled, we'd be able to use the fm radio app cause it uses the headphone cable as an antenna. But isn't 2-3 feet ok for a bluetooth ear piece so you can skype or googletalk with it?
Click to expand...
Click to collapse
Could the gps also use headphones as an antennae?
Sent from my spoofed galaxy nexus via tapatalk.
HMG10 said:
Could the gps also use headphones as an antennae?
Sent from my spoofed galaxy nexus via tapatalk.
Click to expand...
Click to collapse
There is only three ways to know.
1. Build a custom rom that supports GPS and Bluetooth, then try it out.
2. Wait till the devs build you a custom rom, and find out.
3. Consult your crystal ball. =]
Heck,
the only reason why I want bluetooth enabled is do I can use a bluetooth keyboard. (which I know they where able to do with the Nook Color)
I want to use my ps3 controller to play emulators like I do with my phone. It would be such a better experience on the 7" then on my Epic 4G.
nunspa said:
Heck,
the only reason why I want bluetooth enabled is do I can use a bluetooth keyboard. (which I know they where able to do with the Nook Color)
Click to expand...
Click to collapse
I would REALLY like this also. Add in a bluetooth webcam and I am an overly happy kid!
rjin9673 said:
I want to use my ps3 controller to play emulators like I do with my phone. It would be such a better experience on the 7" then on my Epic 4G.
Click to expand...
Click to collapse
Sadly there is just no way to know until an alpha of CM9 is out for the NT. They are very close, so it shouldn't be long now. Once that's done, we will have have facts instead of speculation.
I want to build a bluetooth airplane and control it with my NT of doom!!!!!!!
Thanks all for the responses. I personally want to see if we could use pre-cached google maps and use the NT as for some low level gps navigation without a tether to a smartphone.
Sent from my spoofed galaxy nexus via tapatalk.
would love to se BT work, I have two of these: "pharos-pocket-gps-navigator: and it would be great for the vehicle. Sorry, new to this forum and it will not let me post links.

hdmi out

hi guys,
after abit of help. i bought a hdmi adaptor, from amazon this one http://www.amazon.co.uk/gp/product/B007K8NNOA/ref=oh_details_o02_s00_i00
so that i would be able to play content from my phone straight through to my tv. I also bought a new hdmi lead and i connected using the phone charger and lead that came with the phone.
When i plug it all together it shows on the phone that hdmi out is connected and i can display video or photos on the external device. But no matter what i do i cannot get a picture to display on the tv.
Am i doing something wrong? Or does it never work? I tried rebooting the phone i tested the hdmi lead to make sure it works. Is there another option on the phone i need to select to i need to use a different app?
Any advice would be greatly appreciated.
Are you on the stock rom/kernel? I can't say I use this feature as much as I thought I would, but I have noticed some kernels break this feature (though I can't say which ones anymore - been a while) and I've seen some roms break this as well. I don't know if this was a placebo or what, but I also noticed that it broke for me after removing some of Sprint's or HTC's bloatware... I think it was the transfer app, but it doesn't make much sense to me why.
I'd try it on a full stock rom/kernel first to make sure it's not software related. Then try it on multiple TVs. I actually had an experience once where it wouldn't display on my TV, but worked fine on my HDMI enabled pc monitor - same symptoms you're describing. Tried different kernel, all was better. But I've also read about people just having a bad mhl adapter or bad hdmi cable too.
As above it needs to be supported by rom and kernal. Try a stock configuration and see what happens. If that fails it might be a faulty adaptor, these cheap ones are known to fail easily.
i appreciate your guys help. i am on stock rom/kernal. my tv is pretty new. The phone is showing as having a hdmi connection so wasn't sure if it could still be the adaptor? i will try it on another tv at the weekend. if it still doesn't work maybe send the adaptor back?
so it should display whilst playing a film through the stock video player? i dont need to use a special programme or anything else?
It automatically displays whatever is on the phone's screen. No need for anything special beyond plugging it in. It could still be a faulty adapter even though the phone shows hdmi.
Another idea might be to double check your tv out settings on the phone. Make sure those are correct.
Sent from my PG86100 using XDA
gk1984 said:
It automatically displays whatever is on the phone's screen. No need for anything special beyond plugging it in. It could still be a faulty adapter even though the phone shows hdmi.
Another idea might be to double check your tv out settings on the phone. Make sure those are correct.
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
Ah so it may still be the adapter. ok, thanks.
also how do you double check the tv settings? sorry if that is a noobish question.
3vo3d said:
Ah so it may still be the adapter. ok, thanks.
also how do you double check the tv settings? sorry if that is a noobish question.
Click to expand...
Click to collapse
Maybe just maybe, have it all plugged in before turning it on, then try.
Sent from my HTC EVO 3D X515m using Tapatalk 2
3vo3d said:
Ah so it may still be the adapter. ok, thanks.
also how do you double check the tv settings? sorry if that is a noobish question.
Click to expand...
Click to collapse
I can't remember exactly. It's in the phone settings. I'm on the ice cream sandwich leak so I think it's a little different.
Sent from my PG86100 using XDA
gk1984 said:
I can't remember exactly. It's in the phone settings. I'm on the ice cream sandwich leak so I think it's a little different.
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
ive looked everywhere in the phone settings and cannot find it. also i read through the manual and must be really dumb as i cannot see anything in there about it either.
@ scariola thanks i tried your suggestion as well.
i would be really interested to hear if anyone ever got this to work?
You have to have it plugged into the wall outlet as well. Just a thought
just an update guys i tried it on an oldish portable tv and it worked? so no idea why it doesn't work here at home???
still thanks for all the help.

Pushing audio through microUSB to head unit

So one thing I really liked about my iPhone was the ability to push audio through the charge port into my truck's head unit (radio) while charging. The head unit has a usb port on the front and it charges my phone, and if I put the phone into storage mode, the head unit can read the storage on my phone. Now I want to push audio from apps like Google Play Music and iheart radio. Is this possible? I'm rooted.
Also on a side note, since I am rooted, can I update OTA without looking root? I used the steps from galaxys3root.com.
Sent from my SAMSUNG-SGH-I747 using xda premium
joshbgosh10592 said:
So one thing I really liked about my iPhone was the ability to push audio through the charge port into my truck's head unit (radio) while charging. The head unit has a usb port on the front and it charges my phone, and if I put the phone into storage mode, the head unit can read the storage on my phone. Now I want to push audio from apps like Google Play Music and iheart radio. Is this possible? I'm rooted.
Also on a side note, since I am rooted, can I update OTA without looking root? I used the steps from galaxys3root.com.
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
Sorry bud but most USB head units are mass storage or iPhone only. I'd invest on a Bluetooth headunit with audio streaming profile like the Sony MEX-BT4000P.
Get a windshield mount (had a factory one for my Atrix, loved it) and Bluetooth that bad boy. You'll also get cool stuff like car phone answering and if you use Vlingo in car you can made heads turn.
This feature will come with jelly bean
Sent from my SAMSUNG-SGH-I747 using xda premium
That is awesome!! But until that time comes, is there a way to do that on ICS?
Sent from my SAMSUNG-SGH-I747 using xda premium
I've been trying to get this to work for about a week now. The guys at my local car audio place are just as frustrated as I am.
I even tried using the OTG connection, no dice.
Supposedly some of the new Sony units support MTP, but then you're using Sony (which I guess doesn't have a great reputation, I'm kind of new to this whole thing).
CM will probably get Mass Storage enabled at some point, but that still isn't an ideal solution.
Jelly Bean will offer true USB audio streaming, but from what I've read the device you are streaming to will also have to support it. Whether that support can be added via a firmware update or will require new hardware is something I haven't been able to figure out yet.
This is all very annoying since part of the reason I got my S3 was to finally upgrade the sound in my car. I know I can use an Aux or Bluetooth connection in the meantime, but if the Jelly Bean tech requires new hardware it will be a pain to sell my old hardware and re-install the new.
I guess at this point it's just waiting to see when/if headunits will support the Jelly Bean audio streaming.
rockerrock said:
Sorry bud but most USB head units are mass storage or iPhone only. I'd invest on a Bluetooth headunit with audio streaming profile like the Sony MEX-BT4000P.
Get a windshield mount (had a factory one for my Atrix, loved it) and Bluetooth that bad boy. You'll also get cool stuff like car phone answering and if you use Vlingo in car you can made heads turn.
Click to expand...
Click to collapse
The thing is, I don't have the money to get a new head unit.. I could just connect the aux to the unit. I also forgot to mention I have a Sony Xplod (Not sure of the model right now, but it's about 2 years old.)
I think I'm just forced to connecting aux and usb to keep it charged on my trips..
Mass Storage has been enabled for the International S3, so it's likely it will for the US version soon. That should solve a lot of your problems. Though as I said above, UMS is still not an ideal solution (but far superior to Aux or Bluetooth).
lynkdead said:
I've been trying to get this to work for about a week now. The guys at my local car audio place are just as frustrated as I am.
I even tried using the OTG connection, no dice.
Supposedly some of the new Sony units support MTP, but then you're using Sony (which I guess doesn't have a great reputation, I'm kind of new to this whole thing).
CM will probably get Mass Storage enabled at some point, but that still isn't an ideal solution.
Jelly Bean will offer true USB audio streaming, but from what I've read the device you are streaming to will also have to support it. Whether that support can be added via a firmware update or will require new hardware is something I haven't been able to figure out yet.
This is all very annoying since part of the reason I got my S3 was to finally upgrade the sound in my car. I know I can use an Aux or Bluetooth connection in the meantime, but if the Jelly Bean tech requires new hardware it will be a pain to sell my old hardware and re-install the new.
I guess at this point it's just waiting to see when/if headunits will support the Jelly Bean audio streaming.
Click to expand...
Click to collapse
I'm a noob when it comes to Andriod.. I am a recovering iPhone user and do not know what most of the acronyms mean. I've looked around on google and can't find what they mean lol. OTG, MTP, and CM, what do they mean?
Also, is there a way to hurry up the process of me being verified for my new user account? The waiting 5 minutes is getting old... Thanks
joshbgosh10592 said:
I'm a noob when it comes to Andriod.. I am a recovering iPhone user and do not know what most of the acronyms mean. I've looked around on google and can't find what they mean lol. OTG, MTP, and CM, what do they mean?
Also, is there a way to hurry up the process of me being verified for my new user account? The waiting 5 minutes is getting old... Thanks
Click to expand...
Click to collapse
Once you pass 10 posts the 5 minute limit will be lowered to 2 minutes.
OTG = On the Go http://en.wikipedia.org/wiki/USB_On-The-Go
MTP = Media Transfer Protocol, as opposed to Mass Storage. I'm not clear on the reason for using it since it seems like UMS is more useful in almost every way.
CM = Cyanogenmod. The most popular and widespread Android ROM.
Ahh ok thank you! I should be getting close to that haha. And I guess UMS is something like Universal Mass Storage?
Sent from my SAMSUNG-SGH-I747 using xda premium

Categories

Resources