[Q] Doubt about android Monkey test - Android Q&A, Help & Troubleshooting

Hi Guys..
I have been doing monkey test on a particular application and each time the test completes or interrupts, i am getting a like the one given below.
Events injected: 500
: Dropped: keys=0 pointers=0 trackballs=0 flips=0
## Network stats: elapsed time=4019ms (0ms mobile, 0ms wifi, 4019ms not connecte
d)
// Monkey finished
I am confused what does Dropped: keys=0 pointers=0 trackballs=0 flips=0 mean??? can any one help me??

Related

Programmers, linux and android users, can you help me!?

Hi all! I've a linux machine.
So this is its boot text:
Code:
#FIRST FOLDER:
Loading, please wait...
INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...
#SECOND FOLDER:
done.
Setting parameters of disc: (none).
Setting preliminary keymap...done.
Activating swap...done.
Checking root file system...fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 163709/15171584 files, 2893294/60671488 blocks
done.
Cleaning up ifupdown...
Loading kernel modules...done.
Setting aup networking...
Activating lvm and md swap...done.
Checking file systems...fsck from util-linux-ng 2.17.2
done.
Mounting local filesystems...done.
Activating swapfile swap...done.
Cleaning up temporary files...
Configuring network interfaces...done.
Setting kernel variables...done.
Starting portmap daemon...
Starting NFS common utilities: statd.
Cleaning up temporary files...
Setting up ALSA...done.
Setting console screen modes.
Skipping font and keymap setup (handled by console-setup).
Setting up console font and keymap...done.
Loading IPsec SA/SP database:
- /etc/ipsec-tools.conf
done.
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Starting NFS common utilities: statd.
Starting portmap daemon...Already running...
Starting enhanced syslogd: rsyslogd.
Starting deferred execution scheduler: atd.
Starting ACPI services...
Starting anmc(h)ronistic cron: anacron.
Starting system message bus: dbusUnknown username "nm-openconnect" in message bus configuration file
Starting network connection manager: NetworkManager.
Starting virtual private network daemon:.
Starting GNOME Display Manager: gdm3.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting bluetooth: bluetoothd
_
I wonder if someone can help me, translating this text like it would be and android boot... Please! Help me!
its like the post from windows

Abnormal GlEngine stop during the GPS lock

Hi Experts,
I have a following problem with glgps during the tests on the phone with MTK6577 platform with 4.0.4 ICS (Broadcom 4751 A2 as onboard GPS chip) :
When I start any navigation application I see the glgps crash with following messages in logs :
"
4:09:15.435 $651083I Write NVRAM Almanac SBAS 18
04:09:15.435 $651083I Write NVRAM Almanac SBAS 19
04:09:15.435 $651083N LTO_BAD(from Broadcast) { }
04:09:15.435 $651083N LTO_BAD(from HighResid) { }
04:09:15.436 Closed NVRAM file
04:09:15.436 $651084I GlChovyCtrl::SaveNvRamAndRtc(4979 225321 8978432, Invalid)
04:09:15.436 $651084I <GlMeasEng::SetNvmem>[snr=-1,Fail=F][bBinCtr=F/F][bBinDir=+/+]
04:09:15.437 $651085I NVRAM write complete (Clear 0x50000)
04:09:15.437 $651085I GlChovyCtrl::AsicToStandby()
04:09:15.437 $651085I PMM::me -LpEntry -sv(0>=7 -142dBm) && -pe
04:09:15.448 $651096I GlPosEng::AsicStopped()
04:09:15.448 $651096C ReloadComponents() PSF={DERATE_TIME 0x0 RECOVER_JOBS 0x0} Need={Reset 1 Restart 1} Abort 0
04:09:15.448 $651096C Abnormal GlEngine stop. Initial time estimate was bad
"
I searched anywhere but ... failed.
Have you any ideas ?
How to troubleshoot this issue ?
Is it the any misconfiguration in gpsconfig.xml or glgps daemon bug ?
I can send any diagnostics and configs
Thanks a lot for your response.
I have Just Diagnosed the Cause but not successful with any solid solution so far.
Similar problem i have with my MTK6575 smartphone (QMobile A6) , Problem is due to InCorrect calculation of Time by GlEngine when it is using NVRAM as timesource, GlEngine is neither using NTP Servers nor Cell Towers as timing source, it is only using either NVRAM time (Calculated) by default or GPS time (Download),
now if it using NVRAM as time source,
14:25:35.464 $081969I FixStatus: TimeSource 1
14:25:35.464 --GlPe_FixStatus::SetSIGMeasuement Setting utc time to 2012 (yr) 11 (mo) 25 (dt) 9 (hr) 5 (mn) 14 (sec) 565 (ms) 0 (us) 1000000 (prec)
It mostly Stops Abnormally. But on the next Startup, it resets it time to year 2007, and use GPS provided time as source.
21:56:02.218 $134952I FixStatus: TimeSource 0
21:56:02.218 --GlPe_FixStatus::SetSIGMeasuement Setting utc time to 2007 (yr) 3 (mo) 31 (dt) 23 (hr) 59 (mn) 58 (sec) 79 (ms) 0 (us) -1 (prec)
in that case it takes a little time but do not shutdown and using Supl Server it could easily locks and remain Locked but from next time it again use time stored in NVRAM as stored, which could again give similar result.
I did'nt see any configuration in GPSCONFIG.XML to use GPS satellites as default time source and ignore NVRAM stored time.
so the GlEngine (/system/bin/glgps) need modifications.
i have different GlEngines with no luck so far, if any one could understand the cause, plz Advise the Solution
Plz also see my article on XDA.
http://forum.xda-developers.com/showthread.php?p=35826094#post35826094

