It looks like adb isn't in your $PATH. If you can run "adb version", it should look something like:
$ adb version Android Debug Bridge version 1.0.29 If you still get a command not found error, you will need to add the directory that contains adb to your $PATH variable. John On Dec 19, 2012, at 9:10 AM, Fábio Magnoni wrote: > I'm trying on IRC and this list to ask about this problem: > > Pulling files from device > ./extract-files.sh: line 27: adb: command not found > Found unknown firmware with build ID > Please download a compatible backup-unagi directory. > Check the unagi intranet page for information on how to get one. > >> Build failed! < > > > NO ONE answer, is that because no one knows what can be??? > > The phone is plugged on the computer. > > It's recognized by OS, but don't the extract-files.sh don't find the device > or firmware. > > Thanks > > -- > Fábio Magnoni > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
