change lockscreen - HTC One X

hello,
i've just installed hard brick 1.2.0_RC2 aaaaand i don't like the locksceen with the shortcuts right on the lock ring .. i want to use the old fashion sense 4+ lockscreen with weather on it and the shortcuts upped on the screen and the clock up on the screen.

cabasse_tronic said:
hello,
i've just installed hard brick 1.2.0_RC2 aaaaand i don't like the locksceen with the shortcuts right on the lock ring .. i want to use the old fashion sense 4+ lockscreen with weather on it and the shortcuts upped on the screen and the clock up on the screen.
Click to expand...
Click to collapse
The easiest thing is to change the rom

thanks but no thanks.. just changed 3 ROMs in 2 days.. i think this is a keeper.. so any other opinion ?

I didn't find a solution other than flashing a stock based rom, or installing lockscreen app that has sense theme.
Sent from my HTC One X using xda premium
CM10.1 ROM
Click to expand...
Click to collapse

ok.. so a stock lockscreen. i take the apk from another rom, put it in system bla bla bla.. fix permissions and thats all??

cabasse_tronic said:
ok.. so a stock lockscreen. i take the apk from another rom, put it in system bla bla bla.. fix permissions and thats all??
Click to expand...
Click to collapse
that wont work, you need a lot more stuff to do

You could try http://forum.xda-developers.com/showpost.php?p=42206366&postcount=2 sense 5 styling mod but it also has an option in the aroma install to choose default lockscreen. If you want to try, make sure to make a nandroid backup first just in case.

cabasse_tronic said:
ok.. so a stock lockscreen. i take the apk from another rom, put it in system bla bla bla.. fix permissions and thats all??
Click to expand...
Click to collapse
copy the idlescreen_base.apk from any other rom which has the sense 4+ lockscreen and place this apk file in system/apps and reboot

Related

Replace Default Launcher in Sense Rom?

Is it possible for me to take a 2.2 rom. Add a new launcher to system and then make it default one for when i flash the rom? So i never see the normal sense launcher?
ephumuris said:
Is it possible for me to take a 2.2 rom. Add a new launcher to system and then make it default one for when i flash the rom? So i never see the normal sense launcher?
Click to expand...
Click to collapse
the home switcher app lets you set a diffrent defaut home, even if you have downloaded it off the market
i always do that, take out rosie.apk and put launcherpro.apk into the system\app
bradputt said:
i always do that, take out rosie.apk and put launcherpro.apk into the system\app
Click to expand...
Click to collapse
That is the exact answer i was looking for. Not a way of switching after install. That's great anyways thanks for taking time to answer both of you.

[mod] statusbar for cm7.2 last update

