I'm trying to restore my SMS text messages from my rooted Nexus 5 with a broken screen (no display or touch capabilities) to my functioning but unrooted Nexus 5X.
I can turn the rooted phone to recovery mode and run any adb command (I managed to pull the mmssms.db file using adb), however, I naturally can't run adb push mmssms.db /data/data/com.android.providers.telephony/databases/mmssms.db
to my unrooted phone.
Is there any way to restore the text messages some other way?
Again, I have full root access using adb to my rooted phone.