This commit is contained in:
peterpt 2017-06-12 08:56:40 -04:00
parent 65ca7cce68
commit a469689fa0
1141 changed files with 94006 additions and 14126 deletions

View File

@ -1,4 +1,5 @@
## CHANGELOG
* v1.9.5 - Update Android Build Tools -> R26 & Android Platform -> 26-R01
* v1.9.5 - Update powerstager to 0.2.5
* v1.9.5 - Code missing in fudwin (fixed)
* v1.9.5 - added dll injection attack

0
fatrat Normal file → Executable file
View File

View File

@ -1 +1 @@
Android-Build-tools r26-RC1
Android-Build-tools r26

Binary file not shown.

Binary file not shown.

View File

@ -1,89 +0,0 @@
#!/bin/bash
#
# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Set up prog to be the path of this script, including following symlinks,
# and set up progdir to be the fully-qualified pathname of its directory.
prog="$0"
while [ -h "${prog}" ]; do
newProg=`/bin/ls -ld "${prog}"`
newProg=`expr "${newProg}" : ".* -> \(.*\)$"`
if expr "x${newProg}" : 'x/' >/dev/null; then
prog="${newProg}"
else
progdir=`dirname "${prog}"`
prog="${progdir}/${newProg}"
fi
done
oldwd=`pwd`
progdir=`dirname "${prog}"`
cd "${progdir}"
progdir=`pwd`
prog="${progdir}"/`basename "${prog}"`
cd "${oldwd}"
jarfile=apksigner.jar
libdir="$progdir"
if [ ! -r "$libdir/$jarfile" ]; then
# set apksigner.jar location for the SDK case
libdir="$libdir/lib"
fi
if [ ! -r "$libdir/$jarfile" ]; then
# set apksigner.jar location for the Android tree case
libdir=`dirname "$progdir"`/framework
fi
if [ ! -r "$libdir/$jarfile" ]; then
echo `basename "$prog"`": can't find $jarfile"
exit 1
fi
# By default, give apksigner a max heap size of 1 gig. This can be overridden
# by using a "-J" option (see below).
defaultMx="-Xmx1024M"
# The following will extract any initial parameters of the form
# "-J<stuff>" from the command line and pass them to the Java
# invocation (instead of to apksigner). This makes it possible for you to add
# a command-line parameter such as "-JXmx256M" in your scripts, for
# example. "java" (with no args) and "java -X" give a summary of
# available options.
javaOpts=""
while expr "x$1" : 'x-J' >/dev/null; do
opt=`expr "x$1" : 'x-J\(.*\)'`
javaOpts="${javaOpts} -${opt}"
if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
defaultMx="no"
fi
shift
done
if [ "${defaultMx}" != "no" ]; then
javaOpts="${javaOpts} ${defaultMx}"
fi
if [ "$OSTYPE" = "cygwin" ]; then
# For Cygwin, convert the jarfile path into native Windows style.
jarpath=`cygpath -w "$libdir/$jarfile"`
else
jarpath="$libdir/$jarfile"
fi
exec java $javaOpts -jar "$jarpath" "$@"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,2 +0,0 @@
8933bad161af4178b1185d1a37fbf41ea5269c55

Binary file not shown.

View File

@ -175,6 +175,6 @@ trap cleanTmp 0
${proguard} -injars ${@} -dontwarn -forceprocessing -outjars ${tmpOut} \
-libraryjars "${shrinkedAndroidJar}" -dontoptimize -dontobfuscate -dontpreverify \
-include "${baserules} -include "${extrarules}" 1>/dev/null || exit 10
-include "${baserules}" -include "${extrarules}" 1>/dev/null || exit 10
java -cp "$jarpath" com.android.multidex.MainDexListBuilder ${disableKeepAnnotated} "${tmpOut}" ${@} || exit 11

View File

@ -1 +1 @@
Android Platform 25-R03
Android Platform 26-R01

BIN
tools/android-sdk/platforms/android-stubs-src.jar Normal file → Executable file

Binary file not shown.

BIN
tools/android-sdk/platforms/android.jar Normal file → Executable file

Binary file not shown.

View File

