[Q] Simple blank lock screen, tap to unlock - Android Q&A, Help & Troubleshooting

Hello everyone,
Since I have 1 posts including this one on the XDA forum and couldn't post in the dev section, I guess it'll have to go here. I'd like to make a simple lock screen for my Galaxy S2 (Android 2.3).
It would be similar to the default pattern lock but I don't want a combination of dots. Instead, I want it to unlock at a single tap at a position on the screen, or maybe two correct taps.
Since the default pattern lock requires at least 4 dot connections, I couldn't use it. I also want it to show the background with no widgets, only maybe the notification bar.
Now I downloaded the Android SDK, but I have no experience with it. I have past C++ experience and I'm willing to learn, but I would like some directions and perhaps code snippets to get me started.
Inb4 NOT SECURE LOL: It's what I want to have.
tl;dr Mewants to make single or double tap lock screen with no widgets showing. Halp?

Try AppInventor ...It is a good way to learn to make apps for Android without really knowing the programming...all you need to know is hoe you you want your app to work...and since you have previous experience with C/C++..am sure the loops such as if/if-else etc in the pictorial manner won't confuse you..Good luck..Its a good Idea you have there..dunno if it can be implemented for sure though!
There are many AOSP Lockscreens available in the dev section anyway...check them out till then

Related

[Q] How to change & time in this phone?

How to change date & time in this phone?
And how to put it on main screen?
dont know if ur trolling or anything, but isnt it obvious in setting>date and time?
He's new to android.
First thing you should do is not to go on xda that much yet, familiarize yourself with the settings menu and how android works. Getting so many weird questions might annoy users.
Of course, we'll try to be helpful either way. But will appreciate if people try to look for solutions themselves before posting.
Anyway, changing time go to settings, adding widgets to main screen just hold the main screen and wait for popup and select a clock widget. Try searching market for honeycomb clock, looks awesome.
OK got it thanks.
Now can lock this topic.

[Q] Heavily modded interface

First post, but I did my research and couldn't find anything similar.
I'm wondering what the feasible limits are of editing Android. Here's the situation:
I'm thinking of buying the Sony Walkman Z, but would want to create a new interface to make it more music-centric. Would it be possible to create a rom/skin/theme which would act almost nothing like android, but still run android apps?
something like this:
homescreen is fairly normal, clock+link to internet.
swipe left launches music/video app(which I'd like to make custom too, just a pipe dream)
swipe right is list of selected apps (not anticipating having more than the 16 one page could display)
swipe up displays full list of apps (like normal)
shortcut keys work as normal.
don't really need notifications(no texts/calls, don't tweet) so top bar can go away. really that's it. minimalist so as to keep the music the main focus.
A: is it possible?
B: is the skill level required ridiculous high?
C: are there any developers out there willing to take on a challenge?
Thanks so much,
GrIdiot

[REQ][APP/MOD][?]Multi Profile

Hey. I don't know where to post this as I am unsure which device I am getting.
I am wanting to get a tablet, and I want to have other people use it. What I am asking is: is there a way on something like the 4.+ lockscreen that you can have different users with different home screens? Like slide up, user 1's desktop. Slide right, user 2 etc.
Also if it had the option of a Password that would be handy
Thanks
Faithfully,
-Riku
Snapsynos Dev Team.

[Q] using same dot twice on android unlock screen

I Have a Rooted android and ive done some looking into and cant seem to find any apps or information into what im trying to do.... I am trying to use the one of the dots on my android twice in an overlapping patter that i believe would make a cool looking pattern that ive come up with and that will still secure my device. has anyone tried this or found a way to do it or, maybe even change the color of the doubled dot from green to purple or some drastic color change like that so that the difference can be seen. any links to guides on how to do it or apps would be helpful. PS i have no android coding experience only a basic class in C++
I looked at the lockscreen replacements on Google Play, but I didn't see any that have that feature. There might be a custom ROM you could flash that has that, although I've never encountered one. The only other way to do that would be to edit the source code of a ROM, specifically the source for Keyguard.apk (although I may be wrong on that part), add that functionality, and then build it yourself, which, in my opinion, would be a very large amount of work for a feature that small, and it would require you to know Java.

