Bob Pan

Results 10 comments of Bob Pan

Great job ! can i cherry-pick your changes ? changes can be divided into 4 categories - bugfix - English grammer - lint and checkstyle - other bugfix is priority...

yes, `LambadaNameSafeClassAdapter` did the change. asm or jvm reject class names whith '-', so it is replaced to '_'

``` invoke-interface { v1, v2 }, Ljava/util/Set;->add(Ljava/lang/Object;)Z move-result v1 invoke-static { v0, v1 }, // v1 is boolean but used as integer Landroid/preference/MultiSelectListPreference;->access$076(Landroid/preference/MultiSelectListPreference;I)Z ``` the problem is caused by strict...

@adi1133 as of 52f26c63f0ee3746373de069ca25004f47c32a89 you can directly run dex2jar on an apk with multidex support. all classes*.dex are convert to a single jar file. ``` bash d2j-dex2jar.sh the-apk-witch-mutidex.apk ```

same problem on my WIFI adapter FAST-150us-2.0 and MERCURY-mw150us-2.0. my system is Ubuntu 13.10 with 3.11.0-14-generic x86_64 after install the kernel module(90ec93e2179c3ab2615a4c93ed2d67458ce5e189 and before), it is ok to connect to...

here are the log from /var/log/syslog, when i got 'Jan 4 17:19:07 bob-MS-7798 NetworkManager[926]: (wlan2): IP6 addrconf timed out or failed.' the connection lost ``` Jan 4 17:18:44 bob-MS-7798 kernel:...

syslog from plug 8188eu -> auto connect by net manager -> ping -> connection lost -> unplug 8188eu is here http://paste.ubuntu.com/6690704/ (debug trace enabled, about 10mb)

please also attach the m0.txt in the zip file

the method `Lcom/nxp/nfc/tagwriter/gc;.()V` contains an array, the array size is huge, so the generated instruction can't fit in a .class method.