johnfarmerny
Lurker
Hello everybody!
I have the following problem: I've locked myself out of my Galaxy S5 by swiping over the fingerprint sensor too often while it was wet. Now it requests my alternate password, which I unfortunately don't have anymore . I know I could get back into my phone through the ADM (Android Device Manager: it enables me to return to the swipe screen). Unfortunately an open data connection/wifi needs to be enabled in order to do that, which is not the case (both were turned off while I was happily swiping to get in).
The only communication channel I managed to open up to the phone until now is through the "adb sideload update.zip" path: it successfully uploads an update.zip.
My questions are: can I use this to enable wifi by placing a line like:
run_program("svc", "wifi", "enable");
into the updater-script, such that it's also enabled when I reboot the phone? And if so, can anybody direct me which tools I need to create a signed update.zip in order to achieve this? Is there maybe some other way to turn on wifi in such case?
I have some personal data on my phone, which I would really like to retrieve (I have no backup of it, otherwise I wouldn't care).
Any help greatly appreciated,
John
I have the following problem: I've locked myself out of my Galaxy S5 by swiping over the fingerprint sensor too often while it was wet. Now it requests my alternate password, which I unfortunately don't have anymore . I know I could get back into my phone through the ADM (Android Device Manager: it enables me to return to the swipe screen). Unfortunately an open data connection/wifi needs to be enabled in order to do that, which is not the case (both were turned off while I was happily swiping to get in).
The only communication channel I managed to open up to the phone until now is through the "adb sideload update.zip" path: it successfully uploads an update.zip.
My questions are: can I use this to enable wifi by placing a line like:
run_program("svc", "wifi", "enable");
into the updater-script, such that it's also enabled when I reboot the phone? And if so, can anybody direct me which tools I need to create a signed update.zip in order to achieve this? Is there maybe some other way to turn on wifi in such case?
I have some personal data on my phone, which I would really like to retrieve (I have no backup of it, otherwise I wouldn't care).
Any help greatly appreciated,
John