Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

You are not logged in.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2013-09-21 12:37:40

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Compiled Android Client - Download

I will post here my latest compiled stand-alone Android versions (not all revisions will be present).

NEW GITHUB COMPILED REPOSITORY <== newer versions are here !!
pm3-bin-2.0.0 <-- major changes in this release, mainly in the LF front but not only ! Thanks to Piwi, Holiman, Iceman and Marshmellow for all the stuff !
BOOTROM UPDATE IS NEEDED TO FLASH from 0.0.7 (or earlier) to 2.0.0 !


OLDER GITHUB Repository Versions:
proxdroid-bin-0.0.7
proxdroid-bin-0.0.6
proxdroid-bin-0.0.2
proxdroid-bin-0.0.1


OLD GOOGLE CODE COMPILED REPOSITORY <== code compiled using the old google source code repository (newer versions are now in GitHub only! See above!)
proxdroid-bin-848
proxdroid-bin-845
proxdroid-bin-844
proxdroid-bin-839
proxdroid-bin-834
proxdroid-bin-816
proxdroid-bin-807
proxdroid-bin-796
proxdroid-bin-788
proxdroid-bin-785

Source code and compiling instructions can be found HERE  <---!no support for this!

USAGE
- Simply copy:
-- /system/bin/proxmark3 in Android /system/bin/ folder [file permissions: rwxr-xr-x]
-- /system/lib/libreadline.so and /system/lib/libtermcap.so in Android /system/lib/ folder [file permissions: rw-r--r--]
and execute proxmark3 form shell like this:

proxmark3 /dev/ttyACM?       [where ? = your serial port number (usually ttyACM0)]

Add also /lualibs and /scripts folders if you want to use .lua scripts:
/system/bin/lualibs/
/system/bin/scritps/
also remember to run proxmark3 executable form /system/bin otherwise it will not find them !

- Proxdroid doesn't use Android APIs so it should work on every Android version;
- If your kernel already has modules and libraies and also permissions to read/write on /dev/ttyACM? root should not be necessary but it is preferred;
- To detect if you need the additional CDC (serial) module connect Proxmark3 with USB-On-The-Go cable/adapter and, from shell, digit ls /dev/ttyACM*: if something appears you are lucky = no need to manually add any module !

Screenshot:
r4Ub9jk.png

NOTES

- 1 - If you find /dev/ttyACM but you receive "ERROR: invalid serial port" you probably don't have write permissions so you need root (after rooting, send su command BEFORE "proxmark3 /dev/ttyACM?" or send "chmod 666 /dev/ttyACM0" to enable writing permissions on ttyACM0 device);

- 2 - If you can't find any /ttyACM? your kernel doesn't have cdc-acm.ko module:
  -- cdc-acm.ko is a stand-alone file for connection-class ports (ttyACM). No further dependencies. If this module is not present in the package, then it's already compiled into the respective kernel.
  -- you can find cdc-acm.ko (stock ones) in the "\cdc-acm-modules" folder of the above packages: choose the one specific for your device; if more than one is available select your nearest-kernel-version. If you can't find yours then have a look at this external thread;
  -- Once you found your specific cdc-acm.ko mdoule copy it in "\sdcard\serial\lib" folder, open the shell and type su followed by insmod /sdcard/serial/lib/cdc-acm.ko: if no error occurs then the module is correctly loaded and command ls /dev/ttyACM* will show your device number (remember that proxmark3 must be connected in order to show serial interface !) !! You must do this at each phone reboot - to bypass this annoying thing use this script (will enable serial port and enable write permission to it):

#!/system/bin/sh
su -c 'insmod /sdcard/serial/lib/cdc-acm.ko';

and make it to run at boot (you can use Script Manager app).

- 3 - If you want to run script files (.lua) remember to execute proxmark3 executable (client) from \system\bin otherwise the client will not find it:
Screenshot_2013_09_28_23_39_50.png
here is a simple shell scirpt you can copy in /system/bin to make it automatic:

#!/system/bin/sh
su -c "cd /system/bin; ./proxmark3 /dev/ttyACM0"

