Hi Anurag, ----- Original Message ----- > From: "Anurag Kanase" <[email protected]> > To: [email protected] > Sent: Friday, April 5, 2013 10:00:10 PM > Subject: [b2g] [ERROR] Failed to pull libauth.so. Giving up. > > Hello Friends, > I am porting Firefox OS on HTC Wildfire a.k.a Buzz. ...snip...
> Blob setup script has changed, re-running > Pulling files from ../../../backup-m4 > Found firmware with build ID IMM76D > Pulling "libauth.so" > cp: cannot stat `../../../backup-m4/system/lib/libauth.so': No such > file or directory > Failed to pull libauth.so. Giving up. So, it depends on whether that file lived on the phone when android was installed or not. If that file was on the phone, then you need to retrieve it while android is installed. You should pull the entire system directory from the phone while android is installed in order to create the backup-phone directory. If that file wasn't on the phone, then you need to edit the extract-files.sh script for your phone to not try and pull it. Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