hi all ...
i just wanna share my SystemUI.apk + Framework-res.apk
changelog :
-> Statusbar transparent support
-> Clock and date center
-> Add animation window (twisty)
This mod just for cm 7.2 [update : 02112012]
How to :
-> put zip file on sdcard
-> go to cwm / recovery mode
-> mount /system
-> install file zip
DWYOR
Thanks theres no date?! What should be wrong hmmm nevermind its showed up when I messed with some settings animation is amazing
Sent from my GT-S5660 using Tapatalk
Clock centered. Animations working, but my statusbar isn't transparent. I tried a dozen solutions for making it happen, but nothing seems to work (including this). I have the latest cm7.2, ADWLauncher EX (wallpaper hack disabled). And still no joy.
Also tried using live wallpaper.
Any ideas?
smash1986hu, i'm bad speak english,but i will try you
go to settings-system settings and remove a tick in smooth scrolling desk or something like.
I have russian version adw launcher and i spoke that my language very bad,because just to look in settings of adwlauncher
please delete this message,because i just looser ;(
kajjtan19 said:
Thanks theres no date?! What should be wrong hmmm nevermind its showed up when I messed with some settings animation is amazing
Sent from my GT-S5660 using Tapatalk
Click to expand...
Click to collapse
Hum ..
Try to restart you phone ..
Cause i'm dont have problem about date..
Are you use new update cm7
Sent from my GT-S5660 using XDA App
smash1986hu said:
Clock centered. Animations working, but my statusbar isn't transparent. I tried a dozen solutions for making it happen, but nothing seems to work (including this). I have the latest cm7.2, ADWLauncher EX (wallpaper hack disabled). And still no joy.
Also tried using live wallpaper.
Any ideas?
Click to expand...
Click to collapse
Are you use theme with transparent status bar?
Cause i say this mod support transparent statusbar..
Sent from my GT-S5660 using XDA App
Thx guys. Figured it out. NONE of the themes I like/use supported it. I tried it with LunarUI, and it worked. Unfortunately I don't like it, so I will go back to my usual themes, without transparency. Maybe they will support it in the future.
Can anyone recommend a nice theme, which supports transparent status bar?
smash1986hu said:
Thx guys. Figured it out. NONE of the themes I like/use supported it. I tried it with LunarUI, and it worked. Unfortunately I don't like it, so I will go back to my usual themes, without transparency. Maybe they will support it in the future.
Can anyone recommend a nice theme, which supports transparent status bar?
Click to expand...
Click to collapse
hahaha
you can use theme aludra v.1.3
that beatiful theme ....
i like it ^^
How to move clock in right again?
Japany said:
How to move clock in right again?
Click to expand...
Click to collapse
Sent from my GIO
Japany said:
How to move clock in right again?
Click to expand...
Click to collapse
grab ur systemUI n framework from the updated ROM, put into the zip from this thread..then flash it....
Sent from my GIO
I flash Rom again,its ok now
how to move clock to right again
Japany said:
How to move clock in right again?
Click to expand...
Click to collapse
decompile SystemUI.apk , open folder SystemUI -> res -> layout ...
edit status_bar.xml search about clock then change grafity:center with grafity : right
Thanks! It looks great.
How do I get the color of the clock to match that of my theme (ics)??
Thanks!!
Sent from the planet moon of Endor
Im loving the animations.. but I also dont have the date anymore :-(
Sent from the planet moon of Endor
farandel said:
How do I get the color of the clock to match that of my theme (ics)??
Thanks!!
Sent from the planet moon of Endor
Click to expand...
Click to collapse
decompile SystemUI.apk and go to folder SystemUI -> res -> layout
and edit status_bar.xml then search line <com.android.systemui.statusbar.Clock ...
change android:textColor="#ffffffff" with android:textColor="#xxxxxxx" change xxxxxx with code Hexa colour of ics theme ...
and for date i don't have problem ..
are you use last build cm 7.2 cause i make this mod for last build cm 7.2
tux-kid's said:
decompile SystemUI.apk and go to folder SystemUI -> res -> layout
and edit status_bar.xml then search line <com.android.systemui.statusbar.Clock ...
change android:textColor="#ffffffff" with android:textColor="#xxxxxxx" change xxxxxx with code Hexa colour of ics theme ...
and for date i don't have problem ..
are you use last build cm 7.2 cause i make this mod for last build cm 7.2
Click to expand...
Click to collapse
im running last build cm7.2 also..but no date appears....
Sent from my GIO
Thanks for the color fix. Im also running cm7.2 . I tried changing all the settings, but still no date :-(
Edit: the date just decided to come up!! Great animations!!
Sent from the planet moon of Endor
farandel said:
Thanks for the color fix. Im also running cm7.2 . I tried changing all the settings, but still no date :-(
Edit: the date just decided to come up!! Great animations!!
Sent from the planet moon of Endor
Click to expand...
Click to collapse
really, i still confuse about problem of date ..
cause me and some friend use this mod don't have problem ...
are you sure use the last build cm7.2 ?

[APP][THEMED]+[DIY]HTC lockscreen without shortcut icons

hey guys i read that many wanted htc's lockscreen without those shortcut icons.
So here I present it to you.
Instructions:
Just flash in CWM recovery and enjoy and also thank me.
just for stock sense roms (android 2.3.5)
Dont know if it will work on deodexed stock rom.
Purely works on odexed stock roms(android 2.3.5).
[DIY]
1.) Pull the HtcLockscreen.apk from system/app
2.) On your computer rename the file to Htclockscreen.zip .
3.) Open it using any archive manager and go to res/drawable-mdpi
4.) Extract png named lockscreen_shortcutpanel.png
5.) Edit it in any software which supports transparent pngs ( example paint.net on windows)
And make it completely transparent.
6.) Now again open Htclockscreen.zip and go to res/drawable-mdpi and exchange the file we edited.
7.) Now rename the archive to .apk and push it back to system/app on your phone.
8.) Now real part - when you'll restart you'll see the shortcuts- don't panic I am sure you did it right . This time the shortcuts won't have the background if you followed everything correctly.
9.) Install an app you know you'll never use.
10.) Change all the shortcuts to that app and........ And unistall that app and go see your beautiful lockscreen.
Please post and tell if it worked.
It will cause that is what the zip has and it worked on my friends wfs too.Also don't forget to thank me and share this with everyone who has sense with this type of lockscreen. You can post it any where just give me a little credit bcoz typing a tutorial on phone kills fingers
not working on deodexed rom's
rohil surana said:
hey guys i read that many wanted htc's lockscreen without those shortcut icons.
So here I present it to you.
Instructions:
Just flash in CWM recovery and enjoy and also thank me.
just for stock sense roms (android 2.3.5)
Dont know if it will work on deodexed stock rom.
Purely works on odexed stock roms(android 2.3.5).
Click to expand...
Click to collapse
There is an option in the rom itself to change the shortcuts and also remove the shortcuts
Ahem ahem please then you could also tell us where it is.
Sent from my HTC Wildfire S A510e using XDA
rishabho1 said:
There is an option in the rom itself to change the shortcuts and also remove the shortcuts
Click to expand...
Click to collapse
Only Sense 3.5 has this feature... HTC's lockscreen (Sense 2.1 one) is buggy in WFS. I'll try it when I install Sense ROM again.
Won't flash for me.
Gives error 0
Installation aborted
Looks nice though, if you have any idea why, I'd be grateful.
Don't know man but if you say I'll create another package and pm you the link
I used app2 zip for making it .
Works for me all the time .
Currently on cm9 so why don't u just try extracting and copying the three files to the internal memory.
And thanks for the sense keyboard its easier to type now.
Sent from my HTC Wildfire S A510e using XDA
Yeah I'll try it mate.
Thanks.
aswerth said:
Only Sense 3.5 has this feature... HTC's lockscreen (Sense 2.1 one) is buggy in WFS. I'll try it when I install Sense ROM again.
Click to expand...
Click to collapse
> yeah...its on sense 3.5,i thought it is also on sense 2.1
Added a DIY for those having problem. Well I edited the app on my phone cause I live in hostel and don't have a computer.
@ONeill123 - seems like you had been searching for this since january. Use the DIY and make it for yourself. Sorry can't help more than that. Not too much familiar with odex and deodex terms.
Sent from my HTC Wildfire S A510e using XDA

