(Q)How To Change CWM Install Script Text - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Please help me I make a iconpack but ı'm dont know this thing please help me (

Deopolos14 said:
Please help me I make a iconpack but 03'm dont know this thing please help me (
Click to expand...
Click to collapse
I think you want to change the text that's shown in CWMR while flashing. For that you should edit the updater script present in META-INF/com/google/android/updater-script.

Sameer N. Soni said:
I think you want to change the text that's shown in CWMR while flashing. For that you should edit the updater script present in META-INF/com/google/android/updater-script.
Click to expand...
Click to collapse
Thanks man but what can i use for this thing i mean which tool
Sent from my e-tab4 using XDA Free mobile app

Deopolos14 said:
Thanks man but what can i use for this thing i mean which tool
Sent from my e-tab4 using XDA Free mobile app
Click to expand...
Click to collapse
you can just open the update script in notepad++ (different from windows notepad)
http://notepad-plus-plus.org/

marcussmith2626 said:
you can just open the update script in notepad++ (different from windows notepad)
http://notepad-plus-plus.org/
Click to expand...
Click to collapse
When i used this tool i see very different codes in script what can i do ?
Sent from my e-tab4 using XDA Free mobile app

Deopolos14 said:
When i used this tool i see very different codes in script what can i do ?
Sent from my e-tab4 using XDA Free mobile app
Click to expand...
Click to collapse
the updater-script in the meta-inf folder is plain text in a flashable zip and you can just open it
if you are trying to open up anything else for example an xml file in an apk you must decompile the apk first

marcussmith2626 said:
the updater-script in the meta-inf folder is plain text in a flashable zip and you can just open it
if you are trying to open up anything else for example an xml file in an apk you must decompile the apk first
Click to expand...
Click to collapse
Okey thanks i will upload my icon pack in two days good night sir
Sent from my e-tab4 using XDA Free mobile app

