[MOD] MotoLocker ICS Theme v2 (more ICS-ish) - Motorola Atrix 2

MotoLocker ICS Theme V2 (more ICS-ish)
{
"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"
}
COMPATIBLE WITH:
SuperCharged v5 2.3.6
Stock Rooted 2.3.6 **ADDED 3/6/2012**
HOW TO INSTALL
Step 1: Download File from here and place them on your sdcard(not in a folder,just straight on sdcard)
Step 2: Using ADB push the file with the code provided below
Step 3: Enjoy!
FILE:
CLICK HERE TO DOWNLOAD MOD for SuperCharged v5 2.3.6
CLICK HERE TO DOWNLOAD MOD for Stock Rooted 2.3.6
Here is the Code,you need to use adb while in windows.Open CMD to push file.(if you dont have ADB you download it from the "Root your Atrix 2" post in the Development Section, its the file named "exploit.zip")
Code :
Code:
adb shell
su
mount -o rw,remount /dev/block/mtdblock3 /system
cat /sdcard/framework-res.apk > /system/framework/framework-res.apk
chmod 755 /system/framework/framework-res.apk
reboot
WARNING: I AM NOT RESPONSIBLE FOR YOUR PHONE,YOU BRICK YOUR PHONE THATS ON YOU. IF YOUR FOLLOW THESE DIRECTIONS YOU WILL BE FINE : )
IF YOU LIKE,FEEL FREE TO HIT THE THANKS BUTTON!
​

Is it possible to move the location of the lock slider? E.g. Closer to the bottom of the screen?
Sent from my MB865 using XDA

nephillim said:
Is it possible to move the location of the lock slider? E.g. Closer to the bottom of the screen?
Sent from my MB865 using XDA
Click to expand...
Click to collapse
If it is i don't know how quite yet,i am doing my research still,dont have the skills...yet,maybe someone else can but i cant at the moment

Can u make a flashable zip for this thanks
Sent from my MB865 using xda premium

Found this.... dunno if it would help you on coding lockscreens or not.... thought I'd post it!!!
http://forum.xda-developers.com/showthread.php?t=1539335

nephillim said:
Found this.... dunno if it would help you on coding lockscreens or not.... thought I'd post it!!!
http://forum.xda-developers.com/showthread.php?t=1539335
Click to expand...
Click to collapse
Unfortunately that won't help with much... this is a GB lockscreen with different icons/colors to look like ICS while that is an ICS lockscreen made to look more Honeycombish.

I thought it might be possible to find an XML entry for the positioning of the slider. I haven't messed with XML myself so have no clue.

nephillim said:
I thought it might be possible to find an XML entry for the positioning of the slider. I haven't messed with XML myself so have no clue.
Click to expand...
Click to collapse
check in apk/res/layout

Related

super circle battery icon

