Questions tagged [aide]

Use this tag to reference configuration files and modifications to AIDE.

AIDE (Advanced Intrusion Detection Environment) is an intrusion detection program. More specifically a file integrity checker.

55 questions
3
votes
2 answers

Packaging error: java.lang.RuntimeException: yu: unknown tag byte: 12

So I'm currently trying to code a 1.16.4 Spigot plugin for minecraft in AIDE since my pc is broken and I have gotten no errors so far but once I run the program I get the build error: packaging error java.lang.runtimeexception: yu: unknown tag byte:…
JacobMC
  • 31
  • 3
2
votes
4 answers

How do I get cron to email me only when AIDE detects file modification?

I set up a crontab. I've installed AIDE and I have an AIDE database to check for file integrity. How do I get cron to email me ONLY when files have been modified? The script: #!/bin/bash if aide -c /etc/aide/aide.conf --check then echo "AIDE…
2
votes
0 answers

Import mobileads without gradle - Aide

I've made a game with Aide and I'm trying to incorporate Admob, but I'm running into trouble. I'm using Aide to make it, and it's gradle support is only partly there. There is no build.gradle for libgdx projects in Aide, so I can't add the…
2
votes
2 answers

How to grab Realm in AIDE

I just want to pick up Realm library to my project in AIDE. I did all as it is described on official site of Realm, but AIDE doesn't react on this changes in Gradle. Project level build.gradle: classpath "io.realm:realm-gradle-plugin:2.3.1" App…
Daimonium
  • 29
  • 8
1
vote
0 answers

How do I manually clear the logcat filter in Aide?

I've noticed a common technical problem with the logcat screen in Aide. Sometimes when I use a filter for the logcat and the filter is a long filter, the 3 dots on the filter that allows me to change the filter, goes off the right side of my phone's…
1
vote
1 answer

How can I push to my GitHub account from AIDE

I know I made it work some months ago, but I don't remember how. I currently have no problem in pulling from public repos, but I can't seem to push. Also I can't pull from private repos. I have my id_rsa.pub in the .ssh directory and it's configured…
Yuta73
  • 188
  • 10
1
vote
2 answers

Having trouble with viewing a layout in AIDE

I'm making an app in AIDE (It's like an android studio but for Android) and I'm struggling to add images to it. Every time I add an image (an src for the image to be exact), I don't have any preview and it tells me this: "Can not view the layout.…
1
vote
2 answers

Unknown method registerForActivityResult

I'm trying to request permissions, it's throwing an unknown method for registerForActivityResult, at first I was using regular android.app.Activity, because, due to lack of a PC at the moment, I've been using AIDE, and I was having issues with…
1
vote
0 answers

App didn't work after adding firebase dependencies

I tried adding firebase dependencies and my app start crashing without showing logcat, then I tested it with firebase test lab, then I saw this Fatal Exception. Please help me out. java.lang.RuntimeException: Unable to instantiate application…
1
vote
1 answer

How to fix packaging error in Aide (mobile IDE)?

I am creating android application using Aide (mobile ide). My project has no errors but when I run the app, during building APK it displays an error dialog with message : 'Packaging error: com.blankj.utilcode.util.ReflectUtil sSReflectException:…
Jamal
  • 111
  • 8
1
vote
0 answers

Why does this message keep appearing in my output? "(HTTPLog)-Static: isSBSettingEnabled false"

For this code: public static void main(String[] args) { Scanner sc = new Scanner(System.in).useDelimiter("\n"); System.out.println("Please enter text"); String input = sc.next(); System.out.println("Your text: " +…
user10332040
1
vote
0 answers

AIDE - Android IDE How can I add java.awt.geom package to AIDE

I would like to use the package java.awt.geom in my program but find that AIDE can't find it. I found this How can i add 'java.awt.geom' class in android? but all it says is that this package is not supported in Android. I would like to know if…
Sruly
  • 169
  • 1
  • 13
1
vote
1 answer

Physical USB Keyboard for coding on the Android AIDE app

I am running Android 8.1 Oreo on a smartphone device. I would like to know, can I mount this KeyTronic USB Keyboard onto my Android phone using a USB to microUSB Adapter? I want to use it in place the default GBoard soft Keyboard on Android, and use…
1
vote
2 answers

How to fix "error: You need to have libgpg-error.a", when compiling AIDE for ARM?

I compiled GPG for ARM recently and had to compile libgpg-error in the process. Today I need to compile AIDE and the following error shows up during ./configure: configure: error: You need to have libgpg-error.a installed to use libgcrypt. I…
Stud
  • 21
  • 4
1
vote
1 answer

Android intentService Guidance

After spending near a full week copying and pasting about every example online, I have come to realise that I just don't understand serviceIntent. I understand the theory(I think), it's just it never works for me when I try. I have stripped my…
user4163554
  • 51
  • 10
1
2 3 4