Closed Bug 851452 Opened 11 years ago Closed 9 years ago

[GAIA System] GAIA System have to send Radio Power Off when power off.

Categories

(Firefox OS Graveyard :: Gaia::System, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1129272

People

(Reporter: leo.bugzilla.gecko, Unassigned)

References

Details

Mobile phone has to notify to network when powering off.
The network has to inform to user the phone is power-off or not when user called.

But, GAIA system didn't send RADIO_POWER off to modem.
it is only send when airplane mode on. ( sleep_menu.js ) 

      case 'airplane':
 
        if (!window.navigator.mozSettings)
          return;

        SettingsListener.getSettingsLock().set({
          'ril.radio.disabled': !this.isFlightModeEnabled
        });

        break;


The method sending RADIO_POWER off message to modem side has to be implemented.
Maybe it has to be implementd with RIL layer together .

If it is not implementd, many radio related test case fail. 

Thanks
blocking-b2g: --- → leo?
Kevin - can you help find an assignee in Taipei? Should be a minor change here.
blocking-b2g: leo? → leo+
Flags: needinfo?(khu)
Tim and Alive are in PTO. 
Evelyn, could you help this case? Thank you!
Flags: needinfo?(khu) → needinfo?(ehung)
ok, seems an issue I can help.
Assignee: nobody → ehung
Flags: needinfo?(ehung)
we can't use ril.radio.disabled setting in this case because it indicates "airplane mode" state. If we set it when powering off, we will be in airplane mode next time.
File bug 856553 for Gecko API support.
Depends on: 856553
Commercial RIL supports this feature, so this should not be a leo+.
blocking-b2g: leo+ → ---
de-assign myself from this issue.
Assignee: ehung → nobody
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.