Re: some android issues, need help

  • From: Florian-achtige <florianbeijers@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Wed, 29 Jun 2011 08:45:26 +0100

Hi,

I do not have all these .apk files you list in the batch file. I
thought maybe adb could grab m from the market but it cannot. Any idea
how to grab these? Are they available as a zipfile somewhere or
something to that extend?


Florian

2011/6/28, Ken Perry <whistler@xxxxxxxxxxxxx>:
>
>
> Sometimes adb doesn't run up when you first create an avd. As for the way to
> run up speech the following bat file installs all the accessibility packages
> just delete the ones you don't want.  The two you need are tts and talkback.
> Then you run the last two lines and you might need to reboot the avd a
> couple times .
>
> adb install -r talkback*
> adb install -r tts*
> adb install -r com*
> adb install -r shell*
> adb install -r talking*
> adb install -r kick*
> adb install -r sound*
> adb install -r config*
>
>
> adb shell sqlite3
> /data/data/com.android.providers.settings/databases/settings.db "insert into
> secure values (null, 'accessibility_enabled', '1');"
> adb shell sqlite3
> /data/data/com.android.providers.settings/databases/settings.db "insert into
> secure values (null, 'enabled_accessibility_services',
> 'com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkB
> ackService:');"
>
> -----Original Message-----
> From: programmingblind-bounce@xxxxxxxxxxxxx
> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Florian-achtige
> Sent: Tuesday, June 28, 2011 6:45 AM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: some android issues, need help
>
> Hi,
>
> Strange, i think you are a wizard. I actually tried that before
> getting the same error but when I read your suggestion and tried again
> it suddenly works. ADB install likewise. Now ...is there currently a
> way to enable it from commandline?
>
> Florian
>
> 2011/6/28, Ken Perry <whistler@xxxxxxxxxxxxx>:
>>
>> You can do
>>
>> Adb shell
>>
>> While your emulator is running and you should get a linux # command line
>> where you can do simple commands like ls to prove that your emulator is
> even
>> running.  It sounds like it is not.
>>
>> Ken
>>
>> -----Original Message-----
>> From: programmingblind-bounce@xxxxxxxxxxxxx
>> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of
> Florian-achtige
>> Sent: Tuesday, June 28, 2011 4:42 AM
>> To: programmingblind
>> Subject: some android issues, need help
>>
>> Hi,
>>
>> I thought let's play with the android SDK. I was bored so installed it
>> and grabbed some packages, probably way more then I actually need.
>> Then, I created an AVD (android virtual device) and launched it.
>> I couldn't use it yet , but I knew that beforehand . I'd read about
>> the adb command though, and that it can install packages using the
>> commandline. So I decided to make sure talkback is installed and
>> grabbed the latest off googleCode.
>> But I am running into a problem. When I issue
>> adb -e install talkback.apk
>>
>> I first get:
>> ADB: protocol fault (no status)
>>
>> And when i try again:
>> Error: device not found.
>>
>> While the emulator is at least opened. I can't tell you if it is
>> running for obvious reasons. Apparently on Linux this can be fixed by
>> running adb as root ...but what does one do on windows?
>>
>> Thanks a lot,
>> Florian
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/programmingblind
>>
>> __________
>> View the list's information and change your settings at
>> //www.freelists.org/list/programmingblind
>>
>>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: