[THEME] Black Bar Bell. (Gingerbread) - Atrix 4G Themes and Apps

I think I have finished my first Black Bar for the Bell Atrix, I need some other people to try it out as well now, and make sure it works for others.
PHONE MUST BE DEODEX
I used the icons from [THEME] Gingerbread Theme V2 (NO ATT)+Black Browser
http://forum.xda-developers.com/showthread.php?t=974112 so thanks to synergye for the icons.
This is a framework-res.apk and services.jar. I don't recommend trying these unless you are confident you can recover yourself from a possible brick (I had many while making this, but it should work now).
BACK UP YOUR FILES BEFORE YOU INSTALL THIS.
I am not responsible for any bricking that occurs.
Please let me know if it works for you. Thanks
Note: I am getting that black signal bar, but I assume its because I am in a basement apartment, it should have green bars when you have a signal.
{
"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"
}

looks nice!

Thanks a lot, works great! I tried to do the same myself but after soft bricking a couple times I gave up. I installed it like this:
adb push framework-res.apk /sdcard/
adb push services.jar /sdcard/
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cp -f /sdcard/framework-res.apk /system/framework/
cp -f /sdcard/services.jar /system/framework/
sync
reboot
Click to expand...
Click to collapse

can you guys explain how to do this in a safe mode...i've just rooted my phone with aRoot and don't really know how to recover from a soft-brick !

Silent8Strike said:
Thanks a lot, works great! I tried to do the same myself but after soft bricking a couple times I gave up. I installed it like this:
Click to expand...
Click to collapse
Awesome. I figured it should work for everyone but since I learned how to do this while doing this, I couldn't be sure. I know what you mean about the soft bricks, I must have bricked mine a dozen times. You can notice the time in the picture. I refused to give up until I got it.
Thanks for the info on installing, I didn't want to give anyone advice on that, since I was relying on a script kenneth gave me.
I have a Honeycomb Port almost finished, I figure I will try to port most of the ones other people have made for ATT. (all credit goes to them obviously)
aliafi90 said:
can you guys explain how to do this in a safe mode...i've just rooted my phone with aRoot and don't really know how to recover from a soft-brick !
Click to expand...
Click to collapse
You will need to ADB pull your framework-res.apk and services.jar from system/framework as backups in case of a brick. I know I read a good tutorial on this in another thread, I will find it and post a link

thanks ! and another silly question all i have to do is to rename the zip files to .apk and .jar ?

No unzip them. The apk and jar are there, the apk was to big to upload without zipping it
EDIT: as for the backup, if you run backup.bat in this file it should create your backups for you and then if you run installer it should revert back to those backups. I say Should. It did on mine.
EDIT 2: Figured I would upload an installer as well. The code is messy, but it should work. You just need to run installer, it already has the framework-res.apk and services.jar included.
Sent from my MB860 using XDA App

thanks a lot for your help...it's just that when i run backup.bat it says do you see you device listed above ? it's not recognizing my device for some reason...do i have to run it in another folder or it wouldn't make a difference?

aliafi90 said:
thanks a lot for your help...it's just that when i run backup.bat it says do you see you device listed above ? it's not recognizing my device for some reason...do i have to run it in another folder or it wouldn't make a difference?
Click to expand...
Click to collapse
hmmm, thats odd, it should be fine running in that folder. Do you have the phone plugged in via USB and the options set to NONE and USB DEBUGGING ON?

toughbax said:
hmmm, thats odd, it should be fine running in that folder. Do you have the phone plugged in via USB and the options set to NONE and USB DEBUGGING ON?
Click to expand...
Click to collapse
yea and it's still not showing the device...do i need to have adb or anything installed on my computer for this?

aliafi90 said:
yea and it's still not showing the device...do i need to have adb or anything installed on my computer for this?
Click to expand...
Click to collapse
I think all the adb files you needed were in the folder, I think by you seeing the list of attached devices (even if there is none there) it means adb is working.
I am not really sure what could be causing the problem... I would try a Reboot first if you haven't then maybe you could try booting into "Enable USB enumeration early." by holding vol- and power and see if it picks it up then. After it says "Reading ODM fuse: 1" wait 10 seconds or so and run the backup.
Sorry my knowledge of the finer workings of android is still a ways off

