From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/hi-in/archive/b2g_os/index.html | 213 +++++++++++++++++++++ files/hi-in/archive/b2g_os/introduction/index.html | 140 ++++++++++++++ .../index.html | 61 ++++++ .../archive/b2g_os/phone_guide/flame/index.html | 201 +++++++++++++++++++ files/hi-in/archive/b2g_os/phone_guide/index.html | 54 ++++++ 5 files changed, 669 insertions(+) create mode 100644 files/hi-in/archive/b2g_os/index.html create mode 100644 files/hi-in/archive/b2g_os/introduction/index.html create mode 100644 files/hi-in/archive/b2g_os/phone_guide/best_practices_open_reference_devices/index.html create mode 100644 files/hi-in/archive/b2g_os/phone_guide/flame/index.html create mode 100644 files/hi-in/archive/b2g_os/phone_guide/index.html (limited to 'files/hi-in/archive/b2g_os') diff --git a/files/hi-in/archive/b2g_os/index.html b/files/hi-in/archive/b2g_os/index.html new file mode 100644 index 0000000000..8b57a1bbd2 --- /dev/null +++ b/files/hi-in/archive/b2g_os/index.html @@ -0,0 +1,213 @@ +--- +title: B2G OS +slug: Archive/B2G_OS +translation_of: Archive/B2G_OS +--- +
B2G OS is (was) a complete, standalone operating system for the open web. It is an open source project developed by the Mozilla community and forms the basis of Firefox OS products. As of 2017 it is no longer maintained.
+ +

B2G OS is a community maintained open source operating system for smartphones, tablets, smart TVs and other connected devices. The project was started in 2011 and is based on the Linux kernel and Gecko rendering engine. The entire user interface is built using web technologies (HTML, CSS and JavaScript) and can be used to launch and use web applications. Since Mozilla discontinued their commercial Firefox OS smartphone program the smartphone part of the project is entirely maintained by Mozilla's volunteer community, and branded as B2G OS.

+ +

+ +

Index of pages

