Need help from someone with rooted phone. (just info) - Honor 8 Questions & Answers

I need to know the right settings on my files.
Forgot to check what read and write the files have
So if someone can check in the "root" directory and then the "system" folder and "watermark" folder "wm" folder and what read and write permissions the zip files have

zimmen said:
I need to know the right settings on my files.
Forgot to check what read and write the files have
So if someone can check in the "root" directory and then the "system" folder and "watermark" folder "wm" folder and what read and write permissions the zip files have
Click to expand...
Click to collapse
It'll be 0644

agraceful said:
It'll be 0644
Click to expand...
Click to collapse
Super thnx!

Related

load boot animations without being in recovery(must be rooted)

I was messing around with root explorer and noticed that i was able to delete my boot animation with it when i was mounted as R/W so i thought i would try to copy one and it also works... so no need to push with adb shell.. here are the steps
1. take the boot animation make sure it is named bootanimation.zip and copy it to your SD card
2. then open root explore and mount R/W and then navigate to the file and press on file till the menu comes up and select copy
3. then navigate to data/local and paste the file in the local directory
and you are done, this can be done with the android_audio.mp3 file as well just paste it to the same place.
just thought this would make it easier for people instead of using adb shell
credit goes to yojoe600
Exactly what I was looking for, I'll give it a try, thanks.
The Animation worked but the Audio didn't, do you also need to put the Audio in a zip file?
I didn't think that you needed root to access /data/
So in that case, would need Root Explorer? Wouldn't any file manager do?
Yeah, you dont need root access at all for this.
just adb push bootanimation.zip /data/local/
palomosan said:
Exactly what I was looking for, I'll give it a try, thanks.
The Animation worked but the Audio didn't, do you also need to put the Audio in a zip file?
Click to expand...
Click to collapse
need to look at the text file in your bootanimations.zip and add the words android to the front of the text in that file

How to make a CWM file

Hello, I have searched everywhere and cant find the answer to my question. I wanted to replace a file using CWM .zip how in the heck do I do that? Most of all I just wanted to learn how to do it as well...
Thanks,
Chad
Well to begin with you can take an existing zip with the file path you need, delete everything in the folders not touching the META-inf folder at all, those are the install instructions, and put the file you want to flash in the correct folder. I think thats how everyone starts out.
studacris said:
Well to begin with you can take an existing zip with the file path you need, delete everything in the folders not touching the META-inf folder at all, those are the install instructions, and put the file you want to flash in the correct folder. I think thats how everyone starts out.
Click to expand...
Click to collapse
but your update-script has to match what you are flashing via cwm. if you take a rom zip and just pop in a few files in place of the whole rom structures, your flash will fail because your update-script is looking for specific structures.
Oxicottin said:
Hello, I have searched everywhere and cant find the answer to my question. I wanted to replace a file using CWM .zip how in the heck do I do that? Most of all I just wanted to learn how to do it as well...
Thanks,
Chad
Click to expand...
Click to collapse
One way would be to use: Update Zip creator/modifier (Requires Windows)
yeah it would be bad mojo if you used a wipe rom zips META INFO to make an update zip.....
Thanks a million everyone......
Sorry for being late to the party again.. Here goes my attempt at an explanation though:
Essentially, a CWM flashable zip is just a zip file with the file system replicated in it. So for example, if you wanted to add swype, and you know Swype.apk would regularly go in /system/app, then you would create a blank folder called 'system', and another folder inside system called 'app', and put your Swype.apk inside that. (/system/app/Swype.apk)
After that, all that's left is to build an update script. So, from your root directory (where your system folder is), you would make another directory called META-INF, with a folder inside called 'com', another one inside that called 'google', and finally one called 'android' inside that (/META-INF/com/google/android), you put a text file in there called 'update-script' that tells recovery what you want to do (in this case, copy swype over to the corresponding directory on the file system).
http://forum.xda-developers.com/showthread.php?t=641223
^There's a guide for how to make those. You can also pick apart any rom you find in the dev section and check out the update script for reference.
After that, it's just a matter of zipping up all the contents in your root directory, then signing the zip with testsign.jar
modest_mandroid said:
Sorry for being late to the party again.. Here goes my attempt at an explanation though:
Essentially, a CWM flashable zip is just a zip file with the file system replicated in it. So for example, if you wanted to add swype, and you know Swype.apk would regularly go in /system/app, then you would create a blank folder called 'system', and another folder inside system called 'app', and put your Swype.apk inside that. (/system/app/Swype.apk)
After that, all that's left is to build an update script. So, from your root directory (where your system folder is), you would make another directory called META-INF, with a folder inside called 'com', another one inside that called 'google', and finally one called 'android' inside that (/META-INF/com/google/android), you put a text file in there called 'update-script' that tells recovery what you want to do (in this case, copy swype over to the corresponding directory on the file system).
http://forum.xda-developers.com/showthread.php?t=641223
^There's a guide for how to make those. You can also pick apart any rom you find in the dev section and check out the update script for reference.
After that, it's just a matter of zipping up all the contents in your root directory, then signing the zip with testsign.jar
Click to expand...
Click to collapse
Is there a way from the CWM interface to do the same with a backup you create? I noticed backups are not in the same format, they are usually .img, .tar, and an md5 file?

