• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root need help with cm7.2

BradG2012

Newbie
okay i flashed cm7.2 on my phone the other day and found that the 3g doesnt always work the camera doesnt work for pics and mms doesnt work..does anyone have a solution for this..?(and btw the rom is awesome i recomend!)
 
If 3G isn't working, then MMS isn't going to work. And the camera issue isn't a simple 'fix'. It involves actual code, which I'm working on. If 3G isn't working, try the following adb command (not gonna teach you how to use adb, have more important things to do):

Code:
adb shell stop pppd_cdma
adb shell start pppd_cdma

Or go into the terminal emulator, and run:
Code:
su -
stop pppd_cdma
start pppd_cdma
 
Back
Top Bottom