| Author |
Message |
plusminus Site Admin

Joined: 14 Nov 2007 Posts: 2067 Location: Germany
|
|
| Back to top |
|
 |
nico Junior Developer
Joined: 27 Nov 2007 Posts: 19 Location: Indonesia
|
Posted: Wed Nov 28, 2007 12:05 pm Post subject: |
|
|
i can do pull, but not push
| Quote: | Failed to push items
null |
what's goin on? |
|
| Back to top |
|
 |
plusminus Site Admin

Joined: 14 Nov 2007 Posts: 2067 Location: Germany
|
Posted: Wed Nov 28, 2007 9:36 pm Post subject: |
|
|
Hello nico, (nice name btw )
added an alternative to push files, using a Terminal/CommandLine.
See above
Regards,
plusminus _________________
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
nico Junior Developer
Joined: 27 Nov 2007 Posts: 19 Location: Indonesia
|
Posted: Thu Nov 29, 2007 6:18 am Post subject: |
|
|
| Quote: | Hello nico, (nice name btw ) |
hehe,thanks
it worked! thanks a lot! u're great!!  |
|
| Back to top |
|
 |
Gamby Freshman
Joined: 26 Nov 2007 Posts: 7 Location: Italy
|
Posted: Thu Dec 20, 2007 4:04 pm Post subject: |
|
|
I don't really understand why the push button from DDMS persp doesn't work....
Is there a reason? Is there anyone who knows why?
grrrrrr  |
|
| Back to top |
|
 |
plusminus Site Admin

Joined: 14 Nov 2007 Posts: 2067 Location: Germany
|
Posted: Thu Dec 20, 2007 4:27 pm Post subject: |
|
|
Hello Gamby,
I also do not know why it is still not working
CommandLine-Pushing is a bit annoying, but it works always ^^
Regards,
plusminus _________________
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
hieunguyen Freshman
Joined: 10 Jan 2008 Posts: 3 Location: Vietnam
|
Posted: Tue Jan 22, 2008 12:34 pm Post subject: |
|
|
Hi plusminus.
I have tried to use Commnandline to push file onto the emulator. But it did not work :
May you help me? I am looking to hearing you soon !
Regards. _________________ Hieu Nguyen |
|
| Back to top |
|
 |
Ishtar Experienced Developer
Joined: 16 Jan 2008 Posts: 50 Location: Netherlands
|
Posted: Tue Jan 22, 2008 5:58 pm Post subject: |
|
|
Err.. is there a reason you're pushing the files to /tmp? Because /tmp is used for temporarily data.
| Quote: | /tmp - This directory contains mostly files that are required temporarily.
Many programs use this to create lock files and for temporary storage of
data. On some systems, this directory is cleared out at boot or at
shutdown |
From: http://www.freeos.com/articles/3102/
I don't know how Android manages it's tmp folder, but it could be gone the next time you launch your emulator.
Ishtar |
|
| Back to top |
|
 |
plusminus Site Admin

Joined: 14 Nov 2007 Posts: 2067 Location: Germany
|
Posted: Tue Jan 22, 2008 7:13 pm Post subject: |
|
|
Hello Isthar,
exaxtly that was the reason for choosing "/tmp/", because of not creating useless data on your emu, you'll forget somewhen.
Regards,
plusminus _________________
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
|