SGSIII weather widget

How to install SGSIII weather widget on a SGSi9000 with a custom ICS ROM Doc'Master!
I did it with TWlauncher ..but it didn't work
forziere said:
How to install SGSIII weather widget on a SGSi9000 with a custom ICS ROM Doc'Master!
I did it with TWlauncher ..but it didn't work
Click to expand...
Click to collapse
Where did you get the widget from?
Otherwise I think you just need to force the .apk to System/app and set the right permissions!
Eleve11 said:
Where did you get the widget from?
Otherwise I think you just need to force the .apk to System/app and set the right permissions!
Click to expand...
Click to collapse
you can find here : http://forum.xda-developers.com/showthread.php?t=1663679

Diffrent Folder Layouts in TW?

Hey is it possible to get diffrent folder layouts in the orginal TW launcher...for example like in apex launcher you have difffrent options how your folders look...maybe there is a mod!???
by the way i ask here because here the chance is higher to get an answer..
like its shown here ?
http://rootzwiki.com/topic/32757-mod-request-theme-the-folders-in-touchwiz/
Der_Flooo said:
Hey is it possible to get diffrent folder layouts in the orginal TW launcher...for example like in apex launcher you have difffrent options how your folders look...maybe there is a mod!???
by the way i ask here because here the chance is higher to get an answer..
like its shown here ?
http://rootzwiki.com/topic/32757-mod-request-theme-the-folders-in-touchwiz/
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=41725905#post41725905
czar22 said:
http://forum.xda-developers.com/showthread.php?p=41725905#post41725905
Click to expand...
Click to collapse
WTF are you god? everything i request ...you make it ??
can you port sense 5 launcher ?

Categories

Resources