Queued ADB library for .Net

Hey guys,
i developed a little wrapper class for basic Android ADB in .NET ( like there are not enough).
But haven't seen one like this. It is queued for simple use and cut of from main thread.
Process outputs are stored in easy to use C# classes like DataTable,List,string...
Options are given in enumerators.
So what does this mean:
You can simply use the methods for the tasks you want and the class will store them in its queue and runs them one after another without affecting your programm.
The 'worker' communicates througth events when
Process is started
Process is completed
Process needs interaction
State of worker changes (working/idle)
In started / stopped Event you have access to process information like:
id
processtype
arguments
outputs
outputtype ( None / Boolean / Text / List / Table )
errors
start time
stop time
duration
Functions for now:
Server Start/Kill
Devices
WaitForDevice
ListDirectory
Shell
Push / Pull
Install / Uninstall
ListPackages
Reboot
Custom Commands (without interaction)
My question is what functions of adb or fastboot should i include next?
Please send me feedback and ideas.
I actually use this in a couple of projects and it just works fine.
Feel free to try.

How to take log cats to help tester on different devices version especially xxu,xcu

[size=+4]Hi guys. first of all this is not a tutorial. cuz too many tutorial was already posted here on xda about logcats i was only linking the threads here for you.[/size]
and i'm open for question regarding logcats.
V — Verbose (lowest priority)
D — Debug
I — Info (default priority)
W — Warning
E — Error
F — Fatal
S — Silent (highest priority, on which nothing is ever printed)
this link for catching logcats on adb http://forum.xda-developers.com/showthread.php?t=2141817
here http://forum.xda-developers.com/showthread.php?t=2303834 and here http://forum.xda-developers.com/showthread.php?t=1726238

Enable Bluetooth on Android VM

Hi everybody,
I have installed Android-x86 on a Virtual Box VM. I'm trying now to activate bluetooth capability on it.
I plugged-in my usb bluetooth dongle, I mounted it in my VM. Everything is ok so far.
On Android side, I can detect my dongle through the hciconfig and scan with it with hcitool.
The problem appears when I try to enable it in the graphic interface. It always shows me Bluetooth as off.
When I try to move the button on the right to activate it - nothing happens... It completely ignores my attitude.
It is also not possible to enable it through the applications: when an app asks me for an authorization to allow bluetooth, I authorize it to do so but it doesn't succeed.
The error I observe through the adb logs is as follows:
723338-01-21 11:02:23.948 1378 2327 D BluetoothManagerService: enable(com.android.systemui): mBluetooth =null mBinding = false mState = OFF
723474-01-21 11:02:23.948 1378 2327 D BluetoothManagerService: enable returning
723549-01-21 11:02:23.949 1378 1415 D BluetoothManagerService: MESSAGE_ENABLE(0): mBluetooth = null
723644:01-21 11:02:23.949 1378 1415 E BluetoothManagerService: Fail to bind to: Intent { act=android.bluetooth.IBluetooth }
But it doesn't help me much...
Please, if you have any idea how to solve this issue or progress in locating the problem, it would be great.
Thanks in advance for your time!

Categories

Resources