[GUIDE] [ChromePad] Virtual GamePad for playing Android games on Chrome OS - Chromebooks

Virtual GamePad for Chrome OS
Support for Android apps was added to Chrome Os few months ago. This provided a way for people to play Android games on their chrome books. But one of the main issue faced was, most of the Android games didn't had support for keyboard.
ChromePad solves this issue by creating a virtual gamepad that can be used on most android games.
Instructions
Your device must have developer mode enabled and should have shell access.
ChromePad will install chromebrew on your device.
Open a shell
Code:
Ctrl + Alt + T
shell
Run installation script
Code:
curl -Ls https://raw.githubusercontent.com/kishorv06/ChromePad/master/install.sh | bash
Once installation is completed, run with the following command
Code:
sudo chromepad
Source Code and Working
ChromePad uses uinput and python to capture keyboard events and simulate gamepad. So uinput module should be loaded into kernel.
Source Code
Screenshot
{
"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"
}

Any way to map mouse too
Btw thanks
---------- Post added at 03:59 PM ---------- Previous post was at 03:54 PM ----------
https://drive.google.com/file/d/189ci9sjGZQZExmXm17h_nMINclKI_yrV/view
btw this apk works good but mouse stuck on edge (only 180 rotation) Any way to fix. Same apk works with phoenix os/bliss os.

Can you make a script that wrap around mouse pointer on edge of screen it will actually solve octopus problem.
something like this for chrome https://github.com/kmcallister/taralli

Sure, i would find some solution for that.

Not fully working
Hello, i did install and started the script, but for some reasons, only the commands "w,a,s,d" are working. Do you have any idea why?
I tested on Dead Cells by the way.

Related

[Tool][Win][ICS]Razr Root

I know there is other tools out there, I was bored and decided to write up a tool that runs the root script in a GUI for windows.I just wanted something to do and this is what I came up with.
Special Thanks To:
Regaw - AndroidLib
pedrotorresfilho
kholk
miloj - Exploit binary
First things first. This program runs a commands at startup. It will verify if the device is a razr, it will verify only 1 device is plugged it. It does have minor error checking. It's mainly just to look cool. While it does root again I was bored. This really isnt anything new.
NOTE: To exit the application you click the back button. This will exit the app.
The home button will take you to this thread.
The Menu button i'm not sure what to do.
The Search button i'm not sure what to do. // Will probably set it up for donation link for the guys above.
Also I know the file size is big, lol like i said i did this while being bored its more focused on the look. It uses some extra dlls etc in order to do transparency and listbox images.
{
"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"
}
[Download Link]
Download Here
+1..
another guide..
thank for sharing...
Link is online now.
Fixed a minor bug where software would crash during restart of device.
Nice tool, thanks :good:
nice tool...
downloading..
wowww.. interactive tools for root..
downloading now..
and I will tested at ICS Asia Retail..
report ASAP..
Hi!
Why is the adb process persistent? After running this aplication we cannot delete de folder or disable the adb process in background.
--Edit--
I may have found an answer: You've used a 32bit library (MS Windows (GUI) Intel 80386 32-bit). You should add a statment in OP it's for 32bit versions of windows.
Thanks
32Bit should run fine on 64bit machines, just need to place adb-killserver on shut down and that will stop adb. I will do that today.

[Q] Using ADB with Sony Tablet S - ICS 4.0.3.r1a

Hi, i am new to the xda developers forum and i got a question about the android debugger, since i'm clueless what to do after several hours of searching :silly:
I have an Sony Tablet S with ICS version 4.0.3.r1a (not rooted) and i want to use it for app developing.
Sadly sony does not provide drivers out of the box, so i have to search for working drivers myself. I know, they provide a description of lines, you have to add to the google driver, and i have tried two different methods to get adb working, but my devices still does not show up in the adb devices list.
method 1 (automated driver installer): http://forum.xda-developers.com/showthread.php?t=1488822
method 2 (google driver modification): http://esupport.sony.com/US/p/suppo...=684a6e492d1523ff4081def0a00b48a1&info_id=878
The device seems to use the driver, since it shows up as Android Composite ADB Interface in the devmgmt, but it still does not show up in the adb devices list.
Here some Facts about my os and settings:
My PC:
OS: Win7 ultimate x64
adb-version: 1.0.29
google usb-driver version: 7.0.0.1
My Tablet:
Android-Version: ICS 4.0.3.r1a
USB-Debugging is enabled
Other sources for apps are allowed
here some pictures of my file contents & devices:
{
"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"
}
My head is smoking atm, so i hope you know more about drivers and adb as i do and maybe someone of you had the same problem and can help me, i would be really greatful.
So long,
r3bel
Finally i found a solution of my problem...
As simple as it was, i could kick myself ... the driver seems to have a problem with my usb 3.0 controller, the adb finds the device if it is plugged into a usb 2.0 port.
maybe this helps others who have the same problem
I had same problem (it was working before) and I did system restore to get it to work.
Then I could able to root my tablet.
How did you solve the usb problem?

[Beta] AWToolkit - All in one tool for Android Wear (support Mac/Windows/...)

