Quote:
Originally Posted by romskii
so what i have to do now?
adb is a command? but not via cmd or so, so how can i update the Settings?
|
Here is what I did: (It is an alternative without adb)
-put settings.apk to your sdcard root
-Open terminal app on your phone
-write
su
and press enter
click allow if you are asked
-write
mount -o rw,remount /system
and press enter (you shouldn't get any response)
-write
cp /sdcard/Settings.apk /system/app
and press enter
Now you should instantly be able to use the previously problematic settings such as brightness or sound etc.
I think adb command comes with google android sdk/emulator. With the above solution, you don't need it. A third alternative would be droid explorer software.
|