[MOD][GUIDE] 4.1.2 Enable Ripple Effect - Galaxy S III Mini Themes and Apps

Hai,
This is easy guide to get back ripple effect in galaxy s III mini...
REQUIREMENTS:
1. Rotted only
2. Deodex and not deodex
INSTRUCTION:
1. DECOMPILE framework-res.apk
2. Go to
Framework-res/res/values-hdpi/
3. Open bools.xml
4. Find
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
5. Change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
save bools.xml
6. Recompile framework-res.apk
7. Push new framework-res.apk to system/framework, set permision to rw-r-r
8. Reboot
Done, and now you get back ripple effect in your S III mini.
And if you like my work, don't forget to click on "Thanks" button
Sent from my GT-I8190 using xda premium

what tool u use? link please..
can u provide some SS guide?
thanks

Apkmanager, or apktool
Sent from my GT-I8190 using xda premium

CahBagoes354 said:
Apkmanager, or apktool
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
help me enable ripple effect please ,
heres my framework http://www.mediafire.com/?gdr089y8t6xl1y2

Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:

cheech01 said:
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
Click to expand...
Click to collapse
you change the image .9. png

AW: [MOD][GUIDE] 4.1.2 Enable Ripple Effect
No...i have only change ripple Effekt to true..... but i have a Theme Installed before. Is this the problem?
This theme : http://forum.xda-developers.com/showthread.php?t=2156286
Sent from my GT-I8190 using xda premium

cheech01 said:
No...i have only change ripple Effekt to true..... but i have a Theme Installed before. Is this the problem?
This theme : http://forum.xda-developers.com/showthread.php?t=2156286
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
you have to patch it back in the picture, use draw9patch.
Sent from my GT-I8190 using xda premium

cheech01 said:
Thanks first for you Mod/Guides !!!!!:good::good::good:
Houston we have a Problem :
Please can you help me ???
What doing wrong ??:crying:
Click to expand...
Click to collapse
Which version of apktool do you have? It needs to be 1.5.2. Update your aapt as well.

finally managed to make the changes to my framework-res.apk
apktool version needed to be updated and then it worked
thanks to CahBagoes354

This don't work for me! I use apk-multi-tool to decompile and recompile framework-res.apk but when i push it i get bootloop.
Decompile and compile without any error. Do i need to do something more?

same here :/
Sent from my GT-I8190 using xda app-developers app

same here too...

same with xxamj3. phone boots well, when i lock the screen it goes bootloops and never opens
edit: my bad. compiled with new apktool and it works

burak185 said:
same with xxamj3. phone boots well, when i lock the screen it goes bootloops and never opens
edit: my bad. compiled with new apktool and it works
Click to expand...
Click to collapse
how do you manage to compile i always get error apktool didnt find sorces

hello , no find this file in framework-res values-hdpi ... how to search this ? i have xxamg4 stock rom

halfnakedprince said:
how do you manage to compile i always get error apktool didnt find sorces
Click to expand...
Click to collapse
This guide worked for me

CahBagoes354 said:
Hai,
This is easy guide to get back ripple effect in galaxy s III mini...
REQUIREMENTS:
1. Rotted only
2. Deodex and not deodex
INSTRUCTION:
1. DECOMPILE framework-res.apk
2. Go to
Framework-res/res/values-hdpi/
3. Open bools.xml
4. Find
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
5. Change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
save bools.xml
6. Recompile framework-res.apk
7. Push new framework-res.apk to system/framework, set permision to rw-r-r
8. Reboot
Done, and now you get back ripple effect in your S III mini.
And if you like my work, don't forget to click on "Thanks" button
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
Mod Edit Quote shortened
thanks...its work for me..

khaisttj92 said:
thanks...its work for me..
Click to expand...
Click to collapse
help me please ! thanx i have xxamj2

is there any1 here have deodexed framework-res.apk s3 mini xxAMG4.....i need it pls....tq

Related

[TUT] ICS transition animation for SGA