- 4 - The cdc-acm module is known to be missing in the following MODELS' STOCK KERNEL (but it is available here):

- Allwinner A13 (maybe also on others, ex A10 but it is not tested)
- Google Nexus 10
- Lenovo IdeaTab S2109
- NoName tablets with Rockchip processor
- Samsung Galaxy Note (GT-N7000)
- Samsung Galaxy Note 10.1 (GT-N8000)
- Samsung Galaxy Note II (GT-N7100), also for the Galaxy Note GT-N8010
- Samsung Galaxy S3 (GT-I9300) [Stock Kernel]
- Samsung Galaxy S3 (GT-I9300) [Boeffla Kernel]-7.1-beta7-Samsung-i9300-20141128@andrp71 #1]
- Samsung Galaxy Tab 2 7.0 (GT-P3100)
- Samsung Galaxy Tab 2 7.0 Wifi (GT-P3110)
- Samsung Galaxy Tab 2 10.1 (GT-P5110) and others
- Samsung Galaxy Tab 2 10.1 Wifi (GT-P5113)
- Samsung Galaxy Tab 7.0 + (GT-P6210)
- Samsung Galaxy Tab 10.1 (GT-P7510)
- Sony Xperia Mini Pro
- Sony Xperia Tablet Z

NO SUPPORT FOR CUSTOM ROM IS GIVEN !

- 5 - No GUI is supported in proxdroid (data plot will not work).



///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
I HAVE A CUSTOM (non-stock) I9300 KERNEL, WHERE CAN I FIND A I9300 STOCK KERNEL (possibly already rooted) ?
----------------------------------------------------------------------------------------------------------------------------------------------
0 - disable ALL custom kernel (non-stock) tweaks (ex. overclock, undervolt, etc.) to avoid undesired Android behaviours;
1 - go HERE and download the toolkit (install in default folder C:\Samsung Galaxy S3 ToolKit);
1b (optional step) - Download update package and EXECUTE IT FROM THE ABOVE DEFAULT FOLDER (you can find the update download link in the 2nd post of the above linked thread)
2 - run the Toolkit;
3 - answer "no" to the "search for updates question";
4 - select your I9300 model typing the corresponding numeric value;
5 - select your Android firmware version (if you don't know, in Android go to settings -> device info [last voice]) typing the corresponding numeric value;
6 - select a download location typing the corresponding numeric value;
7 - wait until all downloads are completed;
8 - you will find stock rom and stock rom+root (insecure) files inside "C:\Samsung Galaxy S3 ToolKit\root\GT-I9300*" (both support CDC ACM, you should use "insecure one" to have also SU permissions);
9 - flash the desired kernel with Odin (you can also use the toolkit function to do this but Windows device drivers must be installed)

For any other Android device you must find the stock kernel for your rom, disable all non-stock kernel tweaks and re-flash the stock kernel.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


======================
|TESTED AND WORKING WITH| - PLEASE REPORT YOUR DEVICE NAME AND KERNEL VERSION IF YOU MANAGE TO MAKE IT TO WORK
======================

- HTC One X+ - Stock kernel 3.1.10-g7f360be (rooted) - No need to add cdc-acm module
- Samsung Galaxy S3 [GT-I9300] - Stock kernel 3.0.31-836582 (rooted) - Need to add the missing cdc-acm module (see above explanations)
- Samsung Galaxy S3 [GT-I9300] - Boeffla Kernel]-7.1-beta7-Samsung-i9300-20141128@andrp71 #1 (overclock works fine)


_________________________________________________________________________________________________________
Many thanks to marcv81 and it's original proxdroid work and to jonor for helping me setting up the Android ndk environment !

Last edited by asper (2015-05-22 20:56:13)

Offline

#2 2013-09-21 18:23:03

gaucho
Contributor
From: France
Registered: 2010-06-15
Posts: 444
Website

Re: Compiled Android Client - Download

