[Q] Picture password Lockscreen - 7" Kindle Fire HD Q&A, Help & Troubleshooting

My wife is after me about a picture password lockscreen like on the windows 8 devices.
has anyone tried the google play "Picture password lockscreen" ?
(I'm too new to link the link, I apologize , but it is in google play)
I am guessing I have to place it into the system folder and give it proper permissions
but im a bit leary of doing this, since if it doesn't work just right, I'll have a hard time getting past a potentially furbar'd lock screen...
was hoping to hear a success story before making the attempt.

Related

Problems after me downgraded my phone to R29 with Dreaimg.nbh file

Now i am stuck at the screen asking me to sign in my google account, it shouldnt be a problem until i find me having trouble syncing with google server which means i cant sign in my google account either. And now i am crying that i dont have root to flash other roms and sadly any button wont work until you sign in in the R29.
any way to get me out of it? pls help!
It's a problem caused by the processor between the chair and keyboard on your phone......
Create a new (disposable or future) Google account to get past the screen or if it is some moral issue then first test your Google account on a computer first to assure that you are typing the account name and password correctly. Assure when you are typing that information on your phone that it is the same, while typing in the password field it does give very short preview of the character before it is masked. You may be locking caps or extended characters accidentally and that will cause authentication failure.
licknuts said:
It's a problem caused by the processor between the chair and keyboard on your phone......
Create a new (disposable or future) Google account to get past the screen or if it is some moral issue then first test your Google account on a computer first to assure that you are typing the account name and password correctly. Assure when you are typing that information on your phone that it is the same, while typing in the password field it does give very short preview of the character before it is masked. You may be locking caps or extended characters accidentally and that will cause authentication failure.
Click to expand...
Click to collapse
its no only me having this communicating problems all ppl in China have the same as i do lately and they can modify the host file to sign in successfully which cant be done by me without rooted phone, so i guess its not my wrong typing my passwords. now im trying to find a modified or rooted nbh file which will help me once i flashed that image. any chance i could find that file or is there any other way i can break the ice of it?
fortunately for you RC29 is rooted... That's why we use it to gain root access to our phones. Its the *first* step, the root is just hidden is all. Go look up the guide on how to sign in using wireless or without data or something like that. There's a guide to skip that part of the setup all together.

[Q] Password protect certain applications?

Is there an application that can password protect certain apps that I choose?
And please do not say Kids Corner as it does not do what I am asking.
It's probably possible (though far from easy), but I'd actually be more inclined to help if you hadn't opened a duplicate thread about this.
Only made second thread about this to attract some attention, 7 months passed since that guy opened his thread and nobody could give a good answer.
To me it's weird that nobody tried to make an app like this still, it would be very popular and help users very much.
Anyways, thank you for replying.
Really, just bumping the other thread was enough, but since we're here anyhow... my idea for how to approach it (and this would take a *lot* of hacking) goes something like this:
1. Create an app (call it X) that has the capability to launch other apps, and filesystem write access.
2. Have X take another app (call it Y) and encrypt its binaries. This prevents anybody from launching it by any means.
3. Tweak the app database to make it so that when you try to launch Y, it instead launches X and passes the id of Y as a parameter to the launcher.
4. X prompts the user for a password to Y. On getting the right one, it decrypts Y's binaries and writes them back to the correct location, then launches Y.
5. When the user (or OS) closes Y, a background process of X notes that Y is closed and re-encrypts it.
Currently we know how to do... well, some of #1, and we think the rest is possible. Given that, #2 isn't too hard. #3 is something I don't have the least notion how to do *right now* but I'm sure it's possible. #4 shouldn't be too hard given #1 and #2. #5 will be a trick - currently, apps have no way to know what other apps are running - but I'm sure it can be done.
It's a large engineering problem blocked by an even bigger research and hacking problem, though. Nothing we'll have soon. You'd never be able to publish it in the store, either, and it would only work for people with hacked phones. It's exactly the kind of *useful* thing that would be possible if Microsoft were willing to let up the restrictions on third-party developers a bit, of course, But for the time being, there are *reasons* nobody has done it yet.
Well the word that I actually was thinking after reading your post was "crap".
It seems only with time (and a whole [email protected]#$ing lot of it) will wp become a true competitor to android, but to be honest I don't think it will come to that.
Thanks for replying GoodDayToDie, I'm freakin' sad that there is no app that can suit my needs, I even tried with kids corner but the screen still needs the password entered like the normal one. Nothing really can make up for what I have in mind.
Cheers mate.
as soon as we can interop unlock all WP devices, it will be pretty easy... if you're able to provide the XAP (uncrypted of course )
i'll be able to "mod" this in for you... which app are we talking about?
@GoodDayToDie: i do'nt think he is looking for real data security here, so encrypting the whole thing shouldnt be required... i think it's more about preventing his gf to read his private messages or something like that
oh btw.: you would need a dev-unlock to deploy the modified XAP then...
tfBullet said:
as soon as we can interop unlock all WP devices, it will be pretty easy... if you're able to provide the XAP (uncrypted of course )
i'll be able to "mod" this in for you... which app are we talking about?
@GoodDayToDie: i do'nt think he is looking for real data security here, so encrypting the whole thing shouldnt be required... i think it's more about preventing his gf to read his private messages or something like that
oh btw.: you would need a dev-unlock to deploy the modified XAP then...
Click to expand...
Click to collapse
You're right tfBullet! I need it for whatsapp, photos, message and games app, mostly to prevent from friends but gf too.
I was thinking it might be possible to mod an app and add password before it can be accessed, although I have no experience in this domain. Many apps in store have this function, like wallet or prive photo apps.
My phone is dev-unlocked as I started a few days ago to study and try to create a simple app for me and my friends.
Modding an app like that would actually be quite hard, because it would break the signature and prevent the app from running. The encryption thing really isn't too hard, although you could skip it anyhow too.
If there was a way to run a program in the background that monitors when certain apps are selected and then prompts when its activated would work, but it would need an unlocked phone. And even under home brew I don't know if its possible to run apps in the background. Yet.
Sent from my Nokia 521 using XDA Windows Phone 8 App
The encryption thing really isn't too hard
Yea, but that's a little extreme. If you can create that password program that runs in the background you could probably have it watch files, apps or pretty much anything. You'd have to password protect the cofig file. And maybe if you can't remember the password after so many attempts you can have the program email the passwords to your email. Just some ideas.
Sent from my Nokia 521 using XDA Windows Phone 8 App
Running software in the background is actually shockingly easy. The trick is getting it to run with better-than-app-sandbox privileges. We're still working on that one. In the meantime, apps can't even read, much less write, to the install location of other apps.
GoodDayToDie said:
Modding an app like that would actually be quite hard, because it would break the signature and prevent the app from running.
Click to expand...
Click to collapse
@GoodDayToDie: actually these .NET apps are pretty easy to decompile, if you're willing to fix the bugs that the decompiler leaves you with...
so there is not really a need for a valid signature, if you're able to compile & sideload the app yourself
the only thing is: you need the decrypted XAP, as far as i know these get decrypted while installation and can be pulled from a interop unlocked device?!
It would be nice to get my fingers on some OEM (Nokia etc..) XAPs, to see if we can find any exploit in them
I know better than probably 95% of this forum what it takes to decompile managed code; I have reverse engineered huge numbers of apps. However, you are missing several important points.
1) Modifications like you suggest are very complicated to automate. It's certainly possible, but it's not simple.
2) Re-installing the app would be a pain. You would really want to do this as an in-place modification, and that means (for store apps) that it would still be signature-checked.
3) Not all apps are managed code; WP8 supports purely native code.
4) Even with managed code, obfuscation can make tinkering with the binary nigh-impossible.
It's just so incredibly stupid that WP is so limited. I know it's under Android big time, but I think even iOS more customizable, right?
Also, is there a message app in the store that has pass option? I searched but found nothing...
I don't believe iOS is any more customizable, no. It has some feature that WP lacks (it ought to; it's been out for years longer and Apple completely controls the hardware it runs on) but it's also missing some features that WP8 offers. In any case, this isn't the thread to have that discussion in.
GoodDayToDie said:
I don't believe iOS is any more customizable, no. It has some feature that WP lacks (it ought to; it's been out for years longer and Apple completely controls the hardware it runs on) but it's also missing some features that WP8 offers. In any case, this isn't the thread to have that discussion in.
Click to expand...
Click to collapse
But with the jailbreak and MobileSubstrate, iOS is extremely customizable, and there are tons of tweaks, that's where Apple gets its new features from
Back to topic, I think the OP would be happy with a solution that locks the "normal" user of his phone out of some apps, so it wouldn't be necessary to modify anything of it, just making the standard launcher (I don't know how it's called, but I mean when you launch the app via home screen or with a toast) ask for a password should be enough.

