And-Lockdown (Unreleased) Application icon

And-Lockdown (Unreleased) 1.0

22.7 MB / 0+ Downloads / Rating 1.0 - 1 reviews


See previous versions

And-Lockdown (Unreleased), developed and published by Adamson Apps, has released its latest version, 1.0, on 2023-01-24. This app falls under the Parenting category on the Google Play Store and has achieved over 10 installs. It currently holds an overall rating of 1.0, based on 1 reviews.

And-Lockdown (Unreleased) APK available on this page is compatible with all Android devices that meet the required specifications (Android 6.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.adamsonapps.andlockdown

Updated: 2 years ago

Developer Name: Adamson Apps

Category: Parenting

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing And-Lockdown (Unreleased) on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.0
Total 1 reviews

Previous Versions

And-Lockdown (Unreleased) 1.0
2023-01-24 / 22.7 MB / Android 6.0+

About this app

And-Lockdown is aimed at fairly technical users who wish to lock down android to a specific set of apps and apply other application restrictions such as URL black or white-lists in Chrome.

The app can be used by parents to create a locked down phone or profile for a child. Or it could be used for a secure kiosk application, though other apps seem to provide that functionality in a simpler way.

This app uses the Device Administrator permission. This is required in order to apply the restrictions listed above in a secure way that cannot be easily circumvented. Details on how to uninstall this app are below.

This app imposes various restrictions which are designed to ensure that the app cannot be circumvented. If any of these make you uneasy, you SHOULD NOT TRY THIS APP, or maybe wait until it has some reviews:

1. The phone/tablet must support multiple users. This can be enabled on some devices by using adb. If you don't know what adb is then this app may not be for you. The primary user is never locked down and can be used to create locked down users or to release the device ownership from the app, which you must do before uninstalling.
2. And-Lockdown must be made into a device owner in order to work. This takes some technical knowledge to enable. It gives the app permission to add the locked-down user profile and to apply other lock-downs such as disabling USB debugging since that could be used to break out of the locked down profile. The app does not do anything like wiping the device.
3. And-Lockdown becomes the profile owner of the created user profile. This is what lets it control application white-lists and restrictions.
4. There is a configuration file for each locked-down user. This allows for the application white-lists and restrictions to be changed after the user is first created. You must be able to provide a static website address (URL) for these files when creating the user. Dropbox works well for this. At present there is no way to alter the URLs after creating the user, but I hope to add that feature in future.
5. If you wish to uninstall the app, you currently have to delete any locked down users and then release the device ownership in the app. I expect to provide a way to do this in future that does not require deleting users.

Installation instructions
1. Install the app
2. Remove any additional users and accounts from the device (can be re-created after installation)
3. Enable Android debugging over USB (can be disabled after installation)
4. Connect to a computer
5. Approve the computer for debugging when prompted on the device (it might prompt after the next step)
6. On the computer, download the Android SDK platform tools from https://developer.android.com/studio/releases/platform-tools.html.
7. On the computer, navigate to the platform tools folder and run command 'adb shell dpm set-device-owner com.adamsonapps.andlockdown/AndLockdown.DeviceAdmin'
8. Launch And-Locker and click 'Device Owner?' which will confirm if the app has been enabled successfully as a device owner.
9. Check that your device allows for additional users, which should show as 'Users' in the settings app. If it is not there, then use adb to add the following lines to the /system/build.prop file and restart:
fw.show_multiuserui=1
fw.max_users=3

You may need to do the above in a bootloader or by running adb root first. You should set the permissions on the file afterwards:
adb shell chmod 644 /system/build.prop

See https://xatom.nl/2014/07/26/edit-build-prop-using-adb.html for details

10. Create your controlled user by clicking on 'Create Locked User'. You may find the following adb command useful when putting in the settings URL:
adb shell input text 'https://someurl'

App Permissions

Must be required by device administration receiver, to ensure that only the system can interact with it.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows applications to open network sockets.