pure-ftpd for android - Android Apps and Games

it not apk (if you want simple one find ftpdroid from market) just binarys
extract files any place you want
i think ptracetestnot work
special thank for hounjini (he compile it )
i just run test and upload it
i don't know how can set its configure
if someone success to configure it please upload script and config files

Related

[Q] Rar on android.

Hi:
I've recently started to develop my own comic reader. The problem I've come up with is cbr files, which are esentially rar files. Now I know there are comic readers out there (all of them, I think) that support cbr files. So there is a way of doing this, I just can't find how.
In the rarlabs official page (search google rar addons and it's the first page) there are several options. I would like to know if I download the commandline arm unrar how I could install it on Android (I have a motorola Xoom, it would be for Honeycomb), assuming that is correct.
If this is not an option is there a command line unrar application that I could call from my own? and How would the code be (to call an external application, that is)?
If the above is not possible, what is the way to get to unrar something in android?
The only real option I've seen would be to use junrar (hosted on github)
But it seems complicated and I'm not sure it works very well as I've seen a lot of conflicting reports.
Thanks for any help!
Try http://www.all-freeware.com/results/rar/for/android to unpack rar on Android.
Success,
Senax
Hi:
I'm not exactly sure what you wanted me to try. There is nothing in that page that would allow me to uncompress a rar file on android. Only a bunch of unrar utitilities and some android things but they are not related, that is, there is nothing that says unrar that also works on android.
thanks anyway.
Unrar
great app available here: androidzoom (dot) com/android_applications/tools/unrar_dhpu.html
Cheers,
Romuloxiii
Hi:
It's seems that I didn't make myself clear.
I want to develop an android application that needs to unrar files. Is there a way to call the unrar application from my own code?
If so, can you tell me how?
Otherwise, I appreciate the effort, but I can't use that.
Thank you very much!
You can bring the unrar binary along in the /asset of your app,
on first launch copy it to your apps /file directory, chmod +x it, and use exec("sh") to unrar the files from shell.
oh, I see. I think I get the the idea but I don't understand all the instructions.
What did you mean by importing thebinary on my asset?
If I do the step above why do I need to copy the binary on first launch?
Don't I need root privileges too chmod it? And how do I do it from my source code?
And finally where can I find the command line use of the application? Or is it the same as the Linux version?
I know there are a lot of questions, but please keep in mind that I'm very new at doing this.
Thanks for all the help!
You need to put it as asset to bring it along.
You need to copy it because asset files are not directly accessable.
You don't need root to chmod the file in your own directory.
You do it by using a shell from your code i.e. Process.exec("sh")
And finally you want to program the app not me,
so don't be lazy and invest some time.
Google google google google...
If there are still questions left after that, you may ask again .
Ok, I'll try it and get back to you!
Thanks!
Sorry for my lazyness, but I've been Googling for a good half hour without finding a simple 'unrar' binary executable compiled to run from terminal on rooted ARMx32 device. I don't want bloated GUI APK's or libraries for development implementation, but just the plain command line interface executable. Anyone, please? It's a pity they haven't baked it into Busybox as an applet, IMO.

APK-structure

Dear comunity,
is anyone here who can tell me how to find out which files are necessary for a uncertain apk?
This question might look strange but I'm asking because I try to get an apk from a 4.0.x firmware to a 4.1.x and it doesn't work.
The apk I'm talking about is the Snote.apk from the N8010 device and this apk needs a lot of lib's and other fils to run.
So to get it run on other firmwares I need e.g. a tool that shows me which files are in cooperate with Snote. Or otherwise in which file into the apk are these information written?
This question might be helpfully for all android-users who want to find out which files are needed for an apk they want to port.
Thank you

[Q] How to create odex from apk?

I've done a lot of searching for how to odex an apk and the only way I could find involves downloading a binary called "dexopt-wrapper" from a file host or attachment. I don't think it's a really good idea to run unverified binaries downloaded from the internet as root ...
Does anyone know where this program comes from, if the source code is available or how to build it?
Is there any way to create an odex using AOSP tools? I know there is a file in AOSP called /system/bin/dexopt but I can't figure out how to use it.

help with apktool

hi
apktool works 100% with any apk i use it with only the following.
Pocket AMC Reader_1.9.1.apk
when i decompile and rebuild and sign the apk wont work at all. (even if i dont make any changes to it)
any help would be great.
i have included this apk as an attachemnt to see if anyone can help.
try to copy over original signature.

[Q] Changing the package name of an apk from an android device

Okay so basically I've been searching all over the internet for some thread or a forum to teach me how to change the package names of any apk but nothing useful yet please if anyone have an idea on how to do it tell me please. p.s I'm looking it up for educational proposes appreciate your help
Tonyarkoushh said:
Okay so basically I've been searching all over the internet for some thread or a forum to teach me how to change the package names of any apk but nothing useful yet please if anyone have an idea on how to do it tell me please. p.s I'm looking it up for educational proposes appreciate your help
Click to expand...
Click to collapse
if u open the apk as an archive, there are two files that contain the package name
"application.ini"
"androidmanifest.xml"
so u could try changing the values there and see if it works
joanthanmajh said:
if u open the apk as an archive, there are two files that contain the package name
"application.ini"
"androidmanifest.xml"
so u could try changing the values there and see if it works
Click to expand...
Click to collapse
I tried it with es file explorer I was able to open it as an archive but when I change the apk name it wouldn't let me save the end result In the file so Is there any other app that I can use

Categories

Resources