-
-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 增加对酷派(CoolOS)、酷赛(Prize)、卓易(Freeme)的支持,参阅 [Issues#31](https://github…
….com/gzu-liyujiang/Android_CN_OAID/issues/31); - 提取备份 [手机厂商开放匿名设备标识符获取接口(AIDL)](https://github.com/gzu-liyujiang/Android_CN_OAID/tree/master/aidl) ;
- Loading branch information
1 parent
1ee3698
commit 7bbed79
Showing
27 changed files
with
1,268 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 说明 | ||
|
||
逆向分析还原的[手机厂商开放匿名设备标识符获取接口(AIDL)](https://github.com/gzu-liyujiang/Android_CN_OAID/tree/master/aidl)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// IdsSupplier.aidl | ||
package com.android.creator; | ||
|
||
/** | ||
* 卓易手机的开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2021/08/26 | ||
*/ | ||
interface IdsSupplier { | ||
|
||
boolean isSupported(); | ||
|
||
String getUDID(String str); | ||
|
||
String getOAID(); | ||
|
||
String getVAID(); | ||
|
||
String getAAID(String str); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// IDidAidlInterface.aidl | ||
package com.asus.msa.SupplementaryDID; | ||
|
||
/** | ||
* 华硕手机开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2020/05/30 | ||
*/ | ||
interface IDidAidlInterface { | ||
|
||
boolean isSupport(); | ||
|
||
String getUDID(); | ||
|
||
String getOAID(); | ||
|
||
String getVAID(); | ||
|
||
String getAAID(); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// MsaIdInterface.aidl | ||
package com.bun.lib; | ||
|
||
/** | ||
* 移动安全联盟定义的开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2020/05/30 | ||
*/ | ||
interface MsaIdInterface { | ||
|
||
boolean isSupported(); | ||
|
||
boolean isDataArrived(); | ||
|
||
String getOAID(); | ||
|
||
String getVAID(); | ||
|
||
String getAAID(); | ||
|
||
void shutDown(); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//IDeviceIdManager.aidl | ||
package com.coolpad.deviceidsupport; | ||
|
||
/** | ||
* 酷派手机开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2021/08/26 | ||
*/ | ||
interface IDeviceIdManager { | ||
|
||
String getUDID(String str); | ||
|
||
String getOAID(String str); | ||
|
||
String getVAID(String str); | ||
|
||
String getAAID(String str); | ||
|
||
String getIMEI(String str); | ||
|
||
boolean isCoolOs(); | ||
|
||
String getCoolOsVersion(); | ||
|
||
} |
16 changes: 16 additions & 0 deletions
16
aidl/com/google/android/gms/ads/identifier/internal/IAdvertisingIdService.aidl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// IAdvertisingIdService.aidl | ||
package com.google.android.gms.ads.identifier.internal; | ||
|
||
/** | ||
* 谷歌、索尼、诺基亚、HTC、LG等海外手机开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2020/05/30 | ||
*/ | ||
interface IAdvertisingIdService { | ||
|
||
String getId(); | ||
|
||
boolean isLimitAdTrackingEnabled(boolean boo); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// IOpenID.aidl | ||
package com.heytap.openid; | ||
|
||
/** | ||
* OPPO、OnePlus手机开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2020/05/30 | ||
*/ | ||
interface IOpenID { | ||
|
||
String getSerID(String pkgName, String sign, String type); | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
aidl/com/samsung/android/deviceidservice/IDeviceIdService.aidl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// IDeviceIdService.aidl | ||
package com.samsung.android.deviceidservice; | ||
|
||
/** | ||
* 三星手机开放匿名设备标识符接口 | ||
* | ||
* @author 贵州山野羡民([email protected]) | ||
* @since 2020/05/30 | ||
*/ | ||
interface IDeviceIdService { | ||
|
||
String getOAID(); | ||
|
||
String getVAID(String str); | ||
|
||
String getAAID(String str); | ||
|
||
} |
Oops, something went wrong.