bluesky139

Results 9 issues of bluesky139

Open Chromer, enter url "https://www.v2ex.com" and visit, create shortcut from Menu -> More -> Add To Home Screen, back to launcher to open this shourtcut, it's ok. Now, delete this...

bug

Below are 2 screenshots with memory usage of YAAW, first one is captured when YAAW is just opened, second one is captured after 2 hours. ![image](https://cloud.githubusercontent.com/assets/1788897/25772225/1dc0dde4-3299-11e7-8339-010ec56379c1.png) ![image](https://cloud.githubusercontent.com/assets/1788897/25772228/2a7e4788-3299-11e7-940a-4f902d5f694c.png) Memory usage is...

I've updated to Android 7.1.2 with Xposed v88 recently, I want to hook system method, yes, package name is `android`, but I need to read preferences. I tried to put...

Hook `Activity.performCreate()` in Chrome, and leave `beforeHookedMethod` empty: ``` if (lpparam.packageName.equals("com.android.chrome")) { Log.d("Xposed", "test xposed chrome."); XposedHelpers.findAndHookMethod(Activity.class, "performCreate", Bundle.class, new XC_MethodHook() { @Override protected void beforeHookedMethod(MethodHookParam param) throws Throwable {...

This is a very strange problem, I'm trying to hook `queryIntentActivitiesInternal` in `PackageManagerService`, code is simple, I have not modified any param or result yet. ``` Class cls = XposedHelpers.findClass("com.android.server.pm.PackageManagerService",...

Hello, I'm using overture on some mobile devices, it works very fine. But I have some CDN unfriendly problem. I want to use ISP dns or dns from DHCP, it...

enhancement

Check code below: https://github.com/ontio/ontology-ts-sdk/blob/7ca3d935c03fdda321dea53e9d1471fe9f4ad0b8/src/crypto/address.ts#L122-L128 https://github.com/ontio/ontology-ts-sdk/blob/7ca3d935c03fdda321dea53e9d1471fe9f4ad0b8/src/crypto/address.ts#L144-L152 If pass 40 bytes hex string into `Address`, then call `toHexString()`, you will get a reversed wrong hex address.

在 Android 8.1 上 addService 的时候会失败,似乎是 selinux 阻止了此操作。 `E/SELinux: avc: denied { add } for service=xxx pid=4629 uid=1000 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=0 E/ServiceManager: add_service('xxx',16) uid=1000 - PERMISSION DENIED`

Where is PhysicalButtonMod.java ?