question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation improvement

See original GitHub issue

Issue 01

Before running the “Emulator Setup” the distutils package is required.

Distutils package is available only for python3 and AOSP requires python 2.7. Still the package is required. Otherwise getting the following error,

no module named distutils.dir_util

Please add the following line in documentaiton,

sudo apt-get install python3-distutils -y

Issue 02

Repo tool is required. Please add the following link in documentation, https://source.android.com/setup/develop#installing-repo

Additionally,

sudo apt-get install curl -y

Issue 03

sudo apt-get install lzip

Issue 04

sudo apt-get install m4

Issue 05

sudo apt install python-pip -y
pip install zxcvbn
pip install numpy

Issue 06

This repo should be cloned with --recursive flag, otherwise dj-on-github/sp800_22_tests files will not get downloaded.

sudo apt-get install git -y
git clone --recursive https://github.com/lucapiccolboni/crylogger.git

Issue 07

sudo apt-get install cpu-checker
kvm-ok
sudo chown $USER /dev/kvm

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lucapiccolbonicommented, Jul 12, 2021

Thanks for reporting these issues!

As far as I remember, I didn’t have issues in installing the apk of the aes example, but I’m glad you were able to find a solution.

For future reference, here are some additional guidelines on how to create a building environment (it is linked in the README). Most dependencies are listed there. There are additional dependencies for the Python scripts check.py and run.py.

Thanks.

1reaction
tausiqcommented, Jul 9, 2021

I have added a couple of more points. I will keep updating this issue until I am done with my current attempt. Please keep this issue open till then. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Is Clinical Documentation Improvement (CDI)? - AAPC
CDI (Clinical Documentation Improvement) is the process of improving medical record documentation for completeness, specifics, and accuracy.
Read more >
Clinical Documentation Integrity Education & Training - AHIMA
Clinical Documentation Improvement for Outpatient Care. This is an all-inclusive guide to establishing and enhancing CDI programs for the outpatient and ...
Read more >
What Are the Benefits of Clinical Documentation Improvement ...
Clinical documentation improvement (CDI) helps ensure EHR data is accurate for a variety of use cases, such as quality reporting and patient ...
Read more >
Maximizing Revenue Through Clinical Documentation ...
October 06, 2017 - Clinical documentation improvement (CDI) is the process of enhancing medical data collection to maximize claims ...
Read more >
Optimizing Clinical Documentation Improvement - Huron
Learn how to evaluate and redesign a clinical documentation improvement (CDI) program that places emphasis on ambulatory settings and physician engagement.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found