You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
1Perfect. It worked like a charm. I found the browser in another virtual device using the Android 3.1 Target: 1- Started the Android 3.1 device 2- Extracted the Browser.apk (adb pull /system/app/Browser.apk) 3- Shutted down the Android 3.1 device 4- Started the Google TV device 5- Installed the Browser.apk (adb install /system/app/Browser.apk) 6- Started to play Txs– user1057453Commented Nov 23, 2011 at 12:43
-
Thanks for these instructions. Minor tweak is that step 5 should be: 'adb install Browser.apk'– byeoCommented Jan 6, 2012 at 22:08
-
Hi, where should I type in these commands? From the Linux terminal? Do I need to navigate to a certain folder?– MelCommented Mar 6, 2012 at 10:37
-
1Keep mind, while this is a great tip that will allow the emulator to handle a VIEW intent to an HTTP URI (as the OP requested) the Browser app is NOT the same as the Chrome that comes on GTV. If you're doing other web stuff you might get different results.– Charlie CollinsCommented Mar 19, 2012 at 18:51
-
1If someone is wonder what is device_id, can find from the command "adb devices" , it will show yuour the deviuce_id of the connected device.– shabyCommented Sep 22, 2020 at 10:07
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_`
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you