Sock lock screen files? - Nexus One Themes and Apps

Hey guys
I need some help. Does anyone know where the files for the stock lock screen are located? I guess i can spend a week digging around but I figured i post here maybe someone knows already.
Thanks

What are you looking for? I think the graphics are located in the Launcher2.apk somewhere I don't know if the framework and all that stuff is there, but I believe it should be.

well, im looking for the stock lock screen not the custom launcher2. I need to find out the position of the unlock button and the mute button. I am not sure if it is a xml file or somewhere in the jar files.

deanesn said:
well, im looking for the stock lock screen not the custom launcher2. I need to find out the position of the unlock button and the mute button. I am not sure if it is a xml file or somewhere in the jar files.
Click to expand...
Click to collapse
they are in framework-res.apk

layout folder? which files are related to the lock screen do you know? I am not interested in the images I just need to figured how to reposition the buttons. Make a different layout i guess.

deanesn said:
layout folder? which files are related to the lock screen do you know? I am not interested in the images I just need to figured how to reposition the buttons. Make a different layout i guess.
Click to expand...
Click to collapse
probably in the XMLs in framework-res

Thanks, I was just hoping for more specific location like which file and which values. I guess I am asking for too much.

I think i found something.
http://stackoverflow.com/questions/2140964/android-lock-screen-source-code
So the next question is where is "frameworks/policies/base/phone/com/android/internal/policy/impl" on rom lets say like cyanogen? I need to find the lockscreen.java file.
Ahh i found it. The lockscreen.java is odexed in android.policy.jar which resides in the system/framework folder. I feel dumb now for creating the thread now.

Ok so ive spend the whole afternoon trying to figure out all the code in the lockscreen.smali and I have to admit im lost.
What im trying to do here is to fix the wack stock lock screen on the sense ui when you delete the htc lock screen. I wont give up until I get it or someone else working. I just need to know where to look for positioning code of the unlock and mute buttons.

