The Wayback Machine - http://web.archive.org/web/20200628182557/https://github.com/topics/android?l=python
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 875 public repositories matching this topic...

tshirtman
tshirtman commented Jan 4, 2020

Versions

  • Python: 3.6.3
  • OS: linux
  • Kivy: master
  • Kivy installation method: git clone && pip install --editable in virtualenv

Description

when BorderImage's display_size option is used, it overrides the auto_scale parameter, simply because it first computes the value auto_scale would need, and then look if there is a dispaly_border setting, and overrides the values if

sidahmed-malaoui
sidahmed-malaoui commented Apr 26, 2020

I used to launch pupy using the script ./start-compose.sh (like mentioned in your documentation). But it looks like this file no longer exists.

Did you remove this functionality ? If so can you plz remove it from the documentation ! If not, can you tell me please how I can launch pupy now with docker-compose ?

PS : pupy rocks, really thank you for the author and contributors.

SHUJIAN01
SHUJIAN01 commented Aug 12, 2019

(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。)

(重要!问题分类)

描述问题bug
(简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。)

Linux执行airtest脚本报"There is no SIFT module in your OpenCV environment!"

根据https://github.com/AirtestPr

AidLearning-FrameWork

🔥🔥AidLearning build Linux environment running on the Android devices with GUI, Deep-Learning and Python Visual Programming support. Now support VSCode,Jupyter, pyToApk! One-click install.🚀

  • Updated May 18, 2020
  • Python
reox
reox commented Oct 23, 2019

Does anyone uses the AST feature of thje decompiler, i.e. this one:

from pprint import pprint
from androguard.decompiler.dad.decompile import DvMethod
for method in dx.get_methods():
    if method.is_external():
        continue
    dv = DvMethod(method)
    dv.process(doAST=True)
    pprint(dv.get_ast())

I would really like to see a usecase for this and some code how it is ac

objection
Techbrunch
Techbrunch commented Apr 19, 2020

According to the documentation in the wiki:

Frida scripts loaded with the import command are also run as jobs automatically

Describe the bug

When loading a script with the import command, the script is successfully loaded but no jobs is created.

To Reproduce

  1. import test.js
  2. jobs list

Expected behavior

The job should be listed when running jobs list

**E

lucasduffey
lucasduffey commented Jun 20, 2018

I assume you can do "run something" in the drozer console

# from example module @ https://github.com/mwrlabs/drozer/wiki/Writing-a-Module

module repository enable /path/to/your/repository # I got this working

module install ex.random

# failed attempts
run ex.random.GetInteger
run drozer.modules.Module.ex.random.GetInteger

dz> help drozer.modules.Module
*** No help on drozer.
Tool-X

Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions.

  • Updated Jun 11, 2020
  • Python
kongguliu
kongguliu commented Mar 6, 2019

Remove any following parts if does not have details about

Describe the bug
在测试poco官方提供的tutorial的时候,总是出现错误,按照这个代码运行的时候,拖动星星的顺序是从左到右第一个,第三个,第五个,然后就运行不下去了,甚至在拖动第三个的时候也停止了,
qq 20190306171144
![qq 20190306170237](https://user-images.githubusercontent.com/18191658/53869373-0e5d0e00-4033-11e

ghost

Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.

  • Updated Jun 26, 2020
  • Python

Created by Google

Released September 23, 2008

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