[MOD] Electron Beam / CRT screen off animation for JVQ + PNGs optimization - Galaxy S I9000 Themes and Apps

CRT screen off animation for JVQ for odexed (stock) and deodexed ROM's. If you have custom ROM or mods with ex. power menu, custom lockscreens or something like that you phone will probably bootloop after applying this mod.
Features:
- resources.arsc file isn't compressed (like in stock Samsung ROM's)
- all files are zipaligned (like in stock Samsung ROM's)
- enabled CRT screen off animation in /framework-res.apk/res/values/bools.xml
- optimized all framework PNGs (with optipng) in framework-res.apk and twframework-res.apk (lower memory footprint, maybe slightly faster)
Download and apply via CWM:
CRT_screen_off-optimized-JVQ-CWM3.zip (5.71 MB)
THIS MOD DOESN'T BREAK BROWSER! It doesn't touch odexed files.
If you want to remove this mod use this CWM update.zip:
REMOVE_CRT_screen_off-optimized-JVQ-CWM3.zip (5.8 MB)
(restores stock framework-res.apk and twframework-res.apk)

WoOoOoW so fast I’ll try it now
Thanks

It’s work

What kernel did you use to install CWM3 ?

^^
http://www.darkyrom.com/community/index.php?threads/beta-jvq-roms-and-kernels.3926/

You can also install it without CWM with adb. Simply extract framework files from above update.zip and:
Code:
adb push twframework-res.apk /sdcard/
adb push framework-res.apk /sdcard/
adb shell
su
busybox mount -o remount,rw /system
cd /system/framework/
stop
cp /sdcard/twframework-res.apk .
chmod 644 twframework-res.apk
cp /sdcard/framework-res.apk .
chmod 644 framework-res.apk
sync
reboot
After this your wallpaper will reset to default one (because of replacing framework-res.apk on loaded system).

Bo$s said:
You can also install it without CWM with adb. Simply extract framework files from above update.zip and:
Code:
adb push twframework-res.apk /sdcard/
adb push framework-res.apk /sdcard/
adb shell
su
busybox mount -o remount,rw /system
cd /system/framework/
stop
cp /sdcard/twframework-res.apk .
chmod 644 twframework-res.apk
cp /sdcard/framework-res.apk .
chmod 644 framework-res.apk
sync
reboot
After this your wallpaper will reset to default one (because of replacing framework-res.apk on loaded system).
Click to expand...
Click to collapse
Hy. i would just like to ask if i need root access to push and if i need any app installed on my i9000 like sandbox or anything.
thanks

ah6806 said:
Hy. i would just like to ask if i need root access to push and if i need any app installed on my i9000 like sandbox or anything.
thanks
Click to expand...
Click to collapse
Yes, you need root access (to remount /system as RW and copy files to /system) but you don't need sandbox. You need working adb console, root and busybox (in most cases busybox is delivered with root)

I tried but i get a "boot-loop" .. the phone boot .. try to show the Lockscreen, then shutdown the screen, emit the boot sound again.. and the process continue...
JVQ + SpeedMod kernel i9000B

Bo$s said:
Yes, you need root access (to remount /system as RW and copy files to /system) but you don't need sandbox. You need working adb console, root and busybox (in most cases busybox is delivered with root)
Click to expand...
Click to collapse
I have managed to install via cwm3. now i just need a new lockscreen.
After a day of searching i didn't find any mods containing only lockscreens.
Is there such a mod? All mods have some other stuff inside i don't need. I would like to keep the firmware as stock as possible.
Thanks
FW: stock 2.3.4 XXJVQ
Karnel: CF-root xx_unk_JVQ-CWM3RFS
MOD: CRT_screen_off-optimized-JVQ-CWM3

Can you build and upload a reset ZIP?
Thanks!!!

msdark said:
I tried but i get a "boot-loop" .. the phone boot .. try to show the Lockscreen, then shutdown the screen, emit the boot sound again.. and the process continue...
JVQ + SpeedMod kernel i9000B
Click to expand...
Click to collapse
Maybe because you have i9000B? Or your ROM isn't stock?
bonsiware said:
Can you build and upload a reset ZIP?
Thanks!!!
Click to expand...
Click to collapse
Sure, added to 1st post.
ah6806 said:
I have managed to install via cwm3. now i just need a new lockscreen.
After a day of searching i didn't find any mods containing only lockscreens.
Is there such a mod? All mods have some other stuff inside i don't need. I would like to keep the firmware as stock as possible.
Thanks
Click to expand...
Click to collapse
Lockscreen mods need changes in android-policy.jar and framework-res.apk so modders adds other changes to framework.
I've made for my use a clean TW lockscreen (same as stock but without grey backgrounds, 'Swipe tu unlock' and unlock arrows) but now it works only with polish language so it need some work to be international Maybe I'll release it later.

Bo$s said:
Lockscreen mods need changes in android-policy.jar and framework-res.apk so modders adds other changes to framework.
I've made for my use a clean TW lockscreen (same as stock but without grey backgrounds, 'Swipe tu unlock' and unlock arrows) but now it works only with polish language so it need some work to be international Maybe I'll release it later.
Click to expand...
Click to collapse
That would be much appreciated. I'm using English language on the phone anyway. If it isn't too much trouble i would ask you to make a zip file that you can install via cwm3 that would include as many lock screens as possible. Especially rotary and ASOP.
Thanks
FW: stock 2.3.4 XXJVQ
Karnel: CF-root xx_unk_JVQ-CWM3RFS
MOD: CRT_screen_off-optimized-JVQ-CWM3

ah6806 said:
That would be much appreciated. I'm using English language on the phone anyway. If it isn't too much trouble i would ask you to make a zip file that you can install via cwm3 that would include as many lock screens as possible. Especially rotary and ASOP.
Thanks
FW: stock 2.3.4 XXJVQ
Karnel: CF-root xx_unk_JVQ-CWM3RFS
MOD: CRT_screen_off-optimized-JVQ-CWM3
Click to expand...
Click to collapse
Different lockscreens needs changing .odex files but this causes browser bug. The only possibility is to mod stock lockscreen. If you wan't to get different lockscreens you should look for other mods.

msdark said:
I tried but i get a "boot-loop" .. the phone boot .. try to show the Lockscreen, then shutdown the screen, emit the boot sound again.. and the process continue...
JVQ + SpeedMod kernel i9000B
Click to expand...
Click to collapse
Just tested - same for me on Juwe's 5.1 , restore didn't worked, fixed by re-applying Circular battery patch directly for Juwe's rom.

Thank you! Working on stock 2.3.4 jvq

msdark said:
I tried but i get a "boot-loop" .. the phone boot .. try to show the Lockscreen, then shutdown the screen, emit the boot sound again.. and the process continue...
JVQ + SpeedMod kernel i9000B
Click to expand...
Click to collapse
The problem is you are using speedmod kernel.
Speedmod still uses CWM 2.5 , so CWM3 scripts aren't supported!
BTW: I'm using speedmod too, can anyone make a cwm2 compitable script?

This mod is for stock JVQ (odexed or deodexex). If you have mods with ex. power menu, custom lockscreens or sth like that you phone will bootloop after applying this mod. This also applies to custom ROM's.
mathijs727, package is compatible with CWM2.x and CWM3.x

Good work. If you included one battery icon (anything, just %) would be awesome!
Personally, i only want the crt-off animation and one battery % icon in stock roms!
Sent from my Galaxy S using Tapatalk

Thank you,
Just flashed and it's working perfectly.
I like it very much, it looks so cool.
Look at my sig for the config (JVQ ODEX).
Bo$s said:
This mod is for stock JVQ (odexed or deodexex). If you have mods with ex. power menu, custom lockscreens or sth like that you phone will bootloop after applying this mod. This also applies to custom ROM's.
mathijs727, package is compatible with CWM2.x and CWM3.x
Click to expand...
Click to collapse

Related

[UPDATED][UI Animations] New Android UI Animations

Below are four new android UI animations created by Stale Bread, these will change how things popup and show on screen.
There are two ways to apply new animations first is Metamorph and second is to manualy copy new animations to your android phone.
This should work on ANY 2.1 and 2.2 (apparently it works on 2.3 ) android phone!
NOTE If Metamorph fails, you get force closes or boot loops, try to manually add animations!!
- Metamorph (thanks cXhristian from samdroid).
Before morph do a nandroid backup so you can revert if you don't like them, or if anything goes wrong!!!!
Fly In Animations:
Download.
Youtubewith Fly In animations.
Fold Animations:
Download.
Youtube with Fold Animations.
Flip Animations:
Download.
Youtube with Flip Animations.
Bounce Animations:
Download.
Youtube with Bounce Animations.
Download all animations!
Stock Lockscreen animations, flash this if the text "Unlock" has disappeared from your lockscreen (Stock android only, with Sense and other shouldn't be a problem)
How to use animations with Metamorph:
First install Metamorph from Android Market.
Download the animation you wish to have, and place it on the root of SD card.
Start Metamorph and press "Start Checks".
After checks press "Unzip/Extract new theme" then locate the animations zip on SD card.
Metamorph will automatically extract them, when finished extracting a window will popup, press close.
Now just press "Apply all!" and wait for reboot.
Done!
- Manually copy animations
Before doing this do a nandroid backup so you can revert if you don't like them, or if anything goes wrong!!!!
Connect your phone to your PC (USB debuging must be on!)
Download required ADB shell files (users who know how to operate with adb don't need this), and extract them to root of your C disk.
First you need your framework-res.apk, open cmd and copy below code:
Code:
cd c:\Android
Code:
adb pull /system/framework/framework-res.apk c:\Android
This will copy framework-res.apk to C:\Android
Downlad the animation you want from above Metamorph part of the post.
Open the file with compression/decompression program (Winrar, Winzip), and
extract the framework-res where you want.
Open the (pulled from phone) framework-res.apk with Winrar/Winzip and navigate to res/anim (you need to see all sorts of .xml files and leave the window open)
Now open the framework-res (from Metamorph zip)and go to res/anim, select all files within anim folder, drag and drop them to previously left open Winrar/Winzip window, now there are new animations in framework-res.apk, you can close Winrar/Winzip window.
Phone needs to be connected to PC. Enter the below code to cmd to push framework-res.apk back to phone:
Code:
cd c:\Android
Code:
adb remount
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot
Hope it works =)
any video on the fold animations?
crisvillani said:
any video on the fold animations?
Click to expand...
Click to collapse
Maybe, when I find the time, or you can always flash and try it
I try both lol
not working with Cm6 nightly 09142010 / port: boot-cm_2634.5_ds_32a-PURE
Can someone add the "Fly" animation to the Community Hero Mix theme for me? I tried, but i don't know how to sign the .zip to be able to flash it. I'm on CyanogenMod 6.0.0-DS.
Theme: http://forum.xda-developers.com/showthread.php?p=5833373
jdyates said:
Can someone add the "Fly" animation to the Community Hero Mix theme for me? I tried, but i don't know how to sign the .zip to be able to flash it. I'm on CyanogenMod 6.0.0-DS.
Theme: http://forum.xda-developers.com/showthread.php?p=5833373
Click to expand...
Click to collapse
Here you go
As always do a nandroid before flash.
And if you would like, I could make updates with these animations for other roms too.
Serris said:
And if you would like, I could make updates with these animations for other roms too.
Click to expand...
Click to collapse
for HTC Magic
KrisPOD said:
for HTC Magic
Click to expand...
Click to collapse
I think these animations (not the above updates) can be used on any android 2.1 and 2.2 phone. I'm just not sure about WVGA, VGA, QVGA resolution.
EDIT: it works on every android phone
Serris said:
I think these animations (not the above updates) can be used on any android 2.1 and 2.2 phone. I'm just not sure about WVGA, VGA, QVGA resolution.
Click to expand...
Click to collapse
sorry but not working with nightly 09202010 ... rebooting phone ...
KrisPOD said:
sorry but not working with nightly 09202010 ... rebooting phone ...
Click to expand...
Click to collapse
Give me the link to your rom.
Serris said:
Give me the link to your rom.
Click to expand...
Click to collapse
ROM:
http://mirror.kanged.net/cm/nightly/dream_sapphire/
Kernel:
http://droidbasement.com/db-blog/?p=1096
Serris said:
Here you go
As always do a nandroid before flash.
Click to expand...
Click to collapse
Serris, you rock, man! We should get Binary100100 to add this to the theme's thread!
And i ALWAYS Nandroid >=]
EDIT: Caused a bootloop, "com.android.phone" FC, and home didn't load. Oh well, thanks alot for trying! Really appreciate it
jdyates said:
Serris, you rock, man! We should get Binary100100 to add this to the theme's thread!
And i ALWAYS Nandroid >=]
EDIT: Caused a bootloop, "com.android.phone" FC, and home didn't load. Oh well, thanks alot for trying! Really appreciate it
Click to expand...
Click to collapse
Looks like I didnt get the correct theme, for your rom.
This will work!
So I'm kind of confused which one I should use so I'm curious which one will work with a rooted Mytouch 3g 1.2 flashed with CM 6.0.0? Is it the Community Hero Mix 4.0? If so they wouldn't flash because my recovery claimed the zips were bad.
shekki said:
So I'm kind of confused which one I should use so I'm curious which one will work with a rooted Mytouch 3g 1.2 flashed with CM 6.0.0? Is it the Community Hero Mix 4.0? If so they wouldn't flash because my recovery claimed the zips were bad.
Click to expand...
Click to collapse
Try Froyoredux or Nightly.
still don`t working with Nightly ... rebooting ... rebooting .... could Ypu do this for Us ???
please !!!!
KrisPOD said:
still don`t working with Nightly ... rebooting ... rebooting .... could Ypu do this for Us ???
please !!!!
Click to expand...
Click to collapse
how about you send me your framework-res.apk (server is currently down), and then it will 100% work, because I have used nightly 09182010-001910.zip for my animations
Very nice work. I may add this with Community Hero Mix by default with permission and credits to the developer of course. Haven't decide which one though.

