[android-discuss] Re: Enabling root permissions/functioanlities from the Android application or a folder in Android filesystem with default Permission

2011-07-28 Thread s.rawat
Hi Chris , Thanks for the reply it worked pretty well. The /data folder in the android file system has the default application folder where the application specific read write happens they generally looks like this : */data/data/my.package.name/app_my custom folder/* **

[android-discuss] Re: Enabling root permissions/functioanlities from the Android application or a folder in Android filesystem with default Permission

2011-07-26 Thread Chris Stratton
On Tuesday, July 26, 2011 4:39:36 AM UTC-4, Jessica wrote: *Other way round for this problem is -- Is there any folder in the android file system where i could create a database(sqlite) and do the file operation(read write ) in this case I dont have to enable the chmod permission .* Yes,