[SCRIPT][LINUX][ADB] pull files from bootlooping devices - Miscellaneous Android Development

adb pull junks shell script
Code:
*** Disclamer
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Introduction
adb_pull_junks.sh is a emergency shell script to get files from bootlooping Android device using the ADB (Android Debug Bridge).
files are splitted. only parts are pulled. if usb connection is interrupted, the script continues with current part.
Click to expand...
Click to collapse
Images
{
"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
Instructions
usage:
open the file with Editor and set the directory to pull
Note: Remove leading `/' from member names
dir=sdcard/TWRP
run the script (GNU linux only)
./adb_pull_junks.sh
wait for background tasks
Click to expand...
Click to collapse
Download
https://gitlab.com/aIecxs/adb_pull_junks
Click to expand...
Click to collapse
Changelog
Code:
Current changelog: 17. Feb 2023
[new] initial release
Click to expand...
Click to collapse
FAQ
Thanks To/Credits
Code:
@alecxs

reserved

I eagerly await for this to be available on GitLab! (It's not showing up for me yet.)

Oh sorry, forgot to set public.. done.

Related

[HOW-TO] Sign update.zip in Ubuntu

MODS CAN MOVE THIS IF NEEDED
There may be some people that aren't too terminal friendly and others that don't like typing so i made a simple GUI signing script this morning just to try it.
SETUP:
1. Install Java JRE (If you haven't already)
Code:
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
2. Download testsign.jar
--Place testsign.jar in home folder.
3. Download my script
--Place script "sign" in home folder
4. Open terminal
Code:
chmod a+x sign
Running:
Double click on sign file and run
Select zip file to be signed:
{
"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"
}
Enter output zip name:
Let it sign.... Progress bar doesn't work yet so just let it do its thing...
And your done!
Your new signed Zip file is in the home folder!
Hope some people find this helpful!
Question
Can we make our updates with this and flash the perfected spl's such as 1.76.0009/.0010?
arpitjain91 said:
Can we make our updates with this and flash the perfected spl's such as 1.76.0009/.0010?
Click to expand...
Click to collapse
Sorry for the late reply. Yeah you can sign your own updates with this. Not sure about the perfected spl though.. anyone?
we need a new signed key
illconcepts said:
Sorry for the late reply. Yeah you can sign your own updates with this. Not sure about the perfected spl though.. anyone?
Click to expand...
Click to collapse
We need a new test key to sign that works on perfect spl device.

[GADGET] Gadgets for Windows 7 (Roms Updates)

{
"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"
}
Windows 7/Vista Gadgets
Features
[*]Quick check of the latest versions of your favourite roms
[*] Instant update
[*] Instant download
[*] Notice of an closest update
[*] Warnings about critical errors
[*] Changelogs
[*] Notification of new additions
[*] Notification about updating widget
Click to expand...
Click to collapse
Supported roms and software
[*]RMD Recovery
Click to expand...
Click to collapse
System Requirements
[*]Windows 7 or maybe Vista
[*]Enough RAM to make them works correctly (1024 and higher)
[*]Internet connection
Click to expand...
Click to collapse
Now for developers:
If you want to make your rom supported please PM me!
Click to expand...
Click to collapse
Changelog:
Code:
v1.1
Initial release
Click to expand...
Click to collapse
Download
Version 1.1
Download
Click to expand...
Click to collapse
Official site
Click to expand...
Click to collapse
Hmmm. Looks good, going to give it a try.
I am impressed of your site. However, could you make the site pages not loading those backgrounds so often? They are big and they create too much traffic on the network.
However, could you make the site pages not loading those backgrounds so often? They are big and they create too much traffic on the network.
Click to expand...
Click to collapse
Ok, i l do it today)
However, is the any opinion about how can i upgrade my widgets?

[TOOL][PC][07/05/13]APK Installer v1.01

Hi dear XDA users. This is my first work for android. I made a simple apk installer for my own use and wanted to share everyone. This app is based on standart batch executables, visual basic and mortscript scripts
and combined neccesary adb tools.
With this program you can transfer apk files from your Windows PC to your phones data/app or system/app
folders. For affecting changes, I added reboot option after installition. It has ui completly so you won't
write codes on cmd screen or anything else. Only working mouse is enough
! It uses adb interface for communicating with phone. So you MUST INSTALL ADB DRIVERS on your PC.
! You MUST ENABLE ADB DEBUGING from your phone.
! For system/app installitions, you MUST HAVE ROOT PERMISSIONS in all phone models
! In HTC devices, nand protection must be removed (S-OFF)
! I strongly recommend to SELECT REBOOT option after installition.
For developers, this project is open-source. You can edit/modify it freely. But don't forget to credit
me in your work This app based windows bat, vbs and basic mortrun script files. So you can open this exe
file via an unrar app and modify via notepad.
For users, if you have suggestions or issues with it, feel free and write here
Code:
CHANGELOGS:
-1.01
*Initial realase
{
"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"
}
Good.if i ever buy Motorola again this will be useful

[TOOL]All-in-1-FlashTool_Moto_G[Falcon]

{
"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"
}
General:
Hey guys,
Welcome to my All-in-1-FlashTool for the Moto G Falcon
My target is to publish my All-in-1-FlashTool for several devices.
This tool helps you to flash .img files or similar things. It' a alternative for my Univeral_ADB-Helper tool which you can use as well.
It includes the most important commands to flash your phone.
The tool is an easy batch file, so you only need to unpack the .zip and run the batch file.
It is still in development and new features will be added soon.
I don't have this phone for my own, I've just developed this tool for its.
Your do everything at your own risk
Click to expand...
Click to collapse
Requirements: Unlocked Bootloader, Phone Drivers
Alternative: http://forum.xda-developers.com/android/software/utility-universaladb-helper-1-0-t2969165
Function:
- Flash Stock/Custom Recovery.img
- Flash Boot.img
- Factory Reset
- Wipe Cache
- Reboot Recovery/Bootloader
- Unlock Bootloader
- Device Properties
- Root
Click to expand...
Click to collapse
Downloads:
https://goo.gl/T7zwOP
Click to expand...
Click to collapse
Changelog:
Newest version: 1.0 [01.07.2015]
- Take a look at the 2nd. post -
Click to expand...
Click to collapse
If you want to request this tool for your device, please send me an e-mail at:
[email protected]
Please report other bugs and hit "Thanks" if you appreciate this work.
Follow me on Google+ | Community
XDA:DevDB Information
FlashTool_MotoG[Falcon], Tool/Utility for the Moto G
Contributors
Lars124
Version Information
Status: Testing
Created 2015-07-01
Last Updated 2015-07-01
- Reserved -

Auto-Mirror v0.4 Tiny & portable android mirror tool with gui and more

o/ im running a small open source github "Auto-Mirror"
Sorry cant post full links yet (lack of posts)
github.com/ DizzyduckAR/ AutoMirror
a new youtube will be added soon
My tool is based on scrcpy 1.10 with power shell / ahk / cmd scripts to allow user get active GUI
{
"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"
}
Auto-mirror Got an update 16/10/19 to V0.4
Auto-Mirror Support:
*Multi device mirror by WIFI and USB
*One click button to auto grab connected phone ip
*Mirror title name
*PC to Phone push and install with com.android.vending
*screen clipper tool
*Connect to local IP
*Cap Mirror Resolution
*Phone screen On/Off by window name
*Kill all adb servers
*Update able Terminal
*Open source 0 to Mirror
*no logs / logins / run from usb /
*very very small tool 5mb+24mb RAM
*38ms SDL2
please do not pop Bot-it in this post. im not sure if in his current state he wont break site TOS.
you got discord for Live help and gifs

Categories

Resources