So in order to do a build, it needs access to some of the original files that were on the phone.
The way the build system works, is that it stores those files in the backup-unagi directory. If the directory doesn't exist at all, then it expects that your phone still has android on it will automatically extract the files off the phone. If you're trying to do a build and your phone doesn't have a backup-unagi directory and your phone already has b2g on it, then you can goto here: https://intranet.mozilla.org/B2G_Team/Unagi#Get_a_copy_of_backup-unagi and grab tarball and expand it into your B2G directory (so you wind up with B2G/backup-unagi/ and that should contain a system directory. Dave Hylands ----- Original Message ----- > From: "Naoki Hirata" <[email protected]> > To: [email protected] > Sent: Thursday, December 20, 2012 9:07:06 AM > Subject: Re: [b2g] Build problem continuos > > I believe I ran into a similar issue before; I ended up moving the > unagi > folder and deleting the out and objdir-gecko folders. > > Then retrying with the phone connected. > > Regards, > Naoki > > On 12/20/12 3:54 AM, Fábio Magnoni wrote: > > My adb version returns: > > Android Debug Bridge version 1.0.31 > > > > I still having the same error > > > > "error: device 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! < > > " > > > > > > On Wed, Dec 19, 2012 at 1:18 PM, John Ford <[email protected]> > > wrote: > > > >> 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 > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
