Git Product home page Git Product logo

android_platform's Introduction

Android Open Pwn Project

Getting Started

Please refer to the Downloading and Building Requirements before proceeding.

Downloading the Source

Please refer to Downloading the Source before proceeding.

To initialize a local repository using this source tree, use the command:

repo init -u [email protected]:aopp/android_platform.git -b px-0.1

Then to sync the repository, use:

repo sync

Building

Please refer to Building the System before proceeding.

To initialize the build environment after the repo sync, use the command:

. build/envsetup.sh

Then to choose a build target, use:

brunch

Or to specify a target, use:

brunch <device>

android_platform's People

Contributors

tmossey 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

Watchers

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

android_platform's Issues

aopp grouper 16gb

when updating from 1.7.7 to 1.7.26 none of the usb wifi dongles work i have the standard issue one you provide, they worked fine on 1.7.7..

nexus 7 16 gb grouper imagev2.sh

when it goes to re push the files in twrp it never reboots after that from this point -->Pushing TWRP backup to be restored to device..." forward. it doesnt install kali or anything i hvave to force reboot at that point because nothing happens.

Problems initializing local repository

Hi,

trying to initialize a local repository with:

repo init -u [email protected]:aopp/android_platform.git -b px-0.1

I receive this error:

Permission denied (publickey).
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Am I missing something? What should I do?

Thanks

Some issues compiling "Java Lang System"

Hello there,

I was trying to compile AOPP (and it was doing so for a couple hours) but then reached an error on the file libcore/luni/src/main/native/java_lang_System.cpp:

. . .
target thumb C++: libjavacore <= libcore/luni/src/main/native/AsynchronousCloseMonitor.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/ExecStrings.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/IcuUtilities.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/JniException.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/NetworkUtilities.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/Register.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/ZipUtilities.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/android_system_OsConstants.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/canonicalize_path.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/cbigint.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_io_File.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_io_FileDescriptor.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_io_ObjectStreamClass.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_Character.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_Double.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_Float.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_Math.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_ProcessManager.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_RealToString.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_StrictMath.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_StringToReal.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_lang_System.cpp
target thumb C++: libjavacore <= libcore/luni/src/main/native/java_math_NativeBN.cpp
libcore/luni/src/main/native/java_lang_System.cpp: In function 'void System_closeLogSockets(JNIEnv*, jclass)':
libcore/luni/src/main/native/java_lang_System.cpp:66:23: error: '__android_log_close' was not declared in this scope
   __android_log_close();
                       ^
build/core/binary.mk:619: recipe for target '/media/DRIVE2/AOPP/out/target/product/deb/obj/SHARED_LIBRARIES/libjavacore_intermediates/luni/src/main/native/java_lang_System.o' failed
make: *** [/media/DRIVE2/AOPP/out/target/product/deb/obj/SHARED_LIBRARIES/libjavacore_intermediates/luni/src/main/native/java_lang_System.o] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory '/media/DRIVE2/AOPP'

#### make failed to build some targets (03:05:14 (hh:mm:ss)) ####

Could this be an error related to Lollipop? Would building AOPP on top of a mroe recent Android version fix the issue?

Thank you,
tiferrei

Repo init permission denied

When I run the command 'repo init -u [email protected]:aopp/android_platform.git -b px-0.1' I get the error permission denied. I have tried changing my ssh public key, several times, and I have accepted the github RSA fingerprint. It could very easily be me issue. Sorry I'm unfamiliar with git, and repo especially. I've attached a screenshot of the steps that I have taken. I'm not sure if its normal, but repo then hangs after the command. I have successfully used it to pull the AOSP source tree and compile, so I don't think its an issue with either git or repo.

kdrsqj4l png

fail syncing repo.

Shared project CyanogenMod/android_hardware_qcom_audio found, disabling pruning.
Traceback (most recent call last):903) ng out files: 2% (644/28903)
File "/media/by314/K4L1/aopp/.repo/repo/main.py", line 531, in
_Main(sys.argv[1:])
File "/media/by314/K4L1/aopp/.repo/repo/main.py", line 507, in _Main
result = repo._Run(argv) or 0
File "/media/by314/K4L1/aopp/.repo/repo/main.py", line 180, in _Run
result = cmd.Execute(copts, cargs)
File "/media/by314/K4L1/aopp/.repo/repo/subcmds/sync.py", line 821, in Execute
project.Sync_LocalHalf(syncbuf, force_sync=opt.force_sync)
File "/media/by314/K4L1/aopp/.repo/repo/project.py", line 1327, in Sync_LocalHalf
self._InitWorkTree(force_sync=force_sync)
File "/media/by314/K4L1/aopp/.repo/repo/project.py", line 2486, in _InitWorkTree
raise GitError("cannot initialize work tree")
error.GitError: cannot initialize work tree
by314@ORION:/media/by314/K4L1/aopp$

Hi!

I see that there are 2 branches: px-01, px-02.

What's the diference? The px-01 seems old and px-02 looks like is a newer android version. I hope you can help me with this.

Thanks!

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.