Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This concerns cache following a manual upgrade to 4.2 where i'm not positive about the cache env settings following the upgrade.

symptom - just that running ant installd, now seems to take quite a bit longer than it used to on projects where i'm cycling lots of apk revisions.

I did not look into ant details , but i would think that 'installd' would be doing a delete/install on the apk. What appears below is each installd seems to lead to another instance of the apk and a new bind from the package to the latest apk. Is that how this is supposed to work or is something awry?

cache permissions as follows ( had to manually adjust the permission bits on /data/local/tmp ) for some reason

shell@android:/ # ls -l /data/local
drwxrwxrwx shell    shell             2012-11-15 11:33 tmp

Note the logcat for an install is doing lots of copies. Is that what is taking the extra time?

W/ActivityManager(  396): No content provider found for permission revoke: file:///data/local/tmp/speech-debug.apk
I/PackageManager(  396): Copying native libraries to /data/app-lib/vmdl1822950812
I/PackageManager(  396): Removing non-system package:com.borneo.speech
I/ActivityManager(  396): Force stopping package com.borneo.speech appid=10086 user=-1
I/ActivityManager(  396): Killing proc 1930:com.borneo.speech/u0a10086: force stop com.borneo.speech
I/PackageManager(  396): Package com.borneo.speech codePath changed from /data/app/com.borneo.speech-1.apk to /data/app/com.borneo.speech-2.apk; Retaining data and using new
I/PackageManager(  396): Running dexopt on: com.borneo.speech
I/PackageManager(  396): Linking native library dir for /data/app/com.borneo.speech-2.apk
D/dalvikvm( 1978): DexOpt: load 71ms, verify+opt 1282ms, 1259772 bytes
W/PackageManager(  396): Code path for pkg : com.borneo.speech changing from /data/app/com.borneo.speech-1.apk to /data/app/com.borneo.speech-2.apk
I/ActivityManager(  396): Force stopping package com.borneo.speech appid=10086 user=-1
W/PackageManager(  396): Resource path for pkg : com.borneo.speech changing from /data/app/com.borneo.speech-1.apk to /data/app/com.borneo.speech-2.apk
D/PackageManager(  396): New package installed in /data/app/com.borneo.speech-2.apk
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.