Yahoo Messenger front camera is working now! :-)

rickriego

Senior Member
Dec 23, 2010
764
268
93
Stockton, CA
Using adb on windows, run

adb logcat | find "HTCFrontFacingCamera"

It should show you the exception when it tries to load the camera.[/QUOTE]
i'll try..
 
Last edited:

ocakar

Member
Jul 3, 2010
17
0
0
los angeles
I have a modified version of ooVoo that works with the atrix's front camera but I'm not sure if I can post it here or not.

I believe though that ooVoo will very soon release the version that supports the atrix and the front camera. Their code actually includes the loader class for the front camera but for some reason, it is not yet included in loader array. Maybe it is still under testing.




where can i find the oovoo version that supports atrix front facing camera?
 
Last edited:

baseballfanz

Senior Member
Oct 19, 2010
6,829
1,702
0
Sugar Land TX
Got it working by extracting the jar file and moving it to system/framework setting
permission to 644 as per your suggestion. The camera is sideway however.
This is on a Honeycomb Transformer running 3.1
 

shoktong

Member
Dec 16, 2007
37
5
0
Awesome! Haven't tried it out yet because I'm not home, but sure hope it works. I wonder if it works with other apps... any chance of looking at Vtok and Ovoo?

EDIT: Confirmed, it works with Yahoo. I used the com.htc.hardware.twinCameDevice.zip method and not the CWM flash, but have no reason to imagine that the other method wouldn't work as well. THANK YOU THANK YOU!

Sent from my MB860 using XDA App
:) seem to have some file path issues with the SGS2
 
Last edited:

shoktong

Member
Dec 16, 2007
37
5
0
Its now working fine!

*any chance anyone can work out why my image comes out inverted with my wife's ipad2 or my bro's pc? :)
 
Last edited:

droidrx

Senior Member
Apr 11, 2011
253
258
0
Toronto
try to run

adb logcat | find "FrontFacingCamera"

on your pc while your device is connected in debugging mode and then make a video call with the FFC. You can post it here or send me the log.

Also, if you have an application that shows the system info. I'd like to know what is in the "manufacturer" and and the "model". If you don't have any, you can try this one I'm using https://market.android.com/details?id=com.electricsheep.asi (System -> BuildInfos)
 

jose makalolot

Senior Member
Aug 21, 2009
1,997
156
63
Florida
try to run

adb logcat | find "FrontFacingCamera"

on your pc while your device is connected in debugging mode and then make a video call with the FFC. You can post it here or send me the log.

Also, if you have an application that shows the system info. I'd like to know what is in the "manufacturer" and and the "model". If you don't have any, you can try this one I'm using https://market.android.com/details?id=com.electricsheep.asi (System -> BuildInfos)
I am also using g2x and got black screen when flipping the cam on YM.

tol, Here's the info I have on my phone:

Manufacturer: LGE
model: LG-P999

by the way, how to do the adb logcat so that I can attach it here? Sorry for being noobie.