Help with rooting custom device (not phone) - Magisk

Hello guyz!
I have a device that I am testing, which is heavily customized. I managed to unlock the bootloader, find the boot.img and patch it with the magisk manager on an other device, and finally flash it with fastboot. The sun binaries was written in the system but there was no magisk manager so whenever I tried to execute su in adb I got permission denied as a response.
So, I found the system.img unpacked it and tried to install the app files in several destinations(/system/priv-app, /system/app, /data/app). Than way I managed to find the app in the system and now when I give su in the adb it waits and in the system I see magisk manager opening and closing immediately.
I know that I am losing something, cause I do not have deep knowledge of the Android internals, but I did my best until now, and I didn't find how to fix the issue until now. Also , for some reason I cannot install more apps on the system (other than the preinstalled and magisk)
I appreciate the help thanks guys

What is this "device" you speak of ...
Phone ? Tablet ?
Android Version?,you better not have an
Iphone and made an account on XDA [emoji28]
Custom Rom or Stock ?
Sent from my SM-J700T using Tapatalk

El_Diabolical said:
What is this "device" you speak of ...
Phone ? Tablet ?
Android Version?,you better not have an
Iphone and made an account on XDA [emoji28]
Custom Rom or Stock ?
Click to expand...
Click to collapse
Lol no man not an iPhone user! It is not a phone nor a tablet! It runs Android 9 and it has a vertical resolution !
Update: I don't know if it can be considered stock rom! The manufacturer makes it but it is something like stock with some costomization and restrictions!

Serbinhio said:
Lol no man not an iPhone user! It is not a phone nor a tablet! It runs Android 9 and it has a vertical resolution !
Update: I don't know if it can be considered stock rom! The manufacturer makes it but it is something like stock with some costomization and restrictions!
Click to expand...
Click to collapse
Just extract the magisk.apk from the magisk package and install

TheRealModder said:
Just extract the magisk.apk from the magisk package and install
Click to expand...
Click to collapse
I did that but by adding it to the system image! The thing is that there is no other way to install an all to the device (adb denies it, no file manager etc)

Serbinhio said:
I did that but by adding it to the system image! The thing is that there is no other way to install an all to the device (adb denies it, no file manager etc)
Click to expand...
Click to collapse
Did you try to install it as a normal apk?
Sent from my SM-G610F using Tapatalk

TheRealModder said:
Did you try to install it as a normal apk?
Click to expand...
Click to collapse
What do you mean as normal apk? If you do not have a browser or file manager, or in general any other app that can install your apk it cannot be done!

Serbinhio said:
What do you mean as normal apk? If you do not have a browser or file manager, or in general any other app that can install your apk it cannot be done!
Click to expand...
Click to collapse
What device bro?
Sent from my SM-G610F using Tapatalk

TheRealModder said:
What device bro?
Click to expand...
Click to collapse
Let's say a photo player! But it does not matter in our issue! There is no common way to install apps and no play store ! The issue is with magisk and why it crashes on the prompt

Serbinhio said:
Let's say a photo player! But it does not matter in our issue! There is no common way to install apps and no play store ! The issue is with magisk and why it crashes on the prompt
Click to expand...
Click to collapse
A photo player?! Sorry bro, can't help.
Sent from my SM-G610F using Tapatalk

Serbinhio said:
Let's say a photo player! But it does not matter in our issue! There is no common way to install apps and no play store ! The issue is with magisk and why it crashes on the prompt
Click to expand...
Click to collapse
You can install an apk within the adb by typing this command:
Code:
adb install <apk file location>

chalseu said:
You can install an apk within the adb by typing this command:
Click to expand...
Click to collapse
It cannot work, from Android 8 it has been changed and now it is in a per app setting. And even changing the settings gives an error that unknown sources not allowed

Related

[ROM][CWM]KhasMek Stock Deodexed plus! For Tab 10.1

