Jump to content

12 posts in this topic

Recommended Posts

Posted

I semi restored my iPad last night but after the semi restoration I noticed that the sleep/standby function is not working and only the power on/off function is working. Even the Lock screen function in Assistive Touch is not working. After searching for an hour over the net I found out that the solution to the problem is to disable the Cover Luck/Unlock option under General Tab. But when I went to general tab I discovered that there is no Lock/Unlock. The only way to make the Lock/Unlock option appear under General is to use Smart Cover but the problem is the Smart Cover Lock/Unlock on my iPad is not working since the screen got replaced because of broken screen. My question is, is there any way to make the Lock/Unlock appear under General Tab even without using Smart Cover? I tried Flex 2 and saw locksAndUnlocksWithCase but only option there are NULL & pass through.

Posted
void (*BKSDisplayServicesSetScreenBlanked)(BOOL blanked) = (void (*)(BOOL blanked))dlsym(RTLD_DEFAULT, "BKSDisplayServicesSetScreenBlanked");

and then use:

BKSDisplayServicesSetScreenBlanked(1); // 1 to dim, 0 to undim

"Dim" here means totally turn off the screen. This is what the system uses when e.g. a proximity event occurs while in a call.

Posted

How to do that? I don't understand

 

void (*BKSDisplayServicesSetScreenBlanked)(BOOL blanked) = (void (*)(BOOL blanked))dlsym(RTLD_DEFAULT, "BKSDisplayServicesSetScreenBlanked");
and then use:

BKSDisplayServicesSetScreenBlanked(1); // 1 to dim, 0 to undim
"Dim" here means totally turn off the screen. This is what the system uses when e.g. a proximity event occurs while in a call.
how to do that? Can you give me the steps?
Posted

Does your iPhone/iPad not sleep after x amount of minutes?

 

Are your settings correct in Settings > General > Auto-Lock?

 

Have you also installed any apps or tweaks since?

Posted

Does your iPhone/iPad not sleep after x amount of minutes?

Are your settings correct in Settings > General > Auto-Lock?

Have you also installed any apps or tweaks since?

My ipad auto-locks after 2 minutes. As I mentioned above the Smart Cover lock/unlock on my ipad is not working anymore since the screen got replaced. Some people say the only way to fix this is to disable Smart Cover lock/unlock option under general tab but the problem is that the option is not there since the cover lock/unlock is not working anymore. I hope someone can make a tweak that will make that option appear under general tab even there is no Smart Cover
Posted

My ipad auto-locks after 2 minutes. As I mentioned above the Smart Cover lock/unlock on my ipad is not working anymore since the screen got replaced. Some people say the only way to fix this is to disable Smart Cover lock/unlock option under general tab but the problem is that the option is not there since the cover lock/unlock is not working anymore. I hope someone can make a tweak that will make that option appear under general tab even there is no Smart Cover

I have that option in my settings. It's not all that though.

 

I'm using iPad Mini 2, maybe I can send you my files?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines