Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. j4hangir
    3. Posts
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by j4hangir

    • RE: monaca remote upload

      Moreover, I can’t find the option for building a debugger:

      monaca remote build android --build-type ???

      ![0_1612122938312_dab2e1ed-f19e-422c-a0e7-4ff8caede6b6-image.png](Uploading 100%)

      posted in Monaca Tools
      j4hangir
    • RE: Adding `cordova.plugins.notification.local`

      @gnazi Sorry long time ago :)

      posted in Monaca Tools
      j4hangir
    • RE: Android plugins aren't bundled=

      For anyone coming across this, I finally found the reason, a leftover plugins/android.json was present, that had those plugins enlisted as installed: {...}.

      Removing the file resolved the issue.

      posted in Monaca Tools
      j4hangir
    • RE: Android plugins aren't bundled=

      0_1611101780144_41c941ed-c6ae-4ce1-9690-14f170fbb829-image.png

      Some plugins however are bundled.

      All of them are enabled in the backend:

      0_1611102138511_f755a6af-85ce-433a-bb8e-f2f42f243497-image.png

      posted in Monaca Tools
      j4hangir
    • Android plugins aren't bundled=

      My project successfully builds for iOS and Android, and the iOS version works perfectly fine, yet the android complains about all the plugins missing!

      I’ve contacted the support already, no response yet, and have gone over the logs multiple times, also nothing seems out of ordinary yet.

      Anyone has possibly any clues, hints on what could’ve gone wrong?

      posted in Monaca Tools
      j4hangir
    • monaca remote upload

      Could you improve the remote upload please. It works, but sometimes the builds fail - has been an ongoing issue lately with monaca cloud - and yet, the cli doesn’t throw any errors.

      posted in Monaca Tools
      j4hangir
    • RE: Missing app icon on IOS build

      I have reported this issue for more than a month now, and I have two ongoing subscribed accounts, but under different client emails AND that has also driven me crazy:

      1. I can’t request support with my own email, the damn emails only go to the clients and they have to forward and respond on behalf of me, is this a joke?
      1. The support has told me nonsense like delete everything and make everything anew. Is this also a joke? Do you think I have nothing else to do but that?

      My registered paid accounts:

      • Contact@jahulien.com
      • Talentslive7@gmail.com

      If you’re not gonna fix this anytime soon I’m gonna cancel both accounts and get rid of this terrible support once and for all. Two years ago when I signed up there was live chat and smart tech, now I’m just getting rehashed simplistic answers that actually don’t help one bit but manage nicely to waste my time.

      Your support has definitely regressed and I’m reaching my limit here.

      posted in Monaca Tools
      j4hangir
    • RE: Monaca upload command extremely slow.

      @khemry That indeed resolves the delay, however how’s that not a bug? The content of Plugins folder should be just like other files, be compared and uploaded when necessary, why’s it taking so much time when they’re there?

      p.s.
      How did you derive the conclusion that most plugins aren’t being used? Two or three are being experimented with and the rest are used.

      posted in Monaca Tools
      j4hangir
    • cordova-plugin-media is not available in custom built debugger

      I’ve added the plugin cordova-plugin-media to my project, and I’ve found out that in the iOS built version window.Media is available, however in the custom-built debugger it’s not.

      Could there be a specific reason for this?

      I only have one project under my account, if you’re one of the staff you can look into that.

      posted in Monaca Tools
      j4hangir
    • RE: Adding `cordova.plugins.notification.local`

      Thank you, the problem was due to not compiling a Monaca Debugger.

      posted in Monaca Tools
      j4hangir
    • RE: Monaca upload command extremely slow.

      The project is about 12MB, it’s transpilable but that step doesn’t take much time.

      As I’ve emphasized, please look at the exact step that I mentioned, only that step takes the longest time - somewhere around 5 minutes - and it seems to be related about Monaca servers.

      I don’t know if you have access to my projects? If so, you can look into the project named voteNconnect.

      posted in Monaca Tools
      j4hangir
    • Monaca upload command extremely slow.

      I’m using Monaca CLI v3.0.2, and this step takes very long time to finish:

      Reading Local Files...
      Reading Remote Files...
      Reading Local Files [Calculating File Checksum]
      Reading Local Files [FINISHED]
      => * THIS STEP * <=
      

      Anyone has any clue what could be the underlying cause?
      To disregard the usual suspects:

      • Internet is stable (tested on a server and locally both)
      • It’s not most likely a problem with 3.0.2, as it was working just fine before and suddenly started to get like this.
      posted in Monaca Tools
      j4hangir
    • RE: Adding `cordova-plugin-background-mode`

      @jamal Thank you, the problem was resolved that way.

      posted in Onsen UI
      j4hangir
    • Adding `cordova.plugins.notification.local`

      I am working on adding this plugin cordova-plugin-local-notification from https://github.com/katzer/cordova-plugin-local-notifications, I’ve even created a fresh simple project, but it’s impossible to use it.

      The given project seems to have all the right and compatible structure with other cordova plugins, and it exports itself as the following:

      <js-module src="www/local-notification.js" name="LocalNotification">
              <clobbers target="cordova.plugins.notification.local" />
          </js-module>
      

      Yet cordova.plugins.notification.local - after deviceready is undefined in runtime (iOS).

      posted in Monaca Tools
      j4hangir
    • Adding `cordova-plugin-background-mode`

      I am working on adding this plugin cordova-plugin-background-mode from https://github.com/katzer/cordova-plugin-background-mode, I’ve even created a fresh simple project, but it’s impossible to use it.

      The given project seems to have all the right and compatible structure with other cordova plugins, and it exports itself as the following:

      <clobbers target="cordova.plugins.backgroundMode" />
      <clobbers target="plugin.backgroundMode" />
      

      Yet both of these names - after deviceready are undefined in runtime (iOS).

      posted in Onsen UI
      j4hangir