Here are some things I have found, and I think those interested in jumping in head first as I am, might like to give it some looking.
This is not a how to, or anything of that matter, just a way to share some thoughts, and possible ways we can jump the shark and get some dev work going on our own.
Android Kitchen:
http://forum.xda-developers.com/showthread.php?t=633246
I know, this is not on XDA, but it is still relavent, since it is for the Bionic:
http://rootzwiki.com/topic/11372-how-to-build-a-simple-rom-with-stock-moto-base/
Any thoughts, on other things and or other ways? I am going to attempt this with some of things I have been hacking lately, includung but not limited to the Chinese fxz that was released. I am just looking for the US baseband.
I am looking for a good round table here, nothing that relates to ROM hacking / developing should be out of bounds for this thread. Just no my way is the only way or my way is better than your way, etc..
Also here is the atrix 2 emulator running. This thing is a must for moving this phone forward, go grab it. You need to set yourself up as a motodev, don't worry it is no big thing.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Go grab the emulator from Here:
http://community.developer.motorola...-2-development-resources-available/td-p/19569
Also the install guide for the Emulator:
http://developer.motorola.com/docstools/library/Installing_the_Motorola_SDK_Add-on/
You sir, Are my hero!
I'm trying to port this over maybe you could include it in you're rom when it's ready?!
http://forum.xda-developers.com/showthread.php?t=1393280
lfaber06 said:
You sir, Are my hero!
I'm trying to port this over maybe you could include it in you're rom when it's ready?!
http://forum.xda-developers.com/showthread.php?t=1393280
Click to expand...
Click to collapse
Man I've been looking at this as well Just been waiting for someone to deodex the phone and I was gonna take a gander at it myself. Really miss these!!
Jim these threads could also help with the theming or anyone who needs a guide
http://forum.xda-developers.com/showthread.php?t=1186819
along with this
http://forum.xda-developers.com/showthread.php?t=1060199
lfaber06 said:
You sir, Are my hero!
I'm trying to port this over maybe you could include it in you're rom when it's ready?!
http://forum.xda-developers.com/showthread.php?t=1393280
Click to expand...
Click to collapse
Yes, that would be great to include in a future ROM.
However since we don't have a real way to recover right now, I think the first thing I am going to attempt is a straight rooted stock ROM. After we get that, and we can "recover" with it, I will start working on a deodexed ROM with all the fun stuff like that in it.
More great needed info:
http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images
All of our partitions are not in /dev/mtd, but instead they are in /dev/block/, so we could possibly use the cat command to make our own image, possibly...
Ummm, anyone have any experience with this?
And another one, I think this might be what I will try:
http://androidforums.com/ally-all-t...ffs-decompiling-nandroid-other-img-files.html
More great info, this time on radio firmware:
http://forum.xda-developers.com/showthread.php?t=1297058
I used to work alot with SCO Unix. The cat command would open the file and show you all of the contents. Ex... /cat bootptab. This would show every line in the file. Is this what your referring to? If so, I have experience with this and also VI'ing files as well.
PeteSeiler2010 said:
I used to work alot with SCO Unix. The cat command would open the file and show you all of the contents. Ex... /cat bootptab. This would show every line in the file. Is this what your referring to? If so, I have experience with this and also VI'ing files as well.
Click to expand...
Click to collapse
Well you can use cat to display files, but you can also use it to "concatenate" (hence the name cat) a device or file, into another file with a redirect as we are going to in this case. But yes that is technically correct.
I was actually referring to making the boot.img and system.img by cating the running filesystems. Not the actual *nix stuff.
I have done this with big iron alot... but never to create my system.img before.
Jim
Sent from my MB865 using xda premium
So there is no dev for the atrix 2?
If not I can cook something?
Sent from my Sensation using XDA App
Maybe this can be helpful for the Atrix 2.
http://hash-of-codes.blogspot.com/p/how-to-safestrap.html
lilhaiti said:
Maybe this can be helpful for the Atrix 2.
http://hash-of-codes.blogspot.com/p/how-to-safestrap.html
Click to expand...
Click to collapse
Hashcode has already been contacted by a member here and hopefully he can have us a safestrap working soon!
lfaber06 said:
I'm Uploading a video to youtube of what we need..
http://youtu.be/H3fIdf5fQ70
So this is the droid 3 safestrap from hashcode working on my A2. I have been able to make backups that are actually 300mb more then the bootstrap cwm backups. I have Not tried restoring backups using it. I have replaced my phone 4 times now with best buy I don't want to try again.. I have sent hashcode some files he requested to hopefully port this over to the A2.
Check it out!
http://forum.xda-developers.com/showthread.php?t=1315982&highlight=safestrap
Click to expand...
Click to collapse
mohsinkhan47 said:
So there is no dev for the atrix 2?
If not I can cook something?
Sent from my Sensation using XDA App
Click to expand...
Click to collapse
No, right now we don't have any ROM developers for the Atrix 2. I am a UNIX/LINUX Hardware architect and a Kernel developer, with a little experience in developing ROMs, but that was 8-10 years ago with porting Linux to windows CE devices, over on the handhelds.org website. I thought I would give this a try though. The only thing of consideration is that we have a locked bootloader, so ROMs need to be handled with that in mind.
If You want to cook up a ROM, that we be great, just let us know what you need and we can get it for you.
Even though the bootloader is locked, you guys have custom recovery and the old fashion install from zip will work right
jimbridgman said:
No, right now we don't have any ROM developers for the Atrix 2. I am a UNIX/LINUX Hardware architect and a Kernel developer, with a little experience in developing ROMs, but that was 8-10 years ago with porting Linux to windows CE devices, over on the handhelds.org website. I thought I would give this a try though. The only thing of consideration is that we have a locked bootloader, so ROMs need to be handled with that in mind.
If You want to cook up a ROM, that we be great, just let us know what you need and we can get it for you.
Click to expand...
Click to collapse
Sent from my Sensation using XDA App
Yes we have a custom recovery and can install a zip from the sd card. We just dont have a way to boot into recovery at boot. Hopefully this will come soon.
---------- Post added at 07:50 PM ---------- Previous post was at 07:46 PM ----------
jimbridgman said:
No, right now we don't have any ROM developers for the Atrix 2.
If You want to cook up a ROM, that we be great, just let us know what you need and we can get it for you.
Click to expand...
Click to collapse
If either of you need anything just holler!!!!
Both of ya'll will have a beer on me for the holidays!
Jim thanks for everything you've done so far
I too will test things for you, just let me know how I can help.
More info, This one is for deodexing, in linux:
http://forum.xda-developers.com/showthread.php?t=909149
I am running this now, on my exported system.img, and getting ready to create a META-INF for this, then attempt to run the kitchen, so fingers crossed everyone.
I have successfully deodexed this ROM, I am attemping to cook.
/system/app listing:
-rw-r--r-- 1 root root 356608 2011-12-22 18:17 AABSync.apk
-rw-r--r-- 1 root root 79149 2011-12-22 18:17 AccountAndSyncSettings.apk
-rw-r--r-- 1 root root 44428 2011-12-22 18:17 AdminFeedNotifier.apk
-rw-r--r-- 1 root root 13873 2011-12-22 18:17 AdService.apk
-rw-r--r-- 1 root root 16358 2011-12-22 18:17 ApplicationsProvider.apk
-rw-r--r-- 1 root root 715672 2011-12-22 18:17 ArcVideoEditorLite.apk
-rw-r--r-- 1 root root 5362 2011-12-22 18:17 AtCmd.apk
-rw-r--r-- 1 root root 41720 2011-12-22 18:17 AttDrmContent.apk
-rw-r--r-- 1 root root 41884 2011-12-22 18:17 AudioEffectSettings.apk
-rw-r--r-- 1 root root 151884 2011-12-22 18:17 BatteryManager.apk
-rw-r--r-- 1 root root 15038 2011-12-22 18:17 BatteryReport.apk
-rw-r--r-- 1 root root 72915 2011-12-22 18:17 Bluetooth.apk
-rw-r--r-- 1 root root 20823 2011-12-22 18:17 BluetoothMot.apk
-rw-r--r-- 1 root root 9240 2011-12-22 18:17 blur_activesync.apk
-rw-r--r-- 1 root root 1006250 2011-12-22 18:17 BlurAlarmClock.apk
-rw-r--r-- 1 root root 366871 2011-12-22 18:17 BlurCalendar.apk
-rw-r--r-- 1 root root 133973 2011-12-22 18:17 BlurCalendarProvider.apk
-rw-r--r-- 1 root root 1958429 2011-12-22 18:17 BlurCamera.apk
-rw-r--r-- 1 root root 21012 2011-12-22 18:17 BlurChooser.apk
-rw-r--r-- 1 root root 615486 2011-12-22 18:17 BlurContacts.apk
-rw-r--r-- 1 root root 13601 2011-12-22 18:17 BlurContactsSync.apk
-rw-r--r-- 1 root root 688846 2011-12-22 18:17 BlurDialer.apk
-rw-r--r-- 1 root root 14495 2011-12-22 18:17 blur_email.apk
-rw-r--r-- 1 root root 578724 2011-12-22 18:17 BlurEmail.apk
-rw-r--r-- 1 root root 21539 2011-12-22 18:17 BlurEmailEngine.apk
-rw-r--r-- 1 root root 8704 2011-12-22 18:17 blur_facebook.apk
-rw-r--r-- 1 root root 11131 2011-12-22 18:17 blur_fixedemail.apk
-rw-r--r-- 1 root root 8246 2011-12-22 18:17 blur_flickr.apk
-rw-r--r-- 1 root root 2854997 2011-12-22 18:17 BlurGallery.apk
-rw-r--r-- 1 root root 22355606 2011-12-22 18:17 BlurHome2.apk
-rw-r--r-- 1 root root 10210 2011-12-22 18:17 blur_lastfm.apk
-rw-r--r-- 1 root root 8584 2011-12-22 18:17 blur_linkedin.apk
-rw-r--r-- 1 root root 3795451 2011-12-22 18:17 BlurMusic.apk
-rw-r--r-- 1 root root 8831 2011-12-22 18:17 blur_myspace.apk
-rw-r--r-- 1 root root 12499 2011-12-22 18:17 blur_orkut.apk
-rw-r--r-- 1 root root 1678482 2011-12-22 18:17 BlurPhone.apk
-rw-r--r-- 1 root root 12355 2011-12-22 18:17 blur_photobucket.apk
-rw-r--r-- 1 root root 10223 2011-12-22 18:17 blur_picasa.apk
-rw-r--r-- 1 root root 47241 2011-12-22 18:17 blur-services.apk
-rw-r--r-- 1 root root 12502 2011-12-22 18:17 blur_skyrock.apk
-rw-r--r-- 1 root root 14581 2011-12-22 18:17 BlurSNMessagingEngine.apk
-rw-r--r-- 1 root root 10799 2011-12-22 18:17 blur_twitter.apk
-rw-r--r-- 1 root root 57151 2011-12-22 18:17 BlurUpdater.apk
-rw-r--r-- 1 root root 10283 2011-12-22 18:17 blur_yahoo.apk
-rw-r--r-- 1 root root 11799 2011-12-22 18:17 blur_youtube.apk
-rw-r--r-- 1 root root 105294 2011-12-22 18:17 BookmarksWidget.apk
-rw-r--r-- 1 root root 2230579 2011-12-22 18:17 BooksPhone.apk
-rw-r--r-- 1 root root 600103 2011-12-22 18:17 Browser.apk
-rw-r--r-- 1 root root 71733 2011-12-22 18:17 Calculator.apk
-rw-r--r-- 1 root root 10901 2011-12-22 18:17 CalendarSync.apk
-rw-r--r-- 1 root root 78031 2011-12-22 18:17 CertificateManager.apk
-rw-r--r-- 1 root root 20274 2011-12-22 18:17 CertificateProvider.apk
-rw-r--r-- 1 root root 35604 2011-12-22 18:17 CertInstaller.apk
-rw-r--r-- 1 root root 48119 2011-12-22 18:17 ChargeOnlyMode.apk
-rw-r--r-- 1 root root 96973 2011-12-22 18:17 ClockWidget.apk
-rw-r--r-- 1 root root 41623 2011-12-22 18:17 ContactsData.apk
-rw-r--r-- 1 root root 194218 2011-12-22 18:17 ContactsProvider2_0.apk
-rw-r--r-- 1 root root 435058 2011-12-22 18:17 Conversations.apk
-rw-r--r-- 1 root root 37390 2011-12-22 18:17 DataCollection.apk
-rw-r--r-- 1 root root 19044 2011-12-22 18:17 DataCollectorProvider.apk
-rw-r--r-- 1 root root 8778 2011-12-22 18:17 DataCollectorService.apk
-rw-r--r-- 1 root root 235489 2011-12-22 18:17 DatamanagerApp.apk
-rw-r--r-- 1 root root 12546 2011-12-22 18:17 DataManagerService.apk
-rw-r--r-- 1 root root 11593 2011-12-22 18:17 DefaultContainerService.apk
-rw-r--r-- 1 root root 87784 2011-12-22 18:17 DeviceStatistics.apk
-rw-r--r-- 1 root root 586437 2011-12-22 18:17 DLNA.apk
-rw-r--r-- 1 root root 9817 2011-12-22 18:17 DlnaSystemService.apk
-rw-r--r-- 1 root root 192225 2011-12-22 18:17 DMService.apk
-rw-r--r-- 1 root root 358374 2011-12-22 18:17 Dock.apk
-rw-r--r-- 1 root root 117237 2011-12-22 18:17 DockService.apk
-rw-r--r-- 1 root root 81124 2011-12-22 18:17 DownloadProvider.apk
-rw-r--r-- 1 root root 52935 2011-12-22 18:17 DownloadProviderUi.apk
-rw-r--r-- 1 root root 12344 2011-12-22 18:17 DrmProvider.apk
-rw-r--r-- 1 root root 70084 2011-12-22 18:17 EFEM.apk
-rw-r--r-- 1 root root 126493 2011-12-22 18:17 EncryptionSettings.apk
-rw-r--r-- 1 root root 13660 2011-12-22 18:17 entitlementservice.apk
-rw-r--r-- 1 root root 4238 2011-12-22 18:17 ExtDispService.apk
-rw-r--r-- 1 root root 10493 2011-12-22 18:17 FakeBlurXmppApp.apk
-rw-r--r-- 1 root root 14737 2011-12-22 18:17 FastDormancy.apk
-rw-r--r-- 1 root root 234037 2011-12-22 18:17 FileManager.apk
-rw-r--r-- 1 root root 45846 2011-12-22 18:17 FlashPlayer.apk
-rw-r--r-- 1 root root 32774 2011-12-22 18:17 FMRadioService.apk
-rw-r--r-- 1 root root 694376 2011-12-22 18:17 ForestWallpaper.apk
-rw-r--r-- 1 root root 90197 2011-12-22 18:17 Fota.apk
-rw-r--r-- 1 root root 285497 2011-12-22 18:17 FriendFeed.apk
-rw-r--r-- 1 root root 912459 2011-12-22 18:17 GenieWidget.apk
-rw-r--r-- 1 root root 46049 2011-12-22 18:17 GlobalUnplug.apk
-rw-r--r-- 1 root root 2654414 2011-12-22 18:17 Gmail.apk
-rw-r--r-- 1 root root 38994 2011-12-22 18:17 GoogleBackupTransport.apk
-rw-r--r-- 1 root root 121135 2011-12-22 18:17 GoogleCalendarSyncAdapter.apk
-rw-r--r-- 1 root root 132381 2011-12-22 18:17 GoogleContactsSyncAdapter.apk
-rw-r--r-- 1 root root 122892 2011-12-22 18:17 GoogleFeedback.apk
-rw-r--r-- 1 root root 98363 2011-12-22 18:17 GooglePartnerSetup.apk
-rw-r--r-- 1 root root 632231 2011-12-22 18:17 GoogleQuickSearchBox.apk
-rw-r--r-- 1 root root 2260045 2011-12-22 18:17 GoogleServicesFramework.apk
-rw-r--r-- 1 root root 22115 2011-12-22 18:17 HelpCenter.apk
-rw-r--r-- 1 root root 8384 2011-12-22 18:17 HTMLViewer.apk
-rw-r--r-- 1 root root 15959 2011-12-22 18:17 IndexingService.apk
-rw-r--r-- 1 root root 16508 2011-12-22 18:17 InPocketService.apk
-rw-r--r-- 1 root root 24409 2011-12-22 18:17 KpiLogger.apk
-rw-r--r-- 1 root root 14979624 2011-12-22 18:17 LatinIME.apk
-rw-r--r-- 1 root root 1090180 2011-12-22 18:17 LiveWallpapers.apk
-rw-r--r-- 1 root root 28820 2011-12-22 18:17 LiveWallpapersPicker.apk
-rw-r--r-- 1 root root 37181 2011-12-22 18:17 LocationProxyDmPlugin.apk
-rw-r--r-- 1 root root 151502 2011-12-22 18:17 LocationSensor.apk
-rw-r--r-- 1 root root 214941 2011-12-22 18:17 MagicSmokeWallpapers.apk
-rw-r--r-- 1 root root 5747161 2011-12-22 18:17 Maps.apk
-rw-r--r-- 1 root root 12324 2011-12-22 18:17 MarketUpdater.apk
-rw-r--r-- 1 root root 16603 2011-12-22 18:17 MasterClearErrorReport.apk
-rw-r--r-- 1 root root 127840 2011-12-22 18:17 MediaProvider.apk
-rw-r--r-- 1 root root 1223653 2011-12-22 18:17 MediaSync.apk
-rw-r--r-- 1 root root 273010 2011-12-22 18:17 MediaUploader.apk
-rw-r--r-- 1 root root 138396 2011-12-22 18:17 MessagesWidget.apk
-rw-r--r-- 1 root root 10095 2011-12-22 18:17 Messaging.apk
-rw-r--r-- 1 root root 2830 2011-12-22 18:17 MirrorService.apk
-rw-r--r-- 1 root root 38936 2011-12-22 18:17 MotHstcmd.apk
-rw-r--r-- 1 root root 2836 2011-12-22 18:17 MotoAtCmdEpuPlugin.apk
-rw-r--r-- 1 root root 2899 2011-12-22 18:17 MotoAtCmdPlugin.apk
-rw-r--r-- 1 root root 1402046 2011-12-22 18:17 MotoPhonePortal.apk
-rw-r--r-- 1 root root 31599 2011-12-22 18:17 MotorolaSettingsProvider.apk
-rw-r--r-- 1 root root 7765 2011-12-22 18:17 MSExchangeService.apk
-rw-r--r-- 1 root root 44193 2011-12-22 18:17 MtlrNotifier.apk
-rw-r--r-- 1 root root 20361 2011-12-22 18:17 NetworkLocation.apk
-rw-r--r-- 1 root root 180322 2011-12-22 18:17 NewsWidget.apk
-rw-r--r-- 1 root root 68085 2011-12-22 18:17 oma1motService.apk
-rw-r--r-- 1 root root 31853 2011-12-22 18:17 OMADownload.apk
-rw-r--r-- 1 root root 113893 2011-12-22 18:17 OMAProvisioning.apk
-rw-r--r-- 1 root root 49198 2011-12-22 18:17 OverlaySettingsProvider.apk
-rw-r--r-- 1 root root 38804 2011-12-22 18:17 PackageInstaller.apk
-rw-r--r-- 1 root root 123537 2011-12-22 18:17 PerformanceManager.apk
-rw-r--r-- 1 root root 18496 2011-12-22 18:17 PGPSDownloader.apk
-rw-r--r-- 1 root root 2789 2011-12-22 18:17 PhoneAddons.apk
-rw-r--r-- 1 root root 1194990 2011-12-22 18:17 phoneportal.apk
-rw-r--r-- 1 root root 437713 2011-12-22 18:17 PhotoEditor.apk
-rw-r--r-- 1 root root 451285 2011-12-22 18:17 PhotoWidget.apk
-rw-r--r-- 1 root root 14251 2011-12-22 18:17 PicoTts.apk
-rw-r--r-- 1 root root 30080 2011-12-22 18:17 PolicyMgrProvider.apk
-rw-r--r-- 1 root root 162550 2011-12-22 18:17 PolicyMgrService.apk
-rw-r--r-- 1 root root 1283969 2011-12-22 18:17 PortalApp.apk
-rw-r--r-- 1 root root 34869 2011-12-22 18:17 Preloaded.apk
-rw-r--r-- 1 root root 86886 2011-12-22 18:17 Protips.apk
-rw-r--r-- 1 root root 6451431 2011-12-22 18:17 Quickoffice.apk
-rw-r--r-- 1 root root 30565 2011-12-22 18:17 QuickSms.apk
-rw-r--r-- 1 root root 41039 2011-12-22 18:17 QuickTutorial.apk
-rw-r--r-- 1 root root 822412 2011-12-22 18:17 RichLocation.apk
-rw-r--r-- 1 root root 20269 2011-12-22 18:17 RichTextCommon.apk
-rw-r--r-- 1 root root 12676 2011-12-22 18:17 SARCutBackService.apk
-rw-r--r-- 1 root root 1447458 2011-12-22 18:17 Settings.apk
-rw-r--r-- 1 root root 750031 2011-12-22 18:17 Setup.apk
-rw-r--r-- 1 root root 21119 2011-12-22 18:17 SetupProvider.apk
-rw-r--r-- 1 root root 7201 2011-12-22 18:17 SetupSettings.apk
-rw-r--r-- 1 root root 1015423 2011-12-22 18:17 SetupWizard.apk
-rw-r--r-- 1 root root 23607 2011-12-22 18:17 SimContactAdapter.apk
-rw-r--r-- 1 root root 102236 2011-12-22 18:17 SimManagerInvisible.apk
-rw-r--r-- 1 root root 2446269 2011-12-22 18:17 SmartCarDock.apk
-rw-r--r-- 1 root root 1141444 2011-12-22 18:17 SmartDock.apk
-rw-r--r-- 1 root root 60584 2011-12-22 18:17 SocialMessaging.apk
-rw-r--r-- 1 root root 116605 2011-12-22 18:17 SocialShare.apk
-rw-r--r-- 1 root root 40931 2011-12-22 18:17 SoundRecorder.apk
-rw-r--r-- 1 root root 9435 2011-12-22 18:17 SpellingCheckService.apk
-rw-r--r-- 1 root root 334406 2011-12-22 18:17 StatusWidget.apk
-rw-r--r-- 1 root root 68971 2011-12-22 18:17 StickyNoteWidget.apk
-rw-r--r-- 1 root root 50763 2011-12-22 18:17 Stk.apk
-rw-r--r-- 1 root root 21831 2011-12-22 18:17 StorageMonitorService.apk
-rw-r--r-- 1 root root 302610 2011-12-22 18:17 Street.apk
-rw-r--r-- 1 root root 26710 2011-12-22 18:17 SuggestionsProvider.apk
-rw-r--r-- 1 root root 11945 2011-12-22 18:17 SuggestionsRuleCheckerCore.apk
-rw-r--r-- 1 root root 16985 2011-12-22 18:17 SuggestionsServiceScheduler.apk
-rw-r--r-- 1 root root 754980 2011-12-22 18:17 Superuser.apk
-rw-r--r-- 1 root root 5072802 2011-12-22 18:17 Swype.apk
-rw-r--r-- 1 root root 161457 2011-12-22 18:17 SyncMLAtt.apk
-rw-r--r-- 1 root root 408322 2011-12-22 18:17 SystemUI.apk
-rw-r--r-- 1 root root 1700918 2011-12-22 18:17 Talk2.apk
-rw-r--r-- 1 root root 98788 2011-12-22 18:17 TelephonyProvider.apk
-rw-r--r-- 1 root root 41629 2011-12-22 18:17 Term.apk
-rw-r--r-- 1 root root 69604 2011-12-22 18:17 ToggleWidgets.apk
-rw-r--r-- 1 root root 26710 2011-12-22 18:17 TtsService.apk
-rw-r--r-- 1 root root 9649 2011-12-22 18:17 UniversalInbox.apk
-rw-r--r-- 1 root root 10333 2011-12-22 18:17 Upgrader.apk
-rw-r--r-- 1 root root 46579 2011-12-22 18:17 Usb.apk
-rw-r--r-- 1 root root 11640 2011-12-22 18:17 UserDictionaryProvider.apk
-rw-r--r-- 1 root root 1978135 2011-12-22 18:17 Vending.apk
-rw-r--r-- 1 root root 243274 2011-12-22 18:17 VideoPlayer.apk
-rw-r--r-- 1 root root 145862 2011-12-22 18:17 VisualizationWallpapers.apk
-rw-r--r-- 1 root root 61052 2011-12-22 18:17 VoiceReadoutService.apk
-rw-r--r-- 1 root root 1485636 2011-12-22 18:17 VoiceSearch.apk
-rw-r--r-- 1 root root 244922 2011-12-22 18:17 VpnClient.apk
-rw-r--r-- 1 root root 20393 2011-12-22 18:17 VpnServices.apk
-rw-r--r-- 1 root root 200612 2011-12-22 18:17 VSuiteApp.apk
-rw-r--r-- 1 root root 21975 2011-12-22 18:17 WapPushSI.apk
-rw-r--r-- 1 root root 3672651 2011-12-22 18:17 WeatherWidget.apk
-rw-r--r-- 1 root root 89576 2011-12-22 18:17 WebtopSession.apk
-rw-r--r-- 1 root root 8206 2011-12-22 18:17 WorkContacts.apk
-rw-r--r-- 1 root root 678495 2011-12-22 18:17 WorldClockWidget.apk
-rw-r--r-- 1 root root 6122 2011-12-22 18:17 YahooContacts.apk
-rw-r--r-- 1 root root 842276 2011-12-22 18:17 YouTube.apk
-rw-r--r-- 1 root root 6508 2011-12-22 18:17 ZoomService.apk
/system/framework listing:
-rw-r--r-- 1 root root 12394 2011-12-22 18:18 am.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 android.policy.jar
-rw-r--r-- 1 root root 80221 2011-12-22 18:18 android.test.runner.jar
-rw-r--r-- 1 root root 3706815 2011-12-22 18:18 blur-res.apk
-rw-r--r-- 1 root root 6406 2011-12-22 18:18 bmgr.jar
-rw-r--r-- 1 root root 305401 2011-12-22 18:18 bouncycastle.jar
-rw-r--r-- 1 root root 3349 2011-12-22 18:18 com.android.location.provider.jar
-rw-r--r-- 1 root root 10257 2011-12-22 18:18 com.motorola.android.camera.jar
-rw-r--r-- 1 root root 7497 2011-12-22 18:18 com.motorola.android.customization.jar
-rw-r--r-- 1 root root 7131 2011-12-22 18:18 com.motorola.android.datamanager.base.jar
-rw-r--r-- 1 root root 61213 2011-12-22 18:18 com.motorola.android.dlna.jar
-rw-r--r-- 1 root root 10425 2011-12-22 18:18 com.motorola.android.drm1.jar
-rw-r--r-- 1 root root 230744 2011-12-22 18:18 com.motorola.android.frameworks.jar
-rw-r--r-- 1 root root 4367 2011-12-22 18:18 com.motorola.android.iextdispservice.jar
-rw-r--r-- 1 root root 2711 2011-12-22 18:18 com.motorola.android.imirrorservice.jar
-rw-r--r-- 1 root root 62780 2011-12-22 18:18 com.motorola.android.mediasync.jar
-rw-r--r-- 1 root root 121468 2011-12-22 18:18 com.motorola.android.mime.jar
-rw-r--r-- 1 root root 16419 2011-12-22 18:18 com.motorola.android.mobad.jar
-rw-r--r-- 1 root root 1073 2011-12-22 18:18 com.motorola.android.nativehdmiapis_v1.jar
-rw-r--r-- 1 root root 1011 2011-12-22 18:18 com.motorola.android.storage.jar
-rw-r--r-- 1 root root 9760 2011-12-22 18:18 com.motorola.android.syncmlatt.jar
-rw-r--r-- 1 root root 21454 2011-12-22 18:18 com.motorola.android.telephony.jar
-rw-r--r-- 1 root root 719 2011-12-22 18:18 com.motorola.android.widget.jar
-rw-r--r-- 1 root root 5885 2011-12-22 18:18 com.motorola.app.admin.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.atcmd.base.jar
-rw-r--r-- 1 root root 5515 2011-12-22 18:18 com.motorola.atcmd.pluginMgr.jar
-rw-r--r-- 1 root root 42454 2011-12-22 18:18 com.motorola.blur.library.friendfeed.jar
-rw-r--r-- 1 root root 68187 2011-12-22 18:18 com.motorola.blur.library.home.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.blur.library.image.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.blur.library.messaging.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 com.motorola.blur.library.service.jar
-rw-r--r-- 1 root root 1266274 2011-12-22 18:18 com.motorola.blur.library.utilities.jar
-rw-r--r-- 1 root root 1928648 2011-12-22 18:18 core.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 core-junit.jar
-rw-r--r-- 1 root root 3180 2011-12-22 18:18 dmt.jar
-rw-r--r-- 1 root root 541008 2011-12-22 18:18 ext.jar
-rw-r--r-- 1 root root 3889496 2011-12-22 18:18 framework.jar
-rw-r--r-- 1 root root 4501218 2011-12-22 18:18 framework-res.apk
-rw-r--r-- 1 root root 269071 2011-12-22 18:18 guava.jar
-rw-r--r-- 1 root root 3445 2011-12-22 18:18 ime.jar
-rw-r--r-- 1 root root 2521 2011-12-22 18:18 input.jar
-rw-r--r-- 1 root root 27274 2011-12-22 18:18 javax.obex.jar
-rw-r--r-- 1 root root 184323 2011-12-22 18:18 jcifs-krb5-1.3.12.jar
-rw-r--r-- 1 root root 39395 2011-12-22 18:18 monkey.jar
-rw-r--r-- 1 root root 269323 2011-12-22 18:18 moto-res.apk
-rw-r--r-- 1 root root 12697 2011-12-22 18:18 pm.jar
-rw-r--r-- 1 root root 313 2011-12-22 18:18 services.jar
-rw-r--r-- 1 root root 55442 2011-12-22 18:18 sqlite-jdbc.jar
-rw-r--r-- 1 root root 3908 2011-12-22 18:18 svc.jar
You've been a busy bee there Jim.
This is getting good now!!!
Sent from my MB865 using XDA App
i was successful in installing the latest evervolv kitkat (http://forum.xda-developers.com/showpost.php?p=47778249&postcount=1) on my nexus one, but i can't get the google core apps working on an external partition. i used this approach
http://forum.xda-developers.com/showpost.php?p=28574807&postcount=3
with the latest gapps core from http://forum.xda-developers.com/showthread.php?t=2012857
the logcat looks fine (at least to me):
$ ./adb.exe logcat -C |grep extg
I/extgapps( 114): Removed Provision
I/extgapps( 120): Created /system/framework/com.google.widevine.software.drm.jar
I/extgapps( 125): Created /system/framework/com.google.android.media.effects.jar
I/extgapps( 130): Created /system/framework/com.google.android.maps.jar
I/extgapps( 133): Created /system/addon.d
I/extgapps( 137): Created /system/addon.d/70-gapps.sh
I/extgapps( 142): Created /system/etc/permissions/com.google.android.maps.xml
I/extgapps( 147): Created /system/etc/permissions/features.xml
I/extgapps( 152): Created /system/etc/permissions/com.google.android.media.effects.xml
I/extgapps( 157): Created /system/etc/permissions/com.google.widevine.software.drm.xml
I/extgapps( 160): Created /system/etc/preferred-apps
I/extgapps( 164): Created /system/etc/preferred-apps/google.xml
I/extgapps( 169): Created /system/app/ChromeBookmarksSyncAdapter.apk
I/extgapps( 174): Created /system/app/GoogleCalendarSyncAdapter.apk
I/extgapps( 179): Created /system/app/GoogleContactsSyncAdapter.apk
I/extgapps( 184): Created /system/app/MediaUploader.apk
I/extgapps( 189): Created /system/priv-app/SetupWizard.apk
I/extgapps( 194): Created /system/priv-app/GoogleOneTimeInitializer.apk
I/extgapps( 199): Created /system/priv-app/Phonesky.apk
I/extgapps( 204): Created /system/priv-app/GoogleFeedback.apk
I/extgapps( 209): Created /system/priv-app/GmsCore.apk
I/extgapps( 214): Created /system/priv-app/GoogleLoginService.apk
I/extgapps( 219): Created /system/priv-app/GoogleServicesFramework.apk
I/extgapps( 224): Created /system/priv-app/GoogleBackupTransport.apk
I/extgapps( 229): Created /system/priv-app/GooglePartnerSetup.apk
I/extgapps( 234): Created /system/lib/libAppDataSearch.so
I/extgapps( 239): Created /system/lib/libgames_rtmp_jni.so
I/extgapps( 244): Created /system/lib/libjni_latinime.so
Click to expand...
Click to collapse
but now i can't even login to the system since directly after the unlock gesture stuff like this happens:
E/dalvikvm(29932): Dex cache directory isn't writable: /data/dalvik-cache
I/dalvikvm(29932): Unable to open or create cache for /sd-ext/gapps/system/priv-app/SetupWizard.apk (/data/dalvik-cache/[email protected]@[email protected]@[email protected])
D/AndroidRuntime(29932): Shutting down VM
W/dalvikvm(29932): threadid=1: thread exiting with uncaught exception (group=0x4192ab90)
E/AndroidRuntime(29932): FATAL EXCEPTION: main
E/AndroidRuntime(29932): Process: com.google.android.setupwizard, PID: 29932
E/AndroidRuntime(29932): java.lang.RuntimeException: Unable to instantiate application com.google.android.setupwizard.SetupWizardApplication: java.lang.ClassNotFoundException: Didn't find class "com.google.android.setupwizard.SetupWizardApplication" on path: DexPathList[[zip file "/system/priv-app/SetupWizard.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime(29932): at android.app.LoadedApk.makeApplication(LoadedApk.java:516)
E/AndroidRuntime(29932): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4329)
E/AndroidRuntime(29932): at android.app.ActivityThread.access$1400(ActivityThread.java:142)
E/AndroidRuntime(29932): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1464)
E/AndroidRuntime(29932): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(29932): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(29932): at android.app.ActivityThread.main(ActivityThread.java:5029)
E/AndroidRuntime(29932): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(29932): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(29932): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime(29932): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:598)
E/AndroidRuntime(29932): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(29932): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.setupwizard.SetupWizardApplication" on path: DexPathList[[zip file "/system/priv-app/SetupWizard.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime(29932): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime(29932): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
E/AndroidRuntime(29932): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
E/AndroidRuntime(29932): at android.app.Instrumentation.newApplication(Instrumentation.java:975)
E/AndroidRuntime(29932): at android.app.LoadedApk.makeApplication(LoadedApk.java:511)
E/AndroidRuntime(29932): ... 11 more
E/AndroidRuntime(29932): Suppressed: java.io.IOException: unable to open DEX file
E/AndroidRuntime(29932): at dalvik.system.DexFile.openDexFileNative(Native Method)
E/AndroidRuntime(29932): at dalvik.system.DexFile.openDexFile(DexFile.java:296)
E/AndroidRuntime(29932): at dalvik.system.DexFile.<init>(DexFile.java:80)
E/AndroidRuntime(29932): at dalvik.system.DexFile.<init>(DexFile.java:59)
E/AndroidRuntime(29932): at dalvik.system.DexPathList.loadDexFile(DexPathList.java:263)
E/AndroidRuntime(29932): at dalvik.system.DexPathList.makeDexElements(DexPathList.java:230)
E/AndroidRuntime(29932): at dalvik.system.DexPathList.<init>(DexPathList.java:112)
E/AndroidRuntime(29932): at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
E/AndroidRuntime(29932): at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
E/AndroidRuntime(29932): at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:57)
E/AndroidRuntime(29932): at android.app.LoadedApk.getClassLoader(LoadedApk.java:326)
E/AndroidRuntime(29932): at android.app.LoadedApk.makeApplication(LoadedApk.java:508)
E/AndroidRuntime(29932): ... 11 more
Click to expand...
Click to collapse
[email protected]:/ # ls -al /system/app
ls -al /system/app
-rw-r--r-- root root 32701 2008-08-01 14:00 BasicDreams.apk
-rw-r--r-- root root 792524 2008-08-01 14:00 Bluetooth.apk
-rw-r--r-- root root 2341677 2008-08-01 14:00 Browser.apk
-rw-r--r-- root root 336811 2008-08-01 14:00 Calculator.apk
-rw-r--r-- root root 2372649 2008-08-01 14:00 Camera2.apk
-rw-r--r-- root root 411178 2008-08-01 14:00 CellBroadcastReceiver.apk
-rw-r--r-- root root 157835 2008-08-01 14:00 CertInstaller.apk
lrwxrwxrwx root root 2013-11-30 13:09 ChromeBookmarksSyncAdapter.apk -> /sd-ext/gapps/system/app/ChromeBookmarksSyncAdapter.apk
-rw-r--r-- root root 2242107 2008-08-01 14:00 DeskClock.apk
-rw-r--r-- root root 108251 2008-08-01 14:00 Development.apk
-rw-r--r-- root root 361119 2008-08-01 14:00 DocumentsUI.apk
-rw-r--r-- root root 230152 2008-08-01 14:00 DownloadProviderUi.apk
-rw-r--r-- root root 116355 2008-08-01 14:00 EVTips.apk
-rw-r--r-- root root 152443 2008-08-01 14:00 EVUpdater.apk
-rw-r--r-- root root 199796 2008-08-01 14:00 EVWidgets.apk
-rw-r--r-- root root 263658 2008-08-01 14:00 Galaxy4.apk
-rw-r--r-- root root 4882949 2008-08-01 14:00 Gallery2.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleCalendarSyncAdapter.apk -> /sd-ext/gapps/system/app/GoogleCalendarSyncAdapter.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleContactsSyncAdapter.apk -> /sd-ext/gapps/system/app/GoogleContactsSyncAdapter.apk
-rw-r--r-- root root 11881 2008-08-01 14:00 HTMLViewer.apk
-rw-r--r-- root root 60797 2008-08-01 14:00 HoloSpiralWallpaper.apk
-rw-r--r-- root root 69820 2008-08-01 14:00 KeyChain.apk
-rw-r--r-- root root 15645276 2008-08-01 14:00 LatinIME.apk
-rw-r--r-- root root 1108004 2008-08-01 14:00 Launcher3.apk
-rw-r--r-- root root 1747799 2008-08-01 14:00 LiveWallpapers.apk
-rw-r--r-- root root 177573 2008-08-01 14:00 LiveWallpapersPicker.apk
-rw-r--r-- root root 227957 2008-08-01 14:00 MagicSmokeWallpapers.apk
lrwxrwxrwx root root 2013-11-30 13:09 MediaUploader.apk -> /sd-ext/gapps/system/app/MediaUploader.apk
-rw-r--r-- root root 724691 2008-08-01 14:00 Music.apk
-rw-r--r-- root root 79123 2008-08-01 14:00 NoiseField.apk
-rw-r--r-- root root 5656 2008-08-01 14:00 PacProcessor.apk
-rw-r--r-- root root 366489 2008-08-01 14:00 PackageInstaller.apk
-rw-r--r-- root root 75027 2008-08-01 14:00 PhaseBeam.apk
-rw-r--r-- root root 474439 2008-08-01 14:00 PhotoTable.apk
-rw-r--r-- root root 18146 2008-08-01 14:00 PicoTts.apk
-rw-r--r-- root root 212403 2008-08-01 14:00 PrintSpooler.apk
-rw-r--r-- root root 129848 2008-08-01 14:00 SoundRecorder.apk
-rw-r--r-- root root 11229 2008-08-01 14:00 SpeechRecorder.apk
-rw-r--r-- root root 93044 2008-08-01 14:00 Stk.apk
-rw-r--r-- root root 88796 2008-08-01 14:00 TelephonyProvider.apk
-rw-r--r-- root root 36948 2008-08-01 14:00 ThemeChooser.apk
-rw-r--r-- root root 10917 2008-08-01 14:00 UserDictionaryProvider.apk
-rw-r--r-- root root 193970 2008-08-01 14:00 VisualizationWallpapers.apk
-rw-r--r-- root root 7148 2008-08-01 14:00 WAPPushManager.apk
[...]
[email protected]:/ # ls -al system/priv-app
ls -al system/priv-app
-rw-r--r-- root root 131818 2008-08-01 14:00 BackupRestoreConfirmation.apk
-rw-r--r-- root root 223596 2008-08-01 14:00 CalendarProvider.apk
-rw-r--r-- root root 2568532 2008-08-01 14:00 Contacts.apk
-rw-r--r-- root root 388812 2008-08-01 14:00 ContactsProvider.apk
-rw-r--r-- root root 19536 2008-08-01 14:00 DefaultContainerService.apk
-rw-r--r-- root root 4462895 2008-08-01 14:00 Dialer.apk
-rw-r--r-- root root 456284 2008-08-01 14:00 DownloadProvider.apk
-rw-r--r-- root root 671246 2008-08-01 14:00 EVToolbox.apk
-rw-r--r-- root root 23806 2008-08-01 14:00 ExternalStorageProvider.apk
-rw-r--r-- root root 14321 2008-08-01 14:00 FusedLocation.apk
lrwxrwxrwx root root 2013-11-30 13:09 GmsCore.apk -> /sd-ext/gapps/system/priv-app/GmsCore.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleBackupTransport.apk -> /sd-ext/gapps/system/priv-app/GoogleBackupTransport.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleFeedback.apk -> /sd-ext/gapps/system/priv-app/GoogleFeedback.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleLoginService.apk -> /sd-ext/gapps/system/priv-app/GoogleLoginService.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleOneTimeInitializer.apk -> /sd-ext/gapps/system/priv-app/GoogleOneTimeInitializer.apk
lrwxrwxrwx root root 2013-11-30 13:09 GooglePartnerSetup.apk -> /sd-ext/gapps/system/priv-app/GooglePartnerSetup.apk
lrwxrwxrwx root root 2013-11-30 13:09 GoogleServicesFramework.apk -> /sd-ext/gapps/system/priv-app/GoogleServicesFramework.apk
-rw-r--r-- root root 132613 2008-08-01 14:00 InputDevices.apk
-rw-r--r-- root root 1025529 2008-08-01 14:00 Keyguard.apk
-rw-r--r-- root root 124859 2008-08-01 14:00 MediaProvider.apk
-rw-r--r-- root root 1744248 2008-08-01 14:00 Mms.apk
-rw-r--r-- root root 99109 2008-08-01 14:00 MusicFX.apk
-rw-r--r-- root root 5696 2008-08-01 14:00 OneTimeInitializer.apk
lrwxrwxrwx root root 2013-11-30 13:09 Phonesky.apk -> /sd-ext/gapps/system/priv-app/Phonesky.apk
-rw-r--r-- root root 8237 2008-08-01 14:00 ProxyHandler.apk
-rw-r--r-- root root 11191525 2008-08-01 14:00 Settings.apk
-rw-r--r-- root root 127249 2008-08-01 14:00 SettingsProvider.apk
lrwxrwxrwx root root 2013-11-30 13:09 SetupWizard.apk -> /sd-ext/gapps/system/priv-app/SetupWizard.apk
-rw-r--r-- root root 6909 2008-08-01 14:00 SharedStorageBackup.apk
-rw-r--r-- root root 47864 2008-08-01 14:00 Shell.apk
-rw-r--r-- root root 1486770 2008-08-01 14:00 SystemUI.apk
-rw-r--r-- root root 2675646 2008-08-01 14:00 TeleService.apk
-rw-r--r-- root root 215775 2008-08-01 14:00 ThemeManager.apk
-rw-r--r-- root root 123279 2008-08-01 14:00 VoiceDialer.apk
-rw-r--r-- root root 59415 2008-08-01 14:00 VpnDialogs.apk
-rw-r--r-- root root 61052 2008-08-01 14:00 WallpaperCropper.apk
[...]
[email protected]:/ # mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,relatime,mode=750,gid=1000 0 0
none /sys/fs/cgroup/memory cgroup rw,relatime,memory 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock3 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mmcblk0p2 /sd-ext ext4 rw,noatime,nodiratime,barrier=1,data=writeback,noauto_da_alloc 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/179:1 /mnt/media_rw/sdcard0 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
Click to expand...
Click to collapse
does anyone have any idea what the problem could be?
tried the older version of gapps core (24-11 instead of 26-11) that still included the odex files, but the result is the same
i installed them to the system partition now and that works fine. still not the solution i was looking for considering the size of the internal partitions...
since there's no feedback i'll shamelessly use this abandoned thread to get a postcount over 10...
nearly there...
i can see the light...
here we go.
Hi bfink,
I am experiencing the same issue on my droid incredible. I saw you worked around it by installing to the system partition rather than using sd-ext. Unfortunately, with my latest build of Evervolv (Android 4.4.1) for my phone, even after cleaning out extra system apps and media files, I'm still maxing out the /system partition and can't get gapps to work. When I try the extgapps method linked in your first post, I get the same errors as you (i.e. ClassNotFoundException). Did you ever get that method working or figure out what the issue is?
Anyone else?
Thanks
sadly no. what you could try is to install some system apps as normal apps, i.e. move them from system to data or use the functionality for that in titanium backup, then install the gapps to system and maybe also move some afterwards. or resize the system partition when you reinstall the next time.
thanks a lot!
Sent from my GT-N7100 using xda app-developers app
Thanks for the response. Unfortunately I don't know of any way to resize the partitions on the droid incredible. It is very similar to the nexus one as far as hardware goes, but I don't think we have the ability to mess with the partitions. If anyone knows of a way, feel free to correct/enlighten me.
I just ended up spending some more time clearing out additional things I don't need from the system partition (like non-English fonts). Eventually I was able to get enough space, but I had some other unrelated issues too. Maybe this will get fixed, but until then I think we'll just have to free space in whatever way we can (e.g. removing system apps, moving system apps to data, deleting unused media/font files, etc.). Thanks again.
I'm late to the party here (really want my 10 posts )
But I think you might want to try a clean flash with a new set of Gapps?
CWM Backup
Wipe System
Wipe Data
Wipe Cache and Dalvik
Flash Rom
Flash 4.4.1 gapps ([GAPPS][4.4.1/4.4.2] Unofficial GApps [10-Dec-2013])
Wipe Cache and Dalvik
Reboot
---------- Post added at 09:45 PM ---------- Previous post was at 09:39 PM ----------
also, if you need more answer, try a google search with "site:forum.xda-developers.com" at the end so you get XDa results