Skip to content

Commit

Permalink
Pantech Sky Vega added
Browse files Browse the repository at this point in the history
  • Loading branch information
chautruongthinh committed Aug 7, 2018
1 parent 1bd41f0 commit e932132
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,12 @@ private void correctDeviceName() {
mKernelPath = "/dev/block/mmcblk0p7";
}

//PANETCH
if (mName.equals("ef56") || mName.equals("ef60") || mName.equals("ef61") || mName.equals("ef62") || mName.equals("ef63")) {
mRecoveryPath = "/dev/block/mmcblk0p14";
mKernelPath = "/dev/block/mmcblk0p7";
}

readDeviceInfos();
if (!mRecoveryPath.equals("") && !isRecoveryOverRecovery()) {
mRecoveryType = PARTITION_TYPE_DD;
Expand Down Expand Up @@ -1208,4 +1214,4 @@ public boolean isRecoveryBackupPossible() {
public boolean isKernelBackupPossible() {
return App.Device.isKernelDD() || App.Device.isKernelMTD();
}
}
}

1 comment on commit e932132

@yow12
Copy link

@yow12 yow12 commented on e932132 May 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nnns

Please sign in to comment.