Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #2

Open
gligi opened this issue Aug 26, 2016 · 2 comments
Open

Installation #2

gligi opened this issue Aug 26, 2016 · 2 comments

Comments

@gligi
Copy link

gligi commented Aug 26, 2016

Hi.

Sorry to misuse the issue function, but I am not quite familiar with compiling and installing modules. Can you please write how to manually install your module (android phone with xposed).

Thank you.
gligi

@inotrope
Copy link

inotrope commented Aug 27, 2016

  1. Install Java SE Development Kit 8u102
  2. Install Android Studio
  3. Download ThreeStepsAhead (TSA)
  4. Extract TSA folder.
  5. Open Android Studio --> Select "Import project (Eclipse ADT, Gradle, etc.)" and select TSA folder
  6. Download anything Android Studio prompts you to do. Restart because why not?
  7. Open Android Studio --> Click on "Build" (in the toolbar) -->Click "Generate Signed APK"
  8. In the "Generate Signed APK" window click "Create new..."
  9. Fill in the information; Password, Alias, Password again, and "First and Last Name". Save file to your computer. This will make you a key (.jks file)
  10. Go back to "Build" --> ""Generate Signed APK""
  11. Select the file location of the key you just created. Click next. Fill in the information Enter the password and alias name you just made. Select where you want your APK file to be placed.
  12. Under "Build Type" select "debug".
  13. Click Finish and let the APK compile. It will notify you when completed. Voila!
  14. READ THE README.md. Read all of it and go over it 2-3 times before install the APK or asking any questions.

Keep in mind this is a WIP, there may/will be bugs. Keep following this project and stay up to date with the latest files.

@spezifisch
Copy link
Owner

Thanks inotrope for the detailed build instructions.

I've set up Travis-CI to automatically build and upload the .apk file for releases.
So now you can also go to the release page and download the module there if you don't want to compile it yourself.

Keep in mind this is a WIP, there may/will be bugs. Keep following this project and stay up to date with the latest files.

This is very true. I hope to get the remaining bugs sorted out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants