Live Backup - Testers Edition Android App - Android Apps and Games

Live Backup - Testers Edition
I made this application because I couldn't extract system_new.dat IMG files on my PC, this app will backup the system, boot, recovery and logo partitions of an EMMC Ext4 device, Other devices could possibly be supported but I have only tested it on Android 5.1 with a MT6735 MediaTek device ( ZTE Blade A475 )
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installation instructions
Open security settings in the settings app
Enable Unknown Sources
Download & install LiveBackup-TestersEdition.apk
Navigate to LiveBackup and open.
Requirements
Android 4.3+
Root access
Busybox installed
EMMC Layout
EXT4 Format system
(for creating zip only ) ?
Bug's
Q. android-binary needs replacing in zip folder structure before compression to a zip file, why ?
A. the packaged update-binary is from a CyanogenMod 12.1 flashable zip and might not be compatible with other devices.
Q. EXT4 Format system
(for creating zip only ) ?
A. The updater-script file will be generated for a EXT4 formatted system, Change it before making your zip file.. The line to change is
Code:
format("ext4", "EMMC", "/dev/block/platform/mtk-msdc.0/by-name/system", "0", "/system");
Thanks To/Credits
App Compatibility libraries by Google
CyanogenMod 12.1 for the update-binary used to help build flashable Zip's
Disclamer
These files are provided as-is without any warranty or guarantees.
You agree to take full responsibility and/or liability for any damages, injury or any other consequences that may result from using these files.
These files are still in development and bugs should be expected.
You agree that by using these files you will not hold the developer/s responsible and/or liable for any damages, injury or other undesired effects that may result from using these files.
Download
*if you're having trouble downloading, right click or long press and select download link or save as
LiveBackup-FinalTestersEdition.apk
Want to see more by Zillinium ?
Hi, I am Zillinium a independent developer and creator from Australia.
My focus is " free ", free software for Windows, free software for Androids, free technology advice etc..
It costs me time and money to provide my input to the internet, this is why i accept donations from people, If i may have helped or you just want to see more by Zillinium, My BitCoin donation address is : 1BY58UXvFedHCGrthrj8TRXJqFkhYjUkjf
Any donations are greatly appreciated,
please don't feel the need to donate however.
XDA:DevDB Information
Live Backup - backup to system.img, App for all devices (see above for details)
Contributors
Zillinium
Version Information
Status: Testing
Created 2018-04-27
Last Updated 2018-04-27

Related

[Tool][Windows] M8 Digital's Android App Tool - ADB and Fastboot made easy!

Hey everyone! I'm an italian computer engineering student and my friend @Valerio-M8 and I are here to present you the M8 Digital's Android App Tool : a multitool for all of your Android needs!
We wanted to design a tool that could help people who wanted to use ADB or Fastboot commands and maybe were having issues trying to work out how to use them or just wanted to speed the process up.
Our Android App Tool takes care of all of the "behind the scenes", writing and sending commands for you, with lots of features like (more to come) :
MULTI DEVICE SUPPORT
DEVICE NAME RECOGNITION
SEE WHAT'S HAPPENING, THANKS TO A TEXT AREA
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LOTS OF COMMANDS! Including:
Install APKs
Uninstall APKs
Extract APKs
Push files (ADB Push)
Logcat
App data backup (ADB Backup)
Restore app data (ADB Restore)
ADB Sideload (needs to be tested)
Fastboot flash ZIP
Fastboot flash Recovery
Fastboot flash Boot
Get device info (fastboot getvar)
Get identifier token (HTC)
Flash unlock code (HTC)
...and more!
*THIS APP IS IN BETA STAGE OF DEVELOPMENT, MOST FEATURES HAVE BEEN TESTED, BUT WE CAN'T BE CONSIDERED RESPONSIBLE FOR ANY DAMAGE THAT CAN BE CAUSED TO YOUR DEVICES BY THE USE OF THE TOOL*
THIS APP REQUIRES JAVA TO BE RAN, A WEB INSTALLER HAS ALREADY BEEN INCLUDED IN THE PACKAGE.
MAKE SURE DRIVERS APPROPRIATE FOR YOUR DEVICES ARE INSTALLED OR IT WON'T WORK (SEE HERE).
EXTRACT ALL OF THE FILES FROM THE ZIP FILE AND RUN THE .JAR FILE. IT SHOULD BE EXACTLY LIKE THIS:
Please report any bug or issue you run into, feel free to post feature requests, it'll help us A LOT!
I used icons from the Oxygen Iconset (http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html)
Reserved
Good job, tool works fine.

[ROM][4.4.4_r2] AOSP Kitkat for Zenfone 6

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Android Open Source Project
Android is an open source software stack created for a wide array of devices with different form factors. The primary purposes of Android are to create an open software platform available for carriers, OEMs, and developers to make their innovative ideas a reality and to introduce a successful, real-world product that improves the mobile experience for users.
NOTICE: THIS BUILD IS EXPERIMENTAL. I AM GOING TO BUILD AOSP 4.4.4_r2 WITH ZENFONE 6 DEVICE TREE.
Supported Models:
A600CG (T00G)
A601CG (Z002)
Prerequisites:
Install the Intel USB Driver and ASUS PCLink
Download all the required files
Extract the archives
Unlock your Bootloader
Installation:
Download this and extract it
Put boot and system img files into extracted folder
Enable USB Debugging and run Installer.bat
OR
Put boot and system img files into extracted folder
Run the following commands (one by one):
fastboot flash boot boot.img
fastboot flash system system.img
fastboot erase cache
fastboot erase data
fastboot erase userdata
fastboot reboot
Optional: Flash OpenGapps (via Recovery/TWRP) before the first boot.
Optional: Flash SuperSU (via Recovery/TWRP) to Root your device.
Optional: Flash Stock Boot and Relock your bootloader after flashing the ZIPs, but Stock Boot causes unusable wifi.
Bugs:
Error reading SIM Contacts
Error detecting headset
Workaround: Use headphone audio router apps
No auto mobile networking
Workaround: Set it manually from Wireless & Networks > More... > Mobile Networks > Network operators
Little delay on video play
Sensors
BlueTooth
GPS
FM Radio
Screenshot: broken preview but content is ok
Contributors:
shakalaca
I ported his AOSP 4.4 for Zenfone 5.
PLEASE: Do not comment things unrelated to this ROM, otherwise a moderator will delete your comment. You have been warned!
USING MY ROM AS BASE FOR YOUR ROM IS DENIED / REDISTRIBUTING MY ROM AT OTHER FILE HOSTING SERVICES IS DENIED / REPOSTING THIS ROM AT OTHER WEBSITES WITHOUT PROPER CREDITS, BLOATED WITH ADS OR WITH DOWNLOAD PROTECTION/REGISTER-TO-DOWNLOAD IS DENIED / MODIFYING THIS ROM IS DENIED (BUILD YOUR OWN IF YOU WANT TO MODIFY IT) / IF YOU IGNORE IT, I WILL ASK MODERATOR TO DELETE YOUR THREAD
DOWNLOAD
Screenshots
Reserved
Changelog
20170315 (Kernel Only)
LED indicator disabled
Sdcard mount fixed
20170131
Initial Release
Hi, it does mean, you can build MiUI 4.4 from source ? or it will be compatible with zf 5 to, right?
kihope12 said:
Hi, it does mean, you can build MiUI 4.4 from source ? or it will be compatible with zf 5 to, right?
Click to expand...
Click to collapse
I am just downloading patchrom files for kitkat. And yes it will be compatible with zf5 if i can patch it xd
q0kHaN said:
I am just downloading patchrom files for kitkat. And yes it will be compatible with zf5 if i can patch it xd
Click to expand...
Click to collapse
Do it man !
good work bro, thanks a lot for support and We also look forward to the Miui patch
kihope12 nin dediği gibi yap onu adamım

Baa's Android Kitchen - Auto Porting Tool for MT6580 Kernel 3.18.19

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Baa's Android Kitchen
Auto Porting Tool for MT6580 Kernel 3.18.19
Porting Method From Nana Iyke Quame
Download Link: drive.google.com/open?id=0BwNegVZnDr-QMVhNYktTUWhBSkU
Requirements:
Must have any text editor to edit build.prop and updater-script
How to use:
REMEMBER TO EXTRACT THE TOOL IN C:\ TO AVOID SCRIPT ERRORS.
1.Place the stock boot.img,system.img, and the rom you want to port to the dedicated folder.
2.Open the tool and select option 1. Wait for it to finish and then go back to the main menu.
3.After option 1 has finished gathering the needed files, select option 2, then select what type of porting method you want to apply.
AOSP BASIC - ports etc\firmware and mdbb only (Preferable if you just want to boot the rom then fix bugs later.)
AOSP FULL - ports bin, ports etc\firmware and mdbb, ports lib, ports vendor (Porting method with bug fixes applied, but can sometimes cause loop in some roms)
CM-BASED BASIC - ports etc\firmware and mdbb only (Preferable if you just want to boot the rom then fix bugs later.)
CM-BASED FULL - ports etc\firmware and mdbb and ports lib ((Porting method with bug fixes applied, but can sometimes cause loop in some roms)
3. After porting method is applied.Go back to the menu and select option 3, then manually edit the build.prop and updater script to your liking.
4. After you have finished editing, select the build option. After building, move the rom zip to your phone then flash
Note:
1.Make sure to place all files in their needed directories for script to successfully locate your files and proceed without errors
2.You have to manually edit build.prop and updater-script values based on your liking and needs.
3.Only use the delete all dependencies option after you have finished/ have flashed the ported rom because it will also delete the file you have finished building.
I hope you like my simple tool I have put many hours to make this
If you have something to add in this tool feel free to suggest and help.
I made it using Notepad++ for batch scripting and Quincy 2005 for C language codes
If you feel that I have helped you and you liked my tool feel free to donate, it will greatly help my studies Just inbox me, I dont have paypal atm still 17
Screenshots:
Proof: Lineage OS 13 Auto Ported with this tool
Special thanks to:
Nana Iyke Quame, droidpeepz, darkcyanidedevs, mt6580 development and porting, xda-developers, 4pda​
LOS 13 is Android 6? how i port LOS rom to Blu Vivo 5 Mini?

[WIN][TOOL]KisMth - A Tool for Android generic device

/*
* Your Warranty is already voided.
* I am not responsible for anything wrong
* you do! However you can contact me
* for any help!
*/
Click to expand...
Click to collapse
KisMth is a part of ADK which you can found it here. It is not standalone Tool.
Click to expand...
Click to collapse
Information
KisMth is a Tool which will help you to typically solve your Android Adb Problems. It is a part of ADK that means you cannot download and run it as standalone (It is an addon plugin for ADK itself).
KisMth (in hindi) means luck, i.e it depends on your device if your device is supported by KisMth. KisMth allows you to extract your partition details, fix FastBoot vendor ID problems, IMEI backup/restore, create Firmware backup, create scatter file (for mtk device), unlocks your device, and much more stuffs…
Click to expand...
Click to collapse
Snappies
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Features
Get Basic/Advance device Information
Find your IMEI number
See your Device Partition details/address (total 5 types)
Reboot Device into
Bootloader (FastBoot)
Recovery
Soft Reboot
Boot into safemode
Boot from Fastboot to Android
Extract device info (which also includes "dev" path, vendor ID, etc.)
Backup/Restore
IMEI information (NVRAM, NVDATA)
SDCard, Apps+Data, Contacts, Messages, Call logs, etc.
Generate a Flashable ROM Backup
Backup whole firmware
Replace SuperSU, Kingroot with Magisk
Flash Boot and Recovery images (with or without custom recovery)
Flash Images (without custom recovery)
Fix TWRP force encrypt error (due to this bug your Internal Storage or Memory card shows 0 bytes in TWRP)
Edit Build prop
Modify boot image (so when you flash this image with SP Tool, etc you can easily unlock your screen lock without root)
Create Fastboot Flashable zip
Create Odin flashable zip (for samsung devices)
Create Scatter file for any MTK device
Click to expand...
Click to collapse
Discussions, Bugs, Reports, Enhancements
User feedback is one of the most important stuff for any application to proceed. I kindly lookup on each of users feedback and try to improve the functionality of ADK. If users have to report any bugs or request any feature request, just create a regular topic in ADK Forums with proper category. You can also that forum (apart from XDA) for discussion on general topics (No sign in or registration is required, just fill your email address and start writing)
Click to expand...
Click to collapse
Download, Install and Guides
As told earlier, KisMth is a part of ADK. So first you need to install ADK which can be found here and then install this plugin.
Install this Plugin for ADK
Forum (for discussion and query)
Click to expand...
Click to collapse
XDA:DevDB Information
KisMth, Tool/Utility for all devices (see above for details)
Contributors
[email protected]
Version Information
Status: Stable
Current Stable Version: 1.0.0.0
Stable Release Date: 2018-04-19
Created 2018-06-13
Last Updated 2018-06-13
Reserved
I'll post video guides soon
Will this enable usb debuggin on a locked phone?

[CLOSED] stayboogy is back!!! [ROM] stayboogy-BasicAOSP12-Pixel5

stayboogy_Officially
I'm back!!!
And in case you haven't heard or seen mine handle, I'm an expert level dev, and I don't care anything of your opinions or needs or wants, and I build for me and people like me who are expert users and/or just want plain Android without all the branding and garbage of all the other developers out there.
**This is just the beginning of my return to the dev scene.**
***I'm not offering support, never will, neither will I ever respond to questions about additions, upcoming plans, release dates, or reply to any questions for help about anything***
****If you can't read directions, or don't know how to install, THEN STAY AWAY BECAUSE YOU WILL GET NO HELP FROM ME!****
This is my build of AOSP 12 for the Pixel 5
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[source]
default.xml - platform/manifest - Git at Google
This is straight from Google's Sources [-b android-12.0.0_r3]
Build 1 -- Basic Build for all Future Builds
Future Builds -- TBD / will have MODS ONLY that are necessary and approved by me alone for a Simple, Clean, Usable Device
Download:
[Build1 = 98 parts, hjsplitted, 10mb each basically]
[keep checking for completed upload--slow upload speeds on my dev device right now]
[either download the git as a zip from github
OR
download each file separately from github]
[get it here]
[rooting instructions below install]
>>> XXXXX <<<<
Install:
1) JOIN PARTS WITH "hjsplit" (possibly unnecessary but here for official way)
2) extract with 7zip
3) bootloader unlocked
4) reboot to bootloader
5) install.bat
6) Enjoy
or
6) After Rooting - Optionally Add Gapps, [MicroG incompatible for now], and Enjoy
How to Root:
1) Download Magisk and patch the original boot.img from my build
2) copy patched boot.img and vbmeta.img from my install zip to a location on pc
3) reboot to bootloader
4) fastboot --disable-verity --disable-verification flash vbmeta /path/to/my/original/vbmeta.img
5) fastboot flash boot /path/to/your/patched/boot.img
6) fastboot reboot
7) Enjoy!
​Mod Edit: Link removed
I don't recommend anyone install this to their device until OP shows his source code/repos for the kernel and ROM.
He forked from this repo: https://github.com/nvllsvm/pixel5-aosp-builder
And only changed two lines in the readme to show changes to his fork: https://github.com/stayboogy/Staybo...mmit/1c5719b2eba5ec8c1e201306a9d2ab1120b0b2b1
Again, I would not install this at all to any device until his sources are provided.
rooting instructions added
the only bug found thus far is the Camera bug which will remove the app from app drawer but will still be available via double press of power button.
I'm working on it...
MOD ACTION:
Thread closed pending compliance by OP.

Categories

Resources