Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
243 views

iPhone 4 Unlocking. NCK-Bruteforce Research

Every iPhone has a NORID (8 bytes) & CHIPID (12 bytes) unique to each phone. Where is this stored? NOR? seczone? Can it be dumped? An iPhone requires a NCK to unlock. From what I understand ...
8
votes
3answers
11k views

How to force delete a file? [closed]

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar ...
4
votes
2answers
332 views

How can I detect screen lock/unlock events on the iPhone?

How can I detect screen lock/unlock events on the iPhone? When the user unlocks it, I want to show a notification alert from my iPhone app. (For Just like Broadcast Receiver for screen unlock in ...
4
votes
3answers
4k views

“Unlocker” equivalent for Vista64?

Cedrick Collomb's Unlocker is one of the most useful utilities I've ever come across - when I come across an issue in compiling that some file is locked I can just right click on the file, click ...
3
votes
4answers
2k views

tfs: how to unlock changes

I originally edited a file, which did a checkout. I received a new computer, and now I want to edit the file. I don't care about the original edit. TFS reports that another user has an exclusive ...
3
votes
1answer
279 views

Loging to Windows 7 using the application opened on a locked workstation

I've written a smaall app in c#. I want this app to lock on unlock a workstation on my own login. Locking the workstation is quite simple and it works fine. The problem starts when i want to unlock ...
3
votes
1answer
2k views

Android — What happens when device is unlocked?

I am trying to understand the intents that get launched when the device is unlocked. For eg: Say my activity is running, and I press the power button (screen off, to lock the phone). ...
2
votes
1answer
60 views

Unlock Android phone programmatically?

I want to write the code on how to unlock the Android Phone programmatically. I want lock or unlock the phone when the user taps the proximity sensor. public class MyActivity extends Activity{ ...
2
votes
1answer
58 views

program for android market

I am getting close to finishing a program for android. While I can design it to have a trial time frame and "lock" after, I am having trouble determining how I can effectively unlock it after. As I am ...
2
votes
1answer
775 views

Unlock Windows Phone 7 emulator

Today I wanted to unlock the WP7 emulator in order to see some more functionalities available like: task manager, accessing isolated storage files and look over default applications like Office, ...
2
votes
0answers
105 views

Can I create a custom lock screen in linux using python? [closed]

When the computer resumes from suspend, can I change the regular text-box unlock screen to something made in python. Changing the background is not what I'm asking, I want to know if you can ...
2
votes
1answer
126 views

SQL server table locking and unlocking issue

I have a very interesting problem. I have a table where I have data, like this: DVDSerialNumbers(ID, Create_Date, SerialNumber, CategoryID) My application generates serial numbers for DVD's and I ...
2
votes
6answers
414 views

How can I delete the SQLite DLL when I'm finished with it if the OS thinks it's still in use?

How can I unlock or delete a file that is in use, so that I can delete it? The file in question is used by my own application. More specifically, my application is using the freeware Zeos Lib. When ...
2
votes
1answer
631 views

How to make unlock screen app for Android

I am trying to develop unlock screen app for Android. I have downloaded some unlock screen app and tested. I finally found one app. That is Fingerprint Screensaver . It is what I exactly want. I mean ...
2
votes
1answer
879 views

How to customize Android's LockScreen?

I know that there is already some apps can do this, such as: WidgetLocker Lockscreen Flyscreen I want to know how to do this in my app? What classes I can use? Or what articles I should ...
2
votes
2answers
5k views

Android - detect phone unlock event, not screen on

Is there a way to detect when a user unlocks the phone? I know about ACTION_SCREEN_ON and ACTION_SCREEN_OFF, but these seem to be fired when the screen switches on/off on pressing the power button, ...
2
votes
3answers
185 views

How to run .net code when a user unlocks a Windows machine?

How do I run .net code when a user unlocks their machine? Windows versions: XP and 7
2
votes
2answers
592 views

Run a script at unlock?

Hey, I'd like to get a shell script to run everytime I unlock my computer, on KDE 4. I learned that I could run one by overwriting /usr/lib/kde4/libexec/krunner_lock with a shell script doing its ...
1
vote
1answer
99 views

How to detect if PIN/password/pattern is required to unlock phone?

How can I detect if the phone is locked by a password, pin or pattern? thank you!
1
vote
1answer
115 views

is there any notification for unlock sreen by sliding to unlock iphone?

I work on jailbreak iphone, I want to know when user unlock the screen of iphone,is there any notification for unlock sreen by slide to unlock iphone? Thanks >>>>
1
vote
2answers
440 views

Creating Android Notifications That Display As Puzzle Piece

I am currently writing an Android app that creates notifications. It successfully creates the notification but I was wondering if there was a way to get my created notification to show up as a puzzle ...
1
vote
0answers
97 views

track/count unlock attemp made in pattern

I have develop a small application which can recognize when device get lock and unlock using BroadcastReceiver and filter.addAction(Intent.ACTION_SCREEN_OFF) ...
1
vote
2answers
494 views

Unlocking achievement in OpenFeint

I'm very new to OpenFeint, actually started integrating it into my game today. I can't understand one simple thing that every OpenFeint using developer should probably know. Here's the example of ...
1
vote
1answer
559 views

MS Access Database locked by Unknown user

I have an access database that is on a network drive that multiple users can access. The database corrupted this morning and I am in the process of trying to fix it. The problem I am having is when ...
1
vote
0answers
167 views

How to retain access to the UILocalNotification if the event message was initially ignored

I have a UILocalNotification that fires on a recurring schedule. The purpose that the notification fulfills is to just simply remind the user to do something. When the notification fires, they can ...
1
vote
3answers
708 views

Generating Device-Specific Serial Number

I would like to be able to generate unique serial numbers for each Android device for use in unlocking an application. How could I do this? EDIT: The reason is I want to revamp a paid application ...
1
vote
1answer
266 views

Locking and Updating a File Accordingly

Note: I have read other posts on how to lock and unlock a file. I didn't find anything special that I wasn't aware of. So I am gonna put my scenario here so that someone can give some suggestions out. ...
1
vote
2answers
447 views

how to unlock or log in windows by app itself

As we all know,we can use such api as "LockWorkStation()" in "user32.dll" to lock windows. But how to unlock it? For example, if i run an app at first, I want the app to unlock windows by itself ...
1
vote
1answer
2k views

How to unlock COM port

I've a application that must work after another application. This second application has a bug that causes COM ports not to be closed in specific circumstances. I would like to close all COM ports ...
0
votes
2answers
24 views

Application Callback On Device Unlock

For the app I'm writing, if the user locks their phone while running the app I want a pin screen to pop up when the application resumes from the locked state. Is there a callback method or something ...
0
votes
0answers
14 views

how to make a table unlocked within transaction block [migrated]

I use SQL Server 2008. I have several stored procedures that process different reports. Each SP is enclosed by Begin Transaction ...Commit Transaction using default isolation level. Everything works ...
0
votes
1answer
36 views

Unlock file after program executing

When i started my c# program i can not delete executing file. How can i just unlock my assembly after executing and give to user possibility to delete my file? Maybe copy assembly to other place and ...
0
votes
0answers
12 views

Wake from Standby and unlock screen on Activity launch

I use an Intent to launch an Activity from a Service. If the phone is in standby and or locked I would like the screen to switch on and unlock itself so the application is ready to use. I know this ...
0
votes
0answers
39 views

How does the NSCondition work?

I'm using NSCondition class in this sence: - (void) method1 { [[cocoaCondition lock] lock]; while (!someCheckIsTrue) { [cocoaCondition wait]; } // Do something. ...
0
votes
0answers
47 views

How can I develop an unlock program run on windows xp or 7 native lock screen

Is there a good starting point to develop a program run on a windows native lock? As I remember, some fingerprint scanner built-in laptop have an program run on the lock screen. This allows unlock ...
0
votes
0answers
38 views

App Reject 11.1

Apps that unlock or enable additional features or functionality with mechanisms other than the App Store will be rejected My apps update (the 3rd one) has been rejected and given the reason above, ...
0
votes
0answers
54 views

any easier way to unlock a file in Xcode 4.2 and

I am new to this IDE xcode with version number 4.2 and I find there are quite some new changes in settings/preferences. Now I have the following questions: -I find that the IDE just crashs once I edit ...
0
votes
1answer
216 views

How to unlock a tomcat user?

I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at catalina.out that the user is locked. How can i unlock it without restarting tomcat? I searched a lot but ...
0
votes
2answers
703 views

Like to unlock content on Facebook [closed]

Possible Duplicate: Seamless way to check if user likes page How can I make a like to unlock content tab on Facebook? I´ve seen some applications that let me do this, but I don't want any ...
0
votes
0answers
58 views

Unlock code for cocoa app

I am developing a Video Mapping program in Quartz, and then turning that into a stand alone application via Xcode. I want to charge a nominal amount, but cannot get it into the app store because of ...
0
votes
2answers
52 views

Unlock an Oracle user with a batch file

Is there a way I can write a code into a batch file that will unlock a specific account in the specified database?
0
votes
0answers
197 views

C# Windows Service: Session Unlock Event with Fast User Switching and Terminal Services Stopped and Disabled

I am writing a C# .NET 3.5 Windows Service that needs to perform some actions whenever a user logon or unlock event occurs. I have tried registering the service by adding my event handler to ...
0
votes
0answers
38 views

iPhone passcode only at certain times of day? [closed]

Is there an app either in the App Store or in Cydia that will allow me to set it so my iphone has it's passcode on during specific times but not in general? I'm on some medication that is making me ...
0
votes
0answers
439 views

Android Sim/Network/carrier unlock code based? [closed]

Does anyone knows where is network unlock code based in Android any tips how it can be exploited? I mainly require this for a research i am doing.
0
votes
0answers
163 views

Android RelativeLayout disappears after screen unlock

I have an application which uses custom extension of relativelayout inside main layout. My extended relative layout overrides onDraw and onLayout methods. I have tested this same app on my Samsung ...
0
votes
0answers
24 views

how to call custom function in air for android that runs the function upon phone unlock

How does one find something like this? Documentation always seems hard to find specific things like this.
0
votes
3answers
94 views

Need to run the app when unlock the device

I'm trying to do an app which runs when user unlock(Slide to unlock) their device. I don't know anything how to approach for this app. Please any one could help me? Thank you so much!!
0
votes
2answers
210 views

Android invoke activity after screen is unlocked

I'm looking to write an android app that invokes a screen/activity after some one has entered the default android unlock pattern correctly. I'm assuming that the best way to do this is run a service ...
0
votes
1answer
237 views

In app purchase-enabling content-unlock items

I have a table view which shows 6 items. When you select a row (item) then it goes to another interface "detail.xib" which has a text view. This textView shows data from text files that are available ...
0
votes
1answer
905 views

Voice biometric to unlock Android phone

Hi i need to develop an application which unlocks the android phone through voice biometric. Can any one help me out in doing this...

1 2