CarlivScreenshot tool for taking screenshots while booted up in Android or Recovery. Linux and Windows versions.
{
"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"
}
CarlivScreenshot is a tool to take screenshots through ADB from you phone or tablet.
The original ideea and starting script was published by majdinj here.
I wrote again the script for windows, I ported that to linux too and added a menu driven interface.
I built the fb2png module from Phil3759's recovery repo and used the adb from latest android sdk. For android screenshots this uses same builtin "screencap" feature as majdinj's utility uses. I made though some changes to recovery section, based on infos posted on this thread.
Requirements:
- USB debugging activated in your device.
- Make sure you can connect to your device through ADB ( Check to see if you can run "adb shell cat proc/emmc" or other adb commands "adb devices" or "adb get-state").
* If in android you can't use the tool because adb can't acces the screencap utility, install adb_insecure apk from chainfire (but that needs to have root).
Why?
I needed a utility to take screenshots in linux, for my recovery, and I couldn't find anything. Of course there are few threads explaining how to do it with commands prompt using ffmpeg, but that never worked for my phone - it worked though the makers_mark's utility in windows (only by selecting both framebuffers because sometime was on upper the good one, sometime on lower), and the majdinj utility. I liked his ideea better and so I decided to port it to Linux in bash.
Credits:
- majdinj for the initial script.
- Kyan.ql, Phil3759 and McKael for the fb2png source and hints (found on their posts).
The tool was tested in JB (android 4.2.2) and Kitkat (android 4.4.2) and worked flawless both in windows and linux (ubuntu).
Check post #2 for Linux version and post #3 for Windows version.
CarlivScreeshot Linux version
To start it just double click on screenshots script (Linux) then choose "Run in terminal" from dialog box.
Attached are few screenshots made with it.
CarlivScreeshot Windows version
To start it just double click on screenshots.bat script (windows).
Attached are few screenshots made with it.
Nice Tool Sir :highfive:
its Working Perfectly Fine For My MT6589 Device...
EnerJon said:
Nice Tool Sir :highfive:
its Working Perfectly Fine For My MT6589 Device...
....
Click to expand...
Click to collapse
Sure, thanks man. I'm glad you liked also the updates on my Image Kitchen
As I said I needed a tool like this for linux but I couldn't find it so... I made it
And if it was good for linux I wanted same thing for windows too..
Lot of work though..
Recovery ScreenShot Tool:
Yes Sir, its A Clean & Fast Tool... Previously i Was Using Makers_Mark's Recovery Screenshot Capturing Tool Which Served Me Well For The Same Purpose But Your Tool is Light Weight And Faster Than Any Other Tool (Y) Thanks
Image Kitchen Tool:
Honestly Speaking, The GUI Version is Good For UnPacking/RePacking Two Or Three IMGs, But For More, i Will Be Using Non-GUI Version v0.5 With Drag And Drop Support Because Of My Laziness i am Hoping To See More Updates in Future For Non-GUI Version Too O
EnerJon said:
Recovery ScreenShot Tool:
Yes Sir, its A Clean & Fast Tool... Previously i Was Using Makers_Mark's Recovery Screenshot Capturing Tool Which Served Me Well For The Same Purpose But Your Tool is Light Weight And Faster Than Any Other Tool (Y) Thanks
Image Kitchen Tool:
Honestly Speaking, The GUI Version is Good For UnPacking/RePacking Two Or Three IMGs, But For More, i Will Be Using Non-GUI Version v0.5 With Drag And Drop Support Because Of My Laziness i am Hoping To See More Updates in Future For Non-GUI Version Too O
Click to expand...
Click to collapse
Well I prefer the menu version, but that's just my oppinion, and I don't think the drag&drop is much easier I drop all my images in correspondig folder and then start to unpack (this was the biggest challenge to make that menu list load al files from folder automatically both in batch and bash, because I wanted a simple way... in the end I managed to do it as I wanted). Ah, and as you may have seen, it's portable: it can run even from a flash drive because there are no special requests for partition.
But I was thinking that not everybody may like the menu version and I kept the version 0.5 for those people - and I intend to keep it along with the other one, and any update in scripts or modules will be applied to that too.
carliv said:
I drop all my images in correspondig folder and then start to unpack
Click to expand...
Click to collapse
i Also Do The Same, i Know What Happens With Drag And Drop When We Have More Than 50 IMGs And Their Unpacked Folders in The WorkDir... LOL
BTW i Was Thinking To Mod Your Drag And Drop Tool So That it Can Be Used From Right Click Menu, This Way it Can Save Us From Scrolling Up And Down Again And Again Just To Drop That IMG/Folder On UnPacking/RePacking Script...
carliv said:
and I intend to keep it along with the other one, and any update in scripts or modules will be applied to that too.
Click to expand...
Click to collapse
i am Glad To Hear That Sir :victory:
EnerJon said:
i Also Do The Same, i Know What Happens With Drag And Drop When We Have More Than 50 IMGs And Their Unpacked Folders in The WorkDir... LOL
Click to expand...
Click to collapse
That's one reason I added the Clear folder option
EnerJon said:
BTW i Was Thinking To Mod Your Drag And Drop Tool So That it Can Be Used From Right Click Menu, This Way it Can Save Us From Scrolling Up And Down Again And Again Just To Drop That IMG/Folder On UnPacking/RePacking Script...
Click to expand...
Click to collapse
About right click I don't think that modding the script will do the job... I guess you have two options for that: one to modify registries or the second (easy) one to place a shortcut for that script in already existent "Send To" menu then click right on your image or folder "Send To" -> the shortcut.
It will work like this.
From now on, if there is more on this, let's move the discussion on the Kitchen thread, because here is offtopic
Cheers!
Thanks for this works great, Linux version.
Works fine!:highfive: Thanks @carliv for this useful tool :good:
Screenshots from my 4.2.2 mt6572 device:good:
@carliv or anyone, why i can take screenshot from recovery mode ? my device is detected via adb but screenshot is failed.
here the error log
Code:
**********************************************************
* *
* Android Screenshooter (fb2png) *
* by Kyan He ([email protected]) *
* Maintained by Phil3759 & McKael @ xda-developers *
* Original script for windows (batch) *
* by majdinj @ xda-developers *
* rewritten for linux as shell script (bash) *
* by carliv @ xda-developers *
* *
**********************************************************
][************************][
][ RECOVERY ][
][************************][
][ S. Take screenshot ][
][************************][
][ E. Exit ][
][************************][
][ Q. Quit ][
][************************][
Type your option [S,E,Q] then press ENTER: s
Pulling Screenshot file
remote object '/tmp/fbdump.png' does not exist
Done! recscreen_13_140909.png saved in recovery_2015_12_13 folder
Press any key to continue...
Thanks for this bluefirebird
Thread closed at OP request
Regards
Sawdoctor
Related
{
"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"
}
My website is down, but download is still alive.
Hi Guys!
Android Commander is windows application to keep control on your android apps and files from PC. This is a small, very very fast and intuitive app.
If someone want to try it, go a head. But remember, you doing this on your own risk! I'm not professional programmer, this is only my hobby
Program Requirements
Before you install the program you should read this:
Phone Requirements:
- ADB ROOT Access
- BusyBox
- „Settings->Applications->Development->USB debugging” must be enabled
- USB Cable
Computer Requirements:
- Windows XP/Vista/7
- ADB USB Driver
- Java JDK
- Minimum 800×600 screen resolution
Click to expand...
Click to collapse
Android Commander should works for any android device, but here is list of devices confirmed by me or users.
Before you report any problem to me, read program FAQ.
Full list of program features.
Screens:
Android Commander screenshots gallery
If you like my program, conceder a donation please!
Download is here
mirror
Program wasn't updated for a long time, but it still can work with any android device. The only think you have to do is update ADB binaries in program directory.
Click to expand...
Click to collapse
Changelog:
Version 0.7.9.11:
Changelog:
- updated adb and aapt binaries
- better work with JB
- better updates checking system (disabled as default)
- files and partitions size display improvements
- more fixes
Click to expand...
Click to collapse
Full program changelog
very handy app great job !! Will definitely use this !
You Sir, have just earned yourself GODLIKE status from us people who have no programming skills.
Well, if I could download the bloody thing, it just sits at 'processing download request'...
that looks awesome!! thank you for sharing it with us!!
+1 on that
Cannot download! Says File not found on server. This is for the latest and greatest version.
A fellow Windows 7 'UK Theme' user
Is there something similar for OSX ?
himmatwala said:
Cannot download! Says File not found on server. This is for the latest and greatest version.
Click to expand...
Click to collapse
same problem here
for all who cant't download file from mediafire, here is megaupload mirror: http://www.megaupload.com/?d=NJKJI587
from next update i'll start posting 2 download links
thanks worked like a charm
I get "Device: not found"
running Nexus One + Cyanogen add-on
t0pgun said:
I get "Device: not found"
running Nexus One + Cyanogen add-on
Click to expand...
Click to collapse
So Your Nexus is really unconnected or is something wrong with your ADB.
If you type in windows cdm "adb devices", what you see?
PanPiotr said:
So Your Nexus is really unconnected or is something wrong with your ADB.
If you type in windows cdm "adb devices", what you see?
Click to expand...
Click to collapse
List of devices attached
HT9CRP819577 device
t0pgun said:
List of devices attached
HT9CRP819577 device
Click to expand...
Click to collapse
so should be ok. i don't know what is wrong
PanPiotr said:
so should be ok. i don't know what is wrong
Click to expand...
Click to collapse
My bad, i was trying to run AC from the desktop. I moved it to the \android-sdk-windows\tools folder, it works now!
Thanks!!
t0pgun said:
My bad, i was trying to run AC from the desktop. I moved it to the \android-sdk-windows\tools folder, it works now!
Thanks!!
Click to expand...
Click to collapse
Yes its your bad. It works from any place on pc(desktop too), you prapobly have no adb tool directory in system path. You should.
http://developer.android.com/sdk/installing.html said:
The primary tools/ directory is located at the root of the SDK folder. Adding tools to your path lets you run Android Debug Bridge (adb) and the other command line tools without needing to supply the full path to the tools directory.
- On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look for a line that sets the PATH environment variable and add the full path to the tools/ directory to it. If you don't see a line setting the path, you can add one:
export PATH=${PATH}:<your_sdk_dir>/tools
- On a Mac OS X, look in your home directory for .bash_profile and proceed as for Linux. You can create the .bash_profile if you haven't already set one up on your machine.
- On Windows, right-click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path.
Click to expand...
Click to collapse
PanPiotr said:
Yes its your bad. It works from any place on pc(desktop too), you prapobly have no adb tool directory in system path. You should.
Click to expand...
Click to collapse
Fixed it! Works from any place on the pc. Thanks again!!
update
Android Commander 0.7.3:
http://www.mediafire.com/?y2mldvdmynl
mirror: http://www.megaupload.com/?d=6Y27VBLI
Code:
Changes:
- changed positions of Application Manager and Computer Files (now is more natural ;))
- bookmarks :)
- you can open any file in Computer Files
- icons for music/video/image formats readable for phone (and zips)
- window "About" with changelog
- button New Dir in Computer Files
- reading info and icons from apps works better now
- if your phone is not connected and you will open apk file info, you will se info "no device"
- hidden and system windows files are hidden in Computer Files
- log window disabling main window during progress
- more small fixes/changes
changed positions of Application Manager and Computer Files (now is more natural )
Click to expand...
Click to collapse
Very nice feature
This is Ubuntu Touch Developer Preview for ace brought to you by Mustaavalkosta and TeamCodefire.
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Click to expand...
Click to collapse
Touch Developer Preview Release Notes
General:
This is very alpha version of Ubuntu Touch. IT'S NOT READY FOR DAILY DRIVER. This is mainly for those curious souls like me to see how it runs on this relatively old device. There are and will be bugs.
Thanks and credits:
Andromadus (for msm7x30 support)
Canonical
CodeAuroraForum
CyanogenMod
BananaGranola
Epic Beard Men
eXistZ
Flemmard
Flinny
Juansheng
KangBangKreations
synergye
TeamCodefire (for hosting, priceless)
Flow-Wolf
All the rest that have helped to construct these builds and develop software for ace directly or indirectly in the past.
Gits:
http://phablet.ubuntu.com
local manifest
Changelogs:
None
Not working:
Apparently calls work in some degree
Data/3G
Camera
Screen on/off is a bit buggy (there's no timeout etc.)
Sound
If you plan to install more apps, space is a bit limited as it's using phone's internal memory instead of sdcard ext4 partition hack. There's approx. 200MB free in /data after extracting Ubuntu's rootfs.
Everything that I forgot / haven't noticed.
Prerequisites:
Have at least 1GB free on your sdcard prior flashing.
Have some experience at tinkering with your device. I won't be giving further step-by-step guidance as this is experimental thing, be a little experimental yourself.
7Zip and notepad++ (or equivalents) for updates from Ubuntu's mirror
Fresh installation instructions:
Want latest rootfs? Go to update instructions.
Download quantal-preinstalled-armel-ace-20130303.zip
Download quantal-preinstalled-phablet-armhf-20130303.zip
Download ubuntu-ppi-ace.zip
Put the files on sdcard.
Check that you meet the sdcard free space requirements.
Reboot to recovery.
Do factory reset (ie. format /data, /cache, /sd-ext and /sdcard/.android_secure)
Flash quantal-preinstalled-armel-ace-20130303.zip
Flash quantal-preinstalled-phablet-armhf-20130303.zip (this will take a while due two large extracting tasks)
Flash ubuntu-ppi-ace.zip
Reboot and enjoy.
Update installation instructions:
Download latest quantal-preinstalled-armel-ace-XXXXXXXX.zip (optional if you are just updating Ubuntu rootfs)
Download latest quantal-preinstalled-phablet-armhf.zip
Download ubuntu-ppi-ace.zip
Open quantal-preinstalled-phablet-armhf.zip with 7zip and go to META-INF\com\google\android\
Right-click updater-script and click Edit (make sure you have proper editor set as default, e.g. notepad++).
Do these changes to the script file: https://gist.github.com/Mustaavalkosta/5123952 (make sure you have correct timestamp instead of leaving XXXXXXXX in it) and save the file.
Close the editor and 7zip should ask you if you want to update the file in the zip. Of course select yes.
Put the files on sdcard.
Check that you meet the sdcard free space requirements.
Reboot to recovery.
Flash quantal-preinstalled-armel-ace-XXXXXXXX.zip (optional if you are just updating Ubuntu rootfs)
Flash quantal-preinstalled-phablet-armhf.zip (this will take a while due two large extracting tasks)
Flash ubuntu-ppi-ace.zip
Reboot and enjoy.
Removal instructions:
Reboot to recovery
Restore nandroid or do factory reset and flash whatever you want.
Contact:
My Google+
My twitter
#codefireX @ freenode
Donations:
codefi.re (use the donation button at the bottom of the page)
Mustaavalkosta
(codefi.re donations are used to cover the server costs, my donations will be used to increase my beard growth in a way or another)
Q&A:
Q: Can I flash KangBang perfomance kernel or some other kernel?
A: No, unless it includes required kernel changes.
Q: How can I build Ubuntu Touch myself?
A: Follow Ubuntu's guide and apply my local_manifest. Then just fix quantal-preinstalled-phablet-armhf.zip's updater-script (see update instructions above) and you are good to go.
Q: How do I shutdown the device?
A: Pressing power button continuously for couple of seconds seems to switch it off but since there's zero userspace feedback about this happening I prefer the options below from Ubuntu's wiki.
Currently the power button does not work with recent kernels, so one of the following options must be run:
remove the battery and replace it
run adb reboot (will obviously reboot, not shutdown)
run "reboot -p" from the adb shell
Code:
adb root
*unplug the cable and replug it*
adb shell reboot -p
Q: Something about something something something.
A: Ask the guy/gal next to you.
i just tried thison my HTC One X+ and it looks and feels really good. Fast and responsive! I hope that the same goes for my baby (DHD/I4G).
I look forward to to try it! Thaaaaanks!
Re: [ROM][DEV] Ubuntu Touch Developer Preview [2013-03-03]
Will try it. Thak you for the effort you make for us DHD users. I hope this will become daily driver some day.
Sent from my Desire HD using xda app-developers app
I keep getting "404 not found" for the first file download.
GREAT!!!!!!SUPERB!!!!!!! will look forward......thx for now...
superbeast_87 said:
I keep getting "404 file not found" for the first file download.
Click to expand...
Click to collapse
Yeah, sorry about that. I forgot webserver didn't like + signs in filenames. Fixed now.
Yeeeesssssss! I download, and test!
Thanks!
And here is a little gift, for the topic, or users, or developers!
{
"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"
}
I just got wifi to work. You can add /system/etc/init.d/21bcmdhd script with something like "modprobe bcmdhd" in it or wait for me to upload updated build on top of the current one and reflash. I'll add edit to this post when it's available for download.
Edit: Re-upload done on quantal-preinstalled-armel-ace-20130303.zip. Just reflash it and you should have working wifi.
I do not believe it, but it works!
It is true that slow, slipped on the keyboard, but it works!
Although yet to issue a sound: D
Can I see a screen shots and some videos of this ROM
This is a dev preview so you'll get limited features, no music player, lack of customization of some widgets/apps etc.
wow seems promising.... reserved for the future
Wow!
Really nice!
Good to try
Re: [ROM][DEV] Ubuntu Touch Developer Preview [2013-03-03]
Never thought this would be comming
Wow! Thanks to the devs for porting this to our device! Now we just have to wait for the usable version/release in a "couple of weeks"... :fingers-crossed:
Well... I tested it. There seems to be a lot that's not working, but the basic interface works just fine. Nice to be able to try out the gestures and interface.
ayanamirei33 said:
Wow! Thanks to the devs for porting this to our device! Now we just have to wait for the usable version/release in a "couple of weeks"... :fingers-crossed:
Click to expand...
Click to collapse
Try more like a couple of months since that is the time that the devs of the Ubuntu said it would take to get it fully working and then the devs for our DHD can have a go at it. Until then this is just a dev preview.
Also, very nice to see this OS ported to our device in such an early stage. Thanks Mustaavalkosta, hope you assemble a good team once this OS is out of development stage and I wish you have success in getting it to work on the DHD. :good::fingers-crossed:
i really want to see this on one s... -=D
SGY PC-Toolsby hnkotnis
{
"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"
}
Hi Everyone!
I am presenting you my new project:- SGY PC-Tools.
This is a tool that allows you to do various things from PC.
Screenshots:-
Installation:-
1. Download and run the exe
2. Press Next. Choose Typical install. It takes 2-3 minutes.
3. Even if shortcut is created on desktop, Please run it from Installation Directory.
IMPORTANT NOTE:-
While closing this software, type "x" and press Enter. DO NOT CLOSE THE WINDOW OR IT MAY LEAD TO PROBLEMS.
If ADB commands output is not shown or in case of any problem,
delete all files in installation directory except Toolkit's exe and Readme PDF.
Or try uninstall and reinstall.
Uninstallation:-
Windows 7:- Go to Programs and Features and unistall SGY PC-Tools.
Windows XP:- Go to control panel, add or remove programs and uninstall.
Download:-
V1.0.0.0 http://d-h.st/RKg
MD5 Sum:- 5544b1db94795b6ecc1bcca7b1ab8cdc
Checked by Virustotal. No Virus Found by 50 Antivirus.
VirusTotal Scan Result Link
Detection Ratio:- 1/51 (Less popular AV says this is minor, but it is not virus. I am a good guy and I don't want to mess up anyone's PC. Believe me)
FEATURES:-
Details are included in the Readme PDF file. Here only main points are covered.
1. Reboot menu:-
Full Reboot
Hot Reboot
Reboot to Recovery
Reboot to Download Mode
2. Backup and Restore Menu:-
Data Backup
Data Restore
Firmware Backup
Firmware Restore
3. Download Samsung USB Drivers
4. Download CWM Recovery
5. Busybox Installer
6. App Uninstaller
7. Push apps to sdcard
8.Download SGY Toolkit V1.8
9. Screenshot menu:-
Android
Recovery mode
10. ADB Tools:-
Start-Server
Kill-Server
List Connected Devices
Wi-Fi ADB
Manual ADB Commands
Mount System as r/w
Get demesg
Get logcat
Live Screen Viewer
Bugs:-
Bug list is included in readme.
DO NOT ADD BUG REPORTS IN COMMENTS.
NOTE:-
You cannot decompile/reverse-engineer any part of this software and any dependency that comes with this software.
If you want to share this on your blog, site, Facebook, Google+ page, just ask permission from me by PM.
By using this you agree that whatever damage happens to your device, its software, hardware or YOU,
You are responsible for it. I have no responsibility for it.
Click to expand...
Click to collapse
SOME PEOPLE ASK FOR SOURCES AND CREDITS WHEN THEY ARE NOT REQUIRED,
AND SAY THEY WANT TO GUIDE ME. I AM NOT AT ALL PAYING ATTENTION TO SUCH PEOPLE.
If you do this I will ask a moderator to remove your post. KEEP THIS FOR DEVELOPMENT ONLY!!!!!!!!
IF YOU HAVE PROBLEM, THEN SETTLE IT BY PM, THIS IS A RULE OF XDA
Click to expand...
Click to collapse
Credits:-
Unknown developer for Android Screen Monitor.
ALL REST CREDITS TO ME!!!
XDA:DevDB Information
SGY PC-Tools, a Tool/Utility for the Samsung Galaxy Y GT-S5360
Contributors
hnkotnis
Version Information
Status: Stable
Current Stable Version: 1.0.0.0
Stable Release Date: 2014-03-25
Created 2014-03-25
Last Updated 2014-03-26
Reserved
Reserved for something or may be nothing, but reserved for everything.
Reserved
Reserved. Don't ask why.
doesnt seem to work with me - it cant establish an adb connection with my phone
no problems using other adb tools
if I run adb devices from a cmd promp it detects my phone
also each time I run the program it asks me to keep replacing files then it brings up an error about adb files (but these files are in the folder)
iv attached screenshots
edit
ok so iv done some more testing - turns out this app wont work if you have an adb emulator installed - for example if you have bluestacks installed make sure you end task it or exit the programme before running this else it wont work as it will get confused between the physical adb device and the emulator
Still get the error messages about files and asking to replace files at each start up
once I disabled the emulator it works fine in terms of connection however the screen shot feature I still cant seem to make work
It now says it has successfully taken a screenshot but the screenshot is not in the folder
edit again - ok so you put the screenshot bug in your pdf file as a bug but it would be helpful if you actually put the bugs on the op of this thread
Your screenshot prog looks just like ADB ScreenCapture by majdinj xda - it gives exactly the same read outs
The android screen monitor is basically a copy of droidATScreen which I have put in the attachment however droidAtScreen can also take screenshots and continuous screenshots too
Well Done!! GONNA TRY THIS.
Great work
gonna try this good work
@marcussmith2626
You are not typing "x" to exit. So integrated cleanup is not executed. So you get that overwrite error.
Now delete all files (except toolkit exe and readme) and try again.
I ask you to go through Readme file which explains bugs and why they are in programme.
My programme is much similar to majdini's because ff2png (file used to take screenshot in recovery) used by him and me is taken from same source (GPLv2 licenced).
Also screenshot terminal command is universal for all androids.
I didn't knew about majdini's programme. But when you mentioned it, I checked his one. My commands are differently expressed (commands same as explained above, but code is different). If you use his code sometimes there is error.
But my code does not give error in batch format.
(but problem is after exe conversion, this has a bug. Check readme for more info).
Sent from my GT-I9001 Gadget of Mass Destruction with CM11 using XDA Developers App.
Cant download. New link please
Edit : Nope, it can now
But, why i can't do live capture ? after re-open this app ? I just can do it when first open it
GSculerlor said:
Cant download. New link please
Edit : Nope, it can now
But, why i can't do live capture ? after re-open this app ? I just can do it when first open it
Click to expand...
Click to collapse
Read my above comment. The part of typing "x".
Go through Readme. It contains all info.
Sent from my GT-I9001 Gadget of Mass Destruction with CM11 using XDA Developers App.
hnkotnis said:
@marcussmith2626
You are not typing "x" to exit. So integrated cleanup is not executed. So you get that overwrite error.
Now delete all files (except toolkit exe and readme) and try again.
Click to expand...
Click to collapse
to aviod the error of the adb files you have to run program as administrator
you should include run as admin in your exe file in future builds
Sorry bro, real bad CMD to EXE converter you use, I could easily find your .bat file here:
EDIT: Removed.
as far as your ADB device select is concerned use the command (adb.exe -d) this will direct the adb to the first USB ANDROID ADB Device
and I would like to know Setup program you used...
Hi guys,
Have you ever installed a mod without making a backup before? Did the mod break your system or was not working the way you expected? The only way to recover the system to the previous state was to restore an old backup and loose all new data.
Thanks to my mod, this won't happen again! I present to you "I Don't Want You!".
It means NO NEED TO ALWAYS MAKE BACKUP BEFORE INSTALLING A MOD!
How it works?
It creates update.zip containing apps changed by mod in comparison to stock system and deleting files added by the mod to our system.
What it does?
-creates update.zip
-signs the zip
-Additionally: pulls /system from the device (using adb) (you need to do that once before installing mods instead of unpacking system manually form FTF/.zip file)
Requirements:
-Windows
-.NET Framework 4.5 or higher
-files installed/changed by mod (the content of mod's .zip file without META-INF)
-Recovery installed on your Android device
-Rooted android device
-Java
Compatibility:
Every device and every Android build!
It does not fully support mods with AROMA Installer
Currently It works only with mods influencing /system.
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"
}
DOWNLOAD
[MIRROR]
Be aware that I am a real beginner in programming and some bugs may occur, so I would be very thankful if you could tell me how my work could be improved and what to fix
Please leave a feedback below!
Do not mirror my files! Ask for permission before posting my work anywhere!
CHANGELOG:
2.1(25.06.2015)
-fixed bug "zip not found"
2.0 (17.06.2015)
-now the update-binary will be taken from mod's zip file so the mod should be compatible with EVERY device
-added ability to extract the mod's zip file so you don't have to extract it by yourself
-no need to write the path now! just drag and drop the folder or file to the program's window!
1.6 (31.12.2014)
-fixed bug when there were no files to delete
-fixed permission
-should be signed now
1.5 (27.12.2014)
-FIXED CRASH DURING CLEANING UP
1.4 (27.12.2014)
-no need to give path to pulled system!
-fixed little bug when there are no files changed by the mod
1.3
-fixed icon
-fixed temp folder bug
BUGS:
-icon bugs
-some users experience ADB bugs if someone could help me with this one, I will be really grateful
Maciek602 said:
[place for changelog&bugs]
Click to expand...
Click to collapse
This looks handy. Thanks for sharing. Hopefully I'll be able to test it in the next few days after switching roms.
Looks really handy...been looking for this
Too soon to ask for, but I will stick around for a Linux version to come out
Cheers till then.
Happy Holidays
Saatvik Shukla said:
Too soon to ask for, but I will stick around for a Linux version to come out
Cheers till then.
Happy Holidays
Click to expand...
Click to collapse
Would you like a port of it?
Can the update.zip be flashed with stock recovery?
(Probably not, but I don't have my PC around to check )
Sent from my D620r [Stock 4.4.2]
Vagelis1608 said:
Can the update.zip be flashed with stock recovery?
(Probably not, but I don't have my PC around to check )
Sent from my D620r [Stock 4.4.2]
Click to expand...
Click to collapse
Update.zip made by my tool should work on all recoverys using edify language. Please provide me an example of flashable zip for your recovery and I will check.
If It comes to porting the tool for linux, I need help in that matter as far as I am not using Linux and I haven't made any program for that system yet. Of course I will provide source code. Please contact me via PM. However you can try opening the tool with Wine. The ADB wont work but you can copy your /system manually and provide path to it in program.
Maciek602 said:
Update.zip made by my tool should work on all recoverys using edify language. Please provide me an example of flashable zip for your recovery and I will check.
Click to expand...
Click to collapse
Update.zip (attached) : http://forum.xda-developers.com/showthread.php?p=52214999
Sent from my D620r [Stock 4.4.2]
This doesn't also back up the modem/radio, does it?
Such a nice tool .....
Sent from my Moto G using XDA Free mobile app
Great job man!
Would you mind to put up kind of a noob tutorial with a brief description/explanation of what each option would exactly do?
...dont need to explain what the option "EXIT" will do though! Lol
RMarques said:
Great job man!
Would you mind to put up kind of a noob tutorial with a brief description/explanation of what each option would exactly do?
...dont need to explain what the option "EXIT" will do though! Lol
Click to expand...
Click to collapse
+1
Crashed
Looks like it copied /system but then failed at the last minute
Like jshare, crashed in last minute!
crashes during cleaning up process.....maybe add code to kill ADB and restart it before cleaning
@Vagelis1608
It should work
@ChazzMatt
Of course it doesn't! Currently it works only with /system mods.
@RMarques
The only options you need is:
1. For pulling system from your phone
2. To make update.zip (all other options are included in this one)
@jshare @Limac @Manvindar
Yeah, I forgot to add line for killing "adb" process in latest version, because I slightly rearranged whole code. I will upload fixed version in 10 min
UPDATE
I have uploaded fixed version!
Maciek602 said:
@Vagelis1608
It should work
@ChazzMatt
Of course it doesn't! Currently it works only with /system mods.
@RMarques
The only options you need is:
1. For pulling system from your phone
2. To make update.zip (all other options are included in this one)
@jshare @Limac @Manvindar
Yeah, I forgot to add line for killing "adb" process in latest version, because I slightly rearranged whole code. I will upload fixed version in 10 min
UPDATE
I have uploaded fixed version!
Click to expand...
Click to collapse
Backing up modem would be a neat feature.
There is a message saying "This app cannot be executed on your PC".
Im running Windows 8.1 64bits
Do you have .Net framework 4.5?
INTRODUCTION
{
"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"
}
Code:
*/WARNING
This tool is in [B]BETA[/B] phase and is not for noobs. If you use this, you are choosing to play with your device on your own.
I will not be responsible for any damage to your device or your belongings in your home.
If you blame me for anything that goes wrong I'll die laughing at you/*
Hello all!
Today I present you F2I converter. This tool can convert system folder back to ext4 image format suitable for flashtools without cygwin.
Basically, this tool was made in keeping mind the format used by lollipop structure where dat files were converted to ext4 format and then unpacked, repacking them was kind of hard (or lazy to do so in my case) as it required linux or Cygwin [Based on Xpirt's Guide. Now I've always preferred a way to avoid linux and cygwin
I managed to put together a set of tools that can easily convert the extracted system folder back to img for flashing and in lollipop can be converted back to dat format on windows.
So this is what this tool is capable of! If you on lollipop and want @xpirt guide to do so then here it is - [HOW TO] Lollipop DAT files | Compression and Decompression
FEATURES
• Supports all Android Versions
• Works without Linux or cygwin
• Generates Log that help to troubleshoot the issues
• No extra software required (Except Git for Windows)
• Supports both way conversion
• Suggest more features
• Much more to come!
HOW TO USE
You need GIT for windows to run this tool. Kindly download and install GIT from HERE
Now install GIT and when you're done download F2I converter and extract it in core C: directory. There will be a folder names as "IMG_WIN" kindly make sure it is extracted in C:
Recommended GIT is v 1.9.4 or newer.
Mostly everything is self-explanatory in the tool but when you will convert "SYSTEM" folder back to "EXT4 img" format you will be asked to enter size in bytes.
Here is what you are asked to do..
1) Open the system.img inside the respective folder you're working on and then right click on it and click Properties
2) In General tab you'll see something like this
Now copy the highlighted part and paste in the box shown below in image
Now you can continue. Ahead
DOWNLOADS
MAJOR LINK
MIRROR
BUGS
This tool is in BETA phase so you are likely to face some bugs. Though I have paid a lot of attention while creating this tool but you may encounter some small code errors (like path not found etc) I request you to kindly see for yourself and correct it.
You are likely to face this error mostly though
Code:
error in bla bla bla ..... failed to allocate block [NUMBERS] out of space?
If you encounter something like this then it will not work with your files. This will occur mostly in Android 2.3.x-4.4.x and in some cases with 5.0 and 5.1
I am trying to fix this issue. Please co-operate
Rest no major bug.
CREDITS
@xpirt for his awesome guide on lollipop compression and decompression of dat files
Google for being so hepful :angel:
XDA for it's awesomeness
XDA:DevDB Information
[F2I Converter] Convert System folder into EXT4 Image without cygwin on Windows!, Tool/Utility for all devices (see above for details)
Contributors
Tech N You
Version Information
Status: Beta
Current Beta Version: v1.0
Beta Release Date: 2015-05-03
Created 2015-05-03
Last Updated 2015-05-03
Reserved.
Reserved Again.
Nice Dude ! extracted xolo one files using this ... hoping to port it for q700s
Great tool mate!
Enviado desde mi OnePlus One
Tech N You said:
.....This tool is in BETA phase so you are likely to face some bugs.....I request you to kindly see for yourself and correct it......
Click to expand...
Click to collapse
i've tried this. see the screenshot. i find only 2 files to copy back to my rom zip.
what about "file_contexts"? can/should the original be retained?
large size difference between original "system.transfer.list" and modified one ok?
Doesn't work for me. I'm unable to find system.img. So I downloaded "sda2img.exe" and I made system.img with it. Then, when I try to recompress system folder in DAT format, there is this problem ( see the screenshot ).
Then I noted that after using it, in "Working_Do_Not_Touch", system.transfer.list and system.new.dat get losts.
m0han said:
i've tried this. see the screenshot. i find only 2 files to copy back to my rom zip.
what about "file_contexts"? can/should the original be retained?
large size difference between original "system.transfer.list" and modified one ok?
Click to expand...
Click to collapse
AlessandroXCV said:
Doesn't work for me. I'm unable to find system.img. So I downloaded "sda2img.exe" and I made system.img with it. Then, when I try to recompress system folder in DAT format, there is this problem ( see the screenshot ).
Then I noted that after using it, in "Working_Do_Not_Touch", system.transfer.list and system.new.dat get losts.
Click to expand...
Click to collapse
Thanks for trying out the tool. You must use same file_contexts
As per your issue sir thing is the output is cleaned up and no file is left back. I request you to try the size from xpirts post on this. Kindly check that and reply back.
[system_new.img?]
Any ideas on how to fix this:
When I try repacking [system folder] back to [system.new.dat] the program throws an error : File not found -- system_new.img
MeTaL-01 said:
Any ideas on how to fix this:
When I try repacking [system folder] back to [system.new.dat] the program throws an error : File not found -- system_new.img
Click to expand...
Click to collapse
Option 4 is the correct one for Lollipop i see u chose option 3
Tech N You said:
....You must use same file_contexts.....
Click to expand...
Click to collapse
did so. upon trying to flash rom zip file, "error executing binary in zip....."
Tech N You said:
Option 4 is the correct one for Lollipop i see u chose option 3
Click to expand...
Click to collapse
I've tried both, none work
MeTaL-01 said:
I've tried both, none work
Click to expand...
Click to collapse
Okay then let me recheck whole thing and I'll revert back to you
ahh boy, you never cease to amaze me. Thanks for this
kirito9 said:
ahh boy, you never cease to amaze me. Thanks for this
Click to expand...
Click to collapse
Glad to know you liked this tool :good:
I keep getting a Permission denied error when using option 4. Any ideas why??
LupusGrande said:
I keep getting a Permission denied error when using option 4. Any ideas why??
Click to expand...
Click to collapse
Tool is not getting administrative privilege.
Kindly make your Windows user prompt to lowest
Tech N You said:
Tool is not getting administrative privilege.
Kindly make your Windows user prompt to lowest
Click to expand...
Click to collapse
after conversion there is nothing in system folder
well done bro ......................though small glitches bt overall grt tool (Y)
I can't convert the system folder back to dat files.
I use option 4 but nothing works.
Where I have to put the system.transfer.list and the system.new.dat?
What I have to do?