great work.
Unfortunately I don't have the root on my phone, and i don't want to root it.
I copied the exe on the phone memory, then from a shell i tried to copy it to my system folder but i receive the message "the system folder is readonly", then i tried to execute the exe from the actual path, but i get the error "can't execute: permission denied".
then i sent the command ls -la proxmark3 and i get "----rwxr-x system   sdcard_rw ......."
I tried the command whoami but it is not present. then i tried the command chmod 777 proxmark3 but the answer is "Operation not permitted".

then?

Offline

#3 2013-09-24 08:37:43

jonor
Contributor
Registered: 2009-09-17
Posts: 97

Re: Compiled Android Client - Download

You can try to put in /data/local/tmp and execute from that path.
/system is readonly without root permission you can't remount it in rw.
You need also write permission on tty serial device if you have already the module's kernel for CDC ACM.
Without Root permission it's hard.

Offline

#4 2013-09-24 11:39:31

MagMeister
Contributor
Registered: 2012-12-04
Posts: 19

Re: Compiled Android Client - Download

Does this require the app "USB Host Controller"?

I have a rooted Nexus One (aka Passion) but I'm not sure this will work...

Offline

#5 2013-09-24 13:13:54

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

No additional external app required, only serial module if missing.

Last edited by asper (2013-09-24 13:25:35)

Offline

#6 2013-09-28 22:00:11

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Released r785 with necessary scripts folders.
Remember to execute proxmark3 executable from \system\bin to use scripts otherwise it will not find them !

Offline

#7 2013-10-02 04:52:11

vivat
Contributor
Registered: 2010-10-26
Posts: 332

Re: Compiled Android Client - Download

Nice work!
How can I verify do my device's stock kernel have CDC ACM module or not?
I have root and busybox. Tied(under root):
# busybox modprobe cdc-acm
but didn't found anything

Offline

#8 2013-10-02 07:00:59

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Connect pm3 and only now type:

ls /dev/ttyACM*

If the ttyACM device shows up (usually named "ttyACM0") then you have the serial module loaded (in some devices you must send the "su" command before the "ls" one to see it).

vivat is it possible to move this thread in a separate category like "Android Client" under "Software Development" ?

Thank you !

Last edited by asper (2013-10-02 08:34:11)

Offline

#9 2013-10-02 07:52:06

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Released r788.

Offline

#10 2013-10-03 03:48:58

vivat
Contributor
Registered: 2010-10-26
Posts: 332

Re: Compiled Android Client - Download

Hey Asper
I'm not a moderator

Offline

#11 2013-10-03 06:19:24

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Well you are right, sorry... hope that a moderator will read that wink

Please if you are succesful in making my proxdroid working send a report in this thread with mobile model and kernel version and any notes !

Last edited by asper (2013-10-03 06:37:24)

Offline

#12 2013-10-03 12:40:26

midnitesnake
Contributor
Registered: 2012-05-11
Posts: 151

Re: Compiled Android Client - Download

Latest Version:

HTC One X+ Stock (but rooted)
Edit: Kernel 3.1.10-g7f360be armv71

/dev/ttyACM0 accessible

$ proxmark3
could not load library libtermcap.so
libtermcap.so NOT FOUND cannot link executable

Last edited by midnitesnake (2013-10-03 18:04:02)

Offline

#13 2013-10-03 16:35:16

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Just reworked the r788 proxdroid package (simply re-download it) adding compiled "libtermcap.so" and "libreadline.so" libraries; please add both of them in Android /system/lib/ folder. Tell me your resultso so I can update 1st post ! Please add also your kernel version.

EDIT
You will probably need root to do that !

Last edited by asper (2013-10-03 18:40:28)

Offline

#14 2013-10-03 17:53:35

midnitesnake
Contributor
Registered: 2012-05-11
Posts: 151

Re: Compiled Android Client - Download

Great it works!!! Nice One !!! smile

simply copying those libraries did the trick!

Thanks!!!

Offline

#15 2013-10-03 18:35:24

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Nice. Thank you for your tests. 1st post updated.

Offline

#16 2013-10-04 08:16:35

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r796; from now on the package will include a brief README.TXT.

Last edited by asper (2013-10-04 08:43:58)

