spezifisch / ThreeStepsAhead

Android/Xposed GPS Spoofer
GNU General Public License v3.0
30 stars 8 forks source link

Installation #2

Open gligi opened 8 years ago

gligi commented 8 years ago

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 commented 8 years ago
  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 commented 8 years ago

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.