[HOWTO] Gingerbread Theme + Ext Pwr Menu + % Battery + Custom Anims on JPU (any rom)

Adding Ext Power as well as % Battery Mod is very easy thanks to Jim Panses super Arbeit
Many thanks also to Dena and whiskeybro for their Theme as well as vukandric for the Gingerbread theme.
This is how I did it on Darky's Rom, but it should theoretically work for any Rom based on JPU.
Possibly the Rom needs to be deodexed what most custom roms are anyway.
You will possibly lose animations but there is an easy way to get them back!
Read end of post for this!
Ok let's get started with the simple (but limited) method.
Step 1:
Download the theme from Dena, the Gingerbread Theme as well as the framework-res.apk attached to this post. Put them on your SD card.
Step 2:
Install Dena's Theme with extended Power Menu
Step 3:
Install Gingerbread Theme
Step 4:
With Root Explorer copy the framework-res.apk file out of this thread to /system/framework
Your system will most likely crash after that and reboot with the new framework-res.apk active. Then change the permissions to 644 meaning all boxes in the first column selected as well as the topmost row of the second column selected. All else unselected.
Done!
This should work for any rom, but I can't confirm it yet.
For anyone interested in making their own themes compatible with ext pwr + % battery here is the more complicated way to do this and the way I actually did it:
Step 1:
You will need Dena's Theme again as a base as well as a another theme that already has the % battery but lacks the power menu. (It work too if you don't have % battery yet, but then only for the ext Power Menu)
Step 2:
Extract the framework-res.apk of each theme.
Step 3:
copy everything from framework-res.apk\res\drawable-hdpi of the theme you want to use into the same (sometimes also called "...\drawable-hdpi-v4") folder within the framework-res.apk of Dena's Theme.
Do not extract the framework-res-apk files. Use 7-zip to open them and do the copying!
Step 4:
Do the steps from the "simple" guide but instead of gingerbread theme you use your theme of choice and the framework-res.apk you use is the one you created.
Animations:
Many Themes use custom animations now.
The most common is the fly-in animation.
These animations might be lost with this method.
To get them back simply download the "Animations.zip" from this thread. Extract and move to /sdcard/AndroidThemes and then install with Metamorph (app can be found on market)
Here is another way provided by kenkiller
kenkiller said:
extract the anim folder inside darkky's framework-res.apk with 7zip, and then overwrite the same folder and contents with the framework-res.apk you intend to copy to ur phone. But in the case of animations, it's needed to clear dalvik cache in CWM.
Click to expand...
Click to collapse
Haven't tried yet, but I see no reason why it should not work
reserved for me
you might wanna change super arbeit to great work
Jonas.M said:
you might wanna change super arbeit to great work
Click to expand...
Click to collapse
That was intentional
Very useful, someone should try this on Darkyy's 5.2
I AM on Darky 5.2!
Were you able to retain all of Darkyy's animations after doing this?
Mycorrhiza said:
.....
... but it should theoretically work for any Rom based on JPU.
.....
Click to expand...
Click to collapse
No it doesn't. Not all rom can use it. Each rom framework-res.apk is different.
Sent from my GT-I9000 using Tapatalk
g00ndu said:
No it doesn't. Not all rom can use it. Each rom framework-res.apk is different.
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
differently themed maybe, but it should still work as they are all based on the same framework-res.apk (that of JPU)
Animations are gone, but I have a good idea how to fix this
Animations are what puts Darkyy's ROM apart. Apart from his very good themed colors & graphics.
Thank you for the credits!
ragin said:
Animations are what puts Darkyy's ROM apart. Apart from his very good themed colors & graphics.
Click to expand...
Click to collapse
The fly in animations are exactly the ones used in darkyy's rom,or at least similar enough that I didn't notice a difference yet.
Sent from my GT-I9000 using XDA App
If you used my files as the base for this, its only a little part of the fly in animation, because i dont liked the whole package!
What Dena theme do you mean? That link is to the captivate forums?
jim_panse said:
If you used my files as the base for this, its only a little part of the fly in animation, because i dont liked the whole package!
Click to expand...
Click to collapse
After installing the Gingerbread Theme all transitions are lost. I used the ones from here: http://forum.xda-developers.com/showthread.php?t=774738
If you want to add your own animation set I would gladly upload it here, too
HaTeNL said:
What Dena theme do you mean? That link is to the captivate forums?
Click to expand...
Click to collapse
My mistake, fixed it!
Thx for the info
Giving it a 5-star. Helpful.
it's pretty easy to regain the animations if u prefer the original.
Just extract the anim folder inside darkky's framework-res.apk with 7zip, and then overwrite the same folder and contents with the framework-res.apk you intend to copy to ur phone. But in the case of animations, it's needed to clear dalvik cache in CWM.
This actually does work on most custom roms, as long as they are deodexed.. Great work though..
Is it also possible to only add ext menu and keep glass window lock screen? I like the instant sms reader
kenkiller said:
it's pretty easy to regain the animations if u prefer the original.
Just extract the anim folder inside darkky's framework-res.apk with 7zip, and then overwrite the same folder and contents with the framework-res.apk you intend to copy to ur phone. But in the case of animations, it's needed to clear dalvik cache in CWM.
Click to expand...
Click to collapse
I added this to the front page, hope you don't mind.

