how ti install andriod market apps on pc - Galaxy Y GT-S5360 General

i want to install some market .apk apps on my pc

this is IMPOSSIBLE.
The apps might have a special version that is available for pc

Its possible via BlueStacks App Player ...check out
www.bluestacks.com.

[email protected] said:
this is IMPOSSIBLE.
The apps might have a special version that is available for pc
Click to expand...
Click to collapse
nope...you could use youwave (an android emulator on PC) or use emulator from android-sdk to run the application. to install it on your emulator you may use command "adb install <package name>". you may also install an *apk files to your SGY from any pc by using same command. but make sure you've installed SGY's driver and adb program.

I've tried emulators before but they ran too slowly for me and honestly just too complicated to setup. Tried BlueStacks just now and it's working fine. I can't seem to sync my games though. I took screenshots of it running the xda app.
Larger screenshot:
http://i43.tinypic.com/11ch1zb.png

Related

[Q] Modified Flash APK

I'm trying to install the modified flash player to get Hulu working. The uninstall options are grayed out via the phones application manager. I don't have root explorer or a similar app to uninstall the current version so I was hoping to use the Terminal Emulator I have installed.
can somebody provide the ADB commands to uninstall the Flash Player using the Terminal Emulator app i have on my phone?
thanks in advance.
ront75 said:
I'm trying to install the modified flash player to get Hulu working. The uninstall options are grayed out via the phones application manager. I don't have root explorer or a similar app to uninstall the current version so I was hoping to use the Terminal Emulator I have installed.
can somebody provide the ADB commands to uninstall the Flash Player using the Terminal Emulator app i have on my phone?
thanks in advance.
Click to expand...
Click to collapse
i was having a problem also until i uninstall it using titanium backup. than rebooted the phone than install the fixed flash for hulu to work. Give it a try

Installed Android SDK, wont work!

Can anyone help? Ive installed the SDK, ive installed the Java stuff, but when I try to open the SDK Manager it opens and closes instantly. I try running through command line and nothing happens.
Am I missing something? On 32 bit windows XP
Assuming you have admin rights on the machine...
Have you tried installing to a different location - like the root of C:
When you d/l the files, did you click properties, and in the bottom of the pane, did it indicate the files were blocked and did you unblock them?
Have you tried uninstalling the current, d/l them again and reinstalling?
Not sure how much this will help, but when I tried running SDK I ended up finding out after doing lots of research, getting some help and everything that it wasn't working properly because I downloaded the wrong version for my PC. Be sure you downloaded the correct SDK for your PC because that will play a big role in the program running correctly.
Re: Installed Android SDK, wont work!
If you used the exe then you need to run your advanced commands from "platform-tools" not the normal "tools" folder. You will see adb files in the currect folder.
/programfiles/android-adk-windows/platform-tools
It will me something like that
I'm not at the point where I can run advanced commands, I can't get the application to open AT ALL so I can't even download any versions of the Android OS etc.
DroidHam said:
but when I try to open the SDK Manager it opens and closes instantly.
Click to expand...
Click to collapse
...be more specific.
when you try to open the SDK manager, I assume you mean in Eclipse?
are you following these directions?
http://developer.android.com/sdk/installing.html
Im not using Eclipse, I just want to open the Android Emulator. I had done this before in windows without much hassle but now I cant get it to open
DroidHam said:
Im not using Eclipse, I just want to open the Android Emulator. I had done this before in windows without much hassle but now I cant get it to open
Click to expand...
Click to collapse
well you have to use eclipse to create an AVD (android virtual device).
Just follow the directions On the link I gave you. once you got eclipse all set up.
[[ this is the eclipse i'm running 3.6.1 classic: http://www.eclipse.org/downloads/do....6.1-201009090800/eclipse-SDK-3.6.1-win32.zip ]]
Click on WINDOW->Android SDK and AVD Manager.
Create a New AVD. Give it a name (something simple, short, all lowercase is best. I named the latest one gingerbread) and select the target (api version)
set an SD card, resolution, etc...etc....
once its created, you have to launch emulator from a command prompt and the AVD switch to specify an android virtual device.
in dos, navigate to the SDK\tools directory, and run
emulator -avd gingerbread
or whatever you named your avd. got it?
ill give it a shot, thanks

Install apps and run apps via computer

Is there anyway install apps and run apps via computer??
or flash the recovery via the computer??
you can install apps with android market website which remotely installs them. There is some software that lets you view your phones screen on your pc but I cant remember the name, maybe that will help you.
And if you mean clockwork recovery then no, but if your meaning can you recover your phone to its original condition via the pc then yes you can using RSD lite
Newangel_Ho said:
Is there anyway install apps and run apps via computer??
or flash the recovery via the computer??
Click to expand...
Click to collapse
You can install an app you have the apk.
To install, enable USB Debuging on the phone and open a Windows prompt and type:
Code:
adb install yourfile.apk
To open an app (actually you can open an activity). Just type:
Code:
adb shell am start -n com.mypackage.myapp/com.mypackage.myapp.myview.MYACTIVITY
To find out the activities, open see the logcat.

Benefits of rooting? Help on Windows 8 x64

Are there any real benefits for rooting the Ouya?
I've looked endlessly for the google driver so that the Ouya Toolbox can recognize my console and I can't find it anywhere.
Can anybody post the file so I can manually add it? When I download the SDK from Android, there's nothing like the folders where the driver should be... and its nowhere to be found.
Theoretically once I have the driver I should be able to root it, right?
Thanks!
robguerra said:
Are there any real benefits for rooting the Ouya?
I've looked endlessly for the google driver so that the Ouya Toolbox can recognize my console and I can't find it anywhere.
Can anybody post the file so I can manually add it? When I download the SDK from Android, there's nothing like the folders where the driver should be... and its nowhere to be found.
Theoretically once I have the driver I should be able to root it, right?
Thanks!
Click to expand...
Click to collapse
Shure there are, like being able to
install Google Play Store
install Custom Roms
install CWM recovery
backup your system
use CIFS to mount network storage (if your kernel supports it)
use USB Drives for additional app storage
etc.
Basically, without root the Ouya would be rather useless for me.
Regarding the driver: I use adb via Linux, but if I'm not mistaken, you have to download the drivers from within the SDK.
The tuts in the dev section spell out what needs to be installed within the SDK. You can also use Samsung adb drivers from KIES.
Sent from my GT-P3113 using Tapatalk 4 Beta
Just do the one-click method from here:
http://forum.xda-developers.com/showthread.php?t=2295645
Then install the StockPlus ROM that includes Google Play, etc from here:
http://forum.xda-developers.com/showthread.php?t=2347214
Very easy to do so, no need to actually set up the SDK. Just need a USB keyboard and about 5 minutes. Only part that requires any type of work is after installing CWM is pushing the ROM to /sdcard/ on the Ouya, then adb reboot bootloader and do the rest. Very easy. In Windows 8 64-bit you'll need to disable driver signature enforcement, just Google it only take a minute or two.

Complete Linux Installer

What I have tested so far:
1) Cannot install chrome using traditional apt-get command as it will not let me load the repository. Getting a GPG error.
2) Cannot install chrome using .deb file because I can't even force architecture to allow it to run since i'm on armhf.
3) Can't install wine ppa/wine to emulate windows chrome to allow extension to be installed.
Are there any users so far that have been able to install chrome browser stable on any linnux distro for the N7 v2? Any tips for doing so?

Categories

Resources