Gh0u1L5 / WechatMagician

WechatMagician is a Xposed module written in Kotlin, that allows you to completely control your Wechat.
http://repo.xposed.info/module/com.gh0u1l5.wechatmagician
GNU General Public License v3.0
1.85k stars 450 forks source link

[Feature]请支持应用多开 #78

Open Criticise opened 5 years ago

Criticise commented 5 years ago

请支持多开微信,谢谢,多开的几十个微信都无法实现模块的功能,希望下一版改进

我的多开工具是lbe平行空间,以及App cloner, App cloner 克隆多个lbe平行空间,平行空间再克隆多个微信

本人尝试在lbe双开空间同样克隆了xp框架和模块,无用

skys215 commented 5 years ago

https://github.com/Gh0u1L5/WechatMagician/blob/aaac649087f67d8fb807a8e8a302610c285dc359/app/src/main/kotlin/com/gh0u1l5/wechatmagician/Global.kt WECHAT_PACKAGE_NAME是记录包名的地方,你多开的app不可能有相同的包名。因为如果包名相同的话,就会冲突、安装不上。除非是版本更新。(其实这块我也不清楚android是怎么做的,毕竟我不是android工程师) 这个地方做了适配就可以了吧。不过这里要从字符串改成list,恐怕有点困难。 而且在xposed启用模块的时候,岂不是要选择应用到哪个多开程序了?要不然所有多开都影响。

Criticise commented 5 years ago

噢噢,好的,感谢你的辛苦工作!

On Sun, Feb 17, 2019, 8:01 AM skys215 notifications@github.com wrote:

https://github.com/Gh0u1L5/WechatMagician/blob/aaac649087f67d8fb807a8e8a302610c285dc359/app/src/main/kotlin/com/gh0u1l5/wechatmagician/Global.kt WECHAT_PACKAGE_NAME 是记录包名的地方,你多开的app不可能有相同的包名。因为如果包名相同的话,就会冲突、安装不上。除非是版本更新。(其实这块我也不清楚android是怎么做的,毕竟我不是android工程师) 这个地方做了适配就可以了吧。不过这里要从字符串改成list,恐怕有点困难。 而且在xposed启用模块的时候,岂不是要选择应用到哪个多开程序了?要不然所有多开都影响。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Gh0u1L5/WechatMagician/issues/78#issuecomment-464401327, or mute the thread https://github.com/notifications/unsubscribe-auth/AgZwropt5OnmIQ-SSCKP_vWDSbjhMluUks5vOJvxgaJpZM4aeU60 .