Home  /  Productivity Apps  / CloudShell-Remote Android IDE on Windows Pc

CloudShell-Remote Android IDE on Windows Pc

Developed By: GTA Wireless

License: Free

Rating: 4,5/5 - 50 votes

Last Updated: December 27, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.1.1
Size 1 MB
Release Date December 10, 22
Category Productivity Apps

App Permissions:
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. [see more (99)]

What's New:
Fixed login problem on Android 4.2 devices. [see more]

Description from Developer:
What is CloudShell?
CloudShell allow you run Java code on remote Android devices. (Using BeanShell script)
From CloudShell, you can access native Android APIs from anywhere, all yo... [read more]

App preview ([see all 3 screenshots])

App preview

About this app

On this page you can download CloudShell-Remote Android IDE and install on Windows PC. CloudShell-Remote Android IDE is free Productivity app, developed by GTA Wireless. Latest version of CloudShell-Remote Android IDE is 1.1.1, was released on 2022-12-10 (updated on 2023-12-27). Estimated number of the downloads is more than 1,000. Overall rating of CloudShell-Remote Android IDE is 4,5. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 50 users, 37 users had rated it 5*, 3 users had rated it 1*.

How to install CloudShell-Remote Android IDE on Windows?

Instruction on how to install CloudShell-Remote Android IDE on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install CloudShell-Remote Android IDE on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install CloudShell-Remote Android IDE using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "CloudShell-Remote Android IDE" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install CloudShell-Remote Android IDE on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "CloudShell-Remote Android IDE" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.1.1.

Download CloudShell-Remote Android IDE 1.1.1 on Windows PC – 1 MB

What is CloudShell?
CloudShell allow you run Java code on remote Android devices. (Using BeanShell script)
From CloudShell, you can access native Android APIs from anywhere, all you need is a browser.

Once you install CloudShell and logged in, go to this site from PC to run the script on the device:
https://cloudshellapp.appspot.com


What can I do with CloudShell?
A lot!You can create your own features using Android APIs.
Whole Android APIs is available to you.
BeanShell is a powerful script engine,you can call Android native Java APIs from CloudShell.

For examples, you can test the new APIs on device you do not have physical access,
or with provider not in your country.
You can read the logs, and find out why your App is not working, and test the new codes in real-time,
on devices may not even in your country!
Check Android APIs at Runtime, even the hidden ones, inspect static variables, methods, classes
list all the action Intents.

You can make it vibrate if you do not remember where you put your phone.
If you lost your phone, you can location it, wipe it, or show Message on the screen.
You can write scripts to backup your contacts, your SMS.
You can write scripts to upload pictures to Facebook, Picasa, upload video to youtube.

It is up to you, the programmer to release the full power of CloudShell.


List of what you can do with:
- Android APIs at Runtime
- Android OS Version check
- Applications - list all installed
- Battery - get status
- Bluetooth - Turn on/off, scan
- Call - get call Logs, making phone call
- Clipboard, copy, paste
- Contacts - search Contacts
- Launch other Apps
- Location GPS/Network
- Logcat - read logs
- Rooted check
- Sensor - List all sensors
- SMS Inbox
- Sync Turn On/Off

Go this page for all the examples:
https://code.google.com/p/cloud-shell/wiki/Examples


Getting started
- Download and Install Android App first
- Log in to Google Account from the CloudShell App
- Go to: https://cloudshellapp.appspot.com/
- Log in using the same Google Account
- Start writing scripts!


Features:
- Autostart on Boot, or on WiFi
- Run BeanShell Scripts on remote devices
- Push Scripts to device
- Reset BeanShell
- Webview API bridge to run BeanShell scripts
- Support BroadcastReceiver, Events listener
- Remote wakeup
- Remote control, send Key Touch Events and Capture ScreenShot on rooted devices
- You can use hidden API like regular API, because BeanShell reflection, so instead of:
Method dataMethod = ConnectivityManager.class.getDeclaredMethod("setMobileDataEnabled", boolean.class);
dataMethod.invoke(cm, false);
In CloudShell, you can just do:
cm.setMobileDataEnabled(false);


