I can use without any issue b4a-bridge to install apps from B4A IDE on my Chromebook if I enable Chromebook Developer Mode (not Android developer mode), but this means that I must "root" my Chromebook, which will disable a lot of security features.
On the other side, I can install apk files without activating Chromebook Developer Mode (only Android developer mode) following the procedure:
- from L:inux Terminal I send the commands:
- activate Android Developer mode using usual procedure (navigate to the Google Play Store and navigate to Manage Android Preferences. Go to System then About Device. Click on “Build Number” at least eight times continuously to enable Developer Options.)
-send the command:
- A prompt will ask you to Allow USB Debugging. Select Always Allow, then click OK.
- Download your APK file and save it to the Linux Files tab in My Files
Then I can install any apk using:
- You can now access your Android app on your app drawer
Unfortunately, with B4A-Bridge, as soon as started and connected to IDE, I'm continuously asked to activate Chromebook Developer Mode, which I don't want to do it.
Can be B4A-Bridge modified to work without activating Chromebook Developer Mode?
Thank you.
On the other side, I can install apk files without activating Chromebook Developer Mode (only Android developer mode) following the procedure:
- from L:inux Terminal I send the commands:
B4X:
sudo apt-get install android-tools-adb -y
-send the command:
B4X:
adb connect 100.115.92.2:5555
- Download your APK file and save it to the Linux Files tab in My Files
Then I can install any apk using:
B4X:
adb install filename.apk
Unfortunately, with B4A-Bridge, as soon as started and connected to IDE, I'm continuously asked to activate Chromebook Developer Mode, which I don't want to do it.
Can be B4A-Bridge modified to work without activating Chromebook Developer Mode?
Thank you.