It works here as well.
Nice job!
EDIT: Just so you know, I didn't use your install scripts.

NFHimself said:
It works here as well.
Nice job!
EDIT: Just so you know, I didn't use your install scripts.
Click to expand...
Click to collapse
Thanks, couldn't have done it without your deodex.
Sent from my MB860 using XDA App

don't know whats wrong but still not showing anything under devices....is there another way i can do it manually?

aliafi90 said:
don't know whats wrong but still not showing anything under devices....is there another way i can do it manually?
Click to expand...
Click to collapse
if you use command prompt you can enter:
Code:
adb devices
adb pull /system/framework/services.jar services.jar
adb pull /system/framework/framework-res.apk framework-res.apk
That should pull the files into the folder you are in. ex. C:\backup\
When you do the adb devices it should list yours in the list. I don't think that will make much difference in it working though, since that's the same thing the bat does.
Maybe someone who actually knows something can be more use then me.
Kenneth gave me these recommendations if it wasn't working when I was first stuck:
If it isn't listed... you need to check the following:
USB plugged into back of computer
Restart computer
kill-server adb or task manager >> Processes >> end "adb.exe" processes
maybe that will help?

I'm never sure about this but are these files compatible on a mac?

ChongoDroid said:
I'm never sure about this but are these files compatible on a mac?
Click to expand...
Click to collapse
I don't know about the scripts, I would say no just to be safe. The framework-res.apk and services.jar would work though (the first post). I am not sure how you would push them to the device, but I'm sure its been covered in another thread somewhere.

k so i finally did it,though the time on the top right side is not showing anymore

That means the services.jar didn't get pushed. it is still the black font
Sent from my MB860 using XDA App

toughbax said:
That means the services.jar didn't get pushed. it is still the black font
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
if you could add to the first post the you DEFINITELY need to be deodexed for this to work, that would be appreciated
The services.jar file will not work if services.odex is still on the phone, likewise - if you don't deodex correctly, and just delete the services.odex file you will end up bricked.

Related

X8 eclair Jit enable

