hmm-umm / Android-LockScreenSample-DisableHomeButtonKey

Android LockScreen Sample Using Service - Disable HomeButton or HomeKey
Apache License 2.0
460 stars 126 forks source link

how to use this library to disable home key in my activity #10

Open vidhyavishwa opened 7 years ago

vidhyavishwa commented 7 years ago

Hi i used your library it is perfect i want the same result but when i added

 `Lockscreen.getInstance(ContextInstance).startLockscreenService();`

in my oncreate and added this Lockscreen.getInstance(ContextInstance).stopLockscreenService(); in my button where i wand to unlock but it is not disabling the home key. But your apk is disabling the home key in my phone. So please do say how to use it for my lockscreen i am stuck at this part for long days

hmm-umm commented 7 years ago

Hi. vidhyavishwa :)

You means... stopLockscreenService() is not working? Right? Interesting.... Would you tell me a phone that tested? I will check this issue..

and please check if LockscreenService, LockscreenViewService run even after stop function call.

Thank you

Best regards :) ᐧ

2017-08-19 16:27 GMT+09:00 vidhyavishwa notifications@github.com:

Hi i used your library it is perfect i want the same result but when i added

Lockscreen.getInstance(ContextInstance).startLockscreenService();

in my oncreate and added this Lockscreen.getInstance(ContextInstance).stopLockscreenService(); in my button where i wand to unlock but it is not disabling the home key. But your apk is disabling the home key in my phone. So please do say how to use it for my lockscreen i am stuck at this part for long days

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mugku/Android-LockScreenSample-DisableHomeButtonKey/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AF6mhyFKFCgSj5NRtCqFbl7aN5OX_oDZks5sZo5bgaJpZM4O8QWI .

--

Jaegil Lee

S/W Engineer Master of Engineering Github: DUBULEE Mobile: (+82)10-2854-1370 E-Mail: dubudev@dubulee.com E-Mail: dubudev@gmail.com Homepage: http://www.dubulee.com

vidhyavishwa commented 7 years ago

Hi mugku, Thanks for your reply and response, Sorry for my late reply, I tested in honor4x. In the same phone your app in playstore works. So please do say how to use your library in my app . Waiting at this part for months.

Regards, Vidhya.S

On Sat, Aug 19, 2017 at 7:12 PM, mugku notifications@github.com wrote:

Hi. vidhyavishwa :)

You means... startLockscreenService() is not working? Right? Interesting.... Would you tell me a phone that tested?

I will check this issue..

Thank you

Best regards :) ᐧ

2017-08-19 16:27 GMT+09:00 vidhyavishwa notifications@github.com:

Hi i used your library it is perfect i want the same result but when i added

Lockscreen.getInstance(ContextInstance).startLockscreenService();

in my oncreate and added this Lockscreen.getInstance(ContextInstance).stopLockscreenService(); in my button where i wand to unlock but it is not disabling the home key. But your apk is disabling the home key in my phone. So please do say how to use it for my lockscreen i am stuck at this part for long days

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mugku/Android-LockScreenSample- DisableHomeButtonKey/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ AF6mhyFKFCgSj5NRtCqFbl7aN5OX_oDZks5sZo5bgaJpZM4O8QWI .

--

Jaegil Lee

S/W Engineer Master of Engineering Github: DUBULEE Mobile: (+82)10-2854-1370 E-Mail: dubudev@dubulee.com E-Mail: dubudev@gmail.com Homepage: http://www.dubulee.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mugku/Android-LockScreenSample-DisableHomeButtonKey/issues/10#issuecomment-323523893, or mute the thread https://github.com/notifications/unsubscribe-auth/AdteY6AFTycrYcOaiWXSH00uO3wOMMxaks5sZuZHgaJpZM4O8QWI .

dri94 commented 6 years ago

i am looking for this info as well. It is not disabling the home key on google pixel for me with your library

hmm-umm commented 6 years ago

Hi guys :)

This lock screen method draws the view at the top of the window.

so~ used a service component.

Please confirm that the lock screen service and the lock screen view service are working properly.

Realistically it is hard for me to confirm that do not have your phone. Let me check the status by e-mailing in a little more detail.

If it is available, it is better to send the video and code. Even if it is private, I have no intention of disclosing it elsewhere.

I need more information to help.

Thanks

vidhyavishwa commented 6 years ago

Thanks for the indeed help, i will share you my codes as soon as possible please do help me to achive the same as your library app

On 14-Sep-2017 11:53 am, "mugku" notifications@github.com wrote:

Hi guys :)

This lock screen method draws the view at the top of the window.

so~ used a service component.

Please confirm that the lock screen service and the lock screen view service are working properly.

Realistically it is hard for me to confirm that do not have your phone. Let me check the status by e-mailing in a little more detail.

If it is available, it is better to send the video and code. Even if it is private, I have no intention of disclosing it elsewhere.

I need more information to help.

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mugku/Android-LockScreenSample-DisableHomeButtonKey/issues/10#issuecomment-329385481, or mute the thread https://github.com/notifications/unsubscribe-auth/AdteYzgMwLob2z019GgfS0G4qRie0JV1ks5siMZsgaJpZM4O8QWI .

vidhyavishwa commented 6 years ago

​ HomekeyConttrol.rar https://drive.google.com/file/d/0BxfSfN-aCFUXT2RRQ2pQZE5qWXc/view?usp=drive_web ​Hi mugku,

P.F.A for my code i just use a button to unlock and overrided all keys to prevent working my homekey alone is not getting control please do help to make it possible. Thanks in advance.

Regards, Vidhya.S Team leader, Futuro it solutions, kakkanad, kochi. ph-0484-6545456

On Sat, Sep 16, 2017 at 6:16 AM, Vidhya Vishwa user05.futuro@gmail.com wrote:

Thanks for the indeed help, i will share you my codes as soon as possible please do help me to achive the same as your library app

On 14-Sep-2017 11:53 am, "mugku" notifications@github.com wrote:

Hi guys :)

This lock screen method draws the view at the top of the window.

so~ used a service component.

Please confirm that the lock screen service and the lock screen view service are working properly.

Realistically it is hard for me to confirm that do not have your phone. Let me check the status by e-mailing in a little more detail.

If it is available, it is better to send the video and code. Even if it is private, I have no intention of disclosing it elsewhere.

I need more information to help.

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mugku/Android-LockScreenSample-DisableHomeButtonKey/issues/10#issuecomment-329385481, or mute the thread https://github.com/notifications/unsubscribe-auth/AdteYzgMwLob2z019GgfS0G4qRie0JV1ks5siMZsgaJpZM4O8QWI .

hmm-umm commented 6 years ago

Hi. vidhyavishwa

I try to access google drive. please confirm.

Thanks.

Ps. If you want to talk using messenger, send mail to me..