Coming from The HTC Hero cdma. Flipz got it working for us, maybe the fix works for you guys also?
Linkhttp://geekfor.me/fixes/vanilla-lockscreen/
Without text with wallpaper: xml mods, classes.dex
{
"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 centered text and black background: xml mods

brian m said:
Coming from The HTC Hero cdma. Flipz got it working for us, maybe the fix works for you guys also?
Linkhttp://geekfor.me/fixes/vanilla-lockscreen/
Without text with wallpaper: xml mods, classes.dex
With centered text and black background: xml mods
Click to expand...
Click to collapse
You are my hero. It workssssssss. I think im going to poop myself. lol I can believe its working. It's funny because I've been trying to figure out where the bug is in the lockscreen.smali for the last 2 days and finally tonight I gave up on it. And now you came to the rescue. thanks
I guess now I can at least maybe figure out how to get rid of the transparency but even with this is awesome.

deanesn said:
I guess now I can at least maybe figure out how to get rid of the transparency but even with this is awesome.
Click to expand...
Click to collapse
keyguard_screen_tab_unlock.xml
hex edit to: android:background="#EF000000" (almost opaque black)

Haha thanks brian would you know what to change to make show just the wallpaper? I know I know im asking got too much im happy as it is. The transparency us starting to grow on me

deanesn said:
Haha thanks brian would you know what to change to make show just the wallpaper? I know I know im asking got too much im happy as it is. The transparency us starting to grow on me
Click to expand...
Click to collapse
Over on the DarkSide

brian m said:
Over on the DarkSide
Click to expand...
Click to collapse
Is there anything you don't know? lol you are awesome. I am officially moving to the the Hero section of the forums now since all the answers to my questions reside there. woot
Next on my hunt list is percent for the battery in the taskbar.

Ha should have given the transparent lock screen some time before I asked for a wallpapered version. it has grown on me big time now And im def keeping it. I can see my battery widget though the lock screen without unlocking.

Related

[THEME] Infected (alpha) 12.15.09

This is my first theme. I thought it would be pretty fun to have a zombie theme on my Hero. It's built on top of Fresh 1.0.
secure unlock 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"
}
bloody notifications:
infected notify unlock.zip
infected rosie:
infected rosie.zip
If anyone likes it, awesome! If anyone has any ideas to improve upon, EVEN BETTER!
And as always, any comments/feedback (positive or negative) are welcome.
Nice work, reminds me of this one i worked on a while back with a few other guys...
http://forum.ppcgeeks.com/showthread.php?p=344822
Negrito said:
Nice work, reminds me of this one i worked on a while back with a few other guys...
http://forum.ppcgeeks.com/showthread.php?p=344822
Click to expand...
Click to collapse
Wow, that's some pretty awesome work!
I would love to know how to change the fonts and stuff for the hero.
Me too! I am a photoshop kind of guy. Hence the cool S2U2 stuff for WinMo. cause all that was was editing images, which i can handle... but all this signing, and actual code im at a loss. Where did you read up on making your theme? Maybe we can combine forces and crank out some really killer stuff. If you want to "check my resume" so to speak I used the same nickname at PPCGeeks, i was pretty into at one time, but i got banned from PPCGeeks, and switched to Android....
Negrito said:
Me too! I am a photoshop kind of guy. Hence the cool S2U2 stuff for WinMo. cause all that was was editing images, which i can handle... but all this signing, and actual code im at a loss. Where did you read up on making your theme? Maybe we can combine forces and crank out some really killer stuff. If you want to "check my resume" so to speak I used the same nickname at PPCGeeks, i was pretty into at one time, but i got banned from PPCGeeks, and switched to Android....
Click to expand...
Click to collapse
Look up Ratcom on here. His sig has the tutorials that got me started (its a bit confusing at first).
From what I can tell, to edit anything that isn't an image, its located in an XML file. The odd thing is that even Dreamweaver couldn't open the code correctly...
I'd be all for teaming up. My schedule is a bit crazy atm (finals week) but then I go on Xmas break and i'd love to do more with this theme. I've already got a couple more ideas...
Negrito said:
Me too! I am a photoshop kind of guy. Hence the cool S2U2 stuff for WinMo. cause all that was was editing images, which i can handle... but all this signing, and actual code im at a loss.
Click to expand...
Click to collapse
Themes require NO coding. Purely PNG editing. You can open a ROM using a ZIP program (I like WinRar myself). All you do is find the image you want to edit, edit it, and overwrite the existing one.
Signing is very straightforward too, just follow the Ratcom links. You'll find a working mirror and instruction.
From what I can tell, to edit anything that isn't an image, its located in an XML file. The odd thing is that even Dreamweaver couldn't open the code correctly...
Click to expand...
Click to collapse
XML files located inside of an APK are effectively compiled, there's no way to edit / repackage them. You can Google search, there's a java "printer" which will convert them to TXT. But to change any of these, you've gotta start from the source code, make the changes and then compile the entire APK.
I could be wrong on this, but I believe HTC has released the GSM code but not CDMA. In this case we're stuck or would have to pull a compiled XML from a known GSM source. Actual ROM chefs can correct me.
So, since we are finally getting some stickies posted around here. A Theme creation write up would be a good idea if anyone wanted to take it on. I've never done it, I'm sure I am capable, just to lazy.
BTW. This looks good. Anyone test with Fresh 1.0? Most themes seem to have issues.
nice,sumthin different
i think u guys should bump heads,both of you have great ideas n skillz to pull off a hott theme..good luck n keep up the good work!!
XDA RULEZZ!!
Kcarpenter said:
So, since we are finally getting some stickies posted around here. A Theme creation write up would be a good idea if anyone wanted to take it on. I've never done it, I'm sure I am capable, just to lazy.
Click to expand...
Click to collapse
There already is, and riotkid found it. Look up Ratcom (check GSM Hero themes) and the link in his sig. He's got links to everything you need to know.
Haha awesome work! I love it.
Edit: Your taskbar is missing a bunch of the new icons. I assume you applied a different lock screen or something, right? Because vibrate, battery, and alarm are all new icons in fresh 1.0 but yours are the stock ones.
Kcarpenter said:
BTW. This looks good. Anyone test with Fresh 1.0? Most themes seem to have issues.
Click to expand...
Click to collapse
I built it on fresh 1.0 so aside from the different icons that fresh mentioned, I haven't seen any.
flipzmode said:
Haha awesome work! I love it.
Edit: Your taskbar is missing a bunch of the new icons. I assume you applied a different lock screen or something, right? Because vibrate, battery, and alarm are all new icons in fresh 1.0 but yours are the stock ones.
Click to expand...
Click to collapse
Thanks! Yeah, I'm not terribly sure when it happened either. Probably when I flashed one of the themes for .07...I need to re-flash and rebuild stuff.

