移行元の端末で
@Titanium BackupでLINEの全データをバックアップ

A元のデバイスのandroid_idを調べる

方法1.Titanium Backup でMenu-> Manage Android ID .. -> 表示されるIDをメモ

方法2:スマホをパソコンに接続し下記コマンドを打つ。
adb shell settings get secure android_id

新しい端末で
Bandroid_idを書き換える
念のため新しい端末のandroid_idを確認
adb shell settings get secure android_id

移行元android_idに戻す
adb shell settings put secure android_id [移行元端末のandroid_id]

CTitanium BackupでLINEのデータをリストア