As normal, it's not my fault if you fubar your tab by flashing this or if zombies come and speedhump your cat. You've been warned.
Well, hello there, some of you may know me from my vzwtab (7") work, but I'm sure most of you don't.
No matter, I just finished deodexing my framework and app folders, so I decided to share with you.
This isn't anything special, just you're stock system that's been deodexed, I did not remove any programs, there are really only three or so 'bloatware' apps on here, so I didn't bother.
If you would like to, just use root file explorer (or your preferred method) to remove them.
In addition to the stock items I have added pershoot's SU/Busybox/misc package (SOURCE) All credit goes to him for that.
If there's anything else, just let me know. I have tested this on my own rooted tab and everything seems to work fine and be stable.
If you notice any issues, please format/clear both Dalvik & normal Cache. It's probably the cause.
Features
Deodexed flashable system
Pershoot's SU/Busybox/misc pacakage (nano, VIM, all kinds of other goodies)
Changelog
06212011- r1 - Initial Release
Known Issues
You may have to go through and manually delete your odex's in /system/app/ and /system/framework/ but the apk's and jar's no longer call them. (I can't get the amend format command working right. if you want to tell me how, please!)
Installation
Reboot into CWM either via ROM Manager or via power off, volume down + power, volume down to CWM icon and volume up to select.
Select Install Zip from SD Card
Navigate to location of zip and select okay
Clear Cache and Dalvik Cache (in advanced)
Reboot
Make themes for me
Download
HERE
Lastly, if you like my work, donate to me so I can donate money to devs that make my world easier (and therefore yours).
awesome finally someone to break ground for the Samsung Galaxy tab! Thanks will try it out!
Not sure if it matters but is this for retail or I/o version? Does it matter since it is basically the same tab?
For any ideas: maybe you could include a way for hulu to work without any work arounds? And maybe some lag fixes. Although that may be solved with a custom kernel.
Sent from my PC36100 using XDA Premium App
Decided to test this on the retail version.
The only problem is that root is broken because there are two su binaries installed.
/system/bin/su - installed from file Samsung_Galaxy_Tab_10.1_root.zip when you rooted the device.
/system/xbin/su - installed when you added [Tools] – SU/BusyBox/Misc – Galaxy Tab 10.1 (Update: 6/18/11).
To fix:
http://forum.xda-developers.com/showpost.php?p=14016703&postcount=18
------
the /system/bin/su binary need to be removed.
Su does not work on the tablet with two su binaries installed.
Use adb to remove /system/bin/su
adb remount
adb shell
cd /system/bin
rm su
reboot
I tried running titanium backup prior to a reboot after removing /system/bin/su and it would not work. I uninstalled/reinstalled and it worked, but a reboot may have fixed the problem.
I manually deleted all the odex files - no problems so far. I will provide an update later if I have problems.
------------
You can remove /system/bin/su when you update the image again.
JD
Yeah, I just noticed that myself actually. Don't know why I didn't catch it before.
Anywho, I think I'll prolly push an update to this tomorrow after I write a script to remove the odex's. It was my initial thought, but I thought it would be easier to used the updater-script to do it, but looks like just writing an additional one will be best.
Glad the su thing didn't confuse you too much!
Sweet thanks for this. Going to give it a whirl!
I flashed the Samsung_Galaxy_Tab_10.1_root.zip after flashing the Rom. Everying is working fine.
I didn't need to remove su from anywhere.
Thanks!
Sent from my GT-P7510 using XDA Premium App
Same here
Sent from my GT-P7510 using XDA Premium App
Any chance you can add a browser.apk that gives access to Google Labs?
Sent from my GT-P7510 using Tapatalk
touchpro247 said:
I flashed the Samsung_Galaxy_Tab_10.1_root.zip after flashing the Rom. Everying is working fine.
I didn't need to remove su from anywhere.
Thanks!
Sent from my GT-P7510 using XDA Premium App
Click to expand...
Click to collapse
You will only have problems when you try to run an app that requires root (Root Explorer, Titanium backup....).
danielsjam said:
You will only have problems when you try to run an app that requires root (Root Explorer, Titanium backup....).
Click to expand...
Click to collapse
Nope, not at all. They both run fine. Thanks tho. Others may have that problem, I don't.
touchpro247 said:
Nope, not at all. They both run fine. Thanks tho. Others may have that problem, I don't.
Click to expand...
Click to collapse
If you have both su binaries - and all works - good to hear. I will flash again, but will reboot a second time to see if it matters. Those apps did not run until I remove the su from bin.
Strange how two devices with the same specs operate different on certain software.
JD
shouldn't that have been:
cd /system/bin ?
i didn't try mine w both since i didn't want hassle of find out if it worked or not. no reason for 2 su's.
danielsjam said:
Use adb to remove /system/bin/su
adb remount
adb shell
cd /system/app
rm su
reboot
JD
Click to expand...
Click to collapse
madsquabbles said:
shouldn't that have been:
cd /system/bin ?
i didn't try mine w both since i didn't want hassle of find out if it worked or not. no reason for 2 su's.
Click to expand...
Click to collapse
Yes - my bad - should be /system/bin - will correct it.
Thanks
Jd
Its because one su has the correct permissions and the other doesn't.
Sent from my GT-P7510 using XDA Premium App
how about adding some screenshots ??
pflorin said:
how about adding some screenshots ??
Click to expand...
Click to collapse
Looks just like stock...
So whats this have that stock doesnt,,,whats the pro's to flashing as opposed to what I already have?
concept0 said:
Looks just like stock...
Click to expand...
Click to collapse
camblue said:
So whats this have that stock doesnt,,,whats the pro's to flashing as opposed to what I already have?
Click to expand...
Click to collapse
When themes become available you'll be able to flash them. You'll aslo be able to flash a few other mods...
Sent from my GT-P7510 using XDA Premium App
anaphora68 said:
Any chance you can add a browser.apk that gives access to Google Labs?
Sent from my GT-P7510 using Tapatalk
Click to expand...
Click to collapse
No, you're more than welcome to sideload an apk's you wish however.
I'll push out an update today that gets rid of my silly su mistake, gimmie a couple hours.
Glad you people are enjoying it.