@ -1,24 +1,23 @@
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=NYC
ro.build.display.id=sdk_phone_armv7-userdebug 7.1.1 NYC 3544217 test-keys
ro.build.version.incremental=3544217
ro.build.version.sdk=25
ro.build.id=MASTER
ro.build.display.id=sdk_phone_armv7-userdebug 8.0.0 MASTER 4062713 test-keys
ro.build.version.incremental=4062713
ro.build.version.sdk=26
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=7.1.1
ro.build.version.security_patch=2017-01-05
ro.build.version.release=8.0.0
ro.build.version.security_patch=2017-05-05
ro.build.version.base_os=
ro.build.date=Mon Dec 5 06:31:50 UTC 2016
ro.build.date.utc=1480919510
ro.build.date=Fri Jun 2 11:08:29 UTC 2017
ro.build.date.utc=1496401709
ro.build.type=userdebug
ro.build.tags=test-keys
ro.build.flavor=sdk_phone_armv7-userdebug
ro.product.model=sdk_phone_armv7
ro.product.name=sdk_phone_armv7
ro.product.board=
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=armeabi-v7a
@ -28,13 +27,17 @@ ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=sdk_phone_armv7-userdebug 7.1.1 NYC 3544217 test-keys
ro.build.fingerprint=Android/sdk_phone_armv7/generic:7.1.1/NYC/3544217:userdebug/test-keys
ro.build.description=sdk_phone_armv7-userdebug 8.0.0 MASTER 4062713 test-keys
ro.build.fingerprint=Android/sdk_phone_armv7/generic:8.0.0/MASTER/4062713:userdebug/test-keys
ro.build.characteristics=emulator
# end build properties
# begin build properties
# autogenerated by vendor_buildinfo.sh
ro.product.board=
ro.board.platform=
# end build properties
#
# from build/target/board/generic/system.prop
#
@ -48,6 +51,7 @@ rild.libargs=-d /dev/ttyS0
#
# ADDITIONAL_BUILD_PROPERTIES
#
camera.disable_treble=1
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
persist.sys.dalvik.vm.lib.2=libart.so

View File