Original thread here: (thank to capez
http://forum.xda-developers.com/showthread.php?t=1342117
Click to expand...
Click to collapse
I think this tut is for advance users. But others can try
1. Get your "framework-res.apk" in /system/framework
2. Use apktool to decomplie that file. (I recommend apktool becoz I often use it )
- Command to decomplie: apktool d framework-res.apk framework-res
3. Download source file here:
http://www.mediafire.com/?4u6y6udecy60dei
Click to expand...
Click to collapse
4. In extracted folder which u get from "framework-res.apk", find "anim" folder in \res
5. Extract source file in step 3, u will get 2 folder:
- anims
- other_files
6. Copy files from both folders in step 5 into "anim" folder in step 4
7. Open "integers.xml" in /res/value and find this line:
<integer name="config_shortAnimTime">150</integer>
Click to expand...
Click to collapse
then add the following lines after it:
<integer name="config_activityShortDur">150</integer>
<integer name="config_activityDefaultDur">220</integer>
Click to expand...
Click to collapse
8. Complie your "framework-res.apk" with command: apktool b framework-res new.apk
9. You will get a file "new.apk" but dont use it. Open extracted folder which u get in step 2, u will find a folder "build" and a file is "resource.arsc" inside
10. Now you need to use 7zip. Right click on that resource file, choose 7zip > add to archive and select original framework-res.apk with type is zip.
11. Open "new.apk" in step 8 and original "framework-res.apk" with 7zip. Drag and drop "anim" and xml folders in "new.apk" to "framework-res.apk"
12. It's finished. U can use the file "framework-res.apk" now and see the transition.
Have fun! If u have question, just ask and I will answer
Example of ICS transition:
http://www.youtube.com/watch?v=vf1U_30Ngfk
Click to expand...
Click to collapse
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Link: http://forum.xda-developers.com/showpost.php?p=19285951&postcount=41
Use it on the PC!
1. Put ur framework-res.apk to res/framework
2. When ur ready, press Patcher.exe
3. Then press Enter
4. Once done patching, put the patchers (flashable zip) to ur phone and flash it!
Remember this is only for the CyanogenMod 7 or other stock AOSP, for Stock ROMs, please pm me the framework-res.apk...
Sent from my Nexus One using Tapatalk
I'm writing tut for stock samsung roms
devilsking said:
I'm writing tut for stock samsung roms
Click to expand...
Click to collapse
Good, i have whole stack patchers for other phones
-LG Optimus One
-Nexus One
-Desire
-Galaxy S2
-Nexus S
And many many more! Works on MIUI, Cyanogen and Stock HTC Roms... Havent tested on Samsung Stocks...
Sent from my Nexus One using Tapatalk
"java" is not recognised . :/
Edit: Fixed my problem
EmoBoiix3 said:
"java" is not recognised . :/
Click to expand...
Click to collapse
Have u install Java??
Sent from my Nexus One using Tapatalk
DaxElectro said:
Have u install Java??
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
he solved )
It's done, working perfectly
Ohh *like* devilsking work ^^ ...
Well can any one help me do for general user like meh?? ....
M NT advanced ^^
Sent from Wherever I was last using XDA :]
Aadigoku13 said:
Ohh *like* devilsking work ^^ ...
Well can any one help me do for general user like meh?? ....
M NT advanced ^^
Sent from Wherever I was last using XDA :]
Click to expand...
Click to collapse
Yes, framework???
Sent from my Nexus One using Tapatalk
could someone do this mod with my framework.apk? I tried few times and always bootloops, FCs or nothing changed.
here's my framework:
http://www.megaupload.com/?d=9DD6XC30
I didnt manage to install the apktool
Can someone help telling me how to install it and get it working?
DaxElectro said:
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Click to expand...
Click to collapse
Worked fine for me by using your tool, thanks.
Got a bootloop when I install the patcher from recovery :/, already tried two times
alcachofita said:
Got a bootloop when I install the patcher from recovery :/, already tried two times
Click to expand...
Click to collapse
Hi alcachofita,
You have just PM me about the framework-res.apk bootloop, maybe you havent tried my patcher yet but nevermind, here you go and others who are running CM7-KANG-cooper like his, u can use this patch...
Dax
Im stucked in the step of signning the apk
DaxElectro said:
Hi alcachofita,
You have just PM me about the framework-res.apk bootloop, maybe you havent tried my patcher yet but nevermind, here you go and others who are running CM7-KANG-cooper like his, u can use this patch...
Dax
Click to expand...
Click to collapse
Thank you sir! (Pressed thanks button too)
The patch is working.
not working for me :/
@ alchaforta, killmyself
Last try, one of them already claim its working...
Sent from my Nexus One using Tapatalk
DaxElectro said:
Actually i have the easier way to apply the animation but it will only work on CyanogenMod... I call this easy patcher by Achep.... For Samsung Stock ROM (Rooted!), please give me ur framework-res.apk as i can work something for the intergers.xml...
Link: http://forum.xda-developers.com/showpost.php?p=19285951&postcount=41
Use it on the PC!
1. Put ur framework-res.apk to res/framework
2. When ur ready, press Patcher.exe
3. Then press Enter
4. Once done patching, put the patchers (flashable zip) to ur phone and flash it!
Remember this is only for the CyanogenMod 7 or other stock AOSP, for Stock ROMs, please pm me the framework-res.apk...
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
thanks, working well on nims's sonygenmod.

