An update on the ZXingBarcodeReader tutorial.
authorftylitak@gmail.com <ftylitak@gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 15 Sep 2010 20:50:09 +0000 (20:50 +0000)
committerftylitak@gmail.com <ftylitak@gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 15 Sep 2010 20:50:09 +0000 (20:50 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1591 59b500cc-1b3d-0410-9834-0bbf25fbcc57

symbian/ZXingBarcodeReader_tutorial.txt

index 254f50d..8ad1a27 100644 (file)
@@ -38,6 +38,29 @@ button is selected and press OK.
 Now go "Project->Build Project" and if everything goes right, you will have 2 installation files\r
 in "ZXingBarcodeReader\sis" folder. Install the .sisx file to your device and you are ready.\r
 \r
+== Deploying specificaly to S60 3rd edition ==\r
+Deploying the project to a S60 3rd edition requires one more step (executed only once).\r
+After the installation of OpenC/C++ plug-in, the installation files contained in the following folders\r
+have to be installed to the device:\r
+\r
+S60 SDK root folder \ nokia_plugin \ openc \ s60opencsis\r
+and\r
+S60 SDK root folder \ nokia_plugin \ opencpp \ s60opencppsis\r
+\r
+If this step is not taken, the application will be able to be installed to the device but it WILL NOT RUN!\r
+When deploying to S60 5th edition, this step is not required because the plug-in is integrated into it already.\r
+\r
+       ------ Optional when deploying to S60 3rd edition ------\r
+       To integrate the installation files to the project installation file just put the following lines to the .pkg file:\r
+\r
+       @"$(EPOCROOT)Epoc32\..\nokia_plugin\openc\s60opencsis\pips_s60_1_6_SS.sis", (0x20013851)\r
+       @"$(EPOCROOT)Epoc32\..\nokia_plugin\openc\s60opencsis\openc_ssl_s60_1_6_SS.sis",(0x200110CB)\r
+       @"$(EPOCROOT)Epoc32\..\nokia_plugin\openc\s60opencsis\openc_glib_s60_1_6_SS.sis",(0x200110CC)\r
+       @"$(EPOCROOT)Epoc32\..\nokia_plugin\opencpp\s60opencppsis\STDCPP_s60_1_6_SS.sis",(0x2000F866)\r
+\r
+       This will make the final installation file approximately 2.8MB which is not the best solution but this is left to \r
+       the judgement of the developer whether on not he takes this step.\r
+\r
 == The same project in Qt ==\r
 \r
 In case you are interested in using this project with Qt on Symbian, take a look at QQrDecoder folder.\r