Riporto l'errore di installazione sia qui che nella discussione ufficiale della ROM:
Questo è il report che mi dà alogcat, qualcuno ci capisce qualcosa?
codice:
D/dalvikvm(10916): GC_FOR_MALLOC freed 18956 objects / 1483632 bytes in 206ms
D/dalvikvm(10884): GC_FOR_MALLOC freed 1324 objects / 140440 bytes in 238ms
D/dalvikvm(10884): GC_FOR_MALLOC freed 159 objects / 137288 bytes in 91ms
D/MobileDataStateTracker( 94): replacing old mInterfaceName (rmnet0) with rmnet0 for hipri
D/MobileDataStateTracker( 94): default Received state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList= default
D/NetworkLocationProvider( 94): onDataConnectionStateChanged 3
D/MobileDataStateTracker( 94): replacing old mInterfaceName (rmnet0) with rmnet0 for hipri
D/MobileDataStateTracker( 94): default Received state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList= default
D/NetworkLocationProvider( 94): onDataConnectionStateChanged 3
D/dalvikvm(10875): GC_FOR_MALLOC freed 8665 objects / 721960 bytes in 137ms
D/vending (10916): [28] AssetDownloader.downloadAndInstall(): Initiating Download for 1 applications.
I/vending (10916): [28] DownloadManagerUtil.enqueueDownload(): Enqueue for download com.android.vending.util.DownloadManagerUtil$Request@43dc15e8
D/vending (10916): [28] LocalAssetDatabase.notifyListener(): 5424735807768160896 / null
D/vending (10916): [28] LocalAssetDatabase.notifyListener(): 5424735807768160896 / DOWNLOADING
D/dalvikvm( 94): GC_FOR_MALLOC freed 30932 objects / 1669072 bytes in 333ms
D/dalvikvm( 271): GC_EXPLICIT freed 1635 objects / 87472 bytes in 326ms
D/dalvikvm(10619): GC_FOR_MALLOC freed 8529 objects / 546160 bytes in 144ms
D/dalvikvm(10875): GC_FOR_MALLOC freed 3847 objects / 505864 bytes in 101ms
D/dalvikvm( 836): GC_EXPLICIT freed 33 objects / 1032 bytes in 139ms
D/vending (10916): [29] DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got a download completed intent.
I/vending (10916): [29] DownloadManagerBroadcastReceiver.startNextDownload(): Found Paused URI null
I/vending (10916): [29] DownloadManagerBroadcastReceiver.startNextDownload(): No more paused downloads.
D/dalvikvm( 8656): GC_FOR_MALLOC freed 7074 objects / 431512 bytes in 156ms
D/vending (10916): [29] LocalAssetDatabase.notifyListener(): 5424735807768160896 / null
D/vending (10916): [29] DownloadManagerBroadcastReceiver.installFromUri(): Calling install uri=content://downloads/download/91 src=null asset=5424735807768160896 (rcmgroup.app.asphone2:0) [DOWNLOADING] name=AsPhone last=TRUE
D/vending (10916): [29] LocalAssetDatabase.notifyListener(): 5424735807768160896 / INSTALLING
D/vending (10916): [29] VendingNotificationManager.showNotification(): Showing notification: [AssetID=5424735807768160896, NotificationID=-2048111620, Title=AsPhone, Message=Installazione...]
D/dalvikvm(10982): GC_EXPLICIT freed 680 objects / 51744 bytes in 116ms
I/PackageHelper(10982): Size of container 2 MB 537692 bytes
E/PackageHelper(10982): Failed to create secure container smdl2tmp1
E/DefContainer(10982): Failed to create container smdl2tmp1
D/dalvikvm(10875): GC_FOR_MALLOC freed 2177 objects / 501784 bytes in 211ms
D/dalvikvm( 94): GC_EXPLICIT freed 15141 objects / 703144 bytes in 551ms
D/vending (10916): [7] LocalAssetDatabase.notifyListener(): 5424735807768160896 / INSTALL_FAILED
D/vending (10916): [7] VendingNotificationManager.showNotification(): Showing notification: [AssetID=5424735807768160896, NotificationID=-2048111620, Title=AsPhone, Message=Installazione non riuscita.]
I/vending (10916): [7] MyPackageInstallObserver.packageInstalled(): Package install from content://downloads/download/91 failed: Unknown reason -18
D/MobileDataStateTracker( 94): replacing old mInterfaceName (rmnet0) with rmnet0 for hipri
D/MobileDataStateTracker( 94): default Received state= CONNECTED, old= CONNECTED, reason= (unspecified), apnTypeList= default
D/NetworkLocationProvider( 94): onDataConnectionStateChanged 3
D/dalvikvm(10884): GC_FOR_MALLOC freed 426 objects / 149280 bytes in 94ms
L'errore in fase di installazione è questo:
E/PackageHelper(10982): Failed to create secure container smdl2tmp1
E/DefContainer(10982): Failed to create container smdl2tmp1
e infatti subito dopo ci sono le righe che mi visualizzano l'errore:
D/vending (10916): [7] LocalAssetDatabase.notifyListener(): 5424735807768160896 / INSTALL_FAILED
D/vending (10916): [7] VendingNotificationManager.showNotification(): Showing notification: [AssetID=5424735807768160896, NotificationID=-2048111620, Title=AsPhone, Message=Installazione non riuscita.]
I/vending (10916): [7] MyPackageInstallObserver.packageInstalled(): Package install from content://downloads/download/91 failed: Unknown reason -18
A cosa può essere dovuto questo? Incompatibilità dell'applicazione? Incompatibilità del kernel? Impostazioni sbagliate?
Ciao
Orlando