Error When Re-compiling Framework-res

I tried SO HARD changing the black background like in the Settings and all but no joy.
I followed this for decompiling :
http://androidforums.com/esteem-all-things-root/520917-guide-how-properly-decompile-recompile-apks-apktool.html
I followed this for changing for changing the desired background :
http://forum.xda-developers.com/showthread.php?t=1343484
All turned out well till I wanted to re-compile back, i got errors as in the attachment below.
have you set the framework file? "apktool if framework-res.apk" before recompiling?
if it doesnt work, try
pull twframework.apk from your phone, and use it as above.
Hope it works, again, I'm nowhere near my laptop
Sent from my GT-I8150 using XDA
you must add a picture into drawable-hdpi and name it as 'mybackground' just like the name what you set in styles.xml
reidzeibel said:
have you set the framework file? "apktool if framework-res.apk" before recompiling?
if it doesnt work, try
pull twframework.apk from your phone, and use it as above.
Hope it works, again, I'm nowhere near my laptop
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
Yes I did, already! You mean I should now use twframework.apk instead of framework-res.apk?? :ekk:
Sent from my GT-I8150 using xda premium
skys415 said:
you must add a picture into drawable-hdpi and name it as 'mybackground' just like the name what you set in styles.xml
Click to expand...
Click to collapse
I already added the picture named "mybackground.png". I followed exactly as the tutorial but yet failed. Hmmm..
Sent from my GT-I8150 using xda premium
Guys, I'm confused on the replacing part of "resource.arcs" and "modified files".
1. I already replaced "resources.arcs" in the original framework-res.apk with the " resources.arcs" from the build > apk.
2. As for the "styles.xml" that I modified, I have no idea where to put it.
Sent from my GT-I8150 using xda premium
SyzwnFrzRdz said:
Guys, I'm confused on the replacing part of "resource.arcs" and "modified files".
1. I already replaced "resources.arcs" in the original framework-res.apk with the " resources.arcs" from the build > apk.
2. As for the "styles.xml" that I modified, I have no idea where to put it.
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
You no need to replace "styles.xml", you are never find it inside apk after recompiled.
As he said, just replace "resources.arcs" and the "modified files".

[Q] How to edit, successfully, twframework-res.apk?