+ +
+
Automated Testing of B2G OS
+
This page offers articles that provide information about various aspects of testing B2G OS, including running different tests, automation, and result reporting and tracking.
+
B2G OS add-ons
+
You should follow the below steps to get set up to start developing extensions.
+
B2G OS APIs
+
List of B2G OS APIs
+
B2G OS architecture
+
This article is a high-level overview of the architecture of the B2G OS platform, introducing key concepts and explaining how its components interact at a basic level.
+
B2G OS build prerequisites
+
Before obtaining the code to build B2G OS, even if you are simply trying to build Gaia, you need a properly configured build system — this page shows you how. You can currently build on 64-bit Linux distributions and OS X.
+
B2G OS phone guide
+
This section contains developer information relevant to specific phones that run B2G OS — both developer and consumer devices.
+
Building and installing B2G OS
+
The articles listed on this page will guide you through building and installing B2G OS on an emulator or compatible device, or the Gaia user interface in the Firefox browser.
+
Building B2G OS
+
Once you've set up your build system and performed your initial pull and configure the code, you can build Boot to Gecko. This guide explains how.
+
Building the B2G OS Simulator
+
Just like Firefox Nightlies, the B2G OS simulator desktop client (identified by b2g-) is automatically built every day from the latest source code. The latest build is available from the Mozilla FTP server. Be sure to pick the latest version and the right archive for your operating system. This lets you bypass having to build it yourself. In addition, you don't have to download Gaia on your own either.
+
Choosing how to run Gaia or B2G
+
Depending on your specific needs, you have an assortment of options to consider when experimenting with Firefox OS or the Gaia user interface. You can choose among the following options; each has its advantages and disadvantages to consider, and some are more flexible than others.
+
Crash Reporting Guide for Firefox OS Partners
+
Mozilla has a world-class system for collecting, analyzing, and fixing crashes and other stability issues such as hangs. Firefox OS partners need to work with Mozilla to correctly enable crash reporting and upload symbols.
+
Customization with the .userconfig file
+
The .userconfig file isn't checked into source code control, so your changes won't be overwritten when you update your source tree. It needs to be created in the root of the B2G tree; that is, in the same directory as flash.sh, build.sh, and so forth. You should add this before you run your config and build steps.
+
Debugging on Firefox OS
+
There are two main types of debugging you'll want to with Firefox OS: debugging apps, and debugging other aspects of the system.
+
Developer Mode
+
The current Firefox OS permissions model precludes modification and installation of certified/internal apps, which makes some device APIs completely unavailable to Marketplace and web apps. Developer Mode (DM) allows the user to indicate that they would like to relax the permissions model and expose all device APIs to content, as well as setting a group of related preferences. This article provides a high-level overview.
+
Developing Firefox OS
+
This section provides useful documentation covering different ways in which Firefox OS (codename Boot2Gecko, or B2G) can be modified/customized during the build process, and how you can help to develop the low level platform areas such as Gecko and Gonk.
+
Firefox OS apps
+
This section of the Firefox OS docs covers the specific techniques required — and available tools — for building Firefox OS apps. You'll find a number of details below, from Firefox OS building blocks/web components, to device APIs and App installation.
+
Firefox OS board guide
+
This section contains developer information relevant to specific phones that run Firefox OS — both developer and consumer devices.
+
Firefox OS developer release notes
+
This section provides articles covering each new release of Gaia and Gecko for Firefox OS, explaining what features were added and bugs eliminated in each update. There is also a linked summary table showing what APIs are supported by each version of Firefox OS.
+
Firefox OS security
+
The following articles cover security-related topics about Firefox OS. This includes overall security features as well as application security and how the install process is kept secure.
+
Firefox OS Simulator
+
The Firefox OS Simulator is a version of the higher layers of Firefox OS that simulates a Firefox OS device, but runs on the desktop. This means that in many cases, you don't need a real device to test and debug your app. It runs in a window the same size as a Firefox OS device, includes the Firefox OS user interface and built-in apps, and simulates many of the Firefox OS device APIs.
+
Firefox OS usage tips
+
Explains all of the developer features on the phone and what they do (Settings > Device information > More information > Developer)
+
Gaia
+
Gaia is B2G OS's user interface and suite of default apps: it includes the lock screen, home screen, dialer, and other applications. Essentially, Gaia is a set of complex web apps that runs on top of the B2G OS platform. This set of articles covers all you need to know to contribute to the Gaia project.
+
Installing B2G OS on a mobile device
+
Once you've built Boot to Gecko for a supported mobile device, you can install it. This article will guide you through the process.
+
Introduction to Firefox OS
+
This set of documentation is aimed mainly at web developers and platform developers who want to learn how Firefox OS works, how to contribute to the project, and how to build their own custom versions of the software and install it on devices. For those who want to create and distribute their own web apps, the App Center and Marketplace Zone are good places to go.
+
Mulet
+
Following this guide you're going to run Gaia inside of a special build of Firefox called Firefox Mulet. This gives you the advantages of having a rapid development cycle, as well as standard web development tools and debuggers available to work with. First of all, you need to have the Gaia repo cloned on your machine and build your own profile. Then, you have to install mulet and run it, passing your Gaia profile as the profile to use.
+
Open web apps quickstart
+
Quickstart information on coding Open Web Apps.
+
Pandaboard
+
This is a guide to setting up Firefox OS on a PandaBoard. The PandaBoard is a low-cost OMAP 4 based development board for developing mobile operating systems.
+
PasscodeHelper Internals
+
PasscodeHelper is a Gaia helper library for modifying and checking the Firefox OS lockscreen passcode (i.e., pin) from within Gaia, performing functions such as checking whether an entered passcode is correct, and changing the code. This article documents how PasscodeHelper works.
+
Porting B2G OS
+
This page lists the available resources for porting B2GOS.
+
Preparing for your first B2G build
+
Depending on your internet connection, the configuration steps may take several hours to download everything you need to build B2G OS. Waiting is not as fun as doing, so after you have read through this page and have kicked off the configure script, consider using the time to set up and try out the B2G OS simulator, begin familiarizing yourself with Documentation for app developers including Designing and Building an App, or familiarize yourself with the information on upcoming steps.
+
Resources
+
Resources for App hackers, as generated from our workshops
+
Running tests on Firefox OS: A guide for developers
+
If you are a Gecko developer, then you should review the Firefox OS-specific documentation for the test automation you are already familar with: mochitest, reftest, and xpcshell.
+
The B2G OS platform
+
The B2G OS platform consists of many components. While you don't need to understand its architecture in order to build applications that run on B2G OS, if you're working on developing or porting the platform — or are simply curious — the following documentation may be of interest to you.
+
Troubleshooting B2G OS
+
This article provides tips for resolving common problems you may have while using B2G OS.
+
Using the App Manager
+
The App Manager is a tool for Firefox Desktop which provides a number of useful tools to help developers test, deploy and debug HTML5 web apps on Firefox OS phones & Simulator, directly from Firefox browser. This page documents how to use the App Manager.
+
Using the B2G emulators
+
This article provides a brief guide to some key things you should know when using the boot to Gecko emulators. This doesn't appear to be a complete user manual; instead, it simply tells you a few useful things that you might not learn on your own.
+
Web applications
+
This page is intended to be a first, non thorough, attempt to collect web apps.
+
Web Bluetooth API (Firefox OS)
+
The Web Bluetooth API lets an open web app discover, pair with, and connect to Bluetooth devices. As it is a completely experimental and non-standard API, the Bluetooth API is currently available for certified applications only. However, there is some traction to have such an API available for regular Web content; this will be discussed as part of the W3C's System Applications Working Group.
+
Web Telephony API
+
Web Telephony is an API that makes it possible for web content to handle voice phone calls using JavaScript.
+
+ +

Old page content

+ +
+

Note: Call for contribution & Call for App adoption has been made to gather more people, feel free to share it !

+
+ +
+
+

How you can help

+ +
    +
  • File & fix bugs (meta bug is bug 1252143)
  • +
  • Help us fix failing tests
  • +
  • Port a gaia smartphone app: +
      +
    1. Turn it into a webapp (or)
    2. +
    3. Turn it into chrome:// (why?) & report back
    4. +
    +
  • +
  • Port B2G OS to your phone or help us to maintain a port
  • +
  • Help improve translate this documentation & wiki
  • +
  • Propose & implement new smartphone features
  • +
+
+ +
+

Get involved

+ + + +

To participate in meetings and community Working Groups meetings, register on this Calendar. They are announced on Discourse, where you can find information about how to attend & notes.

+
+ +
+

Compatible devices

+ + + +

For more information see this page.
+ Flash you device easily with B2G installer.
+ Your device is not in the list ? Try Mulet on desktop.

+ +

*WIP = Work In Progress.

+
+
+ + diff --git a/files/hi-in/archive/b2g_os/introduction/index.html b/files/hi-in/archive/b2g_os/introduction/index.html new file mode 100644 index 0000000000..6b69987c1d --- /dev/null +++ b/files/hi-in/archive/b2g_os/introduction/index.html @@ -0,0 +1,140 @@ +--- +title: Introduction to Firefox OS +slug: Archive/B2G_OS/Introduction +translation_of: Archive/B2G_OS/Introduction +--- +
+
+  
+
+
+ फ़ायरफ़ॉक्स OS का परिचय
+
+ फ़ायरफ़ॉक्स OS का परिचय
+
+ इस लेख में
+
+ लक्षित दर्शक
+
+ फ़ायरफ़ॉक्स OS का बुनियादी वादा
+
+ वर्तमान और भविष्य की योजना
+
+ रिलीज चक्र
+
+ समुदाय
+
+ फ़ायरफ़ॉक्स ओएस समुदाय में शामिल हों
+
+ ऑपरेटिंग सिस्टम का निर्माण
+
+ गैया के लिए योगदान
+
+ ओएस फ़ायरफ़ॉक्स के लिए क्षुधा विकासशील
+
+ क्रॉस-Firefox OS संस्करण का समर्थन
+
+ फ़ायरफ़ॉक्स ओएस क्या मोबाइल पर वेब के साथ संभव है की सीमाओं धक्का और उनकी पहलीsmartphone के साथ ऑनलाइन आना करने के लिए उपयोगकर्ताओं की पूरी तरह से नए क्षेत्रों को सक्षम करने के बारे में है इसकी एक ओपन स्रोत मोबाइल ऑपरेटिंग सिस्टम के आधार पर लिनक्स, ओपन वेबमानकों और मोज़िला है छिपकली प्रौद्योगिकी है कि क्या किया जा सकता है मोबाइल प्लेटफार्मों की एकभरी खोज प्रदान करता है
+
+
+ पहुँच हार्डवेयर क्षमताओं को और एक सहज ज्ञान युक्त, सुरुचिपूर्ण smartphone उपयोगकर्ताओं की पेशकश द्वारा WebAPIs की शुरूआत के साथ अनुभव, मोज़िला का मानना है कि उस वेब डेवलपर्स के लिएउत्कृष्ट उत्पादों के साथ नए दर्शकों तक पहुँचने के लिए महान अवसर मौजूद रहेंगे
+
+ लक्षित दर्शक
+
+ प्रलेखन के इस सेट मुख्य रूप से वेब डेवलपर्स और प्लेटफ़ॉर्म डेवलपर्स जो कैसे Firefox ओएस काम करता है,कैसे करने के लिए परियोजना में योगदान करने के लिए और अपने स्वयं के कस्टम संस्करणों सॉफ्टवेयर कानिर्माण और यह डिवाइस पर स्थापित करने के लिए कैसे जानने के लिए चाहते हैं के उद्देश्य से है जो बनानेके लिए और अपने वेब क्षुधा को वितरित करने के लिए चाहते हैं के लिए, अच्छी जगहों पर जाने के लिएअनुप्रयोग केंद्र और बाज़ार क्षेत्र हैं
+
+
+ फ़ायरफ़ॉक्स OS का बुनियादी वादा
+
+ मंच वेब डेवलपर्स के लिए, कि पूरे उपयोगकर्ता इंटरफ़ेस है एक वेब अनुप्रयोग, प्रदर्शित करने और अन्य वेबक्षुधा शुरू करने के लिए सक्षम है कि एक को समझने के लिए सबसे महत्वपूर्ण हिस्सा है किसी भी संशोधनतुम उपयोगकर्ता इंटरफ़ेस करने के लिए बनाने के लिए और किसी भी आवेदन तुम फ़ायरफ़ॉक्स ओएस पररन करने के लिए बनाएँ मानक वेब प्रौद्योगिकियों, हालांकि मोबाइल डिवाइस की हार्डवेयर और सेवाओं तक पहुँच के साथ बढ़ाया शामिल होगी
+
+
+ एक उत्पाद के नजरिए से, Firefox ओएस है मोज़िला ब्रांडिंग और समर्थन सेवाओं से छिपकली (B2G), जोऑपरेटिंग सिस्टम उत्पाद इंजीनियरिंग codename है बूट के शीर्ष पर है फ़ायरफ़ॉक्स ओएस केउपयोगकर्ता इंटरफ़ेस Gaia कहा जाता है, और OS डिफ़ॉल्ट apps और कार्य प्रणाली भी शामिल है
+
+
+ मंच की वास्तुकला के बारे में अधिक जानने के लिए, हमारे मंच गाइड करने के लिए जाओ
+
+
+ वर्तमान और भविष्य की योजना
+
+ फ़ायरफ़ॉक्स ओएस 2.0 संस्करण वर्तमान में 1.3/1.4 एक स्थिर रिहाई बनाने जा रहा है के करीब आने केसाथ विकास में है वहाँ रहे हैं कई फ़ोनों में उपलब्ध जंगली, दोनों उपभोक्ता और डेवलपर मॉडल अधिकजानकारी के लिए, निम्नलिखित पढ़ें:
+
+
+ फ़ायरफ़ॉक्स ओएस डेवलपर रिलीज़ नोट्स: क्या नव प्रत्येक रिलीज़ में समर्थित है
+
+ फोन गाइड: क्या फोन उपलब्ध हैं
+
+ B2G रोडमैप: जहां फ़ायरफ़ॉक्स OS का नेतृत्व किया है, और जब देखते हैं
+
+ रिलीज चक्र
+
+
+ फ़ायरफ़ॉक्स ओएस 1.2 के बाद से, Firefox ओएस रिलीज चक्र छिपकली और Firefox डेस्कटॉप संस्करणरिलीज चक्र (6 सप्ताह) के साथ संभव के रूप में निकटता के रूप में गठबंधन किया गया है वहाँ हो जाएगाताकि हर दो रिलीज के छिपकली (Firefox ब्राउज़र कोर) के लिए एक Firefox OS जारी एक नई Firefox OSसंस्करण नई हर तीन महीने, जारी किया है
+
+
+ उदाहरण के लिए छिपकली 30 फ़ायरफ़ॉक्स ओएस छिपकली 29, को दरकिनार 1.4 के साथ, बंडल है औरछिपकली 32 फ़ायरफ़ॉक्स ओएस 2.0 के साथ bundled है (1.5 था), छिपकली 31 को दरकिनार
+
+
+ नोट: ओएस फ़ायरफ़ॉक्स और छिपकली के बीच इसी संस्करण की जांच करने के लिए हमारे तेजी से रिलीजकैलेंडर की जाँच करें / डेस्कटॉप फ़ायरफ़ॉक्स, और फ़ायरफ़ॉक्स ओएस रिलीज के मील के पत्थर पर कैसेहमारे विज्ञप्ति में कामयाब रहे हैं और अधिक जानकारी के लिए पढ़ें
+
+ समुदाय
+
+ करने के लिए बूट छिपकली और गैया मोज़िला, प्लस, व्यापक मोज़िला/खुले स्रोत समुदाय से कई बाह्ययोगदानकर्ताओं के अंदर इंजीनियरों की टीमों द्वारा विकसित किया हैं यदि आप इस समुदाय के लिएFirefox ओएस या Gaia विकास के किसी भी पहलू के बारे में बात करना चाहते हैं, तो प्रारंभ करने के लिएएक अच्छी जगह हमारे मेलिंग सूचियों और IRC चैनल, में विस्तृत है जानकारी बॉक्स के नीचे
+
+
+ फ़ायरफ़ॉक्स ओएस समुदाय में शामिल हों
+
+ चर्चा में शामिल होने के लिए अपने पसंदीदा विधि चुनें:
+
+ मेलिंग सूची चहचहाना स्टैक ओवरफ़्लो Google समूह में आरएसएस फ़ीड
+
+ आईआरसी: #b2g (अधिक जानें)
+
+ अन्य IRC चैनल: #gaia, #openwebapps, #webapi
+
+ बग फ़ाइल, हमारे Bugzilla प्रणाली का उपयोग करें और Firefox ओएस घटकों के खिलाफ कीड़े फाइल करने के लिए यदि आप सुनिश्चित नहीं हैं कि किस घटक के खिलाफ एक बग फ़ाइल करने के लिए, पूछने के लिएस्वतंत्र लग रहा है
+
+
+ नोट: अगर आप एक प्रश्न या B2G/Gaia स्रोत कोड (उदाहरण के लिए, एक विशिष्ट Gaia app) के एकविशिष्ट भाग के बारे में उठाने के लिए एक बिंदु है, तुम और अधिक विशिष्ट संपर्क विवरण हमारेफ़ायरफ़ॉक्स मॉड्यूल पृष्ठ पर पा सकते हैं
+
+ ऑपरेटिंग सिस्टम का निर्माण
+
+ B2G ऑपरेटिंग सिस्टम है मोज़िला छिपकली प्रतिपादन इंजन पर आधारित है, और Gonk नामक एकलिनक्स कर्नेल और यूज़रस्पेस हार्डवेयर एब्स्ट्रेक्शन लेयर के शीर्ष पर (एचएएल) बैठता है यहाँ के बारे मेंबात की छिपकली मूल रूप से एक ही छिपकली है Firefox में Android, या Windows या मैक ओएस एक्सके लिए इस्तेमाल किया, आदि। Gonk छिपकली का मूल रूप से एक अन्य porting लक्ष्य है
+
+
+ जानें कि कैसे बनाने के लिए और फ़ायरफ़ॉक्स ओएस स्थापित करने के लिए, भवन और Firefox OSस्थापित करने के लिए हमारे गाइड से परामर्श करें आप Github पर B2G स्रोत कोड ढूँढ सकते हैं
+
+
+ गैया के लिए योगदान
+
+ गैया के लिए योगदान करने के लिए, आप वेब विकास के एक ठोस ज्ञान से ज्यादा जरूरत नहीं है Gaia हो रही है और चल रहा है के बारे में जानने के लिए, गैया के विकास के लिए हमारे Quickstart गाइड से परामर्श करें
+
+
+
+ उपयोगी उपकरण की एक संख्या Gaia और अन्य वेब apps फ़ायरफ़ॉक्स ओएस पर चल रहे डीबगिंग केलिए आप के लिए उपलब्ध हैं ये और बहुत अधिक के बारे में जानने के लिए, Gaia हैकिंग के लिए हमारेगाइड से परामर्श करें
+
+
+ ओएस फ़ायरफ़ॉक्स के लिए क्षुधा विकासशील
+
+ फ़ायरफ़ॉक्स ओएस apps निर्माण मानक वेब प्रौद्योगिकियों का उपयोग कर रहे हैं  HTML, सीएसएस,जावास्क्रिप्ट, आदि  तो अगर आप एक वेब डेवलपर हैं आप भी क्या आप की जरूरत का सबसे अधिकहोगा वहाँ कुछ विशेष जावास्क्रिप्ट APIs, के बारे में पता करने के लिए जो आपको डिवाइस हार्डवेयर औरकुंजी सुविधाएँ (उदाहरण के लिए कैमरा, gyroscope, प्रकाश संवेदक, संपर्क, सिस्टम अलार और सूचनाएँ..)का उपयोग करने की अनुमति हैं, लेकिन ये सब हमारे App केंद्र और वेब मंच पन्नों पर अच्छी तरह सेप्रलेखित रहे हैं
+
+
+ नोट: यदि आप खुले वेब/ओएस फ़ायरफ़ॉक्स apps के निर्माण के लिए एक शुरुआत कर रहे हैं, या यदि आपवेब apps और पारंपरिक वेब पृष्ठों के बीच मतभेद का एक संक्षिप्त खाता चाहते हैं, सबसे अच्छी जगह शुरूकरने के लिए हमारे apps Quickstart गाइड है
+
+ क्रॉस-Firefox OS संस्करण का समर्थन
+
+
+ नोट जब फ़ायरफ़ॉक्स ओएस के लिए क्षुधा विकासशील, मन में भालू क्या संस्करणों के प्लेटफार्म है अपनेग्राहकों जाएगा उपकरणों पर उपलब्ध हो जाएगा करने के लिए कि आप की जरूरत (एक सूची के लिए हमारेउपलब्ध फोन तालिका देखें.) याद रखें कि यह फोन प्लेटफ़ॉर्म सॉफ़्टवेयर अद्यतन के रूप में इसे डेस्कटॉपसॉफ्टवेयर है के रूप में सरल नहीं है  उपयोगकर्ताओं को नेटवर्क प्रदाताओं की दया पर हो के लिए करते हैंतुम इसलिए इन संस्करणों का समर्थन करने के लिए क्षुधा को विकसित करने की जरूरत है तो आपलेआउट की एक सरल विधि का उपयोग करें या एक fallback के पुराने संस्करणों के लिए उपलब्ध कराने की आवश्यकता हो सकती एक उदाहरण के रूप में, फ़ायरफ़ॉक्स OS संस्करण 1.3, नीचे पर बहु-रेखीय Flexboxकाम नहीं करता है
+
+
+ इस मुद्दे के दूर जल्दी जाने के रूप में और अधिक उपभोक्ता फ़ायरफ़ॉक्स ओएस डिवाइस दिखते,फ़ायरफ़ॉक्स OS के नए संस्करणों के बॉक्स से बाहर के साथ सुसज्जित होना चाहिए
+
+
+ वर्तमान आधारभूत मंच के विकास के लिए हम अनुशंसित फ़ायरफ़ॉक्स ओएस 1.1 है
+
+ नोट: ब्राउज़र/मंच सहायता जानकारी MDN की वेब मंच संदर्भ पृष्ठों शामिल हैं, इसके अलावा आप हमारेApps API संदर्भ पर अधिक अनुप्रयोग-विशिष्ट प्रौद्योगिकियों के लिए समर्थन जानकारी पा सकते हैं
+
+
+
+

 

