Re: [b2g] Flame phone documentation, running adb as root

2014-10-10 Thread Steve Lee
Flashing on Cygwin now works just fine. Just install the default base Cygwin category plus unzip and then run the ./shallow_flash.sh latest in a Cycgwin terminal (you'll need adb and fastboot as per the instructions on MDN) Steve Lee OpenDirective http://opendirective.com On 2 September 2014 18

Re: [b2g] Flame phone documentation, running adb as root

2014-09-19 Thread Gabriela Montagu
Marek, Many thanks for your information! Actually, it seems I need admin rights to do whatever it takes to update my Flame to 2.1 using the only available Linux machine at my work place. I obtained an admin password from one of the techs here, but it didn't work :( I think I'll just have to wai

Re: [b2g] Flame phone documentation, running adb as root

2014-09-19 Thread Marek Raida
Gab, thanx to the progress on https://bugzilla.mozilla.org/show_bug.cgi?id=1050282 is shallow flashing possible even with Cygwin! I performed it twice today already... Pull request is on its way to master https://github.com/Mozilla-TWQA/B2G-flash-tool/pull/273 so soon (or immediatelly by grabbin

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Chris Mills
ok, cheers ;-) Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 15 Sep 2014, at 19:47, Tony Chung wrote: > Chris, that link looks good to me how it is now. think you should leave it > separate as another article.i sim

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Tony Chung
Chris, that link looks good to me how it is now. think you should leave it separate as another article.i simply missed it the first time.Thanks for pointing it out! Tony On Sep 15, 2014, at 11:39 AM, Chris Mills wrote: > We do cover this in the following section of the main Flame ar

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Chris Mills
We do cover this in the following section of the main Flame article: https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame#Linux_and_Mac I’d love your feedback on what could be better written. Perhaps I should transfer all of the details over to the Flame article, rather tha

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Gabriela Montagu
Tony, many thanks for answering me so quickly!!! I'm afraid there are things I don't understand how to do such as: edit the android.rules file in /etc/udev/rules.d/ : SUBSYSTEM=="usb", ATTR{idVendor}==“05c6", MODE="0666", GROUP=“plugdev" Supposing I get to do all the above, how do I flash th

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Tony Chung
Gabriela, you certainly can try adding android.rules for your Flame to your ubuntu machine. Yes, you may need sudo access to edit the file. Can you find out who can give you the administration rights? Once you obtain them, follow this For the device to be seen on ubuntu: 1. $ lsusb loo

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Marek Raida
Hi,I used the latest ubuntu,and no udev rules were necessary to update - could also be the case of your current distro version... M. On Monday, September 15, 2014, Gabriela Montagu wrote: > Hi Tony and Marek > > Very sorry for my delay!!! > > Tony, > I have an Ubuntu/linux machine at the palce I

Re: [b2g] Flame phone documentation, running adb as root

2014-09-15 Thread Gabriela Montagu
Hi Tony and Marek Very sorry for my delay!!! Tony, I have an Ubuntu/linux machine at the palce I work. I've installed adb but now, according to the TCP channel people trying to help me, I need to create a file for the udev rules and then enter 2 lines in it. I need administrator rights to do this

Re: [b2g] Flame phone documentation, running adb as root

2014-09-02 Thread Tony Chung
Hi Gabriela, Agree with Marek. Do you have a linux distro machine that is running ADB, that you can just transfer the files and flash from ? Tony On Sep 2, 2014, at 10:38 AM, Marek Raida wrote: > I discourage you to try it on Windows+Cygwin, it failed me always. > In it's stead, use yoru USB

Re: [b2g] Flame phone documentation, running adb as root

2014-09-02 Thread Marek Raida
I discourage you to try it on Windows+Cygwin, it failed me always. In it's stead, use yoru USB stick, install some linux live distribution on it, boot and do whats needed... On Monday, 1 September 2014 22:21:52 UTC+2, Gabriela Montagu wrote: > Hi all, > > > Could any one of you help me flash 2

Re: [b2g] Flame phone documentation, running adb as root

2014-09-01 Thread Gabriela Montagu
Hi all, Could any one of you help me flash 2.1 to my Flame device using Windows please? If so, I would greatly appreciate it!!! I already have the Windows drivers, the Nightly build and the Gaia zip but I need the appropriate command to flash them using Windows and I would need to do in to help t

Re: [b2g] Flame phone documentation, running adb as root

2014-08-11 Thread Chris Mills
It’s already been changed to just that ;-) Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills On 11 Aug 2014, at 18:23, Julien Wajsberg wrote: > Le 07/08/2014 21:43, Chris Mills a écrit : >> Heh - now I feel silly. You are right

Re: [b2g] Flame phone documentation, running adb as root

2014-08-11 Thread Julien Wajsberg
Le 07/08/2014 21:43, Chris Mills a écrit : > Heh - now I feel silly. You are right Ryan, it was a permissions issue. chmod > 777 on the shallow_flash.sh file made it work without needing sudo…phew! If I may add: "chmod +x" should be good enough :) no need to make it world executable/writable/read

Re: [b2g] Flame phone documentation, running adb as root

2014-08-11 Thread Chris Mills
; >>>>> How do I fix this? ;-) >>>>> >>>>> Chris Mills >>>>> Senior tech writer || Mozilla >>>>> developer.mozilla.org || MDN >>>>> cmi...@mozilla.com || @chrisdavidmills >>>>> >>>&g

Re: [b2g] Flame phone documentation, running adb as root

2014-08-11 Thread Jason Weathersby
org, "Jason Weathersby" Sent: Thursday, August 7, 2014 1:02:02 PM Subject: Re: [b2g] Flame phone documentation, running adb as root Ok, instructions now updated and polished: https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame This now works really nicely on Mac and L

Re: [b2g] Flame phone documentation, running adb as root

2014-08-10 Thread Marek Raida
Thx for your tip. I did it and set debugging option on on shallow_flash.sh. Then I've tried Ubuntu live distro and repeated the same procedure - this time with success. I've compared logs from both Linux and Cygwin runs and there are practically no differences, except of those Win specific + of c

Re: [b2g] Flame phone documentation, running adb as root

2014-08-08 Thread Dave Hylands
da" > To: mozilla-dev-...@lists.mozilla.org > Sent: Friday, August 8, 2014 8:33:13 AM > Subject: Re: [b2g] Flame phone documentation, running adb as root > I'm sure I did it, checked it twice. Some other ideas, please? > > After flashing the base image, adb will wind up

Re: [b2g] Flame phone documentation, running adb as root