[Q] Where is system/ lib and app folders?

InstigatorX said:
Originally Posted by Chouie
Im in v3...i donto have Google talk either
U can just use Samsung's social hub for gchat
Sent from my SGH-I727R
Click to expand...
Click to collapse
Attached Google Talk files that worked for me (from TouchWiz 1.0.2 ROM). Put the lib file into /system/lib and the apk into /system/app. Change perms to 744.
Click to expand...
Click to collapse
I am trying to follow these instructions however I can not find the /system/lib and /system/app folders. The Google Talk stock app vanished when I flashed TCP's rom on the phone, so I am trying to reinstall it this way, since it is not on the market.
Where are these files usually located? Do I need to format my files differently or something?
/system/app
/system/lib
ANYTHING that is not /mnt/sdcard (/sdcard) or /ext-sd requires ROOT access and an app that will look at ROOT
ES File explorer or root explorer
you WILL NOT see these folders by just plugging into your computer, nor will you see it with basic file managers
Pirateghost said:
/system/app
/system/lib
ANYTHING that is not /mnt/sdcard (/sdcard) or /ext-sd requires ROOT access and an app that will look at ROOT
ES File explorer or root explorer
you WILL NOT see these folders by just plugging into your computer, nor will you see it with basic file managers
Click to expand...
Click to collapse
Thanks for the help,
Ok i downloaded ASTRO file manager, but when i try to paste into the app folder it gives me an error message that I have a read only file system...
Make sure you have r/o where it says r/o or r/w. this way you can paste it.
LazyMike said:
Thanks for the help,
Ok i downloaded ASTRO file manager, but when i try to paste into the app folder it gives me an error message that I have a read only file system...
Click to expand...
Click to collapse
Pirateghost said:
/system/app
/system/lib
ANYTHING that is not /mnt/sdcard (/sdcard) or /ext-sd requires ROOT access and an app that will look at ROOT
ES File explorer or root explorer
you WILL NOT see these folders by just plugging into your computer, nor will you see it with basic file managers
Click to expand...
Click to collapse
I know I'm VERY! late with this answer, but I have to correct you. With zArchiver (file-explorer and zip/7-zip app) you can access androids system folders. On a S III mini I can copy the ringtones/notification-sounds or the start sound( on the micro-SD-card for example). It is possible to copy other files too, but that didn't make any sense for me. btw: phone is not rooted.
P.S. Also worked on a non-rooted Huawei Y 625 @ Android 4.4.2 . Of course I can not copy files INTO the system folder(s) but read-acces is definitely possible without root permissions.
Greetz HiddenAssassin2306
Access to /data is forbidden in Android unless you have root access.
/system is read only, and limited.
My quote from above did say you wouldn't see any of these from a computer. And the OP was trying to place files in /system, which is read only.
Is there some reason you felt the need to bring up a 3 year old thread to say I'm wrong, when in this thread, regarding the original post, I am 100% correct?

