guide for lockscreens - Hero CDMA Themes and Apps

i was wondering if there's any guides available on how to make custom lock screens. i can't seem to find anything on google regarding it. i saw some of the nice ones noj created and it inspired me to make a few of my own too, but i have no idea where to start.

Here you go:
http://androidforums.com/all-things-root-sprint-hero/48610-guide-creating-custom-lockscreens.html

ajaholic said:
i was wondering if there's any guides available on how to make custom lock screens. i can't seem to find anything on google regarding it. i saw some of the nice ones noj created and it inspired me to make a few of my own too, but i have no idea where to start.
Click to expand...
Click to collapse
I took the lame developer route. I just used winrar to open up an already created lockscreen.zip and just replaced the lockscreen image with my own. Flashed just fine.

jeez ajaholic, have you tried using something called "google" and other search options available?

thanks guys!

ajaholic said:
thanks for the help tatonka, but this guide seems to be pretty basic it's basically just says to do the developer route kbizzle was talking about, which is alright but severely limits the amount of customization you can do. for example you cant change the size of lock screen image or the text. there is a an xml file inside the apk that i believe controls those things, but when i open it up in notepad its in a compiled format not regular text and i can't edit it. does anyone how to edit the xml file?
Click to expand...
Click to collapse
Exactly. It is basic, that was the point of me writing it. So that others could easily create basic custom lockscreens and share with the communities out there. If you are looking for something more elaborate, I would search these forums. But, to save you some time, here are 3 links I have found in my searching that describe how to change time color, etc.
http://forum.xda-developers.com/showthread.php?t=578421&highlight=deodex
http://forum.xda-developers.com/showpost.php?p=4113483&postcount=2
http://forum.xda-developers.com/showthread.php?t=549309

Related

program to cycle different today backgrounds (WM5)

I just got a bunch of nice backgrounds and i'd like a utility to cycle through them. Does anyone know if such a thing exists? i did a quick search but couldnt find anything on this forum.
http://www.google.dk/search?hl=da&q=today+theme+rotator&btnG=Google-søgning&meta=lr=lang_da|lang_en
thanks, im still looking through some of those links. but from my first impression it looks like those links provide programs to rotate the whole theme rather than just the background pic. Do you know if this is the case?
if so just change the search to something like this
http://www.google.dk/search?hl=da&q=today+theme+switcher&btnG=Søg&meta=lr=lang_da|lang_en
That's still searching for something that changes the entire theme, isn't it?
What I want is something to just change the wallpaper/background from a directory with many background images.
I tried searching google for "wm5 change backgrounds" but couldn't find what I was looking for. (my google skills suck)
Maybe I just don't understand how a theme changer could change my backgrounds for me.
Please advise.
Thank you.

Fonts for Android

