Page 1 of 1

Hi,How can I change or edit the CameraService source code ?

Posted: Sun Sep 22, 2013 6:45 pm
by Elad Welner

Hi,
I want to add some functions to CameraService,
How can I see it's source code ?
Thanks,
Elad


Hi,How can I change or edit the CameraService source code ?

Posted: Sun Sep 22, 2013 10:37 pm
by Illya Stepanov

Hello - the CameraService is a PhoneGap component which you can look here :: http://docs.phonegap.com/en/2.9.0/cor...

To make any additional functions you should export your app as binary (.apk/.ipa) and make changes in IDE for appropriate platform.


Hi,How can I change or edit the CameraService source code ?

Posted: Mon Sep 23, 2013 5:53 am
by Elad Welner

I guess you meant the source code and edit it on xcode/eclipse and not the binary.
Can you direct me to the src file which handle it ?


Hi,How can I change or edit the CameraService source code ?

Posted: Mon Sep 23, 2013 8:35 pm
by Kateryna Grynko

Hi Elad,

Camera service source code can be found here on iOS: codeCordovaLib\Classes\/code
And here on Android: codeBarcodeScanner\src\com\google\zxing\client\android\camera\/code
in a folder with exported project.


Hi,How can I change or edit the CameraService source code ?

Posted: Mon Sep 23, 2013 9:37 pm
by Illya Stepanov

Sorry my mistake - certainly the source of the project.