General :: Switch Profile Based On Lockscreen Pattern

Jul 14, 2013

My rooted device is shared. I already set-up multi-user profiles for each of us:

1-Family mode
2-My mode

How is possible to switch profile based on lockscreen pattern?? example: "pattern1" triggers My mode while entering "pattern2" triggers Family mode.

So I will have certain apps automatically blocked when in family mode (hides some applications, sms, calls, and/or maybe starts a blacklist?) But unlocked in My mode

Is there a way to do this? or is there an app/hack that can closely do some of it?I don't need exactly the multiuser feature. but at least a way to start an app or two (maybe a blacklist, lock gallery/other app) with the pattern2 of the lockscreen.

General :: Switch profile based on lockscreen pattern


General :: Different Pattern Lockscreen For Different User?

Sep 28, 2013

Any rom/app/hack that got this function, I think a lot of people are also interested in this kind of lockscreen.

If you can use this function in combination with the multi-user android?

"A picture is worth a thousand words"

look at the picture attached here!

View 2 Replies View Related

General :: Android 4.3 Lockscreen Shortcuts And Pattern?

Dec 10, 2013

I'm having an issue about 4.3 lockscreen. I was using 4.1.2 and it was good. But installed a rom. All good but this. I'm always using pattern lock for security. On 4.1.2, i can use shortcuts + pattern lock. But in 4.3 there's no option for it. When i enable pattern lock, shortcuts disabling. How can i enable both? Gt-N7100

View 3 Replies View Related

General :: Widget / Shortcut To Enable / Disable Pattern Lockscreen?

Nov 12, 2012

Right now I'm using the Pattern Lock for my Note 2. Using Elixer2's single widget set to enable/disable the pattern lockscreen, it seems to randomly work. I've made sure to allow admin rights to Elixer2.

I'd like to be able to lock the screen when at work, and not have it enabled when at home.

The Elixer widget is very random. Sometimes it'll work, sometimes it'll work after a delay, after I try to open some apps, etc.

View 1 Replies View Related

General :: Automatically Switch Between Pattern And Slide To Unlock?

Apr 3, 2012

if there is a way to automatically switch between pattern and slide to unlock based on location? I know there are automation apps out there, such as tasker and setting profiles. I tried the LITE version of setting profiles and it does have an option to disable the lock screen completely, but not to switch between pattern and slide lock screens. I'd like to have a slide to unlock while at home, but have it change to a more secure pattern unlock when I leave home.

My guess is that this would be difficult because whenever you manually change between slide to unlock and pattern it asks you for your pattern, i.e. it doesn't seem to store your pattern if you ever disable it. I haven't tried tasker because it doesn't have a free demo version, but I would assume that if tasker (or another automation app) does have this ability, it would have to somehow store your pattern so that it can re-implement it, making it possibly insecure?

I'm not sure if there is a custom ROM that will do this. I'm currently running 4.0.4 plain vanilla rooted and unlocked on Verizon LTE Gnex.

View 4 Replies View Related

General :: Switch CM 10 Profiles Based In WiFi Connections

Aug 8, 2013

I'm searching for an application that can switch CM 10 profiles based in wifi connections.

Thought [URL].... could do that, but it manages its own profiles.

View 1 Replies View Related

General :: ICS - Switch Between Profiles Based On Schedule Or Location?

Jul 15, 2012

Is there a way to automatically switch between profiles based on a schedule or location? Like set the Night Profile from 12:00 AM to 8:00 AM and set Work Profile from 9:00 AM to 5:00 PM?

View 3 Replies View Related

Android :: Do Profile-based Apps Exist

Jul 9, 2010

I'm very happy with how my Hero is set up at the moment, but there are a couple of apps which would make my life a lot easier, and conserve my precious battery!

Location based profiles using wirless location (and not GPS) I'd love to be able to arrive at work (or within 1500 meters of work) and my phone recognise this and switches on wifi, turn itself to silent, or choose a more suitable ringtone. I know that there are a few apps out there that use GPS to trigger, but this really kills my battery. I also know that wireless location isn't that accurate, but I'd only need ball park triggers anyway.

Time based app to kill certain features/apply airplane mode I've got Silent Time Pro, which switches my phone to silent at my bed time, but in an effort to conserve battery, is there an app which can also turn off wifi, GPS, auto updates and/or switch to airplane mode at specific times?

Does anyone have any recommendations for these, or do they not exist yet? Is it just me, or would these be quite handy apps?

If they don't exist, does anyone have a recommendation for me to set these profiles up manually, and maybe trigger them by means of a shortcut/widget? Obviously auto activation would be better, but I'm really trying to cut down on recharges, as it seems that my phones forever flashing orange at me!

View 5 Replies View Related