((
marcussmith2626 said:
the updater-script in the meta-inf folder is plain text in a flashable zip and you can just open it
if you are trying to open up anything else for example an xml file in an apk you must decompile the apk first
Click to expand...
Click to collapse
I Cant do it true man :crying: now zip gives status 6 error Can you do it true on pm ? i'm give credits to you on my thread

Deopolos14 said:
I Cant do it true man :crying: now zip gives status 6 error Can you do it true on pm ? i'm give credits to you on my thread
Click to expand...
Click to collapse
status 6 means incorrect update script - you have made an error and there is incorrect syntax
I suggest you look at other icon packs and compare updater scripts so you get an understanding on what it should look like
for example here is an icon pack thread
http://forum.xda-developers.com/showthread.php?t=2470700
Its eurovision night here so theres no chance of me doing anything sorry!

Related

App name

I like customize rom in my way. i changed app icons but now i want to change app names. please someone guide me for this which file to be edited.
Try APK Edit
With this tool you can change every text that appears in that app and even add new languages...
For me it was also quite useful and it's not very complicated. Only open the APK (You must have the apk on your computer) and edit it
Mohanshbhr said:
I like customize rom in my way. i changed app icons but now i want to change app names. please someone guide me for this which file to be edited.
Click to expand...
Click to collapse
Isn't it manifest.xml ? I'm not sure... Look at it !
brigo said:
Isn't it manifest.xml ? I'm not sure... Look at it !
Click to expand...
Click to collapse
Thanks let me try
GalaxyDrei said:
Try APK Edit
With this tool you can change every text that appears in that app and even add new languages...
For me it was also quite useful and it's not very complicated. Only open the APK (You must have the apk on your computer) and edit it
Click to expand...
Click to collapse
Thanks, it worked

[Q]how can I change app name...

Hello guys,
I just want to change the app name...
Like com.opera.mini.android to com.my.opera.android..
I tried it..by renaming..it gives error...
So what's the correct procedure? ?
How I can????
Plz help me
Sent from my GT-S5360 using xda app
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
Ok..I will try bro...
Sent from my GT-S5360 using xda qpp
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
Sorry dude ..
Not working ....
It gives error at the time of recompile ...
Sent from my GT-S5360 using xda.app
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
It won't work that way anyhow!
@op u have to fully change its smali files in order to do so.....
OR u can simply
Use apktojava
1.Select opera mini.apk
2.Create eclipse workspace
3.Open eclipse/use existing projects
4.Select ur opera mini workspace
5.In the java file where there is com.opera.blabla
6.Rightclick over it/refractor/change name
7.Enter com.blabla.blabla
8.Select save/replace all the occerence
9.Finish the project,and you are done!
Have a nice day
D4rk
LetJect said:
Hello guys,
I just want to change the app name...
Like com.opera.mini.android to com.my.opera.android..
I tried it..by renaming..it gives error...
So what's the correct procedure? ?
How I can????
Plz help me
Sent from my GT-S5360 using xda app
Click to expand...
Click to collapse
Easy way
1.Decomplie it
2.Go to Values folder
3.And Find string.xml
4.Open it and change the app name
Do these where were you found string.xml
And at the time of recompile Delete the resource.arc and delete the modefied xml from keep folder...
Sent from my GT-S5830i using xda app-developers app
D4rkSh4dow said:
It won't work that way anyhow!
@op u have to fully change its smali files in order to do so.....
OR u can simply
Use apktojava
1.Select opera mini.apk
2.Create eclipse workspace
3.Open eclipse/use existing projects
4.Select ur opera mini workspace
5.In the java file where there is com.opera.blabla
6.Rightclick over it/refractor/change name
7.Enter com.blabla.blabla
8.Select save/replace all the occerence
9.Finish the project,and you are done!
Have a nice day
D4rk
Click to expand...
Click to collapse
Thanks dude .....
Sent from my GT-S5360 using xda..
i think must sign apk
<post deleted>
Minions_Army said:
i think must sign apk
Click to expand...
Click to collapse
I cant undestand what u say....
Sent from my GT-S5360 using xda app
sign apk

[Q] Application Issues

I installed a custom ROM, but when installed application in System memory it works fine but when i movie it to SD card then the application dissappears and only visible in apps setting. Would be grateful if can be solved Thanks
Hi!
Maybe those apps arent able to work on the sdcard?
also i guess it only works at 4.0.3 and higher?
Hello
mynameisnotraphael said:
Hi!
Maybe those apps arent able to work on the sdcard?
also i guess it only works at 4.0.3 and higher?
Click to expand...
Click to collapse
No i installed MX player that is movable to SD card (
Torres00 said:
No i installed MX player that is movable to SD card (
Click to expand...
Click to collapse
you should specify the rom and the phone u r using,,,for better understanding,,if you have downloaded this rom from xda do report in that thread so that developers can slove it
ArjunrambZ said:
you should specify the rom and the phone u r using,,,for better understanding,,if you have downloaded this rom from xda do report in that thread so that developers can slove it
Click to expand...
Click to collapse
i tried even that but none of the developers replied ! the problem im facing is in LG E400f, with touchwiz and Ryanogenmod !!!
which is your cm version?
!
ArjunrambZ said:
which is your cm version?
Click to expand...
Click to collapse
I installed Ryanogen mod! that is basicaly based on CM9 ! and other touchwiz V2
Torres00 said:
I installed Ryanogen mod! that is basicaly based on CM9 ! and other touchwiz V2
Click to expand...
Click to collapse
i guess that rom ,has problem with sd card permission but im not sure
try a full wipe and then install rom and try
Sent from my LG-P700 using XDA Premium 4 mobile app
Thanks for the concern!
ArjunrambZ said:
i guess that rom ,has problem with sd card permission but im not sure
try a full wipe and then install rom and try
Sent from my LG-P700 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
ive tried it so many times wiped everything! installed but no luck! and i dont wanna use that factory installed ROM!
Torres00 said:
ive tried it so many times wiped everything! installed but no luck! and i dont wanna use that factory installed ROM!
Click to expand...
Click to collapse
no other alternative?
Sent from my LG-P700 using XDA Premium 4 mobile app
ArjunrambZ said:
no other alternative?
Sent from my LG-P700 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
the alternative is latte version! i installed it with no lags but the problem is there is no sound while recording! they tell me to remove a file called build.prop but i cant find it either!
Yes ! but another issue
ArjunrambZ said:
no other alternative?
Sent from my LG-P700 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i have a recording bug on another ROM Latte 2.3 ! they tell me to remove this file but i cant find it? :/
delete this line from build.prop then restart the phone
Code:
media.stagefright.enable-record=false
Torres00 said:
i have a recording bug on another ROM Latte 2.3 ! they tell me to remove this file but i cant find it? :/
delete this line from build.prop then restart the phone
Code:
media.stagefright.enable-record=false
Click to expand...
Click to collapse
There are many ways to do this but this is the easy way just extract the whole ROM to a folder and go to system folder and under it u will see built.prop file open it in notepad++ and not the notepad,, and delete the line and restart accordingly
---------- Post added at 12:02 AM ---------- Previous post was at 12:00 AM ----------
ArjunrambZ said:
There are many ways to do this but this is the easy way just extract the whole ROM to a folder and go to system folder and under it u will see built.prop file open it in notepad++ and not the notepad,, and delete the line and restart accordingly
Click to expand...
Click to collapse
And I mean delete the line and save the built.prop and afterwords zip the ROM once more and flash it
ArjunrambZ said:
There are many ways to do this but this is the easy way just extract the whole ROM to a folder and go to system folder and under it u will see built.prop file open it in notepad++ and not the notepad,, and delete the line and restart accordingly
---------- Post added at 12:02 AM ---------- Previous post was at 12:00 AM ----------
And I mean delete the line and save the built.prop and afterwords zip the ROM once more and flash it
Click to expand...
Click to collapse
is there option doing it from cell itself?
Torres00 said:
is there option doing it from cell itself?
Click to expand...
Click to collapse
yah u can,, if you hav root explorer or es file explorer then browse to system/built.prop file and edit it but u have to give root acces to the file manager first
ArjunrambZ said:
yah u can,, if you hav root explorer or es file explorer then browse to system/built.prop file and edit it but u have to give root acces to the file manager first
Click to expand...
Click to collapse
thank you sooo much i did it by editing from notepad and rebuild the zip
Torres00 said:
thank you sooo much i did it by editing from notepad and rebuild the zip
Click to expand...
Click to collapse
did it work?? I'd not because you edited with notepad which is not supported, u have to use notepad++ try a Google search
ArjunrambZ said:
did it work?? I'd not because you edited with notepad which is not supported, u have to use notepad++ try a Google search
Click to expand...
Click to collapse
yes i edited with wordpad and it worked thanks!
Torres00 said:
yes i edited with wordpad and it worked thanks!
Click to expand...
Click to collapse
Glad that it worked but always use notepad++ its very much easy

Editing XML wierd characters

Hello!
I'm trying to edit one of the XML's of the S Health app so hopefully I can discover some way to hide some info from the widget. However opening the said XML file in Notepad++ gives me a bunch of weird characters.. How do I procede?
testmonkey1 said:
Hello!
I'm trying to edit one of the XML's of the S Health app so hopefully I can discover some way to hide some info from the widget. However opening the said XML file in Notepad++ gives me a bunch of weird characters.. How do I procede?
Click to expand...
Click to collapse
Hi,
You cannot just pull out the file and edit it. You need to learn to decompile it first and then edit. When done, recompile. Hope this helps ?
Sent from my Nexus 7 using xda app-developers app
Jishnu Sur™ said:
Hi,
You cannot just pull out the file and edit it. You need to learn to decompile it first and then edit. When done, recompile. Hope this helps ?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Ahh I thought it was the same as when replacing images, just change the file in 7z and resign the app.
How would one go àbout the most easy/fast way to decompile? I am no developer, I just want to edit out some text that is displayed on a widget by removing a couple of ljnes in the XML (I guess), nothing fancy. I don't want to be installing SDKs and what not..
testmonkey1 said:
Ahh I thought it was the same as when replacing images, just change the file in 7z and resign the app.
How would one go àbout the most easy/fast way to decompile? I am no developer, I just want to edit out some text that is displayed on a widget by removing a couple of ljnes in the XML (I guess), nothing fancy. I don't want to be installing SDKs and what not..
Click to expand...
Click to collapse
The easiest way is this mate :
1. Download tickle my android.
2. Download java applet 6U25.
3. Framework.resapk and other abc-res.apk.
4. Run tickle my android and decompile.
Sent from my Nexus 7 using xda app-developers app
Jishnu Sur™ said:
The easiest way is this mate :
1. Download tickle my android.
2. Download java applet 6U25.
3. Framework.resapk and other abc-res.apk.
4. Run tickle my android and decompile.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thanks a lot mate

Help Req. Regarding Settings.apk Of Y Duos

I Want To Remove Some Of This Parts From My Settings.apk
Touchwiz parts inside which there are Adaway.apk
Cpucontrol.apk
Spareparts.apk
netbooster.apk
etc etc..For Which I Have To Install Those Apps
Have A Glance At My Attachment...You Will Surely Understnd
Himan Boro said:
I Want To Remove Some Of This Parts From My Settings.apk
Touchwiz parts inside which there are Adaway.apk
Cpucontrol.apk
Spareparts.apk
netbooster.apk
etc etc..For Which I Have To Install Those Apps
Have A Glance At My Attachment...You Will Surely Understnd
Click to expand...
Click to collapse
Try To Mod Your Settings.apk..By Decompiling It.There Is Many Guides In XDA To Do That....And Then Just Delete The Apks That You Want To Remove....With Any Root Explorer App...:thumbup:
[[Note:Search "How To Invoke An App From Settings" In Xda Or Google To Do That]]
TECHNO_THUNDER said:
Try To Mod Your Settings.apk..By Decompiling It.There Is Many Guides In XDA To Do That....And Then Just Delete The Apks That You Want To Remove....With Any Root Explorer App...:thumbup:
[[Note:Search "How To Invoke An App From Settings" In Xda Or Google To Do That]]
Click to expand...
Click to collapse
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Himan Boro said:
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Click to expand...
Click to collapse
remove it from the manifest xml and also remove any strings in strings xml then resign it
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk 2
san122 said:
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk
Recompiling Gives Error..but the app is in dist foldr...
Click to expand...
Click to collapse
marcussmith2626 said:
remove it from the manifest xml and also remove any strings in strings xml then resign it
Click to expand...
Click to collapse
lil confusing 1
Himan Boro said:
lil confusing 1
Click to expand...
Click to collapse
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
marcussmith2626 said:
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
Click to expand...
Click to collapse
i dint find in Androidmanifest.xml..
i found in settings.xml
san122 said:
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Recompiling gives error ;(..but the new compild app is in dist folder.
Himan Boro said:
Recompiling gives error ;(..but the new compild app is in dist folder.
Click to expand...
Click to collapse
read the error that apk tool tells you - it will say in which file and what line the error is - you may have public values or strings that also need deleting - cant help if you just say its an error
Himan Boro said:
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Click to expand...
Click to collapse
Just Do Reverse The Whole Process Bro....Delete The Layout Lines And The Apps....
marcussmith2626 said:
read the error that apk tool tells you - it will say in which file and what line the error is - you may have public values or strings that also need deleting - cant help if you just say its an error
Click to expand...
Click to collapse
Ok Bro....
TECHNO_THUNDER said:
Just Do Reverse The Whole Process Bro....Delete The Layout Lines And The Apps....
Click to expand...
Click to collapse
Ow K...
Himan Boro said:
Ow K...
Click to expand...
Click to collapse
Maybe you are getting language not found error.If yes then there is no problem.
Sent from my GT-S5360 using Tapatalk 2
TY all for d supports and guides
marcussmith2626 said:
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
Click to expand...
Click to collapse
@marcussmith2626
It is not located in manifest. (It will never will be located there)
It is in /res/xml/settings.xml
Himan Boro said:
Recompiling gives error ;(..but the new compild app is in dist folder.
Click to expand...
Click to collapse
You need to install framework-res.apk and twframework-res.apk before decompiling and before recompiling.
Himan Boro said:
TY all for d supports and guides
Click to expand...
Click to collapse
I think you want to remove them from xduos v3 rom(as per screenshoots)....So decompile Settings.apk and go to res/xml,and find "kenj1.xml" from there, edit them and delete preferences from there...and recompile,sign and push apk to system....enjoy for personal use only...:thumbup::thumbup:

Categories

Resources