{
"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"
}
So, this is my new project so far. I'm trying to build a tool to help all Android Wear devices with simple tasks. At the moment, this is the initial release and I'll keep it updated.
What's inside the package?
Java Application: you can run it from any platform, Windows, Mac, Linux,...
A folder called "lib" including adb,fastboot for Windows & Mac. If using Linux, you need to find your own adb and put it under "Other" folder
I'm looking forward for your feedback and suggestion. Thanks!
K thanks for this tool we want simple tool for control android touch if the touchpad is broken or damaged...
sureshsoori1 said:
K thanks for this tool we want simple tool for control android touch if the touchpad is broken or damaged...
Click to expand...
Click to collapse
Any features suggestion will be welcome I'll take more times for the next release:
Threading: not blocking main UI anymore
More fastboot & recovery functions
How about a one click unlock bootloader/root watch!? :good:
So, this is my new project so far. I'm trying to build a tool to help all Android Wear devices with simple tasks. At the moment, this is the initial release and I'll keep it updated.
What's inside the package?
Java Application: you can run it from any platform, Windows, Mac, Linux,...
A folder called "lib" including adb,fastboot for Windows & Mac. If using Linux, you need to find your own adb and put it under "Other" folder
I'm looking forward for your feedback and suggestion. Thanks![/QUOTE]
very good thank you
thank u
thank u pro......................
Hi tdiddy.2, i'm trying to enable adb over wifi on android wear. I have managed to make it work, but theres a lot of steps because you need to connect over bluetooth first. I know thats probably a way to enable adb over wifi direct over adb shell, but i dont know how to use adb shell well. Maybe you want to contribute? Thanks in advance.
Heres the link

[ROM] Black by ensarman LG L3II

Helo I was coocked a new rom forthe E425 model. I'm created it for my own use so i put a lot of effort to make it...
some features
cyclone kernel with all its features (1.4Ghz, zram, ukms, etc)
the lastest google play and GMS
init.d support
a dark theme
no boot animation
etc,etc,etc
{
"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"
}
I posted it in my personal blog, please visit it to download my rom
click here
Some advices
On the screen after you first start the phone, do not log in to google, when you get to the part to connect to wireless or 3g data, deselect both checkboxes to not connect to any, then give following will appear them warning that no startup options will be disabled but it is normal.
after initiating the phone can just to log on google, google coming into play. thereafter those options start the wizard said taxes were enabled to disable.
to make the phone works with anoter model of L3 II please install the proper cyclone kernel
Please if you found some issues in the Rom plz post it t make a new version
On my E435 wifi doesn't turns on
I had to reset
it's beacuse the cyclone kernel. the rom has the cycline kernel for the E425 but if you want install the proper kernel to make work your phone.
chose the appropriate kernel to your device and install it before leaving the recovery: http://forum.xda-developers.com/devdb/project/?id=5733#downloads
To solve the problem of wifi
1. Open the updater-script file and add these lines (with Notepad ++ on Linux or Windows)
Code:
ui_print("Fixing Wifi");
ui_print("by hugo.gabriel999");
symlink("/system/lib/modules/volans/WCN1314_rf.ko", "/system/lib/modules/wlan.ko");
symlink("/data/misc/wifi/WCN1314_qcom_cfg.ini", "/system/etc/firmware/wlan/volans/WCN1314_qcom_cfg.ini");
symlink("/data/misc/wifi/WCN1314_qcom_wlan_nv.bin", "/system/etc/firmware/wlan/volans/WCN1314_qcom_wlan_nv.bin");
2.Save
By hugo.gabriel999
---------- Post added at 08:15 PM ---------- Previous post was at 08:09 PM ----------
Change this line in build.prop
Code:
ro.setupwizard.mode=DISABLED
to
Code:
ro.setupwizard.mode=OPTIONAL
This use google original setup wizard instead of lg (sh**) setup wizard

How to root M6 Note @ Flyme 7.0.1.0G?

Hi there,
2 days ago Meizu released Flyme 7 stable version for M6 Note, Finally! though still based on 7.1.2.
{
"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"
}
Just want to know is there any method to root this device @7.0.1.0G.
Thanks!
http://forum.flymeos.com/thread-45731-1-1.html
there is a solution and is tested before releasing . join @flymeTelegram
---------- Post added at 02:59 PM ---------- Previous post was at 02:58 PM ----------
there is a solution and is tested before releasing . join @flymeTelegram
1. Go to the Play Market
2. In the search, type QuickShortcut
3. Install this application
4. Go to "EASY MODE" in Flyme settings.
5. Go to the downloaded QuickShortcut application and enter in the search Flyme
6. Expand the list and look for a line in which will be written com.meizu.root.OpenSystem
7. Make a shortcut
8. Run this shortcut (My Flyme) and rooting.
[[email protected]] said:
1. Go to the Play Market
2. In the search, type QuickShortcut
3. Install this application
4. Go to "EASY MODE" in Flyme settings.
5. Go to the downloaded QuickShortcut application and enter in the search Flyme
6. Expand the list and look for a line in which will be written com.meizu.root.OpenSystem
7. Make a shortcut
8. Run this shortcut (My Flyme) and rooting.
Click to expand...
Click to collapse
This does not work on my device Flyme 6.1.4.3g
Everything works as in the youtube video's etc. device reboots, but no root.
Is there any other way of getting it rooted.
I've tried almost every rooting app there is. Via PC and via phone.

Categories

Resources