|
hello, another method you can do is via Root Explorer, copy those file in your sdcard, from sdcard copy to the specified folder.
For ADB
For the adb tools, I use minimal adb
NOTE:
1. You have to enable USB Debugging under Developer Option
2. To access Developer Option, go to Settings > About Phone > Tap Build number 7 times or more
3. Access the Developer Option to enable USB Debugging
4. Connect your phone to the PC
5. Go to the adb folder reside, use Command Prompt from start menu (run as admin to be safe)
6. See the connection with
7. If there is more than one adb devices in your computer,8. Add -d to every adb command:
- adb -d shell
- adb -d remount
- adb -d etc
Copy the Code
Hope it helps.
I know how frustrated are you because I've trying to solve Umi's problem my own, and did you know how hard it is? It takes me month to post this solution, I'm just an average user like you. Hope you understand.
Good luck
|
|