[OpenSource] Android Process Activity Beta_0.0.1 - Java for Android App Development

Hello,
I developed a new program for view processor and memory activity in a computer screen while the Android device is connected via USB.
Functionalities:
Take screen shoot and save it in your computer.
Reboot to (System, RecoveryMod or FastbootMod).
View Processor Activity and memory RAM and SWAP activity.
Just i need for a beta testers and if you want to integrate the Project developers team send me a private message. the source code will be published shortly on GitHub, and new features will come with the source code.
Contact me!
Downloads:
Android Debug Bridge.
the Jar Application
You need to:
A computer with Java installed.
Android device.
Activated ADB service in your android device.
install ADB service in your computer.

How to use:
{
"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"
}
for Window users:
You need to copy the Jar file to ADB repertory and double click the jar
for Linux users:
Run the jar with the commande:
Code:
:~$ java -jar AndroidProcessActivity-Beta_0.0.1.jar
getting devices list:
[*] HT**********
dev : HT**********
device HT********** is used as default.

The source code:
soon on github​

works well, but I have a problem with the alignment of the buttons.
and when there is no device connected to the program is blank, you should do a window with a message: "no device did detect".
thank you.

Related

PowerShell provider for SmartPhone, PocketPC, Windows Mobile: Beta 0.4 Release

Hey all,
http://www.codeplex.com/psmobile/
Installer is built using WiX ps extensions. Source snapshot of this release available as separate download, and also in codeplex TFS. I am not releasing the source of my common provider library, but symbols are included in the source download and it is not obfuscated.
Instructions and rudimentary guff about it on home wiki page, but more to come.
fun things to do:
ps c:\> add-pssnapin psmobile
ps c:\> cd mobile:
ps mobile:\> cd \temp
ps mobile:\temp> copy \windows\*.gif .
ps mobile:\temp> ii banner.gif
ps mobile:\temp> ii -local banner.gif
ps mobile:\temp> ii \windows\tasks.exe
ps mobile:\temp> convertfrom-wmfile *.gif c:\temp\
etc.
"Invokability" (visible via format-list) is determined via registry checks on local desktop AND remote device registry. Two additional atttributes are available for file modes: "i" and "m" for InRom and RomModule respectively. Attributes can be manipulated just like regular FileInfos, where permitted.
Have fun, and feedback/suggestions are very welcome.
- Oisin
updated 0.4.1
bugfix release: 0.4.1 - http://www.codeplex.com/psmobile
A picture's worth a thousand words:
{
"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"
}
Blog Post
http://www.nivot.org/2008/06/06/WindowsMobilePowerShellProvider.aspx

[GUIDE][HOW TO]ADB & Fastboot From Anywhere in Command Prompt

Hello, this a quick guide on how to get adb and fastboot working from anywhere in command promt. You might ask why this is useful? Well if you set your system up like this, you can use adb and fastboot from practically anywhere. This is very convenient and saves you having to navigate to your SDK every time you want to do something with your phone. So let's get started!
Prerequisites:
Windows 7 or Windows 8
Java JDK downloaded and installed.
Android SDK, preferred location:
Code:
C:\AndroidSDK
See note
First, right click My Computer and select Properties. From there, select Advanced system settings.
{
"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"
}
Then, select Environment Variables
You will now get a box that looks like this. Select edit, here is the important part.
Do NOT delete any of the text in the field, simply add:
Code:
C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools
to the end of the text field, like this
Note: This assumes that your Android SDK, tools and platform-tools folders are setup in the same directory as mine, if not please modify the path accordingly
After you've edited the text field, press okay, then okay again and voila. Finished!
From now on, whenever you need to use adb or fastboot simply open command prompt and type away
If you have any comments or suggestions, please feel free to leave a reply below

[GUIDE][WINDOWS 8/8.1/10][HOW TO ENABLE .NET FRAMEWORK 3.5 WITHOUT ANY ERROr]