2014-08-08 Thread Marek Raida
I'm sure I did it, checked it twice. Some other ideas, please? > After flashing the base image, adb will wind up being disabled by default. > So you'll need to go into Settings and turn it back on (IIRC it's the > checkbox called Remote Debugging) in Settings->Device Information->More > Informat

Re: [b2g] Flame phone documentation, running adb as root

2014-08-08 Thread Dave Hylands
ssage - > From: "Marek Raida" > To: mozilla-dev-...@lists.mozilla.org > Sent: Thursday, August 7, 2014 10:20:00 PM > Subject: Re: [b2g] Flame phone documentation, running adb as root > well, yes. I'm on Windows with Cygwin and flashing v123 image works > perfe

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Marek Raida
well, yes. I'm on Windows with Cygwin and flashing v123 image works perfectly. However, my next attemt to flash nightly fails again and I no not know why. Perhaps someone with deeper understanding will, after look to the logcat outputs, tell me. In the meanwhile, I'll try to laborate with the fl

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Armen Zambrano G.
I believe I've had the same issue as you. I needed to flash the base image and then it worked. Are you ever in a good state? Or only after you try flashing? It seems that after flashing the base image (v123) you are back to a good state, however, I don't want to assume so. NOTE: I don't know much

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Marek Raida
I'm trying to make it working on Windows wit Cygwin, so far without success... I created issue https://bugzilla.mozilla.org/show_bug.cgi?id=1050282 with a lot of log attachments and I do hope that someone will be able to help/advise me... Script I'm using is here: https://github.com/Mozilla-TWQ

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Chris Mills
t; developer.mozilla.org || MDN >>>> cmi...@mozilla.com || @chrisdavidmills >>>> >>>> >>>> [1] >>>> https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame >>>> >>>> On 6 Aug 2014, at 20:34, Dave

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Chris Mills
2014, at 20:34, Dave Hylands wrote: >>> >>>> I'm a little confused by some of your statments. >>>> >>>> Whether you flash the base image as the root user or as a regular user >>>> will have NO impact on how adbd runs on the phone. &

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread J. Ryan Stinnett
ds wrote: >> >>> I'm a little confused by some of your statments. >>> >>> Whether you flash the base image as the root user or as a regular user >>> will have NO impact on how adbd runs on the phone. >>> >>> Running commands using sudo on

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Julien Wajsberg
Aas" To: dev-b2g@lists.mozilla.org Sent: Wednesday, August 6, 2014 9:15:36 AM Subject: [b2g] Flame phone documentation, running adb as root I got a Flame phone and wanted to update it to 2.0 nightly so I could test/dogfood. Last week I couldn't figure out how to do that via the Flame home page

Re: [b2g] Flame phone documentation, running adb as root

2014-08-07 Thread Chris Mills
one > is configured to allow it). > > Dave Hylands > > > From: "Josh Aas" > To: dev-b2g@lists.mozilla.org > Sent: Wednesday, August 6, 2014 9:15:36 AM > Subject: [b2g] Flame phone documentation, running adb as root > > I got a Flame phone and wanted to upda

Re: [b2g] Flame phone documentation, running adb as root

2014-08-06 Thread Paul Rouget
Just FYI, in WebIDE, there are buttons to root the phone when it's possible. In Runtime > Runtime Info. We use run ADB for the user, and run scripts to root ADB server side. Asa Dotzler wrote: > On 8/6/14, 9:15 AM, Josh Aas wrote: > >I got a Flame phone and wanted to update it to 2.0 nightly so I

Re: [b2g] Flame phone documentation, running adb as root

2014-08-06 Thread Dave Hylands
t;adb root" relaunches the adbd on the phone under the root user (if the phone is configured to allow it). Dave Hylands - Original Message - > From: "Josh Aas" > To: dev-b2g@lists.mozilla.org > Sent: Wednesday, August 6, 2014 9:15:36 AM > Subject: [b2g] Flam

Re: [b2g] Flame phone documentation, running adb as root

2014-08-06 Thread Chris Mills
On 6 Aug 2014, at 20:32, Asa Dotzler wrote: > On 8/6/14, 9:15 AM, Josh Aas wrote: >> I got a Flame phone and wanted to update it to 2.0 nightly so I could >> test/dogfood. Last week I couldn't figure out how to do that via the >> Flame home page, but someone has since added instructions. Thanks

Re: [b2g] Flame phone documentation, running adb as root

2014-08-06 Thread Asa Dotzler
On 8/6/14, 9:15 AM, Josh Aas wrote: I got a Flame phone and wanted to update it to 2.0 nightly so I could test/dogfood. Last week I couldn't figure out how to do that via the Flame home page, but someone has since added instructions. Thanks to whoever did that! https://developer.mozilla.org/en-U

[b2g] Flame phone documentation, running adb as root

2014-08-06 Thread Josh Aas
I got a Flame phone and wanted to update it to 2.0 nightly so I could test/dogfood. Last week I couldn't figure out how to do that via the Flame home page, but someone has since added instructions. Thanks to whoever did that! https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Fla