Lockscreen Overlay

Sorry it took a bit. Between being a lil hung over and trying to learn how to do the update script slowed me down but I got 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"
}
1st one. http://www.mediafire.com/?mzeyjnum2iz
2nd one. http://www.mediafire.com/?zzjmmjzzrqz
3rd one. http://www.mediafire.com/?wjqi1ltwvqq
1st one. http://www.mediafire.com/?ooazhmigmzd
2nd one. http://www.mediafire.com/?imjjzywrrn5
3rd one. http://www.mediafire.com/?mkzowizm2yd
1st one. http://www.mediafire.com/?oxjd2znnjxj
2nd one. http://www.mediafire.com/?im0jmemtyzn
3rd one. http://www.mediafire.com/?dn01dhl2mym
Download, move it to your sd card, and flash like a normal update.zip.
ajones7279 said:
Got the idea from Fresh Rom
If there's enough interest I'll post the apks, maybe as an update.zip
This one is clear.
Let me know what you think.
Click to expand...
Click to collapse
Looks interesting. Make one with an Android mascot and maybe I would flash it I'm assuming to do that you are modifying the images in the HtcLockscreen.apk file or one of the frameworks files?
Definitely interested here. Same as above though...I assume the background could be changed via standard method built into the phone?
chuckhriczko said:
Looks interesting. Make one with an Android mascot and maybe I would flash it I'm assuming to do that you are modifying the images in the HtcLockscreen.apk file or one of the frameworks files?
Click to expand...
Click to collapse
ooo good call, i 2nd that request!
Man... I Like better its crazy hot.... it would be awsome with the Android mascot
I suggest you zip and release them as-is, and tell folks how to change the image themselves
Personally I really dig the last one, and would use it.
I concur with the above -- I've been looking for a good lockscreen replacement, and yours with the Android mascot instead of the lock would be absolutely amazing (especially the last one)
I like the 2nd one in the pic ... one with clock over the lock ... can we erase that SPRINT ... haha
how about small android on the bottom of the lockscreen remove time and put iwhat? on top of his head ala someones avatar
iTouch24 said:
I like the 2nd one in the pic ... one with clock over the lock ... can we erase that SPRINT ... haha
Click to expand...
Click to collapse
Actually I think you can remove the sprint. Edit your build.prop. shouldn't break anything but I never tried.
chuckhriczko said:
Actually I think you can remove the sprint. Edit your build.prop. shouldn't break anything but I never tried.
Click to expand...
Click to collapse
"build.prop"
that is over my head ... haha
Updated the first post with the new ones and downloads.
Very nice. Gotta say the second one with the android Guy looks the best imo.
ajones7279 said:
Updated the first post with the new ones and downloads.
Click to expand...
Click to collapse
looks good any way to get any color into that android lil guy he kinda blends with the clock or maybe a dif color font for the clock
This is very nice, i like the idea, could you find out if we can use an animated GIF file please? thanks in advance!
Updated...
ajones7279 said:
Updated...
Click to expand...
Click to collapse
Awesome work...the third grey android is the one on my lockscreen now and it's perfect!
Awesome screens. They look really good!
I assigned a lockscreen wallpaper before applying this so it is no longer clear. Is their anyway to remove the wallpaper?
Thanks for the update!
swears11 said:
I assigned a lockscreen wallpaper before applying this so it is no longer clear. Is their anyway to remove the wallpaper?
Click to expand...
Click to collapse
My pre-kitchen has a tool in it that will clear the old lockscreen wallpaper cache.
http://geekfor.me/new-release/fresh-pre-kitchen-01/
ajones7279 said:
Updated...
Click to expand...
Click to collapse
can we get this one green as well

Remove Home Screen Page Backgrounds?

