• kar
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 7
    Replies

In the hybrid sample account editor app, I have added few more fields below the existing. When I scroll down to enter the fields that I have created, I'm unable to edit the field and the save button is not clickable. When I touch anywhere of the screen I get
"singleCursorHandlerTouchEvent -getEditableSupport FASLE".

Could anyone suggest a solution???

  • October 07, 2013
  • Like
  • 0

I have a build a custom hybrid mobile app. I need to have a button in that app, when touched should open the camera to take pics. Once picture is taken it should save in the local storage and should be used by the users to upload to salesforce later.

  • September 19, 2013
  • Like
  • 0

Installed Salesforce Mobile SDK for android and when I try to run the account editor sample app thru an emulator in eclipse there were few errors thrown. Below is the error log

 

08-16 03:35:48.848: I/SalesforceOAuthPlugin.getAuthCredentials(1484): getAuthCredentials called
08-16 03:35:48.858: I/SalesforceOAuthPlugin.getAuthCredentials(1484): getAuthCredentials successful
08-16 03:35:50.078: I/SmartStorePlugin.execute(1484): action: pgRegisterSoup, jsVersion: 2.0.0
08-16 03:35:50.468: D/CordovaLog(1484): onDeviceReady: cordova ready
08-16 03:35:50.468: I/Web Console(1484): onDeviceReady: cordova ready at file:///android_asset/www/auth.js:18
08-16 03:35:50.468: D/CordovaLog(1484): -----> Calling smartstoreClient:registerSoup
08-16 03:35:50.468: I/Web Console(1484): -----> Calling smartstoreClient:registerSoup at file:///android_asset/www/smartsync.js:46
08-16 03:35:50.468: D/CordovaLog(1484): SmartStore.registerSoup: 'accounts' indexSpecs: [{"path":"Id","type":"string"},{"path":"__local__","type":"string"},{"path":"Name","type":"string"}]
08-16 03:35:50.468: I/Web Console(1484): SmartStore.registerSoup: 'accounts' indexSpecs: [{"path":"Id","type":"string"},{"path":"__local__","type":"string"},{"path":"Name","type":"string"}] at file:///android_asset/www/cordova.force.js:479
08-16 03:35:50.468: D/CordovaLog(1484): processMessage failed: Message: S01 com.salesforce.oauth1505526920 {"orgId":"00D90000000gciSEAQ","accessToken":"00D90000000gciS!ARAAQALB2O_OolMtXAYLetZgOgkU0eU54wL2hzdPUqGhiI7kAdNmSGk36qxxURPjjUVD7xA_4PNJo1YmpAAW1Fu_F5U4sCjh","userAgent":"SalesforceMobileSDK\/2.0.0 android mobile\/4.3 (sdk) AccountEditor\/1.0 Hybrid","userId":"00590000001AQp8AAG","loginUrl":"https:\/\/login.salesforce.com","identityUrl":"https:\/\/login.salesforce.com\/id\/00D90000000gciSEAQ\/00590000001AQp8AAG","refreshToken":"5Aep8617VFpoP.M.4usUqiimqAaqA6tJ._o3CqEtwMML3RbiIIihvpLnpg_MEpcdTDLJaMoBh_SIntAlHL.lqto","clientId":"3MVG9Y6d_Btp4xp7noHGI_t9cb_HuWT0TgWFj_qWK8KIoQDGwKtDZbat7OHXvlnYnNJqpnbGf72.j2Fbd.hf4","instanceUrl":"https:\/\/ap1.salesforce.com"}
08-16 03:35:50.468: I/Web Console(1484): processMessage failed: Message: S01 com.salesforce.oauth1505526920 {"orgId":"00D90000000gciSEAQ","accessToken":"00D90000000gciS!ARAAQALB2O_OolMtXAYLetZgOgkU0eU54wL2hzdPUqGhiI7kAdNmSGk36qxxURPjjUVD7xA_4PNJo1YmpAAW1Fu_F5U4sCjh","userAgent":"SalesforceMobileSDK\/2.0.0 android mobile\/4.3 (sdk) AccountEditor\/1.0 Hybrid","userId":"00590000001AQp8AAG","loginUrl":"https:\/\/login.salesforce.com","identityUrl":"https:\/\/login.salesforce.com\/id\/00D90000000gciSEAQ\/00590000001AQp8AAG","refreshToken":"5Aep8617VFpoP.M.4usUqiimqAaqA6tJ._o3CqEtwMML3RbiIIihvpLnpg_MEpcdTDLJaMoBh_SIntAlHL.lqto","clientId":"3MVG9Y6d_Btp4xp7noHGI_t9cb_HuWT0TgWFj_qWK8KIoQDGwKtDZbat7OHXvlnYnNJqpnbGf72.j2Fbd.hf4","instanceUrl":"https:\/\/ap1.salesforce.com"} at file:///android_asset/www/cordova-2.3.0.js:1166
08-16 03:35:50.468: D/DroidGap(1484): onMessage(spinner,stop)
08-16 03:35:50.478: D/CordovaLog(1484): processMessage failed: Error: Error: Error calling method on NPObject.
08-16 03:35:50.478: I/Web Console(1484): processMessage failed: Error: Error: Error calling method on NPObject. at file:///android_asset/www/cordova-2.3.0.js:1167

