开启微信隐藏功能:headsup通知等

想要开启微信的隐藏功能,很简单,只要在任意聊天界面输入代码就可以。下面介绍几个个人感觉有用的代码,特别是针对5.x的。
1、吐槽微信的tab是ios风格的?输入//switchtabpos就可以切换回holo风格了(可惜不是MD风格)
->->->->
2、想让微信的消息像messenger,来电一样弹出通知。又想在“优先”和“无”模式下也静音(众所周知,微信并没有使用安卓系统通知接口,而是调用了其他接口来实现,所以5.x模式下一只不能静音)。输入//switchnotificationstatus即可(5.x专属,headsup通知需要微信更新到6.2beta,链接在下面)

3、遇到过看着微信的短文,这时来个消息又不得不切换回聊天界面,最后只能从头重新刷文章的不爽吗?输入//multiwebview即可,以后微信打开的网页都会像chrome一样,在后台变为多窗口模式了。(5.x专属)

微信6.2beta 除了增加功能和app内返回动画,还做了些对5.x的适配:http://support.weixin.qq.com/cgi-bin/mmsupport-bin/readtemplate?t=page/android_exp__index(提示:此链接只能在微信中打开才能下载,可通过微信网页版或者微信Windows版发送到手机微信再打开)
如MD的提示框:
其他代码,感兴趣的同学可以自己试试。其中[ ]表示后面要跟一个空格(可能还需要别的参数才能生效):

//wearversion
//wearlog
//wearvoiceinputenable
//wearvoiceinputdisable
//weargoogleapi
//assert
//pushassert
//uplog
//upcrash
//switchnotificationstatus
//busiluck[ ]
//newyearsw[ ]
//commitxlog
//netstatus
//switchtabpos
//multiwebview
//sightinfo
//sighttest
//printcrash
//makemsgdata[ ]
//whatsnew
//profile[ ]
//getfpkey
//commitwd
//remittance reset
//wv[ ]
//wvlocal[ ]
//settbs
//gettbs
//deletetbs
//channelId
//traceroute
//qzone[ ]
//dumpcrash
//dumpanr
//testanr
//opensnsadRightbar
//switchsdcard
//getip
//getlocalkey
//testhtml
//testlocalhtml[ ]
//setkey
//checkspell
//cleargiffolder
//gallery[ ]
//tgs[ ]
//testMbanner
//recomT
//recomF
//testgetreg
//testwaitsms
//switchpaytype
//emoji[ ]
//share[ ]
//dumpappinfoblob[ ]
//googleauth[ ]
//clrgamecache
//googlemap
//sosomap
//opentrace
//updateConversation
//changeshakemode
//setshakecarddata
//clearshakecarddata
//pageSize
//recover
//makesnsdata[ ]
//setsnsupload[ ]
//logsnstable
//resetsnstip
//checkcount
//changeframe[ ]
//opendumpview
//dumpmemory
//dumpsnsfile
//coverage
//dumpthreadpool
//pickpoi
//configlist
//security
//updatepackage
//audiowritetofile
//bankcard
//abtest[ ]
//banner
//gamemsg
//gallerytype
//voipfacedebug
//fullexit
//cleardldb
//switchdler
//testsetpageowner
//adddownloadtask
//querydownloadtaskbyurl
//querydownloadtask
//removedownloadtask
//pausedownloadtask
//resumedownloadtask
//testofflinedownloadtask
//delchatroomsysmsg
//testupdate
//debugsnstimelinestat

发表评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据