Framework-res.apk for touchwiz revolutionised cm9 with navigation bar size 24dip - Samsung Galaxy Mini

Got big navigation bar[height] in Touchwiz Revolutionised 5 Rom...
here i bring suitable Navibar Framework app...
Instructions:
Download apk..
load it to sdcard..
copy apk to System folder[use any file manager which can do this]..
now change the permissions to rw-r--r--[as that of other apks]..
move apk to framework folder..
reboot..
now enable navigation bar by adding " qemu.hw.mainkeys=0 "[without quotations] in build.prop file..
Reboot again..
done:good:
for version4.4,check post number #3..
Credits:
arpitkh96[For awesome rom]
Venkatesh[for guiding me]
Myself
Press "Thanks" if you like my work...

the above framework is for v4..

here is the framework apk with 20dip navigation bar for v4.4 rom..
follow same instructions mentioned in #1 post..
press thanks if you like my work...

Will it work on any ICS?
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong

intelprakash said:
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
Click to expand...
Click to collapse
I think it wont work for the rom which you specified..[i am not sure]..
yea directly if you paste it in framework folder...previous framework of rom will be replaced which makes phone not to boot[reason:as permissions are not set correctly]..
so first paste it in System folder,change permissions and then move apk to framework folder.. reboot enjoy..
Press Thanks if i helped you..

intelprakash said:
Will this mod work on any ICS ROM Like This ROM? Also where exactly in the system folder we have to put this file in I guess its should go inside /system/framework. Correct me if I'm wrong
Click to expand...
Click to collapse
naresh babu said:
I think it wont work for the rom which you specified..[i am not sure]..
yea directly if you paste it in framework folder...previous framework of rom will be replaced which makes phone not to boot[reason:as permissions are not set correctly]..
so first paste it in System folder,change permissions and then move apk to framework folder.. reboot enjoy..
Press Thanks if i helped you..
Click to expand...
Click to collapse
It'll work..but it'll contain tw files in it...it is a bad idea to paste directly....create a flashable package, nd flash it via recovery. naresh why don't you create flashable zip for it? Btw i am using 18dip...it is good too.

Venkatesh said:
It'll work..but it'll contain tw files in it...it is a bad idea to paste directly....create a flashable package, nd flash it via recovery. naresh why don't you create flashable zip for it? Btw i am using 18dip...it is good too.
Click to expand...
Click to collapse
Yea 18dip looks better for mini.. okay i will try to release flashable zip..thanks for the suggestions..:good:

Looks like you are compressing it more.it may effect the performance and battery
Sent from my GT-S5570 using XDA Premium 4 mobile app

arpitkh96 said:
Looks like you are compressing it more.it may effect the performance and battery
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I dont know after decompiling and compiling it again ,apk got compressed..
Performance is not bad it is running better in my phone..
and its Awesome rom from you..

Related

cog 4.1.x theme!!!

somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
I second this lol!!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
yeah! i'm not a dev...
Actually there are some themes compatible with 4.1..."The red" and "The bloo" by whiteguypl are available now just look under Captivate themes and apps...Darkys theme should be 4.1 compatible soon as well...
Sent from my SAMSUNG-SGH-I897 using XDA App
yeah i saw those ones, a little too bubble popper looking for me. or bejeweled. it's not very clean imo
After the gym tonight I'll flash Cog 4.1.1 and play around with Reefers theme to see if I can get some of it working...
If I don't get to it then it's because I got too lazy
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
joeclark said:
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
Click to expand...
Click to collapse
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
I would enjoy a solid cog theme as well
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
Use a js5 rom where your theme choice is basically unlimited.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
WOOT! I have my gingerbread icons! Now I just need to figure out which file does the text colors
Sent from a phone using an app.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
This method will change the base graphics no matter what ROM the theme is based on?
I'd really like to try cognition 4, but I like the Gingermix theme, which is for i9000 roms...
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
cappysw10 said:
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
Click to expand...
Click to collapse
that looks good. is there any other fonts avail? i like andromeda font!
peachpuff said:
Use a js5 rom where your theme choice is basically unlimited.
Click to expand...
Click to collapse
no thanks. i like to keep my phone on the software that it was made for.
novajustin said:
that looks good. is there any other fonts avail? i like andromeda font!
Click to expand...
Click to collapse
A simple use of the forum search tool would have led you to THIS.
modmyphone said:
A simple use of the forum search tool would have led you to THIS.
Click to expand...
Click to collapse
thank you, i know how to load fonts on the phone however i prefer to use whatever is built in. hence why i was asking if there were other fonts available on his theme.
While I have not looked into this version of the theme, there may still be the Sansation font from the original build by D3StRoY & R64.

