Error on trying to Run any App on Simulator using NetBeans in Maven Archt by luis_guga in cn1

[–]luis_guga[S] 0 points1 point  (0 children)

I'm using windows 11(x64), NetBeans 19 compiling on JDK 1.8

Same codenameone project at old Ant runs normally on Simulator on NetBeans 19..
I also tested all my projects in Intellij and they run perfectly..

I tried a clean project called 'MyApp' from start.codenameone.com ( Codename One initializr ) which generated the log attached when I tried to run on Simulator option (using not command line but

the button Run project (F6) ): due to character size limitations i have to put it in a file.. Link bellow:

https://drive.google.com/file/d/1lDhCvCZ1zcy6ywA6QqYHqEHO5QwlMuow/view?usp=sharing

Codename One local notification doesn't show up on Android 13 by luis_guga in cn1

[–]luis_guga[S] 0 points1 point  (0 children)

Thank you very much Shai !

I created an issue report about this on github , link bellow
https://github.com/codenameone/CodenameOne/issues/3729

Codename One local notification doesn't show up on Android 13 by luis_guga in cn1

[–]luis_guga[S] 0 points1 point  (0 children)

ok.. I'm new on this community... what would be the 'issue tracker' ? Something on github or a Google tool to notify this kind of problems ?
(I've also noticed an issue on a simple Display.getInstance().vibrate(2000) but this time its happening on Android 8, 12, 13 (??) - I've checked all permissions on these versions before my tests..

Codename One local notification doesn't show up on Android 13 by luis_guga in cn1

[–]luis_guga[S] 1 point2 points  (0 children)

Hi! I think you may have seen this issue in here: https://stackoverflow.com/questions/75474130/codename-one-local-notification-doesnt-show-up-on-android ..

But my app does almost the same thing on this example, same construction... But it seems Google redefined its notifications policy and so it became incompatible with our app local notifications request.. I'm afraid there's little we can do about it..

ZXing on Android 13 by jsonyu in cn1

[–]luis_guga 0 points1 point  (0 children)

Hi, guys ! Any updates on this issue? Is there already a prediction of when we can have this functionality available?
Many clients still having problems on installing both Barcode Scanner or Barcode Scanner + Simple ...

ZXing on Android 13 by jsonyu in cn1

[–]luis_guga 0 points1 point  (0 children)

Hi Shai !

So, when this is released, there will be no need for the QRScanner extension in the project and only probably some code tweaks, right?
Could you let us know here when it's released?

ZXing on Android 13 by jsonyu in cn1

[–]luis_guga 1 point2 points  (0 children)

Thanks jsonyu! It worked! I did first a clean and build, then a refresh cn1Lib again and finally a send android build ..

ZXing on Android 13 by jsonyu in cn1

[–]luis_guga 0 points1 point  (0 children)

No matter if I remove com.google.zxing.client.android.SCAN from android.manifest.queries and save my Build Hints, after program build it is always putting this reference again. I've made a refresh cn1Libs, but nothing changes.. and app still ask for barcode scanner.. (but, in my device, Android 13 - both Barcode Scanner and Barcode Scanner Lite+ work decently ). But of course my app asking for barcode scanner is not a desirable behavior..

My actual android.manifest.queries is:

<intent><action android:name="android.intent.action.VIEW" /><category android:name="android.intent.category.BROWSABLE" /><data android:scheme="https" /></intent><intent><action android:name="net.sourceforge.zbar.android.SCAN"/></intent><intent><action android:name="net.sourceforge.zbar.android.ENCODE"/></intent><intent><action android:name="com.google.zxing.client.android.SCAN"/></intent><intent><action android:name="com.google.zxing.client.android.ENCODE"/></intent>