There is a blank white screen once logged in, and nothing else is displayed...

 

  • August 16, 2013
  • Like
  • 0

I have a build a custom hybrid mobile app. I need to have a button in that app, when touched should open the camera to take pics. Once picture is taken it should save in the local storage and should be used by the users to upload to salesforce later.

  • September 19, 2013
  • Like
  • 0

Installed Salesforce Mobile SDK for android and when I try to run the account editor sample app thru an emulator in eclipse there were few errors thrown. Below is the error log

 

08-16 03:35:48.848: I/SalesforceOAuthPlugin.getAuthCredentials(1484): getAuthCredentials called
08-16 03:35:48.858: I/SalesforceOAuthPlugin.getAuthCredentials(1484): getAuthCredentials successful
08-16 03:35:50.078: I/SmartStorePlugin.execute(1484): action: pgRegisterSoup, jsVersion: 2.0.0
08-16 03:35:50.468: D/CordovaLog(1484): onDeviceReady: cordova ready
08-16 03:35:50.468: I/Web Console(1484): onDeviceReady: cordova ready at file:///android_asset/www/auth.js:18
08-16 03:35:50.468: D/CordovaLog(1484): -----> Calling smartstoreClient:registerSoup
08-16 03:35:50.468: I/Web Console(1484): -----> Calling smartstoreClient:registerSoup at file:///android_asset/www/smartsync.js:46
08-16 03:35:50.468: D/CordovaLog(1484): SmartStore.registerSoup: 'accounts' indexSpecs: [{"path":"Id","type":"string"},{"path":"__local__","type":"string"},{"path":"Name","type":"string"}]
08-16 03:35:50.468: I/Web Console(1484): SmartStore.registerSoup: 'accounts' indexSpecs: [{"path":"Id","type":"string"},{"path":"__local__","type":"string"},{"path":"Name","type":"string"}] at file:///android_asset/www/cordova.force.js:479
08-16 03:35:50.468: D/CordovaLog(1484): processMessage failed: Message: S01 com.salesforce.oauth1505526920 {"orgId":"00D90000000gciSEAQ","accessToken":"00D90000000gciS!ARAAQALB2O_OolMtXAYLetZgOgkU0eU54wL2hzdPUqGhiI7kAdNmSGk36qxxURPjjUVD7xA_4PNJo1YmpAAW1Fu_F5U4sCjh","userAgent":"SalesforceMobileSDK\/2.0.0 android mobile\/4.3 (sdk) AccountEditor\/1.0 Hybrid","userId":"00590000001AQp8AAG","loginUrl":"https:\/\/login.salesforce.com","identityUrl":"https:\/\/login.salesforce.com\/id\/00D90000000gciSEAQ\/00590000001AQp8AAG","refreshToken":"5Aep8617VFpoP.M.4usUqiimqAaqA6tJ._o3CqEtwMML3RbiIIihvpLnpg_MEpcdTDLJaMoBh_SIntAlHL.lqto","clientId":"3MVG9Y6d_Btp4xp7noHGI_t9cb_HuWT0TgWFj_qWK8KIoQDGwKtDZbat7OHXvlnYnNJqpnbGf72.j2Fbd.hf4","instanceUrl":"https:\/\/ap1.salesforce.com"}
08-16 03:35:50.468: I/Web Console(1484): processMessage failed: Message: S01 com.salesforce.oauth1505526920 {"orgId":"00D90000000gciSEAQ","accessToken":"00D90000000gciS!ARAAQALB2O_OolMtXAYLetZgOgkU0eU54wL2hzdPUqGhiI7kAdNmSGk36qxxURPjjUVD7xA_4PNJo1YmpAAW1Fu_F5U4sCjh","userAgent":"SalesforceMobileSDK\/2.0.0 android mobile\/4.3 (sdk) AccountEditor\/1.0 Hybrid","userId":"00590000001AQp8AAG","loginUrl":"https:\/\/login.salesforce.com","identityUrl":"https:\/\/login.salesforce.com\/id\/00D90000000gciSEAQ\/00590000001AQp8AAG","refreshToken":"5Aep8617VFpoP.M.4usUqiimqAaqA6tJ._o3CqEtwMML3RbiIIihvpLnpg_MEpcdTDLJaMoBh_SIntAlHL.lqto","clientId":"3MVG9Y6d_Btp4xp7noHGI_t9cb_HuWT0TgWFj_qWK8KIoQDGwKtDZbat7OHXvlnYnNJqpnbGf72.j2Fbd.hf4","instanceUrl":"https:\/\/ap1.salesforce.com"} at file:///android_asset/www/cordova-2.3.0.js:1166
08-16 03:35:50.468: D/DroidGap(1484): onMessage(spinner,stop)
08-16 03:35:50.478: D/CordovaLog(1484): processMessage failed: Error: Error: Error calling method on NPObject.
08-16 03:35:50.478: I/Web Console(1484): processMessage failed: Error: Error: Error calling method on NPObject. at file:///android_asset/www/cordova-2.3.0.js:1167

There is a blank white screen once logged in, and nothing else is displayed...

 

  • August 16, 2013
  • Like
  • 0