[4.0+][ADDON]SGS3 Stuffs(Mrmad THEME/Splitted zip file)

OP- theme package(morph)+other apps(samsung tts, memo apk...etc)
2nd post - launcher, widgets, media
***********************************
SGS3 Addon-It ported from SGS3 JB firmware, Working all good.
These files are from madphone(http://forum.xda-developers.com/showthread.php?t=1669190),
and Great work by froilson(http://forum.xda-developers.com/showthread.php?t=1847692); So all credit goes to them..!
1st post-Theme + other stuffs
2nd post-Launcher/Widget/Media files
**mrmad edition-v1.1
#changed version name
- Launcher Update(LH7): small Samsung Bug Fixes, fixed Wallpaper again, like original S3 (better performance)
- added S Voice And Samsung TTS (not all features due to missing S3 Apps; still buggy, but this is samsung )
- DicePlayer as Video Player and Pop Up Play Replacement. Buy the Donate Version if you like it!
- merged with hdpi addon by smalldookie, should work on hdpi devices too now
#What I modified
Removed most of media files and system apps; NS cannot flash because of less RAM.(Find widgets and launchers from second post.)
Removed xhdpi images
Download
http://d-h.st/users/articudos/?fld_id=10892#files
##This doesn't fully theme your ROM like SGS3. I'll add more themes if I have some free time.
##Don't use twrp!!
Cwm needed for morphing
Rom which has theme chooser- switch back to original system theme.
Hitting Thanks:good:button is must
This zip file includes
JB- supported TW5 launcher
Accuweather widget
TouchWiz Yahoo Widgets
notification badge
Wallpaper chooser
Use ONLY in density 240(default)
I haven't tried in other density.
http://d-h.st/users/articudos/?fld_id=10892#files
Flash via cwm..
Credits
smalldookie
madphone
froilson
Thanks for sharing. I've tried more apps?
ioplkj13 said:
Plz do not flash zip file in NS
Unzip, and install or copy&paste @ right directory with permission..
Sent from my Nexus S using XDA
Click to expand...
Click to collapse
what i have to do ??????? what is this : @ right directory with permission..
Removed!
ioplkj13 said:
Sorry for my bad english...
1. Extract zip file
2. In Xtras/ , there is system\app and data folder..
3. copy& paste files which you want using root explorer(or other apps which has same function)
4. Give permission...
( Some apps might not working because framework related..)
5. reboot&enjoy
edit :
I just noticed that there is flashable zip file which works in NS cm nightlies
I didn't tried yet
http://www.mrmad.net/samsung-addon-packet-cm9-i9000-im-sgs3-look-2105
Click to expand...
Click to collapse
I presume permission: wr-r-r, and just move the app to /system/app,
adb push [location of the file] system/app and ur good to go
Thanks for sharing it
ioplkj13 said:
Sorry for my bad english...
1. Extract zip file
2. In Xtras/ , there is system\app and data folder..
3. copy& paste files which you want using root explorer(or other apps which has same function)
4. Give permission...
( Some apps might not working because framework related..)
5. reboot&enjoy
edit :
I just noticed that there is flashable zip file which works in NS cm nightlies
I didn't tried yet
http://www.mrmad.net/samsung-addon-packet-cm9-i9000-im-sgs3-look-2105
Click to expand...
Click to collapse
thanks i trying to install this zip by the recovery
Thanks for your contribution .
Very very beatiful , fine and smooth if you install this zip(twics-cm9-nightly-addon 1.3) in recovery and you have paranoid or cm9 nightly installed on nexus ..
I love it , thanks for all... most of the apps works fine and great!
S Memo not working... In the end of the install process it says "App not installed"
Just coping to system don't work either.
Filipe Galego said:
S Memo not working... In the end of the install process it says "App not installed"
Just coping to system don't work either.
Click to expand...
Click to collapse
Try 'signedMemo.apk' from GNex zip file.
I didn't tried zip files for NS because I'm too lazy to flash cm9..
Sent from my Nexus S using XDA
Filipe Galego said:
S Memo not working... In the end of the install process it says "App not installed"
Just coping to system don't work either.
Click to expand...
Click to collapse
for me it works..
ps= i have installed this theme in recovery!
I'm trying to port Accuweather, but it causes FC..
I mean, Widget appears but When I click, FC problem..
Sent from my Nexus S using XDA
ioplkj13 said:
I'm trying to port Accuweather, but it causes FC..
I mean, Widget appears but When I click, FC problem..
Sent from my Nexus S using XDA
Click to expand...
Click to collapse
terrible bugs : when you gaming with a game like LINE RUNNER , the nexus s has some reboots or it closes the game news : it crashes, closes the game and has some reboot when you gaming and you have open the wifi
Andrew1998 said:
terrible bugs : when you gaming with a game like LINE RUNNER , the nexus s has some reboots or it closes the game news : it crashes, closes the game and has some reboot when you gaming and you have open the wifi
Click to expand...
Click to collapse
IMO, SGS3 apps are heavy for nexus s.
How about deleting system apps which u don't use?(just be careful..)
Sent from my Nexus S using XDA
Digital Clock
Where can I get the Digital Clock apk from I didn't see it in those files
DOESTACKS said:
Where can I get the Digital Clock apk from I didn't see it in those files
Click to expand...
Click to collapse
/extra/data/app
oops! accidentally beamed from my awesome NEXUS S!
Dude the zip file you mentioned in the OP does not work. I check it and the framework is not built for NS devices.
I dont know how you got them to work on your devices. If you dont mind please share the way you did. Cause i just flashed it thru CWM but nothing happened.
thanks
frost866 said:
Dude the zip file you mentioned in the OP does not work. I check it and the framework is not built for NS devices.
I dont know how you got them to work on your devices. If you dont mind please share the way you did. Cause i just flashed it thru CWM but nothing happened.
thanks
Click to expand...
Click to collapse
Jesus! Unzip/extract the files and install the apks to /system/app MANUALLY, dont flash it thru CWM or TWRP cos it won't work

Change battery icon

Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
bogdan99999 said:
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
Click to expand...
Click to collapse
You need root to replace system apps, and some file explorer that allows messing with root files modding systemui should do the trick btw.
yackovsky said:
You need root to replace system apps, and some file explorer that allows messing with root files modding systemui should do the trick btw.
Click to expand...
Click to collapse
I have root my phone. In "SystemUI" is nothing that refers to battery, just to wifi,signal,3g, etc ( nothing that refers ti battery icon).
I already sad that I tried this method "1)I tried to modify SystemUI.apk file", but tnx for answer
you can always try ROM Toolbox PRO it can change icons...battery signal etc...
M1hai said:
you can always try ROM Toolbox PRO it can change icons...battery signal etc...
Click to expand...
Click to collapse
Not, it don't work, I already tried this.
use uot kitchen ..
FaIzaL3040 said:
use uot kitchen ..
Click to expand...
Click to collapse
Sorry, what should I use?
bogdan99999 said:
Sorry, what should I use?
Click to expand...
Click to collapse
UOT KITCHEN, google it...
Done. Thank you.
My bad, battery icons are in framework-res.apk, for future reference
Did you try decompiling framework-res.apk with Tickle My Android?
Sent from my SK17i using xda premium
bogdan99999 said:
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
Click to expand...
Click to collapse
Try NinjaMorph and MetaMorph Android App.
But you must have battery icon pack.
and other icon pack like signal.etc
you want to change.
The simple and fastest Using UotKitchen but Work Online.
You must copy your systemUI.apk and framework-res.apk to sd and transfer to your PC then upload via internet connection.
You cannot using UotKitchen. if Full you must wait.
The best way is change systemUi.apk to systemUI.zip exctract and change every icon you like to change but make sure image file format and resolution size is same. (edit this if you want change signal.etc)
Note: Your systemUI(Notification/Stat bar) force close after doing this and work normally if you reboot your phone.
Same if you want edit framework-res.apk
(edit this if want to change batttery logo.etc)
after finish zip again and rename file extension to apk.
and how to install it?? you can push it via rootexplorer & root browser. to system.
Dont forget to change permission rw-r-r
Note: Risk to push framework directly to system/framework because if push direct to your phone can make your phone soft brick/bootlooph.
why bootlooph because you cannot change permission.
then How to push ?
simple and tricky.
move your mod framework-res.apk in system/(here) set permission rw-r-r
then after that push to system/app
just replace your old framework .
automated reboot after doing this.
then finish.
second make flashable.zip
All of this 100% safe if you not make a mistake.
Big problem if fail only bootlooph or soft brick.
Sent from my GT-S5570 using xda premium
---------- Post added at 08:09 AM ---------- Previous post was at 08:06 AM ----------
Thats simple way not use compile/decompile
Sent from my GT-S5570 using xda premium

[How To]Ripple Lockscreen for 31XX,51XX + Transparent Status Bar for 31XX

I have had some people asking how to get the Samsung Ripple Lockscreen working so I thought I would add a small guide here how to do it so it can be done to any JB Samsung based ROM for both 31XX and 51XX tab 2s as has been tested on both. Tested on 4.1.2 but not on 4.1.1 but should still work for that too. This is the first how to I have done so sorry if it is not very good
Prerequisites
Deodexed Jelly Bean Samsung Based Rom
Apktool
Text Editor eg notepad++
Knowledge how to decompile and build apks and jars
You will need two files from the system/framework of your rom
1.framework-res.apk
2.services.jar
Framework-res.apk Changes
Decompile framework-res.apk
Navigate to folder framework-res/res/values
Open bools.xml in a text editor
look for
Code:
<bool name="config_isWaterRippleEnabled">false</bool>
and change to
Code:
<bool name="config_isWaterRippleEnabled">true</bool>
That is all for the framework-res.apk so build framework-res and copy across the META-INF folder from your original framework-res.apk to the newly compiled framework-res.apk and that is ready to go.
This will now give you the option in lockscreen settings to select ripple effect but depending on the base your wallpaper may be hidden with ripple effect enabled so to fix that you need to mod services.jar
Services.jar Changes
Download the attached WindowAnimator.zip
Extract WindowAnimator.smali from zip
Decompile services.jar
Navigate to smali/com/android/server/wm
Replace WindowAnimator.smali with the one attached
That is all that is needed for services.jar so build services.jar and it is ready to go
This will make your wallpaper visible when ripple lockscreen is selected.
Put the files in a flashable zip and flash in cwm or twrp recovery, push to system/framework or copy into system/framework which ever you prefer doing, personally I always just flash them in custom recovery so you can use the attached zip and and place your modded files inside and flash if you wish
Note
Same WindowAnimator.smali can be used for both 31XX and 51XX I have used it in both my roms for 31XX and 51XX
Ripple Lockscreen does not work with live wallpaper set as lockscreen wallpaper
This is only for Deodexed Samsung Based Jelly Bean roms
Feel free to include this in your rom just give credits.
How To Have Transparent SystemUI For 31XX
All changes are done to SystemUI.apk so you need to decompile it and apply the following changes below
Open res/layout/twsuperstatusbar.xml
Change this
Code:
android:background="#ff000000"
To this
Code:
android:background="#00000000"
Then open res/values/drawables.xml
Change this
Code:
<item type="drawable" name="status_bar_background">#ff1e1e1e</item>
To this
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
This is for full transparent status bar but you can change the colour code in drawables to any shade of transparency or another colour if you want
This is all that is needed to have the status bar show transparent
To have a transparent background for the pull down or to have any picture you like these changes are required.
Open res/layout/twstatusbarexpanded.xml
Change this
Code:
android:background="@drawable/notification_panel_bg"
To this
Code:
android:background="@drawable/tw_notification_panel_bg"
Download the attached png called tw_notification_panel_bg.png and add it to res/drawable-mdpi
This is all that is needed to make the drop down window transparent or to any picture you like.
If you want other parts set to transparent as well in the dropdown for example the notifications title, where the date is etc you will need to
Open res/layout/twstatusbarexpanded.xml
Look for all
Code:
android:background="#colorcode"
Change to this
Code:
android:background="#00000000"
If you want to change the quick settings buttons background then you need to edit the png labelled tw_quick_panel_quick_setting_button_bg_normal.9 to a transparent one as well as for the tw_status_bar_close_off.png and tw_status_bar_close_on.png they can be changed to a transparent image as well so you will pretty much have a full transparent SystemUI
Very good, i'll try this in MicroDelta ROM... :good:
EDIT: Already modded service.jar but having troubles to recompile framework-res.apk (I really don't know how to do it, googled it but all
methods didn't worked)
Please, someone that knows how to recompile it... here's the link for decompiled and modded Microdelta's framework! thnx
http://www.mediafire.com/?931j5x50bfujwa9
Narciso Neto said:
Very good, i'll try this in MicroDelta ROM... :good:
EDIT: Already modded service.jar but having troubles to recompile framework-res.apk (I really don't know how to do it, googled it but all
methods didn't worked)
Please, someone that knows how to recompile it... here's the link for decompiled and modded Microdelta's framework! thnx
http://www.mediafire.com/?931j5x50bfujwa9
Click to expand...
Click to collapse
try "apktool if framework-res.apk" and then try recompiling. @op Thanks for the guide. I'll try it once I get my tab back. "Is Water Ripple Enabled" XD lazy samsung.
Luigi2012SM64DS said:
try "apktool if framework-res.apk" and then try recompiling. @op Thanks for the guide. I'll try it once I get my tab back. "Is Water Ripple Enabled" XD lazy samsung.
Click to expand...
Click to collapse
Already tried that, and another 5 methods that i saw in google, tried updating java... still not recompiling!
Anyway, when you do it for your tab... plz post your framework,
Narciso Neto said:
Already tried that, and another 5 methods that i saw in google, tried updating java... still not recompiling!
Anyway, when you do it for your tab... plz post your framework,
Click to expand...
Click to collapse
@Narciso Neto Edit: my guess is that you didn't do "apktool if twframework-res.apk".
https://www.dropbox.com/s/oli9s7lxx7h3xmo/framework-res.rar
Luigi2012SM64DS said:
@Narciso Neto Edit: my guess is that you didn't do "apktool if twframework-res.apk".
https://www.dropbox.com/s/oli9s7lxx7h3xmo/framework-res.rar
Click to expand...
Click to collapse
Yes i did, with the original framework-res.apk and with twframework-res.apk...
My guess is that have something wrong with my PC.
Thnx for the framework...
EDIT: Bootloop, --'
EDIT²: That's my .zip file that i've flashed with CWM and got Bootloop, what's wrong?
http://www.mediafire.com/?xk2t7rbgn2z1cyd
txr33 said:
I have had some people asking how to get the Samsung Ripple Lockscreen working so I thought I would add a small guide here how to do it so it can be done to any JB Samsung based ROM for both 31XX and 51XX tab 2s as has been tested on both. Tested on 4.1.2 but not on 4.1.1 but should still work
Click to expand...
Click to collapse
Hey bro thanx for tutorial.
I have a questions:
which framework-res.apk to use???
There it shows three framework
A. Framework-res.apk
B. Framework-res2.apk
C. Twframework-res.apk
And please check your pm
Sent using xda app-developers app
Narciso Neto said:
Yes i did, with the original framework-res.apk and with twframework-res.apk...
My guess is that have something wrong with my PC.
Thnx for the framework...
EDIT: Bootloop, --'
EDIT²: That's my .zip file that i've flashed with CWM and got Bootloop, what's wrong?
http://www.mediafire.com/?xk2t7rbgn2z1cyd
Click to expand...
Click to collapse
You made the android policy changes right?
Sent from my GT-P3113 using Tapatalk HD
Luigi2012SM64DS said:
You made the android policy changes right?
Sent from my GT-P3113 using Tapatalk HD
Click to expand...
Click to collapse
I really dn't know what are talking about...
anyway, what I did:
-decompiled framework-res.apk >> edited bool.xml using Notepad++
-decompiled services.jar >> replaced the file
-downloaded the zip that you uploaded
-copied META-INF folder from the original framework-res.apk to new that you uploaded
-put services.jar and framework-res.apk in the zip
-flashed using CWM...
BOOTLOOP :silly:
Sorry i mean't the services.jar not android policy.
Anyways. you did wrong. I'll upload a flashable zip once i get home. At school right now.
Luigi2012SM64DS said:
Sorry i mean't the services.jar not android policy.
Anyways. you did wrong. I'll upload a flashable zip once i get home. At school right now.
Click to expand...
Click to collapse
Thanks...
Sent from my GT-P3110 using xda app-developers app
I apologize. I uploaded this earlier but forgot to post it here. Sorry.
https://www.dropbox.com/s/hgrjy88ghqcy1io/MicroDelta-JB-4.1.2-P3110XXDMC2-JB-ripplelockscreen.zip
Heres the ripple lockscreen for MicroDelta 4.1.2. Flashable with any recovery that supports updater-script's(Every single recovery ever made for gtab2 will work.).
Luigi2012SM64DS said:
I apologize. I uploaded this earlier but forgot to post it here. Sorry.
https://www.dropbox.com/s/hgrjy88ghqcy1io/MicroDelta-JB-4.1.2-P3110XXDMC2-JB-ripplelockscreen.zip
Heres the ripple lockscreen for MicroDelta 4.1.2. Flashable with any recovery that supports updater-script's(Every single recovery ever made for gtab2 will work.).
Click to expand...
Click to collapse
uhmm, I flashed your zip via CWM and i got bootloop... AGAIN! :silly:
did you flashed this on your Tab?
EDIT: tried flashing via TWRP, but stilll giving bootloop
I didn't test it. I don't have the time. Sorry. I guess no ripple for MicroDelta.
Luigi2012SM64DS said:
I didn't test it. I don't have the time. Sorry. I guess no ripple for MicroDelta.
Click to expand...
Click to collapse
Thnx amyway.. i'll give a try on another stock based rom
Sent from my GT-P3110 using xda app-developers app
Droidlover123 said:
Hey bro thanx for tutorial.
I have a questions:
which framework-res.apk to use???
There it shows three framework
A. Framework-res.apk
B. Framework-res2.apk
C. Twframework-res.apk
And please check your pm
Sent using xda app-developers app
Click to expand...
Click to collapse
I don't know why you have framework-res2.apk as Samsung roms do not have that but you need the first one framework-res.apk
Narciso Neto said:
Thnx amyway.. i'll give a try on another stock based rom
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
Can you upload the unmodded services.jar and framework-res.apk from the rom and I will have a look at it.
txr33 said:
Can you upload the unmodded services.jar and framework-res.apk from the rom and I will have a look at it.
Click to expand...
Click to collapse
Here it is, MicroDelta's original framework-res and services.jar....
https://www.dropbox.com/s/rxi4n2pposd0a8k/framework%20files%20unmodded.zip
Narciso Neto said:
Here it is, MicroDelta's original framework-res and services.jar....
https://www.dropbox.com/s/rxi4n2pposd0a8k/framework%20files%20unmodded.zip
Click to expand...
Click to collapse
try this flash in recovery
https://www.dropbox.com/s/0325heiverhe45w/MicroDeltaRippleLock.zip
txr33 said:
try this flash in recovery
https://www.dropbox.com/s/0325heiverhe45w/MicroDeltaRippleLock.zip
Click to expand...
Click to collapse
Downloading to try... Thnx!
EDIT: it booted, but when i set the ripple lock option in settings, walpaper is blank, even after i try to set another one wallpaper...
Screenshot:
Sent from my GT-P3110 using xda app-developers app
Narciso Neto said:
Downloading to try... Thnx!
EDIT: it booted, but when i set the ripple lock option in settings, walpaper is blank, even after i try to set another one wallpaper...
Screenshot:
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
Sorry I think I must have put the wrong services.jar in. Flash this https://www.dropbox.com/s/1tuq5jgjlyzwxt0/Services.jarcwm.zip includes just the services.jar

[RESOURCES]Samsung Galaxy S5 Framework

Hello
Hello guys iam going to share framework-res.apk
Resources for rom devs
To easly cherry pic them
Ihave resized them to mdpi-ldpi
And also included Non resized In Each drawble folder
Also there is some xmls included in drawbles to get some clues
Good usage of that will give u retty rom
Download
How to flash itt.....???
Sent from my GT-S5830i
Just change the format from zip to apk
And then place it in system/framework
Press thank if I helped you.
Conan Edogawa said:
Just change the format from zip to apk
And then place it in system/framework
Press thank if I helped you.
Click to expand...
Click to collapse
Oh no its just res u can never do tht

Categories

Resources