Offline

#17 2013-10-07 14:42:08

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r807.

Offline

#18 2013-10-12 10:32:14

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r816.

Offline

#19 2013-10-12 13:13:02

Agge
Member
Registered: 2013-10-12
Posts: 4

Re: Compiled Android Client - Download

Hi.

Would it be posibel to turn this to a regular andiroide install file?
And would it be posible to make it work (atleast some funktions) using an android phones internal NFC(Rfid) chip?

Offline

#20 2013-10-12 13:19:07

gaucho
Contributor
From: France
Registered: 2010-06-15
Posts: 444
Website

Re: Compiled Android Client - Download

we will work on it. i started an android app for PM3 but i don't have the time to complete it now.
now i'm working on a group buy and a hundred of other projects.

Offline

#21 2013-10-12 14:25:52

Agge
Member
Registered: 2013-10-12
Posts: 4

Re: Compiled Android Client - Download

Are you planing on making the android client have the possibility to use internal NFC(Rfid) chip?
Or will it still be dependant on the proxmark3 hardware?


I am new to this but do anyone know if the internal NFC(Rfid) on an rooted android can do the timing attacks?

Offline

#22 2013-10-12 14:31:34

gaucho
Contributor
From: France
Registered: 2010-06-15
Posts: 444
Website

Re: Compiled Android Client - Download

these are 2 different apps.

of course there is the need of a cool nfc app, cause a lot of things are supported by nfc hardware but there is not good apps.

this thread is about PROXMARK app. PM3 has many features that nfc doesn't have. so, it can be nice if we have a PM3 app to use pm3 with full capabilities connected to a smartphone.

Offline

#23 2013-10-12 14:43:01

Agge
Member
Registered: 2013-10-12
Posts: 4

Re: Compiled Android Client - Download

Might save programming time to make it different modes of the same app?

If I had the java experience i would be happy to help finish the app/apps.


Sorry for bringing this thread of topic.

Offline

#24 2013-10-12 16:03:13

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

It is impossible to use mobile/tablet nfc like pm3; most of the features of nfc can be achieved by already developed apps such as TagInfo and TagWriter. To be clearer it is impossible with actual knowledge to crack a mifare with internal mobile/tablet nfc stuff.

Offline

#25 2013-10-12 17:34:41

Agge
Member
Registered: 2013-10-12
Posts: 4

Re: Compiled Android Client - Download

Thanks.

Actually the TagWriter can only handle NFC enabled tag not other random rfid tag that taginfo can read and tells that is completely writeable.
Might be that taginfo is wrong in saying that the tag is writeable. and I haven't found any available app support simulating stored tags. but that might not be possible.

Offline

#26 2013-10-12 17:50:35

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Please open a new thread if you want to speak about something else, I will be happy to answer you there (if you want you can attach TagInfo screenshots and pics of your nfc tag to help us helping you).

Offline

#27 2013-10-31 14:12:02

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r833.

Offline

#28 2013-11-01 12:24:39

holiman
Contributor
Registered: 2013-05-03
Posts: 566

Re: Compiled Android Client - Download

@asper - r833 contains the bad html-skel, it's in 831,832,833 and fixed in r834.

Offline

#29 2013-11-01 12:38:39

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

You are right.

Deleted r833 and added r834.

Last edited by asper (2013-12-06 08:41:40)

Offline

#30 2013-11-05 12:39:56

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added info to the 1st post about how to go back to a stock-rooted rom (only for I9300 devices).

Can someone (admins) please move this thread to a new category in the main page calle "Android Client" ? Thak you !

Last edited by asper (2013-11-05 13:23:49)

Offline

#31 2013-11-20 01:06:30

cipcaps
Member
Registered: 2013-03-18
Posts: 5

Re: Compiled Android Client - Download

Hi.

How can I compile my own version?

Thanks.

Offline

#32 2013-12-05 08:12:36

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

You need to install android NDK, I am using r9. Proxmark r839 has problems compiling, I will try to fix it (jonor, do you hear me ? wink ).