Would it be possible to remove the transparent background from each of the pages of the home screen when zoomed out in the Sense UI?
To see what I mean, look at the outline behind the icons/widgets of each screen in the following picture:
{
"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"
}
This guy hacked the notifications bar to be transparent for the Sense UI, so I was thinking something like this might be possible too?
http://forum.xda-developers.com/showthread.php?p=5719453#post5719453
Good idea. Seems to be possible, I like the idea anyway.
If it is anything like in Launcher2.apk then it is just an image that is used as the background and can be easily made transparent. The only image I saw in Rosie.apk that could be it was thumbnail_panel.png in drawable-normal-port-hdpi. I have included a Rosie.apk (actually Rosie.zip in the attachment but rename to .apk) with that image made transparent so that you can try it out. I haven't actually flashed any of the Sense UI ROMs for the nexus yet, and probably won't unless I get really bored, but I did dig around its images for theme-ing purposes and figured I would check to see if what you wanted was easily doable.
install with
Code:
adb remount
adb push Rosie.apk /system/app/Rosie.apk
You should first back up your current Rosie.apk so that if this doesn't work, then you can go back to normal.
Code:
adb pull /system/app/Rosie.apk . (period denotes your working directory)
Edit: Also, this isn't really development related, it would go better in the themes section.
david1171 said:
If it is anything like in Launcher2.apk then it is just an image that is used as the background and can be easily made transparent. The only image I saw in Rosie.apk that could be it was thumbnail_panel.png in drawable-normal-port-hdpi. I have included a Rosie.apk (actually Rosie.zip in the attachment but rename to .apk) with that image made transparent so that you can try it out. I haven't actually flashed any of the Sense UI ROMs for the nexus yet, and probably won't unless I get really bored, but I did dig around its images for theme-ing purposes and figured I would check to see if what you wanted was easily doable.
install with
Code:
adb remount
adb push Rosie.apk /system/app/Rosie.apk
You should first back up your current Rosie.apk so that if this doesn't work, then you can go back to normal.
Code:
adb pull /system/app/Rosie.apk . (period denotes your working directory)
Edit: Also, this isn't really development related, it would go better in the themes section.
Click to expand...
Click to collapse
Wow, you are the F-ing MAN!
Thanks!!!
Added this to my guide
http://forum.xda-developers.com/showthread.php?t=636795
I'm surprised that worked. The image was the only that looked like it could work, but it was huge and not a .9.png. Huge like 480x762.
It worked which is what counts
Wow, why would you want this o_0
People have weird personal preferences lol
*don't take this post offensively please, but this is a rather odd thing to want to remove.. or even care about at all actually*
Awesome.
This is awesome! Thanks!
Eclair~ said:
Wow, why would you want this o_0
People have weird personal preferences lol
*don't take this post offensively please, but this is a rather odd thing to want to remove.. or even care about at all actually*
Click to expand...
Click to collapse
Wow, what a douchebag. Seriously.
Why bother posting this crap?
Obviously I noticed it, and obviously I care. And it looks like others do too.
Paul22000 said:
Wow, what a douchebag. Seriously.
Why bother posting this crap?
Obviously I noticed it, and obviously I care. And it looks like others do too.
Click to expand...
Click to collapse
I said don't take the post offensively cause it wasn't meant to be an offensive post, I was looking for you to simply explain why you want something as minor as this removed. I wasn't directly meaning calling you "weird", but it seems I'm a douchebag (lol) for asking a question. I don't exactly see why you got so bothered by this. Quite funny to me, actually.
Bump to see if you could modify it for the lastest rom? A17?
http://android-theme-minus.googlecode.com/files/Remove_home_screen_panels.zip
Here is a metamorph file to get transparent home screen panels. It should work with any version that has that image in that location.
Paul, you might want to add this to your OP so that people don't have to scroll to the second page to find it.
david1171 said:
http://android-theme-minus.googlecode.com/files/Remove_home_screen_panels.zip
Here is a metamorph file to get transparent home screen panels. It should work with any version that has that image in that location.
Paul, you might want to add this to your OP so that people don't have to scroll to the second page to find it.
Click to expand...
Click to collapse
How do you install this? Is the Rosie.apk zipped inside?
david1171 said:
http://android-theme-minus.googlecode.com/files/Remove_home_screen_panels.zip
Here is a metamorph file to get transparent home screen panels. It should work with any version that has that image in that location.
Paul, you might want to add this to your OP so that people don't have to scroll to the second page to find it.
Click to expand...
Click to collapse
No go, didn't do anything. /=

[Request] Clear lockscreen w/ rain drops on glass look.