Hi all!
I try edit twframework-res.apk (some images + some xml's) but it has no effect. I try doing wipe dalvik-cache and wipe cache, but nothing, images no change... xml no apply... i dunno what to do.
Any idea?
Thanks!
which tool do you use to decompile apk?
Sent from my eyes to your eyes using xda premium
phadly said:
which tool do you use to decompile apk?
Sent from my eyes to your eyes using xda premium
Click to expand...
Click to collapse
APK Manage 5.0.2 (Apk tool)
_FroX_ said:
APK Manage 5.0.2 (Apk tool)
Click to expand...
Click to collapse
you need to delete which files you have edit in keep folder including images..then press enter..
Sent from my eyes to your eyes using xda premium
phadly said:
you need to delete which files you have edit in keep folder including images..then press enter..
Sent from my eyes to your eyes using xda premium
Click to expand...
Click to collapse
I do this. Now I explore twframework-res.apk with root explorer and I've seen are the images that I have modified, so all ok, however not work...
_FroX_ said:
I do this. Now I explore twframework-res.apk with root explorer and I've seen are the images that I have modified, so all ok, however not work...
Click to expand...
Click to collapse
you also need to modified images in framework-res.apk..there are same images in both twframework-res.apk and framework-res.apk..search for it..
Sent from my eyes to your eyes using xda premium
phadly said:
you also need to modified images in framework-res.apk..there are same images in both twframework-res.apk and framework-res.apk..search for it..
Sent from my eyes to your eyes using xda premium
Click to expand...
Click to collapse
Ok, the same images in the two files (twframework-res.apk and framework-res.apk) but, xml files? I edit one xml but there isn't any change (twframework-res.apk), that xml is neither in framework-res.apk or SystemUI.apk
Edit: Ok, I don't need to edit twframework-res.apk, i need to edit apk xml (in this case, Music.apk) I found the same xml inside, i'll try if work.
Edit2: It's work.
_FroX_ said:
Hi all!
I try edit twframework-res.apk (some images + some xml's) but it has no effect. I try doing wipe dalvik-cache and wipe cache, but nothing, images no change... xml no apply... i dunno what to do.
Any idea?
Thanks!
Click to expand...
Click to collapse
hi ,
first what do you want to change exactly ?
in Tw rom the Framework-res.apk is not the same as stock google phone so maybe you have to look inside
colour change
maxx35000 said:
hi ,
first what do you want to change exactly ?
in Tw rom the Framework-res.apk is not the same as stock google phone so maybe you have to look inside
Click to expand...
Click to collapse
hi i want to edit the system font color which apk should i edit..framework,systemUI
ngaihomasailo said:
hi i want to edit the system font color which apk should i edit..framework,systemUI
Click to expand...
Click to collapse
framework-res.apk.."res/color/ folder" and "res/values/styles.xml"..
Sent from my eyes to your eyes using xda premium
thanks
Sent from my GT-S5830 using Tapatalk 2
Can either of the apks be modified the change the 'theme' of TouchWiz?
Basically to get stock JellyBean look on Samsung Galaxy S2+. For eg, certain menus, radio buttons, preference activities etc...
kanchudeep said:
Can either of the apks be modified the change the 'theme' of TouchWiz?
Basically to get stock JellyBean look on Samsung Galaxy S2+. For eg, certain menus, radio buttons, preference activities etc...
Click to expand...
Click to collapse
Yes.
For 99% controls of ui you would need to edit framework-res.apk
Though i prefer apktool + 7zip
Sent from my LG-D722 using XDA Free mobile app

[MOD][XPERIA Ion] Enabled Lookscreen Rotation for deodexed LT28h 6.1.E.2.68

Hello
I have rebuild framework-res.apk to enable the lookscreen rotation
My original file are a file from LT28h 6.1.E.2.68 DEODEX.
1) copy lookscreen_rotation.zip on the SDcard
2) reboot on CMW and install the previous Zip.
3) Wipe cache and dalvik cache
4) enjoy
Tutorial :
What you need (download this Zipfiles):
Java.exe
Apktool.jar
Update.zip
How to decompile :
in first time download the /system/framework/framework-res.apk from the phone en put in the APKTool folder
if you never have used APKTool
download the /system/framework/SemcGenericUxpRes.apk file from telephone to APKTool folder
inside command window go to the APKTool Folder
type : java -jar apktool.jar if framework-res.apk
type : java -jar apktool.jar if SemcGenericUxpRes.apk
Make the modifications :
inside command window go to the APKTool Folder
type : java -jar apktool.jar d framework-res.apk
with Textfile editor
open ./framework-res/apktool.yml
Delete this lines :
Code:
usesFramework:
ids:
- 2
Save the file
open ./framework-res/res/values/styles.xml
Find and replace this lines :
Code:
Find : <item name="windowBackground">@[B]com.sonyericsson.uxp:[/B]drawable/semc_bg</item>
Replace by : <item name="windowBackground">@drawable/semc_bg</item>
and
Code:
Find : <item name="windowBackground">@[B]com.sonyericsson.uxp:[/B]drawable/semc_bg_brigh</item>
Replace by : <item name="windowBackground">@drawable/semc_bg_brigh</item>
Save the file
open ./framework-res/res/values/bools.xml
Find the line : <bool name="config_enableLockScreenRotation">false</bool>
Replace false by true
Save the file
Build and Sign Framework-res.apk (Sc01.jpg - Sc02.jpg - Sc03.jpg):
inside command window go to the APKTool Folder
type : java -jar apktool.jar d framework-res framework.zip
Open framework.zip and extract the fileresources.arsc
Open the originalframework-res.apk with zipfile editor like 7zip
Replace resources.arsc by the previously extracted file
Framework-res.apk is now Ok
How to put Framework-res.apk in the phone (Sc04.jpg):
Copy Framework-res.apk in the folder /system/framework/ of the fileupdate.zip
Copy Update.zip in the phone's SDcard
Reboot the phone on CWM and make a backup (Not required, but highly recommended)
Install Update.zip and make Wipe cache and dalvik cache
Click to expand...
Click to collapse
Screenshoot :
screens?
It's imposible for me to make a lookscreen screenshot.
When I try to do, I make a screenshot of my home. I don't know why.
Sent from my LT28h using xda app-developers app
Pretty cool, it would be neat to have something like this for Xperia S.
sorry for this bad shot
So this changes your lockscreen to the aosp one, and when you have rotation enabled it rotates your lockscreen aswell?
fcb13 said:
So this changes your lockscreen to the aosp one, and when you have rotation enabled it rotates your lockscreen aswell?
Click to expand...
Click to collapse
Exactly :good:
Looking great. Like to see mod for my SXS stock deodexed .55 fw. I can upload my framework-res.apk if u hv time to do.
Can we get this with the stock locker instead of asop
Sent from my LT28i using xda app-developers app
Got the rotation working but still got the old slide unlocker, any idea what could have happened?
If you wan't I rebuild your framework-res.apk, send me the file (DEODEX only) with the versoin on MP.
Or you can wait, I will make a tutorial.
Sent from my LT28h using xda app-developers app
pepitto52 said:
If you wan't I rebuild your framework-res.apk, send me the file (DEODEX only) with the versoin on MP.
Or you can wait, I will make a tutorial.
Sent from my LT28h using xda app-developers app
Click to expand...
Click to collapse
Better the tutorial
People have to learn instead of using everything already modded, it's more fun to do something by himself
Envoyé depuis mon LT26i avec Tapatalk
niaboc79 said:
Better the tutorial
People have to learn instead of using everything already modded, it's more fun to do something by himself
Envoyé depuis mon LT26i avec Tapatalk
Click to expand...
Click to collapse
Indeed. I know how to, but it never goes right for me.
Sent from my LT26i using Tapatalk
Any chance of you modifying this to work with small apps by niaboc?
fcb13 said:
Any chance of you modifying this to work with small apps by niaboc?
Click to expand...
Click to collapse
Hello !
I have download the last Update of Small apps by niaboc and enable the lookscreen rotation.
you can download here.
The file is not tested by me. If you install on your phone, give me feed back.
techdeisel said:
Can we get this with the stock locker instead of asop
Click to expand...
Click to collapse
I found with my ion that after install I still had stock lock screen that rotated, however in landscape there is no unlock button available. Unlock only in portrait. But the music player still worked along with notifications (you can unlock screen with notification slider)
twent4 said:
Got the rotation working but still got the old slide unlocker, any idea what could have happened?
Click to expand...
Click to collapse
When reading in SKIFYR123's "ION original theme project" thread I found I needed to remove "UxpNxtLockScreen.apk" from the /system/apps folder. Now I have rotating aosp lock screen.
~Jaramie
sent by my ION
work in Xperia S???
The tutorial work on all xperia 2012 ICS
Sent from my LT28h using xda app-developers app
You Decompiled framework-res.apk can be worked?I did it many times but failed.
pepitto52 said:
Hello
I have rebuild framework-res.apk to enable the lookscreen rotation
My original file are a file from LT28h 6.1.E.2.68 DEODEX.
1) copy lookscreen_rotation.zip on the SDcard
2) reboot on CMW and install the previous Zip.
3) Wipe cache and dalvik cache
4) enjoy
Screenshoot :
Click to expand...
Click to collapse
Thanks for that tutorial!! I did the same for Xperia S!! Based in this Framework by accts http://forum.xda-developers.com/showthread.php?t=2047999
:laugh::victory:

