I can think of 2 things that might be result in what you are seeing:
1) when you run a script, the environment might not be the same as the user 
environment that you are using.
ie, if you're using a different shell, or set the environment path but not the 
bashrc pathing.  More details can be read here :
https://help.ubuntu.com/community/EnvironmentVariables

2) it might be a permissions issue on the adb shell command?  i.e. group others 
might not be able to see the file or get to the file due to the permissions to 
where the adb is located.

Regards,
Naoki

On Jan 29, 2014, at 5:27 PM, Jose Vidal <jvida...@gmail.com> wrote:

> Hi,
> 
> I have the same error. In this case I get the next messages:
> 
> ------
> 
> Blob setup script has changed, re-running
> ./extract-files.sh: line 29: adb: command not found
> Pulling files from device
> ./extract-files.sh: line 42: adb: command not found
> Found GB firmware with build ID
> Backing up system partition to backup-otoro
> ./extract-files.sh: line 62: adb: command not found
> Pulling "libauth.so"
> ./extract-files.sh: line 112: adb: command not found
> Failed to pull libauth.so. Giving up.
> 
>> Build failed! <
> 
> ---------
> 
> But, when I put adb in console I get:
> 
> ------
> 
> jvidalsm@jvidalsm-HP:~$ adb
> Android Debug Bridge version 1.0.31
> 
> < etc,etc... > 
> 
> -----
> 
> So, I think that adb is installed.
> 
> Also, my device is connected to PC.
> 
> I hope for your help.
> 
> Thanks in advance.
> 
> Regards
> 
> jvidalsm.
> _______________________________________________
> dev-b2g mailing list
> dev-b2g@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-b2g

_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to