+

 

diff --git a/files/hi-in/archive/b2g_os/phone_guide/best_practices_open_reference_devices/index.html b/files/hi-in/archive/b2g_os/phone_guide/best_practices_open_reference_devices/index.html new file mode 100644 index 0000000000..ce7ef9965d --- /dev/null +++ b/files/hi-in/archive/b2g_os/phone_guide/best_practices_open_reference_devices/index.html @@ -0,0 +1,61 @@ +--- +title: खुले संदर्भ उपकरणों के लिए सर्वोत्तम प्रथाओं +slug: Archive/B2G_OS/Phone_guide/Best_practices_open_reference_devices +tags: + - ओएस + - डिवाइस + - फ़ायरफ़ॉक्स + - फ़ायरफ़ॉक्स ओएस + - फोन +translation_of: Archive/B2G_OS/Phone_guide/Best_practices_open_reference_devices +--- +
+

निम्न आलेख हम अत्यधिक किसी भी व्यापक रूप से उपलब्ध खुले संदर्भ उपकरणों के लिए सिफारिश की आओ चाहिए कि सर्वोत्तम प्रथाओं का एक सेट प्रदान करना है. हाल फायरफॉक्स ओएस संदर्भ उपकरणों के सभी आगामी लौ सहित इन प्रथाओं , का पालन किया है .