[Help] [Pro] Help me to edit settings.apk (decompile & compile) correctly

I installed all apk found under system/framework with apktool.
*framework-res.apk & another apk
Then decompiled Settings.apk of Xperia pro stock ics Rom.
After that ,without making any change I compiled the apk. Then I surprisingly noticed that the size compiled apk is 1/3 of original stock settings.apk .
Then I flashed the apk using cwm to my phone to test if it work .after flashing, the setting icon is invisible in launcher menu !
Plz anybody tech me how decompile and re compile stock settings.apk of Xperia pro properly..
----------------****---------------
I'm noob. Help me to be great like U
shouvo said:
I installed all apk found under system/framework with apktool.
*framework-res.apk & another apk
Plz anybody tech me how decompile and re compile stock settings.apk of Xperia pro properly..
----------------****---------------
I'm noob. Help me to be great like U
Click to expand...
Click to collapse
take a look here
cosmyndemeter said:
take a look here
Click to expand...
Click to collapse
On that post I found something like this
"2-STEP hope u guys know how to decompile iam not going to explain it so decompile the settings.apk (make sure u set the compression level 128mb)"
Then explain me how set compression level in apktool??
Sent from my MK16i using xda premium
I know how to decompile and compile. Also know how to mod....but main problem Is ,after re compile, settings.apk's size is decreased...why it's happening !?
Sent from my MK16i using xda premium
shouvo said:
I know how to decompile and compile. Also know how to mod....but main problem Is ,after re compile, settings.apk's size is decreased...why it's happening !?
Sent from my MK16i using xda premium
Click to expand...
Click to collapse
size depends on apktool aapt or other files. ıts not so important. if you truly decompiled and recompiled. Be sure on resources.arsc's compression method is STORE. Generally that causes this problem. run 2 apps (original and unsigned) with winrar. move edited xmls from unsigned to signed with normal compression. Move icons(if you added or changed) with STORE method and finally move resources.arsc with STORE method.
Erhany said:
size depends on apktool aapt or other files. ıts not so important. if you truly decompiled and recompiled. Be sure on resources.arsc's compression method is STORE. Generally that causes this problem. run 2 apps (original and unsigned) with winrar. move edited xmls from unsigned to signed with normal compression. Move icons(if you added or changed) with STORE method and finally move resources.arsc with STORE method.
Click to expand...
Click to collapse
"Be sure on resources.arsc's compression method is STORE. " how can i set it to STORE ??
Sent from my MK16i using xda premium
shouvo said:
"Be sure on resources.arsc's compression method is STORE. " how can i set it to STORE ??
Sent from my MK16i using xda premium
Click to expand...
Click to collapse
as I told you, open 2 apks with winrar. drag& drop resources arsc from unsigned.apk to original.apk, a screen will appear, Check compressin method on left center( generally writes NORMAL) change it to STORE and select OK for copying. thats all
Erhany said:
as I told you, open 2 apks with winrar. drag& drop resources arsc from unsigned.apk to original.apk, a screen will appear, Check compressin method on left center( generally writes NORMAL) change it to STORE and select OK for copying. thats all
Click to expand...
Click to collapse
thanks dude...it worked just like a charm
Sent from my MK16i using xda premium
shouvo said:
thanks dude...it worked just like a charm
Sent from my MK16i using xda premium
Click to expand...
Click to collapse
You r welcom. Im glad

Categories

Resources