Anyway you will need 2 files (1 modified from the official source and one for the ndk) to correctly compile the sources.

Last edited by asper (2013-12-06 08:37:22)

Offline

#33 2013-12-06 08:18:48

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Just managed to compile r839 fine ! You can download it in the 1st post as usual.

Last edited by asper (2013-12-06 08:19:03)

Offline

#34 2013-12-06 09:12:49

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

PROXDROID SOURCE CODE
(based on proxmark3 source code r839)
6mvVlne.png
This source code contains all stuff including the necessary readline and termcap code; the only missing thing is the official proxmark3 source code folder you can find HERE.

To correctly compile this source code (link available at the very end of this post) you need to install Android NDK (tested under NDK r9 - July 2013). I suggest to install NDK into a "no-space-between-names" folder (ex. D:\NDKr9 and not D:\NDK r9) to avoid possible "missing file" problems.

When you correctly installed it you need to:

-1- copy proxdroid folder into NDK \samples folder (ex. D:\NDKr9\samples\proxdroid)
-2- move out in a safe place the file llex.c you can find in \samples\proxdroid\trunk\proxmark3\liblua\
-3- copy the offical proxmark3 source code folder inside the trunk folder (ex. D:\NDKr9\samples\proxdroid\trunk\proxmark3\here-all-source-files+folders)
-4- overwrtie original \samples\proxdroid\trunk\proxmark3\liblua\llex.c with the modified llex.c you moved at step 2
-5- go to ndk root folder (es. D:\NDKr9\) and execute the following commands using a dos shell window (this example is good if you have NDK installed in D:\NDKr9 folder):

set PATH=D:\NDKr9\;%PATH%
cd samples
cd proxdroid
cd trunk
ndk-build

-6- compiled files [proxmark3; libreadline.so; libtermcap.so] can be found in \libs\armeabi folder (ex. D:\NDKr9\proxdroid\trunk\libs\armeabi).

When you compile a new version I suggest you to clean the previous make command using the ndk-build clean command and then re-send commands at step 5 to compile the new version.

Android installation instructions can be found in the 1st post of this thread.


Many many thanks to marcv81 for the original project sources (no more updated since r653 release) and to jonor for making sure that all of this was possible !!


No support will be given for this source code !

PROXDROID SOURCE DOWNLOAD

Last edited by asper (2014-07-16 12:21:11)

Offline

#35 2013-12-09 19:51:56

jonor
Contributor
Registered: 2009-09-17
Posts: 97

Re: Compiled Android Client - Download

asper wrote:

I will try to fix it (jonor, do you hear me ? wink ).

Today after a long time you've read. Try to write the error.

Offline

#36 2013-12-10 00:41:38

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Hi man! Glad to hear from you!!
The error was really stupid: missing a recently added file declaration in the .mk (if i well remember the extension) file.

Hope to find you soon on Skype wink

Offline

#37 2013-12-27 23:11:14

timififilger
Contributor
Registered: 2012-08-28
Posts: 17

Re: Compiled Android Client - Download

Hi there.
i 'm a beginner and i don't understand how to pass the step 3 about compiling;
i know (no help for compiling smile  ) but i'm close to make the pm3 work on my Galaxy s3 4G, and i 'm frustrated!
can you detail what i'm supposed to do once

1- copy proxdroid folder into NDK \samples folder (ex. D:\NDKr9\samples\proxdroid)   OK
-2- move out in a safe place the file llex.c you can find in \samples\proxdroid\trunk\proxmark3\liblua\  OK moved to another place
-3- copy the offical proxmark3 source code folder inside the trunk folder (ex. D:\NDKr9\samples\proxdroid\trunk\proxmark3\here-all-source-files+folders)
i copied the file proxdroid-bin-839 inside this folder but i don't understand step 4 after that :
why should i replace the llex.c file? i don't understand why it should be modified and what it is used for...
thanks in advance about this great community and sorry for my poor english!

Offline

#38 2013-12-27 23:26:12

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

