Skip to content

Tags: AndroidFastDevelopLibs/Xposed

Tags

v88.2

Toggle v88.2's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v88.1

Toggle v88.1's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v88

Toggle v88's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v87

Toggle v87's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v86

Toggle v86's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v85

Toggle v85's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v84

Toggle v84's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v83

Toggle v83's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v82

Toggle v82's commit message

Verified

This tag was signed with the committer’s verified signature.
rovo89 Robert Vollmer

v81

Toggle v81's commit message
Adjust SYSTEMSERVERCLASSPATH for HTC devices

They make use of a HtcDeviceInfoManager class from /system/framework/ub.jar
in the ActivityManagerService.  This works fine on odex'ed ROMs because
the class is precompiled. But with Xposed, the odex file can't be used
as-is and has to be recompiled before. This would be done later by the
PackageManagerService, but then it's too late.

As a solution, add ub.jar to the SYSTEMSERVERCLASSPATH if it exists.
In the end, it's exactly that: A class which is used by the system server.