ShaperProbe - Android Q&A, Help & Troubleshooting

We all talk about speed tests and have theories about which one works best. I use ShaperProbe http://www.cc.gatech.edu/~partha/dif...aperprobe.html on the Mac and PC. They make a command line Linux version that is awesome but I tried with my newbish Linux skills and can't figure out how to compile it as a Android Linux tool. I realize it wouldn't be an APK but I'd share my results if I can get it working.
I've tried Android Terminal IDE and a virtual terminal and neither of them have make installed and I'm afraid I've reached my skill limit. I'm not asking anyone to do it for me but some assistance would be awesome.

Questions should be asked in Q&A forums, not Development forums.
Thread moved.

Related

[Q] Android Execution environment for linux???

i read kubuntu 11.10 finally has integrated phone capabilities and is going to be heavily geared towards mobile devices http://apachelog.wordpress.com/2011/05/20/kubuntu-11-10-mobile-devices-sneak-peak/ .
and so i was wondering if anybody ever heard anything about the development of
Android execution environment for the android os that allows you tu run .apk in linux if so i think this would be full of win for kubuntu with it being the first linux distro with integrated phone capabilities and if the AEE was available that would just be the coolest phone ever
Bump f0r teh [email protected]
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Moving to Q&A

[Q] Expect scripting on HC 3.2

I am trying to write an expect script to log into cisco devices in my lab from my Xoom running tiamat 2.2.2 rom / HC 3.2.
Here is the script
Code:
#!/system/bin/expect
set timeout 20
spawn telnet 10.1.1.1
expect "Username:"
send "username"
expect "Password:"
send "password"
expect "#"
interact
exit
I think the script is right, however i dont think i have expect in system/bin. Is there a way to install it ?
or better still is there an easier way to automate the login process ?
Thanks in advance for helping a noob
i stumbled across an app called inserty , it gets the same job done , just in an easier way than expect script
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
Hi,
I need the same job done but for a different reason.
Basically it telnets and sends commands into a Cisco device.
Have you managed to port Expect to Android?

Hey guys new developer needing help

Hey guys uhm i am a programmer needing to know how the android OS works as a whole im proficient in Java C++ with a little bit of PHP and Python. Now ive been wanting to get into android development for roms and custom mods but i do not have a good knowledge on how android works. i mean i know basic things like ADB, Build.prop, the linux command lines for terminal, linux kernals, and other basic things. But if you point out a file or piece of android files/folders i would probably not know what it does or what it is used for. and i was wanting to know if there is a guide on all this. or a book cause i have looked around an all i see is how to develop apps and not develop for the source code. any help would be greatly appreciated and thats all

Using android device as system to program in C or JAVA.

I would like to ask if we'll be able to program on android device.?like ubuntu or another linux distros is there any way to install eclipse or netbeans IDE on android? Due to some health issues I can't sit for longer time. So I am searching for a portable alternative. Any suggestions? I am expecting to compile and run at least c programs . Please give your valuable suggestions.
nsa_aniket said:
I would like to ask if we'll be able to program on android device.?like ubuntu or another linux distros is there any way to install eclipse or netbeans IDE on android? Due to some health issues I can't sit for longer time. So I am searching for a portable alternative. Any suggestions? I am expecting to compile and run at least c programs . Please give your valuable suggestions.
Click to expand...
Click to collapse
You can't directly install eclipse on Android. However for C development I would recommend taking a look at http://www.cppdroid.info/?m=1. You can also take a look at AIDE for Android development IDE on your Android device found here http://www.android-ide.com. Let me know if you still have questions I'll be happy to answer them!

Help with Android Development

Hi, I am new here on xda, and this is my first thread so I wish that I am on the right section of the forum for this question. If not please explain me where else to move it. Thanks in advance.
So, I don't work as an engineer or somethink affiliated with this matter, moreover I have degrees in completely different fields from IT. But, the software development is a big hobby of mine from some years.
As for now I can program in C+, Python, little of Java, and I am spending these months of quarantine studying cybersecurity and system administration (lots of linux commands, trying dozens of linux distribution/BSD, trying some pentesting on a Metaesploitable I set up on a VM, etc...).
And here comes my problem which I address to you: I want now to start develop on android, trying to descover things etc..., one example above others I have an LG V30 with android Pie 9.0 for which there is no root procedure yet unless you downgrade to android Oreo, so how do I work on my smartphone directories? I do I develop on a Android phone? and what skills are required of me, in terms of programming languages, cybersecurity knowledge etc?
I thank in advance who will take their time to help me.
https://buildapks.github.io/docsBuildAPKs/
Thank you. Really helpful, but I need something more specific, this is for building apk, I want to admin my phone directories, like gaining root privilege (not with prebuild app and procedure) and modify things like the firmware.
Andromeda_ said:
Thank you. Really helpful, but I need something more specific, this is for building apk, I want to admin my phone directories, like gaining root privilege (not with prebuild app and procedure) and modify things like the firmware.
Click to expand...
Click to collapse
Typically Android users steer / manage Android by means of ADB ( read: Android Debug Bridge ) . Hence become familiar with ADB.
Thank you so much, that's was exactly the insight I was looking for .
Is there anywhere where I can start with ADB? Like a section here on XDA, Github or somewhere else? Youtuve Video guide (serious and professional ones)?
Andromeda_ said:
Thank you so much, that's was exactly the insight I was looking for .
Is there anywhere where I can start with ADB? Like a section here on XDA, Github or somewhere else? Youtuve Video guide (serious and professional ones)?
Click to expand...
Click to collapse
I think you're smart enough to do the search yourself.
I'm not gonna waste my time: sorry for this.

Categories

Resources