The mod file is needed to correctly compile otherwise it will not .
You need to put PROXMARK OFFICIAL SOURCE CODE FOLDER and not proxdroid compiled files inside the trunk folder, i suggest you to re-read the instructions more carefully wink
You can avoid self-compiling and download and directly use already compiled files from 1st post (read it CAREFULLY, more than 1 time).

Last edited by asper (2013-12-27 23:34:49)

Offline

#39 2013-12-28 22:32:49

timififilger
Contributor
Registered: 2012-08-28
Posts: 17

Re: Compiled Android Client - Download

Hello,
thanks for the fast answer!
actually i read too fast.
but as a beginner, i don't understand how everything work...
and right now i don't understand what is the proxdroid 839 file for, and how to reach the file system on the android phone...
i downloaded the terminal on my phone, but i don't know how to copy the files...



would you detail the steps of USAGE to use the PM3 on my galaxy?
thanks in advance, i'm a bit lost!

Offline

#40 2013-12-29 15:05:13

timififilger
Contributor
Registered: 2012-08-28
Posts: 17

Re: Compiled Android Client - Download

timififilger wrote:

Hello,
thanks for the fast answer!
actually i read too fast.
but as a beginner, i don't understand how everything work...
and right now i don't understand what is the proxdroid 839 file for, and how to reach the file system on the android phone...
i downloaded the terminal on my phone, but i don't know how to copy the files...



would you detail the steps of USAGE to use the PM3 on my galaxy?
thanks in advance, i'm a bit lost!

I answer myself :
to reach system files ES FILE EXPLORER is great.
to allow permissions Root file manager is great too.

i copied files from 839 where they had to be.
Now i do have errors with the communication between proxmark3 and Android.
My phone is a I9305 samsung galaxy S3 4G, and i don't know if it can support files from I9300 cdc-adm-modules, cause i have the error invalid port, or "not found", even when i connect the pm3.
My cable is OTG,
by the way i have an error when i try to run a script from the PM3 command
executing scripts run 14araw for instance,

cannot open ./scripts/14araw.lua : No such file or directory.
where is this file supposed to be copied from?

thanks anyway, soon i can use my PM3 travelling.

Offline

#41 2013-12-31 12:06:19

timififilger
Contributor
Registered: 2012-08-28
Posts: 17

Re: Compiled Android Client - Download

Now i get with
su proxmark3 /dev/ttyACM0
can't open logfile, logging disabled...
Don't know what to do.

I don't get it : i only copied
proxmark3
libreadline.so
and libtermcap.so in

to my android phone.

is it enough t make run the proxmark?
i don't need source code files copied to root?
i don't have enough skills to understand ow it works...

thanks

Offline

#42 2013-12-31 18:56:11

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

So you re-read, good wink
It should work fine even without the log file.

Offline

#43 2014-01-23 09:34:54

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r840.

Offline

#44 2014-02-01 13:56:56

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Substituted r840 with r842.

Offline

#45 2014-02-19 09:32:12

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Removed r842 and added r844.

Offline

#46 2014-02-19 22:01:58

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r845.

Offline

#47 2014-02-28 09:38:22

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added r848.

Offline

#48 2014-03-30 08:38:36

asper
Contributor
Registered: 2008-08-24
Posts: 1,409

Re: Compiled Android Client - Download

Added 0.0.2.

Offline

#49 2014-04-27 17:41:59

jonor
Contributor
Registered: 2009-09-17
Posts: 97

Re: Compiled Android Client - Download

the link of proxdroid source is not valid, could you upload again? Or could fork the project of marcv81 and apply your changes?

Offline

#50 2014-04-30 08:49:00

ghosttang
Member
Registered: 2014-04-30
Posts: 3

Re: Compiled Android Client - Download

I still can't connect Proxmark3 from my Android phone....
When I use command "ls /dev/ttyACM*" ,there already has "ttyACM0,ttyACM2,ttyACM3" before I connect Proxmark3...
And I connect Proxmark3 , command "Proxmark3 ttyACM0" ,it doesn't work, the same as ttyACM2,ttyACM3...
please help me !

Offline

Board footer

Powered by FluxBB