+
+

डिवाइस होना चाहिए:

+ +

आसानी से सुलभ और स्थापना बीलॅड्र

+

संदर्भ उपकरणों काफी हद तक औसत डिवाइस उपभोक्ताओं से तकनीकी ज्ञान का एक बड़ा डिग्री के साथ डेवलपर्स और अन्य समूहों के उद्देश्य से कर रहे हैं . उनमें से कई के लिए इस समय का एक पूरा बेकार है - लेकिन फिर भी , हम इन उपकरणों के उपयोगकर्ताओं को वे नहीं करना चाहते हैं तो अपने स्वयं बनाता है संकलन करने के लिए उम्मीद नहीं करनी चाहिए .

+

ओपन संदर्भ उपकरणों खुला का एक बनाए रखा सेट का उपयोग और आसानी से स्थापित कर रहे हैं कि वर्तमान और भविष्य के रिलीज के लिए बनाता होनी चाहिए . यह कम से कम , उपलब्ध बनाता है की कई स्तरों होने का मतलब है :

+ +

वे एक समर्पित डाउनलोड पृष्ठ पर आसानी से उपलब्ध कराया , और नियमित रूप से और अक्सर अद्यतन किया जाना चाहिए . उपकरणों को भी ओटा अद्यतन उन्हें उपलब्ध कराया जाना चाहिए था.

+

OEMs वे कानूनी तौर पर सभी आवश्यक बायनेरिज़ वितरित कर सकते हैं, कर रहे हैं के बाद से बनाता है आदि , इन उपलब्ध कराने के लिए जिम्मेदार होना चाहिए.

+

यह रिहाई के प्रत्येक , स्थिर और रात चैनलों स्रोत कोड के बाद के संस्करणों पर आधारित हैं जहां Firefox ब्राउज़र , के लिए एक समान मॉडल का पालन करने के लिए अर्थ हो सकता है.

+

पूरी तरह से खुला ऑपरेटिंग सिस्टम

+

एप्लिकेशन और मंच डेवलपर्स किसी भी इच्छित परीक्षण और विकास कार्य को करने के लिए अपने उपकरणों पर उपलब्ध नियंत्रण के लिए जरूरी स्वतंत्रता हो सकता है कि इतना डिवाइस ऑपरेटिंग सिस्टम मंच , पूरी तरह से खुला होना चाहिए . यह भी शामिल है:

+ +

दुनियाभर उपलब्धता

+

आप अपने संदर्भ उपकरणों एक सार्वभौमिक मानक होना चाहते हैं, तो यह आप उन्हें दुनिया भर में उपलब्ध करना चाहिए कि इस प्रकार है . यह मामला नहीं है , तो विभिन्न स्थानों में लोगों को अलग अलग व्यवहार ले सकते हैं , जो विभिन्न उपकरणों के साथ क्या करना होगा.

+