[MOD] Electron Beam / CRT screen off animation for JVP + PNGs optimization

CRT screen off animation for JVP for odexed (stock) and deodexed ROM's.
UPDATE 14.06.2011:
- /framework-res.apk/resources.arsc file isn't compressed (like in stock Samsung ROM's)
- optimized all framework PNGs (with optipng) in framework-res.apk and twframework-res.apk (lower memory footprint, maybe slightly faster)
- autofixing /system/framework permissions in CWM package
10.06.2011:
- fixed CWM package
- enabled animation in /framework-res.apk/res/values/bools.xml
All .apk files all zipaligned, like in stock ROM
Installation:
Download zip and apply via CWM:
CRT_screen_off-optimized-JVP-CWM3-proper.zip (5.71 MB)
OR (if you don't have CWM):
Download framework-res.apk and replace it in /system/framework/ directory by Root Explorer or adb shell. You should have ~6MB free space on /system partition before operation (delete some unneeded apps from system using Root Explorer or nitrality).
framework-res.apk (7.95 MB)
After installation you have to open Settings => Display => Animations and turn them ON to get it working Also don't change speed of animations by Spare Parts or nitrality - it will disable CRT screen off.
thank you so much that was prety fast
BTW what is electron beam ?
can you provide pics pls?
does not work, says installation aborted.
Tested? I Made the same and gives me a bootloop
Edit : cwm3 package Not working.
Sent from my GT-I9000 using Tapatalk
rhadoo04 said:
does not work, says installation aborted.
Click to expand...
Click to collapse
Same here.
Deodexed/zipaligned and dark core kernel 2.7.2 here.
Sorry didn't have CWM3 to test (CF-Root wasn't finished), and there was a problem with update-script. Here's the proper package, should work now:
--links in first post--
Tested on CF-Root for JVP, it works
BTW what is electron beam ?
Click to expand...
Click to collapse
It's other name for CRT screen off animation
Tested? I Made the same and gives me a bootloop
Click to expand...
Click to collapse
Using this framework-re.apk on my phone and it works
Bo$s said:
Sorry didn't have CWM3 to test (CF-Root wasn't finished), and there was a problem with update-script. Here's the proper package, should work now:
CRT_screen_off-JVP-CWM3-proper.zip (5.4 MB)
Tested on CF-Root for JVP, it works
It's other name for CRT screen off animation
Using this framework-re.apk on my phone and it works
Click to expand...
Click to collapse
thanks for the new file, gona try it!
Now i can begin with my new theme for JVP.
edit: Working as i should now, thanks!
CRT animation works a treat on JVP and SpeedMod 15H.
Thanks for doing this so quickly
I'll have to try this later
thanks, working like a charm
thanks great work!!! congratulation
can you please made like this mod for JPJV6 or tell me how to do it
suwidah said:
thanks great work!!! congratulation
can you please made like this mod for JPJV6 or tell me how to do it
Click to expand...
Click to collapse
Download apk_manager 5.0 beta (somewhere in apk_manager thread).
Download apktool 1.4.1 (or newer), extract it, replace apktool.jar in apk_manager/other folder with downloaded version.
Pull framework-res.apk and twframework-res.apk from /system/framework/ and put them in apk_manager (modding folder).
Open apk_manager, choose framework-res.apk as project, decompile it with dependency, as dependency give twframework-res.apk.
After decompile go to projects/framework-res.apk/res/values/.
Open bools.xml in notepad, change value of bool name='config_animateScreenLights' from 'true' to 'false' and save it.
Go to apk_manager, compile, answer Yes for question about system file, answer Yes in next question, go to keep folder, remove resources.arsc, then hit enter in apk_manager.
After successful compile you can choose zipalign options.
You will find unsignedframework-res.apk in modding folder, rename it to framework-res.apk and put in /system/framework/.
Pretty easy
WOW!! very useful and nice step by step.
Thanks Mr. Bo$s I will use your guide after I receive my SGS from repair in Sunday, I will tell you if I successful in this
no I haven't successful it's keep restart on boot animation:confused
I KNOW it says 'CWM3', but will it work with the 'CWM2.5' that comes with speedmod's new kernel?
thx for the response...
WORKED LIKE A CHARM!!!
I ended up using "Super Manager" (free) from the market to install the apk file instead of messing with CWM.
Thanks a lot for that!!
Raman's deodoxed XXJVP with Speedmod kernel k15-t6
DanDroidian said:
I KNOW it says 'CWM3', but will it work with the 'CWM2.5' that comes with speedmod's new kernel?
thx for the response...
Click to expand...
Click to collapse
It should work with CWM 2.5 too.
Sent from my GT-I9000 using Tapatalk
Bo$s said:
Download apk_manager 5.0 beta (somewhere in apk_manager thread).
Download apktool 1.4.1 (or newer), extract it, replace apktool.jar in apk_manager/other folder with downloaded version.
Pull framework-res.apk and twframework-res.apk from /system/framework/ and put them in apk_manager (modding folder).
Open apk_manager, choose framework-res.apk as project, decompile it with dependency, as dependency give twframework-res.apk.
After decompile go to projects/framework-res.apk/res/values/.
Open bools.xml in notepad, change value of bool name='config_animateScreenLights' from 'true' to 'false' and save it.
Go to apk_manager, compile, answer Yes for question about system file, answer Yes in next question, go to keep folder, remove resources.arsc, then hit enter in apk_manager.
After successful compile you can choose zipalign options.
You will find unsignedframework-res.apk in modding folder, rename it to framework-res.apk and put in /system/framework/.
Click to expand...
Click to collapse
after all that make reboot intio cwm recovery and take fix permissions
most of bt wifi drain or any problems come from noobish copying over files via adb, root explorer, cwm flashables that are not setting proper permisions and owners for files... fix permisions should be used 'just in case' after such interference with system
Thanks, works like a charm!
works like a charm, thanks.

