Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Technically to do this, you would take the Phone and Contacts apk from Fresh2.3.3 and push them to darchdroid 2.7 using adb. Will it work, maybe.
So I tried this
(Fresh 2.3.3 installed)
adb pull /system/app/
it dumped the entire contents of /system/app/ into my my PC (c:\android-sdk-windows\tools)
I then wiped (factory reset/dalvik/cache)
restored my darchroid 2.7
adb push HtcContacts.apk /system/app/
adb push Phone.apk /system/app/
It gave me confirmation and speeds on both items, i rebooted and it all went bad.
Once it was loaded to lock screen i unlocked it. It was running horribly slow, couldnt get phone service, internet, and the phone app and contact app were still the original darchdroids.
What to try next?
Don't quote me, but I think that because Fresh uses the Sense phone and contacts and Darch is AOSP, they will not play nice with each other no matter what. The framework of the ROMS are very different in my understanding.
More or less, yes, the frameworks are different. Furthermore, you should not have pulled all of your /system/app from Fresh and pushed the entire thing to Darch. You only needed to pull the specific file. In addition the names of the apks from Fresh to Darch (as far as contacts are concerned) are likely different. In Fresh, it is likely called people and in Darch it is called contacts. I believe the apks might be something like HTCContacts and just contacts.
Again, you can try and pull/push just what you want, but there is no guarantee it will work correctly.
As I posted I only pushed the two pieces:
adb push HtcContacts.apk /system/app/
adb push Phone.apk /system/app/
would it be possible to just open up the .zip files from each ROM and move the files between them?
Seems like that'd be a far simpler way of doing things (I'm sure it's not that easy lol)