[APP][2.2+] macroMote - The only remote control application you need. - Android Apps and Games

macroMote
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
macroMote, the only remote control application you need for your computer. Functionality? Using a command based system macroMote allows you to easily create the functionality you need to take control of your computer remotely. Design? With its tabbed layout organizing your macros has never been easier, this means your macros can be categorised how you want them to be. Simplicity? Everything about macroMote screams simplicity, after all that’s what a remote is for right? Macros can still be created (and removed) while clients (yes, more than one device can be connected at the same time!) are connected; the changes will be synced to all of the devices in real-time.
Features
- Command system to create whatever functionality you need
- Tabbed design for easy access
- Connect as many devices as you want
- Changes are synced in real-time to all devices
- macroMote Server compatible with Windows, Linux and Mac
Planned Features
- Added security (PIN to connect)
- Ability to save IP address
- Ability to change port
- Better tablet support
This really is the definition of universal.
Silly example macro, opens chrome and navigates to XDA
Code:
shell "cmd /C start chrome --start-maximized"
wait 2000
move "155,45"
click left
wait 500
type "XDA "
type ENTER
wait 1500
move "192,280"
click left
REQUEST : Please can you test this on your Linux/Mac machines. It should work but unfortunately I haven't had chance to fully test it (especially on Mac)
Please post your feedback for any improvements, commands and bugs!
How To? Mirror
Server Mirror
Lite
Pro​

Reserved - Update information should go here.

This looks good but I have one question/concern.
How does the remote know which application to send the macro commands too? In other words, that VLC tab you have will only be useful if VLC is your currently active window.
It would be nice if each macro command could be directed towards a specific application running on your computer. If I want to control my iTunes music via remote, I don't want to maximize it first.
Make sense?

That is a very good question! I've thought about this and it still needs some work. With the server being programmed in Java it means I don't have access to external sources like window names and other useful things. It would mean I need to use the system API's (which of course then means I would need to figure out a way to get it to work on Linux and Mac too). Which means its going to be a pain in the ass. Fortunately must commonly used applications listen out for hot keys regardless of focus.
A simple solution would be? :
press ALT
type TAB
release ALT
Click to expand...
Click to collapse

- Added Mirror Links to 'How To?' and 'Server' (My site host seems to be blocking the links...)

400+ Views... one reply.
It would be nice if people could leave some feedback? I put a lot of time into this.

So you have to be at the PC when writing set commands for each remote function?
Have you thought about being able to write a custom function on the Android phone then pushing that to the server then executing it?
Would like to have a little play with this app though, I like the idea Could maybe interpret something like this into a smart tv one day with a bit of modification.
Good Job

Yes, well the idea was that you set-up all of your macros on the computer before hand (prevents security issues). Since you will only need to write the macro once.
I developed this to function as an AIO remote to be used with any software and OS on your computer (where other remote controllers fail). I would of continue developing it, but it seems nobody is interested or doesn't understand what it does fully. I think I might just release the Pro version for free.

TheUnkn0wn said:
Yes, well the idea was that you set-up all of your macros on the computer before hand (prevents security issues). Since you will only need to write the macro once.
I developed this to function as an AIO remote to be used with any software and OS on your computer (where other remote controllers fail). I would of continue developing it, but it seems nobody is interested or doesn't understand what it does fully. I think I might just release the Pro version for free.
Click to expand...
Click to collapse
I would try and offer some ideas but as you said it lies with using System API's.... Would be a huge improvement if you did manage to figure it out.
And yes the XDA feedback is sometimes.....

Related

[Release]01/10 Blender - Message encrypter