@ -1,12 +1,18 @@
android.app.action.ADD_DEVICE_ADMIN
android.app.action.MANAGED_PROFILE_PROVISIONED
android.app.action.PROVISIONING_SUCCESSFUL
android.app.action.PROVISION_MANAGED_DEVICE
android.app.action.PROVISION_MANAGED_PROFILE
android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD
android.app.action.SET_NEW_PASSWORD
android.app.action.START_ENCRYPTION
android.appwidget.action.APPWIDGET_BIND
android.appwidget.action.APPWIDGET_CONFIGURE
android.appwidget.action.APPWIDGET_PICK
android.bluetooth.adapter.action.REQUEST_DISCOVERABLE
android.bluetooth.adapter.action.REQUEST_ENABLE
android.content.pm.action.CONFIRM_PIN_APPWIDGET
android.content.pm.action.CONFIRM_PIN_SHORTCUT
android.content.pm.action.SESSION_DETAILS
android.intent.action.ALL_APPS
android.intent.action.ANSWER
@ -17,6 +23,7 @@ android.intent.action.ATTACH_DATA
android.intent.action.BUG_REPORT
android.intent.action.CALL
android.intent.action.CALL_BUTTON
android.intent.action.CARRIER_SETUP
android.intent.action.CHOOSER
android.intent.action.CREATE_DOCUMENT
android.intent.action.CREATE_LIVE_FOLDER
@ -26,6 +33,7 @@ android.intent.action.DIAL
android.intent.action.DISMISS_ALARM
android.intent.action.EDIT
android.intent.action.EVENT_REMINDER
android.intent.action.FACTORY_TEST
android.intent.action.GET_CONTENT
android.intent.action.INSERT
android.intent.action.INSERT_OR_EDIT
@ -54,6 +62,7 @@ android.intent.action.SET_TIMER
android.intent.action.SET_WALLPAPER
android.intent.action.SHOW_ALARMS
android.intent.action.SHOW_APP_INFO
android.intent.action.SHOW_TIMERS
android.intent.action.SNOOZE_ALARM
android.intent.action.SYNC
android.intent.action.SYSTEM_TUTORIAL
@ -72,6 +81,7 @@ android.media.action.TEXT_OPEN_FROM_SEARCH
android.media.action.VIDEO_CAMERA
android.media.action.VIDEO_CAPTURE
android.media.action.VIDEO_PLAY_FROM_SEARCH
android.media.tv.action.REQUEST_CHANNEL_BROWSABLE
android.net.conn.CAPTIVE_PORTAL
android.net.scoring.CHANGE_ACTIVE
android.net.scoring.CUSTOM_ENABLE
@ -82,9 +92,13 @@ android.nfc.action.TAG_DISCOVERED
android.nfc.action.TECH_DISCOVERED
android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT
android.os.storage.action.MANAGE_STORAGE
android.provider.MediaStore.RECORD_SOUND
android.provider.Telephony.ACTION_CHANGE_DEFAULT
android.provider.action.QUICK_CONTACT
android.provider.action.VOICE_SEND_MESSAGE_TO_CONTACTS
android.provider.calendar.action.HANDLE_CUSTOM_EVENT
android.search.action.SEARCH_SETTINGS
android.service.wallpaper.CROP_AND_SET_WALLPAPER
android.settings.ACCESSIBILITY_SETTINGS
android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS
android.settings.ACTION_PRINT_SETTINGS
@ -94,10 +108,12 @@ android.settings.APN_SETTINGS
android.settings.APPLICATION_DETAILS_SETTINGS
android.settings.APPLICATION_DEVELOPMENT_SETTINGS
android.settings.APPLICATION_SETTINGS
android.settings.APP_NOTIFICATION_SETTINGS
android.settings.BATTERY_SAVER_SETTINGS
android.settings.BLUETOOTH_SETTINGS
android.settings.CAPTIONING_SETTINGS
android.settings.CAST_SETTINGS
android.settings.CHANNEL_NOTIFICATION_SETTINGS
android.settings.DATA_ROAMING_SETTINGS
android.settings.DATE_SETTINGS
android.settings.DEVICE_INFO_SETTINGS
@ -115,15 +131,18 @@ android.settings.LOCATION_SOURCE_SETTINGS
android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS
android.settings.MANAGE_APPLICATIONS_SETTINGS
android.settings.MANAGE_DEFAULT_APPS_SETTINGS
android.settings.MANAGE_UNKNOWN_APP_SOURCES
android.settings.MEMORY_CARD_SETTINGS
android.settings.NETWORK_OPERATOR_SETTINGS
android.settings.NFCSHARING_SETTINGS
android.settings.NFC_PAYMENT_SETTINGS
android.settings.NFC_SETTINGS
android.settings.NIGHT_DISPLAY_SETTINGS
android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS
android.settings.PRIVACY_SETTINGS
android.settings.QUICK_LAUNCH_SETTINGS
android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
android.settings.REQUEST_SET_AUTOFILL_SERVICE
android.settings.SECURITY_SETTINGS
android.settings.SETTINGS
android.settings.SHOW_REGULATORY_INFO
@ -141,9 +160,11 @@ android.settings.WEBVIEW_SETTINGS
android.settings.WIFI_IP_SETTINGS
android.settings.WIFI_SETTINGS
android.settings.WIRELESS_SETTINGS
android.settings.ZEN_MODE_PRIORITY_SETTINGS
android.settings.action.MANAGE_OVERLAY_PERMISSION
android.settings.action.MANAGE_WRITE_SETTINGS
android.speech.tts.engine.CHECK_TTS_DATA
android.speech.tts.engine.GET_SAMPLE_TEXT
android.speech.tts.engine.INSTALL_TTS_DATA
android.telephony.action.CONFIGURE_VOICEMAIL
com.android.contacts.action.FILTER_CONTACTS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,10 @@
android.accounts.LOGIN_ACCOUNTS_CHANGED
android.accounts.action.ACCOUNT_REMOVED
android.app.action.ACTION_PASSWORD_CHANGED
android.app.action.ACTION_PASSWORD_EXPIRING
android.app.action.ACTION_PASSWORD_FAILED
android.app.action.ACTION_PASSWORD_SUCCEEDED
android.app.action.APPLICATION_DELEGATION_SCOPES_CHANGED
android.app.action.DEVICE_ADMIN_DISABLED
android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED
android.app.action.DEVICE_ADMIN_ENABLED
@ -14,6 +17,13 @@ android.app.action.NOTIFICATION_POLICY_ACCESS_GRANTED_CHANGED
android.app.action.NOTIFICATION_POLICY_CHANGED
android.app.action.PROFILE_PROVISIONING_COMPLETE
android.app.action.SYSTEM_UPDATE_POLICY_CHANGED
android.appwidget.action.APPWIDGET_DELETED
android.appwidget.action.APPWIDGET_DISABLED
android.appwidget.action.APPWIDGET_ENABLED
android.appwidget.action.APPWIDGET_HOST_RESTORED
android.appwidget.action.APPWIDGET_RESTORED
android.appwidget.action.APPWIDGET_UPDATE
android.appwidget.action.APPWIDGET_UPDATE_OPTIONS
android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED
android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED
android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED
@ -37,11 +47,17 @@ android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT
android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED
android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED
android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED
android.bluetooth.inputhost.profile.action.CONNECTION_STATE_CHANGED
android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED
android.content.pm.action.SESSION_COMMITTED
android.hardware.action.NEW_PICTURE
android.hardware.action.NEW_VIDEO
android.hardware.hdmi.action.OSD_MESSAGE
android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS
android.hardware.usb.action.USB_ACCESSORY_ATTACHED
android.hardware.usb.action.USB_ACCESSORY_DETACHED
android.hardware.usb.action.USB_DEVICE_ATTACHED
android.hardware.usb.action.USB_DEVICE_DETACHED
android.intent.action.ACTION_POWER_CONNECTED
android.intent.action.ACTION_POWER_DISCONNECTED
android.intent.action.ACTION_SHUTDOWN
@ -52,6 +68,7 @@ android.intent.action.BATTERY_LOW
android.intent.action.BATTERY_OKAY
android.intent.action.BOOT_COMPLETED
android.intent.action.CAMERA_BUTTON
android.intent.action.CLOSE_SYSTEM_DIALOGS
android.intent.action.CONFIGURATION_CHANGED
android.intent.action.CONTENT_CHANGED
android.intent.action.DATA_SMS_RECEIVED
@ -63,6 +80,7 @@ android.intent.action.DOWNLOAD_COMPLETE
android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED
android.intent.action.DREAMING_STARTED
android.intent.action.DREAMING_STOPPED
android.intent.action.DROPBOX_ENTRY_ADDED
android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE
android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE
android.intent.action.FETCH_VOICEMAIL
@ -113,6 +131,8 @@ android.intent.action.TIMEZONE_CHANGED
android.intent.action.TIME_SET
android.intent.action.TIME_TICK
android.intent.action.UID_REMOVED
android.intent.action.UMS_CONNECTED
android.intent.action.UMS_DISCONNECTED
android.intent.action.USER_PRESENT
android.intent.action.USER_UNLOCKED
android.intent.action.WALLPAPER_CHANGED
@ -124,6 +144,10 @@ android.media.VIBRATE_SETTING_CHANGED
android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
android.media.action.HDMI_AUDIO_PLUG
android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION
android.media.tv.action.INITIALIZE_PROGRAMS
android.media.tv.action.PREVIEW_PROGRAM_ADDED_TO_WATCH_NEXT
android.media.tv.action.PREVIEW_PROGRAM_BROWSABLE_DISABLED
android.media.tv.action.WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED
android.net.conn.BACKGROUND_DATA_SETTING_CHANGED
android.net.conn.CONNECTIVITY_CHANGE
android.net.conn.RESTRICT_BACKGROUND_CHANGED
@ -135,6 +159,7 @@ android.net.wifi.RSSI_CHANGED
android.net.wifi.SCAN_RESULTS
android.net.wifi.STATE_CHANGE
android.net.wifi.WIFI_STATE_CHANGED
android.net.wifi.aware.action.WIFI_AWARE_STATE_CHANGED
android.net.wifi.p2p.CONNECTION_STATE_CHANGE
android.net.wifi.p2p.DISCOVERY_STATE_CHANGE
android.net.wifi.p2p.PEERS_CHANGED
@ -156,5 +181,11 @@ android.provider.Telephony.WAP_PUSH_RECEIVED
android.provider.action.DEFAULT_SMS_PACKAGE_CHANGED
android.provider.action.EXTERNAL_PROVIDER_CHANGE
android.provider.action.SYNC_VOICEMAIL
android.security.STORAGE_CHANGED
android.security.action.KEYCHAIN_CHANGED
android.security.action.KEY_ACCESS_CHANGED
android.security.action.TRUST_STORE_CHANGED
android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED
android.speech.tts.engine.TTS_DATA_INSTALLED
android.telephony.action.DEFAULT_SMS_SUBSCRIPTION_CHANGED
android.telephony.action.DEFAULT_SUBSCRIPTION_CHANGED

