Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Gspin96
Old
#811  
Gspin96's Avatar
Member
Thanks Meter 16
Posts: 38
Join Date: Dec 2011
Location: Rome
@nijel
Could you compile it for linux, please?
 
misterkiller
Old
#812  
misterkiller's Avatar
Member
Thanks Meter 7
Posts: 45
Join Date: Mar 2011
Location: Aveiro
this software seems awesome
 
nijel8
Old
(Last edited by nijel8; 6th April 2012 at 01:42 AM.)
#813  
Member
Thanks Meter 70
Posts: 58
Join Date: Dec 2011
Quote:
Originally Posted by Gspin96 View Post
@nijel
Could you compile it for linux, please?
Sorry, don't feel like I'm going to setup linux to compile it. But 7ymekk should merge my code soon and I'm sure he will have linux version for you.
You can grab my source code and compile it if you want.
github.com/nijel8/cwm_edition
The Following User Says Thank You to nijel8 For This Useful Post: [ Click to Expand ]
 
Gspin96
Old
(Last edited by Gspin96; 6th April 2012 at 11:22 PM.)
#814  
Gspin96's Avatar
Member
Thanks Meter 16
Posts: 38
Join Date: Dec 2011
Location: Rome
Thanks, i grabbed the source, but i don't know how to compile it. I'm googling... if there's an easy way, i'll do that. If not... I'll wait for the "official" release

EDIT: I think I'm next to do it... "g++ -o QtADB main.cpp", right? Buofficial sitet when i run it, it tells me i need something from "QtGui", so I'm downnloading the QtCreator and Qt4Designer from Ubuntu's app repository.

EDIT2: Found out "qmake QtADB.pro" then "make". It's building right now.

EDIT3: Done. It has some layout problems (the window becomes too big when going into advanced mode and cannot be resized. It should be made scrollable). If you want, i can upload the linux executable when i'm on a good connection (on monday i think).
PS: sorry if my english isn't properly "good"
 
nijel8
Old
(Last edited by nijel8; 7th April 2012 at 05:42 PM.)
#815  
Member
Thanks Meter 70
Posts: 58
Join Date: Dec 2011
OK. Just fixed the GUI and compiled it for linux. Let me know how it works for you.

Enjoy:

goo.gl/LGBwK
 
itsmikeramsay
Old
#816  
itsmikeramsay's Avatar
Recognized Themer
Thanks Meter 7232
Posts: 3,614
Join Date: Mar 2009
Location: Atlanta

 
DONATE TO ME
Default A Little Help?

Ok, I've finally given in and know I need to learn Linux. I'm currently running Linux Mint 12 and can't get MTP support to work for my Galaxy Nexus CDMA. I'm trying to get this to work, can someone please help me real quick? I already have "aapt" and "adb" set up, I just need to know where the QtADB file goes and how to access it in terminal. Any help would be much appreciated! Thanks in advance!

Twitter: @ItsMikeRamsay

TW Setup
~ ROM: Modified Stock 4.1.2 T-Mobile ROM
~ Kernel: Stock


AOSP Setup
~ ROM: DeviantXone
~ Kernel: Stock CyanogenMod Kernel


Devices:Galaxy S3 (D2TMO) & Galaxy S4 (Very Soon...)

Hit the Thanks! Button If I've Helped!
Donations are ALWAYS appreciated!
 
dancer_69
Old
(Last edited by dancer_69; 20th April 2012 at 07:01 PM.)
#817  
Senior Member
Thanks Meter 168
Posts: 1,749
Join Date: Jan 2007
Quote:
Originally Posted by nijel8 View Post
OK. Just fixed the GUI and compiled it for linux. Let me know how it works for you.

Enjoy:

goo.gl/LGBwK
I just tried to use the backup/restore future on latest 0.8.94 version and always the program crash when I'm trying to load the backup.
I made the backup with this version also, and I can find the folders of apps on sdcard QtADB/backup folder, but obviously I cannot restore them.
Any help?

