The Wayback Machine - http://web.archive.org/web/20200628182627/https://github.com/topics/android?l=shell
Skip to content
#

Android

android logo

Android was designed and built by Google in 2008. The operating system is written mainly in Java, with core components in C and C++. It is built on top of the Linux kernel, giving it incorporated security benefits.

Here are 674 public repositories matching this topic...

sushi2k
sushi2k commented Aug 11, 2019

Describe the issue
Needle doesn't seem to be maintained anymore. The last update was > 1 year and no issues have been answered this year. It also doesnt' seem to work on iOS JB devices with Chimera. FSecureLABS/needle#273

We should review where we use Needle and if other tools are a better alternative (e.g. objection, passionfruit).

anoppe
anoppe commented Feb 19, 2020

🐛 Bug Report

Operating System:
macOS 10.15.3

Docker Image:
budtmo/docker-android-x86-10.0

Docker Version:
Docker Desktop v2.2.0.3

Docker-compose version (Only if you use it):
N/A

Docker Command to start docker-android:
N/A

Expected Behavior

docker build completes without errors

Actual Behavior

An image is build based on budtmo/docker-android-x86-10.0

workflow
zach-klippenstein
zach-klippenstein commented Feb 15, 2020

If you think this will be the same for all apps you could just extract it into a separate .gradle file and apply to demo apps.

Something like:

./buildscript/configure-sample-app.gradle

apply plugin: 'com.android.application'

android {
  defaultConfig {
    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
  }

  testOptions {
    animationsDisabled = true
dobkeratops
dobkeratops commented Feb 14, 2019

does this give you a starting point for a cross platform mobile rust project or just get some code compiled and linked etc; perhaps make it clearer what this repo does & doesn't do if you were to build it; if someone is basically seeking "rusty hello, iOS world" how far would this get them, what else might they need (SDL? hooks into the application framework?)

EMAGNET

Emagnet is a tool for find leaked databases with 97.1% accurate to grab mail + password together from pastebin leaks. Support for brute forcing spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts

  • Updated Jun 28, 2020
  • Shell
vbisbest
vbisbest commented Aug 21, 2017

I am not understanding the quick start instructions at all. Is there a more detailed setup? You mention create a directory, but where? In the container or local machine. The docker container has an AOSP folder but its empty, where are the build scripts? Do we clone this repo in the container or local box? This command does not make sense "docker run --rm -it -v $PWD/build-kitkat.sh:/usr/loca

Created by Google

Released September 23, 2008

Organization
android
Website
www.android.com
Wikipedia
Wikipedia
You can’t perform that action at this time.