Been looking to change my system fonts for my Samsung Fascinate. After some research I figured out how to do it, but I ran into a problem. Most fonts are missing spaces that the Android OS relies on. If these spaces are missing you end up with ugly boxes in some areas, particularly in the app drawer. I found the fix for this issue when I stumbled on this url. I verified that the font I am using is indeed missing the character spaces mentioned there and they do exist in the fonts that come on my phone. All I need to do is add them.
http://blog.piratemedia.tv/2010-08-06-the-balad-of-the-crazy-boxes-android-fonts/
Here is my question. How are people editing existing fonts for use with Android? I tried using FontCreator but it is only a eval and will not let me save me changes. I can't afford to purchase this program so thats a no go.
Can a custom app be created to add the entries listed in the above url if they are missing since this seems to be a common issue and would allow much more user creativity?
Fonts are a very big deal when someone is looking to customize their phone and I have seen very little info on these subjects. Was hoping to find a few more answers and maybe help some other people in the process.
If anyone is wondering what I am doing that prompted me to ask this here the thread is below.
http://forum.xda-developers.com/showthread.php?t=924213
Bueller? Bueller?
I find it hard to believe that not a single person in the Android community can help.
I am interested in this topic as well Holliday. I haven't come across much help. It sounds like others have altered the fonts as you mention:
I was having the same problem. My font was not working in android either but I needed it to work. Using a font editor, I copied the characters from my font into the font that comes with the FontSampler example from Android-src-2_1. It worked perfectly.
While I will admit that my method was questionable from an intellectual property point of view, I didn't actually wind up using the original font, as all of the characters were replaced and all references to the old font where replaced as well. I had tried 'looking' at the way the two fonts were defined but making all the font variables match didn't work either. So in the ned, I used a skeleton of the original font as a template for the new font
Click to expand...
Click to collapse
Source: http://stackoverflow.com/questions/1426244/use-external-fonts-in-android
No mention of the application that they used however. Will continue to follow this thread for any recommendations from others and post if I find anything.
like the quote said, editing fonts is a bit questionable, since you're making changes to someones copyrighted material. There are a number of font editors out there, but they're all for commercial use I belive, and even the ones that aren't are still pretty expensive.
Your best bet is to keep trying new fonts until you find one that doesn't have those issues, or at least has a large enough character set so it's not noticible. Check out my font thread (link's in my sig). You should be able to find something usable - I have over 250 fonts packaged up with screenshots, ready to be flashed.
fachadick said:
I have over 250 fonts packaged up with screenshots, ready to be flashed.
Click to expand...
Click to collapse
Fantastic collection. Thanks!

ICS ShapeWriter...

I know not everyone prefers ShapeWriter, not sure why it's the best keyboard out there, but with all the ICS stuff and themeing, here's a ICS themed ShapeWriter Keyboard.
ps-if anyone knows how to change the tracer color, please let me know. I've asked, pm'd, googled, all with no luck.
TheBeardedMann said:
I know not everyone prefers ShapeWriter, not sure why it's the best keyboard out there, but with all the ICS stuff and themeing, here's a ICS themed ShapeWriter Keyboard.
ps-if anyone knows how to change the tracer color, please let me know. I've asked, pm'd, googled, all with no luck.
Click to expand...
Click to collapse
just like swipe. its in the libshapewriter.so file. only way to edit it is to use a hex editor. use this as a guild http://forum.xda-developers.com/showthread.php?t=1162558
you will need to figure out what the HEX code for the stock color and find it in the .so
OK. So any help on finding that color in Hex Editor? I knew it was in the .so file but don't know the location.
TheBeardedMann said:
OK. So any help on finding that color in Hex Editor? I knew it was in the .so file but don't know the location.
Click to expand...
Click to collapse
you would have to decompile it and see what the hex code is used for the color then search the .so for it.
its easier in linux. i will see what i come up with then i am home tonight.
synisterwolf said:
you would have to decompile it and see what the hex code is used for the color then search the .so for it.
its easier in linux. i will see what i come up with then i am home tonight.
Click to expand...
Click to collapse
Thanks. I appreciate it. No worries if nothing happens.
I thought I was the only person alive that still uses shapewriter. Is there any way to remove the background image? It's a bit distracting
Akomack said:
I thought I was the only person alive that still uses shapewriter. Is there any way to remove the background image? It's a bit distracting
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=812313
Check this out. It's a few replies in. If you want a certain color or background or whatever, I could probably do something for ya.
After I posted that, I did a little playing around.. Made an orange and black one to go with my orange MIUI 4.0 theme
Got it. I posted on other thread.
Shapewriter bug
HI
long time shapewriter user - recently upgraded to ICS (BCM on the desire)
did a restore of shapewriter from a titanium backup of it i had (this was from CM7 ie gingerbread). Works perfectly but for one problem: Whenever i switch to the number keyboard it duplicates the last digit when i switch back to the alpha keyboard.
Any ideas how to fix or workaround?
Presume the "data" part of the titanium restore is the bit that cointain info on my writing style etc so would be up to 2 years worth of learned data that i would rather not have to wipe and relearn. Maybe the app isnt as clever as this. Im not sure?
I think you might be able to do a fresh install and then copy over the library files. Once I get to a computer I'll look into it.
TheBeardedMann said:
I think you might be able to do a fresh install and then copy over the library files. Once I get to a computer I'll look into it.
Click to expand...
Click to collapse
Shaspewriter isnt available on the market/play any more i know that there are modified variants out there but i'm not so comfortable getting it from a lesser source do to the security/easy ability to capture all keyboard input - do i need a special installer file etc or will the data stored by titanium backup suffice. Not sure if it has the apk file.
Any help appreciated.
I have a galaxy note and am still using shapewriter as it is STILL the best tracing keyboard out there. BUT unfortunately it appears on the note in a compacted form, only taking up 2/3 of the width of the screen. Does anyone know if there is a version that would adapt to any screen size??
ICS Shapewriter [Now with xhdpi support!]
Here is a nice ICS themed shapewriter. It also has support for hi res devices. :laugh:

Making your own Lockscreen?

Is it possible on android to make your own lockscreen from scratch, or at least a custom combination type thing because I've had an idea for something that would be nicer then a numeric lock but less of a failure then pattern.
* In retrospect I probably should've scrolled down to android section, oh well.
Yes, is possible but you must know programing in java..
Been doing java for a couple years, could you point me to a reference or something that its been done before?
Well, you could go learn Java programming language and go from there, or you can use an app called WidgetLocker. It's free in the Play Store but there is also a paid version available for purchase. With this App you can change the slider on your lock screen and also add widgets like you would on your homescreen. You can also add app shortcuts to it. If you'd like to download more slider options go to this link: http://forum.xda-developers.com/showthread.php?t=968613
There are hundreds of options to choose from. Just download it to your computer then drag it into your phones SD card and it should show up in the slider options. I hope this helps you out!
Y'know I know you probably want to get your 10 posts going and all but I see nothing in your reply that has anything to do with the original statement.
Sorry EphemeralMirage if no one has been of great help to you lately, I think he was just trying to help you and he was just trying to be nice. He didn't clearly understand your question, but being a bit nice to others would help in this forum.
You should probably check this guide out, have a look at it and see if it looks like what you need.
http://androidforums.com/sprint-hero-all-things-root/48610-guide-creating-custom-lockscreens.html
Thanks that looks like what I'll reference, as soon as I get the source stuff hammered out and all.
If you are looking to actually create your own way to unlock the screen
that is different than taking a stock method and changing the graphic.
It was something that I was going to look into, but I haven't got that far.
In the Nook, the screen unlockers are implemented in /system/framework/android.policy.jar
There are apparently three of them already:
LockScreen - the standard slide to unlock
LockPinKeyguardView - a four digit pin
LockPatternKeyguardView - apparently a pattern lock
So theoretically just use the source for that, add in yours and see what happens?
Then again that might be easier said then done, into AOKP I go!
AndroidPlus
Check this website to make some basic apps. it is very useful for the beginners.
androidplus.org

[Q] A Path to Take

Hey Guys,
I wanna learn modding and developing Android. I'm new to XDA and don't know which path to take. Should I start by modding some .apks or should I use Android SDK to learn to develop apps. BTW, I use Linux (Xubuntu 1.04) and I'm familiar with the Command Line. I just want somebody to point me in the right direction.
Thank you...
JasonKZLY said:
I'm new to XDA and don't know which path to take.
Click to expand...
Click to collapse
Hi.
Take which ever comes naturally, but you should have some idea before signing up as modding an apk or two is a bit different to developing a full app I would say. I would start by reading reading and reading some more.
Hmm...
XperienceD said:
Hi.
Take which ever comes naturally, but you should have some idea before signing up as modding an apk or two is a bit different to developing a full app I would say. I would start by reading reading and reading some more.
Click to expand...
Click to collapse
I found this thread by Cyanogen --- http://forum.xda-developers.com/showthread.php?t=667298. I decided to take his advice but I have another question, a bit stupid one perhaps, I was trying to edit my Android's Phone.apk. I was changing the colour of the numbers in the dialpad to blue, I used Gimp (Yes, I changed the mode to RGB) and edited the .png files in both drawable-hdpi-finger and drawable-mdpi-finger. I signed and zip-aligned the .apk, after putting it in my phone's system/app, changing permissions and rebooting. The Numbers in the dial-pad was still white in colour, I had also edited the unknow-caller png and that worked but the dialpad thingy didn't work. Any ideas???
JasonKZLY said:
I found this thread by Cyanogen
Click to expand...
Click to collapse
A third path then. :silly:
JasonKZLY said:
The Numbers in the dial-pad was still white in colour, I had also edited the unknow-caller png and that worked but the dialpad thingy didn't work. Any ideas???
Click to expand...
Click to collapse
It might not be an image but controlled by an xml, or the buttons you've changed aren't what's used by the Phone etc, for example the dialer buttons in my Phonebook to make a call aren't the same as when I'm on a call, as the ones used while I'm in a call are in another apk, which for me is SEMCPhone.apk, which you'll only find on SonyEricsson/Sony Phones.

Categories

Resources