I just make guide to enable Jit
Requirement:
eclair Rooted
Download this http://bit.ly/JiT-toggle
first use this command at adb
adb pull /system/build.prop
you can also manually use root expolrer to copy built.prop
edit the build.prop (im using notepad)
change this:
dalvik.vm.heapsize=32m
debug.sf.hw=1
added this at the end:
dalvik.vm.execution-mode=int:jit
save the changes..
after that extract http://bit.ly/JiT-toggle
at sdcard/JiT-toggle-0.1
and save the file
then do this steps
after that you must copy and overwrite the mod built.prop to folder
/sdcard/JiT-toggle-0.1/vmlibsv2
and the original build.prop to /sdcard/JiT-toggle-0.1/vmlibs_stock
then
1: enable JIT (in a termnial or adb shell)
cd adb
adb shell
su
cd /sdcard/JiT-toggle-0.1
sh enable_jit.sh
and your phone will reboot with JIT enable.
and if you want to disable jit effect just use this command
tribute for Zocker Tko
With jit, i can increase the value of quadrant score by 10 - 15 %
and linpack almost 3 times than normal
{
"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"
}
other
Before
After
and look at cpu score (the blue one)
it make almost twice faster than normal
hope this help you guys.,
Hmmm a question, what is Jit refers to??
is it gonna mak X8 run faster or ??
JIT refers to Just In Time compilation. Which is basically converting VM code into native code. Yes, it will definetly make your X8 MUCH faster.
card-us said:
Hmmm a question, what is Jit refers to??
is it gonna mak X8 run faster or ??
Click to expand...
Click to collapse
is stand for Just in time
The JIT is a software component which takes application code, analyzes it, and actively translates it into a form that runs faster, doing so while the application continues to run
sorry for my bad eng
I follow 2 this step
sh enable_jit.sh
but nothing happen, and when i reboot my x8, it's hang in SE-logo.
Can u test in more than 5 device?
Any downside ????
or other question is y se not include the jit if there is no downside)
how to enable JIT for android 1.6?
Something isn't perfect with your solution.
I had enabled the jit by your script and my phone had been slower.
I disabled it and the phone stopped at the boot screen.
A had to reflash it.
Before you publish a solution be sure that it's working well!
What firmware you get the lib-s from?
JIT is fully working thanks.
avers said:
Something isn't perfect with your solution.
I had enabled the jit by your script and my phone had been slower.
I disabled it and the phone stopped at the boot screen.
A had to reflash it.
Before you publish a solution be sure that it's working well!
What firmware you get the lib-s from?
Click to expand...
Click to collapse
Its works properly theres only a boost for game loading time or decoding videos
For rest the processor is good as it is
Dont blame the op if you brick or wreck your phone it works for others you must have done something wrong!
Sent from my rooted E15i
muzik_demon said:
Its works properly theres only a boost for game loading time or decoding videos
For rest the processor is good as it is
Dont blame the op if you brick or wreck your phone it works for others you must have done something wrong!
Sent from my rooted E15i
Click to expand...
Click to collapse
I know what I did. There was no problem.
I could enable it as well.
I changed some things in the system. Maybe one of them doesn't like it.
If you try to disable it, please let me know is it working or not.
Thanks.
Could you, please, make the thread sticky ?
avers said:
I know what I did. There was no problem.
I could enable it as well.
I changed some things in the system. Maybe one of them doesn't like it.
If you try to disable it, please let me know is it working or not.
Thanks.
Click to expand...
Click to collapse
Yup disabling doesn't work
But you still can't blame others for that!
Sent from my E15i using XDA App
muzik_demon said:
Yup disabling doesn't work
But you still can't blame others for that!
Sent from my E15i using XDA App
Click to expand...
Click to collapse
I didn't want to blame anyone. Really sorry, if I was rude.
For a compensation I give you a taskbar theme (what I'm already using)
You can change it by this way:
1. Extract the framework-res.apk from the zip to the root of your sdcard.
2. Be sure that the busybox is present on your phone!!
3. Save your framework-res:
Code:
adb pull /system/framework/framework-res.apk
4. Copy the new one to the /system/framework from your sd:
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk
I modified pulp's framework-res (from his X8.img) (2.1-RUS).
When you change it, the phone maybe freeze! You will see the new theme after a reset.
if you make something wrong, your phone will restart without any changes.
If you try it, please let me know how do you like it!
If you don't like it, you can put back the original framework-res.apk by the same way.
by Avers
After enabling jit my phone slowed down.. what can be wrong?
Sent from my E15i using XDA App
Avers screenies please
muzik_demon said:
Avers screenies please
Click to expand...
Click to collapse
Here we go.
avers said:
Here we go.
Click to expand...
Click to collapse
nice .. please upload default SE clock.apk thanks.
isaac12 said:
nice .. please upload default SE clock.apk thanks.
Click to expand...
Click to collapse
It is just the taskbar what I uploaded. Everything else will remain as before.
But if you haven't got the original SE Home screen app and the SE clock, I attached them.
(I prefer the mClock, because it is fully customizable. That's what you see on the screenshots. )
Jit works very good on my phone. For those who have problems and lag after enabling jit i recommend to delete the contents of your /data/dalvik-cache folder using root explorer and immediately reboot after this. Phone will boot slower first time after the deleting of the dalvik cache because it will need time to rebuild it but after this your phone will definitely work better. I got quadrant result 513 and linpack 7.4 on my X8.

[req] no clock in the taskbar mod

since we s-off any change for a mod to hide /remove the blasted clock in the taskbar ?
I can do it. give me a few mins....
Here, Try this. (Back up your SystemUI.apk first) and install this to the /system/app directory on your rooted device. Rename as SystemUI.apk
You may have to wipe your Dalvik cache and reboot.
if it blows up revert to your backed up version
"adb push <backup>.apk /system/app/SystemUI.apk"
townsenk said:
I can do it. give me a few mins....
Here, Try this. (Back up your SystemUI.apk first) and install this to the /system/app directory on your rooted device. Rename as SystemUI.apk
You may have to wipe your Dalvik cache and reboot.
if it blows up revert to your backed up version
"adb push <backup>.apk /system/app/SystemUI.apk"
Click to expand...
Click to collapse
i got it to work at first it was messing up bad but do this.
6 simple steps.....
1. copy framework-res.apk to your sdk\tools folder
2. C:\Users\Ken>cd c:\sdk\tools (or wherever your sdk\tools is)
3. c:\SDK\tools>adb reboot recovery
4. c:\SDK\tools>adb shell mount /system
5. c:\SDK\tools>adb push systemUI.apk /system/app/SystemUI.apk
6. c:\SDK\tools>adb reboot
{
"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"
}
Yeah, Kaos is correct. I get in a hurry sometimes and forget to mention "little things"
..like mounting the /system partition b4 trying to write to it.
townsenk said:
I can do it. give me a few mins....
Here, Try this. (Back up your SystemUI.apk first) and install this to the /system/app directory on your rooted device. Rename as SystemUI.apk
You may have to wipe your Dalvik cache and reboot.
if it blows up revert to your backed up version
"adb push <backup>.apk /system/app/SystemUI.apk"
Click to expand...
Click to collapse
Since this is a modified SystemUI, It must be Rom specific right? and if you have a theme this wont work with it right, the theme atleast?
It's the SystemUi from the latest stock Rom. Any of the HTC themes should work fine.
It would probably work with most 3rd party builds as well provided that they haven't added their own Status Bar customizations
sounds good I'll check it out then.
Can anyone make a zip that we can flash in recovery?
steal25 said:
sounds good I'll check it out then.
Click to expand...
Click to collapse
think you can make this work with chod/miks rom
supers2k said:
Can anyone make a zip that we can flash in recovery?
Click to expand...
Click to collapse
+1 ..... This!
supers2k said:
Can anyone make a zip that we can flash in recovery?
Click to expand...
Click to collapse
Any flashaholics want to give this a try? Enjoy Let me know if something needs to be fixed.
*EDIT* Re-doing with a new .zip so I don't kill your root
ranger61878 said:
Any flashaholics want to give this a try? Enjoy Let me know if something needs to be fixed.
Click to expand...
Click to collapse
I'll give it a shot in a bit. Can you put up the stock one too, in case I hate it? Yes I'm lazy and don't want to pull the apk
ranger61878 said:
Any flashaholics want to give this a try? Enjoy Let me know if something needs to be fixed.
Click to expand...
Click to collapse
I tried it. It works. Thank you greatly
Edit: it doesn't work it takes away root in sense but recovery still works. So I used temp root, and over clock and everything works but if you restart the phone the issue happens again
il Duce said:
I'll give it a shot in a bit. Can you put up the stock one too, in case I hate it? Yes I'm lazy and don't want to pull the apk
Click to expand...
Click to collapse
For you Duce, anything I'll throw it up in a few...
--Sent from my 3D Shooter --
ranger61878 said:
For you Duce, anything I'll throw it up in a few...
--Sent from my 3D Shooter --
Click to expand...
Click to collapse
You hobag. Killed root. Use a different zip than SU next time
So there is still some "kinks" to work out before we get a good flashable no clock zip?
il Duce said:
You hobag. Killed root. Use a different zip than SU next time
Click to expand...
Click to collapse
lol... i was in the mood to flash something and wanted to get rid of my clock.. but after that, i will hold off til i am home and can focus in case i lose root.. lol.. poor duce..
@knowledge, no it would be easy, ranger used a silly zip and forgot to remove some of the SU commands in the script.
@pstevep, it removes clock fine, all you need to do is go back into recovery from the bootloader and reflash the "fixed" SU zip that toast made.
here's that fixed zip in case you don't have it:
EDIT: also, I would imagine that in twrp, you could flash the borked noclock.zip then immediately flash SU_fixed.zip and reboot with no issues at all
il Duce said:
@knowledge, no it would be easy, ranger used a silly zip and forgot to remove some of the SU commands in the script.
@pstevep, it removes clock fine, all you need to do is go back into recovery from the bootloader and reflash the "fixed" SU zip that toast made.
here's that fixed zip in case you don't have it:
EDIT: also, I would imagine that in twrp, you could flash the borked noclock.zip then immediately flash SU_fixed.zip and reboot with no issues at all
Click to expand...
Click to collapse
So I would flash Rangers zip, then flash this su zip right after to keep my root and everything intact?
il Duce said:
@knowledge, no it would be easy, ranger used a silly zip and forgot to remove some of the SU commands in the script.
@pstevep, it removes clock fine, all you need to do is go back into recovery from the bootloader and reflash the "fixed" SU zip that toast made.
here's that fixed zip in case you don't have it:
EDIT: also, I would imagine that in twrp, you could flash the borked noclock.zip then immediately flash SU_fixed.zip and reboot with no issues at all
Click to expand...
Click to collapse
alright i am going to try this in a minute.. just thought about it, but i am not on stock.. but it shouldnt matter a whole lot since everything is practically the same right now. so going to throw it down in like 15 minutes after i make a phone call.. will post results..

[How To] Add percentage to the battery icon

Prerequisites:
1. You need an unlocked boot loader.
2. You need root.
3. You need a PC with adb that can see your phone
4. Your phone needs to have USB debug enabled
All of these are well documented here in the forum.
On the PC grab the two apk files that the UOT kitched needs:
Code:
adb pull /system/framework/framework-res.apk
adb pull /system/app/SystemUI.apk
Now go to the UOT kitchen and choose your battery style from the battery tab.
Next click on the "File Upload" tab and upload your two files.
Then submit your work to the kitchen and wait.
When the kitchen is done processing, you have a download called UOT-*.zip. download that. And extract it somewhere on your PC. Now you need to push the files to your phone.
Code:
adb push SystemUI.apk /data/local/SystemUI.apk
adb push framework-res.apk /data/local/framework-res.apk
Next you need to adb shell to the phone to remount the system partition as read-write and copy the files to their correct location. From the PC run "adb shell" Then, on the phone:
Code:
su
mount -o remount,rw /dev/block/mmcblk0p29 /system
cp /data/local/SystemUI.apk /system/app/SystemUI.apk
cp /data/local/framework-res.apk /system/framework/framework-res.apk
cd /data/dalvik-cache
rm *
Then reboot the phone. When it comes back up you should have your customized battery.
NOTE: This is all from memory so there may be some minor inconsistencies but the general concept is sound. The main thing you MUST do is unlock the bootloader and you MUST have root (temp-root should be fine)
NOTE 2: There are a lot more things that you can customize using the UOT Kitchen. I've only changed the battery but you should be able to change icons, taskbar, lockscreen and more. So, if you are comfortable doing so, have at it.
And one final note. This is the brute-force method. Once a CWM recovery is created for the Amaze then most (all?) of this is unnecessary and you can just flash the UOT zip file from recovery.
-xdadevelopers-user
after i do the adb pull, where can i find the files it pulled????
Should be in the same adb folder
Sent from my HTC_Amaze_4G using XDA App
what exactly are the inconsistencies? cause i cant get it to stick although i follow your instructions to a "t"
Enzopreme said:
what exactly are the inconsistencies? cause i cant get it to stick although i follow your instructions to a "t"
Click to expand...
Click to collapse
Is your bootloader unlocked?
I try doing this framework but it work's it force close's alot i restored firmware then i tryed it went good then i restarted my phone & now i'm on a black screen the button's show up but no display , what the hell ?
Revolution said:
I try doing this framework but it work's it force close's alot i restored firmware then i tryed it went good then i restarted my phone & now i'm on a black screen the button's show up but no display , what the hell ?
Click to expand...
Click to collapse
bricked again huh?? you building a skyscraper with all those bricks??
Here's a thought-let's all be patient and take one step at a time.
We need recovery before we start buggering around.
Sent from my HTC_Amaze_4G using xda premium
TheSneakerWhore said:
Here's a thought-let's all be patient and take one step at a time.
We need recovery before we start buggering around.
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
I agree 100% with this.
We need to be able to do backups with Clockwork as well as use other scripts such as fix_permissions, clear dalvik-cache, etc to prevent bricks, FC errors, etc.
Let's work on getting a recovery first.
I fixed it last night
Sent from my HTC Ruby using XDA App
Here you go guys.. If you have CWM Recovery installed, just install my zip.
This.is what I've been looking for. Thx man..
Sent from my phone.
by any chance, do you have a screenshot for this battery percentage update?
what rom does this work on? quiksense? bliss sense?
-FuRBz- said:
what rom does this work on? quiksense? bliss sense?
Click to expand...
Click to collapse
It's only been tested on the 1.36.531.5 stock ROM(My Phone) but I imagine it will work on most all Sense 3.0 ROMS.
Screenshots of an identical mod I released can be found in my other thread here:
http://forum.xda-developers.com/showpost.php?p=11848512&postcount=1
{
"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"
}
Working on enegrys rom w/o issues.
Sent from my phone.
Wonder if it will work on bliss sense....?
Sent from my HTC Amaze 4G using xda premium
I flashed the stock kernel so that wifi could work on Android revolution rom. Wifi works now, but I'm unable to sync my phone with HTC sync, so that I can use adb. Any suggestions to what I can do to set up adb again? (I'm using a windows 7 laptop btw)
dharvey4651 said:
It's only been tested on the 1.36.531.5 stock ROM(My Phone) but I imagine it will work on most all Sense 3.0 ROMS.
Screenshots of an identical mod I released can be found in my other thread here:
http://forum.xda-developers.com/showpost.php?p=11848512&postcount=1
Click to expand...
Click to collapse
holy thread revival...anyone test this out on 1.43 stock?
mrmako777 said:
holy thread revival...anyone test this out on 1.43 stock?
Click to expand...
Click to collapse
you can take Stock statusbar with percentage battery from V2T section in this post, extract framework-res.apk from it and replace battery graphics in it for any you like. You can use a Graphics replace from the same post for that.

[MOD] 4 in 1 Reboot Menu with Extended Power Menu [12/31/11]

4 in 1 Reboot Menu with Extended Power Menu Options​
First off, a HUGE thanks goes out to chingy51o for always being a help on whatever it is I may need.​
Also, thanks to -sqn and chingy51o for the source in which I ported this from. As well as Nilsp, for taking the time to test with me.​
Instructions:
1. This file can either be installed via adb or compiled with your ROM.​
2. If you are a developer, I REQUIRE that thanks be given where its due. ​
3. You are using this file at your own risk. No-one else can be held responsible other than yourself.​
This mod is for 1.02.605.6 deodexed and rooted ROM's only​
{
"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"
}
DOWNLOAD HERE​
FLASHABLE ZIP HERE​
Great mod, makes it even easier to flash all these fantastic roms coming our way!
So is this something anyone can apply to any ROM they're currently running just by pushing it via adb ? If so, where do we push it to?
will work on any 1.02.605.6 rom that is deodexed and rooted
So I dig through Root Explorer a bit and found android.policy.jar in /system/framework, I assume we just push it to there then do a reboot and we should be good to go?
rboddy said:
So is this something anyone can apply to any ROM they're currently running just by pushing it via adb ? If so, where do we push it to?
Click to expand...
Click to collapse
Yes, push it to /system/framework/
The question of how to adb push files comes up alot.
A long time ago I made it easy for myself since I do it often by creating the 2 scripts in the attached. Extract them to a folder and all you have to do is drag and drop the files over the appropriate batch file.
Just boot into recovery, mount system, and do this.
For example this jar file would be dragged and dropped on the
2_FRAMEWORK-Push_(Drop Here).cmd
This assume adb is in your system path. If it is not you will find out quick.
Do we need to be in recovery to push via adb on the Rezound? I tried doing it and kept getting this:
c:\sdk\platform-tools>adb push c:/sdk/platform-tools/android.policy.jar /system/framework
failed to copy 'c:/sdk/platform-tools/android.policy.jar' to '/system/framework/android.policy.jar': Permission denied
Am I doing something wrong or is the Rezound just a bit funky? I made sure to set everything to R/W in Root Explorer, since I was originally getting a "Read-only file system" error.
rboddy said:
Do we need to be in recovery to push via adb on the Rezound? I tried doing it and kept getting this:
c:\sdk\platform-tools>adb push c:/sdk/platform-tools/android.policy.jar /system/framework
failed to copy 'c:/sdk/platform-tools/android.policy.jar' to '/system/framework/android.policy.jar': Permission denied
Am I doing something wrong or is the Rezound just a bit funky? I made sure to set everything to R/W in Root Explorer, since I was originally getting a "Read-only file system" error.
Click to expand...
Click to collapse
you must be rooted... make sure the jar is either in your adb folder or you have adb in your path
adb remount
adb push android.policy.jar system/framework
adb reboot
I am rooted, and was trying to do this via adbWireless, so maybe the connection was wonky even though adb said my phone was connected. So I dunno what's happening, so instead I just Dropbox'd it over and moved it via Root Explorer, phone is rebooting now so we'll see if that worked, I'm assuming it should. Maybe the adb remount command would have helped. I'll give it a whirl with that for ****s and grins.
EDIT: Moving inside Root Explorer worked, thanks for supplying this file man! Sooo much better than the damn battery pull lol
How does one make this flashable? I did move it via rootexplorer but it's not showing the extra settings after boot.
Sent from my ADR6425LVW using XDA App
make sure adb is in your enviromental path....
then open cmd
type
adb remount
adb push android.policy.jar system/framework
adb reboot
Thanks bored! Great work! The entire community appreciates you sharing this! Its just in time for another build of CleanROM! Timing could not have been better.
Here is a flash-able zip version of the file. You can add it to OP if you want and can pull it from this post. Eitherway...
Thanks again for this!
-Scott
thanks.... added to op.... i was gonna make one but trying to focus on my rom instead... the 4 in 1 was a must though
That looks great! I always thought the quick settings menu had weird choices on stock.
Wondering if there's any reason you took out bluetooth though? I guess I don't use it that much but I turn it off whenever I leave my car at the shop cuz otherwise my phone calls/music go to the car if I'm hanging out and they have it turned on. lol.
lllboredlll said:
thanks.... added to op.... i was gonna make one but trying to focus on my rom instead... the 4 in 1 was a must though
Click to expand...
Click to collapse
I totally understand how that goes. Thats also a generic flashable that I use. You can add /app/ to it. I use it for testing changes....
So now we can just flash this through recovery?
Evo4gLI said:
So now we can just flash this through recovery?
Click to expand...
Click to collapse
the one scott attached yes
feralicious said:
That looks great! I always thought the quick settings menu had weird choices on stock.
Wondering if there's any reason you took out bluetooth though? I guess I don't use it that much but I turn it off whenever I leave my car at the shop cuz otherwise my phone calls/music go to the car if I'm hanging out and they have it turned on. lol.
Click to expand...
Click to collapse
it wasnt working properly... once i get my rom done i'll back up and try to lay it to rest
Thanks for the flashable zip!!! Worked nice & easy with CWM.
Sent from my ADR6425LVW using Tapatalk

[theme] - Holo themed stock mms

Small mod to the simple mms theme. The rest are unchanged for now.
{
"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"
}
Install - Dont if you dont know what your doing. You mess your phone up with this its your fault so dont cry to me about it. I take no responsibility for your actions.
Known issue: Links from others are the same color as the background. Visible if you tap the message on any text.
Added dark version, untested by me. Make a backup of your original if using.
Windows (assuming you have sdk/adb installed and adb path set)
Download attacked LGMms3.apk
Move LGMms3.apk on your pc to \android\sdk\platform-tools\ (or wherever you have adb installed)
*If using dark version be sure to delete -dark from the apk name
Connect phone to pc with usb
open command prompt as administrator
first type
adb devices and make sure it sees your phone
adb shell sysrw
adb push LGMms.apk /system/app
adb shell sync (not sure this one is even needed)
adb shell sysro
Click to expand...
Click to collapse
Phone
Use a root explorer copy LGMms3.apk to /system/app/ and make sure the file has rw permisions.
This method worked for me once with no problem but the second time resulted in force closes. So use at your own discretion.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
i would like an easier way...lol
really nice and beauty theme
Awesome, really sick of the stock themes but this looks great; will give it a try when I get settled at my temporary home.
Please help
tried the phone method and now i didn't have any sms app in my phone
it gone away!!!, please help!!!!
It normally removes the icon from your home screen. Look in your app drawer.
I used the Root Explorer method and everything seems to work properly.
Can you create a dark holo version? I tried too but just replacing the png didn't work, so I tried decompiling (keyword "Tried").
I'll attach the png I made to match the size and resolution of the other ones. At least I hope it matches.
PS: It shouldn't look 'streaky' on the phone. If it does, may just a plain black bg?
It's because they are .9.png can't just edit them and drop them in. But yeah I can add a dark holo tomorrow morning ish.
Edit: actually might have to be tomorrow or the day after.
whiteguypl said:
It's because they are .9.png can't just edit them and drop them in. But yeah I can add a dark holo tomorrow morning ish.
Click to expand...
Click to collapse
Greatly appreciated! I am rocking the light holo version and it works perfectly. I'm just a fan of darker backgrounds. Thanks
Any help with this sentence "(assuming you have sdk/adb installed and adb path set)"?
I used to have sdk/adb but don't anymore and now I can't seem to figure out how to get it again.
_Epic said:
Any help with this sentence "(assuming you have sdk/adb installed and adb path set)"?
I used to have sdk/adb but don't anymore and now I can't seem to figure out how to get it again.
Click to expand...
Click to collapse
YouTube has some tutorials to install it
the best phone ever
drwario said:
YouTube has some tutorials to install it
the best phone ever
Click to expand...
Click to collapse
I should have looked there in the first place. Thanks! :good:
---------- Post added at 11:04 PM ---------- Previous post was at 10:23 PM ----------
For some reason adb didn't work so I pushed it with file explorer and like the OP said it is force closing. How can I fix?
EDIT: Got it fixed, deleted apk and fixed permissions.
Sent from my LG-LS970 using xda premium
You get the SDK from Google.
I'm pretty sure the freegee zip has adb bundled with it too. To use that you would just open cmd and navigate to your freegee folder and then run the commands.
It should also be in the root zip.
Edit:
Added dark version. Did not test. May or may not work, might not look right yada yada.
Make a backup of your original before attempting to use.
Apk attached to first post. Rename LGMms3-dark.apk to LGMms3.apk after download.
whiteguypl said:
You get the SDK from Google.
I'm pretty sure the freegee zip has adb bundled with it too. To use that you would just open cmd and navigate to your freegee folder and then run the commands.
It should also be in the root zip.
Edit:
Added dark version. Did not test. May or may not work, might not look right yada yada.
Make a backup of your original before attempting to use.
Apk attached to first post. Rename LGMms3-dark.apk to LGMms3.apk after download.
Click to expand...
Click to collapse
I will check it out I already added inverted G+, YouTube, Google Reader, Currents, etc. I was hoping someone would handle mms. ..how about the dialer??
Sent from my GT-I9300 using Xparent ICS Tapatalk 2
The outside page would look great if you could do the came as inside. Nice job!
Sent from my LG-E970 using Xparent ICS Tapatalk 2
Yeah didnt even think about that, just edited the files i edited on the other one. Didnt need to do anything to that screen the first time. Ill update it when i can, think i have free time sunday. Not going to touch the dialer though. Dont even want to look at it but probably more .9.s to mess with then i feel like messing with. I just did mms as holo because i knew it would just be a few edits.
whiteguypl said:
Yeah didnt even think about that, just edited the files i edited on the other one. Didnt need to do anything to that screen the first time. Ill update it when i can, think i have free time sunday. Not going to touch the dialer though. Dont even want to look at it but probably more .9.s to mess with then i feel like messing with. I just did mms as holo because i knew it would just be a few edits.
Click to expand...
Click to collapse
Starting to learn about working on HTC and you have to have some serious patience. I had to get help making all of my status bar icons and scrolling toggles white. I was going nuts after 30 min...lol
Sent from my HTC One X+ using Xparent Blue Tapatalk 2
still no juice for me...
can you post the stock one??
i forget to backup mine
thanks
LG Stock SustemUI ?
is it LG Stock SustemUI ?
whiteguypl said:
Small mod to the simple mms theme. The rest are unchanged for now.
Click to expand...
Click to collapse
Do you reckon you could make this a .zip that we could flash, or an .apk that we could install?

Categories

Resources