tharindutpd's Forum Posts

  • tharindutpd

    fix Admob SDK FPS issue: go to my AdMob account and disable text banners, leaving enabled only image banners. (provided by Cipriux)

    Thanks

    Is it only Admob account setting or am i need to re build the app again?. I changed the account settings to only image banners and (after ~10min) run the same app without rebuild. but the problem is exist as previously.

    ps : C2 Admob setting in test mode

  • cranberrygame

    Hi,

    I have a issue with Construct 2 Admob plugin.

    In my game there are 3 Layouts called Menu,Score and Game layout. User can go to score and game layout by pressing related button in menu layout. I need to display Ad always in Menu and Score layout. but in game layout i need to display Ad only when game over. So in my C2 game, i was used bellow logic :

    Menu Layout -> onload Event ->Show Ad banner

    Score Layout -> (No any code related to admob)

    Game Layout -> onload Event -> hide ad

    Game Layout -> gameOverFunction () -> show ad banner

    In my game, It works very well without internet. but when internet is enable i got following issues

    It takes long time to load game (menu layout) about 1-2 minutes.

    cant go to score layout, game freeze

    it takes long time to load game layout and cant restart the game. game freeze for long time.

    So in your experience what can be the problem?

    ps : i built using Intel XDK - crosswork for android, game has two third party plugins called phonegapGame and phonegapFacebookPB, no third party admob plugin (i used C2 admob). tested on Samsung S Advance phone with 4.2 Jelly bean.

    Thank you.

  • tharindutpd

    Do you need "Copy SQLite Database" ? (https://build.phonegap.com/plugins/966)

    ==> no handle sql apis are provided

    How about this: https://build.phonegap.com/plugins/977

    ==> handle sql apis are provided

    Or How about Web SQL Database?

    Yes cranberrygame.. Second link is better.. (https://build.phonegap.com/plugins/977). but suspiciously it will be very complex plugin <img src="{SMILIES_PATH}/icon_e_geek.gif" alt=":geek:" title="Geek">

    and in this forum, notice us if you done Paypal plugin or any plugin updates. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • tharindutpd

    Added PayPal to to-do list

    But I looked https://build.phonegap.com/plugins/966, it have only feature for copying database.

    Do you want only this feature?

    or please suggest other sql plugin.

    Thank you for Paypal plugin development.

    No, I thought suggested above sqlDB can manipulate row of data. as an example if i need to perform sql functions like INSERT, UPDATE, DELETE data to handle small android inventory app by storing in a local database . if you have a plugin for this, let us know. I think it will be useful. thanks.

  • cranberrygame

    If it is possible I think, it will be useful if you can develop C2 Phonegap plugins for sqlDB ( https://build.phonegap.com/plugins/966 ) and for PayPal ( https://github.com/paypal/PayPal-Cordova-Plugin )

    Thank you for your service.

  • Hi, I can't set Apache Cordova version to 3.5 with potrate oriantation. because of if i set the app orientation to landscape or portrait from default in intel xdk property then app will not build (android build) and giving a error. but with the same program, if i set CLI 3.3 with potrate oriantation then it works and if set CLI 3.5 and oriantation to default then it will build. Why Orientation is effect to CLI version.?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi, I can't set Apache Cordova version to 3.5 with potrate oriantation. because of if i set the app orientation to landscape or portrait from default in intel xdk property then app will not build (android build) and giving a error. but with the same program, if i set CLI 3.3 with potrate oriantation then it works and if set CLI 3.5 and oriantation to default then it will build. Why Orientation is effect to CLI version.?

  • I am trying to develop a app with some Phonegap plugin, I am using Intel XDK to build. it was build successfully but display following warning in intel xdk. :

    "Warning: Because of security vulnerabilities found in previous versions of Cordova for Android, it is recommended that you build your application with Cordova CLI 3.5. Google has indicated that applications with vulnerabilities that expose users to a risk of compromise may be removed from their app store. Other Cordova platforms such as iOS and Windows 8 are unaffected by this security risk. See this Apache Cordova Android 3.5.1 announcement for more details."

    But if i set CLI version to 3.5, then application will not build and give a building failed error in xdk.

  • Hi, i want to run a timer in my application. But the problem is when the screen off (when phone get idle) timer get pause. So how to keep the device awake without screen off or continually run timer. is there any Phonegap plugin solution?

    (on internet there is a solution in java android on: developer.android.com/training/scheduling/wakelock.html . but how to use it with construct 2)

  • dcadjust

    Yes. it was worked for me too..

    official instruction page : software.intel.com/en-us/html5/articles/ads-for-crosswalk-and-construct-2

  • cranberrygame

    Hi, Is there "Phonegap Compass plugin" (Obtains the direction that the device is pointing) for Construct 2 ?

  • Flashlight Lamp Android App:

    https://play.google.com/store/apps/details?id=g3.apps.flashlightTorch

    I was used Construct 2 + Phonegap Flashlight plugin + Phonegap Event plugin + Construct 2 AdMob plugin

  • This plugin is useful to solve this problem.

    Link :

    it save snapshot of selected area as image in png-format on a webserver.

  • Ok, currently i need only one plugin. I don't have enough Reputation in this website to send PM. please send me your contact email.

  • Hey cranberrygame . i need a Phonegap FlashLight plugin for my school android project ? . how can i take this plugin. ?