HOw use Whatsapp in C# .NET (Windows) easy ? full support and source code ?
And HOW-TO Read Whataspp message archive (crypt7.db) like Skyperious.
stackoverflow . com/a/24995998/206730
Any suggestions?
Related
Hi I am trying to follow a tutorial to help me understand the implementation of the Zxing platform and persisting data to a database within android.
The tutorial I have been following is on x dot com it is entitled build product database zxing and sqlite android
The problem is that I am unable to get this project to work, does anyone have a working version of this project that could help me out or can anyone tel me where to find the source files to support this project?
Welcome to dsixda's Android Kitchen
Please wait ..
Error: The application 'gcc' is not installed - the kitchen
will not function properly without it. Ensure you did
not miss a step during installation! Refer to the
Android Kitchen FAQ at xda-developers.com for further
assistance.
** PLEASE READ THE FAQ BEFORE ASKING QUESTION**
ramin.eghtesad said:
Welcome to dsixda's Android Kitchen
Please wait ..
Error: The application 'gcc' is not installed - the kitchen
will not function properly without it. Ensure you did
not miss a step during installation! Refer to the
Android Kitchen FAQ at xda-developers.com for further
assistance.
** PLEASE READ THE FAQ BEFORE ASKING QUESTION**
Click to expand...
Click to collapse
Hi ramin,
do you use kitchen under windows (cygwin) or linux distribution (like ubuntu)? seems you didn't install gcc compiler.
s2+user said:
Hi ramin,
do you use kitchen under windows (cygwin) or linux distribution (like ubuntu)? seems you didn't install gcc compiler.
Click to expand...
Click to collapse
Old Post... but New User with the same error.
I soved the error related with "clear", installing some repos, but now, this is the new Error that I have, and I don't find nothing to solve it.
I'm under Windows 7 + Cygwin.
Thanks in advance!
____________________-
Working on it...
Devel: gcc, gdb, make
Interpreters: perl
Utils: cpio, util-linux, ncurses
Archive: zip, unzip
Web: wget
Editors: vi, nano
"http://forum.xda-developers.com/showthread.php?t=1057584"
Hi,
I've fixed issue related to non-ASCII APK names processing in the Real APK Leecher application.
Also added error description to the message box.
Files for download:
Binary
Sources
I do not have access to post to the developers forum. So I'm posting here.
Please repost files in the following thread.
Thanks
Dima
Will give it a try
I'll give this a try. Was handy to down load the apps and install from a disk.
proxy
thanks for this amazung app, but can you implement proxy connection?
thanks in advance
Ask Steps by Steps Source Compiling
ujos said:
Hi,
I've fixed issue related to non-ASCII APK names processing in the Real APK Leecher application.
Also added error description to the message box.
Files for download:
Binary
Sources
I do not have access to post to the developers forum. So I'm posting here.
Please repost files in the following thread.
Thanks
Dima
Click to expand...
Click to collapse
Dear Dima,
I was new coming on Java Programming but i like to build and use this tools from the source code, could you show me step-by-step how to compile the source code successfully. Thanks for your attention.
Best regards
Can someone give me the link or a guide?
ps: i do not know any programming languages other than C
shashanksetty said:
Can someone give me the link or a guide?
ps: i do not know any programming languages other than C
Click to expand...
Click to collapse
YouTube is full of good tutorial videos.
Go to YouTube and watch tutorials or learn it from oracle site
Sent from my GT-I9070 using Tapatalk
could u give me link to oracle guides?
I'm confused where to start
shashanksetty said:
could u give me link to oracle guides?
I'm confused where to start
Click to expand...
Click to collapse
Do you have experience in OO programming otherwise start with this tutorial: http://www.ntu.edu.sg/home/ehchua/programming/java/J3a_OOPBasics.html assuming that you are able to do basic operations like assigning values to variables etc. otherwise start with a basic java tut on google.
For a really basic start you could use something like ConTEXT: http://www.contexteditor.org/downloads/ . After installing a java sdk and adding the java/bin folder to your path (environment) variable you can set up Context to compile and run your opened java files.
I myself quickly switched to Eclipse: http://www.eclipse.org/downloads/pac...pers/keplersr1 . This has many more features like auto-complete/suggestions etc. If you want to create apps for the android dalvik platform you can download the ADT plugin for eclipse: http://developer.android.com/sdk/ins...lling-adt.html . From there you can download the android sdk and start using the android build platform.
Youtube and stackoverflow will be your two best friends
Hi everbody! My Question is a bit obvious from title.But it not a Question about that project( project astoria i guess, i dont remember the name now). My Question is that we are able to extract source code from an android application. Can we use that source code to compile a windows application( with some little changes in coding) ? If we can , then please tell me the process or just tell me basic topic that i should google to achieve this thank you ?