HTC Droid Eris :: Change Lock Pattern On Lockscreen?

Aug 19, 2010

Was wondering If anyone knew a simple way to change the lock pattern on the lockscreen? I'm not a fan of the stock lockscreen and wanted to change it, if possible. I've tried lockbot and lock 2.0 but it's really hit or miss most of the time.

View 5 Replies View Related

How To Send AT Commands Based On BT Hands-Free Profile In Android

May 5, 2014

I am trying to establish Bluetooth connection between an Android device with other mobile phone over Handsfree profile. I am using following code -

Code:

private static final UUID MY_UUID = UUID.fromString("0000111F-0000-1000-8000-00805F9B34FB"); // UUID for Hands free profile
// Some code...
// Get Bluetooth Adapter.
m_oBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
// Some code...
// For paired BT device, getting a connection established.

[code]....

I can create RFCOMMSocket using above code.

Now I want to send AT commands based on Bluetooth Hands-Free profile. e.g. If other mobile phone receives a phone call, my Android device can reject this call by sending AT command- "+CHUP". I am not sure whether this is possible or not.

At this point, I am stuck. I have read Bluetooth APIs where I found -

Code:
BluetoothHeadset.ACTION_VENDOR_SPECIFIC_HEADSET_EVENT

Can we use this Intent for sending AT commands? Is this a proper way to send AT command based on Bluetooth Hands-Free profile?

View 6 Replies View Related

How To Send AT Commands Based On BT Hands Free Profile In Android

May 20, 2013

I am trying to establish Bluetooth connection between an Android device with other mobile phone over Handsfree profile. I am using following code -

Code:

private static final UUID MY_UUID = UUID.fromString("0000111F-0000-1000-8000-00805F9B34FB"); // UUID for Hands free profile
// Some code...
// Get Bluetooth Adapter.
m_oBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();

[Code]...

I can create RFCOMMSocket using above code.

Now I want to send AT commands based on Bluetooth Hands-Free profile. e.g. If other mobile phone receives a phone call, my Android device can reject this call by sending AT command- "+CHUP". I am not sure whether this is possible or not.

At this point, I am stuck. I have read Bluetooth APIs where I found -

Code:

BluetoothHeadset.ACTION_VENDOR_SPECIFIC_HEADSET_EVENT
Can we use this Intent for sending AT commands? Is this a proper way to send AT command based on Bluetooth Hands-Free profile?

View 1 Replies View Related

HTC Incredible :: App To Switch Wifi On - Off Based On Location

May 5, 2010

Can someone recommend a good app to automatically toggle wifi based on when I leave my house, which is the only place I use WiFi.

View 26 Replies View Related

Samsung Captivate :: Free Location Based WiFi Switch

Jul 24, 2010

For those of you trying to squeeze as much time out of the battery as possible, I came across this nifty program which I don't think has been mentioned yet: AppBrain: Y5 - Battery Saver - Android app on AppBrain Official: Y5 Battery Saver: Home. When you connect to a Wi-Fi network, it uses the GSM base tower identifier (CellID) to determine the location of the Wi-Fi network and stores it in memory. It does not use the GPS. I saved my home network earlier this afternoon and went out, Wi-Fi was turned off while I was out, then after I came home and started using my phone, I was connected again, so it seems to be working so far.

View 6 Replies View Related

Sprint HTC Hero :: Pattern Lock Security - Must Enter Pattern B4 Pickup Call?

Dec 11, 2009

The subject is pretty much it. With pattern lock security enabled, what happens during an incoming call? Must you enter the pattern to pick up the call, or can you simply press "Send"?

View 2 Replies View Related

Android :: Enabling Pattern Lock Without Set Pattern

May 1, 2010

What happens if I enabled the pattern lock by updating the setting LOCK_PATTERN_ENABLED, but have never set a pattern? I would check, but I don't want to reset my phone (I don't see a way to clear the lock pattern). Does anyone know?

View 3 Replies View Related

HTC Desire HD :: Lock Pattern - Swipe In Certain Pattern

Nov 29, 2010

Is there a lock pattern on the DHD, the one where you swipe it in a certain pattern like I saw on the original desire?

View 4 Replies View Related

General :: Using Bluetooth Headset Profile

Feb 8, 2011

A friend wanted to know if he could use his android tablet as a headset, and after some searching it looks like quite a few people would like this.

So I was sondering if this is possible, I am new to Android development and I have been playing around with the Bluetooth samples and cannot seem to figure out how to make other devices see Android as a headset.

So my main question is- Is it possible to make a app that would disguise an android device as a headset so it could receive calls and maybe even dial number?

I would like to clarify if this is even possible with the Android SDK

