How do lock screen work ? - Galaxy Tab 2 General

I am starting with android app development . I was thinkjng may be I can make a lock screen app .. I am confused how does the pattern/password/pin unlock works .. like is it some database that stores the password and then checks it when the user enters the password for it being wrong or right ????
If so then what database is it using ??? MySQL or oracle or what ??
Cuz if it uses any of those .. I will have to learn how dbms works and their codes right ??
Thanks..
I asked in Q&A of general section .. even bumped it once .. no one knew.. so aSking here if Nyone knows ..

Related

i have a lot of q. i am a noob here...

hello, i have i mate jam!
1. can i install windows mobile 6 on it?
2. cani change the imei number? (the imate works only on one network)
3. how can i tell what rom ver installed on it
4. are the new software like touchflow can run on it?
thx all!
1: Read and search the forums
2: It is ILLEGAL to change the IMEI #
1: Read and search the forums
i have. didn't find solution
2: It is ILLEGAL to change the IMEI #
ohh didn't knew that...
private massage maybe?
chenrp said:
1: Read and search the forums
i have. didn't find solution
2: It is ILLEGAL to change the IMEI #
ohh didn't knew that...
private massage maybe?
Click to expand...
Click to collapse
if you say u have searched the forum and didn't find the answer i'm damn sure you will are anoob to internet too.
read the stickies in magician section. i hope u'll find the answers.
i am...
what is a stickies ?
thx all
chenrp said:
i am...
what is a stickies ?
thx all
Click to expand...
Click to collapse
mr. chenrp. i will answer the relevent questions only here because ur question 'what is a stickies ?' just seems as if u r trying tell us u r really a noob.
cos' a person new at forums will rather not use the word 'noob' as most forums use this word for beginners.
you are also a member of many many forums relating to symbian, hardware, nokia etc. and u still tell us u don't know what a 'sticky' is.
sorry for that...lets move on.
there is no wm5 or wm6 for ur ppc till date.
ur current os is wm2003se or (windows mobile 2003 second edition)
if its working properly and on top of that u r new to these things- i would suggest u stick with whatever you have right now or most probably you will render your device unusable (as such there is almost no scope for getting anything better on ur magician)
hope this made things clear.
hello...
this is chen
the last posts made by my 10 year old brother...
thx , sorry

[DEV] HTC dll reference problem

Hi ,
i am developing application , for HTC HD .
i want to access the Weather DB or just use some dll i have i belive its by HTC .
when i try to add it to my project , i cant because i think they protected it.
anyone had this problem ? and has any idea ?
or can i get those dlls from some place ?
any idea will be good
Thanks ,
idandush

[Q] queries about software

Hello ,
I like to start mobile freeware site , before i start want to know something,
if i display developer software on my freeware site , may be i am going to be using description/requirement from here or somewhere , when user download , i will redirect to developer home page or here or if i can host , i will be hosting that freeware files , is that legal or not.
I am sure here are many developer , so please advice i should go ahead or not coz i want to do everything legally.
Thanks a lot

[Help] Cloud Integration in file manager based app

I have developed an android app and u can have a look at it
https://play.google.com/store/apps/details?id=org.ultimate.tasker
NOW I WANT TO INTEGRATE CLOUD SERVICES TO MY APP(dropbox,box,ubuntu one ,etc)..
since dropbox provides API that will be easy to do... but how to integrate ubuntu one and other which donot provide APIs and requires only user name and password to upload files directly from device...
SO PLZZZ HELP ME OR GIVE ME ANY REFERENCE TO DO SO...
THANKING U IN ANTICIPATION...
[help]
if u think i have posted this question at wrong place then plzz let me know....
as around 50 people visited this post but still no help... surpsised...

My own ScreenLocker

I want to made my own lock screen , but i don't know how to do it , i have a few notion in java dev , but i don't know how to do a lockscreen app ( i know there is many lockscreen app on the market , but i want my app ), could someone help me or get some source .
Thank's and sorry for my bad english
EDIT : I have the disgn of my app no probleme , but i got 9 button and i want that the user register his code , and then he have to do this code for unlock the phone .
I want too
but i dont know how to ?? Is there any one to tell us plz ?
Well i'm not alone ^^
If u want we can work together ? As i said i have a very basic visual that i can show you ^^
hello, for enabling or disabling lock screen in Android, we need to get the instance of keyBoard Manager, using getSystemService(). The syntax is as,
Code:
KeyguardManager keyguardManager = (KeyguardManager)getSystemService(Activity.KEYGUARD_SERVICE);
KeyguardLock lock = keyguardManager.newKeyguardLock(KEYGUARD_SERVICE);
For locking the screen use,
Code:
lock.reenableKeyguard();
and for disabling the lock use,
Code:
lock.disableKeyguard();
Source : http://smartandroidians.blogspot.com/2010/03/enabling-and-disabling-lock-screen-in.html
Thanks you i will try it when i can

Categories

Resources