• Stars
    star
    104
  • Rank 320,970 (Top 7 %)
  • Language
    Shell
  • License
    Apache License 2.0
  • Created about 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple file dump utility for Android

Humpty Dumpty - A file dumper for Android

A simple file dump utility for Android.

Note that this only works for debuggable applications.

Usage:

humpty.sh [--list-files <package-name>] [--dump <package-name> <db-file>] [--all <package-name>] [...]

For example, to query all files of an application:

$ humpty.sh -l com.pixplicity.example

Listing of /data/data/com.pixplicity.example/:

    /data/data/com.pixplicity.example:
    cache
    databases
    
    /data/data/com.pixplicity.example/cache:
    com.android.opengl.shaders_cache
    
    /data/data/com.pixplicity.example/databases:
    example.db
    example.db-journal

To dump the database example.db:

$ humpty.sh -d com.pixplicity.example databases/example.db

Dumping com.pixplicity.example/databases/example.db to dumps/com.pixplicity.example/databases/example.db...
Success!

To dump all the files of an application:

$ humpty.sh -a com.pixplicity.example

Dumping com.pixplicity.example/databases/example.db to dumps/com.pixplicity.example/databases/example.db...
Success!
...
...

All database dumps are located in the subdirectory dumps.

License

Licensed under the Apache license.

More Repositories

1

MultiViewPager

The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered.
Java
908
star
2

HtmlCompat

Compatibility library for Android's Html class. [DEPRECATED]
Java
558
star
3

EasyPrefs

A small library containing a wrapper/helper for the Shared Preferences of android.
Java
419
star
4

letterpress

Custom fonts without writing code.
Java
135
star
5

gene-rate

Generate a better rating for your Android app
Java
67
star
6

android-custom-components

Custom Components for Android
Java
21
star
7

Proguard-rules

Proguard rules for commonly used libraries
19
star
8

sync-demo

Sync Demo
Java
16
star
9

android-bluetooth-demo

This project demonstrates communicating with a bluetooth device in an Android app.
Java
16
star
10

PoorIntentions

Illustrates invalid back stacks on Android and offers a resolution
Kotlin
11
star
11

adb-control

ADB Control for Root app
Java
6
star
12

HaldCLUT

C/C++ generator for Hald Color Lookup Tables
C
4
star
13

castdemo

Google Cast Demo
Java
4
star
14

ChoiceGridView

Variant of Android's GridView that has improved handling for multiselection.
Java
3
star
15

StandardSmashdown

The official Standard Rules for Smashdown Ping-Pong
3
star
16

gimbal-proximity

Fork and improvement of Gimbal Proximity SDK sample app
Java
3
star
17

flutter_animation_motion

Companion app for my "Animation and motion in Flutter" presentation, showcasing what the framework has to offer to developers for creating simple and yet beautiful animations.
Dart
3
star
18

multi-window-demo

Demo of Android N's Multi-Window mode
Java
2
star
19

weardemo

Java
2
star
20

overlay-android-bug

Demo of a bug in Android 7.1.2 (Nougat) on a Nexus 6P
Java
2
star
21

animation-demo

Java
1
star
22

nougat-photo

A very basic no-frills implementation of using the default camera to return a photo, compatible with Android Nougat.
Java
1
star
23

PriorityAlert

Java
1
star
24

HeadphoneData

Java
1
star
25

resource-converter

Java
1
star