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
0
votes
0 answers

How to implement ViewPager or Viewpager 2 in AIDE

I am using AIDE on Android to code. Currently it claims to support Android 10 on which I am also coding. I would like to have a tab at the top of my app where the number of entries is larger than the with of the screen so I can scroll the entries…
0
votes
1 answer

What are the default paths added to AIDE's database?

Please excuse me for my English ^^' I'm trying to answer to my title question. There is the content of my /etc/aide/aide.conf : # AIDE conf # The daily cron job depends on these…
CrazyGeekMan
  • 51
  • 1
  • 3
0
votes
1 answer

Running aide --check as a crontab job once a week

I'm having real problems getting a simple (aide --check) job to run as a crontab job. I've tried everything I can think of but it won't seem to run. I've tried specifying the shell in crontab: SHELL=/bin/bash I've tried all kinds of variations of…
Dave748
  • 30
  • 6
0
votes
2 answers

Firebase in aide

Hi there i have searched google many times for this issue !! error: targetapi valid instructions are: REMOVE,REPLACE,STRICT This is my gradle: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) implementation…
0
votes
0 answers

The project is faulty 'texture can be null'

I created a project and used animation. In my opinion, the code is normal but it fails when running the app. Image: Code: Texture texture2; SpriteBatch batch; float e=0; Animation ani; TextureRegion[] tr; TextureRegion[][]…
0
votes
2 answers

Adding button to layout and it will not show up

I'm adding a button to a linear layout and it does not show up. Main XML after adding button last button: Preview button does not show:
0
votes
1 answer

Resizing TextButton LibGDX

I'm kinda new to LibGDX. I'm just learning the ropes. Trying to get a basic TextButton to display at a reasonable size on screen. Working exclusively on Android IDE (AIDE). Using only default skins and what-not, I've tried to set width and height as…
0
votes
1 answer

Libgdx freetype, app crashes without error on run

I have a default "new mobile game Java/libgdx" project. I downloaded libgdx-freetype and extracted libgdx-freetype.jar and libgdx-freetype-natives.jar and the folders with the .so files to the gdx-game and gdx-game-android folders. I modified…
Tschallacka
  • 27,901
  • 14
  • 88
  • 133
0
votes
1 answer

How to add a cron job with crontab -e

My system is centos 7.4. After crontab -e,I add MAILTO=root 30 4 * * * root /usr/sbin/aide --check Then I receive email as below: From: "(Cron Daemon)" To: root@mail.mydomain.com Subject: Cron root…
kittygirl
  • 2,255
  • 5
  • 24
  • 52
0
votes
1 answer

How to include cloned git repo in my app using aide-ide?

I found a good database library in github and i want to use it in my future projects. After i cloned the repos to my phone memory using Aide-ide and setting the path for local maven i cant figure out how to include it in my project. I am thankful…
Didine
  • 17
  • 8
0
votes
1 answer

Why my AIDE not downloading Google Firebase libraries?

I am using android AIDE app to make android application. Before i factory reset my android, I have all google, android & firebase libraries are downloaded & installed. But after factory reset, when i install again AIDE app, It download only google &…
0
votes
1 answer

How to add local maven repository (m2repository) to AIDE?

I have AIDE app installed on my smartphone with "m2repository" downloaded and i want to use it in other device without downloading it again. thank you in advance.
Didine
  • 17
  • 8
0
votes
1 answer

Unexpected end of declaration message occurred while using AIDE in android, why?

I am using AIDE in android. It give me message several time when I use correct code as well. What is the problem in it? package com.mycompany.listview; import android.app.*; import android.os.*; import android.widget.*; import java.util.*; import…
0
votes
1 answer

Progressive lag with each collision iteration libGDX

Hello I am developing a game on my spare time with AIDE and libGDX. Though AIDE has some missing methods of the libGDX API and I had to create some workarounds to compensate for the missing methods. So my problem is that with every instance of a…
Finnrir
  • 15
  • 4
0
votes
0 answers

How to import class from jar files

I have cloned an open source game from github using AIDE. I have the problem when im trying to compile it, i got about 2000+ errors. One of it is : unknown packages or type : "badlogic" the error code is : import…
shahril772
  • 53
  • 6