Made the appropriate changes to support the extended power menu...
Instructions:
1. Download zip file attached to this post and save to sd card
2. Reboot to CWM Recovery
3. Flash zip from sdcard
4. Wipe cache/dalvik
5. Reboot. Done Enjoy!
**Note: If for some reason you loose signal just restart the phone it should be fine after the reboot or second reboot.**
DEV's: No need to ask feel free to grab the files an cook in your rom's.
**Edit: This works only for De-odexed ROMS
Thank you sir!
Sent from my SAMSUNG-SGH-I727 using XDA
works like a charm. now i just need 14 toggle.
Is this only for de-odexed or can I use it on odex? I couldnt tell from looking at the files. I still havent put a custom ROM on since its limited at the moment while the makers are hard at work with the new leak.
EDIT
After looking at the file size of android.policy.jar I guess Im going to assume and say this is for de-odexed folks sine that file is about 200k and the original odex version of that is only 313bytes with the android.policy.odex being the larger one.
Dixit
dixit said:
Is this only for de-odexed or can I use it on odex? I couldnt tell from looking at the files. I still havent put a custom ROM on since its limited at the moment while the makers are hard at work with the new leak.
EDIT
After looking at the file size of android.policy.jar I guess Im going to assume and say this is for de-odexed folks sine that file is about 200k and the original odex version of that is only 313bytes with the android.policy.odex being the larger one.
Dixit
Click to expand...
Click to collapse
Yeah that is correct, its for De-odexed roms. I will update OP with that info, sorry forgot to mention that.
edgex said:
works like a charm. now i just need 14 toggle.
Click to expand...
Click to collapse
+1
PowerMenu for UCLE2
raider03 said:
Made the appropriate changes to support the extended power menu...
Instructions:
1. Download zip file attached to this post and save to sd card
2. Reboot to CWM Recovery
3. Flash zip from sdcard
4. Wipe cache/dalvik
5. Reboot. Done Enjoy!
**Note: If for some reason you loose signal just restart the phone it should be fine after the reboot or second reboot.**
DEV's: No need to ask feel free to grab the files an cook in your rom's.
**Edit: This works only for De-odexed ROMS
Click to expand...
Click to collapse
Hi there do you have screenshot?
Worked for me and I'm not deodexed...
Sent from my SAMSUNG-SGH-I727 using XDA
norcalsfinest said:
Worked for me and I'm not deodexed...
Sent from my SAMSUNG-SGH-I727 using XDA
Click to expand...
Click to collapse
Not deodexed here either - installed on the [CWM][ROM][ICS] UCLE2 Leak flashable zip [4.04]. However, I still only have four options - different icons though - and not the full extended power menu?
You just might just need to re-flash it.
Bajanman said:
You just might just need to re-flash it.
Click to expand...
Click to collapse
Just did - cleared cache/wiped dalvik x3 each, installed powermenu.zip twice, cleared cache/wiped dalvik and rebooted. Still only have the 4 options.
What would happen if I renamed android.policy.odex to something else? I noticed on the .apk side under /system/app that some have .odex files and some don't (i.e. attCodeScanner.apk does not have a corresponding .odex file).
EDIT: was ages ago but I think I did an update for something where you had to rename the .odex and the .apk file when updating something that someone had done (I believe it was SystemUI.apk if I recall correctly). Just wondering if the same logic/process would hold true if this new powermenu.zip contains a deodexed file in it.
pixelens said:
Just did - cleared cache/wiped dalvik x3 each, installed powermenu.zip twice, cleared cache/wiped dalvik and rebooted. Still only have the 4 options.
What would happen if I renamed android.policy.odex to something else? I noticed on the .apk side under /system/app that some have .odex files and some don't (i.e. attCodeScanner.apk does not have a corresponding .odex file).
EDIT: was ages ago but I think I did an update for something where you had to rename the .odex and the .apk file when updating something that someone had done (I believe it was SystemUI.apk if I recall correctly). Just wondering if the same logic/process would hold true if this new powermenu.zip contains a deodexed file in it.
Click to expand...
Click to collapse
+1 ...on Sky Ucle2 ..only four options yet themed..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SAMSUNG-SGH-I727 using xda premium
rymenigmatic said:
+1 ...on Sky Ucle2 ..only four options yet themed..
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
fix permissions, clear cache, clear dalvik, flash again... i had all of the options after i flashed
Sent from my Thrive using XDA
Xenocide83 said:
fix permissions, clear cache, clear dalvik, flash again... i had all of the options after i flashed
Sent from my Thrive using XDA
Click to expand...
Click to collapse
What rom are you running?
Sent from my SAMSUNG-SGH-I727R using xda premium
pixelens said:
Just did - cleared cache/wiped dalvik x3 each, installed powermenu.zip twice, cleared cache/wiped dalvik and rebooted. Still only have the 4 options.
What would happen if I renamed android.policy.odex to something else? I noticed on the .apk side under /system/app that some have .odex files and some don't (i.e. attCodeScanner.apk does not have a corresponding .odex file).
EDIT: was ages ago but I think I did an update for something where you had to rename the .odex and the .apk file when updating something that someone had done (I believe it was SystemUI.apk if I recall correctly). Just wondering if the same logic/process would hold true if this new powermenu.zip contains a deodexed file in it.
Click to expand...
Click to collapse
Since the code I edited to adjust for the extra options are in smali code u wont see the full extended power options becux on odex roms you have android.policy.odex and you have framework-res.apk which holds the drawables an explains why u can see the changed icons but not the rest of the options, you could try to go to /system/framework and manually delete android.policy.odex and do a reboot, it might fix it or not otherwise make a backup of the android.policy.odex just in case.
Sent from my SAMSUNG-SGH-I727 using xda premium
Or flash a custom rom that is deodexed
Sent from my SAMSUNG-SGH-I727 using xda premium
raider03 said:
Since the code I edited to adjust for the extra options are in smali code u wont see the full extended power options becux on odex roms you have android.policy.odex and you have framework-res.apk which holds the drawables an explains why u can see the changed icons but not the rest of the options, you could try to go to /system/framework and manually delete android.policy.odex and do a reboot, it might fix it or not otherwise make a backup of the android.policy.odex just in case.
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
Makes sense. Tried renaming the .odex file and phone wouldn't restart up. No biggie for now - might try seanz rom later.
Sent from my SAMSUNG-SGH-I727 using xda premium
I'm running Sean's odexed rom and until he gets one deodexed and an extended menu I use Quick boot and use Elixer 2 to add reboot and recovery Widgets to status bar.
Sent from my SAMSUNG-SGH-I727 using xda premium
robin48 said:
I'm running Sean's odexed rom and until he gets one deodexed and an extended menu I use Quick boot and use Elixer 2 to add reboot and recovery Widgets to status bar.
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
Ahhh Sean's isn't deodexed yet? Been using Quick Boot already - guess I'll keep with it for now.
pixelens said:
Ahhh Sean's isn't deodexed yet? Been using Quick Boot already - guess I'll keep with it for now.
Click to expand...
Click to collapse
I'll try to upload a stock deodexed rom tonight. But no promises lol, working on the 14 toggle mod.
Sent from my SAMSUNG-SGH-I727 using xda premium
Related
http://db.tt/T84CNyD1 This is a semi-transparent stock accuweather widget that matches the digital clock. I DID NOT MAKE THIS, H-KaN DID AND HE IS BRILLIANT. LOOK HIM UP AND HIT THE THANKS BUTTON. I'm using this with KL3 but it may work with others as well. Make sure to make a backup. C&P this into system/app after MAKING A BACKUP OF THE ORIGINAL and then deleting it from system/app.
Edit- IV use these with la3 la4 la6.
UNFORTUNATELY THIS REQUIRES TOUCHWIZ TO WORK.. SO IT WILL WORK WITH ICS ROMS BUT ONLY THE ONES THAT HAVE THE TOUCHWIZ SKINS.. NOT ANY OF THE AOSP.
ENJOY!
http://db.tt/i5sXtMMs
This is an ICS themed Digital Clock that works in all the ICS ROMs.. install it the same way as mentioned above.. just copy and paste into system/app. Change the name from digiclock to digitalclock though.. this will work with ANY ICS ROM.
http://db.tt/TtH2A9jV
This is the stock Samsung DigitalClock that works with ICS ROMs. I'm using it right now with ICS STUNNER 5.0. Copy and pate into system/app. THIS WILL WORK WITH ANY ICS ROM.
FYI AGAIN.. I didn't make these so requests are useless. I simply put 2 and 2 together and thought since we are using galaxy nexus/i9100 ROMs then maybe the Apps from there will work.... what do you know.. they do! I can't find the thread I grabbed the ICS themed click from so I don't know who to give credit too.. but I'm sure he is brilliant and I am VERY thankful!
Hit the THANKS BUTTON if you use any of this!!!
NEW LINKS GUYS!!
Sent from my GT-N7000 using xda premium
Oh, and its the "samsungweatherwidgetclock" technically....
Sent from my GT-N7000 using xda premium
daddymatt said:
Oh, and its the "samsungweatherwidgetclock" technically....
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
hey dude. thanks for finding this. i'm a happy man!
daddymatt said:
This is a semi-transparent stock accuweather widget that matches the digital clock. I DID NOT MAKE THIS, H-KaN DID AND HE IS BRILLIANT. LOOK HIM UP AND HIT THE THANKS BUTTON. I'm using this with KL3 but it may work with others as well. Make sure to make a backup. C&P this into system/app after MAKING A BACKUP OF THE ORIGINAL and then deleting it from system/app.
http://db.tt/vGlHahBH
ENJOY!
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
everythings OK...
doobyub said:
hey dude. thanks for finding this. i'm a happy man!
Click to expand...
Click to collapse
Sure man! I had been asking around for a month... My home screen FINALLY matches! FYI, IM USING THIS WIDGET ON KL7 NOW WITH NO ISSUES. IM RUNNING MOWMO ICS ROM AND REPLACED HIS CLEAR WITH THIS AND IT WORKS PERFECTLY.
Sent from my Beastly SGS2!
daddymatt said:
Sure man! I had been asking around for a month... My home screen FINALLY matches! FYI, IM USING THIS WIDGET ON KL7 NOW WITH NO ISSUES. IM RUNNING MOWMO ICS ROM AND REPLACED HIS CLEAR WITH THIS AND IT WORKS PERFECTLY.
Sent from my Beastly SGS2!
Click to expand...
Click to collapse
daddy..please Email.apk transparent ????? please
andromeda1968 said:
daddy..please Email.apk transparent ????? please
Click to expand...
Click to collapse
I just checkex the link and it works fine... Send me your email and ill send it over.
Sent from my GT-N7000 using xda premium
Sorry for the super newbie question... new to the android world. But how to back up the original apk? Use root browser lite to locate the file but cannot copy nor move it. Stock rom, not rooted.
Pls help.
Sent from my GT-N7000 using XDA App
newb4ev3r said:
Sorry for the super newbie question... new to the android world. But how to back up the original apk? Use root browser lite to locate the file but cannot copy nor move it. Stock rom, not rooted.
Pls help.
Sent from my GT-N7000 using XDA App
Click to expand...
Click to collapse
You need to use the pro version of root explorer or you can use adb commands.
Envoyé depuis mon GT-N7000 avec Tapatalk
daddymatt said:
I just checkex the link and it works fine... Send me your email and ill send it over.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Wow! E-mail widget as transparent? Me 2 please ???
afx69 said:
Wow! E-mail widget as transparent? Me 2 please ???
Click to expand...
Click to collapse
Sorry, I thought they were talking about this widget... I don't have an email widget.
Sent from my GT-N7000 using xda premium
newb4ev3r said:
Sorry for the super newbie question... new to the android world. But how to back up the original apk? Use root browser lite to locate the file but cannot copy nor move it. Stock rom, not rooted.
Pls help.
Sent from my GT-N7000 using XDA App
Click to expand...
Click to collapse
Hi, first and foremost you need to get rooted... pretty much anything you will want to use will require root access... I use esfile explorer, its free and IMHO better than root explorer... the file explorers wont access system root files until you root your note and then give the file explorer SU permission. After that, you will go to the system folder and then app folder, and copy the widget, make a new folder on your SD card and paste it in there... then, if you ever want it back, you simply reverse the c&p process.
Sent from my GT-N7000 using xda premium
Worked perfectly. Looks a lot better now!
I use Root Explorer. This was my method of install in case it helps anyone.
1. Download APK
2. Go to root explorer> system> app
3. Make sure it is mounted as R/W (attached screenshot) and press and hold to rename the APK files you are changing by adding .bak (attached screenshot) to the name. This will disable the app rather than deleting it in case you want to re-use it later.
4. Still in root explorer hit the back button and go to SD card>download
5. Find the new apk you downloaded, press and hold choose move.
6. Go back to system> app and select paste.
After that, your new widget will be active.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my GT-N7000 using Tapatalk
apascual89 said:
Worked perfectly. Looks a lot better now!
I use Root Explorer. This was my method of install in case it helps anyone.
1. Download APK
2. Go to root explorer> system> app
3. Make sure it is mounted as R/W (attached screenshot) and press and hold to rename the APK files you are changing by adding .bak (attached screenshot) to the name. This will disable the app rather than deleting it in case you want to re-use it later.
4. Still in root explorer hit the back button and go to SD card>download
5. Find the new apk you downloaded, press and hold choose move.
6. Go back to system> app and select paste.
After that, your new widget will be active.View attachment 842748
View attachment 842771
Sent from my GT-N7000 using Tapatalk
Click to expand...
Click to collapse
Sorry.... I just took it as common knowledge... but thanks for doing this for noobs. FYI, I'm in Macon right below Atlanta! We're neighbors!
Sent from my GT-N7000 using xda premium
daddymatt said:
Sorry.... I just took it as common knowledge... but thanks for doing this for noobs. FYI, I'm in Macon right below Atlanta! We're neighbors!
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
No problem, I had been dying for a chance to take a screenshot and draw on it anyway.
I'm nw of Atlanta. Acworth area. This widget is a lot better this way. Thanks
aibo said:
You need to use the pro version of root explorer or you can use adb commands.
Envoyé depuis mon GT-N7000 avec Tapatalk
Click to expand...
Click to collapse
Thanks. Not familiar yet with adb commands, still got a lot of things to learn.
Sent from my GT-N7000 using XDA App
daddymatt said:
Hi, first and foremost you need to get rooted... pretty much anything you will want to use will require root access... I use esfile explorer, its free and IMHO better than root explorer... the file explorers wont access system root files until you root your note and then give the file explorer SU permission. After that, you will go to the system folder and then app folder, and copy the widget, make a new folder on your SD card and paste it in there... then, if you ever want it back, you simply reverse the c&p process.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Thanks a bunch for the explanation.
Sent from my GT-N7000 using XDA App
apascual89 said:
Worked perfectly. Looks a lot better now!
I use Root Explorer. This was my method of install in case it helps anyone.
1. Download APK
2. Go to root explorer> system> app
3. Make sure it is mounted as R/W (attached screenshot) and press and hold to rename the APK files you are changing by adding .bak (attached screenshot) to the name. This will disable the app rather than deleting it in case you want to re-use it later.
4. Still in root explorer hit the back button and go to SD card>download
5. Find the new apk you downloaded, press and hold choose move.
6. Go back to system> app and select paste.
After that, your new widget will be active.View attachment 842748
View attachment 842771
Sent from my GT-N7000 using Tapatalk
Click to expand...
Click to collapse
A big thanks from this newb.
Sent from my GT-N7000 using XDA App
Bump... people are looking for this.
Sent from my GT-N7000 using xda premium
FYI, IV used this on the newest mowmo and fuklag... works perfectly... I'm pretty sure it will work everywhere...
Sent from my GT-N7000 using xda premium
Copy the 2 .apks to system/app and change permissions, copy the 4 .lib files to system/lib and change permissions accordingly. I know there is a flashable zip from armygunner as well, but that would not install for me. This will allow those having issues to get some touchwiz love. Since we can't upload .so files you will have to extract the lib files then copy them to system/lib and change permissions.
Here is the instructions to get the Verizon data traffic icons. This was originally created for AOKP, and I am using it on CM10. This should work for ALL ROMS. Thanks to detonator from Rootzwiki and atticus182.
Step 1: Download zipthemer from the play store.
Step 2: Download the attached DataTrafficMod-ZT-LTE-H.zip file and save to the download folder on your internal SD.
ZipThemer Instructions:
.•If this is the first time using ZipThemer, hit the (hidden) menu key -> Hit "Update Edify" -> Hit "Browse" (pick a file that you have flashed before on your phone, like your ROM or a theme) -> Hit "Configure" -> Then hit the 'back' softkey to return to the main screen.(i used a modem .zip file personally)
•Click the "+Theme" button, browse to the download folder and select the DataTrafficMod-ZT-LTE-H.zip file.
•Click the "Build It!" button, and when it prompts if you want to make an "undo-zip", click "Always"
•You will now see the output screen with the Build Log, check if everything went alright, it will show that a zip file has been created on /sdcard/
•Reboot your phone to Recovery, then flash the .zip file that is created on /sdcard. It most likely will not be in downloads, mine went right to Internal SD/
•Done! If you experience problems or want to undo the action just flash the "undo-zip" that's also located on /sdcard.
Enjoy!
Screenies of the 4G LTE and Twiz launcher
Will the data traffic mod also work with AOKP?
Thanks
It should
Sent via RF signal from my JellyRocket to XDA on the Internet!
I tried it. System UI got borked and notification bar disappeared... I didn't try to fix permissions. Maybe I'll try again later.
Sent from my SGH-I727 using xda app-developers app
jgav71 said:
I tried it. System UI got borked and notification bar disappeared... I didn't try to fix permissions. Maybe I'll try again later.
Sent from my SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
If it didn't work with that let me know and ill show you how to do it with your own framework
Sent via RF signal from my JellyRocket to XDA on the Internet!
Will the data mod work with samsung "Based" roms? Embryo for example ? anyway to make it work ?
It should work with any system ui.apk, but if it doesnt i can die you how in a few steps. Back up your rom and give it a shot and we'll go from there.
Sent via RF signal from my JellyRocket to XDA on the Internet!
It didnt work. Status bar disappeared.
beyoung90 said:
It didnt work. Status bar disappeared.
Click to expand...
Click to collapse
Ok let me type up instructions
Sent via RF signal from my JellyRocket to XDA on the Internet!
Decepticaons said:
Ok let me type up instructions
Sent via RF signal from my JellyRocket to XDA on the Internet!
Click to expand...
Click to collapse
Okay thanks alot !!!:highfive:
I haven't forgotten about this, my modem died and its a pain accessing all the info i need from my phone. Bare with me a bit longer.
Sent via RF signal from my JellyRocket to XDA on the Internet!
Decepticaons said:
I haven't forgotten about this, my modem died and its a pain accessing all the info i need from my phone. Bare with me a bit longer.
Sent via RF signal from my JellyRocket to XDA on the Internet!
Click to expand...
Click to collapse
Take your time ! just a side project would be cool to have !
I'm going to assume that this does not allow the Touchwiz camera to be used on AOSP but I want to put it out there just in case.
promiseofcake said:
I'm going to assume that this does not allow the Touchwiz camera to be used on AOSP but I want to put it out there just in case.
Click to expand...
Click to collapse
It might, want to test it? Or link me to to the aosp rom you are using do i can test it? You want the twiz launcher and camera on aosp right?
Sent via RF signal from my JellyRocket to XDA on the Internet!
Well really the only Touchwiz thing I'd want would be the camera. I know it relies on the overall Touchwiz framework and I also know Seanscreamz may have mentioned the camera being a pita on his CM10 hybrid.
I am on cm9 but maybe I will give it a try and see.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
promiseofcake said:
Well really the only Touchwiz thing I'd want would be the camera. I know it relies on the overall Touchwiz framework and I also know Seanscreamz may have mentioned the camera being a pita on his CM10 hybrid.
I am on cm9 but maybe I will give it a try and see.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
OP has been updated with new instructions for verizon data traffic icons.
promiseofcake said:
Well really the only Touchwiz thing I'd want would be the camera. I know it relies on the overall Touchwiz framework and I also know Seanscreamz may have mentioned the camera being a pita on his CM10 hybrid.
I am on cm9 but maybe I will give it a try and see.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
might be worth a shot to back up your ROM and just install the framework.apk file from the OP and the camera.apk from Twiz. If that doesnt work you can try adding the lib files one at a time. As long as you dont install the sec.apk file from the OP you shouldnt have full Twiz. Although Im not sure why you wouldnt want it, I finally made the jump and I love it, lots of great features and very stable for me.
[LOCKRINGS] OVER 150 DESIGNS, AOKP, SuperHeroes & MORE! - Cool Animation! Works GB+
Original post here! CLICK HERE!
Hey guys,
just thought i'd drop in and post some lockrings for everyone. they are metamorph/zipthemer (for JB) zips so please download the app and then open the zip and apply with metamorph!
please nandroid if you don't know 100% what you're doing or how to recover otherwise.
the other option is to pull your framework-res.apk in /system/framework/ to your computer and then if you get a bootloop you can always adb push it back.
Please don't steal my work, if you want to share it in another forum, ask me or just send them to this thread. please and thanks!
Special thanks to GideonX for hosting and giving me my site, @Stericson for his tutorials and teaching me how to do metamorph, @morfic for his awesome kernel, @rascarlo for his awesome rom and @SamsungClay for being such an inspiration to me.
EVERYTHING IN MY FOLDER IS XHDPI AND HDPI COMPATIBLE.
Whats available thus far:
Click to expand...
Click to collapse
IMAGEStake a look i know you will like! PROMISE!!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please hit me up with a thanks for all the time i invest into fufilling as many requests as i can! All downloads can be found HERE at MY SITE MADE AVAILABLE BY GIDEONX!
check out spunks3's (american) FOOTBALL pack here and some of his other stuff here.
Let me know if i derped up anything in the files! ;P
Cheers!
Click to expand...
Click to collapse
Downloads: Click Here! (Do not use anything on third link) click image you want to download file.
Instructions: takes 2min! :good:
1. Do a backup in CWM, in case u get bootloop from doing somthing wrong so if u do get bootloop do an ADV restore and restore system :good:
2. download zipthemer free on market
3. download MOD/zip
4. press ur hard button that letts u see more options press "update edify" :good::good:
5. click browse..
6. choose the rom you are using (JB ROM ONLY/NOT TESTED BELOW JB)
7. click configure...
8. click the back button and press "+theme"
9. press"+theme" again and click on the circle mod u downloaded!
10. click build and press "always"
11. it will make ur flash zip. go to recovery and flash. no wipes needed
Here is a cool transition affect i found on gnexus!
Original POST!
Downloads:
Framework Animation Zipthemer.zip
Instructions:
1. Do a backup in CWM, in case u get bootloop from doing somthing wrong so if u do get bootloop do an ADV restore and restore system
2. download zipthemer free on market
3. download MOD/zip
4. press ur hard button that letts u see more options press "update edify"
5. click browse..
6. choose the rom you are using (works on stock GB+ all I know so far)
7. click configure...
8. click the back button and press "+theme" press transition zip. (if you want to include circle mod press "+theme" again and find other zip)
9. click build and press "always"
10. it will make ur flash zip. go to recovery and flash. no wipes needed
Cool transition affects!!!
Reserved Post!
Infuse(RemICS-JB) ^^ ---------- Galaxy Nexus^^
Do you know where these images are located. I would like to pull one from Scotts ROM and modify it to be a Volkswagen symbol. It will be easier if I have one to start with.
Sent from my SGH-I997 using xda app-developers app
Goneeuro said:
Do you know where these images are located. I would like to pull one from Scotts ROM and modify it to be a Volkswagen symbol. It will be easier if I have one to start with.
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
Its download link and it beings u to website and press top link
Sent from my Galaxy Nexus using xda premium
This worked great thanks for the links and directions bradman
Sent from my SGH-I997 using xda app-developers app
bradman117 said:
Its download link and it beings u to website and press top link
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Sorry. Should have been more specific. Ha. I meant where in the phones files these are located. I downloaded this just fine. :thumbup: my bad for not being clear. I'm usually posting when I'm half asleep.
Sent from my SGH-I997 using xda app-developers app
Found them. They are in the framework apk. Well in Scotts beanstock anyway. Under system/framework/framework-res.apk. Took a bit to find them but after a little hunting I got it. So after looking for all the apps need to do all the editing on the phone and then an app to add to existing zip files I was able to modify the lock ring right on the phone without the use of a computer. My lock ring is now a vw symbol.
Sent from my SGH-I997 using xda app-developers app
This is really cool! Thanks so much. Worked exactly like it was supposed to.
Sweet!
This is dope it works perfectly on my Infuse running Beanstalk
Glad u guys got it working!
BTW I recommend u start over on zipthemer every new ROM since its in bedding it into the Ron framework-res.apk
Sent from my Galaxy Nexus using xda premium
mine works using scotts cm10 on infuse
Sent from my SGH-I997 using xda premium
awesome!
These instructions were very well written and easy to use! Thank you!
So much easier than manually editing the framework apk.
JtG
Sent from my Galaxy Nexus using xda premium
Bradman... It looks like we had a similar idea! DC universe FTW!!!
~JtG
Edit: I added chronus clock widget to lock screen looks pretty slick IMHO.
sent from an old book
janustarrangodlike said:
Bradman... It looks like we had a similar idea! DC universe FTW!!!
~JtG
Edit: I added chronus clock widget to lock screen looks pretty slick IMHO.
sent from an old book
Click to expand...
Click to collapse
Haha ya! And nice man!
Sent from my Nexus 7 using xda premium
Re: [LOCKRINGS] OVER 150 DESIGNS and SHORTCUTS ft. CID, AOKP, SuperHeroes AND MORE!!
bradman117 said:
Here is a cool transition affect i found on gnexus!
Original POST!
Downloads:
Framework Animation Zipthemer.zip
Instructions:
1. Do a backup in CWM, in case u get bootloop from doing somthing wrong so if u do get bootloop do an ADV restore and restore system
2. download zipthemer free on market
3. download MOD/zip
4. press ur hard button that letts u see more options press "update edify"
5. click browse..
6. choose the rom you are using (works on stock GB+ all I know so far)
7. click configure...
8. click the back button and press "+theme" press transition zip. (if you want to include circle mod press "+theme" again and find other zip)
9. click build and press "always"
10. it will make ur flash zip. go to recovery and flash. no wipes needed
Click to expand...
Click to collapse
This is the transmission on remics-jb v3 2-15-13.
This transmission works on any phone and never tried froyo but stock GB/custom and up!
Sent from my Galaxy Nexus using xda premium
Re: [LOCKRINGS] OVER 150 DESIGNS, AOKP, SuperHeroes & MORE! - Cool Animation! Works G
Yeah I love it. Anyway we can get the sounds from remi also?
Sent from my SGH-I997 using Tapatalk 2
Re: [LOCKRINGS] OVER 150 DESIGNS, AOKP, SuperHeroes & MORE! - Cool Animation! Works G
Love it. Thank you for sharing the link. The transition effect is pretty sweet.
Sent from my SGH-I997 using Tapatalk 2
Re: [LOCKRINGS] OVER 150 DESIGNS, AOKP, SuperHeroes & MORE! - Cool Animation! Works G
eZdubzitmk4 said:
Yeah I love it. Anyway we can get the sounds from remi also?
Sent from my SGH-I997 using Tapatalk 2
Click to expand...
Click to collapse
Ya when I have time this week I'll post sounds, busy with school Right now
Sent from my Galaxy Nexus using xda premium
Hi,
I was using NottachXposed for this but got tired of having systemui restarts too often, this was made by me using this: Guide
(Credits to the_ape and exscape).
But instead of using apktool and adb, I used Virtuous Ten Studio and the extracted framework files from the deodex MF9 rom by crawrj.
I'm running this currently with no problems, may work with other roms that use a stock SecSettings.apk file, NOT recomended on roms that use a custom SecSettings.apk file.
Behavior of this mod:
You can enable blocking mode, the persistent icon and notification will never appears but blocking mode will do it's work .
Instalation instructions:
** Important, ONLY FOR MF9 STOCK ROOTED DEODEXED
1- copy SecSettings-mod.apk to your phone or sdcard. MD5: A01C51EB543AA9391B0BC563D2F1EC4F
2- using root explorer move the file to /system/app
3- rename you SecSettings.apk file to SecSettings.apk.bak or copy it elsewhere on your sdcard to make a backup.
4- rename SecSettings-mod.apk to SecSettings.apk and set the proper permissions
5- reboot
6- enjoy
If you don't feel confident making this types of changes to your phone, please DON'T do anything, and remember, always make backups of your phone before any change,
Update 7/26/2013
-apk it's now zipaligned
makpr-
makpr said:
Hi,
I was using NottachXposed for this but got tired of having systemui restarts too often, this was made by me using this: Guide
(Credits to the_ape and exscape).
But instead of using apktool and adb, I used Virtuous Ten Studio and the extracted framework files from the deodex MF9 rom by crawrj.
I'm running this currently with no problems, may work with other roms that use a stock SecSettings.apk file, NOT recomended on roms that use a custom SecSettings.apk file.
Behavior of this mod:
You can enable blocking mode, the persistent icon and notification will never appears but blocking mode will do it's work .
Instalation instructions:
** Important, ONLY FOR MF9 STOCK ROOTED DEODEXED
1- copy SecSettings-mod.apk to your phone or sdcard. MD5: 0C66475A6AA551231080D67EA9C4D700
2- using root explorer move the file to /system/app
3- rename you SecSettings.apk file to SecSettings.apk.bak or copy it elsewhere on your sdcard to make a backup.
4- rename SecSettings-mod.apk to SecSettings.apk and set the proper permissions
5- reboot
6- enjoy
If you don't feel confident making this types of changes to your phone, please DON'T do anything, and remember, always make backups of your phone before any change,
makpr-
Click to expand...
Click to collapse
What is proper permissions cause I tried it and its not working for me
brianb2 said:
What is proper permissions cause I tried it and its not working for me
Click to expand...
Click to collapse
What file manager are you using?
if using root explorer, check the properties of the file, the permission should look like this:
(rw-r--r--) in the numbers below you should see the numbers 0644,
That's in the read group: owner, group and others checked, in the write group: owner only checked, and in the execute group nothing checked.
or it should look something like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please reply back if this helped or need more help,
makpr-
makpr said:
What file manager are you using?
if using root explorer, check the properties of the file, the permission should look like this:
(rw-r--r--) in the numbers below you should see the numbers 0644,
That's in the read group: owner, group and others checked, in the write group: owner only checked, and in the execute group nothing checked.
or it should look something like this:
Please reply back if this helped or need more help,
makpr-
Click to expand...
Click to collapse
I am using root explorer ..I bought the app ..this is what I get ..its still nit working ..and now my regular secsetting.apk does not work also
brianb2 said:
I am using root explorer ..I bought the app ..this is what I get ..its still nit working ..and now my regular secsetting.apk does not work also
Click to expand...
Click to collapse
from your pic, the file still in your external sdcard, try to move it to the /system/app folder and the re-check the permissions.
-makpr.
makpr said:
from your pic, the file still in your external sdcard, try to move it to the /system/app folder and the re-check the permissions.
-makpr.
Click to expand...
Click to collapse
Same thing happens ...I was about to restore my phone with the backup and re download ur file and try from the start again
brianb2 said:
Same thing happens ...I was about to restore my phone with the backup and re download ur file and try from the start again
Click to expand...
Click to collapse
are you on stock mf9 deodex?
makpr-
makpr said:
are you on stock mf9 deodex?
makpr-
Click to expand...
Click to collapse
Yea fully stock
brianb2 said:
Yea fully stock
Click to expand...
Click to collapse
ok, then, you put the file on /system/app/ the reboot , and when you open the settings it give you and errror? force close? or didn't open?
makpr-
makpr said:
ok, then, you put the file on /system/app/ the reboot , and when you open the settings it give you and errror? force close? or didn't open?
makpr-
Click to expand...
Click to collapse
It opens ..I turn the setting on ( it says its on ) no notification shows up in the top. But call still come through
Hi, try putting a checkmark in always in your blocking mode for testing, example:
Sent from my SPH-L720 using Tapatalk 4 Beta
Also check that the number that you are calling from it's not included in the blocking mode allow list (allowed contacts)
Sent from my SPH-L720 using Tapatalk 4 Beta
makpr said:
Also check that the number that you are calling from it's not included in the blocking mode allow list (allowed contacts)
Sent from my SPH-L720 using Tapatalk 4 Beta[/QUOTEd
I did everything u said and it still does not work ..even with no contacts allowed I still get calls and block call is on
---------- Post added at 07:37 PM ---------- Previous post was at 07:34 PM ----------
makpr said:
Also check that the number that you are calling from it's not included in the blocking mode allow list (allowed contacts)
Sent from my SPH-L720 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I did everything u said and it still does not work ..even with no contacts allowed I still get calls and block call is on
think amma just give up ..even though this is a feature I need. .
Click to expand...
Click to collapse
brianb2 said:
makpr said:
Also check that the number that you are calling from it's not included in the blocking mode allow list (allowed contacts)
Sent from my SPH-L720 using Tapatalk 4 Beta[/QUOTEd
I did everything u said and it still does not work ..even with no contacts allowed I still get calls and block call is on
---------- Post added at 07:37 PM ---------- Previous post was at 07:34 PM ----------
I did everything u said and it still does not work ..even with no contacts allowed I still get calls and block call is on
think amma just give up ..even though this is a feature I need. .
Click to expand...
Click to collapse
Hi,
Did it worked correctly with the original file?
makpr-
Click to expand...
Click to collapse
makpr said:
brianb2 said:
Hi,
Did it worked correctly with the original file?
makpr-
Click to expand...
Click to collapse
After implementing ur file it didnt work .I had to restore
Click to expand...
Click to collapse
brianb2 said:
makpr said:
After implementing ur file it didnt work .I had to restore
Click to expand...
Click to collapse
Do you have xposed framework installed?
Click to expand...
Click to collapse
makpr said:
brianb2 said:
Do you have xposed framework installed?
Click to expand...
Click to collapse
Yea
Click to expand...
Click to collapse
brianb2 said:
makpr said:
Yea
Click to expand...
Click to collapse
check pm, please tell if helps!
makpr-
Click to expand...
Click to collapse
makpr said:
brianb2 said:
check pm, please tell if helps!
makpr-
Click to expand...
Click to collapse
I did not want to try this cause thats allot to install on my phone ...and I think I found my prob ..b4 I was on official MF9 that I got from sprint and I had just put in the root ..now that I flashed the deodexed stock rom and and and ur file and instructions it works great ..sorry bout all that and thanks for ur help
Click to expand...
Click to collapse
brianb2 said:
makpr said:
I did not want to try this cause thats allot to install on my phone ...and I think I found my prob ..b4 I was on official MF9 that I got from sprint and I had just put in the root ..now that I flashed the deodexed stock rom and and and ur file and instructions it works great ..sorry bout all that and thanks for ur help
Click to expand...
Click to collapse
I'm glad it worked properly!
:good:
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshot(s)
R2.1 Screenshots here
R2:
R1.1:
Please do not repost or use without permission.
Special thanks to Gunthermic!! He is solely responsible for me being able to do any android development. Gunthermic also has some pretty cool apps here and here.
Download Link:DarkHorse Millenium for CROMiX5.1.1-R2.1
MD5: 4ab9be1c644757b869663d69c7ba883f
Old Downloads:DarkHorse Millenium for CROMiX5.1a-R2
MD5: 50061f04d07d42cf6a0a4701371dd6cc
DarkHorse Millenium for CROMiX5.0.4-R1.1
MD5: 0d34b87ef51eb603cbe5247d44e60f3a
DarkHorse Millenium for CROMiX5.0.4-R1
MD5: 7e986c0d9e3a0fc0dec972bacf015985
Changelog:
R2.1: 10/30/2013
Updated to CROMiX5.1.1
Primarily .9patch images in this update
R2: 10/18/2013
627 Images Created Now
Updated to CROMiX5.1a
framework-res
SystemUI
Transformer
Launcher2
Settings
R1.1: 10/07/2013
476 Images Created Now (up from about 400 in R1)
R1: 10/03/2013
100% Batteries
Pointer
Lockring
ICS blue to DarkHorse blue in framework & SystemUI
reserved
1 more reserved
Nice theme. BTW what kind of weather/time widget you got there in the screenshot?
vnphatbuddha said:
Nice theme. BTW what kind of weather/time widget you got there in the screenshot?
Click to expand...
Click to collapse
Thanks, honestly it's very small right now but I wanted to get it out there while I'm building images for it.
HD Widgets
Sent from my SCH-I535 using xda app-developers app
Flashed this and got first bootloop on my new tablet
I followed normal procedure any advice would be apriciated
Thanks in advance
Sent from my ASUS Transformer Pad TF700T using XDA Premium 4 mobile app
taz44410 said:
Flashed this and got first bootloop on my new tablet
I followed normal procedure any advice would be apriciated
Thanks in advance
Sent from my ASUS Transformer Pad TF700T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Did you install CROMi-X DEODEX?
Edit: I downloaded theme from ADF, wiped, re-installed CROMi-X, booted, flashed theme and all was fine so there isn't anything wrong with the file on ADF.
Sent from my SCH-I535 using xda app-developers app
Thanks for this mate. Looks sharp! :good::good:
Thank you . Good job
dan_joegibbsfan said:
Did you install CROMi-X DEODEX?
Edit: I downloaded theme from ADF, wiped, re-installed CROMi-X, booted, flashed theme and all was fine so there isn't anything wrong with the file on ADF.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Was deodexed of course maybe didnt dowload right will try again theme looks awsome
Sent from my ASUS Transformer Pad TF700T using XDA Premium 4 mobile app
Great work loving it thanks
Sent from my ASUS Transformer Pad TF700T using XDA Premium 4 mobile app
Updated to 5.1a and have added a lot more stuff! Please feel free to leave feedback good or bad.
Cromi-X 5.1 Odex ?
Hello, this is version is planned for Cromi-x 5.1 Odex ?
Thank you in advance
bion59 said:
Hello, this is version is planned for Cromi-x 5.1 Odex ?
Thank you in advance
Click to expand...
Click to collapse
No, I have never done any odex.
Sent from my SCH-I535 using xda app-developers app
dan_joegibbsfan said:
No, I have never done any odex.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Ok thank you for the réponse
bion59 said:
Ok thank you for the réponse
Click to expand...
Click to collapse
I guess if someone wanted to give me the rundown on how to odex I 'might' be able to give it a shot.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
dan_joegibbsfan said:
I guess if someone wanted to give me the rundown on how to odex I 'might' be able to give it a shot.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Click to expand...
Click to collapse
You can theme the odexed framework and systemui.apks as you would the deodexed ones. You don't need to change the odex file itself. I wouldn't try and rebuild the odex files otherwise you will cause bootloops
Personally I'd just keep the theme for the deodex version as it is much easier to maintain but the same process applies to he odex version if you download it you will see what I mean.
dan_joegibbsfan said:
I guess if someone wanted to give me the rundown on how to odex I 'might' be able to give it a shot.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Click to expand...
Click to collapse
I know Strong Steve does a lot with odex theming but I have never done it. How do xml changes affect an odex setup? Don't you build the Deodexed ROM first then apply an odexing process?
Sent from my SCH-I535 using xda app-developers app
dan_joegibbsfan said:
I know Strong Steve does a lot with odex theming but I have never done it. How do xml changes affect an odex setup? Don't you build the Deodexed ROM first then apply an odexing process?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
If you mean the xml files that are inside the res folder, I'm not sure actually. @pjc21 how does it work on the odex themes??
dan_joegibbsfan said:
I guess if someone wanted to give me the rundown on how to odex I 'might' be able to give it a shot.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Click to expand...
Click to collapse
sbdags said:
If you mean the xml files that are inside the res folder, I'm not sure actually. @pjc21 how does it work on the odex themes??
Click to expand...
Click to collapse
Yes more than happy to give you a rundown on how I make the odex version of CTM, it's actually pretty easy once you've done the deodex version.
I use a tool called Auto Odexer, however I do it a little different to the instructions on the thread. I don't worry about step 1 with the bootclasspath and also could not get it to run from recovery so I run it with the device loaded in android and it works fine.
So basically what I do is unzip the odex version of CROMi-X and have a look at which apk's (that you theme in the deodex version) have a odex file, so in your case it would be Settings.apk, SystemUI.apk, Transformer.apk and I can't remember if Lanucher2.apk also has an odex file - sorry in NZ atm so can't check as I only have very limited internet access.
The first thing you will need to do is flash CROMi-X odex version, let it boot and settle for a few minutes then you will need to flash your modified framework-res.apk and reboot. Also check that adb is working ok.
Download and unzip the auto odexer zip, I copy the folder to C:/auto odexer, In the auto odexer folder you will see folders "mod" "original" & "pulled files" so pretty easy copy your modified Settings.apk from your deodex theme to the "mod" folder, copy the Settings.apk & Settings.odex files from CROMi-X odex to the "original" folder, connect your device to pc and run the "Auto Odexer script-apk-Alkhafaf" bat file. A command prompt will popup asking for the name of the apk you wish to odex without the .apk so just "Settings" and enter it will do it's thing then give you a menu, I choose 1 to pull the apk.
You will now find Settings.apk & Settings.odex in the "pulled files" folder, I found here that in v2.0 the apk that is pulled was not my modified apk but the original apk (but looks like it may be fixed in v2.1 but have not updated yet to check) if the apk file that is pulled is not your modified one then just cut and paste the Settings.odex file from the "pulled files" folder to the "mod" folder where your modded Settings.apk is then open your modded apk with 7-zip and delete the classes.dex file and close - that's it you should now have modified Settings.apk & Settings.odex file ready to go.
Repeat the steps with your other modified apk's and that's it.
Hope this helps and is not to confusing, if you need any help with any part just let me know.
Paul.