Search code examples
javaandroidadb

network unlocking a phone quickly


I have a lot of network locked phones that I need to network unlock. I have an excel sheet with the imei of every phone and its associated unlock code. Is there a way to quickly get this done. For Samsung phones you can input #7465625*638*# and then it will ask you for the unlock code. Lg phones are done by inputting 2945#*model number# . These are the two main types of brands that I have. Any thoughts and how this can be done? I would really appreciate it. You dont need to write any code. I would just like to know if its possible and what technology i would need to use.


Solution

  • Using "adb shell input text <your_string>" would speed up entering that information (instead of by hand) if these phones have adb enabled.