उपभोक्ता के फोन करने के लिए सुविधा का समर्थन बराबर

+

वहाँ आप अंततः फ़ायरफ़ॉक्स ओएस वितरण किया जाएगा उपभोक्ता उपकरणों के रूप में एक ही प्रौद्योगिकियों और संबद्ध सुविधाओं के लिए समर्थन नहीं करता है कि एक संदर्भ डिवाइस बनाने का कोई मतलब नहीं बनाता है और खुला वेब पर क्षुधा.

+

इनमें शामिल हैं:

+ +

प्रतिस्थापन बैटरी की उपलब्धता

+

रिप्लेसमेंट बैटरी अक्सर विभिन्न उपकरणों के लिए प्राप्त करने के लिए वास्तव में मुश्किल हो सकता है , और बेकार गाया जा रहा है अन्यथा उपयोगी उपकरणों के लिए नेतृत्व कर सकते हैं . इसलिए यह संभव के रूप में उपलब्ध प्रतिस्थापन बैटरी बनाने के लिए एक अच्छा विचार है.

+

आसानी भाषा विकल्प सक्षम

+

इन डिवाइस दुनिया भर में वितरित किया जाएगा, यह स्थानीय संभव , और nbsp के रूप में कई भाषाओं के लिए उपलब्ध बनाता है बनाने के लिए महत्वपूर्ण है ; संसाधनों के कारण उपलब्धता और सबसे लोकप्रिय लक्षित बाजार स्थानों में ले.

+

इस के लिए सबसे अधिक संभावना समाधान गैया बीलॅड्र या अलग से डिवाइस पर प्रकाशित किया जा सकता है कि भाषा पैक स्थानीय है , और मोज़िला संभव के रूप में इन के रूप में आसान के निर्माण और स्थापना करने के लिए एक समाधान पर काम कर रहा है.

diff --git a/files/hi-in/archive/b2g_os/phone_guide/flame/index.html b/files/hi-in/archive/b2g_os/phone_guide/flame/index.html new file mode 100644 index 0000000000..7a122bc0c0 --- /dev/null +++ b/files/hi-in/archive/b2g_os/phone_guide/flame/index.html @@ -0,0 +1,201 @@ +--- +title: Flame +slug: Archive/B2G_OS/Phone_guide/Flame +tags: + - फ़ायरफ़ॉक्स +translation_of: Archive/B2G_OS/Phone_guide/Flame +--- +
+

A picture of the Flame device, showing the Firefox OS homescreen containing several app icons.

