Hello,
I edited my build.prop with some new scripts. Can anyone tell me what the default permissions should be ?
rw
r
r
Thanks man
Related
Hey guys...for some reason my skype is busted againi tried the fix in the cm7 forums here to changw ro.kernel.android.check.jni=1 to 0 and it workered for a awhile...til i upgraded to the 09 build that fixes wifi sleep...tried to go into the build.prop to change the setting again
..
But its not in there.....so i added it...but nothing...any ideas.
ok guys if anyone else is having this problem
it was pointed out to me that the build.prop in the /system needs to be edited to contain these lines
dalvik.vm.checkjni=false
ro.kernel.android.checkjni=0
add this to the bottom save....reboot....and skype away....i used ES file explorer with root to edit the build.prop hope it help someone
hello all
I do not understand this action to
can you detail
"change permisions ro rw-r-r, reboot!"
thank you
ps: if there was a Frenchman I'm ok
Linux based OSes all use a similar file permission system you can read in detail on Wikipedia:
http://en.wikipedia.org/wiki/Filesystem_permissions
To change permissions I like to use Root Explorer, here is a video tutorial:
http://www.youtube.com/watch?v=RI08wNsanLY
or just go into recovery and sellect fix permissions
Using Root Explorer
I used Root Explorer, went into system/app, and if you select the view button you can select details instead of icons, this will show you the permission settings of your other applications. rw-r--r--
by long pressing on your application you wish to change, select permissions from the menu. A pop up shows the follow titles.
Read Write Execute
Owner
Group
Others
Select the boxes to match your permission.
Owner: Read and Write
Group: Read
Others: Read
cyneogenmod
hello
new problem after having instaler miracle V1 and V2 I have this message when trying to open cyano
"closing process com.android.settings"
someone has a small idea to settle the problem?
Hi all,
I was edit hwrotation in file build.prop it work ok.
But I want edit it in database sql but it not work. In android can't edit file build.prop so i need other solution
su
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
insert into system (name,value) values('accelerometer_rotation',0);
insert into system (name,value) values('user_rotation',1);
.exit
Click to expand...
Click to collapse
Please help me.
Tun.ko for Xperia Neo/ xperia Neo v to make your Vpn work :highfive: :good:
with the help of " Root explorer " ( paid version )
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
or do google search to get " paid Root explorer "
first copy to
/system /sdcard/tun.ko
then to /system/lib here change the permissions to rw-r-r ( paste in /system/lib because to change the permissions)
atlast, cut and paste in /system/lib/modules/ :good:
Now this vpn dialogs is to make other vpn to work... :angel:
VpnDialogs :
copy and paste in system/app and set permissions to rw-r-r and reboot
voila now your vpn start work...
Tested in :
Droidvpn
Tunnelbear
Hotspotsheild
All files attached below.... any kind of help please Pm
If this thread helped you then please press " Thanks Button "
Xperts if i goes anywhere wrong please guide us
I'm trying to add a new permission in the android permission system. What I've found out till now is that the android manifest is in this directory : android.googlesource.com/platform/frameworks/base/+/master/packages/SystemUI/AndroidManifest.xml but the sms permissions are not included.
My question is if it feasible to create a new permission by merging the read and write permissions of sms or by modifying the code of the read permission of SMS. If it is feasible how it's done,where the code of the permissions resides and in which file those permissions are.
I have no experience with modifying roms,any help will be greatly appreciated.