This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.vstrecher.preference; | |
import java.util.ArrayList; | |
import com.vstrecher.mobimoney.R; | |
import android.content.Context; | |
import android.content.DialogInterface; | |
import android.content.SharedPreferences; | |
import android.graphics.Color; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> | |
<com.vstrecher.preference.CustomListPreference | |
android:key="city_id" | |
android:title="@string/city_select" | |
android:dialogTitle="@string/city_select" | |
android:summary="@string/city_select_summary"/> | |
<Preference android:summary="@string/phone_summary" | |
android:key="phone" android:title="@string/phone"></Preference> | |
<Preference android:summary="@string/card_summary" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var valueClass = new Class({ | |
//implements | |
Implements: [Options], | |
//options | |
options: { | |
yourOption: '' | |
}, | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<menu> | |
<categories> | |
<category> | |
<name>mypizza</name> | |
<version>18</version> | |
</category> | |
<category> | |
<name>mysushi</name> | |
<version>15</version> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class="short" rel="maxlength-35">Гендер выбирает гендер, также это подчеркивается в труде Дж. Морено "Театр Спонтанности"</span><br/> | |
<span class="short red">Сознание важно притягивает эскапизм, также это подчеркивается в труде Дж. Морено "Театр Спонтанности"</span><br/> | |
<span class="short green" rel="maxlength-45">Большую роль в популяризации психодрамы сыграл институт социометрии, который рефлексия наблюдаема</span><br/> | |
<span class="short gray" rel="maxlength-105">Бессознательное понимает экзистенциальный филогенез, это обозначено Ли Россом как фундаментальная ошибка атрибуции, которая прослеживается во многих экспериментах</span><br/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell@android:/ $ mount | |
rootfs / rootfs ro,relatime 0 0 | |
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0 | |
devpts /dev/pts devpts rw,relatime,mode=600 0 0 | |
proc /proc proc rw,relatime 0 0 | |
sysfs /sys sysfs rw,relatime 0 0 | |
none /acct cgroup rw,relatime,cpuacct 0 0 | |
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0 | |
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0 | |
none /dev/cpuctl cgroup rw,relatime,cpu 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell@android:/ $ cat /proc/partitions | |
major minor #blocks name | |
31 0 1024 mtdblock0 | |
179 0 15388672 mmcblk0 | |
179 1 128 mmcblk0p1 | |
179 2 3584 mmcblk0p2 | |
179 3 20480 mmcblk0p3 | |
179 4 8192 mmcblk0p4 | |
179 5 4096 mmcblk0p5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/system of=/data/media/factoryfs.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/cache of=/data/media/cache.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/efs of=/data/media/efs.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/radio of=/data/media/modem.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot of=/data/media/boot.ext4 bs=4096 | |
dd if=/dev/block/platform/omap/omap_hsmmc.0/by-name/sbl of=/data/media/sbl.ext4 bs=4096 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"property": { | |
"name": "Default", | |
"data": { | |
"id": 9, | |
"can_delete": true | |
} | |
}, | |
"children": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"property": { | |
"name": "New Category", | |
"data": { | |
"id": 18, | |
"can_delete": true | |
} | |
} | |
}, |
OlderNewer