Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f49cfdcc authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

revert support of Volla phone

parent 92798881
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -126,13 +126,13 @@ public class DeviceDetectionTask extends Task<Phone>{
                }else if(stringPart.contains("model:")){
                    logger.debug("  \"model\" keyword has been found");
                    String model = stringPart.substring("model:".length() );
                    if(model.equals("Volla_Phone")) model = "GS290";
                    //if(model.equals("Volla_Phone")) model = "GS290";
                    result.setAdbModel(model);
                }else if(stringPart.contains("device:")){
                    logger.debug("  \"device\" keyword has been found");
                    String device = stringPart.substring("device:".length() );
                    if(device.equals("2e")) device ="Teracube_2e";
                    if(device.equals("k63v2_64_bsp")) device="GS290";
                    //if(device.equals("k63v2_64_bsp")) device="GS290";
                    result.setAdbDevice(device);
                }
            }