does WP have something like Recovery on Android ?

hello all...
I'm new to WP, so i need to do some reading about it , and i was wondering if WP have things like Recovery mode of Android that can backup and restore the whole system.
I'm asking this because i was googling it and all the result come out with Nokia , but unfortunately my device isn't Nokia so it concerns.
OK... so could someone please tell me does WP have something like Recovery ?
As I know of now , WP phone are separated in 2 parts , the OEM firmware and Microsoft WP OS., and for now there is WP8.1 GDR1 Preview , i'd like to update to it , but i have to think about first that how am I supposed to make my device back to stock OS if something goes wrong , it's gonna be much appreciated if someone could help me out of this ....
Sadly, no. WP7 did, but for some not-entirely-clear reason Microsoft removed even the option of creating such backups with WP8.
Some stuff is backed up automatically, if you enable the relevant options in Settings, so if you reset your phone (or buy a new one) and sign in with the old account, you'll get your apps and contacts and SMS and so forth back. However, there's no official way to downgrade your phone from a preview release. If you tell us exactly what phone you have, we may be able to point you at an unofficial one, though...
jepp , backup whole os is removed by MS.
but , things that get backuped:
your start screen and all your tiles and in the right order.
your theme.
SMS.
email accounts , you only need to re enter your password.
WIFI, only need to enter the key before you entered your live account (it also remember all the WIFI connections you made).
All apps you got from the store.
all your contacts (when you have them on any of your email accounts).
Facebook , twitter , LinkedIn, when you connected them with your live ID.
Game scores/settings.
App Settings.
but you need to turn this all on in settings.
The game scores and app settings stuff (and possibly some of the rest of that list) is 8.1-specific; older apps (like, say, Fruit Ninja which is actually a WP7.0 app) won't be able to use that feature. Just an FYI.

