Skip to content

Commit

Permalink
gnss_supl20service_hisi: Initial decompiled SUPL service
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Aug 28, 2024
0 parents commit 184ac8a
Show file tree
Hide file tree
Showing 197 changed files with 75,783 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
dist/
24 changes: 24 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest android:sharedUserId="android.uid.system" android:versionCode="6" android:versionName="2.13.2.3" android:compileSdkVersion="27" android:compileSdkVersionCodename="P" package="com.android.supl" platformBuildVersionCode="27" platformBuildVersionName="P"
xmlns:android="http://schemas.android.com/apk/res/android">
<application android:label="SUPL20Services" android:name="com.android.supl.SuplApplication" android:persistent="true" android:debuggable="false" android:allowBackup="false">
<service android:name="com.android.supl.loc.SUPLPlatformService" android:enabled="true" android:exported="false" />
<service android:name="com.android.supl.commprocessor.SUPLSCMService" android:enabled="true" android:exported="false" />
<receiver android:name="com.android.supl.receiver.ShutdownReceiver" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.ACTION_SHUTDOWN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</receiver>
<receiver android:name="com.android.supl.loc.SETLocationManager$NetworkStateBroadcastReceiver" />
</application>
<permission android:name="supl20servicePermission" android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_UPDATES" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
</manifest>
20 changes: 20 additions & 0 deletions apktool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
!!brut.androlib.meta.MetaInfo
apkFileName: gnss_supl20service_hisi.apk
compressionType: false
doNotCompress: null
isFrameworkApk: false
packageInfo: null
sdkInfo:
minSdkVersion: '18'
targetSdkVersion: '26'
sharedLibrary: false
sparseResources: false
unknownFiles: {}
usesFramework:
ids:
- 1
tag: null
version: 2.7.0-dirty
versionInfo:
versionCode: '6'
versionName: 2.13.2.3
Binary file added original/AndroidManifest.xml
Binary file not shown.
Binary file added original/META-INF/CERT.RSA
Binary file not shown.
11 changes: 11 additions & 0 deletions original/META-INF/CERT.SF
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Signature-Version: 1.0
Created-By: 1.0 (Android SignApk)
X-Android-APK-Signed: 2
SHA-256-Digest-Manifest: p4BFkDbBd2orUx2YmlpMxfXinv9dnEWDxDhJuz2lY28=

Name: AndroidManifest.xml
SHA-256-Digest: +IcXuq7LvSu5uwYPx8UeuvQytoTmvmBm4uXnmpAgiHo=

Name: classes.dex
SHA-256-Digest: 1XmQ4zWpedJxHkV2hVyW3XDhp9Ha63m5DP51QsnYHGw=

9 changes: 9 additions & 0 deletions original/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Manifest-Version: 1.0
Created-By: 9 (Oracle Corporation)

Name: AndroidManifest.xml
SHA-256-Digest: ZfbEbiKn4D3lghvknWuUOnH+fQpaiJv2BSIBONb+DiA=

Name: classes.dex
SHA-256-Digest: ivAWuyMasHkfhMFSszXpgssUHqZyYUgO4GjJJKteFLU=

Loading

0 comments on commit 184ac8a

Please sign in to comment.