Hey guys, i just wanted to see if anyone was up for the task of trying out somthing i would really love to see on my phone. I love the rain and rainy days and I would love to have a clear lockscreen that looks like it has a dew-ie like look to it. Anyone think that would be possible?
For clarification:
The look im going for is how your window looks like on a rainy day^^
This would be neat. I would have to learn how to make lockscreens. My new task.
this is what ive got so far, I need to adjust the colors a little but this is actually kind of tough because water is clear so I will work on it a little more when I get home tonight but feel free to try it out it's for 2.1 and flash it just like regular
this has to include the com.htc.resources so if you have any mods to your taskbar then this will change some of the icons.
I am not responsable if you mess up you mess up your phone.
download here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
wtphoto said:
this is what ive got so far, I need to adjust the colors a little but this is actually kind of tough because water is clear so I will work on it a little more when I get home tonight but feel free to try it out it's for 2.1 and flash it just like regular
this has to include the com.htc.resources so if you have any mods to your taskbar then this will change some of the icons.
I am not responsable if you mess up you mess up your phone.
download here
Click to expand...
Click to collapse
I dont understand, why would that mess with com.htc.resources.apk when lockscreen_topedge.png is in HtcLockScreen.apk? That should be the only file you're messing with.
this is what ive got so far, I need to adjust the colors a little but this is actually kind of tough because water is clear so I will work on it a lit
Click to expand...
Click to collapse
I dont understand, why would that mess with com.htc.resources.apk when lockscreen_topedge.png is in HtcLockScreen.apk? That should be the only file you're messing with.
Click to expand...
Click to collapse
Because to get a completely clear lock you have to modify lockscreen_archglass_top, lockscreen_archglass_bottom, and I think its called lockbar.png which are all located in the com.htc.resources.apk otherwise you still get the bar/arch (depending on if you use espresso or regular rose) across the lockscreen
-------------------------------------
Sent via the XDA Tapatalk App
Couldn't you just make this in photoshop with a transparent bg, stick it in your drawable folder in framework and push framework without editing anything else?
Couldn't you just make this in photoshop with a transparent bg, stick it in your drawable folder in framework and push framework without editing anything else?
Click to expand...
Click to collapse
In 1.5 this was the case as all the images where stored in htclockscreen.apk>res>drawable 320x480 however in 21 they spread the png's for everything all over the place. That's why to get it completely clear you have to edit files in com.htc.resources.apk also because of the way 2.1 is set up it took like 2 weeks to figure out how to do it because the xml code had to be edited. If you think I'm wrong do it yourself the way you think. I was just trying to be helpful
-------------------------------------
Sent via the XDA Tapatalk App
Wtphoto: wow thats just awesome!!^^ i never expected anyone to respond let alone actually do it ^^. Usually my rare requests go unheard or ignored in terms on internet =P.
Looks damn near spot on what i was imagining! wow good job! Hopefully we could get some other people's takes on it too.
Oh oh oh i just thought of it. how about the animation on a rainy day for the weather widget (not the actual animation, just the image it pops out). That look is perfect too, just without the windshield wiper.
Question, the lockscreen you made is just overlapping on a previous lockscreen picture i had before, how do i clear that one up?
frostrunner said:
Question, the lockscreen you made is just overlapping on a previous lockscreen picture i had before, how do i clear that one up?
Click to expand...
Click to collapse
if you where using a jpg or something like that then you need to go in and clear the lockscreen cache by doing this is adb
Code:
adb remount
adb shell
cd /data/misc/lockscreen
rm *
cd /system/customize/resource
rm htc_wallpaper*
exit
then go in and flash the clear lockscreen
Here's my take on it, using the Rotary Lockscreen:
^I like that.
JsChiSurf said:
Here's my take on it, using the Rotary Lockscreen:
Click to expand...
Click to collapse
That is pretty sweet.
Hot **** that rotary one looks awesome! I'll be waiting for a download link on that!
i want this. . can i get the download please.
Rainy Day Wallpaper Rotary Lock
Here is a link to a MetaMorph for applying the "rainy day" wallpaper to the rotary lockscreen (textless version). I do NOT plan any making any other versions / iterations of this lockscreen, however, if you like this as is, please feel free to use / enjoy. This should be compatible with any 2.1 based Sprint ROM that has been deodexed.
XML Control File <--- Apply using the latest MetaMorph application
Your phone may freeze when applying, and when coming back up, the MetaMorph may not have fully applied. If this is the case, re-run MetaMorph, and select the 'framework-res' sub-theme, apply, and reboot.
Initial boot will take a while as your cache is rebuilt.
Reference:
thanks alot surf ur the man.

