Hi,

I dont know why the command is not able to copy. Because, I am able to copy
these .apk files manually into this folder which means, there is no problem
with the permission. I am using following steps,

export ADBHOST=128.247.77.92
Run the emulator
ps -a | grep adb
kill -9 19494
./adb devices
./adb  install /home/androidgps/ravi/APKs/Notepadv3.apk

am I missing something?

Regards,
-Ravi
On Thu, Jan 29, 2009 at 5:12 PM, Dianne Hackborn <hack...@android.com>wrote:

> Then that would be because it can't write to /data/app.
>
>
> On Thu, Jan 29, 2009 at 2:45 PM, Ravi Kumar BS <ravik...@gmail.com> wrote:
>
>> Hi,
>>
>> I looked at the log. But could not make out much. It just said "Couldn't
>> copy package file to temp file". Following is the log for analysis.
>>
>> Please see if you can make out something.
>>
>> D/AndroidRuntime(  994):
>> D/AndroidRuntime(  994): >>>>>>>>>>>>>> AndroidRuntime START
>> <<<<<<<<<<<<<<
>> D/AndroidRuntime(  994): CheckJNI is ON
>> D/AndroidRuntime(  994): --- registering native functions ---
>> E/PackageManager(  719): Couldn't copy package file to temp file.
>> D/AndroidRuntime(  994): Shutting down VM
>> D/dalvikvm(  994): DestroyJavaVM waiting for non-daemon threads to exit
>> D/dalvikvm(  994): DestroyJavaVM shutting VM down
>> D/dalvikvm(  994): HeapWorker thread shutting down
>> D/dalvikvm(  994): HeapWorker thread has shut down
>> D/jdwp    (  994): JDWP shutting down net...
>>
>> Regards,
>> -Ravi
>>  On Thu, Jan 29, 2009 at 4:23 PM, Dianne Hackborn <hack...@android.com>wrote:
>>
>>> The error code may be confused.  Unless you have the Google maps library
>>> built into your system image (it is not a part of the open source platform),
>>> you won't be able to install the Google maps app which relies on it.
>>>
>>> You should always look at the log, which often has more information about
>>> errors.  In this case the package manager has probably logged some more
>>> descriptive error information.
>>>
>>>
>>> On Thu, Jan 29, 2009 at 12:45 PM, Ravi Kumar BS <ravik...@gmail.com>wrote:
>>>
>>>> Hi,
>>>>
>>>> I am trying to install an .apk file on omap zoom which is failing.
>>>> Following is the command that I use and the result of it,
>>>>
>>>> $./adb install /home/androidgps/ravi/APKs/Maps.apk
>>>>
>>>> 175 KB/s (1073194 bytes in 5.972s)
>>>>         pkg: /data/local/tmp/Maps.apk
>>>> Failure [*INSTALL_FAILED_INSUFFICIENT_STORAGE*]
>>>>
>>>> I am not sure what is the reason for this error. Please let me know if
>>>> you know how to get over this issue.
>>>>
>>>> Thanks,
>>>> -Ravi
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Dianne Hackborn
>>> Android framework engineer
>>> hack...@android.com
>>>
>>> Note: please don't send private questions to me, as I don't have time to
>>> provide private support.  All such questions should be posted on public
>>> forums, where I and others can see and answer them.
>>>
>>>
>>>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  All such questions should be posted on public
> forums, where I and others can see and answer them.
>
>
> >
>


-- 
B.S.Ravi Kumar

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to