Good Day fellow Xda users
Let me cut to the chase and ask if it's possible to re-download a #system application that you uninstall :crying:
#Edited My phone is LG G4 Stylus
you can extract kdz file, extract kz, merge the system.img and save whatever u want using ext2read tool(you can find the tutorial here>> https://forum.xda-developers.com/showthread.php?t=2600575) move that saved file to the right place afterward u just have to simply set permissions and reboot
datscoolmetoo said:
you can extract kdz file, extract kz, merge the system.img and save whatever u want using ext2read tool(you can find the tutorial here>> https://forum.xda-developers.com/showthread.php?t=2600575) move that saved file to the right place afterward u just have to simply set permissions and reboot
Click to expand...
Click to collapse
I'll try it out
Thanks
Related
Well i'm sorry but i'm not allowed to post in the specific topic regarding the megabasbeatsmod and i'd like to remove this mod. One user in this topic asks the same question and the author says just remove the files manually but which files exactly have to be removed
mickeyindahouse said:
Well i'm sorry but i'm not allowed to post in the specific topic regarding the megabasbeatsmod and i'd like to remove this mod. One user in this topic asks the same question and the author says just remove the files manually but which files exactly have to be removed
Click to expand...
Click to collapse
Just reflash to the stock rom. there is no way to remove it
Sent from my GT-S5360 using xda premium
abhijitro said:
Just reflash to the stock rom. there is no way to remove it
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Well author says it's possible so i hope it really is and someone else comes up with an answer or confirms what you are saying.
you'll need to delete a lot of files. extract my zip file, and make a list of files in these folder. after that, with root explorer go to see these folder:
1. /system/app : delete only 'audioeffectservice.apk'
2. /system/bin : delete all files listed in my zip file
3. /system/etc : delete all files listed in my zip file
4. /system/framework : delete all files listed in my zip file
5. /system/lib : delete all files listed in my zip file except libaudioeffect_jni.so.
don't delete anything else.
kurotsugi said:
you'll need to delete a lot of files. extract my zip file, and make a list of files in these folder. after that, with root explorer go to see these folder:
1. /system/app : delete only 'audioeffectservice.apk'
2. /system/bin : delete all files listed in my zip file
3. /system/etc : delete all files listed in my zip file
4. /system/framework : delete all files listed in my zip file
5. /system/lib : delete all files listed in my zip file except libaudioeffect_jni.so.
don't delete anything else.
Click to expand...
Click to collapse
it would have been a lot easier if he had a cwm back up
leodasal2 said:
it would have been a lot easier if he had a cwm back up
Click to expand...
Click to collapse
...or a rom to flash anytime needed in sdcard (lol)
kurotsugi said:
...or a rom to flash anytime needed in sdcard (lol)
Click to expand...
Click to collapse
Yeah i should have back-upped it but well it's a rather fresh install but not fresh enough to consider reverting back to stock again On the other side, i have enough roms on my sd-card to install so no problems with that
kurotsugi said:
you'll need to delete a lot of files. extract my zip file, and make a list of files in these folder. after that, with root explorer go to see these folder:
1. /system/app : delete only 'audioeffectservice.apk'
2. /system/bin : delete all files listed in my zip file
3. /system/etc : delete all files listed in my zip file
4. /system/framework : delete all files listed in my zip file
5. /system/lib : delete all files listed in my zip file except libaudioeffect_jni.so.
don't delete anything else.
Click to expand...
Click to collapse
Thanx a lot !
mickeyindahouse said:
Thanx a lot !
Click to expand...
Click to collapse
Yep kurotsugi is the Mr.Dependable in G-Y forums..You can just follow his posts without any doubt and he is always helpful to others
PS I don't really find the reason to remove this.. I've never felt a mod better than this and I've tried all mods.. Anyways its your wish
hitme987 said:
Yep kurotsugi is the Mr.Dependable in G-Y forums..You can just follow his posts without any doubt and he is always helpful to others
PS I don't really find the reason to remove this.. I've never felt a mod better than this and I've tried all mods.. Anyways its your wish
Click to expand...
Click to collapse
Well i allready had the feeling that i wouldn't have to doubt Mr. Dependable Very nice of him that he helped me out with my question and so fast
Well maybe you're right and i've to re-consider it but gf said it looked like sound came from to far away, but i liked it actually because i like that kind of effect. Tho i'm not sure if it came from the mod or else but now i can compare it better when i can revert it back and i'll check it with flac format this time instead of mp3. So didn't made up my mind up yet actually about this mod
Does anyone know how to modify the "updater-script" that is within the following file path: cm-10-20120818-NIGHTLY-d2spr.zip\META-INF\com\google\android
I just want to modify one line within the updater-zip. I tried using notepad plus by copying the "updater-zip", modifying the line I wanted to and then copying and pasting back into the CM-10 update zip (in the above mentioned file path), but I get errors. I think its an issue with file "signing" or the fact the original update-script is packed "compressed", and when I edit it, it compress's the file.
The reason I am doing this is I want to be able to dual boot my stock rom and the C10 nightlies. The current procdure allows for CM9 only but in the link below a developer found a work around where he calls for updating the script - he does not explain how to do so (I am new to to this). See link below to see what I mean:
http://forum.xda-developers.com/showpost.php?p=28906564&postcount=49
Is there an easy fix for this? Can this be done on the phone. I want to avoid having to deal with "apk signing" etc. Thanks!
i imagine ur errors are when you install?
Try mine https://dl.dropbox.com/s/6gzr055iyb1v6hp/updater-script?dl=1 you probly just got a typo somewhere. Make sure u delete .txt from my attachment as it will probly be added when you DL it. Same goes for the one ur editing. Notepad adds .txt. make sure ur deleting the extension. Mine worked perfect so if it doesn't post the error u get in recovery.
and this can be done on the phone I use root explorer but u have to unzip, edit then rezip the entire cm10 file. Easier to hit the PC and use 7zip or even windows explorer.
billard412 said:
Try mine https://dl.dropbox.com/s/6gzr055iyb1v6hp/updater-script?dl=1 you probly just got a typo somewhere. Make sure u delete .txt from my attachment as it will probly be added when you DL it. Same goes for the one ur editing. Notepad adds .txt. make sure ur deleting the extension. Mine worked perfect so if it doesn't post the error u get in recovery.
and this can be done on the phone I use root explorer but u have to unzip, edit then rezip the entire cm10 file. Easier to hit the PC and use 7zip or even windows explorer.
Click to expand...
Click to collapse
This worked perfectly Billiard. I can now dual boot CM 10 and also revert back to my normal TW rom with a simple reboot. Thanks again !
So I have a bunch apks that I add to every rom that I flash.... I was wondering if someone could lend some knowledge. I want to put them together in a flashable zip u can use in recovery, but do I just zip them in winzip and done? Or are there other steps I need to take? Should I use something besides winzip? Thanks in advance.
jwitt418 said:
So I have a bunch apks that I add to every rom that I flash.... I was wondering if someone could lend some knowledge. I want to put them together in a flashable zip u can use in recovery, but do I just zip them in winzip and done? Or are there other steps I need to take? Should I use something besides winzip? Thanks in advance.
Click to expand...
Click to collapse
You will need to make a folder called update,inside make a folder called META-INF,in the META make folders called com/google/android,so the structure looks like this... META-INF/com/google/android,this thread will tell you how to make an updater script... http://forum.xda-developers.com/showthread.php?t=641223 ,after you've created an updater and update scripts,after that in the same area you made the META folder,make a folder called system,inside system make one called apps,then put your apps in there and add the symlinks pointing to the apps,which is in the same thread as above.After you have finished that,right click the update folder and add to archive,in compression settings use "store" method and type of compression,use zip,then zip it up and theres your flashable update script.
jwitt418 said:
So I have a bunch apks that I add to every rom that I flash.... I was wondering if someone could lend some knowledge. I want to put them together in a flashable zip u can use in recovery, but do I just zip them in winzip and done? Or are there other steps I need to take? Should I use something besides winzip? Thanks in advance.
Click to expand...
Click to collapse
Or u could just find a flashable zip of a mod or apk in the themes and apk section for evo and then just add ur apps to it. Should work as long as updater script mounts and unmounts /system.
U can use 7zip or winrar to open the zip up. Open up system folder then app folder. Add ur apks and delete the things the script originally added unless u want them. Easy as that.
Name of flashable zip doesn't matter btw
XDA Moderator
Hi everyone
This is my first thread, so I decide to make it useful to everyone
Let's GO !
What You Want :
ES File Explorer File Manager (OR any file explorer supports zip extracting)
Rooted Phone
Nandroid Backup (You don't know how important it is)
1- enable root explorer and set permission to r/w (read & write)
2- extract the flashable zip to your memory
3- go to the existing folder
4- copy everything except META-INF folder to the root of your phone
5- "Must" show replace confirmation select confirm
6- After the copy operation is finished, reboot your device
7- Done, Congratulations
PLEAS NOTE THAT I AM NOT RESPONSIBLE ABOUT YOUR DEVICE IF YOU BREAK IT RESTORE THE NANDROID BACKUP
note if its a new file you need to set permissions of the file
most files in app are rw-w-w however some may vary depending on what file it is
at the end of the day if you have a flashable zip its much better to flash certain things than push to system so if the flashable zip has already been made for you than you might as well use it
One doubt please
Ahmad YH said:
Hi everyone
This is my first thread, so I decide to make it useful to everyone
Let's GO !
What You Want :
ES File Explorer File Manager (OR any file explorer supports zip extracting)
Rooted Phone
Nandroid Backup (You don't know how important it is)
1- enable root explorer and set permission to r/w (read & write)
2- extract the flashable zip to your memory
3- go to the existing folder
4- copy everything except META-INF folder to the root of your phone
5- "Must" show replace confirmation select confirm
6- After the copy operation is finished, reboot your device
7- Done, Congratulations
PLEAS NOTE THAT I AM NOT RESPONSIBLE ABOUT YOUR DEVICE IF YOU BREAK IT RESTORE THE NANDROID BACKUP
Click to expand...
Click to collapse
I think this method only for apk files. "my doubt is this method is posible to replace frameworks files..?"
krsharjun said:
I think this method only for apk files. "my doubt is this method is posible to replace frameworks files..?"
Click to expand...
Click to collapse
yes just push to system and set permissions - normally rw-r-r
although I dont know why you would want to do this as its always better to flash the file and since you have a flashable zip why not just flash it
Just a confuse
marcussmith2626 said:
yes just push to system and set permissions - normally rw-r-r
although I dont know why you would want to do this as its always better to flash the file and since you have a flashable zip why not just flash it
Click to expand...
Click to collapse
as by my knowlege While replacing framework files means it will stuck the mobile then how can we set permission.. ? please help me.. and yes u said is correct but creating update.zip which need an a computer i am so lazy
krsharjun said:
as by my knowlege While replacing framework files means it will stuck the mobile then how can we set permission.. ? please help me.. and yes u said is correct but creating update.zip which need an a computer i am so lazy
Click to expand...
Click to collapse
with root browser you can set permissions of any file - please search how
it depends what framework files you are replacing - you cant just replace with any old file from a different rom - it wont work
if its been designed for your rom or you are modding your own files then thats fine
and a flashable zip takes two secs - you dont need a pc - and iv posted a template loads of times
here is it again - just add any files you want to flash to framework in the framework folder
if you want files to go to the app folder just create a folder in system in the zip called app and put files there
same for any other folder in system
http://d-h.st/sr9
Someone could put me to spend or to link to a storage site or to my email address:
LG G4 - Framework-res.apk and lge-res.apk.
They are missing to me, thank you very much.
Email: [email protected]
I guess you have the H815?
Just download a system img of the H815 from here:
http://forum.xda-developers.com/g4/help/qa-tmo-vzw-intl-variants-soon-root-lg-t3164785
Mount it with linux or use a tool like "OFSMount" on windows to view the files.
Did you delete the apks or why do you need them?
Do you know that the stock rom use odex files?
I think you will find no source code inside the apks, if that is what you want.
dominik-p said:
I guess you have the H815?
Just download a system img of the H815 from here:
http://forum.xda-developers.com/g4/help/qa-tmo-vzw-intl-variants-soon-root-lg-t3164785
Mount it with linux or use a tool like "OFSMount" on windows to view the files.
Did you delete the apks or why do you need them?
Do you know that the stock rom use odex files?
I think you will find no source code inside the apks, if that is what you want.
Click to expand...
Click to collapse
Thanks for the tip. I will try the link & ofsmount. I edit & I develop apk files for 5.1 system, and this should be. Especially lg phones. apktool, etc... you know
Ok then I guess you know how to deodex the rom files.
But why do you just copy the files from your phone?
Don't you have a LG G4?
IMPORTANT:
I noticed that OFSMount doesn't show all files (maybe permission problem), but most of them. Don't use the program to edit the img file!
Only use it to copy the files you want from the imgae.
OFSMount doesn't support EXT4. Maybe another tool is able to do it.
I would recommend to use a linux system.
dominik-p said:
Ok then I guess you know how to deodex the rom files.
IMPORTANT:
I noticed that OFSMount doesn't show all files (maybe permission problem), but most of them. Don't use the program to edit the img file!
Only use it to copy the files you want from the imgae.
OFSMount doesn't support EXT4. Maybe another tool i able to do it.
I would recommend to use a linux system.
Click to expand...
Click to collapse
Yes, i know, and thank instructions :good: Thanks (has already downloaded the rom)
ok. no problem.
where do I find lge-res.apk ?
Goto /system/framework/lge-res
You will find the lge-res.apk