Not able to delete the folder and files within that particular folder

I have Lenovo K4 note , having Marshmellow installed. Now the problem is what happened, one folder having some files around 2 GB, I cant delete that folder neither the files, nor I cant CUT or Move . But yes I can rename that folder. I cant add or change the permissions too. The dafault permissions is given same as other folder and files. The phone is not rooted. CAn you please help on that. .
Joydeep212008 said:
I have Lenovo K4 note , having Marshmellow installed. Now the problem is what happened, one folder having some files around 2 GB, I cant delete that folder neither the files, nor I cant CUT or Move . But yes I can rename that folder. I cant add or change the permissions too. The dafault permissions is given same as other folder and files. The phone is not rooted. CAn you please help on that. .
Click to expand...
Click to collapse
Someone please help me on this
Joydeep212008 said:
I have Lenovo K4 note , having Marshmellow installed. Now the problem is what happened, one folder having some files around 2 GB, I cant delete that folder neither the files, nor I cant CUT or Move . But yes I can rename that folder. I cant add or change the permissions too. The dafault permissions is given same as other folder and files. The phone is not rooted. CAn you please help on that. .
Click to expand...
Click to collapse
You'd need to post more info. Like:
1. Name of folder
2. Location of folder (SD card/system partition/data partition/etc)
3. Contents of the folder.
4. Anything else that might be helpful. Like the creation date of the folder etc.
Freewander10 said:
You'd need to post more info. Like:
1. Name of folder
2. Location of folder (SD card/system partition/data partition/etc)
3. Contents of the folder.
4. Anything else that might be helpful. Like the creation date of the folder etc.
Click to expand...
Click to collapse
Thanks for the reply.
1. The name of the folder is ADM. It created when I install the apps. ADM holo
2. It is in the SD card partion.
3. small video files.
It seems to be permission issue, which dont allowing me to delete the folder neither I can move, but yes I can rename the folder.
Joydeep212008 said:
Thanks for the reply.
1. The name of the folder is ADM. It created when I install the apps. ADM holo
2. It is in the SD card partion.
3. small video files.
It seems to be permission issue, which dont allowing me to delete the folder neither I can move, but yes I can rename the folder.
Click to expand...
Click to collapse
Have you tried using different file managers? (including stock)
Or connecting it to your computer and try deleting it from there. Or.....If its a removable SD card, insert it in another device and try deleting the folder.
What version of android are you on btw?
Freewander10 said:
Have you tried using different file managers? (including stock)
Or connecting it to your computer and try deleting it from there. Or.....If its a removable SD card, insert it in another device and try deleting the folder.
What version of android are you on btw?
Click to expand...
Click to collapse
Yes I have tried 2 to 3 explorer other than the stock one. but same. As version is Marshmellow so memory will not be detect in my PC. when I connect the phone with my PC, I tried to delete it, It gets delete, but again when I check from my mobile it show the folder and files as it is. that means it don't gets deleted. I don't know why it happens like that.
Joydeep212008 said:
Yes I have tried 2 to 3 explorer other than the stock one. but same. As version is Marshmellow so memory will not be detect in my PC. when I connect the phone with my PC, I tried to delete it, It gets delete, but again when I check from my mobile it show the folder and files as it is. that means it don't gets deleted. I don't know why it happens like that.
Click to expand...
Click to collapse
Try another phone then.
Assuming its a removable SD card.

Question Permission denied in data folder under android