Bio-Hazard Lock Screen (100% DONE)

I will be working on a fully loaded Bio-Hazard theme for the next few days but atm I have just been working on the lock screen. Note that this lock screen is not "as is" for when teh theme comes out, its subject to change. But for now enjoy the sneak peek of the lock screen.
Images:
{
"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"
}
Thanks:
cbarlan- For always being there when I need help, and teaching me most of what I know about android.
Vince OB- For helping me figure out a couple of things in the past that has came in handy with some of the things i have done.
brian m- For letting me know which xml file i needed to switch to make the background work.
And a couple others that escape me.
I didn't forget you! I just have a massive headache and I cant think straight. Ill put you on the list as your name comes up in my head, or PM me.
Can anyone help me. When I'm trying to change the "unlock" text it makes me either get rid of the unlock text or gets rid of my background, and makes the back ground transparent. I'm willing to sent the apk if anyone is willing to fix this for me. Thanks
MyDroidHax said:
Can anyone help me. When I'm trying to change the "unlock" text it makes me either get rid of the unlock text or gets rid of my background, and makes the back ground transparent. I'm willing to sent the apk if anyone is willing to fix this for me. Thanks
Click to expand...
Click to collapse
Lock screen looks great. Ill take a look at the file soon and see if I can help. Not home just yet. But looks great
Thanks!! I'm getting sooo stressed out. I just woke up missing my grandpa really bad. I guess a bad dream, so I'm going to go see him today.
Fixing this lock screen < My grandpa
p.s. this should have only taken 30 mins MOST. I have spent well over 5 hours
haha
MyDroidHax said:
Can anyone help me. When I'm trying to change the "unlock" text it makes me either get rid of the unlock text or gets rid of my background, and makes the back ground transparent. I'm willing to sent the apk if anyone is willing to fix this for me. Thanks
Click to expand...
Click to collapse
What are you changing to make this happen? Are you trying to make it spell something other than "unlock"?
Not anymore.. I gave up on that. Now I just want the background to show. The background is in framework-res > res > drawable
MyDroidHax said:
Not anymore.. I gave up on that. Now I just want the background to show. The background is in framework-res > res > drawable
Click to expand...
Click to collapse
I've never gotten the backgrounds to stick. That's why if u notice on both of my themes I post the wallpaper for people to download and use.
The lockscreen wallpaper is controlled by the keyguard_screen_tab_unlock.xml in the res folder. You have to change the background line to reference the jpg. Go grab the one that JsChisurf made up.
cbarlan said:
I've never gotten the backgrounds to stick. That's why if u notice on both of my themes I post the wallpaper for people to download and use.
Click to expand...
Click to collapse
No its the Lock screen background..
brian m said:
The lockscreen wallpaper is controlled by the keyguard_screen_tab_unlock.xml in the res folder. You have to change the background line to reference the jpg. Go grab the one that JsChisurf made up.
Click to expand...
Click to collapse
OMG your a hero haha. Thanks! Putting link up now!
Flashed this over Aloysius 2.0.8 after renaming the htclockscreen.apk and it's oh so pretty
Thanks!
Telgar said:
Flashed this over Aloysius 2.0.8 after renaming the htclockscreen.apk and it's oh so pretty
Thanks!
Click to expand...
Click to collapse
why did you have to rename it? And Thanks
alo is koni's awesome rom but he had an issue with the vanilla lockscreen so he put in the htc one. To enable the vanilla lock you had to unload the htc one.
-------------------------------------
Sent via the XDA Tapatalk App
MyDroidHax said:
why did you have to rename it? And Thanks
Click to expand...
Click to collapse
cause that has to be renamed or deleted or u will not be able to see anything but that lockscreen type. remember this is a modified version of flipz vanilla lockscreen and to get it to work the htc version must not be there. so the two options are to either delete or rename. If u install flipz flahable zip for the initial vanilla lockscreen it will delete it for you.
cbarlan said:
cause that has to be renamed or deleted or u will not be able to see anything but that lockscreen type. remember this is a modified version of flipz vanilla lockscreen and to get it to work the htc version must not be there. so the two options are to either delete or rename. If u install flipz flahable zip for the initial vanilla lockscreen it will delete it for you.
Click to expand...
Click to collapse
oh okay cool. Wish i knew a way to through flips lock screen in my update.zip. But I'm just not good with all this stuff quite yet.

Categories

Resources