Hello Guys!!
Today m gonna show you how to enable .net framework 3.5 after installing Windows 8/8.1/10 without any error
Why need .net framework 3.5?
It is a very essential feature and very much needed to install applications and microsoft do provide it in thier builds but they are not preinstalled.
Many users face this issue as soon as they started to use newly installed window
To overcome this i made this guide
Errors faced:
0x800F0906, 0x800F081F, 0x800F0907
What we gonna do?
We just gonna enable .net 3.5 manually by Deployment Image Servicing and Management (DISM) tool.
Just follow the step by step Guide to fix it:
1. Download .net 3.5(32bit) or .net 3.5(64bit) depending on ur PC from downloads section.
2. Extract it and open the folder
{
"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. Copy the sxs folder and paste it in 'C' Drive
4. Now press window(button)+X at the same time and after that press A to open cmd with Admin rights
5. Click yes when cmd prompts for admin rights
6. In the cmd window type the code
Code:
dism.exe /online /enable-feature /featurename:NetFX3 /Source:c:\sxs /LimitAccess
and press enter
7. .net 3.5 will be installed successfully
Fully working on 64 bit machine...dont know about 32 bit coz i dont own it....u may give a try!!
PROOF:
Downloads:
sxs_32bit
sxs_64bit
Feel free to comment if u faced some issue
Credits:
Sandeep(me)
Dytoshare
Hit Thanks ​
RESERVED

[TOOL][ADB]Update hosts File on Any Rooted Android Emulator

{
"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:
The "hosts" file - what you typically use to block unwanted connections - in emulator's Android system is located in subfolder /system/etc. This file in most cases doesn't care of fact that not 127.0.0.1 ( 0.0.0.0 ) is the special alias to Windows host's loopback interface, but 10.0.0.2 - at least that's case with VirtualBox based emulator engines.
MVPS.org provides a "hosts" file ready for Windows PCs, for the reason pointed out before it isn't compliant to Android emulators: You'ld have to convert it to get it working.
To make life easier I made a small tool that
1. downloads the "hosts" file
2. converts it thus it suits emulator's Android
3. deploys it to Android emulators attached
and decided to make it publicly available.
DOWNLOADS:
Default
Mirror
Please do NOT SHARE these links anywhere else.
USAGE:
• Unpack the .ZIP-file
• Run Windows command script named "AndroidEmulatorHostsUpdater.bat"
IMPORTANT NOTICE:
Only works on properly rooted emulators where USB Debugging got enabled.
FYI:
Successfully tested on BlueStacks v4.50.0.1043 installed on laptop running 64bit Windows v10.0.17134.523.
BTW: I don't no longer use Chinese emulators because I noticed these throughout track you, send your data to Chinese servers and/or advertisers. BlueStacks, an US American product, does this not!

[Tool][ADB][Android Emulators] Primitive APK Shoveler

For example you've BlueStacks, MEmu, LDplayer, Peak, etc.pp emulators on your Windows machine installed. Now you want to have apps installed on Bluestacks installed on other emulators, too, without doing this manually what is time-consuming undertaking.
So the question is:
How can I copy from the one emulator the installed 3rd-party APKs to another emulator?
The answer is quite simple:
You simply on the base emulator extract the installed 3rd-party APKs and then install
these on other emulator(s) by means of my tool provided here.
{
"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"
}
PROGRAM LOGIC:
The software's program flow ( top down approach ):
Stage 1
1. Sanity check
2. Verifying an emulator, what is the emulator to derive installed APKs from, is running
3. Enumerating installed APKs
4. Extracting installed APKs
Stage 2
1. Verifying emulators are running where APKs should get installed on
2. Installing previously extracted APK on all emulators running
DOWNLOAD:
Default
Mirror
USAGE:
• Unpack the .ZIP-file
• Run Windows command script named "PRIMITIVE-APK-SHOVELER.bat"
IMPORTANT NOTICE:
Only works on emulators where USB Debugging got enabled
and Google's "Android USB-driver for Windows" is properly installed
on your Windows machine.
SCREENSHOTS:

Categories

Resources