Yahoo Messenger front camera is working now! :-)

ricnar456

Senior Member
Jun 20, 2011
637
131
43
i tried in my samsung i9000 with last jar and copy to system/framework change permission to 644 and the video is all black when spin to front camera, only using the back camera is possible see video.

any suggestion?
thanks
ricnar
 
  • Like
Reactions: droidrx

jose makalolot

Senior Member
Aug 21, 2009
1,997
156
63
Florida
I second to this pre. How can i change the Permission to 644 exactly?
Open root explorer. Navigate to system/framework and locate this file discussed here. Long press the file then click permissions. Check all first column and all first row. Then okay. Make sure it is writable(r/w).

That's it.



Sent from my Calculator with Android.
 

NextineX

Member
Jun 26, 2011
7
0
0
Won't work

I'm on a samsung galaxy Gt-I9000 running 2.2 froyo

Does not work, I get the flip camera button but when I use it, it just goes black:confused:
 

NextineX

Member
Jun 26, 2011
7
0
0
I don't get anything.

I CD'd to the directory with the adb (C:\Documents and Settings\Owner\Desktop\Root\YMFrontCamADB)

when I ran the command it just sat there blinking
 

NextineX

Member
Jun 26, 2011
7
0
0
This is what I've entered

C:\WINDOWS\system32>CD C:\Documents and Settings\Owner\Desktop\Root\YMFrontCamADB

C:\Documents and Settings\Owner\Desktop\Root\YMFrontCamADB>adb logcat | find "FrontFacingCamera"

And yes my phone is connected in debugging mode and I've rooted it
 
Last edited:

NextineX

Member
Jun 26, 2011
7
0
0
Many times, the original camera works. But the face camera just gets a black screen and after about 10 seconds it says that there is no input and cancels the call.

I've tried a few uninstall/re-installs

Finally it responded. How exactly do I export the log? Or would I have to type it by hand?
 
Last edited:

droidrx

Senior Member
Apr 11, 2011
253
258
0
Toronto
You can right click the cmd title bar -> Edit -> Mark, highlight the text using mouse and press keyboard ENTER.

You can also redirect the output to a file

adb logcat | find "FrontFacingCamera" > output.log

In this case you will not see the output in the screen as it redirects the output to the file.
 

NextineX

Member
Jun 26, 2011
7
0
0
Sorry, my internet died:

C:\WINDOWS\system32>CD C:\YMFrontcamADB

C:\YMFrontCamADB>adb logcat | Find "FrontFacingCamera"
- waiting for device -
V/FrontFacingCamera( 7070): info: getFrontCamera begins
V/FrontFacingCamera( 7070): info: isSupported begins
V/FrontFacingCamera( 7070): info: ffcIndex 0 test (result = false)
V/FrontFacingCamera( 7070): exception: ffcIndex 1 test (java.io.FileNotFoundExc
ption: /system/framework/com.motorola.hardware.frontcamera.jar)
V/FrontFacingCamera( 7070): exception: ffcIndex 2 test (java.lang.ClassNotFound
xception: android.hardware.HtcFrontFacingCamera)
V/FrontFacingCamera( 7070): exception: ffcIndex 3 test (java.lang.ClassNotFound
xception: android.hardware.CameraSlave)
V/FrontFacingCamera( 7070): exception: ffcIndex 4 test (java.lang.ClassNotFound
xception: com.dell.android.hardwareCameraExtensions)
V/FrontFacingCamera( 7070): exception: ffcIndex 5 test (java.lang.NoSuchMethodE
ception: DualCameraSwitch)
V/FrontFacingCamera( 7070): info: ffcIndex 6 test (result = true)
V/FrontFacingCamera( 7070): info: isSupported ends (ffcIndex = 6)
V/FrontFacingCamera( 7070): exception: java.lang.ClassCastException: com.sec.an
roid.seccamera.SecCamera
V/FrontFacingCamera( 7070): info: getFrontCamera ends (camera is NULL)
V/FrontFacingCamera( 7070): info: getFrontCamera begins
V/FrontFacingCamera( 7070): info: isSupported begins
V/FrontFacingCamera( 7070): info: ffcIndex 0 test (result = false)
V/FrontFacingCamera( 7070): exception: ffcIndex 1 test (java.io.FileNotFoundExc
ption: /system/framework/com.motorola.hardware.frontcamera.jar)
V/FrontFacingCamera( 7070): exception: ffcIndex 2 test (java.lang.ClassNotFound
xception: android.hardware.HtcFrontFacingCamera)
V/FrontFacingCamera( 7070): exception: ffcIndex 3 test (java.lang.ClassNotFound
xception: android.hardware.CameraSlave)
V/FrontFacingCamera( 7070): exception: ffcIndex 4 test (java.lang.ClassNotFound
xception: com.dell.android.hardwareCameraExtensions)
V/FrontFacingCamera( 7070): exception: ffcIndex 5 test (java.lang.NoSuchMethodE
ception: DualCameraSwitch)
V/FrontFacingCamera( 7070): info: ffcIndex 6 test (result = true)
V/FrontFacingCamera( 7070): info: isSupported ends (ffcIndex = 6)
W/System.err( 7070): at com.htc.hardware.twinCamDevice.FrontFacingCamera.get
rontFacingCamera(FrontFacingCamera.java:194)
W/System.err( 7070): at com.htc.hardware.twinCamDevice.FrontFacingCamera$FFC
yClass.getFrontCamera(FrontFacingCamera.java:78)