[MOD]9Lockscreen,Ext. power,Overscroll glow,CRT,Battery percentage for JVP/JVQ/JVR

This is a mod for deodexed JVP and JVQ (2.3.4) roms.
The main and the great job was done by Whitehawkx over this thread for making the 9 lockscreens. I just add the battery percentage,overscroll glow,CRT and extended power menu. SIP also added by Brotuck
How to change lockscreens:
Use EDT application to change the locks .(after installation of the file the application will be added to your device.). You may see some parts of this application (other than lockscreen) is not activated.If you are intrested in other parts like changing status bar icons or... please follow the guy who made this useful application on this thread
**After choosing the lockscreens like miui or 4tabs you have to choose "custom app" in edt application and assign an pplication for your like otherwise you may get fc or the phone may restart.
** if you are not satisfied with glow color or battery style, you can change and modify framework-res.apk at UOT kitchen
Tested on Ramad deodexed JVP and JVQ ROM
JVQ/JVR
JVQ/JVR and JVP have the same android.policy and framework-res but framework.jar have minor changes. to get a mod on pure JVQ/JVR I recompiled framework.jar for JVQ/JVR MOD.
how to install:
Download the file and copy to sdcard and flash via recovery (or you may extract the files and copy manually using rootexplorer
http://www.multiupload.com/IGRG5G3VA1 CWM2
http://www.multiupload.com/5YL3ZA30H0 CWM3 (thanks to cyberdemon8 )
Color changing signals:
please copy systemui.apk to /system/app and reboot
SystemUI.apk
Additional patch for persian/arabic/urdu (JVQ/JVR):
This cwm file will add the above mentioned mods + right to left language support + samsung and swype keypad in persian/arabic/urdu
I recommend to flash ramad deodexed rom and then flash a cwm supporting kernel like speedmod and the last install this patch via recovery
libwebcore is not included in this patch
Download:
http://www.multiupload.com/6JC6Z1PV1N (no libwebcore)
http://www.multiupload.com/SAL62JH4I9 (+libwebcore, gmail and internet surfing possible thanks to madmack and brightidea)
JVP:
How to install:
Method A:
download the rar file and extract
use rootexplorer
1-copy EDT.apk to /system/app
2-copy all other files to /system/framework
3-reboot
Download:
http://www.multiupload.com/NTCRGTIRUI
Method B: (Thanks Brotuck for providing the files)
Download the CWM3 compatible file below and install via recovery
http://www.multiupload.com/029O1V0B5N (No SIP)
http://www.multiupload.com/HCN017UPCA (SIP Enabled)
Credits:
DAGr8 For the Source files
Whitehawkx for the lockscreens
dhiru1602 for overscroll glow source files
birgertime and the team for EDT application (I always appreciate guys with new ideas)
Madmack for RTL patch
UOT kitchen for battery MOD
Coooooooooool
Thanks m8
don't work on deodexed 2.3.4 CF root 3.7 and Speedmod K15H T8B.
Bootloops on Speedmod and installation aboved on CF root
donk74 said:
don't work on deodexed 2.3.4 CF root 3.7 and Speedmod K15H T8B.
Bootloops on Speedmod and installation aboved on CF root
Click to expand...
Click to collapse
I will recheck the file and upload again if necessary.
thank i really enjoyed by this mod ^^
Seems that CWM file giving some problems, just to make sure I flashed deodexed JVP from ramad thread and test the files and its working. this time download the file and extract then copy the files manually using rootexplorer
do not flash in recovery
I follow your method and bootloop again
Edit : I have tested on a friend 's Galaxy S and it's the same problem
donk74 said:
I follow your method and bootloop again
Edit : I have tested on a friend 's Galaxy S and it's the same problem
Click to expand...
Click to collapse
As I said I flashed the deodexed rom from ramad and just copy the files and reboot. maybe needs a wipe which you can do from recovery. it is also possible if you are on a custom rom that many files has been modified other than the 3 framework files in this update (framework.jar, framework-res.apk , android.policy.jar) which is causing such problem. lets see what other people say and if it's not working will ask a professional dev. for his/her ideas
Thanx ! You just saved me a few hours to do it myself
Brotuck said:
Thanx ! You just saved me a few hours to do it myself
Click to expand...
Click to collapse
just to let you know I am using your mod and the edt tweak app with Brotuck's rom and the install was fine and all is functioning very well -- nice work guys!
Made a little CWM3 package for it. Thanx for the MOD !
http://www.multiupload.com/029O1V0B5N
Brotuck said:
Made a little CWM3 package for it. Thanx for the MOD !
http://www.multiupload.com/029O1V0B5N
Click to expand...
Click to collapse
Thanks so much it may help alot. the first post updated
Maybe a little addition, i did modify the battery icon for the icon used in my theme.
Just to let people know !
I installed the CWM version and the edt.apk.
Installation runs fine, but in the app the
Lock Screen Options, Misc, Show Signal Strength and Show dBm Text
are all greyed out. So they couldn't be activated.
Any suggestions to solve this issue?
I am running JVP from tricky with tegrak kernel.
EDIT: And there is no ext.power menu.
Installed it,, and it is working fine
skodaslx said:
I installed the CWM version and the edt.apk.
Installation runs fine, but in the app the
Lock Screen Options, Misc, Show Signal Strength and Show dBm Text
are all greyed out. So they couldn't be activated.
Any suggestions to solve this issue?
I am running JVP from tricky with tegrak kernel.
EDIT: And there is no ext.power menu.
Click to expand...
Click to collapse
You have used the wrong files somehow.
The modified .Jar files in the CWM are really needed.
Brotuck said:
You have used the wrong files somehow.
The modified .Jar files in the CWM are really needed.
Click to expand...
Click to collapse
Sorry, but i don't understand you.
I flashed the cwm version.
Why i have the wrong files?
Sent from my GT-I9000 using XDA App
same here flashed that zip. Already got EDT tweaks inside system partition and i had removed it from zip files. But change lockscreen is greyed out.
Ok i think i know what is wrong, if you already have another EDT.apk file.
You first need to delete this one.
Then flash the CWM with the newer EDT.apk
Let me know how it goes
Little notice for those on tricky's JVP special edition. It seems that /system/framework/ isn't deodexed, and that might cause some trouble when installing themes. Can someone else double-check that /system/framework/ is not deodexed?

[HOW TO] Status Bar Transparency For CM7.2

First of all, credits should go to nims11 for this. I pm him and asking how to do that, it worked so I thought to write an extensive tutorial about this. Of course I am not held responsible if something goes wrong, read carefully instructions though it's quite simple, don't mind long explanation, is meant for new users too.
STATUS BAR TRANSPARENCY - WHAT YOU NEED!!!
1. This was tested on CM7.2 on both deodexed and odexed version. Also will work on ICS2. Probably will work on CM7.1 too but haven't tried this. Don't ask me if this will work on other modded versions of CM7.2, I don't know, and I am not willing to try.
2. You need a theme that supports transparency in status bar like Meizu, LunarUI, MIUI, Naked Simplicity, Orion and much more. Theme list can be found here http://forum.xda-developers.com/showthread.php?t=1167075
3. You need ADW Launcher along with theme to make this work. Remember to uncheck wallpaper hack in system preferences.
4. You need Root Explorer or similar app to be able to do have root access.
5. Before proceed with the method, backup SystemUI.apk from system/app (deodexed version) or both SystemUI.apk and SystemUI.odex (odexed version). A simple copy/paste to your sd card will also do the job.
PROCEDURE FOR HAVING TRANSPARENCY IN STATUS BAR
DEODEXED VERSION
1. Download this file http://www.uploadking.com/V7YWUIJ3UO and transfer to your SD Card (any directory)
2. Use Root Explorer and COPY file
3. Go to system/app --> Press the Mount R/W button on top of screen --> Now Paste. A message pops up to confirm that you want to overwrite file. Press Yes.
4. You will then get a message that systemui stopped responding. DON'T WORRY. Hold power button till phone reboots
5. When it reboots you won't have status bar. DON'T WORRY, IT'S MEANT TO BE LIKE THIS.
6. Use again Root Explorer, go to system/app, press again the Mount R/W button --> then find file SystemUI.apk --> Long press it till a menu pops up --> Click Permissions, it should be as this http://imageshack.us/f/843/screenshot1323167924787.png/ So permissions under file should be as rw-r-r
7. Reboot phone --> YOU'RE DONE.
ODEXED VERSION
The procedure is exactly the same as deodexed version BUT BEFORE DOING THIS YOU NEED TO DELETE SystemUI.odex from system/app using Root Explorer and having pressed the Mount R/W button in order to do so.
So when you're done and lets say you are using MIUI Theme it should look like this http://imageshack.us/f/856/screenshot1323169878975.png/. Different theme will have different icons or different transparency level, transparency is really theme dependant!
DON'T PANIC
1. If it doesn't work then probably you did something wrong
2. Remember that you have backed up original files so you're safe
ALTERNATIVE METHOD VIA CWM (as nims11 suggested) - ODEXED VERSION ONLY!!!
Just flash this through CWM http://db.tt/vlQvk1Nx
Thank you John!
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
yours --> one line instruction
mine --> uhh, a few more lines
Nice!!! Thanks! Added to first floor
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
I tried it and i lost my status bar completely
^Deadly_Sin^ said:
I tried it and i lost my status bar completely
Click to expand...
Click to collapse
are you using odex version? I haven't tried this method myself, I did it manually. Check permissions on SystemUI.apk, it should be as rw-r-r.
I tested it on my odexed rom then gave here
I not want to tolerate such question like i lost my statusbar... so i not started thread
he pm me so i gave him
and by saw thread gave odexed version for odexed rom user
so if working with your good if not use other method of using deodex methos from first post
itasoulas said:
are you using odex version? I haven't tried this method myself, I did it manually. Check permissions on SystemUI.apk, it should be as rw-r-r.
Click to expand...
Click to collapse
nims11 said:
I tested it on my odexed rom then gave here
I not want to tolerate such question like i lost my statusbar... so i not started thread
he pm me so i gave him
and by saw thread gave odexed version for odexed rom user
so if working with your good if not use other method of using deodex methos from first post
Click to expand...
Click to collapse
I managed to make it work, sorry for the trouble i've caused and thank you
Also, a tip as a small contribution for people who don't like adw launcher like me. If you want to have a transparent status bar while using a different launcher then you need to download multi picture live wallpaper from the market. Set your prefered wallpaper through multi picture live wallpaper and the status bar is transparent no matter what launcher you're using
yes it work... also nims maybe you can give us your transparency bar with center clock system UI too... it would be awesome... thx
^Deadly_Sin^ said:
I tried it and i lost my status bar completely
Click to expand...
Click to collapse
Same here...
Sent from my GT-S5830 using xda premium
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
FINALLY
I'm still waiting for a proper tut
If anyone wants full transparency just replace every instance of @drawable/statusbar_background by @color/transparent.
doctorace92 said:
If anyone wants full transparency just replace every instance of @drawable/statusbar_background by @color/transparent.
Click to expand...
Click to collapse
can u share how to do that??? more detail i mean...thx for ur reply
madxxxpmc said:
can u share how to do that??? more detail i mean...thx for ur reply
Click to expand...
Click to collapse
If you know how to use apk manager and in which xml reference to statusbar_background is located you should be able to do it.This is not for freaking noobs.
working in ics2...but when i try to choose ics theme by achep isn't transparent..anyone can make ics theme by achep be transparent?
Sent from my GALAXY ACE running ICE CREAM SUNDAY2
CM7.2 systemUI
just want to help. here I made flashable. but before you flash you must delete SystemUI.odex using root explorer > system > app choose SystemUI.odex and delete make sure you has mount rw first, if you get FC for SystemUI don't panic, reboot to recovery and then flash it via recovery. don't forget to mount /system first...
all credits goes to him...
MAKE BACKUP FIRST OF YOUR CURRENT SystemUI.apk and SystemUI.odex
EDIT : SORRY MY FAULT. THIS STUFF ONLY WORK IN CM7.2 ROM BASED.
madxxxpmc said:
can u share how to do that??? more detail i mean...thx for ur reply
Click to expand...
Click to collapse
I think you must extract SystemUI.apk using apktool. and find value @drawable/statusbar_background then replace with @color/transparent find in some files with xml extension. I recommend to use notepad++ for editing xml extension.
nims11 said:
Odexed version
Install directly from cwm http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
Hi nims11. I think this SystemUI.apk and SystemUI.odex in zip is not compatible with CM7 by Grif_07, I've been tested but my status bar completely lost. can you tell me, does it work on your Rom? using this flashable?
saigetshu said:
I think you must extract SystemUI.apk using apktool. and find value @drawable/statusbar_background then replace with @color/transparent find in some files with xml extension. I recommend to use notepad++ for editing xml extension.
Hi nims11. I think this SystemUI.apk and SystemUI.odex in zip is not compatible with CM7 by Grif_07, I've been tested but my status bar completely lost. can you tell me, does it work on your Rom? using this flashable?
Click to expand...
Click to collapse
maybe because it's for CM 7.2 based rom only....
I have go launcher and dont work transparency. Is possible some work on go launcher.? How to? And ics theme by achep wanna go create transparent theme
Sent from my GT-S5830
joryS5830 said:
I have go launcher and dont work transparency. Is possible some work on go launcher.? How to? And ics theme by achep wanna go create transparent theme
Sent from my GT-S5830
Click to expand...
Click to collapse
Use multipicture live wallpaper and transparent theme.

Categories

Resources