EDIT:
debug throws this when app crashes:
Code:
Debug: Backup outputList =  ("find: unrecognized: QTADB_Code.txt", "BusyBox v1.19.3-cm9 bionic (2012-02-08 09:13 +1300) multi-call binary.", "", "Usage: find [PATH]... [OPTIONS] [ACTIONS]", "", "Search for files and perform actions on them.", "First failed action stops processing of current file.", "Defaults: PATH is current directory, action is '-print'", "", "	-follow		Follow symlinks", "	-xdev		Don't descend directories on other filesystems", "	-maxdepth N	Descend at most N levels. -maxdepth 0 applies", "			actions to command line arguments only", "	-mindepth N	Don't act on first N levels", "	-depth		Act on directory *after* traversing it", "", "Actions:", "	( ACTIONS )	Group actions for -o / -a", "	! ACT		Invert ACT's success/failure", "	ACT1 [-a] ACT2	If ACT1 fails, stop, else do ACT2", "	ACT1 -o ACT2	If ACT1 succeeds, stop, else do ACT2", "			Note: -a has higher priority than -o", "	-name PATTERN	Match file name (w/o directory name) to PATTERN", "	-iname PATTERN	Case insensitive -name", "	-path PATTERN	Match path to PATTERN", "	-ipath PATTERN	Case insensitive -path", "	-regex PATTERN	Match path to regex PATTERN", "	-type X		File type is X (one of: f,d,l,b,c,...)", "	-perm MASK	At least one mask bit (+MASK), all bits (-MASK),", "			or exactly MASK bits are set in file's mode", "	-mtime DAYS	mtime is greater than (+N), less than (-N),", "			or exactly N days in the past", "	-mmin MINS	mtime is greater than (+N), less than (-N),", "			or exactly N minutes in the past", "	-newer FILE	mtime is more recent than FILE's", "	-user NAME/ID	File is owned by given user", "	-group NAME/ID	File is owned by given group", "	-size N[bck]	File size is N (c:bytes,k:kbytes,b:512 bytes(def.))", "			+/-N: file size is bigger/smaller than N", "	-links N	Number of links is greater than (+N), less than (-N),", "			or exactly N", "	-prune		If current file is directory, don't descend into it", "If none of the following actions is specified, -print is assumed", "	-print		Print file name", "	-print0		Print file name, NUL terminated", "	-exec CMD ARG ;	Run CMD with all instances of {} replaced by", "			file name. Fails if CMD exits with nonzero", "") 
Debug: tmp str =  "find: unrecognized: QTADB_Code.txt"
This happens on windows version.
 
nijel8
Old
(Last edited by nijel8; 22nd April 2012 at 03:05 AM.)
#818  
Member
Thanks Meter 70
Posts: 58
Join Date: Dec 2011
Did you set /sdcard/QtADB/backup as apps backup folder in Settings->App manager?
If you run in command prompt:

Code:
adb shell busybox find "/sdcard/QtADB/backup" -name *.txt
what output you get?
 
dancer_69
Old
#819  
Senior Member
Thanks Meter 168
Posts: 1,749
Join Date: Jan 2007
Yes.
The output of the command is txt files for all apps like this:
/sdcard/QtADB/backup/Contact Analyzer 2/com.andrew.contactanalyzer2.txt
/sdcard/QtADB/backup/Corporate Contacts/eir.corporate.free.txt
/sdcard/QtADB/backup/CPU Spy/com.bvalosek.cpuspy.txt
.....

This also happens and after new installation of windows 7 64bit.
 
nijel8
Old
#820  
Member
Thanks Meter 70
Posts: 58
Join Date: Dec 2011
OK I reproduced the bug on my Win 7 32bit laptop and I think it has something to do with bug(s) in Qt libraries. On my Win 7 64 bit desktop it doesn't crash but it gives me empty apps backup list. It works on Linux VM, no problems. And on top of that debug build works on Windows so I can't trace the problem.
I'll see if I can find some older or newer working Qt libraries.

The Following User Says Thank You to nijel8 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...