[Q] some apk can't be installed

does anybody know why if i try installing some apk, it says "application not installed?
maybe you have install other version of the apps and what you are installing is a downgrade version of the apps
What app ? Maybe it's not compatible with the device
Sent from my GT-S5570 using XDA App
fueart said:
maybe you have install other version of the apps and what you are installing is a downgrade version of the apps
Click to expand...
Click to collapse
yeah i know that, but these are new app on my phone, n doesn't have any older version
distan7 said:
What app ? Maybe it's not compatible with the device
Sent from my GT-S5570 using XDA App
Click to expand...
Click to collapse
not really like that, i was installed some of them a couple time ago, losing all of them after a wipe data, try to reinstall it, and says "application not isntalled"
chepoz said:
not really like that, i was installed some of them a couple time ago, losing all of them after a wipe data, try to reinstall it, and says "application not isntalled"
Click to expand...
Click to collapse
i think you are installing app which are meant to be installed on an armv7 devices
dhlalit11 said:
i think you are installing app which are meant to be installed on an armv7 devices
Click to expand...
Click to collapse
or maybe it's depend on luck....
i'm frustrated....
sent from Nokia 3310
Which is the app ? Do you have the apk ?
Maybe I'll try it in my device!!
Got same problem here... I want to install some of stock app on my phone, but it's always show "application not installed"
chepoz said:
or maybe it's depend on luck....
i'm frustrated....
sent from Nokia 3310
Click to expand...
Click to collapse
or you can try installing by adb push or manually placing them by root explorer
-------------------------------------------
Febryan_Uchiha said:
Got same problem here... I want to install some of stock app on my phone, but it's always show "application not installed"
Click to expand...
Click to collapse
stock application cannot be installed by installer you have to rename it to iys correct name like market name is vending, sony experia music player name is w8walkmanafter renaming them just copy them to system folder it will automaticaly get installed
dhlalit11 said:
stock application cannot be installed by installer you have to rename it to iys correct name like market name is vending, sony experia music player name is w8walkmanafter renaming them just copy them to system folder it will automaticaly get installed
Click to expand...
Click to collapse
I already do that and nothing happened...
nishanty13 said:
or you can try installing by adb push or manually placing them by root explorer
-------------------------------------------
Click to expand...
Click to collapse
i don't know how to use adb.
but i haven't try using root explorer, i'll try it later.
thx
sent from Nokia 3310
Febryan_Uchiha said:
I already do that and nothing happened...
Click to expand...
Click to collapse
already reboot device after doing that?
sent from Nokia 3310
chepoz said:
already reboot device after doing that?
sent from Nokia 3310
Click to expand...
Click to collapse
Yep... Already do that.
Febryan_Uchiha said:
Yep... Already do that.
Click to expand...
Click to collapse
before copying app, rename the extension of the original app into something that system can't read.
after that, u can copy it.
see if there's any change.
sent from Nokia 3310
chepoz said:
before copying app, rename the extension of the original app into something that system can't read.
after that, u can copy it.
see if there's any change.
sent from Nokia 3310
Click to expand...
Click to collapse
No good. It's not working.
Febryan_Uchiha said:
No good. It's not working.
Click to expand...
Click to collapse
This happens if it is not signed properly. Use apk manager to extract apk then delete the folder META-INF . Then zip it and sign it.. then try to install this file.. installing via adb is better..
Sent from my GT-S5570
ashiqputtur said:
This happens if it is not signed properly. Use apk manager to extract apk then delete the folder META-INF . Then zip it and sign it.. then try to install this file.. installing via adb is better..
Sent from my GT-S5570
Click to expand...
Click to collapse
Will it work?? Cause i want install stock myfiles.apk on my emanon.
have you tried clearing your dalvik cache?

