Sponsored Content
Operating Systems Linux Android android bring linux to end user Post 302484615 by Neo on Sunday 2nd of January 2011 03:17:18 AM
Old 01-02-2011
Yes, I agree.

In addition, Google has just announced strong support for Android-for-tablets, which was previously Chrome focused.

It seems that Android is destined to completely overshadow Chrome OS.
 

6 More Discussions You Might Find Interesting

1. Android

Example Linux Commands on Android

In case you are interested, here is a partial list of linux-like commands on Android OS: /sbin adbd devmgr recovery dfta init dfta.sh fat.format redbend_ua /system/bin (partial list) sh date netstat mount umount (0 Replies)
Discussion started by: Neo
0 Replies

2. Android

Android is Linux (and Java)

In case you did not know, Android 2.1, Éclair, runs on the 2.6.29 Linux kernel. However, the user space it is built atop Dalvik, a Google-designed custom JVM (Java virtual machine). This is pretty interesting, when you think about it. The core of Android is the linux kernel, and the standard... (5 Replies)
Discussion started by: Neo
5 Replies

3. Android

64 bit Android SDK in GNU/Linux

Hi guys :) I've just switched from 32 bit to a 64 bit Arch Linux and I've installed the android SDK but, I can't run the emulator because some lib is missing ( ia32-libs ), if anyone have resolved this problem in a non Debian based GNU/Linux Distro let me know. I've search the web for that lib but... (2 Replies)
Discussion started by: pharaoh
2 Replies

4. Red Hat

How to use android App in Linux?

Hi, I want to use android Apps like whats up with my linux pc. Can any one give some steps or way how to do the same ? (1 Reply)
Discussion started by: Priy
1 Replies

5. Android

Running only the Linux kernel of an Android device

I am looking for a way to run on top of the Linux kernel of an Android device. I want to use the existing configured Linux beneath Android rather than put a new Linux distribution onto a device. The article "The Android boot process from power on" (sorry, forum won't let me paste the link)... (0 Replies)
Discussion started by: raoulney
0 Replies

6. UNIX for Beginners Questions & Answers

Compiling Android system on Linux MInt

i have been trying to compile an android Marshmello system with no success. every time i try to compile i get this error javac: invalid source release: 1.7s Usage: javac <options> <source files> make: *** Error 41 #### make failed to build some targets (03:04 (mm:ss)) ####... (2 Replies)
Discussion started by: gearm
2 Replies
VERITYSETUP(8)						       Maintenance Commands						    VERITYSETUP(8)

NAME
veritysetup - manage dm-verity (block level verification) volumes SYNOPSIS
veritysetup <options> <action> <action args> DESCRIPTION
Veritysetup is used to configure dm-verity managed device-mapper mappings. Device-mapper verity target provides read-only transparent integrity checking of block devices using kernel crypto API. The dm-verity devices are always read-only. Veritysetup supports these operations: format <data_device> <hash_device> Calculates and permanently stores hash verification data for data_device. Hash area can be located on the same device after data if specified by --hash-offset option. Note you need to provide root hash string for device verification or activation. Root hash must be trusted. The data or hash device argument can be block device or file image. If hash device path doesn't exist, it will be created as file. <options> can be [--hash, --no-superblock, --format, --data-block-size, --hash-block-size, --data-blocks, --hash-offset, --salt, --uuid] create <name> <data_device> <hash_device> <root_hash> Creates a mapping with <name> backed by device <data_device> and using <hash_device> for in-kernel verification. The <root_hash> is a hexadecimal string. <options> can be [--hash-offset, --no-superblock] If option --no-superblock is used, you have to use as the same options as in initial format operation. verify <data_device> <hash_device> <root_hash> Verifies data on data_device with use of hash blocks stored on hash_device. This command performs userspace verification, no kernel device is created. The <root_hash> is a hexadecimal string. <options> can be [--hash-offset, --no-superblock] If option --no-superblock is used, you have to use as the same options as in initial format operation. remove <name> Removes existing mapping <name>. status <name> Reports status for the active verity mapping <name>. dump <hash_device> Reports parameters of verity device from on-disk stored superblock. <options> can be [--no-superblock] OPTIONS
--verbose, -v Print more information on command execution. --debug Run in debug mode with full diagnostic logs. Debug output lines are always prefixed by '#'. --no-superblock Create or use dm-verity without permanent on-disk superblock. --format=number Specifies the hash version type. Format type 0 is original Chrome OS verion. Format type 1 is current version. --data-block-size=bytes Used block size for the data device. (Note kernel supports only page-size as maximum here.) --hash-block-size=bytes Used block size for the hash device. (Note kernel supports only page-size as maximum here.) --data-blocks=blocks Size of data device used in verification. If not specified, the whole device is used. --hash-offset=bytes Offset of hash area/superblock on hash_device. Value must be aligned to disk sector offset. --salt=hex string Salt used for format or verification. Format is a hexadecimal string. --uuid=UUID Use the provided UUID for format command instead of generating new one. The UUID must be provided in standard UUID format, e.g. 12345678-1234-1234-1234-123456789abc. --version Show the program version. RETURN CODES
Veritysetup returns 0 on success and a non-zero value on error. Error codes are: 1 wrong parameters, 2 no permission, 3 out of memory, 4 wrong device specified, 5 device already exists or device is busy. REPORTING BUGS
Report bugs, including ones in the documentation, on the cryptsetup mailing list at <dm-crypt@saout.de> or in the 'Issues' section on LUKS website. Please attach the output of the failed command with the --debug option added. AUTHORS
The first implementation of veritysetup was written by Chrome OS authors. This version is based on verification code written by Mikulas Patocka <mpatocka@redhat.com> and rewritten for libcryptsetup by Milan Broz <gmazyland@gmail.com>. COPYRIGHT
Copyright (C) 2012-2013 Red Hat, Inc. Copyright (C) 2012-2013 Milan Broz This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
The project website at http://code.google.com/p/cryptsetup/ The verity on-disk format specification available at http://code.google.com/p/cryptsetup/wiki/DMVerity veritysetup December 2013 VERITYSETUP(8)
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy