• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS phone guide
  5. Symphony GoFox F15

Symphony GoFox F15

In This Article
  1. Device specifications
  2. Common Problems and Frequently Asked Questions
  3. Controlling the screen reader
    1. Screen reader basic gestures
    2. Turning off Screen Reader using volume keys
    3. Manually turning the Screen Reader off
  4. Debugging on Linux / Mac
  5. See also

The Symphony GoFox F15 Firefox OS phone is a Firefox OS offering from Symphony featuring single-core 1GHz Processor (Spreadtrum), 512MB of RAM, a 3.2MP rear camera, 0.3MP front camera, and 3.5-inch HVGA screen. It comes installed with Firefox OS 1.4. This article provides information about it, including updating and troubleshooting details.

The Symphony GoFox F15, launched in Bangladesh in partnership with Symphony and Grameenphone (Telenor), is the first commercial end-user device to be launched with Firefox OS 1.4; in addition, this device is the first Firefox OS device to have 3G video calling capabilities available.

Device specifications

You can find more of the device specifications listed on our Phone and device specs page.

Common Problems and Frequently Asked Questions

I don't find the WowBox on my GoFox F15.
The WowBox is an app by Grameenphone (Telenor) and so you have to use a GP SIM to use this app. That means you must have an active GP SIM inserted into the GoFox F15 device to use the wonderful features of WowBox.
I want to hard reset my device as I have found this option for some other Firefox OS devices on MDN.
Unfortunately, there is no hard reset option for the GoFox F15. But you can reset it from the Settings App and debug it using adb on Linux/Mac.
I have turned on the Screen Reader on my GoFox F15 and my touch is working differently to how it did before.
You can set it back to normal in different ways: using the volume keys, or manually using screen reader gestures designed for blind people.  Both of these options are described below.

Controlling the screen reader

This section covers some options for controlling the screen reader.

Screen reader basic gestures

The following are the basic screenreader gestures for manual control, known as the gestures for blind people:

  • Select something with Long Tap : To select any app or object on the content view area, use Long Tap. Long Tap means holding down a tap for a while till the object gets selected.
  • Activate something with Double Tap : To activate or enter into an already selected option, app or object, use Double Tap.
  • Move the selection left with Swipe Left : To change the position of the current selection from right to left use Swipe Left.
  • Move the selection right with Swipe Right : To change the position of the current selection from left to right use Swipe Right.
  • Performing a swipe with Two Fingers Swipe : To swipe use Two Fingers Swipe. The direction will be your desired direction. This is used to scroll in any direction or flip the horizontal screen. You have to do it very carefully, keeping one finger on the currently selected object and the other somewhere else and in parallel to the first finger. Have a look at the video below:

For this you have to select the last object in your desired direction first. So, if you want to swipe left, you have to select the rightmost object. Select the leftmost object for swiping right, bottommost for swiping upwards and topmost for swiping downwards. The following screens explain these:

Turning off Screen Reader using volume keys

Press volume up, then down, three times (up, down, up, down, up, down). The screen reader will instruct you to perform this same action again (volume up, down, up, down, up, down) to turn it on if it is not running, or to turn it off if it is already running. If you do not want to change the current toggle state, simply do something else.

Manually turning the Screen Reader off

  1. After reading the above section to learn the gestures, follow the steps in this section to manually turn off the screen reader:
  2. First, restart your device.
  3. Next, select any of the objects on the lockscreen using a Long Tap and then select the unlock button on right bottom of your screen by using Swipe Left.
  4. Double Tap anywhere on the screen to activate the unlock button. You should now be on the home screen.
  5. Use Two Fingers Swipe to flip the screen/scroll horizontally.
  6. Select the last app on the screen by using Long Tap or Swipe Left gestures.
  7. Now use Two Fingers Swipe as described above — you should be on the next screen.
  8. After that, select the Settings app and activate it using the same selection procedure described above. Closely look at the placement of your fingers while doing the Two Fingers Swipe.
  9. Stop the Screen Reader by following the steps in the images below:      

Debugging on Linux / Mac

  1. Open up a Terminal, and issue the following commands.
    mkdir ~/.android
    echo "0x1782" > ~/.android/adb_usb.ini
  2. Restart adb server.
    adb stop-server && adb start-server
    
  3. Linux users need to add an extra udev rule by issuing the following command as root.
    echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="1782", MODE="0666"' > /etc/udev/rules.d/51-android.rules

See also

  • Screen Reader
  • ADB

Document Tags and Contributors

Tags: 
  • Firefox OS
  • GoFox
  • Phone
  • Symphony
 Contributors to this page: chrisdavidmills, NicolasWeb, tuxboy, fdelapena, Tushar, anistuhin
 Last updated by: chrisdavidmills, Feb 27, 2017, 3:02:09 AM
See also
  1. Build and install
    1. Build and install overview
    2. B2G OS build process summary
    3. Build prerequisites
    4. Preparing for your first build
    5. Building B2G OS
    6. B2G installer add-on
    7. Building B2G OS for Flame on Mac OS X
    8. Choosing how to run Gaia or B2G OS
    9. Compatible Devices
    10. Installing B2G OS on a mobile device
    11. Creating and applying B2G OS update packages
    12. Building and installing FOTA community builds
    13. B2G build variables reference sheet
  2. Porting B2G OS
    1. Porting overview
    2. Porting basics
    3. Porting on CyanogenMod
  3. Developing Gaia
    1. Developing Gaia overview
    2. Running the Gaia codebase
    3. Run Gaia on desktop using Mulet
    4. Understanding the Gaia codebase
    5. Making Gaia code changes
    6. Testing Gaia code changes
    7. Submitting a Gaia patch
    8. Gaia build system primer
    9. Different ways to run Gaia
    10. Make options reference
    11. Gaia tools reference
  4. B2G OS APIs