[MOD] Shutter/Auto focus Sound Off For LG 4X HD

This MOD base on V10F Deodex ROM from http://forum.xda-developers.com/showthread.php?t=1871858
==== Download Section ====
1. Download Link from my blog Shutter/Auto focus Sound Off (adb installer)
2. CWM installer in Thread
===================
==== Feature ====
1. turn off auto focus sound
2. Modify Tone4 in Shutter Sound to silent
=============
==== Installation Guide ====
1. use app that can edit permission such as Root Explorer
rename /system/app/CameraApp.apk - > /system/app/CameraApp.apk.bak (backup original CameraApp.apk)
2. copy CameraApp.apk to /system/app/CameraApp.apk
3. edit permission as picture below
-
-
Screen Shot:
-
-
Thanks, will give this a go later.
The default 4th shutter sound is horrible - why would you ever want to use it?
Glad to get rid of it! :good:
Need original cameraapp
The modified version keeps crashing, and i deleted thr stock app by mistake, can u send me the original cameraapp. Apk?
Thank u so much!
yousefhammad said:
The modified version keeps crashing, and i deleted thr stock app by mistake, can u send me the original cameraapp. Apk?
Thank u so much!
Click to expand...
Click to collapse
you can get on top thread
somboons said:
you can get on top thread
Click to expand...
Click to collapse
Cant find it. I need the stock app. Sorry for the hassle
updating installer in top thread.
Sent from my LG-P880 using xda app-developers app
somboons said:
updating installer in top thread.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Got it thanks alot
somboons said:
updating installer in top thread.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
I just install the app like any other without problems.
Now I don't remember if SU ask for permission or not but, I just install, reboot and...done.
Thank you! Works perfect !
Do i need to be rooted?
Will we loose it if we get a fw update?
profyler said:
Do i need to be rooted?
Will we loose it if we get a fw update?
Click to expand...
Click to collapse
You need to be rooted, at least to be able to use AntTek and Root Uninstaller, and no, you won't loose it in case of FW update, unless the upgrade is for the camera too... but the process is fast. 5 minutes and its done
RuedasLocas said:
You need to be rooted, at least to be able to use AntTek and Root Uninstaller, and no, you won't loose it in case of FW update, unless the upgrade is for the camera too... but the process is fast. 5 minutes and its done
Click to expand...
Click to collapse
Thanks Dude, but did download the ICS Camera, to take pictures without shutter sound.
Ruedas, a rooted phone doesnt receive OTA updates, right?
strange thing that i downloaded the apk, tried to install it but wouldnt work even after changing permissions. Had no camera forawhile. Downloaded the stock apk, just copy and pasted it in the folder and all of a sudden i have my camera back with no shutter sound...no idea why but thanks
I'm trying my best to fix (IOW; mute) the shutter sound on my GF's O4X. While I believe I understand how this is done, I'm not able to actually get it done.
I've managed to get the phone rooted (thanks to alexp999's simple to follow guide). If I've understood things correctly; I now need to replace the original camera.apk with the modified one found in this thread.
Problem is that, in the /system/app folder, both renaming files (the old camera.apk) and copying files (the new camera.apk) to the folder fails.
Anyone able to see what I'm missing / doing wrong? Any help would be thoroughly appreciated!..
vidvandre said:
I'm trying my best to fix (IOW; mute) the shutter sound on my GF's O4X. While I believe I understand how this is done, I'm not able to actually get it done.
I've managed to get the phone rooted (thanks to alexp999's simple to follow guide). If I've understood things correctly; I now need to replace the original camera.apk with the modified one found in this thread.
Problem is that, in the /system/app folder, both renaming files (the old camera.apk) and copying files (the new camera.apk) to the folder fails.
Anyone able to see what I'm missing / doing wrong? Any help would be thoroughly appreciated!..
Click to expand...
Click to collapse
I have my way...
With "Root Uninstaller Pro" I uninstall the original one, than I grab the modded file and past it in .../system/app and I install it from there.
Reboot and its done
RuedasLocas said:
I have my way...
With "Root Uninstaller Pro" I uninstall the original one, than I grab the modded file and past it in .../system/app and I install it from there.
Reboot and its done
Click to expand...
Click to collapse
Thanks for the reply and suggestion RuedasLocas!
Titanium Backup seems to have the option to uninstall system apps, I'll give that a go. Would however like to figure out how to copy files to the system/app folder before I do that (given that this is required to re-install/enable the camera). Have tried with both ES File Manager and Total Commander; both have been given SU-privelages, both are able to browse to the folder, neither is able to copy files to or rename files in the folder...
vidvandre said:
Thanks for the reply and suggestion RuedasLocas!
Titanium Backup seems to have the option to uninstall system apps, I'll give that a go. Would however like to figure out how to copy files to the system/app folder before I do that (given that this is required to re-install/enable the camera). Have tried with both ES File Manager and Total Commander; both have been given SU-privelages, both are able to browse to the folder, neither is able to copy files to or rename files in the folder...
Click to expand...
Click to collapse
Use "AntTek" explorer, works together, or alone if you wish, with Root Uninstaller, you can copy/paste or just cut/paste...
RuedasLocas said:
Use "AntTek" explorer, works together, or alone if you wish, with Root Uninstaller, you can copy/paste or just cut/paste...
Click to expand...
Click to collapse
Tried AnTek Explorer; What an interesting file manager! Will have to test this for a longer period of time, could possibly become my new goto file manager. Thanks for the tip!..
Though I couldn't get the new/modified camera.apk to the system/app directory. Though this time it failed with an error messge; "Error Don't have enough permission to do this action" (see attached screenshot). Have double-checked that "Native mode" is enabled within AnTek and that its (permanently) enabled in SuperSU. Not sure how I can give an app even more permissions...
vidvandre said:
Tried AnTek Explorer; What an interesting file manager! Will have to test this for a longer period of time, could possibly become my new goto file manager. Thanks for the tip!..
Though I couldn't get the new/modified camera.apk to the system/app directory. Though this time it failed with an error messge; "Error Don't have enough permission to do this action" (see attached screenshot). Have double-checked that "Native mode" is enabled within AnTek and that its (permanently) enabled in SuperSU. Not sure how I can give an app even more permissions...
Click to expand...
Click to collapse
Just reboot the phone and it should be enough.
Some apps need a reboot to work properly.
RuedasLocas said:
Just reboot the phone and it should be enough.
Some apps need a reboot to work properly.
Click to expand...
Click to collapse
Thanks for all the help! Rebooting allowed me to rename files. Then I finally figured out why copying files to the system folder failed (or at least partly); For reasons unknown to me, I weren't allowed to copy/move files directly from the external_sd card to the system/app directory, Had to first move the to an internal location, then I could move then to the desired location!
End result; The annoying shutter sound is gone! :victory:
Again; Thanks for all the help!