View File

@ -28,6 +28,8 @@ android.intent.category.OPENABLE
android.intent.category.PREFERENCE
android.intent.category.SELECTED_ALTERNATIVE
android.intent.category.TAB
android.intent.category.TYPED_OPENABLE
android.intent.category.USAGE_ACCESS_CONFIG
android.intent.category.VOICE
android.intent.category.VR_HOME
android.service.quicksettings.action.QS_TILE_PREFERENCES

View File

@ -51,23 +51,31 @@ android.hardware.touchscreen.multitouch
android.hardware.touchscreen.multitouch.distinct
android.hardware.touchscreen.multitouch.jazzhand
android.hardware.type.automotive
android.hardware.type.embedded
android.hardware.type.television
android.hardware.type.watch
android.hardware.usb.accessory
android.hardware.usb.host
android.hardware.vr.headtracking
android.hardware.vr.high_performance
android.hardware.vulkan.compute
android.hardware.vulkan.level
android.hardware.vulkan.version
android.hardware.wifi
android.hardware.wifi.aware
android.hardware.wifi.direct
android.software.activities_on_secondary_displays
android.software.app_widgets
android.software.autofill
android.software.backup
android.software.companion_device_setup
android.software.connectionservice
android.software.device_admin
android.software.freeform_window_management
android.software.home_screen
android.software.input_methods
android.software.leanback
android.software.leanback_only
android.software.live_tv
android.software.live_wallpaper
android.software.managed_users

Some files were not shown because too many files have changed in this diff Show More