+
+ खरीदें के लिए उपलब्ध 
+
+ ज्वाला डेवलपर संदर्भ फोन फायरफॉक्स ओएस डिवाइस रिलीज में एक मील का पत्थर है. FWVGA प्रदर्शन और दोहरे कोर प्रोसेसर सहित - - डेवलपर्स महान सामग्री और अनुभवों के निर्माण में मदद करने के लिए लौ हार्डवेयर चश्मा का एक प्रतिनिधि सेट प्रदान करता है. एक एकल हार्डवेयर प्लेटफॉर्म डिवाइस मॉडल विशिष्ट कीड़े, आदि के बारे में चिंता करने के लिए बिना परीक्षण और विशेष सॉफ्टवेयर मुद्दों का समाधान करने के लिए यह आसान बनाने, भी परीक्षकों के लिए अच्छा है 
+
+  
+
+ आप अपने हाथ में फोन है और इसके साथ खेलने के विकास और क्षुधा वितरण, या फ़ायरफ़ॉक्स मंच में योगदान करने के लिए शुरू करना चाहते हैं तो आप कहाँ जाने की जरूरत है, तो निम्न लिंक आप मिल जाएगा: 
+
+  
+
+ फ़ायरफ़ॉक्स ओएस क्षेत्र: अपनी खुद की फ़ायरफ़ॉक्स ओएस बनाता बनाने और B2G और गैया परियोजनाओं में योगदान करने के लिए. 
+
+ App केंद्र क्षेत्र: फ़ायरफ़ॉक्स ओएस के साथ संगत खुला वेब क्षुधा बनाने के लिए. 
+
+ बाज़ार क्षेत्र: प्रकाशन और वितरण क्षुधा पर जानकारी के लिए. 
+
+ फ़ायरफ़ॉक्स बाज़ार: खोजने के लिए और नए फ़ायरफ़ॉक्स ओएस क्षुधा प्रकाशित करने के लिए सबसे अच्छा स्रोत है. 
+
+ आप एक फोन खरीद या यह उपयोग के बारे में और अधिक जानकारी प्राप्त करना चाहते हैं, तो आप नीचे की जरूरत जानकारी मिल जाएगा. 
+
+  
+
+ एक उपकरण खरीदने 
+
+ हमारे उपकरण निर्माता साथी उपलब्ध डिवाइस वैश्विक शिपिंग सहित यूएस $ 170 के लिए, everbuying.com पर आदेश दिया गया है (लेकिन शायद नहीं सीमा शुल्क, अपने देश पर निर्भर करता है). डिवाइस बूटलोडर और खुला वाहक है, और है कि ऑपरेटरों / वाहकों की एक विस्तृत विविधता के साथ काम करता है तो एक ट्रैक्टर बैंड जीएसएम + UMTS रेडियो का इस्तेमाल करता. 
+
+  
+
+ अब ज्वाला खरीदें ! 
+
+  
+
+ नोट: एक लौ की पकड़ पाने के लिए एक अन्य विकल्प फ़ायरफ़ॉक्स ओएस पर पोर्ट के लिए अपने उच्च मूल्यांकन किया क्षुधा इच्छुक अनुभवी एचटीएमएल 5 अनुप्रयोग डेवलपर्स के उद्देश्य से एप्प्स योजना के लिए हमारे लपटें, में भाग लेने के लिए है. 
+
+ अपनी लौ के सॉफ्टवेयर अपडेट कर रहा है 
+
+ हम लौ फोन के लिए Firefox ओएस सॉफ्टवेयर संस्करण रिलीज के दो मुख्य "चैनल" होगा: 
+
+  
+
+ पहला चैनल हमारी रिहाई चैनल है. इस चैनल के साथ और लपटें जहाज 2.0 आदि 2.1, को, आग 1.3-1.4 अद्यतन करेगा, वह यह है कि भविष्य के प्रमुख संस्करणों के लिए अधिक हवा में अद्यतन प्राप्त होगा 
+
+ दूसरे चैनल हमारे रात चैनल है. लपटें इस चैनल में प्रसारित किया जा सकता है, और प्रारंभिक चमकती के बाद एक दैनिक या लगभग दैनिक आधार पर हवा अपडेट खत्म हो जाएगा. 
+
+ नोट: Windows उपयोगकर्ताओं को अपने फोन के साथ यूएसबी संचार सक्षम करने के लिए एक ड्राइवर स्थापित करने की आवश्यकता होगी. {{Anch ("विंडोज")}} नीचे खंड में यह कैसे करना देखें. 
+
+ सॉफ्टवेयर बनाता है के लिए हमारे भागीदारों एक अंतिम भंडारण समाधान बाहर काम कर रहे हैं, आप निम्नलिखित Onedrive भंडारण स्थानों पर वसूली फ़ाइलें और उपकरण प्राप्त कर सकते हैं: 
+
+  
+
+ आधार छवि v123.zip: फ़ायरफ़ॉक्स ओएस 1.3 की लौ के आधार छवि युक्त एक संग्रह. यह स्थापित करने के लिए, बस फ़ाइल खोलना, और स्क्रिप्ट चलाएँ. 
+
+ आधार छवि v123.exe: फ़ायरफ़ॉक्स ओएस 1.3 की लौ के आधार छवि वाले एक Windows निष्पादन. यह स्थापित करने के लिए बस एक विंडो सिस्टम पर निष्पादन योग्य चलाने. 
+
+ आप भी कर रहे हैं अपनी खुद की लौ पर स्थापित करने के लिए बनाता है के निर्माण के लिए स्वागत करते हैं: निर्माण और फ़ायरफ़ॉक्स ओएस स्थापित करने देखें. 
+
+  
+
+ इमरजेंसी डाउनलोड मोड 
+
+  
+
+ अपने फोन के लिए एक नया निर्माण चमकती काम करने में विफल रहता है, अपने फोन अनुत्तरदायी हो जाता है, और फोन मोड fastboot में प्रवेश नहीं कर सकते हैं, आप अभी भी वसूली के लिए आपात डाउनलोड मोड का उपयोग कर सकते हैं. एक यूएसबी केबल और इमरजेंसी डाउनलोड उपकरण आपातकालीन डाउनलोड मोड में प्रवेश करने के लिए आवश्यक हैं. इस उपकरण को स्थापित करें और निर्देशों का पालन करें. 
+
+  
+
+ रिकवरी मोड 
+
+  
+
+ आप अपने फोन डेटा साफ़ या मैन्युअल फर्मवेयर अपडेट करने के लिए वसूली मोड में प्रवेश कर सकते हैं. इस मोड में प्रवेश करने के लिए दो तरीके हैं: 
+
+  
+
+ एडीबी उपकरण उपलब्ध हैं, तो सुनिश्चित करें कि दूरस्थ डीबगिंग फ़ोन के डेवलपर सेटिंग्स में चालू है बनाने USB के माध्यम से अपने कंप्यूटर को अपने फोन कनेक्ट और कमांड लाइन पर एडीबी रिबूट वसूली दर्ज करें. 
+
+ अपने फोन से संचालित किया जाता है, एक साथ + पावर बटन वॉल्यूम ऊपर दबाएँ. 
+
+ वसूली मोड में, चयन पर प्रकाश डाला, और चयन करने के लिए पावर कुंजी ले जाने के लिए / नीचे कुंजियों वॉल्यूम अप दबाते हैं. आप अपने फोन डेटा (आदि संपर्क, एसएमएस,) समाशोधन डेटा से पहले को समर्थन दिया है, और अपने उन्नयन संकुल अद्यतन करने से पहले डाउनलोड सुनिश्चित करें. 
+
+  
+
+ अपनी लौ को क्षुधा धक्का 
+
+ App प्रबंधक उपकरण पूर्ण निर्देश App प्रबंधक का प्रयोग लेख में उपलब्ध हैं, आदि के परीक्षण के लिए, अपने फोन के लिए क्षुधा पुश करने के लिए यह आसान बनाता है. 
+
+  
+
+ महत्वपूर्ण: अपर मंच विशेष निर्देश नीचे उपलब्ध हैं. App प्रबंधक का उपयोग करने के लिए प्रयास करने से पहले ये पहली पालन करें. 
+
+ लिनक्स और मैक 
+
+  
+
+ आप एक लिनक्स या मैक सिस्टम का उपयोग कर रहे हैं, तो कोई अतिरिक्त कदम आवश्यक हैं. 
+
+  
+
+ विंडोज 
+
+  
+
+ App प्रबंधक / एडीबी के साथ ज्वाला डिवाइस का उपयोग करने के लिए, एक यूएसबी ड्राइवर की आवश्यकता है. यह स्थापित करने के लिए नीचे वर्गों में उल्लिखित चरणों का पालन करें. 
+
+  
+
+ ड्राइवर डाउनलोड करना 
+
+  
+
+ इस स्थान से विंडोज चालक डाउनलोड. डाउनलोड किए जाने के बाद, अपनी हार्ड ड्राइव पर एक उपयुक्त जगह के लिए ज़िप फाइल की सामग्री निकाल सकते हैं. 
+
+  
+
+ नोट: एंड्रॉयड डीबग ब्रिज (एडीबी) पहले से ही स्थापित किया जाना चाहिए. 
+
+ यूएसबी चालक की स्थापना 
+
+  
+
+ इस बिंदु पर, एक यूएसबी केबल का उपयोग कर अपने कंप्यूटर को अपने लौ डिवाइस कनेक्ट. 
+
+  
+
+ ड्राइवर को स्थापित करने के DriverInstaller.exe निष्पादन योग्य पर extacted ज़िप फ़ाइल और डबल क्लिक भीतर Alcatel_USB_Driver_Q_4.0.0_2013_11_11_noinstall निर्देशिका खोलें. आप निष्पादन योग्य एक अज्ञात प्रकाशक से है कि इस बिंदु पर एक चेतावनी प्राप्त हो सकता है. यदि हां, हां बटन का चयन करें और निष्पादन योग्य शुरू किया जाएगा.
+
+

