[TOOL]Cloud_Commander Ver1.4 Reloaded [BETA] - Android Software Development

CLOUD_COMMANDER GHOST
Hi guys,
For all those who have tried our previous releases here comes a new version 1.4 A.KA Ghost.
Upcoming features include improvement of remote view and keyboard.
Creating an open-source engine for multi-platform and api exposure to third party.
We are also going to separate the engine from the main application so that other developers can work on it and implement a common platform for processing and executing android commands from xmls, this will allow for a universal platform where by all developers can improve how commands are executed from the core and also that the engine can be used by any shell software out there, thus opening doors from multi-platform development of the engine.
The commands created in this software will be stored in our server for now in the future you might expect multiple servers from different vendors, if you use the other method (XML editing) which is not recommended, please share you files with your users.
All bugs should be reported to [email protected]
RESERVED SHELL WORDS
qbox1 = This denotes the first user input box.
qbox2 = This denotes the next user input box.
qsquote = This denotes a single quotes(').
quote = This denotes double quotes (").
NB: PLEASE DON'T SEND COMMANDS THAT ARE NOT TESTED PERSONALLY!
EDIT:
Version 1.2 does not update tables since we shifted our servers to cloudflare and has some minor engine flaws thus it's obsolete.
Download the latest version to maintain commands compatibility.
SCANNED WITH BIT-DEFENDER ANTI-VIRUS
MAKE SURE YOU UPDATE TABLES REGULARLY TO GET THE LATEST UPDATE
DOWNLOAD_LATEST_GHOST_HERE ​
XDA:DevDB Information
CLOUD_COMMANDER 1.4 a.k.a GHOST , android devices (see above for details)
Contributors
kenkit
ROM OS Version: 2.3.x Gingerbread
Version Information
Status: Testing
Current Stable Version: 1.4
Stable Release Date: 2016-03-25
Current Beta Version: 1.4
Beta Release Date: 2016-03-25
Created 2016-03-08
Last Updated 2016-03-08

Related

Upgrading the ZTE Open 1.1 to 1.2 keeping official rom

ZTE officially updated the ZTE Open to 1.1 and abandoned it.
To manually update it to the latest and greatest, follow these simple steps:
Grab a copy of Ubuntu 12.04, and install basic pre-requisites:
https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites
You can follow this for a basic build environment http://forum.xda-developers.com/showthread.php?t=2634107
clone the b2g repository:
Code:
git clone git://github.com/mozilla-b2g/B2G.git
now if you want to build 1.2 run
Code:
cd B2G
BRANCH=v1.2 VARIANT=user ./config.sh inari
Wait for it to build.
when it finishes run
Code:
./build.sh gecko
This will build only gecko at the 1.2 version
to flash run
Code:
./flash.sh gecko
this will update gecko to the version you chose, we now need to update gaia to the same version
run
Code:
cd gaia
MOZILLA_OFFICIAL=1 make production
This will leave you with the ZTE 1.1 stock rom, with a gonk 1.1 HAL base, but with the final version 1.2 Gecko and the final version of 1.2 Gaia.
1.3 upwards need a Jellybean base and we do not even have the true kernel source for the zte open, so this is the furthest stable rom you can get with the ICS based stock rom ZTE have given us.
You can build 1.3, 1.4, 2.0, 2.1 and 2.2 gecko using the above method, but I find it very unstable and broken, due to the Gonk HAL being so out of date.
When flashing the Gaia layer to the ZTE Open use "MOZILLA_OFFICIAL=1 make production" instead of "make reset-gaia"
Doing this updates the Gaia layer as normal but with the official Firefox OS branding (thanks to the MOZILLA_OFFICIAL=1). This means the browser will have the Firefox logo and so will the logon and log off boot screens. More importantly, the "make production" command will make the build you create be optimised as if it was official. This means offline caching of applications. "make production" also does not add any testing apps to your phone, so it is as if the build you are using is official.
The code again is "MOZILLA_OFFICIAL=1 make production" and it should be used where "make reset-gaia" is in this post :good:
What's the difference between "VARIANT=user" and "VARIANT=userdebug"?
LinuxHolic said:
What's the difference between "VARIANT=user" and "VARIANT=userdebug"?
Click to expand...
Click to collapse
The valid build types are:
eng – this variant will have some development tools and predefined settings that developers need (e.g. USB debugging enabled).
user – this is the variant for a product that suppose to go out to the users. Will use only modules that the end-user will need and more restricted settings.
userdebug – A combination of the user and eng variants. It’s intended for users testing your environment, but not developing it.

OpenOTA - OTA for every ROM

OpenOTA is a project I started on 10/27/2014 that will hopefully change how users get OTA Updates. OOTA allows a developer to "Self-Host" their ROM's updates and also allow users to get them, over the air. A neat feature of OOTA is that the ROM Update does not need to be hosted on a web server you own, you can use d-h.st, mediafire, 4shared, or whatever hosting provider you like , it doesn't matter where!
Here is how it works: The user's ROM, on boot, will check for an update, if there is one, the user will be prompted to download. The prompt is once per boot, and once per OOTA app launch. When the user chooses to download, it will open the users browser to the download the update.
Why did I do this you might ask? To keep the apk file as small as possible.
Why integrate the download when we can just use the web browser that is built in?
This also allows developers with limited bandwidth use other hosting providers.
I hope some developers find this app very useful as I made it to be open to everyone!
Please let me know what you guys think, give me ideas, tell me where I can improve.
I currently use it in my Custom ROM AdvancedStock7 for the LG Optimus F3 from Virgin Mobile but the app itself is compatible with android 4.0+
Links:
AdvancedStock7 for LG Optimus F3
My Website
GitHub Page
XDA:DevDB Information
OpenOTA, Tool/Utility for all devices (see above for details)
Contributors
sandix
Version Information
Status: Beta
Current Beta Version: 1.0.6
Beta Release Date: 2014-10-28
Created 2014-10-28
Last Updated 2014-10-28

[dev-must-read] ancient android & commandline tools

Hi guys,
Since I made Cloud_Commander , I would like to request all devs to move all old tools to Cloud_Commander so that anyone who still owns an older device will not be left out on xda-dev.
Currently I'm adding (revone famous htc unlock tool) with all options available as simple commands.
If you prefer writing shell scripts instead, please have a look at the *.xml files in tools/commands/ , Note:Test.xml file will never be overwritten, you can (extract from test) and (write to test).
Also if you have a custom xml with great commands please share.
Most of the commands available have been extracted from other tools, some need to polished a bit.
NB:ANYONE CAN ADD A COMMAND TO CLOUD_COMMANDER (!DON'T ADD COMMANDS THAT YOU HAVEN'T TESTEED YOURSELF)
REMEMBER
Developement is still on going.
It's Cloud_Commander not Cloud Commander
Original Cloud_Commander thread : Cloud_Commander
XDA:DevDB Information
[dev-must-read] ancient android & commandline tools, Tool/Utility for all devices (see above for details)
Contributors
kenkitt
Version Information
Status: Beta
Current Beta Version: 1.2
Beta Release Date: 2015-12-31
Created 2016-01-24
Last Updated 2016-01-24

[TOOL]Cloud_Commander Ver1.3 (Blue Builds) [BETA]

Hi guys,
Cloud_Commander is an android shell code tool that can reserve android shell scripts from common tools like rooting tools, password cracking tools e.g John the reaper.
Most tools are bundled up by devs from around the globe and shared to everyone.
Currently the available commands are not yet polished but some still work and are being revised on daily basis.
Anybody can add a command provided he has created a dev page that explains the functionality of his tool/command.
This software will contain almost every android tool that is currently in use and outdated since Devs will merge their own stuff here.
There are two ways to add commands:-
You can use the command creator from the toolbar in the menu.
However you can create commands straight into the xml files which this software uses.
The commands created in this software will be stored in our server and used by everyone who updates the tables, if you use the other method (XML editing) which is not recommended, please share you files with your users.
All bugs should be reported to [email protected]
NB: PLEASE DON'T SEND COMMANDS THAT ARE NOT TESTED PERSONALLY !
SCANNED WITH BIT-DEFENDER ANTI-VIRUS
After downloading make sure you update the tables the press refresh and also checkout setups to install tools.
Version 1.2 does not update tables since we shifted our servers to cloudflare and has some minor engine flaws thus it's obsolete.
Download the latest version to maintain commands compatibility.
DOWNLOAD_HERE VER1.2
DOWNLOAD_HERE VER1.3
XDA:DevDB Information
Cloud_Commander Ver1.3 (Blue Builds) [BETA], Tool/Utility for all devices (see above for details)
Contributors
kenkitt
Version Information
Status: Testing
Current Beta Version: 1.3
Beta Release Date: 2016-01-30
Created 2016-02-02
Last Updated 2016-02-02

Raccoon - APK Downloader

Raccoon is a Google Play desktop client for downloading apps. Use cases:
Access Play even if your device/ROM comes without GAPPS
Protect your privacy by using a dedicated account for downloading apps.
Keep local copies of large apps, so you don't have to download them again.
Rollback troublesome updates.
Features not found in other APK downloaders/mirrors:
Download free AND paid apps.
Download large apps with OBB expansion files.
Download older app versions (for downgrading)
Spoof arbitrary devices to get around compatibility restrictions.
Use proxies to get around region locks.
RACCOON WEBSITE
XDA:DevDB Information
Raccoon, Tool/Utility for all devices (see above for details)
Contributors
onyxbits
Source Code: https://github.com/onyxbits/raccoon
Version Information
Status: Stable
Current Stable Version: 4.0.1
Stable Release Date: 2016-06-15
Created 2016-06-15
Last Updated 2019-03-27
Seems promising !
Would definitely give it a try & report back soon.
On a related note: I'm also in the process of rewriting Dummydroid, a companion tool for spoofing arbitrary Android devices. Any artists around here willing to contribute an application icon (must be in SVG format and under a creative commons license)?
Used to work for me, lately it just hangs by signing in.
Loved it!
Newyork! said:
Used to work for me, lately it just hangs by signing in.
Loved it!
Click to expand...
Click to collapse
Can you check if there's an exception thrown on the console?
New version (4.0.1) is available!

Categories

Resources