Git Product home page Git Product logo

2016pilotoneclick's People

Contributors

chris01b avatar jersacct avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2016pilotoneclick's Issues

Installation failure

Trying to install I get the error

Issuing APK installation command - this may take a while depending on APK size disconnected everything connected to 192.168.1.9:5555 [100%] /data/local/tmp/com.google.android.apps.maps_9.33.1-933102112_minAPI17(armeabi-v7a)(213,240dpi)_apkmirror.com.apk pkg: /data/local/tmp/com.google.android.apps.maps_9.33.1-933102112_minAPI17(armeabi-v7a)(213,240dpi)_apkmirror.com.apk Failure [INSTALL_FAILED_INTERNAL_ERROR] All done - hope you enjoy!

sed issue on macOS

For whatever reason the sed installed with macOS does not work with the -r option. The solution is to run brew install gnu-sed and then change any instances of sed in the script to gsed.

I'm not sure if this should maybe be specified in the read me or if we could somehow conditionally check this in the bash script

ADB commands not found

For whatever reason on macOS the adb commands inside the backpacks (`) fail to run and say command not found. I had to remove the back ticks from all of them to get them to work. Not sure what's up with that, because normally that just means return as a value for a variable so it should work. Not sure if they're needed though because none of them actually assign to a variable

$packagecheck

packagecheck=grep $package whitelist-new.xml
if [ ! -z "$package" ]; then

The second line should be:
if [ ! -z "$packagecheck" ]; then

About

It hard to use,u can make more easy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.