E2刷机后出现的问题!!!

来源:百度知道 编辑:UC知道 时间:2024/05/15 10:03:49
我刷的是屠龙刀49P的包! 刷了以后经常重复收到相同的 短信 连10086的短信也是这样! 也偶尔出先短信延时! 但是最多的还是收到重复短信!请问大家如何解决 ! 谢了

用这个开机脚本就好了

  #!/bin/bash
  # ====================================== #
  # messaging debug by onlyone33 & ilove3d #
  # please keep the author information #
  # ====================================== #

  debug_msg()
  {
  export TZ=GMT-8

  sleep 2s

  am_ret=0
  #p=0
  until [ $am_ret -eq 1 ]
  do
  if ps -e | grep am > /dev/null 2>&1
  then
  am_ret=1
  else
  sleep 1s
  #p=$((p+1))
  fi
  done

  sleep 10s
  misc_ret=`ps -e | grep misc1 | busybox wc -l` > /dev/null 2>&1
  #q=0
  until [ $misc_ret -eq 4 ]
  do
  sleep 1s
  misc_ret=`ps -e | grep misc1 | busybox wc -l` > /dev/null 2>&1
  #q=$((q+1))
  done

  if ps -e | grep messaging > /dev/null 2>&1
  then
  #echo am_count=$((p+2)) misc1_count=$((q+10)) >> /ezxlocal/debug_msg_log.txt
  #echo messagi