[Q] 3 questions

what is a ROM?
what is a .img?
what is the SU app you get when you root? What can you do with it?
Thanks!
Toxification said:
what is a ROM?
what is a .img?
what is the SU app you get when you root? What can you do with it?
Thanks!
Click to expand...
Click to collapse
A ROM is your operating system, usually customized and packaged in a way that can be installed in recovery easily.
An .img is a disk image. Basically, an entire file system represented by a single file.
The SU binary is what apps call to in order to gain root access. Respectively, the Superuser.apk simply maintains a database of what apps are allowed access to the SU binary.
why don't they just call it an OS then like most others do?
what do you mean by represented? do you mean the files of a disk are all in one bigger file called a disk image?
so basically it asks the SU to do things that you can only do after root like modify crucial files?
thanks for the help. also could you take a screenshot of the superuser apk for me? just hit volume down and power button simultaneously.
Toxification said:
why don't they just call it an OS then like most others do?
Click to expand...
Click to collapse
Why ask why? Android is the actual operating system. A ROM is a packaged version, that is usually customized.
what do you mean by represented? do you mean the files of a disk are all in one bigger file called a disk image?
Click to expand...
Click to collapse
yes
so basically it asks the SU to do things that you can only do after root like modify crucial files?
Click to expand...
Click to collapse
In a Linux system, if you want to make changes to protected files, you need "root" access. You acquire this by entering "su" at the command prompt. Apps that need root access have to do basically the same thing. They first acquire root permissions by accessing the su binary, and then they are free to do as needed.
thanks for the help. also could you take a screenshot of the superuser apk for me? just hit volume down and power button simultaneously.
Click to expand...
Click to collapse
???
https://play.google.com/store/apps/details?id=com.noshufou.android.su
soupmagnet said:
Why ask why? Android is the actual operating system. A ROM is a packaged version, that is usually customized.
yes
In a Linux system, if you want to make changes to protected files, you need "root" access. You acquire this by entering "su" at the command prompt. Apps that need root access have to do basically the same thing. They first acquire root permissions by accessing the su binary, and then they are free to do as needed.
???
https://play.google.com/store/apps/details?id=com.noshufou.android.su
Click to expand...
Click to collapse
it's how we learn so a ROM is to replace the Android OS?
thanks for the link. my one looks different. is their a way to update it? and what is the benefits of getting the elite version?
Toxification said:
it's how we learn so a ROM is to replace the Android OS?
Click to expand...
Click to collapse
No. A ROM is still Android. It's just an easy way to install it, and customized versions of it. Download a ROM and extract it. Take a look at the contents and you'll see that it is nothing more than the system folder, along with an updater script, and signature files (if you want any more information on this, Google it). A ROM, in the sense of modifying, is just a package that can be used to install the OS (custom or otherwise) quickly and easily.
thanks for the link. my one looks different. is their a way to update it?
Click to expand...
Click to collapse
Yes, go to the androidsu website.
and what is the benefits of getting the elite version?
Click to expand...
Click to collapse
Never cared enough to look into it.
soupmagnet said:
No. A ROM is still Android. It's just an easy way to install it, and customized versions of it. Download a ROM and extract it. Take a look at the contents and you'll see that it is nothing more than the system folder, along with an updater script, and signature files (if you want any more information on this, Google it). A ROM, in the sense of modifying, is just a package that can be used to install the OS (custom or otherwise) quickly and easily.
Click to expand...
Click to collapse
why would you need to install what is already there (an Android OS)? or is it basically just an upgrade to the OS?
soupmagnet said:
A ROM is your operating system, usually customized and packaged in a way that can be installed in recovery easily.
Click to expand...
Click to collapse
soupmagnet said:
Android is the actual operating system. A ROM is a packaged version, that is usually customized
Click to expand...
Click to collapse
soupmagnet said:
No. A ROM is still Android. It's just an easy way to install it, and customized versions of it.
Click to expand...
Click to collapse
How are you not getting this?
Look at the stock Kindle Fire and look at screenshots of other ROMs, then you tell me why anyone would need to install a new ROM.
soupmagnet said:
How are you not getting this?
Look at the stock Kindle Fire and look at screenshots of other ROMs, then you tell me why anyone would need to install a new ROM.
Click to expand...
Click to collapse
because first you say the ROM is an OS but then you say android is the actual OS and then you say it's an easy way to install android even when you have it as default,
:walking away:
: opening door for you :
Toxification said:
because first you say the ROM is an OS but then you say android is the actual OS and then you say it's an easy way to install android even when you have it as default,
Click to expand...
Click to collapse
This is a place for help but sometimes you just need to help yourself..
http://www.androidpolice.com/2010/05/01/custom-roms-for-android-explained-and-why-you-want-them/
Sent from my Nexus 7 using xda app-developers app
didn't find that before, thanks.
so a ROM is just a customised version of the OS from what that says, is that correct?
Toxification said:
didn't find that before, thanks.
so a ROM is just a customised version of the OS from what that says, is that correct?
Click to expand...
Click to collapse
Essentially, yes.
Such as an example, in the rom I'm using, I have the option to change the font color on my lock screen. (Keep in mind I'm running jelly bean on the nexus 7)
Sent from my Nexus 7 using xda app-developers app