Note:
- For better security, use a different Gmail account to login rather than your main Gmail account.
Fixed login problem on Android 4.2 devices.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to open network sockets.
Allows applications to access information about Wi-Fi networks.
Allows applications to access information about networks.
Allows applications to call into AccountAuthenticators.
Allows access to the list of accounts in the Accounts Service.
Allows applications to open network sockets.
Allows an application to write to external storage.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Required to be able to reboot the device.
Allows applications to access information about Wi-Fi networks.
Allows applications to access information about networks.
Allows an application to read the low-level system log files.
Allows mounting and unmounting file systems for removable storage.
Allows an application to expand or collapse the status bar.
Allows an application to open, close, or disable the status bar and its icons.
Allows an application to delete packages.
Allows an application to install packages.
Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded.
Allows an app to access approximate location.
Allows an app to access precise location.
Allows an application to access extra location provider commands.
Allows applications to call into AccountAuthenticators.
Allows an application to collect battery statistics
Allows an application to tell the AppWidget service which application can access AppWidget's data.
Must be required by an InputMethodService, to ensure that only the system can bind to it.
Must be required by a WallpaperService, to ensure that only the system can bind to it.
Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows an application to broadcast a notification that an application package has been removed.
Allows an application to broadcast an SMS receipt notification.
Allows an application to broadcast sticky intents.
Allows an application to broadcast a WAP PUSH receipt notification.
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.
Required to be able to access the camera device.
Allows an application to change whether an application component (other than its own] is enabled or not.
Allows an application to modify the current configuration, such as locale.
Allows applications to change network connectivity state.
Allows applications to enter Wi-Fi Multicast mode.
Allows applications to change Wi-Fi connectivity state.
Allows an application to clear the caches of all installed applications on the device.
Allows enabling/disabling location update notifications from the radio.
Allows an application to delete cache files.
Allows applications to RW to diagnostic resources.
Allows applications to disable the keyguard if it is not secure.
Allows an application to retrieve state dump information from system services.
Run as a manufacturer test application, running as the root user.
Allows access to the list of accounts in the Accounts Service.
Allows an application to find out the space used by any package.
This constant was deprecated in API level 21. No longer enforced.
This permission can be used on content providers to allow the global search system to access their data.
Allows an application to install a location provider into the Location Manager.
Not for use by third-party applications.
Allows an application to modify global audio settings.
Allows modification of the telephony state - power on, mmi, etc.
Allows formatting file systems for removable storage.
Allows an application to collect component usage statistics
Declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.
This constant was deprecated in API level 9. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent.
Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.
Allows an application to read the user's calendar data.
Allows an application to read the user's contacts data.
Allows an application to take screen shots and more generally get access to the frame buffer data.
This constant was deprecated in API level 16. The API that used this permission has been removed.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows an application to read SMS messages.
Allows applications to read the sync settings.
Allows applications to read the sync stats.
Required to be able to reboot the device.
Allows an application to monitor incoming MMS messages.
Allows an application to receive SMS messages.
Allows an application to receive WAP push messages.
Allows an application to record audio.
Allows an application to change the Z-order of tasks.
This constant was deprecated in API level 8. The restartPackage(String] API is no longer supported.
Allows an application to send SMS messages.
Allows an application to control whether activities are immediately finished when put in the background.
Modify the global animation scaling factor.
Configure an application for debugging.
This constant was deprecated in API level 7. No longer useful, see addPackageToPreferred(String] for details.
Allows an application to set the maximum number of (not needed] application processes that can be running.
Allows applications to set the system time zone.
Allows applications to set the wallpaper.
Allows applications to set the wallpaper hints.
Allow an application to request that a signal be sent to all persistent processes.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
Allows an application to update device statistics.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to write the apn settings.
Allows an application to write the user's calendar data.
Allows an application to write the user's contacts data.
Allows an application to write to external storage.
Allows an application to modify the Google service map.
Allows an application to read or write the secure system settings.
Allows an application to read or write the system settings.
Allows applications to write the sync settings.
Allows access to the vibrator.
Allows an application to read from external storage.