понедељак, 28. октобар 2013. 11.55.36 UTC+1, [email protected] је написао/ла: > Hi All, > > > > With regards to this bug https://bugzilla.mozilla.org/show_bug.cgi?id=890014 > can anyone tell me how to push data to Fire Fox OS Simulator. > > > > After launching the Simulator, I tried adb devices on the console, but it > does not show up any thing. > > > > Also how do get adb logs from simulator ? > > > > Regards > > Amitav > > > > ________________________________ > > This message is for the designated recipient only and may contain privileged, > proprietary, or otherwise confidential information. If you have received it > in error, please notify the sender immediately and delete the original. Any > other use of the e-mail by you is prohibited. > > > > Where allowed by local law, electronic communications with Accenture and its > affiliates, including e-mail and instant messaging (including content), may > be scanned by our systems for the purposes of information security and > assessment of internal compliance with Accenture policy. > > > > ______________________________________________________________________________________ > > > > www.accenture.com
You need to import adb path in your console. From B2G directory type: source ./build/envsetup.sh lunch /* then choose platform */ Then when you run emulator, you have adb in your console. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