First impressions and questions

Hi,
I have played with Themer and widgets last few hours, and it looks very nice. I have looked through the introduction videos, and they were informative, but there is always some information missing, and here is what I could not find:
How to lock widgets without right click?
When we unlock the widgets for editing, we need to lock them back. Every tutorial that I looked does this using right click on screen, but what if there is no place on screen available to right click (widget occupies to whole screen)?. I guess we could add one screen temporarily, lock the widgets, and remove the "dummy" screen, but I guess there should be some quicker method?
How to dock particular widget to appear on all screens?
I would like one widget to appear on all screens, something like a Dock on the stock Android. How to mark widget as docked (locked) on all screens?
How to preview a custom (exported) theme?
In the video tutorials it is said to put an image with the same name to thumbs folder (I noticed that it must be png also, not jpeg). However, this only shows the screenshot in the thumbnail preview of exported themes. What about when we select a particular theme, which opens a screen with Delete Apply choices? This preview is still blank screen, which means that it does not use the image from the thumbs. The same behavior is seen in the video tutorials.
How to know if there is an empty widget on screen?
For example, lets say that I have dropped a widget on the screen accidentally, and I did not place any element in it. This widget would be transparent by default. How can I see those widgets, so I can remove them?
Thanks.
Goran_ said:
Hi,
I have played with Themer and widgets last few hours, and it looks very nice. I have looked through the introduction videos, and they were informative, but there is always some information missing, and here is what I could not find:
How to lock widgets without right click?
When we unlock the widgets for editing, we need to lock them back. Every tutorial that I looked does this using right click on screen, but what if there is no place on screen available to right click (widget occupies to whole screen)?. I guess we could add one screen temporarily, lock the widgets, and remove the "dummy" screen, but I guess there should be some quicker method?
How to dock particular widget to appear on all screens?
I would like one widget to appear on all screens, something like a Dock on the stock Android. How to mark widget as docked (locked) on all screens?
How to preview a custom (exported) theme?
In the video tutorials it is said to put an image with the same name to thumbs folder (I noticed that it must be png also, not jpeg). However, this only shows the screenshot in the thumbnail preview of exported themes. What about when we select a particular theme, which opens a screen with Delete Apply choices? This preview is still blank screen, which means that it does not use the image from the thumbs. The same behavior is seen in the video tutorials.
How to know if there is an empty widget on screen?
For example, lets say that I have dropped a widget on the screen accidentally, and I did not place any element in it. This widget would be transparent by default. How can I see those widgets, so I can remove them?
Thanks.
Click to expand...
Click to collapse
Hi Goran,
So sorry for taking an incredibly long time to reply, I'm on a semi-vacation in Thailand at the moment and getting access to internet isn't easy. I'll try help as best I can.
1. Thanks for pointing this one out! The option to do this via the app drawer was removed in the last update, so I'll speak to the team about adding it in again. The only other way would be to enable the Themer notification bar, which has a Themer icon that brings up new themes. From here you can tap the back button to go into the Advanced Settings and then into Desktop.
2. This feature has been requested before, however it will take us a while to add it into Themer, as the resources required are quite vast to say the least. Hopefully in the new year we will have more time to focus on features like this. Right now the team is more focused on fixing bugs and improving the performance.
3. Another requested feature. We still want to improve the front end as much as possible before moving onto the back end. Trust me though we haven't forgotten about the designer side of Themer.
4. I've never heard of this feature before, but it sounds like a good one to have. I think because many users focus on adding widgets that instantly show information, it hasn't been as a priority. I'll speak to the team and see what they think.
I hope this has answered your questions. If you have any more just ask, I have a stable connection now and will be able to reply within the day.
- Marco

Categories

Resources