Simple dialog box showing a picture of a phone along with install and uninstall buttons.

+

Click on the Install button to install the driver.

+
+ ड्राइवर स्थापित करने के बाद, आप जाँच कर सकते हैं कि यह एक कमांड लाइन विंडो खोलने और एडीबीउपकरणों टाइपिंग द्वारा काम कर रहा है यह एक आउटपुट की तरह कुछ के साथ जुड़े डिवाइस सूची मेंहोना चाहिए:
+

 

+
+ अनुलग्न डिवाइसेज़ की सूची
+
+ 3561d02a डिवाइस
+
+ राम समायोजन
+
+ आप कैसे apps कम स्मृति पैरों के निशान के साथ फ़ायरफ़ॉक्स ओएस फोन पर प्रदर्शन को देखने के लिएउपलब्ध RAM क्षमता को समायोजित कर सकते हैं
+

 

+
+ यह fastboot मोड में प्रवेश करके पूरा किया है (fastboot स्थापित पहले, जो एशियाई विकास बैंक के रूप मेंएक ही SDK पृष्ठ पर उपलब्ध है) और टाइपिंग:
+

 

+
+ एडीबी रिबूट बूटलोडर
+
+ fastboot oem मेम [0|256-1024]
+
+ "0" है स्मृति स्वतः ही पता लगाया और "256-1024" मेगाबाइट की संख्या है। यदि आप डिवाइस 512 Mको रैम की क्षमता को समायोजित करने के लिए चाहते हैं, उदाहरण के लिए, fastboot oem मेम 512 दर्ज करें
+

 

+
+ आप उसके बाद रिबूट अपनी डिवाइस सेटिंग्स को प्रभाव में लाने के लिए की आवश्यकता होगी यह किया जासकता का उपयोग कर:
+

 

+
+ fastboot रिबूट
+
+ वर्तमान स्मृति आकार fastboot मोड में प्रवेश करने और टाइपिंग द्वारा लौटाया जा सकते हैं:
+

 

+
+ fastboot getvar मेम
+
+ नेटवर्क और डिवाइस ऐनक
+
+ नेटवर्क:
+

 

+
+ 802.11b/g/n वायरलेस इंटरनेट
+
+ जीएसएम 850/900/1800/1900 मेगाहर्ट्ज
+
+ UMTS 850/900/1900/2100 मेगाहर्ट्ज
+
+ हार्डवेयर: आप अधिक हमारे फोन और डिवाइस ऐनक पृष्ठ पर सूचीबद्ध हार्डवेयर सुविधाओं के पा सकते हैं
+

 

+
+ अतिरिक्त सुविधाओं में शामिल हैं:
+

 

+
+ NFC
+
+ Bluetooth 3.0
+
+ Accelerometer
+
+ एफएम रेडियो
+
+ निकटता संवेदक
+
+ जीपीएस W / A-जीपीएस समर्थन
+
+ परिवेश प्रकाश संवेदक
diff --git a/files/hi-in/archive/b2g_os/phone_guide/index.html b/files/hi-in/archive/b2g_os/phone_guide/index.html new file mode 100644 index 0000000000..655f475c73 --- /dev/null +++ b/files/hi-in/archive/b2g_os/phone_guide/index.html @@ -0,0 +1,54 @@ +--- +title: Firefox OS developer phone guide +slug: Archive/B2G_OS/Phone_guide +tags: + - B2G + - Firefox OS + - NeedsTranslation + - Phones + - TopicStub +translation_of: Archive/B2G_OS/Phone_guide +--- +
+

This section contains developer information relevant to specific phones that run Firefox OS. We have general information available on Building and installing Firefox OS and Hacking Firefox OS, so please go there for information about building and installing the platform from scratch. Developers with specific phones in their possession may however find the following articles useful.

+
+

Specific device information

+
+
+ Firefox OS phone data
+
+ In this article we list the various available Firefox OS phones along with information such as their code names, availability, and specific hardware features.
+
+ Flame
+
+ Information on Mozilla's high-end Firefox OS reference phone, codenamed the Flame, and produced in partnership with T2Mobile.
+
+ Geeksphone
+
+ In this article we cover some basic tips on how to keep your Geeksphone up-to-date and how to tweak the system Gaia applications.
+
+ ZTE OPEN
+
+ This article contains information on the ZTE OPEN Firefox OS device.
+
+ ZTE OPEN C
+
+ The ZTE Open C is an updated ZTE-produced Firefox OS device, with higher end hardware and newer software.
+
+  
+
+

General Firefox OS information

+
+
+ General device features
+
+ This page lists typical Firefox OS hardware features and minimum hardware requirements.
+
+ Troubleshooting
+
+ This article provides tips for resolving common problems you may have while using Firefox OS.
+
+ Best practices for open reference devices
+
+ A set of best practices that we believe should come highly recommended for any widely available open reference devices. All of the recent Firefox OS reference devices have followed these practices.
+
-- cgit v1.2.3-54-g00ecf