I need to modify a folder under the data folder in android, I can navigate to it but don't have write access. I wish to do this without having to root my phone. I have tried various folder programs and no luck. There should be a trick out there. Please help!!! TIA
Unless there's some trick(s) I don't know of yet, which is possible as I have fallen off the rooting scene after I rooted my S6 Edge Plus but things were a lot different then, as far as I know that's a big No
What folder is it?
bsnpr24 said:
I need to modify a folder under the data folder in android, I can navigate to it but don't have write access. I wish to do this without having to root my phone. I have tried various folder programs and no luck. There should be a trick out there. Please help!!! TIA
Click to expand...
Click to collapse
download Google Files. Hold the app and goto app info, In last allow both "modify system" And "install unknown app" and you can copy and move from and to data folder now.
Android 11 onwards does not allow non OEM signed apps to access data folder
nayak.aj said:
download Google Files. Hold the app and goto app info, In last allow both "modify system" And "install unknown app" and you can copy and move from and to data folder now.
Android 11 onwards does not allow non OEM signed apps to access data folder
Click to expand...
Click to collapse
I got Android 12. So there is no way around it without root?
bsnpr24 said:
I got Android 12. So there is no way around it without root?
Click to expand...
Click to collapse
what i mentioned doesnt need root. just an app by google ( Google Files) or maybe Samsung ( Samsung Files). Try google first.
nayak.aj said:
what i mentioned doesnt need root. just an app by google ( Google Files) or maybe Samsung ( Samsung Files). Try google first.
Click to expand...
Click to collapse
Did what you said, tried it on both and none show the hidden folder structure I need to get into. I can see the folder using a third party app like xolore but when I try to copy I get permission denied
Hi download Solid Explorer from play store with it you can access the android/data folder and the app folders inside
bsnpr24 said:
Did what you said, tried it on both and none show the hidden folder structure I need to get into. I can see the folder using a third party app like xolore but when I try to copy I get permission denied
Click to expand...
Click to collapse
< Please Delete >
nayak.aj said:
what i mentioned doesnt need root. just an app by google ( Google Files) or maybe Samsung ( Samsung Files). Try google first.
Click to expand...
Click to collapse
Did what you said, tried it on both and none show the hidden folder structure I need to get into. I can see the folder using a third party app like xolore but when I try to copy I get oermosion
Goliboster said:
Hi download Solid Explorer from play store with it you can access the android/data folder and the app folders inside
Click to expand...
Click to collapse
You can access the folder but does it let you modify or add content? I try to add a file and permission denied
bsnpr24 said:
Did what you said, tried it on both and none show the hidden folder structure I need to get into. I can see the folder using a third party app like xolore but when I try to copy I get oermosion
You can access the folder but does it let you modify or add content? I try to add a file and permission denied
Click to expand...
Click to collapse
Have you given Total Commander a try ? i think it should work. atleast thats what i heard..
bsnpr24 said:
Did what you said, tried it on both and none show the hidden folder structure I need to get into. I can see the folder using a third party app like xolore but when I try to copy I get oermosion
You can access the folder but does it let you modify or add content? I try to add a file and permission denied
Click to expand...
Click to collapse
Yes it does and you can copy and paste to and from the folders asswell. I use it to backup my save and character files for Terraria.
bsnpr24 said:
Did what you said, tried it on both and none show the hidden folder structure I need to get into. I can see the folder using a third party app like xolore but when I try to copy I get oermosion
You can access the folder but does it let you modify or add content? I try to add a file and permission denied
Click to expand...
Click to collapse
Yes it does and you can copy and paste to and from the folders asswell. I use it to backup my save and character files for Terraria.
raul6 said:
What folder is it?
Click to expand...
Click to collapse
/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
Need to add a file inside
With Solid Explorer you can even eddit .cfg files with its build in text editor
Here is some pics showing me editing in the android/data folder
Goliboster said:
Here is some pics showing me editing in the android/data folder
Click to expand...
Click to collapse
Do you have Android 12?
nayak.aj said:
Have you given Total Commander a try ? i think it should work. atleast thats what i heard..
Click to expand...
Click to collapse
I did but it didn't work
Goliboster said:
Here is some pics showing me editing in the android/data folder
Click to expand...
Click to collapse
I tried and I get this error
Use a file manager app that has access, such as File Manager +
Locate the folder of the app which you get permission denied prompt when pasting files or folders inside. Rename that folder to something similar. Create a new folder with the original folder name. Now paste everything inside. Run the app.

Categories

Resources