Could someone port this to Ray?
http://forum.xda-developers.com/showthread.php?p=32385441
i can try but i need a tutorial or something to follow
http://jungels.net/articles/diff-patch-ten-minutes.html maybe
Im compiling cm10 with this mod as we speak. Ill know in a couple of hours if it worked
Ok, so its compiled. Good thing is it works. Bad thing is it has some small graphical glitches;
- Clock is not aligned properly
- Small transparent bar in black area
Ill try to fix those, but it may take a while becasue compiling is veeeryy slow on my laptop.
If you want to test download this rom: Its latest cm10 compiled with BB lockscreen (upload will be done in 20 minutes).
http://www.mediafire.com/?xlj1x0o22vpei
MAYBE you can try and take at least; framework.jar framework2.jar framework-res.apk android.policy.jar and maybe SystemUI.apk from system/app. And push them to your FXP based rom and give 644 permissions. NOT TESTED and properly wont work.
MAYBE you can try and take at least; framework.jar framework2.jar framework-res.apk android.policy.jar and maybe SystemUI.apk from system/app. And push them to your FXP based rom and give 644 permissions. NOT TESTED and properly wont work.[/QUOTE]
Make couple of testings
then repost on separate forum
as not everyone can figure out all bugs
would it work on stock based kernel roms cause my loader cannot be unlock
Maybe no. This mod is only for cm10
Sent from my Xperia Ray using xda app-developers app
thomas1991_12 said:
Ok, so its compiled. Good thing is it works. Bad thing is it has some small graphical glitches;
- Clock is not aligned properly
- Small transparent bar in black area
Ill try to fix those, but it may take a while becasue compiling is veeeryy slow on my laptop.
If you want to test download this rom: Its latest cm10 compiled with BB lockscreen (upload will be done in 20 minutes).
http://www.mediafire.com/?xlj1x0o22vpei
MAYBE you can try and take at least; framework.jar framework2.jar framework-res.apk android.policy.jar and maybe SystemUI.apk from system/app. And push them to your FXP based rom and give 644 permissions. NOT TESTED and properly wont work.
Click to expand...
Click to collapse
I'll try flashing it today. Erm.. noob doubt permission 644 ?? can you tell it in the terms of rwx?? :silly:
-rw-r--r--
You can find CHMOD calculators on google.
I apply it on my ray but i can't see any transparent parts when i touch the screen in lock mode. Is it normal?
Sent from my Xperia Ray
Can you show a screenshot of what you mean? you should see something similair as in movie in 1st post but whit a transparaent block in the middle
thomas1991_12 said:
Can you show a screenshot of what you mean? you should see something similair as in movie in 1st post but whit a transparaent block in the middle
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just like this..
Yes that right. But know when you unlock, slide from bottom to top. Youll see a transparent space appear.
Im working on a newer version. Clock aligned properly and the transparant bar gone (only sometimes a 1px horizontal bar appears). Also carrier name removed from lockscreen.
Nice!!!
U re the best man. I think itsnt easy. So thanks but unfortunately I cannot try with my locked ray :|
Ive released it in a seperate thread:
http://forum.xda-developers.com/showthread.php?p=34958962
Related
****IF YOU TEST THIS ON EARLIER VERSIONS OF COGNITION LET ME KNOW.****
****IT SHOULD WORK ON STOCK DEODEXED ROMS, HOWEVER, I HAVE NOT TESTED.****
I enjoy the stock experience, but wanted to slightly modify it so below is just that. Keep in mind this is not my work and all I did was pull from other sources. Links to sources on bottom of post.
Things that will be changed from flashing .zip:
Stock Launcher (Dock icons can be changed.)(Pictured below)
Notifications Bar
Battery
Lockscreen
Settings
Downloads
Theme Download
Without 4g Icon
http://dl.dropbox.com/u/20397021/Screenshot sgs2/mash up/mashup_jivy26.zip
With 4g Icon
http://dl.dropbox.com/u/20397021/Screenshot%20sgs2/mash%20up/mashup_jivy26_4g.zip
Wallpapers used
http://dl.dropbox.com/u/20397021/Screenshot sgs2/mash up/City_5.jpg
http://dl.dropbox.com/u/20397021/Screenshot sgs2/mash up/Life Goes On_6.jpg
Flash back to stock theme
http://dl.dropbox.com/u/20397021/Screenshot%20sgs2/mash%20up/stockcog_jivy26.zip
Click to expand...
Click to collapse
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"
}
With 4G Icon
Sources I pulled from:
http://forum.xda-developers.com/showthread.php?t=1265661
http://forum.xda-developers.com/showthread.php?t=1182653
i haven't opened up framework or anything yet, but is theming pretty much the same as before? anything different to look out for?
PuffinNugz said:
i haven't opened up framework or anything yet, but is theming pretty much the same as before? anything different to look out for?
Click to expand...
Click to collapse
Yeah pretty much same layout as captivate.
Edit: Please delete
Looks sweet
Hi! I modified the framework-res.apk from your mod so the only changes made are the battery icons. Stock lock-screen and stock notification tray. Match it with a modded SystemUI.apk and Settings.apk for the best experience.
The way I did it was through manually copying the modded apks over with adb. Commands I used:
Code:
adb shell
su
cp /system/framework/framework-res.apk /system/framework/framework-res.apk.backup
cp /system/app/Settings.apk /system/app/Settings.apk.backup
cp /system/app/SystemUI.apk /system/app/SystemUI.apk.backup
exit
exit
adb push framework-res.apk /system/framework/framework-res.apk
adb push Settings.apk /system/app/Settings.apk
adb push SystemUI.apk /system/app/SystemUI.apk
adb reboot
I'll upload just the framework-res.apk here if anyone wants it. Again, it's the same as the OP's modded framework-res.apk, differences are that it has the stock notification tray and stock lockscreen. It has the modded battery icons.
Download
(I also added a modded Contacts.apk and a modded Phone.apk for a closer to stock gingerbread look)
Is it possible to run that on a stock rom? And if so, does it also include the 4G icon?
Thanks this is really cool nice touches. Question the sammy program monitor fc's any help would be appreciated.
racon181 said:
Thanks this is really cool nice touches. Question the sammy program monitor fc's any help would be appreciated.
Click to expand...
Click to collapse
This on cognition beta 4?
Thanks for the two apks. Worked perfect. Matches my aosp mms app. Sick of the Samsung ones.
Sent from my SAMSUNG-SGH-I777 Cognition
For some reason the lock screen wont change. I only get 4g logo and the black n white settings menu. Dont know what the issue is considering its a zip install?
Cog b4.
Odd.
Sent from my SAMSUNG-SGH-I777 Cognition
Yes sir I am on beta 4 having the sammy program monitor widget problems. Thanks for any help
ahh cool didnt think there was any other people on here from louisiana,.. great work on the theme,..anyway i can get just the 4g icon without the whole theme?
Hi all i started this project some time ago when SemcDebrandEngine was released and i wanted to have stock looking lockscreen. Then came the requests. I m glad you are so interested in it.
{
"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"
}
Supported roms:
GDX v022-v023b-v024
PrimeHD v6.0
SemcDebrandEngine.
Upcoming roms to be supported:
miniCM7 2.2.0
------------------------------------------
Installation:
Flash in CWMRecovery.
"BUGS"???
Changelog:
- nothing
------------------------------------------------------
Have a nice day
Xmaster8
[UPDATED!]Xperia 2.3.7 and Xperia S lockscreen for PrimeHDv6, SDE and GDXv22 and up!
Downloads:
1: Xperia 2011 (2.3.4) line style
PrimeHD v6.0
GingerDXv22
GingerDXv23b
GingerDXv24
SemcDebrandEngine
2: Sony Xperia S style
PrimeHD v6.0
GingerDXv24
Lepo bo ja. Samo daj naredi da bo kot oni pravi SE Lockscreen!
it look great man! thank you, and the problem with "sound" and "lock" is not that big i can live with it love this lockscreen ja!
I think those strings are in framework-res.apk. Managed to edit it, but fail while recompiling in apkmanager
fundre said:
I think those strings are in framework-res.apk. Managed to edit it, but fail while recompiling in apkmanager
Click to expand...
Click to collapse
yes they are in framework-res.apk and i edited them. And they work
looking good, waiting for croatian language
Xmaster8 said:
yes they are in framework-res.apk and i edited them. And they work
Click to expand...
Click to collapse
Great maybe you could look to bakabon's framework files, he fit the slider background nicely.
Sent from my E15i using XDA App
thanks, waiting for italian =D
+1
xperia lockscreen:
edited: fix now......Download Xperia Lockscreen SDE
Is it possible to also make this work on other ROMs?
zephiel said:
Is it possible to also make this work on other ROMs?
Click to expand...
Click to collapse
this is only for the mentioned rom but maybe i ll do it for other roms to.
i tried with root explorer and i had reinstall the rom
What? Explain please
i replaced the framework res and immediately after the phone is rebooted and showed me an infinite bootanimation, so i had reinstall the rom
Just installed this and it's working great
For next version could you make the lock icon overlay on the right side of arrow icon like this
It's xperia ray, sorry for poor photo quality. Taken from X8. Gratz
Sent from my E15i using XDA
fundre said:
Just installed this and it's working great
For next version could you make the lock icon overlay on the right side of arrow icon like this View attachment 929523
It's xperia ray, sorry for poor photo quality. Taken from X8. Gratz
Sent from my E15i using XDA
Click to expand...
Click to collapse
i did it. if it works ok i ll upload it it ll be last version i think
tnx for the stock lockscreen look.
btw, can you help me edit Home.apk to become 4x4 apptray,
i decompile, change res/values/integer apptrayrows to 4, then compile, retains signature and delete resources.arsc from keep folder
but I cannot install it with root explrr or flashtool , is ther somthing wrong?
Tnx
moaj said:
tnx for the stock lockscreen look.
btw, can you help me edit Home.apk to become 4x4 apptray,
i decompile, change res/values/integer apptrayrows to 4, then compile, retains signature and delete resources.arsc from keep folder
but I cannot install it with root explrr or flashtool , is ther somthing wrong?
Tnx
Click to expand...
Click to collapse
have you tried pushing to system/app adn setting permisions?
yes ofcourse, it's a must
can you make it 4x4?
Note: This is for rooted stock ICS 4.0.4
BEFORE YOU TRY THIS MOD...PLEASE MAKE A BACKUP FIRST!!!
Requirement:
1. SystemUI.apk (from /system/app)
2. WinRAR / 7ZIP
3. Root explorer
4. Download :
Non-transparent + center clock : CLICK ME!
Transparent + center clock : CLICK ME!
Steps:
1. Pull SystemUI.apk from your system/app in the internal memory, copy to SD card, then copy to your PC.
2. Open SystemUI.apk using WinRAR, go to the folder res\layout\.
3. Drag and drop status_bar.xml which you have downloaded earlier into the SystemUI.apk already opened earlier.
4. Close WinRAR (or 7ZIP), SystemUI.apk is ready to be injected to your phone via root explorer or adb, whichever u like, keep in mind that set permission to rw-r--r--
{
"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"
}
A big thanks to master Rieken Yuki for her tutorial.
I copy the sentences from Black_jackss thread coz I'm to lazy to make my own words... Thanks Black_jackss.
I'm not responsible for any damage of your phone.
Cool buddy.... but with too many notifications, it ll look odd!!!
Great work mate
tried before, but didn't work.
now I'm trying it again.
update: it works now. thanks. I might try the status_bar.xml for GB.
how to make the status bar semi-transparent?
ive already seen this, Dejavu? :/
edit: http://forum.xda-developers.com/showthread.php?t=1402027&highlight=center+clock
but there is no problem i guess
Awesome post! Thanks for your work!
Thank you good job
ChavitoArg said:
ive already seen this, Dejavu? :/
edit: http://forum.xda-developers.com/showthread.php?t=1402027&highlight=center+clock
but there is no problem i guess
Click to expand...
Click to collapse
That thread is for GB...my is for ICS...
how could I make my statusbar 50% transparent?
It didnt' work for me: sk17a ICS 4.0.4 official.. Tried with dis and the GB one and no one worked.
Hey till can u also post a tutorial for making statusbar transparent in ics.plzzzzz
Sent from my WT19i using xda premium
Somyab said:
Hey till can u also post a tutorial for making statusbar transparent in ics.plzzzzz
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
It is translucent by default
great work.. thx..
New update!!!...added transparent status bar...check OP...
Any idea how to fix the overlay??
What overlay...
Great work. Thank you
Till-Kruspe said:
What overlay...
Click to expand...
Click to collapse
Sent from my WT19i using XDA
anchaz_al_ayaz said:
Any idea how to fix the overlay??
Click to expand...
Click to collapse
I'm working on that at the moment, although it's a bit slow. The clock needs to be in the icons linear layout, this will make it move out of the way when a notification comes. But it's how to combine that and having it centered that's currently eluding me.
I can get the clock to the left of the status icons, or the left of the screen, but not in the center.
Ticklefish said:
I'm working on that at the moment, although it's a bit slow. The clock needs to be in the icons linear layout, this will make it move out of the way when a notification comes. But it's how to combine that and having it centered that's currently eluding me.
I can get the clock to the left of the status icons, or the left of the screen, but not in the center.
Click to expand...
Click to collapse
Can you help me in only getting transparent status bar with the clock in default place?
So. This mod I made as an addition to Reboot&Transparent mode, but without it he is working on a standard framework.
Works on ICS: Sola\U
- Transparency
- It is based on Xperia T
- Icon walkman app from Xperia V
- A vertical bar Xperia V style (looked at how to do AeonWorld)
Preview transparency on stock framework:
{
"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"
}
Preview transparency on Reboot&Transparent mode
Install via CWM, or:
1. Put the apk file from the archive to the system\
2. Set permissions (Root Explorer):
R-W-0
R-0-0
R-0-0
3. And move it to the system\app
Do not say thanks, press thanks:angel:
Cool thanks
hey can u tell me how to change folder icon
nice icon :d
Sent from my lt26i using xda premium
dx009 said:
hey can u tell me how to change folder icon
nice icon :d
Click to expand...
Click to collapse
In dock-bar? It's dark magic, it should be done at the full moon ...:laugh:
Use the program Better Cut any set of icons in PNG format ))
Spaun_Studio said:
In dock-bar? It's dark magic, it should be done at the full moon ...:laugh:
Use the program Better Cut any set of icons in PNG format ))
Click to expand...
Click to collapse
thanks man
but can u give me tips or tutorial how to make that i tried so muck but fail
Doesn't work along with small apps,,,
dx009 said:
thanks man
but can u give me tips or tutorial how to make that i tried so muck but fail
Click to expand...
Click to collapse
I do not understand what you want, sorry. Show in the screenshot that you are interested.
install "Better Cut" from google play. Long there on the desktop, click on the X in the circle, Labels \ better cut
Installed applications ---- Choose ---- Choose any application icon from your gallery------Create.
noob_user_ said:
Doesn't work along with small apps,,,
Click to expand...
Click to collapse
Small apps and Walkman are not connected. These are different things.
can u post up simple tutorials on how to change and sign the apk, i tried to change some png in the res/drawable folder and some xml editing, but i cant mange to signed it, it wont install when i put back to app folder, appreciate your help and thx.
Thank ^^
Just installing this apk in system/app doesn't give one transparency. Right?
What I thought was, to try and get the transparency mod, walkman and small apps to work at the same time. But no success.
Small apps force closes. Other than taht, everything else is working just fine. Small apps are too cool to compromise....
noob_user_ said:
Just installing this apk in system/app doesn't give one transparency. Right?
Click to expand...
Click to collapse
No. Transparency will in any case. But if you do not put modes: background music player will be in your default theme, see the first screenshot.
But if you put a mod Reboot&Transparens, yes, small apps will not work.
It's just a modified player...
I thought that we can continue develop and discuss how to port small apps for x10 in this thread instead of the one for Achotjan's SDE. So, what we have up to now:
NuriJ said:
I've tried many times but haven't got it working yet :/ I've ported everything related to small apps except the systemui which is most difficult..
I'll share my test zip soon if someone wants to look at it
EDIT: Here it is.. everything ported except the systemui..and it's booting (atleast for me)
http://www.mediafire.com/?i8es8iqcj6a1ouh
Click to expand...
Click to collapse
Vasishta Reddy said:
you have to change the following in systemUI from the sytemUI which your porting
You will have to add 1 file and modify 2 files to your systemUI.
Add ExternalTaskSwitcher.smali to smali/com/android/systemui/recent
In smali/com/android/systemui/statusbar/phone/phonestatusbar.smali you must copy lines 75, 328 to 337, 6105 to 6279, 6393 to 6456, 7409 to 7666 to your file.
In smali/com/android/systemui/statusbar/phone/phonestatusbar$H.smali you must copy line 49 to the end.
Click to expand...
Click to collapse
I've tried to put all the files that NuriJ uploaded, but got stuck when trying to replace framework-res.apk. Otherwise small apps install without a problem and fixing permissions was also fine.
Also, i've used Achotjan's SDE framework-res.apk and added the needed files, but got bootloop...
this is how small apps look like, they're widget-like applications, which can be placed wherever you want allover the screen:
{
"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"
}
Edit: these screenshots are not from x10 (yet)
What small apps are you talking about??
Here are the test zip's if someone wants to try it. Download all zip's and flash one by one
Once we port small apps features to systemui we have a possible working small apps port. The ZIPs is from Aeon but my files are inside
http://www.mediafire.com/?437ob3777y1t0ek
http://www.mediafire.com/?38m0u9pqn9unzqj
[URL=http://www.mediafire.com/?qchqycsbmcvbf66]http://www.mediafire.com/?qchqycsbmcvbf66[/URL]
Only tested on sde beta1
mama_mia said:
What small apps are you talking about??
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=4Ju9j30au6M
Flashed all the files successfully but nothing changed. NuriJ, have you tested all the method decribed by Vasishta Reddy. If not i'l give it a go and see what happens. The only thing is that ExternalTaskSwitcher.smali, but i'l look up in the files you provided.
Denie46 said:
Flashed all the files successfully but nothing changed. NuriJ, have you tested all the method decribed by Vasishta Reddy. If not i'l give it a go and see what happens. The only thing is that ExternalTaskSwitcher.smali, but i'l look up in the files you provided.
Click to expand...
Click to collapse
I know that nothing changed buddy.. We need to edit systemui properly to see changes.. I've tried Vasishta's method didn't work either.. but i think he can help in editing
you can get ExternalTaskSwitcher.smali from xperia t systemui. Here's links for reference
http://forum.xda-developers.com/showthread.php?t=1923670
http://forum.xda-developers.com/showthread.php?t=1922339
First you have to flash 0 part and wipe cache.. reboot And let the ROM upgrade. There would be A request of sim pin or something after the booting, at that time remove the battery and go to cwm recovery and flash the remaining files... this is the actual method.. did u guys flash in this method??
Sent from my Xperia X10 using xda app-developers app
I flashed this way and going to do what Vasishta Reddy suggested.