Skip to content

Instantly share code, notes, and snippets.

View syedusama5556's full-sized avatar
:shipit:
Focusing on work

Syed Usama Ahmad syedusama5556

:shipit:
Focusing on work
View GitHub Profile
@syedusama5556
syedusama5556 / android-backup-apk-and-datas.md
Created March 21, 2025 19:57 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

var imagebloburl = "";
var istransparent = true;
var myallfiles;
var verifyCaptcha;
var url = "admin/api/upload_p_g.php";
window.onload = function (e) {
$("#hero").show();
$("#list").hide();
$("#editor").hide();
import 'dart:async';
import 'dart:io';
import 'dart:math';
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:video_downloader/localization/language_constants.dart';
import 'package:video_downloader/main.dart';