First, this has nothing to do with this list. This list is for developing with the Android SDK.
Second, you need to spend more time learning Linux if you are going to mess around at a Linux shell as you demonstrated. This list is also not a Linux shell support list. That being said, push the file somewhere adb push *can* write to, then use adb shell to copy that file into position. On Sat, Jan 21, 2012 at 7:24 AM, ramkumar pinninti <[email protected]> wrote: > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.3 Available! -- 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

