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
1
vote
1 answer

AIDE compile 'com.android.support:appcompat-v7:+'

I'm having trouble compiling 'com.android.support:appcompat-v7:+' on AIDE apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion "21.1.0" defaultConfig { application "com.mycompany.myapp" minSdkVersion…
nerotech
  • 49
  • 1
  • 7
1
vote
0 answers

interpreting `aide` database contents

How does one interpret the aide generated database file? I have the following in my aide config Binlib = p+i+n+u+g+s+b+m+c+sha1+md5 /bin Binlib The generated db file shows something like /bin/dmesg /usr/bin/dmesg 4029 120777 139787 0 0 0 14…
Dinesh
  • 4,437
  • 5
  • 40
  • 77
1
vote
1 answer

regexp error in `aide` macro definition

In my aide config file, I am getting an 'Error in selective regexp' error with a macro like @@define BDIRS {ABC,ABD} used as follows /backup/@@{BDIRS}$ ... /backup/{ABC,ABD}$ ... <<< this also errors out The reason I want to use a regexp is that I…
Dinesh
  • 4,437
  • 5
  • 40
  • 77
0
votes
0 answers

Error when trying to put in my assets files in my AIDE project

There's a challenge I ever encountered when it comes to adding HTML load in my AIDE project, so I don't where the challenges are coming from. This is what I did please help me out. I paste this code in the mainActivity.java so that I can be able to…
0
votes
0 answers

Importing Aide projects and running them on Java Eclipse

I finished developing a huge project in Aide for Android that uses the Java programming language to get microphone input and communicate output back to the user, using SIRI. I also use Eclipse for java on my laptop for Java projects on my computer,…
0
votes
0 answers

Android Manifest Problem using Aide - Android IDE Mobile

I am using Aide- Android IDE on mobile to create applications but I keep getting this error: Error And this is the code inside: Code I tried to add this to the manifest: tools:replace="android:appComponentFactory"> But the error still shows…
0
votes
0 answers

RHEL UBI8.6-FIPS: yum install aide -> No match for argument: aide

BLUF: I want to install AIDE via package manager but yum is not able to find the rpm SYSTEM SETUP: Docker image/container of RHEL UBI8.6-FIPS running on Ubuntu 20.04 DISA-STIG compliant FIPS enabled HOST. AppStream repo is enabled. DISCLAIMER: I am…
Craig Opie
  • 13
  • 2
0
votes
0 answers

How to fix packaging error in aide android11

When i update android11 aide cannot run the project again. how can i fix it
0
votes
0 answers

Dependencies in an AIDE Libgdx project

I've been using AIDE with Libgdx to make a game. The problem is that when you create a Libgdx project in AIDE the project structure is different, for instance there are no build.gradle files, only .classpath and .project files, which look different.…
Michael
  • 33
  • 8
0
votes
2 answers

onActivityResult() no longer calls after I speak into the Android mic

I developed an app a little over 2 years ago, where I call the function... startActivityForResult(intent); to get microphone input. The program doesn't read past that line of code until I say something into the mic. If I say nothing, then I have the…
0
votes
1 answer

Activate an input tag on the click on a image "modify"

I am coding a website in which admin has access to a dashboard page where they can see the list of users. I would like to add the ability for the admin to change other users’ roles in the same line. Here is the code:
Liste des…
0
votes
1 answer

Error on compiling project with library (Aide)

I'm using aide to compile my projects on Android. I added the library as follows: org.apache.commons:commons-lang3:3.9 But at compile time I get the following error: I already tried using the: compileOptions { sourceCompatibility…
VGAPP
  • 13
  • 4
0
votes
1 answer

How to add admob ads to aide?

I'm using aide android application to create an android app but I have a problem with Admob ads everything is okay but when I run my app ads don't…
0
votes
1 answer

AIDE Unknown type 'onNavigationItemSelectedListener' of 'android.support.design.widget.NavigationView'

So i was trying to make a Drawer Navigation in AIDE but i keep getting these errors after starting to code the button functions or the fragments. For some reason i can't find and implement the onNavigationItemSelectedListener and it results to these…
LeMark
  • 1
  • 2
0
votes
1 answer

aide fim: exclude /a/b but monitor /a/b/c/d

I'm trying to configure aide to ignore everything in a directory structure except a specific subdirectory. In the generic config file, they show: # These are too volatile. !/usr/src/ !/usr/tmp/ # Otherwise get all of /usr. /usr/ …
dkoleary
  • 73
  • 7