Ok my phone is rooted. I pulled the settings.db file and done some modifications.I need to push the modified settings.db back to "/data/data/ com.android.providers.settings/databases/" . I used following adb commands from my PC terminal
C:\Users\ramkumar\.android\avd\android_simulator.avd>adb shell $ su #chmod 777 /data/data/com.android.providers.settings/databases/ settings.db #exit $exit C:\Users\ramkumar\.android\avd\android_simulator.avd>adb shell push <my local path> /data/data/com.android.providers.settings/databases/ push: permission denied Please give any solution.Can i write to data\ folder on rooted phone.I am able to read and write system/app Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

