This is a project to port Android open source project to x86 platform, formerly known as "patch hosting for android x86 support". http://www.android-x86.org/
The original plan is to host different patches for android x86 support from open source community. A few months after we created the project, we found out that we could do much more than just hosting patches. So we decide to create our code base to provide support on different x86 platforms, and set up a git server to host it.
This is an open source project licensed under Apache Public License 2.0. Some components are licensed under GNU General Public License (GPL) 2.0 or later.
Register Date: 2016-04-22 19:23
|
Related ProjectsMX Linux, Parrot Security OS, Joborun Linux, SereneLinux, Thinstation |
fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 19 different types of I/O engines (sync, mmap, libaio, posixaio, SG v3, splice, null, network, syslet, guasi, solarisaio, and more), I/O priorities (for newer Linux kernels), rate I/O, forked or threaded jobs, and much more. It can work on block devices as well as files. fio accepts job descriptions in a simple-to-understand text format. Several example job files are included. fio displays all sorts of I/O performance information, including complete IO latencies and percentiles. Fio is in wide use in many places, for both benchmarking, QA, and verification purposes. It supports Linux, FreeBSD, NetBSD, OpenBSD, OS X, OpenSolaris, AIX, HP-UX, Android, and Windows.
Related ProjectsVirtual Floppy Drive, CrystalDiskMark, Darik's Boot and Nuke, DeSmuME, iReport-Designer for JasperReports |
Android x86 con Magisk Versión mejorada
Register Date: 2019-11-21 21:21
|
Related Projects |
Berkeley DB (libdb) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. It includes b+tree, queue, extended linear hashing, fixed, and variable-length record access methods, transactions, locking, logging, shared memory caching, database recovery, and replication for highly available systems. DB supports C, C++, C#, Java, PHP, and Perl APIs. It supports key-value pair (NoSQL), SQL, and Java Object formatted data. It is available for a wide variety of Unix platforms as well as QNX, Android, Mac OS X, and several varieties of Windows.
Related ProjectsTuxGuitar, Ludia, Tritonn, Darik's Boot and Nuke, iReport-Designer for JasperReports |
GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.
Related ProjectsDumpper v.60.3, SharpDevelop-jp, Win32 Disk Imager, MeCab, TERASOLUNA Framework |
Open Camera is a camera app for Android phones and tablets. It has the option to auto-stabilize so your pictures are perfectly level no matter what. Other features include zoom (multi-touch and single-touch), flash, focus modes, focus and metering areas, face detection, front/back camera, scene modes, color effects, white balance, ISO, exposure compensation, exposure lock, video recording, UHD 4K video, video fps and bitrate control, timer, burst mode, geotagging, configurable volume keys, and choice of save folder. The preview's aspect ratio can be set to either match the display's aspect ratio or the aspect ratio of the photo/video resolution. The UI can be optimised for left or right-handed users.
Related ProjectsNicoRo, SmillaEnlarger, VirtualDubMod-jp, PeerCast IM, PeerCast-Users@jp |
PyQt is a comprehensive set of Python bindings for the Qt GUI toolkit.
Related ProjectsSharpDevelop-jp, Open Source QR Code Library, Properties Editor, Media Player Classic - Home Cinema, TERASOLUNA Framework |
Yate is a next-generation telephony engine. While currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended. It supports SIP, H.323, IAX, MGCP, Jingle, Jabber, E1, T1, analogic, robbed bit, ISDN PRI, BRI, and SS7. YateClient is an Instant Messenger and Voice application for Jabber/Jingle IM, SIP, H.323, and IAX VoIP protocols.
Related ProjectsOpenTween, MPC-BE, Dumpper v.60.3, Win32 Disk Imager, MeCab |
三徳専用携帯電話フォレンジック、分析、およびセキュリティ、使いやすいオープン ソースのプラットフォームです。
Related ProjectsMedia Player Classic - Home Cinema, Open Platform Trust Services, x64dbg, MeCab, AKARI |
Pride combines bash scripts, zenity, ant, ImageMagick, and the Android tools to create a fast and simple POSIX alternative for Android development. It provides all the basic commands (clean, build, release, etc.) of other Android IDEs. But it is primarily a robust and simple injection framework. Injections from methods to clusters of activities are easily created from existing code and can then be injected into any project. Pride can also be used to batch build, load, or release multiple projects and can update class and resource files among projects that use the same objects or resources.
Related ProjectsMeCab, Dumpper v.60.3, MPC-BE, Media Player Classic - Home Cinema, Qt Creator 日本語化プロジェクト |
httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers). It can be used for monitoring or statistical purposes (measuring latency).
Related ProjectsDumpper v.60.3, Media Player Classic - Home Cinema, Win32 Disk Imager, TERASOLUNA Framework, MPC-BE |
db4o is an object database for Java and all .NET environments. Its features include ACID transactions, automatic class schema recognition, query-by-example, a S.O.D.A. object querying API, native queries, LINQ support on .NET, callback methods, memory files, cascade-on-delete, multi-threaded access, and Java Webstart and servlet support.
Related ProjectsMeCab, Win32 Disk Imager, Amateras, MPC-BE, TERASOLUNA Framework |
Linphone is an audio and video Internet phone with GTK+ and console interfaces. It uses the SIP protocol, and is compatible with most SIP clients and gateways. It can use various audio and video codecs such as Speex, GSM, G711, G722, ilbc, amr, Theora, H263-1998, MPEG4, H264, VP8, and snow.
Related ProjectsDumpper v.60.3, VirtualDubMod-jp, Julius, MeCab, OpenTween |
strongSwan is a complete IPsec implementation for the Linux, Android, Maemo, FreeBSD, and Mac OS X operating systems. It interoperates with with most other IPsec-based VPN products via the IKEv2 or IKEv1 key exchange protocols. The focus of the strongSwan project is on strong authentication mechanisms using X.509 public key certificates and optional secure storage of private keys on smartcards through a standardized PKCS#11 interface. A rich choice of modular plugins adds additional features like Trusted Network Connect or advanced cryptographical algorithms.
Related ProjectsAKARI, SmillaEnlarger, RMAC, SlunkCrypt, Darik's Boot and Nuke |
ProGuard is a shrinker, optimizer, obfuscator, and preverifier for Java bytecode. It detects and removes unused classes, fields, methods, and attributes. It optimizes methods and removes dead code. It renames the remaining classes, fields, and methods using short, meaningless names. Finally, it preverifies the processed code for Java 6 or higher, or for Java Micro Edition. The resulting code is more compact, more efficient, and more difficult to reverse-engineer. Advantages of ProGuard compared to other Java shrinkers and obfuscators are compact template-based configuration, memory efficiency, and speed. It is mostly popular for embedded development and for commercial development, and is integrated in Oracle's Wireless Toolkit, in Intel's TXE SDK, and in Google's Android SDK.
Related ProjectsWin32 Disk Imager, Media Player Classic - Home Cinema, MPC-BE, Dumpper v.60.3, Programming Language ADP |