Hello, just to note, i've copied the binary from https://github.com/tsilenzio/lg-ls970/blob/master/system/bin/amploader and build completed successfully.
Kind regards, Daniel On Tue, Mar 12, 2013 at 5:08 PM, Daniel Neis Araujo <[email protected]>wrote: > Hello, > > i have a Geeksphone Keon and now that it's on the B2G master tree i would > like to flash my phone with new code, but i am having the same problems. > I've done "./config.sh keon" and everything works fine (i got a 9.8GB B2G > directory) but when i do "./build.sh -j1" i got the same error: > > Pulling "amploader" > remote object '/system/bin/amploader' does not exist > Failed to pull amploader. Giving up. > > > Build failed! < > > I tried to find something about ICS or GB on > ./device/geeksphone/keon/extract-files.sh but found no references... > > Any ideas? > > Kind regards, > Daniel > > > Em quinta-feira, 2 de agosto de 2012 11h58min34s UTC-3, Naoki Hirata > escreveu: > > Hi Dale and Dave, > > > > > > > > The reason why it fails is because it tries to pull off the Gingerbread > > > > bits in the extract-files.sh file rather than the ICS bits because the > > > > case statement is incorrect. In order for me to get scripts to work > > > > right, I just forced the ICS path by commenting out the gingerbread and > > > > modifying the case statement. > > > > > > > > Flash your phone with the daily build, modify the extract-files.sh and > > > > then rerun the script and it should work. > > > > > > > > Regards, > > > > Naoki > > > > > > > > On 8/1/12 11:25 PM, Dave Hylands wrote: > > > > > Hi Dale, > > > > > > > > > > ----- Original Message ----- > > > > >> From: "Dale Harvey" <[email protected]> > > > > >> To: "dev-b2g" <[email protected]> > > > > >> Sent: Wednesday, August 1, 2012 10:14:57 PM > > > > >> Subject: [b2g] Failed to pull amploader. Giving up. > > > > >> > > > > >> I had my otoro flashed in Mountain View, I then complete clobbered my > > > > >> B2G > > > > >> directory (rm -rf B2G) and checked out the full tree > > > > >> > > > > >> After doing so, a completely fresh ./config.sh otoro failed with > > > > >> > > > > >> Pulling "amploader" > > > > >> remote object '/system/bin/amploader' does not exist > > > > >> Failed to pull amploader. Giving up. > > > > >> Configuration failed > > > > >> > > > > >> Subsequent $ config.sh otoro fail with > > > > >> > > > > >> Pulling "amploader" > > > > >> cp: ../../../backup-otoro/system/bin/amploader: No such file or > > > > >> directory > > > > >> Failed to pull amploader. Giving up. > > > > >> Configuration failed > > > > >> > > > > >> Where is a good place to copy amploader from, and why doesnt my otoro > > > > >> have > > > > >> it if its expected? > > > > > > > > > > Your otoro probably doesn't have it because the extract-files.sh > script changed between the time you ran config.sh and the time you got the > error. > > > > > > > > > > There was a copy of it in the backup-otoro that was removed. I like to > make a copy of the backup-otoro out of tree to cover myself for these > situations. > > > > > > > > > > I'll send you a copy off-list. > > > > > > > > > > Dave Hylands > > > > > _______________________________________________ > > > > > 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 > -- Daniel Neis Araujo _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