Blender - XXTea Edition
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
----------------------------------------------------------------
UPDATED
Version 1.1
- Problems with copy-paste, which hangs the software. (Fixed)
----------------------------------------------------------------
My first PPC program for encrypting information/messages.
I store my information in Outlook Notes (or PPC Notes) to have them synced with my PC. However, there are certain information that just seems too sensitive to be saved in plain text. I have tried those secure database, however, they are just rather a bit.. heavy. I used to have a software in Palm that does just string (i.e. sentence) encrypting, which I find very good. The nearest thing that I've found for myself, is nomb, but I seems to have started to piss the author off a bit with my demand.. and I kinda solve my programming problems thanks to levenum here.
Anyway, the software runs on XXTea cipher as it is easier for me to write from scratch (hence the software itself is VERY small, if I were to get rid of the graphics ). I can do a AES version, but I don't see the point of doing so with nomb around. Anyway...
Suggest usage
--------------------
Information storage: Store your stuff as you already do in your Outlook Note, Contacts, etc securely with encrypted message instead. You may decrypt the information within Blender or some other web pages that use the same algorithm XXTea (i.e. http://www.farfarfar.com/scripts/encrypt/) NOTE: I'm not in any way associate with this site. We are just using the same algorithm. I also have my own Java applet almost ready to be deployed (if anyone is interested) to be hosted on your own webpage, which you will know be always online and secure.
With Blender available in webpages, desktop PC (my Java applet runs as a standalone application too), and Pocket PC, you may actually, encrypt your message and have it written on a piece of paper, to be decrypted anywhere (with or without your Pocket PC)
Message exchange: Send secret message to anyone via SMS. The encrypted message is nearly as long as the original message (approx 25% longer, on block of 4 characters), you can send secret SMS to anyone, with or without a Pocket PC (using webpage decryptor and desktop standand alone application).
Limitation
-----------------
- Does not encrypt message with 4 or less characters
- As with standard XXTea implementation, effective password length of 16 chars
- UNICODE currently not supported
Feed back feedback feedback ...
Links
------------
If you want AES and file encryption, try nomb?
.
Excellent work!!!
Nice work hanmin - I vote for file + folder encryption in a future release.
I keep work related files (network information, passwords etc.) synchronised between my desktop and my PPC; having the ability to encrypt sensitive files in the synchronised folder or just to encrypt the whole folder would be a real bonus (would stop my boss worrying about me losing my phone when I'm on-call and have all these files on there )
Having a choice of different encryption algorithms would be useful to some people, but adding AES, Blowfish, Rijndael etc. would only increase the size of the application and be more difficult to decrypt away from the device. The output from XXtea is meaningless enough (it looks like a MIME encoded email LOL!) so as to prevent people from worrying too much about what it means.
I've downloaded the first version and I'll certainly try it out and give you some feedback....looking forward to any and all new versions already
Cheers,
Mark.
nice!!!!
i too vote for file and folder encryption in a future release.This program in going firmly on my install today list.
Nice work Mr. H
Thanks for this app i vote for folder option as this would most suite my needs
Mobile Based Encryption and Decryption System
is it the same with PhoneCrypt and Gold-Lock?
I need your help guys about my thesis .it is about the encryption and decryption of text messages in mobile phone.it will encryp when sending and decrypt it upon receiving a text messages.
I hope you guys can help me thnx
Lance
YM: [email protected]
Source Code
is it ok with symbian os in mobile phone?
can you share the source code of this program to me.for my thesis project in order to graduate in college.
here my email [email protected].
I hope you can help me

[App] Network Tools

Hi!
I have created a new application, Network Tools.
Basic idea of this app is periodic monitoring of websites, servers, routers, surveillance systems, etc. After a specified period of time the resource is checked, in case of failure user will get a warning. Such control will allow you to respond quickly to encountered problems.
You can add new resource to monitoring list, select the type and time interval between checks. At any time you can change the settings or manually check for a specific host. The corresponding commands are available on the context menu.
App contains additional tools: whois, ping and traceroute, for diagnosing network problems. For these commands there are implemented lists of previously entered addresses, so user does not need to retype them again.
Free, no ads.
Android Market link
You are welcome for feedback and comments.
WBR
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Network Tools 1.1.4 in Android Market
Network Tools 1.1.4 in Android Market.
What's new:
Version 1.1.4
* HISTORY;
* History auto delete;
* History auto update;
* Option: number of attempts to check;
* Option: timeout value;
* Host check algorithm improvements.
Version 1.1.3
* WHOIS;
* Separate ringtone option if host is working again;
* Copy to/Send to commands for traceroute;
* New status bar icons;
* Minor changes in the host verification algorithm.
Reserved for future use
Awesome, thank you!
this is a great tool! im looking for this one in Android for long time. Ive been using this app in windows mobile DNetworkTools.
i hope you could put some stuff like in DNetworkTools.
Thanks for the great app!
Ill support this one.
You just made my monitoring servers over the weekend a lot easier ^_^
Great app.
randolph2000 said:
i hope you could put some stuff like in DNetworkTools.
Click to expand...
Click to collapse
Thank you and everyone at this thread for feedback!
Be sure to look to the application's page that you specify. Thanks again.
WBR
Great Work!!!
Please don't take this as anything against the app, but if any admin actually relies on an app like this as the only monitoring solution for critical 24/7 servers, they should be dragged behind the woodshed and paddled. It has NOTHING to do with the app, rather the fact that mobile networks are simply not 100% viable.
That said, when there are issues (power, network etc..) with other monitoring systems, this is a FANTASTIC option. This will be part of my Android install kit forever.
I have a couple of requests:
1. A scrollable widget that shows the last result for each server/test would be cool. I will give you a full screen on my phone! ;-)
2. I need to test specific services: HTTP, HTTPS, FTP, SSH. Additional service options and maybe an option to manually define ports/services would be really nice. Customers of mine that have security camera systems using a DVR often forward random ports for external access to the DVR and it would add "peace of mind" for them to be able to see that their security system is up and running.
Dissenter said:
if any admin actually relies on an app like this as the only monitoring solution for critical 24/7 servers
2. I need to test specific services: HTTP, HTTPS, FTP, SSH. Additional service options and maybe an option to manually define ports/services would be really nice.
Click to expand...
Click to collapse
Sure, nobody says about critical servers monitoring.
In actual app version you can use Generic TCP option with URL like http://site.com:3128, or HTTP Get option with fully qualified URL to make some tests. I understand, this is not complete test of concrete service, and have plans to add more to my app.
Now I'm busy with another private application, but, I hope, this is not forever.
By the way, you say about test services like HTTP, FTP or SSH. What exactly do you think should make the application? Any ideas are welcome.
very cool app thanks mate.
Empty message, sorry
Excellent app.. just what I was after. Thank you!

[PHP] [HTML] [MYSQL] Host a Website from your Android Device, for free!

Android Webserver / Webhost!
(This is taken from my blog article, if you want to see the article itself, click this link)
http://shanehastings.com/Blog/2012/08/host-a-website-from-any-android-device/
-------------------
So, if you're a web designer or HTML, PHP coder etc you'll know that paid hosting isn't cheap, and free hosting is too limited and un-reliable.
However, until recently there was no such thing as "portable hosting", free portable hosting that is (not that I know of any paid portable hosting?)
I've found a way to host any HTML (PHP & MySQL too!) website with images and Java Script support all from your Android device!
Now, this may seem un-reliable, but with a clean install of a ROM / Firmware with just the required app, and a charger plugged in, this is a pretty reliable hosting source.
However, I doubt you're going to see Google running from this any time soon, or any major website for that matter! Another factor of why you'd want to do this is, "simply because I can".
Some other good uses for this project are:
- Household / Private Webserver
- Public / Private Webspace
- Cloud Storage
Click to expand...
Click to collapse
If you're still interested, let's get on with the tutorial!
What you'll need:
- Android Device
- Wireless Internet
- Portforward-able router
- Slight knowledge of how Android Works.
Click to expand...
Click to collapse
If you've got all of those then you're ready to start!
- #1| Download "Boa Webserver" from Google Play.
https://play.google.com/store/apps/details?id=com.applications.boa&hl=en
- #2| Creating the directory
Using a file manager, create a folder and call it whatever you want. For the sake of demonstration, I will call mine "Electronics Website".
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- #3| Adding Content
Now, we've got our directory but we need some webpages! Simply paste the HTML files into the directory you just created. You can create more directories inside the main directory (/sdcard/YourFolderName/)
- #4| Setting the default directory
Now, this is where we have launch "Boa Webserver".
Once the app is open, simple press "Menu" and then "Settings". Here we have the option to change the port in which Boa will broadcast on, and the directory to use as default.
This is what we want, so click on "Share Directory" and add the directory you created earlier.
- #5| Starting the Webserver / Website!
Starting the webserver / website is very simple. On the main screen of the Boa Webserver application, hit "Start Webserver".
This will start the webserver.
- #6| Viewing the website
When you start the server, Boa will tell you what the LOCAL IP is, this is located in the orange box at the top of your screen.
As you can see, when I goto the IP that is shown in the "Boa Webserver" app, I'm brought to my website!
PC:
Boa Webserver, showing the IP & Log:
- | A Note About Portforwarding
As many of you will know, to make your website available for the whole world to view you will need to portforward the port that Boa runs off of and also the IP in which your Android Device is connected to via your Wi-Fi (192.168.1.2, 192.168.1.3 etc)
You do NOT have to port forward if you are using this for private use (household use, people connected to your Wi-Fi)
- | Need PHP and MySQL?
No problem! Just use KSWeb Server instead! Same procedure, different app!
https://play.google.com/store/apps/details?id=ru.kslabs.ksweb&hl=en
- | Thanks for reading, hope you learned something.
Whoops, forgot to reserve
- RESERVED -
i tried portforwarding a port, and it only works with LAN, no access from outside the house. can you help me fix that?
———————————————————
i didn't mean to mock you or to offend you in any kind of way
Riro Zizo said:
i tried portforwarding a port, and it only works with LAN, no access from outside the house. can you help me fix that?
———————————————————
i didn't mean to mock you or to offend you in any kind of way
Click to expand...
Click to collapse
I'm guessing you know this, but sometimes people forget , it must be turned on.
And which app are you using, Boa or KSWeb?
Sent from my R800i using Tapatalk 2
- Swift - said:
I'm guessing you know this, but sometimes people forget , it must be turned on.
And which app are you using, Boa or KSWeb?
Sent from my R800i using Tapatalk 2
Click to expand...
Click to collapse
boa, i tested it with my cousin to see if he can access the server.
i tried wifi, and 3G, and he got the 404 on both
———————————————————
i didn't mean to mock you or to offend you in any kind of way
cloud servers
Not all paid servers for PHP are that expensive. You have cheap shared servers, though there are some performance issues with them. Some infrastructure based servers, like DigitalOcean are not that expensive considering the features you get. The only problem with such servers is the hassle of managing them. But this can also be avoided if you use some platform or a service that for server management, like Cloudways web hosting for PHP. This platform lets you launch a managed server on DigitaOcean and others.

[APP][2.3+] Mac.remote (Linux version soon)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Why I created this app?
I couldn't find good looking, simple and customisable remote app for mac in google play that works great out of the box.
Previously I was using the most popular mac remote by Agusti Bau http://forum.xda-developers.com/showthread.php?t=2163664, main reasons why I create my own app was:
1) Customisation - I wanted add my custom commands like switching slides in Impress.JS, and I couldn't. So I added posibility to manage applications (adding own, hiding default items, changing order).
2) Unfortunately most remote apps on the market are ugly, so I created good looking remote.
3) I need sometimes current track info when I lying on couch, so I implemented also this option.
4) I implemented media buttons that works the same way as media keys in mac, e.g. long click on "next" button works like "fast-forward" in iTunes.
5) I use remote for several hosts (work/home), and with previous remote I had to always write ip manually. My mac.remote remember correct usernames and hosts.
Plans for future:
Mac.remote is the first product from .remote family, next linux.remote is on the way.
I share some ideas about future plans here http://www.dotremote.net/plans/55/ and I am waiting for your feedback what I can improve and which ideas are the most awaited.
You can download app from: http://play.google.com/store/apps/details?id=eu.szwiec.mac_dot_remote
Project page is at: http://www.dotremote.net/
In the future I will write more tips and tricks about custom configuration on the blog.
Great love it ! great appearance !
love the simplicity ! thumbs up
very nice indeed, and with a hell of a better GUI!! I really like it, kudos!
If I may suggest, though, the only thing I'd say this app lacks is a built-in way to be used as a touchpad to control the mouse pointer. There is always going to be that one, stupid command you've never used in your life but you just happen to need, requiring you to go to the mac and therefore rendering this app less useful... if it had this option, I think it'd be the best
Testing
Interesting one.. Testing right now..
Big thumbs up!
Yes I'd also love Touchpad controls and quick left/right options similar (not provided) in Valence but integrated in Mac.remote.
Keep up the great work and look forward to my support! Sorli...
Great app and beautiful UI.
Is it possible to implement the usage of the volume up/down button to go to the next/previous song/slide?
Thank you for feedback
Pyres said:
the only thing I'd say this app lacks is a built-in way to be used as a touchpad to control the mouse pointer.
Click to expand...
Click to collapse
bsorli said:
Yes I'd also love Touchpad controls and quick left/right options similar (not provided) in Valence but integrated in Mac.remote.
Click to expand...
Click to collapse
Yep, I'm considering keyboard/trackpad in the future. It will be separate app (but integrated with current one) or landscape view will change app to trackpad/keyboard. Currently I prefer to create separate app, because unwanted rotation when you laying on the couch is often and that feature spoils simplicity
Sathom said:
Is it possible to implement the usage of the volume up/down button to go to the next/previous song/slide?
Click to expand...
Click to collapse
No, sorry, but if it is good news for you, I plan to give you customizable right drawer, you will be able to create any command with icon of your choice.
I share more ideas at http://www.dotremote.net/plans/55/
New features largely depends on yours votes.
I think you should change your app name, your app looks cool but the copying the name is not cool.
mushrom said:
I think you should change your app name, your app looks cool but the copying the name is not cool.
Click to expand...
Click to collapse
I was thinking a lot about name convention for my product:
Main name for all family of products is .Remote (dotRemote) because dot is my trademark.
It's also scalable because products from .remote family can have name linux.remote and windows.remote
So I didn't copy name from you, it was natural fulfillment for .remote brand name.
waiting for the linux version :highfive:
Great app, just wrote a review. In Hungarian: http://androidportal.hu/2014-03-07/macremote
I wanted to create a remote app for the Prezi Desktop app, but wasn't successful. The app does not recognize the sent left and right arrow.
kobak.org said:
Great app, just wrote a review. In Hungarian: http://androidportal.hu/2014-03-07/macremote
I wanted to create a remote app for the Prezi Desktop app, but wasn't successful. The app does not recognize the sent left and right arrow.
Click to expand...
Click to collapse
Here is configuration that uses arrows:
previous
Code:
tell application "System Events" to key code 123
next
Code:
tell application "System Events" to key code 124
tested on prezi desktop and impress.js
Thank you for review
[EDIT] Some users request me about PowerPoint, but Microsoft doesn't give trial version
If someone has working configuration, please share.