[Q&A] [HOW TO] Install Android apps on Windows 10 Mobile

Q&A for [HOW TO] Install Android apps on Windows 10 Mobile
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [HOW TO] Install Android apps on Windows 10 Mobile. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Hello, I was giving this a try but when I try to connect my phone to the PC it says "Error connecting to ADBD. Error code = 7", any suggestions on what to do?
Thanks.
Sorry for some reason this went to the incorrect place, please delete this thread.
I seem to be getting "Error 14: Cannot boot Astoria platform" on my Lumia 925, even though its supported. Windows 10 and 8.1 SDKs installed on desktop, latest build of W10m, developer settings on and discovery on. I tried unregistering from 8.1 registration too but that didn't help.
I fixed Developer Menu crashed
I just tested Kingdom Rush, it works fine. Some fps drop from time to time, but totally playable.
problem while using project astoria tool
after entering wconnect.exe usb in command prompt i got this error
The procedure entry point EventSetInformation could not be located the dynamic link library ADVAPI32.dll, what should I do?
I tried to do all these instructions but got an error with "IpOverUsb", which did not manage to solve. In task manager this service is running, but crashes constantly. Does anyone knows, how to solve this issue?
So, tried this on my testing device (Lumia 830), but am getting Error Code 14 which suggests my device isn't supported?
Did anyone else get this, of anyone got it working on a Lumia 830?
APK to W10M Tool
Hi everyone!
I'm Antonio de la Iglesia from Microsoft Insider, a Microsoft fan spanish website. I've released a tool to do everything for you, one install, no command lines, etc. Only you have to drag an drop the apk in the box:
Download link is on: bit dot ly 1MddHUK (I can't post links or images, sorry)
Applications I tested and are working: Angry Birds 2, Plants vs. Zombies 2, Impossible Road, Facebook Messenger (head chat only works inside the app), Facebook, Whatsapp, Fruit Ninja, Dumb Way to Dies 2.
Apps that have not worked: Never Alone (stuck on a black screen), Prince of Persia Shadow and Flame (not start), The Room Two (eternally in the loading screen), Storm Rush (missing textures), Heartstone ( forever on the pub entrance screen ).
And I wanted to talk with yours about Snapchat. Currently it is impossible to use the official due to check with the services google, put the Casper can be installed. I can login and view snaps, but the native Casper camera does not work (is a black image). It is possible to make the camera work going in the settings and switching to the native camera phone however it does not help much. With this option activate the camera opens and I shot the photo but when I confirm, the application simply returns to the home screen without letting me post. If I enable the "Chose document chooser", when trying to choose a photo in the gallery I will have access to Windows applications choice of menu and I can get there in the gallery, camera or drive but it does not help much because that:
The Android has no access to the Windows file system and Windows also does not have access to Android file system . You do not need to activate the Blackbary option for camera work, it will open even without this option . The problem is that when you take the picture it is saved in a Windows directory and then when he tries to send to Casper, HERE IS ERROR . The camera does not have access to android files . The same applies to the gallery. If you enable the " Chose document chooser ", by clicking on the gallery you will be brought to application choice screen. Here you can choose the camera and the phone's own gallery. Again , when you select a photo from gallery an error occurs saying that was not possible use the file. This is again because the gallery can not send the file to Casper . Here is the whole problem.
My girlfriend is pissed me off to make this application work and I can not . I am in contact with Caster developer also to try to fix the problem. if we can bypass this issue of access to the file system , I'm sure it would work. You guys have any idea ? Sorry for my bad English. It is not my first language .
For Developers mode on Windows 10 Mobile crashing
Hey guys. I'm new to software development on Windows Phone but I've been using my Lumia devices for more than a year and a half now. Lately, I've been testing the builds for Windows 10 Mobile. I am currently on build 10166 running on my Lumia 1520. Due to the recent development, I tried to install APK files on it via the leaked Project Astoria porting tool and it worked great until the "For Developers" option started to crash and I am unable to install the APKs anymore since I can no longer pair my device to the sideloading app on my PC.
I've downloaded the Windows Phone 8.1 SDK as they said that I can "unregister" my device from there and it will regain access to the "For Developers" settings on my Windows 10 Mobile. After the installation, I plugged my phone in to my laptop and then I tried to hit Connect from the SDK, but I ran into an error that says "Waiting for Update Pack" wherein it prompts me to install an update. After i click update, an error code 0x80004003 - Object reference not set to an instance of an object. Says something about Phone Tools Update Pack. How can i get through this?
Adelaiglesia said:
Hi everyone!
I'm Antonio de la Iglesia from Microsoft Insider, a Microsoft fan spanish website. I've released a tool to do everything for you, one install, no command lines, etc. Only you have to drag an drop the apk in the box:
Download link is on: bit dot ly 1MddHUK (I can't post links or images, sorry)
Click to expand...
Click to collapse
As great as this is, is there anyway to get it in English?
Mine is 1520. =.= Im a student and dont have laptop or pc to do this solution. Is there any solution which is allow me to install directly?
Server error. Error Code=1?
So not matter what method I do or what version of windows my PC is running(I've tried 8.1, and 10) I keep getting the same error "Creating session... Server Error. Error Code=1" and that goes for APK Deployment Application a trying it with the wconnect.exe through CMD.
Anyone got a clue as to how to fix this error, I haven't ran crossed it yet on any of the sites covering this. I'd hate to have update my Lumia 1520 to 10 just to find out my only reasoning for doing so was a bust...
how?
How did you guys do this deactivate developer tools using Windows Phone 8.1 SDK. Can someone post a direct link the download. Every time I search for it, it pulls up Visual Studio. I'm sure that where it is but I've played around with visual studio and I'm not seeing this deactivate developer mode......
Keyboard problem
Hi Everyone!
I tried a lot of android applications in my Lumia 930 (build 10166) - for example: german dictionaries, dumb ways to die 2 game, lumosity, outlook web app... and so on- and everything was just perfect. Hovewer, when I get the windows 10 update 10512 my applications become useless, because I can not use the keyboard in the applications (not come up), so I cant fill in the necessary field, for example to log in to my account. I tried to delete and install apps again, but it doesnt help.
Does anybody has an idea to solve my problem?
Thanks for your help!
AFter upgrade my Lumia 1520 to latest build 10512 then I cannot active keyboard in Android app.
keyboard problem
hey my keyboard doesn't shows up while using android apps , please tell me how to resolve this
---------- Post added at 12:40 PM ---------- Previous post was at 12:37 PM ----------
ariltonsama said:
Applications I tested and are working: Angry Birds 2, Plants vs. Zombies 2, Impossible Road, Facebook Messenger (head chat only works inside the app), Facebook, Whatsapp, Fruit Ninja, Dumb Way to Dies 2.
Apps that have not worked: Never Alone (stuck on a black screen), Prince of Persia Shadow and Flame (not start), The Room Two (eternally in the loading screen), Storm Rush (missing textures), Heartstone ( forever on the pub entrance screen ).
And I wanted to talk with yours about Snapchat. Currently it is impossible to use the official due to check with the services google, put the Casper can be installed. I can login and view snaps, but the native Casper camera does not work (is a black image). It is possible to make the camera work going in the settings and switching to the native camera phone however it does not help much. With this option activate the camera opens and I shot the photo but when I confirm, the application simply returns to the home screen without letting me post. If I enable the "Chose document chooser", when trying to choose a photo in the gallery I will have access to Windows applications choice of menu and I can get there in the gallery, camera or drive but it does not help much because that:
The Android has no access to the Windows file system and Windows also does not have access to Android file system . You do not need to activate the Blackbary option for camera work, it will open even without this option . The problem is that when you take the picture it is saved in a Windows directory and then when he tries to send to Casper, HERE IS ERROR . The camera does not have access to android files . The same applies to the gallery. If you enable the " Chose document chooser ", by clicking on the gallery you will be brought to application choice screen. Here you can choose the camera and the phone's own gallery. Again , when you select a photo from gallery an error occurs saying that was not possible use the file. This is again because the gallery can not send the file to Casper . Here is the whole problem.
My girlfriend is pissed me off to make this application work and I can not . I am in contact with Caster developer also to try to fix the problem. if we can bypass this issue of access to the file system , I'm sure it would work. You guys have any idea ? Sorry for my bad English. It is not my first language .
Click to expand...
Click to collapse
bro my keyboard doesn't shows up while using android apps how to resolve this. please help.
Keyboard problem since 10512
Since my update to 10512 the keyboard doesn't open in sideloaded apks
Anyone with a similar problem?
Sadly, I will need to report that Sideloading APK's on the latest build 512 (At least on the 1520) is causing the windows keyboard to not load. This means you cannot type at all in the app. Will continue working on this and report a solution if found.

Video highlights file created- may i stop this ?! is very annoying and use battery !!

i've had enough with this annoying thing of the Note 5 that i can't control !!
each time i make some photos my note 5 work in background (without asking me!) and create this SH_t file! - Video highlights file created - and is shown always in notification. why ?! i do not want to root it or pay an app to disable it or disable Location tag! what should i do ?!
sell it and by an iPhone !?
second problem - S-Voice does not work when the phone is locked with finger print. so when i'm with headphones and want to command play music - i just can't do that. must open the phone first !!
please help!!
Go to Google Photos ->Settings-> Assistant cards -> and turn off the "suggest new creations.". Reply if this fixes your issue. I had same issue and I did small research and found this, I'm not getting notification now.

Categories

Resources