im currently using free x10 froyo and loving it, however i do miss the super circle battery icon from the previous rom i was using. is there any way to just replace the stock icon without going into a whole "theme"?
Yes - [UPDATED 24.12.2010] X10 Theme Reference
Happy reading.
Man, that's an awful lot of reading and work for a battery icon. I do however wish it was part of the original Froyo ROM.
Sent from my X10a using XDA App
highaltitude said:
Man, that's an awful lot of reading and work for a battery icon. I do however wish it was part of the original Froyo ROM.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
yeah really lol. i was hoping for a quick .zip for xrecovery
There is a circle apk
http://forum.xda-developers.com/showthread.php?p=8639993
I used this until a theme came about, if you use it and set it start when phone starts and it doesnt you just need to change the persmissions and then it will
highaltitude said:
Man, that's an awful lot of reading and work for a battery icon.
Click to expand...
Click to collapse
Yep, that's what learning involves.
Upload the framework-res.apk and I will do it.
Sent from my X10i using XDA App
I did it last night after installing Free X10 beta 3. It's attached.
It has Super Circle Battery Version B for white background, as well as the bootanimation fix (cobrato's post here).
{
"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"
}
NOTE: I've only tested this with Free X10 beta3. There's no guarantee that it will work on beta 2, and it definitely WON'T work on stock SE firmware.
I don't know how to make an xRecovery package yet, so unless someone else makes one (feel free), you'll need adb to install it:
1. Connect your phone through USB.
2. Copy framework-res.apk to your SD card root directory (/sdcard/).
3. Open a command prompt (in a directory that contains adb) and type:
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
4. It will probably crash and reboot. This is normal. If not, reboot manually.
Click to expand...
Click to collapse
WARNING: Do NOT use Root Explorer to copy framework-res.apk directly over the one in /system/framework/! I think it crashes before it finishes copying, so it'll be corrupted.
Well, that didn't take too long to learn. Thanks to qwer23 for the tutorial and template.
This is a zip file for xRecovery. See my post above.
Grospolina said:
Well, that didn't take too long to learn. Thanks to qwer23 for the tutorial and template.
This is a zip file for xRecovery. See my post above.
Click to expand...
Click to collapse
Looks like an awful lot of reading
I lik raeding
Grospolina said:
...This is a zip file for xRecovery. See my post above.
Click to expand...
Click to collapse
thank you kindly. One less useless widget on my otherwise uncluttered homescreen
Sent from moon base alpha using smoke signals
Grospolina said:
Well, that didn't take too long to learn. Thanks to qwer23 for the tutorial and template.
This is a zip file for xRecovery. See my post above.
Click to expand...
Click to collapse
does this work for Beta4?
EDIT: I just tried and the super circle battery icon works well for FreeX10 Beta4 with hotfix1

[flashable] wget feature in terminal

I know this is going to be at least useful for me, and anyone else that is familiar with wget. That's why I got it working for the EVO (and soon for the Xoom). If you are familiar with the linux system, you should know what the wget command is ;-) Below is a screenshot to show it works.
You must be rooted to use this.
Instructions:
1) Download zip file below to your SD card.
2) Boot into recovery and flash the zip.
3) Reboot
To use: (I will make this a easier process in next update.)
1) Open any terminal emulator of your choice.
2) type "su" without the quotes
3) type cd system/app/wget
4) type wget http://xxx.com/filename.extention
and watch it download! (as shown below)
{
"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"
}
Your file will be located in /system/app/wget
*Don't forget to say thanks! *
Click here to download
or
Anybody having any issues with Bad Address on there Evo?
This is cool, now if they only had Compiz... lol
XsMagical said:
This is cool, now if they only had Compiz... lol
Click to expand...
Click to collapse
Haha ;-) Glad you like it.
Yeah compiz would be neat haha -- trying to port this to the Xoom as well.
I am working on a .sh that you will be able to kick off once you load up terminal so you can use this wget tool without having to CD into directories at all. I'll probably have this up by the end of the day.
Let me know if you have any questions
I'll try to play with it when i get home today, if i have time that is.
I just did a successful wget on my rooted evo and I don't have your files installed.
Busybox 1.18 allows this feature already...no need for extra files.
lovethyEVO said:
I just did a successful wget on my rooted evo and I don't have your files installed.
Busybox 1.18 allows this feature already...no need for extra files.
Click to expand...
Click to collapse
Thats interesting. Didn't ever notice that.
Thanks for pointing that out
Well, i tried :X lol
dean_fx said:
Thats interesting. Didn't ever notice that.
Thanks for pointing that out
Well, i tried :X lol
Click to expand...
Click to collapse
Better to try than not try at all.
lovethyEVO said:
Better to try than not try at all.
Click to expand...
Click to collapse
Very true. Thanks
You know what, I can make this a regular zip for SD card, so NON rooted users can use wget. ;-) doubt it will be used as much, but w.e ;(

Real ICS Dialer for CM7.

Layouts have been messed up, this is still in developing mod. Please don't use for now.
Many of you who have tested ICS, would have definetely liked the ICS dialer.
Well, Guess what? It's now available for CM7 too!!
Phone.Apk is attached.
Please Follow the Instructions well, because I've tested it and it has no bugs whatsoever.
Installation Procedure:
Copy the file in the root directory on your sd card.
Rename the file to Phone.apk
turn on airplane mode.
Make sure ur system partition is set to R/W mode
open terminal from your phone.
type the following commands, one by one.
su
cp /sdcard/Phone.apk /system/app
chmod 644 /system/app/Phone.apk
reboot
Now, when you place a call or receive one, You will have the ics like dialer.
NOTE : You need to enable in-call touch UI. To enable, go to Settings > Call Settings > enable In-call touch UI.
Screenshots:
{
"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"
}
Credits:
Yaac2006 for pointing it out.
Abishek from Madteam.co.
Press That thanks button there, mate.
And, um please show some feedback. I want to know how many people are using it.
UPDATE: I've attached a flashable zip file in the attachments now. All credits for flashable zip go to XDA Member Cryss.
PhoneRST is to restore original.
nothing change,i'm using minicm7 for x8
ihsan123 said:
nothing change,i'm using minicm7 for x8
Click to expand...
Click to collapse
Make sure you have followed the terminal emulator way properly, and your system needs to be in R/W mode. Try testing it, by someone calling you and accept. If you have in-call touch buttons in the dialer, it has succesfully worked.
Great job but doesn't quite come out as expected.
Sent from my Optimus 2X using Tapatalk
Imperticus said:
Great job but doesn't quite come out as expected.
Sent from my Optimus 2X using Tapatalk
Click to expand...
Click to collapse
Same here in my atrix...
from the (m)ATRIX...
Cocolopes said:
Same here in my atrix...
from the (m)ATRIX...
Click to expand...
Click to collapse
This MOD is not provided for HDPI phone (only ldpi and mdpi)
please mod it for HDPI devices
edit:
i think the project is here
http://forum.xda-developers.com/showthread.php?t=1784864
ThanX
Good to have, but could not get it working on dell streak 5 CM 7.
Phone crashes continuously on reboot. Had to reflash rom to get back to normal.
Sent from my Dell Streak using xda premium
was searching for something like dis..... thanks dude... nice share... :laugh:

[MOD] ENABLE SRS WOW HD MusicPlayer

Hi everyone,
I ve found a nice hidden feature in stock musicplayer the famous SRS WOW HD effect, in order to activate it you need :
Decompile musicplayer.apk
Go to res/values
Open array.xml
Add under:
Code:
<array name="sound_alive_entries">
the following string :
Code:
<item>@string/srs_wow_hd</item>
save the file, recompile and install it in system/app
Modified musicplayer Download (dlk7)
{
"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"
}
Thank you zohawkish
Hi Zohawkish. Good work in finding it out. However I think just adding a value in array may not be enough. There should be a change somewhere is smali too (cannot look at it myself due to time constraint)
After using this player concert hall preset acts as custom. Similarly all other presets have changed too.
watsa said:
Hi Zohawkish. Good work in finding it out. However I think just adding a value in array may not be enough. There should be a change somewhere is smali too (cannot look at it myself due to time constraint)
After using this player concert hall preset acts as custom. Similarly all other presets have changed too.
Click to expand...
Click to collapse
ok i will update it
thank you for this mod. I have a problem, could you please add a cwm zip for the music player with this mod. Cuz i have deleted the stock one etc... but when i tried to install it, it gives me application cannot be installed. Thanks in advance
Sent from my GT-N7100 using xda premium
Copy it in system/app folder using root explorer or similar
zohawkish said:
ok i will update it
Click to expand...
Click to collapse
Tell me, how soon will update? Thank you!
denonsky said:
Tell me, how soon will update? Thank you!
Click to expand...
Click to collapse
That's not a question...
watsa said:
Copy it in system/app folder using root explorer or similar
Click to expand...
Click to collapse
You again ? Wrong device again
Sent from my SGH-I317M using xda premium
DAGr8 said:
You again ? Wrong device again
Sent from my SGH-I317M using xda premium
Click to expand...
Click to collapse
The world is small my friend
FC
Not working!

Navigation Bar [TWEAK][CM10][Galaxy Ace Plus]

Here's the Navigation Bar that's there on the Nexus devices for your Samsung Galaxy Ace Plus (this might work on all phones. Not sure.).
Prerequisites: CM10 (http://forum.xda-developers.com/showthread.php?p=38371660 OR http://forum.xda-developers.com/showthread.php?t=2155529) and a decent file explorer (such as root explorer) that allows you to access /system
Steps:
Step 1: Open Root Explorer
Step 2: Navigate to /system (Remeber to mount as R/W)
Step 3: Open build.prop
Step 4: Add this line of code
qemu.hw.mainkeys=0
Click to expand...
Click to collapse
Step 5: Save and exit
Step 6: Reboot
If you did the above mentioned steps properly then you should have the navigation bar enabled on your device
Screenshots:
{
"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"
}
Just so you know this isn't my own work. I just thought it would be pretty neat to share it with you guys. Kudos to the guy who put this on the internet.
To remove the navigation bar from your device, delete the zero and replace it with one and then reboot your phone.
Please click the thanks button if I helped you or gave you a cool tweak for your device.
nice
hey thats really great work :good:
i've done this kind of thing with CRT-OFF animation too...
by just adding line/word you will get able to use this kind of things
nice job :good: :highfive:
but did you tried this on your ace plus before
j.posarekar70 said:
hey thats really great work :good:
i've done this kind of thing with CRT-OFF animation too...
by just adding line/word you will get able to use this kind of things
nice job :good: :highfive:
but did you tried this on your ace plus before
Click to expand...
Click to collapse
Yeah. This is the first time that I have tried playing around with the build.prop file. The screenshots that I have posted are from my device only. I removed the navigation bar by just deleting the line and rebooting.
CloudBox said:
Yeah. This is the first time that I have tried playing around with the build.prop file. The screenshots that I have posted are from my device only. I removed the navigation bar by just deleting the line and rebooting.
Click to expand...
Click to collapse
gr8
just works on cyanogen mod????
I have the Gellybread V1 ROM on my phone.
nice but useless..no offense
try this
dude, i really want to try this, but i think the stock rom is the best
Can it work on CyanogenMod 10.2 ??
Confirmation
JohnnyPanther said:
Can it work on CyanogenMod 10.2 ??
Click to expand...
Click to collapse
Yes it works on CM10.2. I'm currently using it.
Hope I helped.
CloudBox said:
Yes it works on CM10.2. I'm currently using it.
Hope I helped.
Click to expand...
Click to collapse
Thanks i will definitely try it.
Sent from my GT-S7500 with my brain.

Categories

Resources