[Q] bootanimation

Hello guys
I am at 4.4.4 rooted and I just realized that I cannot install a custom bootanimation on my Z1. I tried with recovery, manually, with app but nothing. Pls help me
mitsosJL said:
Hello guys
I am at 4.4.4 rooted and I just realized that I cannot install a custom bootanimation on my Z1. I tried with recovery, manually, with app but nothing. Pls help me
Click to expand...
Click to collapse
You know there's just one solution to this, and it takes time..
ruggyboss said:
You know there's just one solution to this, and it takes time..
Click to expand...
Click to collapse
Which?
mitsosJL said:
Hello guys
I am at 4.4.4 rooted and I just realized that I cannot install a custom bootanimation on my Z1. I tried with recovery, manually, with app but nothing. Pls help me
Click to expand...
Click to collapse
It seems to me that you have problem either of your root or correct permission of bootanimation you try to install. What happened when you try to install it?
kulvertti said:
It seems to me that you have problem either of your root or correct permission of bootanimation you try to install. What happened when you try to install it?
Click to expand...
Click to collapse
I'm rooted and it isn't the permissions
I even deleted the original bootanimation and when opened again the folder it was there again
mitsosJL said:
I'm rooted and it isn't the permissions
I even deleted the original bootanimation and when opened again the folder it was there again
Click to expand...
Click to collapse
You used file explorer to check out your /system/media folder right? which one? But if you delete something there it not supposed to be there if you have correct rw permission there. I first think that it could be problem with bootanimation you try to install but if you can't delete something there for good I guess first look at your permission to write that folder.
kulvertti said:
You used file explorer to check out your /system/media folder right? which one? But if you delete something there it not supposed to be there if you have correct rw permission there. I first think that it could be problem with bootanimation you try to install but if you can't delete something there for good I guess first look at your permission to write that folder.
Click to expand...
Click to collapse
I tried many and different bootanimations not just one and with different ways. I'm rooted and I use the root browser and the permissions are right. But the when I delete the original bootanimation or overwrite it after entering the media file it is there. (when I tried with recovery I got an error)
mitsosJL said:
I tried many and different bootanimations not just one and with different ways. I'm rooted and I use the root browser and the permissions are right. But the when I delete the original bootanimation or overwrite it after entering the media file it is there. (when I tried with recovery I got an error)
Click to expand...
Click to collapse
May I ask if you can change anything else in that folder in away it last after reboot?
kulvertti said:
May I ask if you can change anything else in that folder in away it last after reboot?
Click to expand...
Click to collapse
Basically no and yes. I moved the audio folder it moved successful but when I got back it was both at the moved and original location.
It's like the system generates the missing files by it self
mitsosJL said:
Basically no and yes. I moved the audio folder it moved successful but when I got back it was both at the moved and original location.
It's like the system generates the missing files by it self
Click to expand...
Click to collapse
I was suggesting factory reset.. Anyway have you tried another root file manager? (i use root explorer and everything works here, but you should try several apps)
ruggyboss said:
I was suggesting factory reset.. Anyway have you tried another root file manager? (i use root explorer and everything works here, but you should try several apps)
Click to expand...
Click to collapse
Nope I prefer staying with the original bootanimation than doing factory reset
mitsosJL said:
Basically no and yes. I moved the audio folder it moved successful but when I got back it was both at the moved and original location.
It's like the system generates the missing files by it self
Click to expand...
Click to collapse
Root again. Use "Easy Root Tool". If it stuck cleaning part just run it again and you should be good.
I was trying to change Xperia S bootanimation last year. Ending up to find that problem is much deeper then basic root and root explorer.
Didn't find the way how to apply custom one.
As I remember is somehow connected with bootloader or kernel
Sent from my C6903 using XDA Free mobile app
Don't know about Xperia S but with Z1 I can change bootanimation. I use X-plore by Lonely Cat Games with r/w rights and have zero problems.
I would suggest you do not have root.
Check if you have killed the ric.
Goto sys/kernel/security/Sony_ric and see if the file called enable says 0 or 1. Also check it just after a reboot.
If it's a 1 you will lose write permissions to the system partition after a reboot, which explains the symptoms you are talking about.
Changing the boot animation had nothing to do with kernel or bootloader, you just have to change the bootamimation.zip in system /media
Sent from my C6903 using XDA Premium 4 mobile app
gregbradley said:
I would suggest you do not have root.
Check if you have killed the ric.
Goto sys/kernel/security/Sony_ric and see if the file called enable says 0 or 1. Also check it just after a reboot.
If it's a 1 you will lose write permissions to the system partition after a reboot, which explains the symptoms you are talking about.
Changing the boot animation had nothing to do with kernel or bootloader, you just have to change the bootamimation.zip in system /media
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It is 1
What should I do to fix it?
mitsosJL said:
It is 1
What should I do to fix it?
Click to expand...
Click to collapse
Root your device again. Go here [ http://forum.xda-developers.com/showthread.php?t=2784900 and follow instructions from OP.
Flash this https://www.dropbox.com/s/hvzh6ztcuur3vzw/disable_ric_file.zip
Sent from my C6903 using XDA Premium 4 mobile app

Categories

Resources