The main use if i make this app is for people who can't afford the data plan that is required when buying a smartphone from a carrier. So if this person has a small android MID they can pair it with their dumb phone and essentially use their MID as a phone.

View 5 Replies View Related

General :: How To Get All Info On Lockscreen

Oct 15, 2013

I'm looking for an app/tweak that allows all the info such as my text messages, email, etc to appear on the lockscreen without having to use the drop down gesture? Basically kind of like having the Notification Center on iPhone available right when I click on the power button of my phone. Or if you guys are familiar with LockInfo, which is a Cydia app for iPhone, I'd like to find an app that does exactly what LockInfo does:

View 8 Replies View Related

General :: CM7 Lockscreen Slider Gone

Mar 30, 2012

In Cyanogen Mod settings under lockscreen, my brother disabled the slide to unlock feature, so when I try to unlock the phone I see the lockscreen, but there is no type of slider at all on the lockscreen. Is there anyway to bypass the lockscreen without having to do a factory reset/data wipe?

View 5 Replies View Related

General :: How To Add 6 Lockscreen In Gingerbread

Jun 5, 2014

how to add six lockscreen in Gingerbread like ring,sliding,lense lock and other.

View 3 Replies View Related

General :: Status Bar In Lockscreen?

Jan 1, 2014

My status bar won't pull down when i'm in lockscreen, is that in framework res ? if yes, where have to change? I'm good on xml.

View 1 Replies View Related

General :: Notification On Lockscreen?

Jan 23, 2014

I wish that our devices (running android 4.4.2) have the notification system like this

The image posted is a screenshot of "NiLS Lockscreen notification", app available from google play market. I find out that it works exactly like "cLock", the cyanogenmod system app that bring clock, weather or calendar like widget on lockscreen (infact this app bring a special clock with the notification system below).So since i don't want a thirdy part app,

View 8 Replies View Related

General :: How To Replace Lockscreen

Apr 21, 2012

i installed a custom rom and the locker is verry ugly,i tryed different apps,but are not replacing the old lockscreen...i had to unlock twice and still the old lockscreen is there. How to make a change in rom and replace in rom the old lockscreen with the froyo lockscreen?i don't want apps!(are not working,are having long delay,or is not replacing the lockscreen),and i want to use the stock password model too.

View 2 Replies View Related

General :: Lockscreen SMS Notification?

Feb 23, 2014

I've got a little problem on my stock lockscreen. I installed NILS and put it as a widget, but when I receive a SMS, ugly icon appears...

Here is a screenshot to illustrate : [URL] ......

How can I disable it ? (with a Xposed module for example). I turn off notifications of the stock SMS app.

View 1 Replies View Related

General :: How To Transfer Apps On Same Device To A New Profile

Feb 10, 2014

I'm trying to sell my phone (galaxy S4) that has a certain application on it that has now been removed from the app store. The profile I use on there is obviously my personal profile so when I sell it, I want to remove any trace of it while still keeping the app... Is this possible? If so is there any trick to doing it (I don't want to risk trying to just put a new profile on there and losing the app).

View 2 Replies View Related

General :: Profile / Wallpaper Pics Without Cropping?

May 4, 2014

Why do you have to crop a pic when selecting as wallpaper or bbm profile pic? On previous platforms I've always been able to zoom out of the pic to make it fit. Having to crop every photo is getting very annoying! Any way around this or how to zoom out of pictures?

View 3 Replies View Related

General :: Change Profile (Picture And Username)

Aug 26, 2012

How do I change my profile? I want to change my picture and my username. I got one reply that said to scroll all the way down and it will be on the bottom right area?#? I could not locate it. How to send change my pic & profile?

View 2 Replies View Related

General :: Contact Profile Pics Appear In Some Places Not All

Jan 22, 2014

I recently got my first Android and am really digging the Google contacts integration. Especially with the Google+ profiles (even though.. who uses Google+??).

One issue I have, though, is that some of my contacts have G+ profile pics, and they show in my Hangouts app (when I text those people), but those pics do not show in the "Google People" app where I go when I want to look at my contacts. They also don't show in my phone dialer when I dial them by name.

View 1 Replies View Related

General :: How To Change Profile Picture On Mobile

Apr 17, 2013

I keep receiving this error when I try to change my android central forum profile picture from the mobile app. Any clue how to resolve this?

Sometimes it will change and say that I might not have the permissions.

View 3 Replies View Related

General :: CM11 Profile Switching Automatically

Mar 23, 2014

I've just started running CM11 and I do like it. Nice and smooth with very little problems. How would I change profile automatically?

i.e when I'm at home the home profile is active, or when i Jump in the car and connect to Bluetooth the Bluetooth profile is activated?

I know this can he done with tasker, which is how I manage my profiles now. But I like the idea of my ROM doing this ?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved