C3C0 / GravityBox

This repository is deprecated. Official one is maintained under GravityBox organization
https://github.com/GravityBox/GravityBox
92 stars 356 forks source link

GravityBox can't fix SMS wake at MTK6589 #46

Closed b0rman closed 11 years ago

b0rman commented 11 years ago

Hi!

I'm using latest GravityBox (1.7.1) but neither 1.7.1 nor 1.5.0 can't fix wake up on incoming SMS. I installed it as APK, then moved to /system/app (+ chmod 644) without any luck. Also I installed it from recovery - same problem - my phone is still wake up on incoming SMS.

Any ideas? Suggestions?

Phone is Zopo C2. If You need debug.log and/or framework - it's not a problem to upload it somewhere :)

C3C0 commented 11 years ago

You have to follow installation instructions and install xposedinstaller. You can't simply use GB apk without xposed framework installed. GB must be activated within xposed installer.

b0rman commented 11 years ago

Of course I'm using XPosed framework - everything works great except this SMS wake issue. Phone was rebooted after installation and setup. GravityBox module is active (checked) in XPosed modules. Phone is rooted (if it's necessary). P.s. Unfortunately I can't post in XDA GravityBox thread since I have less than 10 posts.

C3C0 commented 11 years ago

Attach /data/xposed/debug.log

b0rman commented 11 years ago

debug.log (45 KB) https://mega.co.nz/#!1FlnHLQb!NZHqGWgOxvQPf734doD-5R_AEz473smDJpAf33rd6MA

C3C0 commented 11 years ago

Can you test this version and let me know if it works? http://ceco.sk.eu.org/GooMirror/GravityBox/GravityBox_smsfix.apk

Install over current one, check if module is active and reboot.

b0rman commented 11 years ago

Sorry for delay. No, it's not working. I can send You debug.log and/or framework for closer look.

C3C0 commented 11 years ago

Debug.log won't help. It looks like there's a non-standard (non-aosp) MMS app in your rom. Probably drasticly modified by manufacturer (what is the device again?). This means I need Mms.apk and Mms.odex and the whole /system/framework so I can decmompile Mms app and take a look what's inside.

b0rman commented 11 years ago

My phone is Zopo C2. It's similar to Zopo ZP980, Zopo C3, Zopo C2 Platinum, Zopo ZP980 Scorpion etc. - it's large branch of phones on same firmware with MTK6589 processor.

Here are ZIP archives of framework + MMS appfrom the latest firmware (10.06.2013): Deodexed.zip (32.0 MB) https://mega.co.nz/#!ldlFCDDB!CNtYuwLOr0JG69YtDCnYmjDHSGVt56WQf5cF-1_15Xo

Odexed.zip (32.4 MB) https://mega.co.nz/#!YIEHEB6K!W5cOORZCy2uIh8-a-TmzxD0xIJsseAez0nJHoNlUVsI

C3C0 commented 11 years ago

Thanks. I'll try to look at it and get back to you as soon as I know more.

b0rman commented 11 years ago

OK. Thank You for Your software! I'll wait for any news :)

C3C0 commented 11 years ago

OK. Try with this one: http://ceco.sk.eu.org/GooMirror/GravityBox/GravityBox_smsfix2.apk

And please, send me new debug.log so I can check eveything's OK.

b0rman commented 11 years ago

Wow! It works!!! Awesome!!! Here is debug.log: https://mega.co.nz/#!YEFxAZrR!IJWwalibUySCuyljh2s7DwOhbTAuqD30sA7pUo3goGs

Thanks!!!

C3C0 commented 11 years ago

OK. Thanks for testing.