[APP] RaspManager - Remote control for Raspberry

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction:
Hi guys, first all, sorry my English. My name is Jesus and I have a Raspberry for several months. It has passed for many stages (multimedia center, retro games center, etc.). Now, it's my experiments center .
I would like to present you an Android application that took weeks to develop (and many months in my mind to develop ). I called it RaspControl and, simply, connects your phone to your Pi, via SSH, for remote control.
Features:
RaspControl sets connection with your Raspberry, via SSH, anywhere. If you Raspberry has external conection, you can control it outside (obviously :laugh
RaspControl has three sections: Status, Explorer and Terminal
Status
Get your Raspberry's information, for example, running processes, available memory, network status, temperature, etc.
Allows restart and shutdown your Raspberry remotely.
Allows mount and dismount drives and filesystems remotely.
Explorer
RaspControl includes a simple file explorer, in order to send and receive files local and remotely.
Allows copy, cut, paste and delete folders and files from your smartphone.
Allows send folders and files from your smartphone to your Raspberry.
Allows copy, cut, paste and delete folders and files from your Raspberry remotely.
Allows receive folders and files from your Raspberry to your smartphone.
Allows download files to your Raspberry, setting the download link.
Terminal
RaspControl includes a simple console terminal, where you can have a full control for your Raspberry anywhere.
It has a commands used history (up to 100 commands).
To navigate through the command history, you can use volume keys, from your smartphone.
NEW!: Now, you can clear your command history
NEW!: Now, you can create custom commands and use it in Terminal!
Supported languages:
English (by default)
Spanish
Nothing more at this moment, but, I would like add more sections/functions in future to improve the app. I have some ideas (for example, a XBMC remote control) but I have to think it well; first, if can be do it; second, if I can do it and, finally, if it's useful.
Click to expand...
Click to collapse
Requirementsto work correctly:
RaspControl needs the following to work correctly:
A SSH server: Most Raspberry's distributions has a SSH server installed. Otherwise, you can install the openssh package.
To show bandwith correctly, it's neccesary have installed the ifstat package.
Screenshots:
A last point:
This app was designed to use on Raspberrys, but, "accidentally", you can use it on any Linux distribution, provided you have a SSH server installed (is the app's core to work ). I've tested with a pair of VM, a Arch distro and a Mint distro, and works without problems.
And, well, surely the app could have some errors to fix (many people have not tried), so, any comment is appreciated (assume ). For example, at this moment, I can say that connection sometimes is slow, all depends the network quality and smartphone, but, additionally, it has an extra time to SSH connection (compression data, validation, etc.). So, if you change section, while RaspControl is connecting to Raspberry, sometimes app could FC (force close). I've improved and optimized some code and I tought that I fixed it... but sometimes could FC . So I'm trying to fix this to make it more stable, also, I would like to improve it for tablets. It is not ugly, but not pretty
I hope you find it useful and you like it. Please, be not cruel , it's my second "formal" Android app and I'm still in the learning stage . I am currently looking for a job and I'm doing this to improve professionally (and improve my resume too ).
Link:
Finally, here you are!:
Google Play download link
Kind regards!
XDA:DevDB Information
RaspManager, App for all devices (see above for details)
Contributors
ercea
Version Information
Status: Stable
Current Stable Version: 1.5
Stable Release Date: 2014-06-25
Created 2014-06-28
Last Updated 2015-06-01
Changelog:
Version 1.5:
Main:
Changed main icon due to trademark violation
App renamed to RaspManager due to suspended application
Add compatibility with Lollipop styles
New toolbar
State:
Added controls to show/hide sections
Shows error messages when no connections
New Connection:
Avaible SSH certificate connections
Version 1.2.1:
Main Window:
Changed "About" dialog
Terminal -> Custom Commands:
Added a confirm dialog before delete a custom command
Added custom commands help demo screen
Version 1.2:
Main Window:
Deleted connection dialog removed (now, using a simple better way).
State:
Fixed OFF state when is connected
Added a confirm dialog before mount/dismount filesystems
Explorer:
Fixed continuous "Go-Back" when Back button pressed
Terminal:
Added "Refresh" button to reconnect with remote PC
Added "Clear history" command in context menu
Added "Custom Commands" section, to create/edit/delete custom commands and use it in Terminal.
Improved terminal output, using a handler.
Version 1.0:
First version of RaspControl
Hey guys, recently, I've updated to 1.2.1 version, please, check Changelog to see the changes and improvements I hope you like the application ^^
Regards!
Hey guys, recently my application was suspended due to trademark logo violation, I've contacted with the Raspberry Foundation and I can upload a new application without the official logo... but I can't modify the original app because it will be suspended always .
So, I had to rename the application and here is the new version with some changes (you can see them in the Changelog) and the new logo.
Sorry the inconveniences :S I hope to upload more versions with new feautures
Regards!
When you click on upload to remote where does the file go?
Sent from my SM-N920C
@ercea pretty awesome app. The only caveat I'm having is that it doesn't work if you have two factor authentication setup in the raspberry. After you enter the ssh password, it asks for a verification code, but since the app doesn't show the message and a text input to type it, is impossible to log in. Could you check if it's possible to add a type input for this case? I can help you check things if you need
skyleth said:
@ercea pretty awesome app. The only caveat I'm having is that it doesn't work if you have two factor authentication setup in the raspberry. After you enter the ssh password, it asks for a verification code, but since the app doesn't show the message and a text input to type it, is impossible to log in. Could you check if it's possible to add a type input for this case? I can help you check things if you need
Click to expand...
Click to collapse
@skyleth, please, I apologize for the delay in my response, I was out of my home during these days for my work. Thanks for your words about RaspManager, about two factor authentication, sorry the inconveniences, I will try to add this feature in the next update. Please, could you tell me how I can replicate your setup? (how did you put a verification code on your Raspberry?) Lately, due to my work, I only use my Raspberry for watching series and movies (for relaxing ) and, the truth is, I'm spending little time testing other things
Regards and sorry again for the delay :S
ercea said:
@skyleth, please, I apologize for the delay in my response, I was out of my home during these days for my work. Thanks for your words about RaspManager, about two factor authentication, sorry the inconveniences, I will try to add this feature in the next update. Please, could you tell me how I can replicate your setup? (how did you put a verification code on your Raspberry?) Lately, due to my work, I only use my Raspberry for watching series and movies (for relaxing ) and, the truth is, I'm spending little time testing other things
Regards and sorry again for the delay :S
Click to expand...
Click to collapse
Hi ercea, don't worry I set up the two factor authentication following this guide: https://www.sbprojects.net/projects/raspberrypi/ga.php
Anyway, if you need any help let me know, I'm currently at home because of an injury so I have time to check

Categories

Resources