Is /dev/block/mmcblk0p17 boot partition? I`m asking it because in cm zip i saw that it is there and it was, but on stock 10.4.B.569 it is strange..my be there is different compression method? Thanks)
suleymanovemil8 said:
Is /dev/block/mmcblk0p17 boot partition? I`m asking it because in cm zip i saw that it is there and it was, but on stock 10.4.B.569 it is strange..my be there is different compression method? Thanks)
Click to expand...
Click to collapse
On .67 boot is located on that partition, but the partition isn't mounted so you can't see it with a file explorer.
You can check your partitions very easy with Disk Info from playstore:
https://play.google.com/store/apps/details?id=me.kuder.diskinfo
sturmtruppler said:
On .67 boot is located on that partition, but the partition isn't mounted so you can't see it with a file explorer.
You can check your partitions very easy with Disk Info from playstore:
https://play.google.com/store/apps/details?id=me.kuder.diskinfo
Click to expand...
Click to collapse
No, i mean that its not looking like a normal boot.img it looks like some program binry file...ofen i extrack boot.img with dsixda's kitchen but this one is strange...why?
Sorry, can't help you in this matter...
Xperia ZL, 4.2.2 Stock (.67), rooted
sturmtruppler said:
Sorry, can't help you in this matter...
Xperia ZL, 4.2.2 Stock (.67), rooted
Click to expand...
Click to collapse
Well, thank anyway
Related
Can someone teach me how to put cwm into a rom zip file?thx a lot
joeywen0830 said:
Can someone teach me how to put cwm into a rom zip file?thx a lot
Click to expand...
Click to collapse
I am assuming that you have only a system folder. Now you need another folder called as META-INF from any rom which shares a same base as your rom. If you are working on a rom with .55 base, just check my signature for Xperia SL prerooted zip and download it. Take the Meta inf folder from my rom and make a zip with my meta inf and your system folder. It is better if you go through the updater script first. Then copy this zip to your internal storage. First make a backup in CWM. Then wipe data/factory reset and go to mounts and storage--->format /system. Then flash the zip and reboot.
If you have any difficulties doing this then please feel free to ask it here.
Sent from my GT-P3100 using xda app-developers app
re
abcdjdj said:
I am assuming that you have only a system folder. Now you need another folder called as META-INF from any rom which shares a same base as your rom. If you are working on a rom with .55 base, just check my signature for Xperia SL prerooted zip and download it. Take the Meta inf folder from my rom and make a zip with my meta inf and your system folder. It is better if you go through the updater script first. Then copy this zip to your internal storage. First make a backup in CWM. Then wipe data/factory reset and go to mounts and storage--->format /system. Then flash the zip and reboot.
If you have any difficulties doing this then please feel free to ask it here.
Sent from my GT-P3100 using xda app-developers app
Click to expand...
Click to collapse
Err...what I mean is that after I flash the rom,I won't have to flash cwm again since it is also installed along with the rom. Is there a way of doing that?thx:laugh:
joeywen0830 said:
Err...what I mean is that after I flash the rom,I won't have to flash cwm again since it is also installed along with the rom. Is there a way of doing that?thx:laugh:
Click to expand...
Click to collapse
Yes of course you can do that. You will just need the CWM files which can be added to your system folder. Then you will need to add some more commands in the updater-script. I will give you those files asap okay?
Download the attached zip. Extract it and you will get a folder called "system". Now just merge this folder with your rom's system folder and make the flashable zip. Then you *should* have CWM in your /system partition.
re
Can you teach me what I should add to the updater script?thx
updater script
abcdjdj said:
Yes of course you can do that. You will just need the CWM files which can be added to your system folder. Then you will need to add some more commands in the updater-script. I will give you those files asap okay?
Click to expand...
Click to collapse
Can you teach me what I should add to the updater script? thx
joeywen0830 said:
Can you teach me what I should add to the updater script? thx
Click to expand...
Click to collapse
Sorry for the late reply. Had been slightly busy with some school work. Okay so download the attached file and extract it and place the file called "fix_permissions" with your rom's other folder like system, META-INF (not inside any folder but just outside independently). Then open your updater-script and add this:-
Code:
package_extract_file("fix_permissions", "/tmp/fix_permissions");
set_perm(0, 0, 0777, "/tmp/fix_permissions");
run_program("/tmp/fix_permissions");
Now it should work.
re
abcdjdj said:
Sorry for the late reply. Had been slightly busy with some school work. Okay so download the attached file and extract it and place the file called "fix_permissions" with your rom's other folder like system, META-INF (not inside any folder but just outside independently). Then open your updater-script and add this:-
Code:
package_extract_file("fix_permissions", "/tmp/fix_permissions");
set_perm(0, 0, 0777, "/tmp/fix_permissions");
run_program("/tmp/fix_permissions");
Now it should work.
Click to expand...
Click to collapse
Can I just put these commands at the bottom of the updater script ,or is there a specific place to put it ?thx
joeywen0830 said:
Can I just put these commands at the bottom of the updater script ,or is there a specific place to put it ?thx
Click to expand...
Click to collapse
At the end of the updater-script, just before you see the first unmount() function.
Oh no I have followed the steps but when I reboot and enter recovery,the recovery is just some lines,and I can't see any English words,what should I do?
Sent from my LT26w using xda app-developers app
joeywen0830 said:
Oh no I have followed the steps but when I reboot and enter recovery,the recovery is just some lines,and I can't see any English words,what should I do?
Sent from my LT26w using xda app-developers app
Click to expand...
Click to collapse
Okay just wait. I will search for another CWM and post it here.
abcdjdj said:
Okay just wait. I will search for another CWM and post it here.
Click to expand...
Click to collapse
Okay got it. Just bake the attached CWM into your rom. Now it will work.
Now it works,thx for all the help
Sent from my LT26w using xda app-developers app
can any provide me a flashable files for the files inside this directory system>vendor>lib
.so file on the directory,i suddenly delete some files when I restarted the phone its loop in the boot animation
Thanks for the file:laugh:
prejudyce said:
can any provide me a flashable files for the files inside this directory system>vendor>lib
.so file on the directory,i suddenly delete some files when I restarted the phone its loop in the boot animation
Thanks for the file:laugh:
Click to expand...
Click to collapse
here is the file
instal method:
copy to sd card
go to cwm
mount system (don't ignore)
then flash the zip
reboot phone
stalin.sk2 said:
here is the file
instal method:
copy to sd card
go to cwm
mount system (don't ignore)
then flash the zip
reboot phone
Click to expand...
Click to collapse
thank you so much for this
stalin.sk2 said:
here is the file
instal method:
copy to sd card
go to cwm
mount system (don't ignore)
then flash the zip
reboot phone
Click to expand...
Click to collapse
do you have files from XM(SS)?
prejudyce said:
do you have files from XM(SS)?
Click to expand...
Click to collapse
xms and xmd have same files in that path so no worries :good:
also added link of xms
Thank you for this I appreciate it.Its already out of bootloop when I mounted the system in the recovery.
Can any one here knows how to mount system to be writeable?
or how to replace system files through CWM?
because stupid S-ON
mido3366 said:
Can any one here knows how to mount system to be writeable?
or how to replace system files through CWM?
because stupid S-ON
Click to expand...
Click to collapse
Use this mod :http://forum.xda-developers.com/showthread.php?t=2707378
or
Use this kernel: http://forum.xda-developers.com/desire-816/orig-development/kernel-grakernel-t2857866
To replace system files from recovery, use TWRP. There is a file manager in it.
Do a search before posting bro..
thanks bro but I'm a noob
jithumon said:
Use this mod :http://forum.xda-developers.com/showthread.php?t=2707378
or
Use this kernel: http://forum.xda-developers.com/desire-816/orig-development/kernel-grakernel-t2857866
To replace system files from recovery, use TWRP. There is a file manager in it.
Do a search before posting bro..
Click to expand...
Click to collapse
thanks for replying bro I appreciate that ... I'm a noob so please tell me .. Does CWM has a file manager ? if not how to uninstall it and how to install TWRP.
and after replacing system files (.ko file) is there any thing to do after that or system write protection will be off when I replace it ?
mido3366 said:
thanks for replying bro I appreciate that ... I'm a noob so please tell me .. Does CWM has a file manager ? if not how to uninstall it and how to install TWRP.
and after replacing system files (.ko file) is there any thing to do after that or system write protection will be off when I replace it ?
Click to expand...
Click to collapse
Only TWRP has a file filemanager. Just flash the TWRP recovery just like you flashed CWM. It'll overwrite CWM.
Read the thread. There is full instructions for wp_mod.ko .
have someone musicFX.apk and odex file for C1905? i don't understand when i deodex this file, my sound settings is brick and i forget to backup. have someone make backup for this app?
Nicklas Van Dam said:
have someone musicFX.apk and odex file for C1905? i don't understand when i deodex this file, my sound settings is brick and i forget to backup. have someone make backup for this app?
Click to expand...
Click to collapse
i have deodex one, do you want it?
thanks if you still have it
benn_seiei said:
i have deodex one, do you want it?
Click to expand...
Click to collapse
yap, very thanks if you have it, can you give me please? i think the sound mod is not fully working correctly. so i think i want to back it to the stock. thanks
Nicklas Van Dam said:
yap, very thanks if you have it, can you give me please? i think the sound mod is not fully working correctly. so i think i want to back it to the stock. thanks
Click to expand...
Click to collapse
here it is,
http://www.mediafire.com/download/ys2d00ok7pygchw/MusicFX[1].apk
i hope its helping
Thanks!!!
benn_seiei said:
here it is,
http://www.mediafire.com/download/ys2d00ok7pygchw/MusicFX[1].apk
i hope its helping
Click to expand...
Click to collapse
next time i will make any backup first, before make any change in system. but i still don't understand why ftf. file can't be open with any file exctrator or file manager. can someone tell me how to open or decompile that file?
but thanks for this file ya!!!:good:
Nicklas Van Dam said:
...but i still don't understand why ftf. file can't be open with any file exctrator or file manager. can someone tell me how to open or decompile that file?
Click to expand...
Click to collapse
FTF files are regular ZIP files. Open it with 7-Zip/WinRAR and you'll find some .sin files inside (.sin is a proprietary format used by Sony). Some of these .sin files (like system.sin) can be decrypted by Flashtool by going to Tools => Sin Editor => Extract data. This will leave you with an .ext4 file (like system.ext4). This file can be mounted and edited directly if you're on Linux or you can view and extract its contents by using ext2explore or another similar tool on Windows...
mbc07 said:
FTF files are regular ZIP files. Open it with 7-Zip/WinRAR and you'll find some .sin files inside (.sin is a proprietary format used by Sony). Some of these .sin files (like system.sin) can be decrypted by Flashtool by going to Tools => Sin Editor => Extract data. This will leave you with an .ext4 file (like system.ext4). This file can be mounted and edited directly if you're on Linux or you can view and extract its contents by using ext2explore or another similar tool on Windows...
Click to expand...
Click to collapse
ya i have heard that tools to, when i try to comple a md5 stock rom (samsung) in my s3 mini rom, so that tools can compile ftf. file too? what a amazing tools. thanks ya!!!:victory:
Hello! I just rooted my Rog 6 with Magisk to be able to edit my build.prop file. Unfortunately it seems to be read only. If I could get the filesystem mounted in TWRP it should be no problem. But since there is no TWRP yet i'm stuck. I did a lot of research but cannot come up with the solution. Anybody here can help?
Thanks in front!
Well you must be in os12 same issue with me but in different device
senna33 said:
Hello! I just rooted my Rog 6 to be able to edit my build.prop file. Unfortunately it seems to be read only. If I could get the filesystem mounted in TWRP it should be no problem. But since there is no TWRP yet i'm stuck. I did a lot of research but cannot come up with the solution. Anybody here can help?
Thanks in front!
Click to expand...
Click to collapse
did you use a file explorer that supports root and try to change the permission on the file?
I'm on Android 12 and used Root Explorer. The permissions cannot be changed because it's not mounted as writable. The buildprop editor app also cannot save. Thanks for your replies!
senna33 said:
I'm on Android 12 and used Root Explorer. The permissions cannot be changed because it's not mounted as writable. The buildprop editor app also cannot save. Thanks for your replies!
Click to expand...
Click to collapse
i don't understand how a device is rooted if you can't modifie system files
nadejo said:
i don't understand how a device is rooted if you can't modifie system files
Click to expand...
Click to collapse
That's kinda how I feel about it. Root Checker Pro says I have root, I can run Su in a terminal and I get a popup asking for superuser rights when I use a function that requires root. I attached some screenshots from Root Checker Pro
The problem is that the partitions (system vendor and co) are only integrated as R/O and cannot be easily integrated as R/W
I thought the whole point of root was to be able to do such things . If i would edit the build.prop file in system.img then flash that in recovery mode, would that work?
no the partitions ( system vendor ) have a write protection (I would not be surprised if the asus rog with android 12 uses the file formart efros ) this had to be converted to ext4 so that you can mount the partitions with rw)
senna33 said:
I thought the whole point of root was to be able to do such things . If i would edit the build.prop file in system.img then flash that in recovery mode, would that work?
Click to expand...
Click to collapse
ChrisFeiveel84 said:
no the partitions ( system vendor ) have a write protection (I would not be surprised if the asus rog with android 12 uses the file formart efros ) this had to be converted to ext4 so that you can mount the partitions with rw)
Click to expand...
Click to collapse
I converted still same
Mr Hassan said:
I converted still same
Click to expand...
Click to collapse
then it didn't work.
because if the partitions are converted correctly and the write protection is removed then you should be able to change files in e.g
(I also tried it on my oneplus 9p without success, but even after the alleged conversion, the partitions were still EROFS)
ChrisFeiveel84 said:
then it didn't work.
because if the partitions are converted correctly and the write protection is removed then you should be able to change files in e.g
(I also tried it on my oneplus 9p without success, but even after the alleged conversion, the partitions were still EROFS)
Click to expand...
Click to collapse
Yes i converted successfully
Not maked whole super
Just maked vendor system product
And did u believe with one command
Its even get press RW in root explorer
But still not in whole partitons so not able to modify anything
But Most important thing
I get fully rw in dev block mapper
Even i copy paste files there with change permissions
So i believe i doing mistake somewhere
Otherwise little bit achievement
Not yet but hope if i get some dev knowledge then can fix it fully
If the partitions are not converted from erofs to ext4, it remains with ro because erofs cannot be mounted as rw
Mr Hassan said:
Yes i converted successfully
Not maked whole super
Just maked vendor system product
And did u believe with one command
Its even get press RW in root explorer
But still not in whole partitons so not able to modify anything
But Most important thing
I get fully rw in dev block mapper
Even i copy paste files there with change permissions
So i believe i doing mistake somewhere
Otherwise little bit achievement
Not yet but hope if i get some dev knowledge then can fix it fully
Click to expand...
Click to collapse
how did you try to convert the images to ext 4 without write protection?
ChrisFeiveel84 said:
how did you try to convert the images to ext 4 without write protection?
Click to expand...
Click to collapse
There's thread available on xda but as i told useless
What u think as i said upper if device
Dev block mapper have full root
But not possible to edit system vend or anything
ChrisFeiveel84 said:
how did you try to convert the images to ext 4 without write protection?
Click to expand...
Click to collapse
see this
OnePlus8:/ # mount | grep "dm-0"
/dev/block/dm-0 on / type ext4 (rw,seclabel,relatime)
OnePlus8:/ # mount | grep "dm-19"
/dev/block/dm-19 on / type ext4 (rw,seclabel,relatime)
OnePlus8:/ # mount | grep "dm-3"
and still i,m not able to edit these parts
can you change something in the images (which you changed, which you then flashed to your cell phone) if you copy them to your pc? if not, then the images still have write protection
ChrisFeiveel84 said:
can you change something in the images (which you changed, which you then flashed to your cell phone) if you copy them to your pc? if not, then the images still have write protection
Click to expand...
Click to collapse
Men see upper logs its converted to ext4
just because it means that you have successfully converted to ext4 does not mean that the write protection is out.... that's why I asked if you can edit files in the ext4 images on the pc, because if that doesn't work, the images still have one write protection (even ext4 can have a write protection )
as examples on the 7t, the images are in ext4 but still have write protection so that you cannot change anything in the images. even if they are integrated as rw because the system.img or vendor.img that is in the super partition is write-protected
ChrisFeiveel84 said:
just because it means that you have successfully converted to ext4 does not mean that the write protection is out.... that's why I asked if you can edit files in the ext4 images on the pc, because if that doesn't work, the images still have one write protection (even ext4 can have a write protection )
as examples on the 7t, the images are in ext4 but still have write protection so that you cannot change anything in the images. even if they are integrated as rw because the system.img or vendor.img that is in the super partition is write-protected
Click to expand...
Click to collapse
But in os10 os11 is possible
But don't know how to fix this os12
Is there anyway to remove write protection?