Giter Site home page Giter Site logo

android-adb-tools's Introduction

ADB & Fastboot tools for Android

Full support of OTG connection and wireless debugging. Need root permission to work!

Main features

  • File manager
  • App manager
  • Backup/restore
  • Fast app installing
  • Multiple device support
  • Command line

Screenshots

Build

export ANDROID_HOME=/path/to/android/SDK/
./gradlew installDebug

android-adb-tools's People

Contributors

nikita-yfh avatar rahma2108 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

android-adb-tools's Issues

Target API

As per Android OS 14 instructions, Target SDK 23.

adb root option?

Hello
Haven't tried this app yet but wanted to ask if it's possible that it allows "adb root" option on custom roms?
The problem is with all roms with fixed option leading to "ADB cannot run as root in production builds", although ro.system.build.type is set to userdebug along with proper ro.debuggable.

signing key changed?

The APK at release 1.5.1 is signed with a different key as was used in the past:

1.5:

Signer #1 certificate DN: CN=nikita, OU=nikita, O=nikita, L=Luhansk, ST=?, C=?
Signer #1 certificate SHA-256 digest: 3c2281c6c17309bb46259cc426543f95d53a64eb24d2e5a275ba6d6924f864ba
Signer #1 certificate SHA-1 digest: aed004f84e02a4766292b2d264e80795e0af2b03
Signer #1 certificate MD5 digest: 93392f5395662aeb2de420ea985b6420
Signer #1 key algorithm: RSA
Signer #1 key size (bits): 2048

1.5.1:

Signer #1 certificate DN: CN=Nikita Yfh, OU=Unknown, O=No, L=Unknown, ST=Unknown, C=Unknown
Signer #1 certificate SHA-256 digest: 1c3910cff51fe67339a92a30a4eedf0108daa973852e0bacfb2d1e81933c6998
Signer #1 certificate SHA-1 digest: c813744441eed6f7763d5326c81cbc7d92bd1d38
Signer #1 certificate MD5 digest: 62bc7f05d38aad0f59d690346f6fafe0
Signer #1 key algorithm: RSA
Signer #1 key size (bits): 2048

I found no hint to that either in the release notes nor in the issues here โ€“ nor in commit messages or the Readme. As this prevents updates and could mean "enemy action" (someone else impersonating you got access to your repo), it's not just a "convenience question" but rather a security issue as well. May I ask what happened?

gradle wrapper outdated?

your gradle-wrapper.properties states

 distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

which cannot be true, as your project uses JDK 17, which is not supported by that ancient gradle version. Could it be the wrapper is outdated, and you just forgot to replace it? You can impossibly have compiled the app with that. According to your workflow you use JDK 18 with that gradle even โ€“ I cannot fathom how that should work ๐Ÿ˜‰ Java 17 would require gradle 7.3+, Java 18 even 7.5+.

Any chance you could update the gradle wrapper? Probably the change here from 7.0 to 3.3 was a typo, and you meant 8.3? Thanks in advance!

PS: I've tried building v1.5.1 with injecting gradle 8.9, but the build failed:

> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.android.tools.build:gradle:2.2.3.
     Searched in the following locations:
       - https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.pom
     Required by:
         project :

JCenter is dead. Maybe you can use a newer version of the plugin? There are several available from Google's Maven.

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.