[GUIDE] How to install from flashable zip manually - Galaxy Y GT-S5360 General

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

Related

[Q] Can you install mods without CWM?

Basically I want to install these mods: http://forum.xda-developers.com/showthread.php?t=1287810
I have the stock rooted kernel (found here http://forum.xda-developers.com/showthread.php?t=1282415) which doesn't include CWM. Is there a way to install these mods without flashing through CWM?
Thanks.
I heard that rom manager now support our phone, it installs latest CWM version 5.0.2.7
I usually use adb push
Looks like you need a custom kernel for Rom Manager to work right now.
Can I just replace the files on my phone with these files and reboot?
use Odin to flash custom kernel with cwm compiled. lostkernel or zedomax's kernel both got cwm.
Sent from my SPH-D710 using xda premium
Yes but can I install these WITHOUT CWM?
romanodog said:
Yes but can I install these WITHOUT CWM?
Click to expand...
Click to collapse
No without custom recovery which is what cwm is you can not flash anything that is not signed by samsung .....you could flash an update through the samsung recovery but everything else will fail signature check .....that is why we use odin and clockwork mod
Sent from my SPH-D710 using xda premium
Technically yes you can. You would have to know how and where to push everything via adb but if you don't know or are uncomfortable I would definitely avoid it.
Hey romanodog you get CWM with stock rooted kernal without having to odin anything. All you have to do is do the following:
1. Go to the thread called " Lets Get Rid of that Yellow Triangle" (http://forum.xda-developers.com/showthread.php?t=1297999)
Note: with the root method you used you wont have the yellow triangle but this is necessary to get cwm on stock kernal.
2. Download and extract the the zip called "chris41g.devphone.org/LoStKernel/FlashzImage.zip" to your desktop or directory of choice
3. now open this folder and delete the file called zImage
4. go to this thread called "Stock Pulled Repacked with CWM5" (http://forum.xda-developers.com/showthread.php?t=1305099)
4. download the StockCWM5.zip file and extract this new zImage to the folder FlashzImage
5. run the bat file
Note: after you replace the zImage you can pretty much follow the how to video done by QbKing77 (thank him) in this thread: http://forum.xda-developers.com/showthread.php?t=1297999
cool thanks man, I will have to try that out
you can do all the mods without cwm quite easily.
just take the files from inside the zip and use a file browser to copy them to the phone.
i use es file explorer mostly, its free and lets you access the root partition.
available in the market.
(you can also use the adb push command if comfortable with a command line from the pc or a terminal emulator such as connectbot from the phone)
the trick is just figuring out where the files go. luckily when you unzip the mod you'll get folders such as
meta-inf
system
ignore the meta-inf
its the system folder you want
system> which will usually contain something like app and framework folders
just copy those files to /system/app and /system/framework viola! either overwriting the files already there or better yet backup those files or rename them first.
no cwm needed but you do need root
p.s. also you may need to reboot for changes to take effect
mjcollum said:
you can do all the mods without cwm quite easily.
just take the files from inside the zip and use a file browser to copy them to the phone.
i use es file explorer mostly, its free and lets you access the root partition.
available in the market.
(you can also use the adb push command if comfortable with a command line from the pc or a terminal emulator such as connectbot from the phone)
the trick is just figuring out where the files go. luckily when you unzip the mod you'll get folders such as
meta-inf
system
ignore the meta-inf
its the system folder you want
system> which will usually contain something like app and framework folders
just copy those files to /system/app and /system/framework viola! either overwriting the files already there or better yet backup those files or rename them first.
no cwm needed but you do need root
p.s. also you may need to reboot for changes to take effect
Click to expand...
Click to collapse
Cool! I thought I could do something like that but I wanted someone to confirm, thanks!
I'm pretty familiar with linux but these phones are a whole new world to me.

What files do i have to remove to uninstall the megabassbeatsmod posted bykurotsugi

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

[Q] HTC Locations' App. on other Custom ROMs

Hi,
I need to install HTC's Locations app on any custom ROM (ie: MyOneV or CM9/CM10)
So any1 can help me with this ?
(i tried it though, by moving these files (from MyOneV5.0FX Removed apks) htclocation.apk,locationpicker.apk,locatiooninstaller.apk in System/app folder bt it didn't worked)
When you move those files to system app manually, you need to put right permission rw-r--r-- then reboot.
Or the simplest way is, open the Removed_Apks_RC5.x.zip with 7-zip (not extract), delete all apks that you don't need and leave those location files in zip.
Then flash the zip in recovery.
And these files will not work on a CM rom.
ckpv5 said:
When you move those files to system app manually, you need to put right permission rw-r--r-- then reboot.
Or the simplest way is, open the Removed_Apks_RC5.x.zip with 7-zip (not extract), delete all apks that you don't need and leave those location files in zip.
Then flash the zip in recovery.
And these files will not work on a CM rom.
Click to expand...
Click to collapse
:good:
Thankz
I tried that too, by removing all apks from zip keeping the said three files & flash it in recovery, still it doesn't appeared in apps!
Though i'll try again may b missed something or some file..
I just tried it, it works.
Your filename looks different, attached here the files from the Removed_Apks_RC5.x.zip, I named it to location.zip. Flash in recovery.
It Worked: Thanx

[Q] DoCoMo Status Bar v4 & Task Switcher/Does this work on ZL?

Has someone already tested this Mod on the Xperia ZL?
http://forum.xda-developers.com/showthread.php?t=2202383
Yes it works !!!!!
Yes I installed it, tested it and can confirm it works on the Sony Xperia ZL.
First I rooted the phone using this method:
http://forum.xda-developers.com/showthread.php?t=2186368
Then I download the files to computer then to my SD Card/external storage on smartphone.
Back up all necessary file from system/app such systemui.apk, systemui.odex, taskswitcher.apk, settings.apk and settings.odex files to my sd card/external storage in case it went wrong.
Deleted the systemui.odex and settings.odex files.
Copy on files at a time for example the systemui.apk file to the system folder then changed the permission to rw-r--r-- then delete and move the the systemui.apk file to the system/app folder. I did the same for teh other files as well.
Finally reboot the smartphone and voila it should work.
Darkfunnyguy said:
Yes I installed it, tested it and can confirm it works on the Sony Xperia ZL.
First I rooted the phone using this method:
http://forum.xda-developers.com/showthread.php?t=2186368
Then I download the files to computer then to my SD Card/external storage on smartphone.
Back up all necessary file from system/app such systemui.apk, systemui.odex, taskswitcher.apk, settings.apk and settings.odex files to my sd card/external storage in case it went wrong.
Deleted the systemui.odex and settings.odex files.
Copy on files at a time for example the systemui.apk file to the system folder then changed the permission to rw-r--r-- then delete and move the the systemui.apk file to the system/app folder. I did the same for teh other files as well.
Finally reboot the smartphone and voila it should work.
Click to expand...
Click to collapse
Thank you for your explanations, because I also have the problem.
I have some questions:
1. I did not use this method to root, which for me is more complicated. Is that my problem may be here?
2. What recovery are you using?
3. can you detail me this because I do not understand:
"Copy on files at a time for example the systemui.apk file to the system folder then changed the permission to rw-r--r-- then delete and move the the systemui.apk file to the system/app folder. I did the same for teh other files as well.
In the topic, asked to remove only two files."
Thank you to you for your help
Compare to other method to rooting I looked this is by far the easiest to root without unlocking the bootloader as well. It only takes a minutes or two.
Sorry I have not used any recovery as of yet apart from android software such as backup pro or backup and restore.
When you downloaded the files from here in Zip or WinRAR format I used I extract the three files systemui.apk, taskswitcher.apk and settings.apk to your computer/laptop then connect up your Xperia ZL to the computer/laptop then copy or move these files to your Xperia ZL on your sd card.
You need to download something like android app like file manager and make sure the settings on file manager is set to root.
Now I used the file manager copy the systemui.apk to the system folder then I press on systemui.apk to press option for permission to change the permission with the with the first column all boxes ticked for read and second column only the top for owner is ticked for write, all other boxes including the third column for execute is left unticked.
Now I move the systemui.apk file to the system/app folder replacing the current systemui.apk. I used the same method for settings.apk and taskswitcher.apk files. Once you done that reboot your smartphone.
Darkfunnyguy said:
Compare to other method to rooting I looked this is by far the easiest to root without unlocking the bootloader as well. It only takes a minutes or two.
Sorry I have not used any recovery as of yet apart from android software such as backup pro or backup and restore.
When you downloaded the files from here in Zip or WinRAR format I used I extract the three files systemui.apk, taskswitcher.apk and settings.apk to your computer/laptop then connect up your Xperia ZL to the computer/laptop then copy or move these files to your Xperia ZL on your sd card.
You need to download something like android app like file manager and make sure the settings on file manager is set to root.
Now I used the file manager copy the systemui.apk to the system folder then I press on systemui.apk to press option for permission to change the permission with the with the first column all boxes ticked for read and second column only the top for owner is ticked for write, all other boxes including the third column for execute is left unticked.
Now I move the systemui.apk file to the system/app folder replacing the current systemui.apk. I used the same method for settings.apk and taskswitcher.apk files. Once you done that reboot your smartphone.
Click to expand...
Click to collapse
Thanks.
Yes, I do that and it's ok.
Look at : http://forum.xda-developers.com/showpost.php?p=40569989&postcount=443

[HOW TO] [ROOT]: Install Custom S-Pen Pointers and Sounds

Hello everyone. This is my second attempt at making a useful thread for the community so if it isn't formatted correctly or isn't right in anyway please PM me and I will fix it., it might be helpful to me to leave instructions on how to fix it as well. If something like this already exists, I am sorry please notify me of that and I will take this down.
This is a thread to instruct you on how to make custom s-pen sounds and install them as well as how to install custom s-pen pointers on any TW based rom including stock ( this is just install, I don't know how to make custom pointers yet). There are two requirements YOU MUST BE ROOTED AND RUNNING STOCK OR TW BASED ROM. This is my method, I am not saying that there aren't better ways just that this is how I do it and I know it works. I am not responsible for things going wrong and you being left with a device that doesn't work. You do this because you choose to and understand the risk involved. Also, please make back ups of all the files you want to change so that you have all the original files.
For Sounds: (You can use any sound you have or even the voice record app to make the sound you'd like)
1. Make sure you're rooted
2. Have some sort of root permission file explorer installed (I use Rom Toolbox)
3. Find or record the sounds you want to use as your s-pen attach and detech sounds If they aren't in the .ogg format then convert it to .ogg (I use wavepad for this step)
4. Decide if you want the sound to be sound 1,2 or 3
5. Once you have your sound the way want it rename the file for attach to Pen_att_noti1 (the number can also be a 2 or 3 depending on where you want the sound) and the sound for detach to Pen_det_noti1 (again the number can be different)
6. Place the files on your phone where you can locate them with the file explorer you have installed.
7. Locate the file(s) you want to use and using your explorer navigate to the directory system\ media\ audio\ ui and paste the sounds there. (You might be asked to overwrite whats there. If you want to save the original sounds simply find the file with the same name before you paste and rename to (thefilenamehere.ogg.bak)
8. Restart your phone
9. Once rebooted navigate to your spen sound selector and choose the sound want.
Thanks to my friend TheGrammerFreak for this nexxt bit
For Pointers:
(I don't know how to make pointers. This is assuming you have a file that you know can be used as the pointer. i am trying to learn and when/if I do I will add that to this thread)
1. Make sure you're rooted
2. Make sure you have some root permission file explorer installed.
3. Make sure you have a program that can open .apk files on you PC (I use 7-Zip)
4. Using the explorer you have navigate to the directory system\ framework and copy the file framework-res.apk to a place that you can access via the pc (I used my extsdcard)
5. Attach your phone to the computer
6. Find the framework-res.apk and move it onto your computer
7. Take the file you want to use and reaname it to tw_pointer_spot_hovering_spen
8. Open (not to be confused with unzip. Right click the apk and select "open with") the framework-res.apk with a program that will open it
9. Once open navigate to res\ drawable-xhdpi and find the file named tw_pointer_spot_hovering_spen delete that file and take the file you made/have of the same name and paste it directly into that directory. exit the program after doing so.
10 Take the framework-res.apk file that you edited and place onto your phone where you can locate it.
11. Detach your device from the computer
12. Using your explorer on your phone navigate to the edited framework-res.apk[ and select to copy it.
13. Navigate with your explorer to the directory system\ framework and paste the file there. WARNING: You might get several errors and force closes, don't worry this is normal.
14. Either restart your phone or pull your battery and boot up and you will now see your new pointer. Enjoy!
NOTE: If you want a different pointer for your files that air view capable or if you want your new pointer to be used as your air view pointer follow the same instructions except that the file you are wanting to use and the one you replace are both named tw_pointer_spot_hovering_spen_more and these files can be the same as your normal pointer if you choose.

Categories

Resources