forked from rovo89/Xposed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
36 additions
and
12 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