Cannot install .apk : Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

560 views
Skip to first unread message

Sambhav

unread,
Jul 8, 2010, 2:22:04 AM7/8/10
to andro...@googlegroups.com
Hi,
 
I have a device which boots android from a file_system stored in NFS server
When i try to install any app
#adb install abcd.apk
 
I am getting following error
 
 pkg: /data/local/tmp/abcd.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
 
Logcat message
E/PackageManager(  778): Couldn't create temp file for downloaded package file.
 
The nfs location has all the write permissions.
Any idea what the problem is ?
 
Regards,
Sambhav

XC He

unread,
Jul 8, 2010, 2:39:44 AM7/8/10
to andro...@googlegroups.com
adb remount

or try to mount /system read and write

2010/7/8 Sambhav <isam...@gmail.com>:

> --
> You received this message because you are subscribed to the Google Groups
> "android-ndk" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to
> android-ndk...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/android-ndk?hl=en.
>

Sambhav

unread,
Jul 8, 2010, 9:32:28 AM7/8/10
to andro...@googlegroups.com
Thanks.
It worked after doing chmod 777 from the Host machine running NFS Server.
#chmod -R 777 /data/
Reply all
Reply to author
Forward
0 new messages