I see engadget is reporting a leaked version of Skype with video for thunderbolt
http://m.engadget.com/default/artic...olt-celebrations/&category=classic&postPage=1
I wondered if anyone could get it working on our EVO. I have CM7 and it would not install for me
Sent from my CM7 final.
Yeah I tried too but didn't work. Dang :-/
Doesn't install on stock either
This would be pretty awesome.
Sent from my PC36100 using XDA App
Yeah its true phandroids reporting the same thing
Sent from my PC36100 using XDA App
I have it on my TB... super win
That would be cool if it was working on the EVo
I am sure a few devs here will figure it out soon. TB is running 2.2, like our EVO's, so it's just a matter of time.
Once this apk starts getting modded to run on different phones, it's really going to explode. I hope Skype is ready for this... I foresee an iPhone/AT&T network debacle in the making.
khov07 said:
I am sure a few devs here will figure it out soon. TB is running 2.2, like our EVO's, so it's just a matter of time.
Once this apk starts getting modded to run on different phones, it's really going to explode. I hope Skype is ready for this... I foresee an iPhone/AT&T network debacle in the making.
Click to expand...
Click to collapse
All theyll do is start blocking it like they did when fring was using it.
Here's an APK that was updated to remove the check for "VerizonPlatform" and "VerizonMerlin" condition check. I also had to remove the line
Code:
<uses-library android:name="com.htc.device" />
from the AndroidManifest.xml just to get the APK to install.
It will get to the sign-in page, but the SkypeService fails...
Code:
I/com.skype.merlin_mecha.service.a(17177): system board:supersonic bootloader:2.10.0001 brand:sprint product:htc_supersonic model:PC36100 manufacturer:HTC device:supersonic display:3.70.651.1 fingerprint:sprint/htc_supersonic/supersonic/supersonic:2.2/FRF91/294884:user/release-keys host:AA109 user:root radio:2.15.00.09.01 tags:release-keys type:user
I/global (17177): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
D/dalvikvm(17177): GC_FOR_MALLOC freed 5340 objects / 712528 bytes in 124ms
I/LSState (12428): EventReceiver:android.intent.action.NOTIFICATION_UPDATE
I/StartSkypeKitOperation(17177): REMOVE THIS ONCE VERIFIED: appToken = KdXVSo6qB9
I/dalvikvm(17177): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm(15756): GC_EXPLICIT freed 3901 objects / 412584 bytes in 100ms
I/ActivityManager(12428): Process com.skype.merlin_mecha (pid 17177) has died.
W/ActivityManager(12428): Scheduling restart of crashed service com.skype.merlin_mecha/.service.SkypeServiceController in 5000ms
I don't have any more time tonight to work on this, maybe someone else can look into why the service is failing.
Link to APK file... [warning: this is for devs, this is not functional yet]
http://db.tt/umgHYVq
-Daryel
daryelv said:
Here's an APK that was updated to remove the check for "VerizonPlatform" and "VerizonMerlin" condition check. I also had to remove the line
Code:
<uses-library android:name="com.htc.device" />
from the AndroidManifest.xml just to get the APK to install.
It will get to the sign-in page, but the SkypeService fails...
Code:
I/com.skype.merlin_mecha.service.a(17177): system board:supersonic bootloader:2.10.0001 brand:sprint product:htc_supersonic model:PC36100 manufacturer:HTC device:supersonic display:3.70.651.1 fingerprint:sprint/htc_supersonic/supersonic/supersonic:2.2/FRF91/294884:user/release-keys host:AA109 user:root radio:2.15.00.09.01 tags:release-keys type:user
I/global (17177): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
D/dalvikvm(17177): GC_FOR_MALLOC freed 5340 objects / 712528 bytes in 124ms
I/LSState (12428): EventReceiver:android.intent.action.NOTIFICATION_UPDATE
I/StartSkypeKitOperation(17177): REMOVE THIS ONCE VERIFIED: appToken = KdXVSo6qB9
I/dalvikvm(17177): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm(15756): GC_EXPLICIT freed 3901 objects / 412584 bytes in 100ms
I/ActivityManager(12428): Process com.skype.merlin_mecha (pid 17177) has died.
W/ActivityManager(12428): Scheduling restart of crashed service com.skype.merlin_mecha/.service.SkypeServiceController in 5000ms
I don't have any more time tonight to work on this, maybe someone else can look into why the service is failing.
Link to APK file... [warning: this is for devs, this is not functional yet]
http://db.tt/umgHYVq
-Daryel
Click to expand...
Click to collapse
Nice Work! Good start on what I am sure will be something a dev would be interested in phucking with.
daryelv said:
Here's an APK that was updated to remove the check for "VerizonPlatform" and "VerizonMerlin" condition check. I also had to remove the line
Code:
<uses-library android:name="com.htc.device" />
from the AndroidManifest.xml just to get the APK to install.
It will get to the sign-in page, but the SkypeService fails...
Code:
I/com.skype.merlin_mecha.service.a(17177): system board:supersonic bootloader:2.10.0001 brand:sprint product:htc_supersonic model:PC36100 manufacturer:HTC device:supersonic display:3.70.651.1 fingerprint:sprint/htc_supersonic/supersonic/supersonic:2.2/FRF91/294884:user/release-keys host:AA109 user:root radio:2.15.00.09.01 tags:release-keys type:user
I/global (17177): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
D/dalvikvm(17177): GC_FOR_MALLOC freed 5340 objects / 712528 bytes in 124ms
I/LSState (12428): EventReceiver:android.intent.action.NOTIFICATION_UPDATE
I/StartSkypeKitOperation(17177): REMOVE THIS ONCE VERIFIED: appToken = KdXVSo6qB9
I/dalvikvm(17177): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm(15756): GC_EXPLICIT freed 3901 objects / 412584 bytes in 100ms
I/ActivityManager(12428): Process com.skype.merlin_mecha (pid 17177) has died.
W/ActivityManager(12428): Scheduling restart of crashed service com.skype.merlin_mecha/.service.SkypeServiceController in 5000ms
I don't have any more time tonight to work on this, maybe someone else can look into why the service is failing.
Link to APK file... [warning: this is for devs, this is not functional yet]
http://db.tt/umgHYVq
-Daryel
Click to expand...
Click to collapse
from the code it looks like the skype apk sees that its runnin on the supersonic, and then at the end com.skype.merlin_mecha dies. i know the htc mecha is the incredible HD (thunderbolt) so when the sign in is authenticating it crashes because it doesnt match. i dont know how to spoof the device name, but i know the devs will figure it out
http://forum.xda-developers.com/showthread.php?t=1031944
Hope that the Skype team has it running for EVO's real soon.
Sent from my PC36100 using XDA Premium App
the admins should make a sticky of this and its progress..so many questions and threads..
can't wait to see this in action!
Come on guys there no developer who can unlock that fcking app?????????//
brownhornet said:
I have it on my TB... super win
Click to expand...
Click to collapse
You have a evo and tb?
Sent from my PC36100 using XDA App
daryelv said:
Here's an APK that was updated to remove the check for "VerizonPlatform" and "VerizonMerlin" condition check. I also had to remove the line
Code:
<uses-library android:name="com.htc.device" />
from the AndroidManifest.xml just to get the APK to install.
It will get to the sign-in page, but the SkypeService fails...
Code:
I/com.skype.merlin_mecha.service.a(17177): system board:supersonic bootloader:2.10.0001 brand:sprint product:htc_supersonic model:PC36100 manufacturer:HTC device:supersonic display:3.70.651.1 fingerprint:sprint/htc_supersonic/supersonic/supersonic:2.2/FRF91/294884:user/release-keys host:AA109 user:root radio:2.15.00.09.01 tags:release-keys type:user
I/global (17177): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
D/dalvikvm(17177): GC_FOR_MALLOC freed 5340 objects / 712528 bytes in 124ms
I/LSState (12428): EventReceiver:android.intent.action.NOTIFICATION_UPDATE
I/StartSkypeKitOperation(17177): REMOVE THIS ONCE VERIFIED: appToken = KdXVSo6qB9
I/dalvikvm(17177): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm(15756): GC_EXPLICIT freed 3901 objects / 412584 bytes in 100ms
I/ActivityManager(12428): Process com.skype.merlin_mecha (pid 17177) has died.
W/ActivityManager(12428): Scheduling restart of crashed service com.skype.merlin_mecha/.service.SkypeServiceController in 5000ms
I don't have any more time tonight to work on this, maybe someone else can look into why the service is failing.
Link to APK file... [warning: this is for devs, this is not functional yet]
http://db.tt/umgHYVq
-Daryel
Click to expand...
Click to collapse
shiiii.. Thank you for getting us this far..... im not a dev, but a flashaholic tried to instal on MYN TWOpointTWO RLS 5 MYN Z & Koni's ES III ... I can't wait...lol
Related
Is it possible to emulate an android ROM on a computer?
If you grab the SDK, you can run any version of Android in the emulator. If you want to run an actual ROM you will need to create an image of /system (as system.img) and replace that with those in the SDK folder.
thanks alot! that helped me alot
and yes, i want to run an actual ROM. what filesystem does it have to be?
was thinking about something like...
(cd PATH)
dd if=/dev/zero of=system bs=1024 count=#KB_needed
losetup /dev/loop0 system
mkfs -f FS /dev/loop0
(mkdir /mnt/system)
mount /dev/loop0 /mnt/system/
cp -a system /mnt/system/
umount /mnt/system/
losetup -d /dev/loop0
do you know any good tools for this exept for dd?
Never tried so I honestly don't know, you sound like you know a lot more than me about creating/mounting images than me, so it's probably best to use your judement. The easiest way is just to make a nadroid back backup, flash the ROM you want to test, nadroid that and grab system.img, revert to your old nandroid backup. It's tedious, and it doesn't help if you want to test a ROM before flashing, but that's the only method I've heard people use.
okay. thanks
HTC Sense UI system.img
Does anybody know where I can download a system.img for a HTC with Sense UI (Hero for example)? I have been looking for ages with no luck.
My app is not working on a customers Hero and I am trying to find a Hero system.img to run in the emulator so I can work out why it fails on this phone.
I dont own a Hero, so am unable to extract my own system.img.
You can get HTC official ROMs here:
http://forum.xda-developers.com/showthread.php?t=559622
if you've got a windows computer you probably could extract the content of this exe file and then try to follow my previous instructions to make the system.img.
And if you don't have an unix/linux box.. You could send the content of the exe file to me, if you are able to extract the data in it. (I'm in China with a netbook atm and not able to extract the exe file with my limited tools). Then I could try to make you a system.img
I tried that, but without an HTC phone connected to the PC USB the exe wont extract.
I take that back. I found the files in my temp folder. I have extracted ROM.zip including the system.img into the avd folder, but the emulator is failing to bring it up.
could you upload that zip file here or on rapidshare? then i could have a look at it
Here is the rom.zip file from RUU_Hero_HTC_WWE_2.73.405.38_WWE_release_signed_NoDriver.exe:
rom.zip
Other people must be doing this kindof thing to test their apps?
Here is the logcat. It looks like the sytem process is starting to come up, then fails. This repeats over and over.
12-16 18:34:20.945: INFO/SystemServer(113): Starting telephony registry
12-16 18:34:20.975: INFO/SystemServer(113): Starting Package Manager.
12-16 18:34:21.056: INFO/Installer(113): connecting...
12-16 18:34:21.075: INFO/installd(33): new connection
12-16 18:34:21.205: INFO/PackageManager(113): Got library com.google.android.maps in /system/framework/com.google.android.maps.jar
12-16 18:34:21.225: INFO/PackageManager(113): Got library com.google.android.gtalkservice in /system/framework/com.google.android.gtalkservice.jar
12-16 18:34:21.265: INFO/PackageManager(113): Got library com.htc.framework in /system/framework/com.htc.framework.jar
12-16 18:34:21.515: INFO/PackageManager(113): Got library android.awt in /system/framework/android.awt.jar
12-16 18:34:21.535: INFO/PackageManager(113): Got library android.test.runner in /system/framework/android.test.runner.jar
12-16 18:34:21.535: INFO/PackageManager(113): Got library com.android.im.plugin in /system/framework/com.android.im.plugin.jar
12-16 18:34:21.545: INFO/PackageManager(113): Got library com.htc.android.pimlib in /system/framework/com.htc.android.pimlib.jar
12-16 18:34:21.565: INFO/PackageManager(113): Got library com.htc.android.easopen in /system/framework/com.htc.android.easopen.jar
12-16 18:34:21.565: INFO/PackageManager(113): Got library com.scalado.util.ScaladoUtil in /system/framework/com.scalado.util.ScaladoUtil.jar
12-16 18:34:22.596: DEBUG/dalvikvm(113): GC freed 4273 objects / 216216 bytes in 302ms
12-16 18:34:23.476: ERROR/PackageManager(113): Adding duplicate shared user, keeping first: android.uid.shared
12-16 18:34:23.526: ERROR/PackageManager(113): Occurred while parsing settings at line -1, column -1
12-16 18:34:23.546: ERROR/PackageManager(113): Adding duplicate shared user, keeping first: com.htc.rosie.uid.shared
12-16 18:34:23.596: ERROR/PackageManager(113): Occurred while parsing settings at line -1, column -1
12-16 18:34:23.746: ERROR/PackageManager(113): Bad package setting: package com.android.providers.contacts has shared uid 10008 that is not defined
12-16 18:34:23.746: ERROR/PackageManager(113): Bad package setting: package com.android.launcher has shared uid 10008 that is not defined
12-16 18:34:23.756: ERROR/PackageManager(113): Bad package setting: package com.android.googlesearch has shared uid 10008 that is not defined
12-16 18:34:23.766: ERROR/PackageManager(113): Bad package setting: package com.android.inputmethod.latin has shared uid 10008 that is not defined
12-16 18:34:23.786: ERROR/PackageManager(113): Bad package setting: package com.htc.MusicWidget has shared uid 10047 that is not defined
12-16 18:34:23.816: ERROR/PackageManager(113): Bad package setting: package com.android.contacts has shared uid 10008 that is not defined
12-16 18:34:23.836: ERROR/PackageManager(113): Bad package setting: package com.android.providers.userdictionary has shared uid 10008 that is not defined
12-16 18:34:23.846: ERROR/PackageManager(113): Bad package setting: package com.android.providers.im has shared uid 10008 that is not defined
12-16 18:34:23.896: INFO/dalvikvm(113): DexOpt: Some deps went away
12-16 18:34:23.926: ERROR/dalvikvm(113): /system/framework/com.scalado.util.ScaladoUtil.jar odex has stale dependencies
12-16 18:34:23.926: ERROR/dalvikvm(113): odex source not available -- failing
12-16 18:34:23.926: WARN/dalvikvm(113): threadid=15: thread exiting with uncaught exception (group=0x40013140)
12-16 18:34:23.936: ERROR/AndroidRuntime(113): Uncaught handler: thread android.server.ServerThread exiting due to uncaught exception
12-16 18:34:23.956: ERROR/AndroidRuntime(113): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
12-16 18:34:23.966: ERROR/AndroidRuntime(113): dalvik.system.StaleDexCacheError: /system/framework/com.scalado.util.ScaladoUtil.jar
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at dalvik.system.DexFile.isDexOptNeeded(Native Method)
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:419)
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at com.android.server.PackageManagerService.main(PackageManagerService.java:261)
12-16 18:34:23.966: ERROR/AndroidRuntime(113): at com.android.server.ServerThread.run(SystemServer.java:126)
12-16 18:34:24.006: ERROR/AndroidRuntime(113): Crash logging skipped, no checkin service
12-16 18:34:24.006: ERROR/AndroidRuntime(113): Crash logging skipped, no htc checkin service
12-16 18:34:24.036: INFO/Process(113): Sending signal. PID: 113 SIG: 9
12-16 18:34:24.066: INFO/Zygote(102): Exit zygote because system server (113) has terminated
12-16 18:34:24.086: INFO/ServiceManager(26): service 'usagestats' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'SurfaceFlinger' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'power' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'batteryinfo' died
12-16 18:34:24.086: INFO/ServiceManager(26): service 'telephony.registry' died
12-16 18:34:24.106: ERROR/installd(33): eof
12-16 18:34:24.106: ERROR/installd(33): failed to read size
12-16 18:34:24.106: INFO/installd(33): closing connection
12-16 18:34:24.146: INFO/ServiceManager(26): service 'media.audio_flinger' died
12-16 18:34:24.146: INFO/ServiceManager(26): service 'media.player' died
12-16 18:34:24.146: INFO/ServiceManager(26): service 'media.camera' died
12-16 18:34:25.096: DEBUG/AndroidRuntime(130): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
12-16 18:34:25.116: DEBUG/AndroidRuntime(130): CheckJNI is ON
12-16 18:34:25.686: DEBUG/AndroidRuntime(130): --- registering native functions ---
12-16 18:34:25.956: INFO/(129): ServiceManager: 0xac38
12-16 18:34:25.956: DEBUG/AudioHardwareInterface(129): Running in emulation - using generic audio driver
12-16 18:34:25.956: INFO/AudioFlinger(129): Create BTIPSA2dpInterface
12-16 18:34:25.966: DEBUG/BTIPSA2dpInterface(129): BTIPSA2dpInterface 1.0.0.0.
12-16 18:34:25.966: DEBUG/BTIPSA2dpInterface(129): BTIPSA2dpInterface:penOutputStream 1, 0, 0
12-16 18:34:25.966: INFO/(129): Creating ashmem region names /data/btips/btips_mm_shm size 20480
12-16 18:34:25.966: INFO/AudioFlinger(129): AudioFlinger's thread ready to run for output 0
12-16 18:34:25.986: DEBUG/BTIPSA2dpInterface(129): BTIPSA2dpStreamOut::set 1, 0, 0
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setRouting 0 2 -1, tid 129, calling tid 129
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setRouting 1 2 -1, tid 129, calling tid 129
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setRouting 2 1 -1, tid 129, calling tid 129
12-16 18:34:25.986: DEBUG/AudioFlinger(129): setMode to mode 0
12-16 18:34:25.996: INFO/AudioFlinger(129): AudioFlinger's thread ready to run for output 1
12-16 18:34:26.006: INFO/CameraService(129): CameraService started: pid=129
12-16 18:34:26.086: DEBUG/(130): ======================== register_android_graphics_Canvas, g_haveProfilerFile=0
12-16 18:34:26.476: INFO/Zygote(130): Preloading classes...
12-16 18:34:26.486: DEBUG/dalvikvm(130): GC freed 786 objects / 43096 bytes in 9ms
12-16 18:34:26.746: DEBUG/dalvikvm(130): GC freed 275 objects / 17264 bytes in 6ms
12-16 18:34:26.956: DEBUG/dalvikvm(130): GC freed 200 objects / 12200 bytes in 8ms
12-16 18:34:27.096: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.346: DEBUG/dalvikvm(130): Added shared lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.356: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.356: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.366: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.366: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.386: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.386: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.396: DEBUG/dalvikvm(130): Trying to load lib /system/lib/libmedia_jni.so 0x0
12-16 18:34:27.396: DEBUG/dalvikvm(130): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
12-16 18:34:27.426: DEBUG/dalvikvm(130): GC freed 467 objects / 29272 bytes in 10ms
Click to expand...
Click to collapse
Anybody?
Someone must have emulated HTC Touch / Sense UI?!
Okay... After unzipping and manipulating a 2.1 ROM to my liking; I have now resigned it...
Can someone please explain to me how I would go about testing it with the Android SDK Emulator?
I have already created a 2.1 AVD and the emulator loads to the "ANDROID" screen...
What must I do to test out this newly packaged ROM file?
Did any one tried Vplayer ( http://www.appbrain.com/app/vplayer-alpha/me.abitno.vplayer ) on cyanogen mod... When i try to install .. after accepting the permission it says installation failed ..
This is the LOG that i got
Code:
10-16 17:57:07.470: INFO/ActivityManager(743): Start proc com.android.packageinstaller for activity com.android.packageinstaller/.PackageInstallerActivity: pid=14692 uid=10034 gids={}
10-16 17:57:07.610: DEBUG/dalvikvm(736): GC_EXPLICIT freed 268 objects / 10160 bytes in 149ms
10-16 17:57:07.730: WARN/PackageParser(14692): No actions in intent filter at /sdcard/download/VPlayer-0.7.7a1.apk Binary XML file line #22
10-16 17:57:07.750: WARN/PackageParser(14692): No actions in intent filter at /sdcard/download/VPlayer-0.7.7a1.apk Binary XML file line #43
10-16 17:57:07.810: DEBUG/dalvikvm(736): GC_EXPLICIT freed 42 objects / 1808 bytes in 160ms
10-16 17:57:07.930: DEBUG/dalvikvm(736): GC_EXPLICIT freed 2 objects / 48 bytes in 110ms
10-16 17:57:08.020: INFO/ActivityManager(743): Displayed activity com.android.packageinstaller/.PackageInstallerActivity: 568 ms (total 568 ms)
10-16 17:57:11.220: INFO/ActivityManager(743): Starting activity: Intent { dat=file:///sdcard/download/VPlayer-0.7.7a1.apk cmp=com.android.packageinstaller/.InstallAppProgress (has extras) }
10-16 17:57:11.360: INFO/ActivityManager(743): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=14699 uid=10018 gids={1015, 2001}
10-16 17:57:11.640: INFO/ActivityManager(743): Displayed activity com.android.packageinstaller/.InstallAppProgress: 376 ms (total 376 ms)
10-16 17:57:11.730: DEBUG/dalvikvm(14699): GC_EXPLICIT freed 609 objects / 49520 bytes in 113ms
10-16 17:57:16.770: DEBUG/dalvikvm(10446): GC_EXPLICIT freed 127 objects / 5536 bytes in 126ms
10-16 17:57:17.780: INFO/ActivityManager(743): No longer want com.agilesoftresource (pid 13959): hidden #16
10-16 17:57:17.800: DEBUG/PackageParser(743): Scanning package: /data/app/vmdl22181.tmp
10-16 17:57:17.800: WARN/PackageParser(743): No actions in intent filter at /data/app/vmdl22181.tmp Binary XML file line #22
10-16 17:57:17.810: WARN/PackageParser(743): No actions in intent filter at /data/app/vmdl22181.tmp Binary XML file line #43
10-16 17:57:18.690: DEBUG/PackageManager(743): Scanning package me.abitno.vplayer
10-16 17:57:18.700: INFO/PackageManager(743): /data/app/me.abitno.vplayer-1.apk changed; unpacking
10-16 17:57:18.700: ERROR/PackageManager(743): Package me.abitno.vplayer has mismatched uid: 10165 on disk, 10169 in settings
10-16 17:57:18.730: WARN/PackageManager(743): Native ABI mismatch from package file
10-16 17:57:18.730: WARN/PackageManager(743): Package couldn't be installed in /data/app/me.abitno.vplayer-1.apk
Please help ...
It's an alpha release. Don't expect it to work flawlessly.
Sent from my HTC Legend using XDA App
ananthm2k5 said:
It's an alpha release. Don't expect it to work flawlessly.
Sent from my HTC Legend using XDA App
Click to expand...
Click to collapse
But its not even allowing to install ... What can be the problem then .. please see the log there .. it says something about userid ... i am confused ..
http://forum.xda-developers.com/showpost.php?p=8632971&postcount=32
Legend not supported yet
I can't get it to install either on MyTouch Slide. I'm also running CM6. The app doesnt show up in the market for me either.
evilgold said:
I can't get it to install either on MyTouch Slide. I'm also running CM6. The app doesnt show up in the market for me either.
Click to expand...
Click to collapse
Author says that you need a CPU which has neon support ( http://www.arm.com/products/processors/technologies/neon.php )
If I understant that correctly, armv6 (hero, legend etc) doesn't have it.
I think that you need: snapdragon (armv7), cortex A8 (armv7?) or TI OMAP cpu...
EDIT: mytouch slide has the "600 Mhz Qualcomm MSM7227 processor" (same as legend's) which is armv6, so no support yet for your phone too
I was working on an app and after I uploaded a *.ttf to the assets folder I went to run my app in the android emulator. It uploaded okay but during installation I got
[2011-08-03 14:36:37 - katastroapp] Installing katastroapp.apk...
[2011-08-03 14:36:40 - katastroapp] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
[2011-08-03 14:36:40 - katastroapp] Please check logcat output for more details.
[2011-08-03 14:36:41 - katastroapp] Launch canceled!
Here is my logcat
08-03 21:34:12.316: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
08-03 21:36:37.893: DEBUG/AndroidRuntime(395): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
08-03 21:36:37.893: DEBUG/AndroidRuntime(395): CheckJNI is ON
08-03 21:36:38.183: DEBUG/AndroidRuntime(395): --- registering native functions ---
08-03 21:36:39.613: DEBUG/dalvikvm(247): GC_EXPLICIT freed 158 objects / 7584 bytes in 80ms
08-03 21:36:39.793: DEBUG/dalvikvm(59): GC_EXPLICIT freed 1624 objects / 73120 bytes in 145ms
08-03 21:36:39.904: DEBUG/AndroidRuntime(395): Shutting down VM
08-03 21:36:39.904: DEBUG/dalvikvm(395): Debugger has detached; object registry had 1 entries
08-03 21:36:39.943: INFO/AndroidRuntime(395): NOTE: attach of thread 'Binder Thread #3' failed
08-03 21:39:12.383: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address family not supported by protocol
If anyone knows whats up with that I would be greatly helped.
I figured it out, I just didnt give my emulator enough memory. stupid easy fix.
Hi,
I've installed "[ROM][ICS] |March 19| Energy ICS CM9" http://forum.xda-developers.com/showthread.php?t=1528024
Everything works perfect, except Google Pay Store, which gives "Server error".
I tried:
- Clear data
- Force Stop and run
- Reboot device
- Install gapps (http://goo-inside.me/gapps/gapps-ics-20120224-signed.zip)
- Reinstall ROM
Still "Server error". While all other applications work perfectly.
"Google Play Store" app version: 3.4.7
Android version: 4.0.3
Can anyone help me?
Thanks
PS: I've tried to post in Energy ROM's thread, but seems like it is closed for noobs like me.
And yes, I searched for this issue and found handful of similar questions, but in other device's forums and without any answers.
EDIT: After some struggle I found out that Google Play Store does not work on any ROM. Please read my posts below.
--
Now I installed "[ROM] MIUI.US 2.1.20" (http://forum.xda-developers.com/showthread.php?t=1424434)
Here Android version is 2.3.7
But it has the same problem(!): "Server error" when starting Google Play Store.
"Market" app version: 3.3.11
I begin to doubt that Google really had problems with their app-store
But, of course not. Web site works.
And "Play Store" app on my phone (HTC Wildfire with CM7) works.
App version: 3.4.7
Android version: 2.3.3
Gone back to my last ROM: "[ROM] CM7 Barebones" (http://forum.xda-developers.com/showthread.php?t=1475054)
Just restored from backup.
"Play Store" works (as it worked before):
App version: 3.4.7
Android version: 2.3.4
Completely confused. Don't have any idea what is happening.
Is there any log that I can look at?
--
Play Store cant connect for me either. I liked market the way it was...
Play store is running fine on my Kindle Fire using ICS. Try to delete your account for Play Store and create a new one.
Sent from my Amazon Kindle Fire using Tapatalk
Tried two more ROMs "MIUI.us 4.0.3 ALPHA" (http://forum.xda-developers.com/showthread.php?t=1488930) and "AOKP ALPHA2" (http://forum.xda-developers.com/showthread.php?t=1528755).
Both are ICS.
And both had the same problem "Server error" !
(AOKP does not include Google Apps, so I installed gapps manually)
--
ammubarak said:
Play store is running fine on my Kindle Fire using ICS. Try to delete your account for Play Store and create a new one.
Sent from my Amazon Kindle Fire using Tapatalk
Click to expand...
Click to collapse
Hi,
What ROM are you using? What version of Google Play Store do you have?
I tried removing account from "Accounts and sync" in settings and registering it again.
I tried registering another existing account.
I tried creating new Google account (although it is not really an option, cause I cant change my Google account for this).
All with no success! But Gmail app worked fine with all this accounts.
--
Now I'm going to install fresh "CM7 Barebones", not one from my last backup.
Let's see if all fresh installations get "Server error", or just all except Barebones.
.
.
.
I did that, and I have "Server error" again! Now on CM7 Barebones too!
Great, it means I am doing something terribly wrong when flashing the ROMs.
BTW, before each installation I clear cache, dalvik-cache, system and make factory reset. Before first two installations I also wiped SD-Card and SD-Card Ext. And after each installation I also clear cache and dalvik-cache.
Some helpful advice would be very appreciated.
--
Wuhuu! I've found out how to view logs from my device: `adb logcat`. And here is what I found:
Code:
D/Volley ( 1860): [13] BasicNetwork.logSlowRequests: HTTP response for request=<[ ] [url]https://android.clients.google.com/vending/api/ApiRequest[/url] NORMAL 71 GetMarketMetadataRequestProto> [lifetime=7115], [size=141], [rc=404], [retryCount=0]
E/Volley ( 1860): [13] BasicNetwork.performRequest: Unexpected response code 404 for [url]https://android.clients.google.com/vending/api/ApiRequest[/url]
D/Finsky ( 1860): [1] 2.onErrorResponse: Metadata failed: com.android.volley.toolbox.ServerError
D/Volley ( 1860): [1] Request.finish: 7118 ms: [ ] [url]https://android.clients.google.com/vending/api/ApiRequest[/url] NORMAL 71 GetMarketMetadataRequestProto
Now I know where it is sending request and that it gets 404. And that is treated as server error.
BTW, I get this log from CM7 Barebones, that I installed last.
Now I'll check with working CM7 backup and check the differences.
.
.
.
Here's the log from working CM7 (the old one from backup):
Code:
I/ActivityManager( 1584): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity bnds=[796,0][882,73] } from pid 1663
D/Omap4ALSA( 1503): open called for devices 00000002 in mode 0 channels 00000000...
I/ActivityManager( 1584): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=2172 uid=10000 gids={3003, 1015}
I/Omap4ALSA( 1503): Using ping-pong!
I/Omap4ALSA( 1503): Buffer size: 4096
I/Omap4ALSA( 1503): Latency: 92879
I/Omap4ALSA( 1503): Initialized ALSA PLAYBACK device 'plughw:0,0'
E/AudioHardwareALSA( 1503): RE-OPEN AFTER STANDBY:: took 82 msecs
D/szipinf ( 2172): Initializing inflate state
I/ActivityThread( 2172): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/dalvikvm( 1700): GC_CONCURRENT freed 321K, 45% free 3551K/6407K, external 0K/0K, paused 2ms+4ms
D/dalvikvm( 2172): GC_CONCURRENT freed 219K, 48% free 2958K/5639K, external 0K/0K, paused 3ms+3ms
D/dalvikvm( 2172): GC_CONCURRENT freed 285K, 47% free 3138K/5895K, external 0K/0K, paused 3ms+4ms
D/Finsky ( 2172): [1] SanityChecker.run: # LocalAssets corrected : 0
D/Finsky ( 2172): Sanity check took : 130 ms
I/dalvikvm( 2172): Could not find method android.accounts.AccountManager.newChooseAccountIntent, referenced from method com.google.android.finsky.activities.AuthenticatedActivity.chooseAccount
W/dalvikvm( 2172): VFY: unable to resolve static method 6: Landroid/accounts/AccountManager;.newChooseAccountIntent (Landroid/accounts/Account;Ljava/util/ArrayList;[Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/Intent;
D/dalvikvm( 2172): VFY: replacing opcode 0x77 at 0x0021
D/dalvikvm( 2172): VFY: dead code 0x0024-0029 in Lcom/google/android/finsky/activities/AuthenticatedActivity;.chooseAccount (Z)V
I/dalvikvm( 2172): Could not find method com.google.android.finsky.activities.AuthenticatedActivity.recreate, referenced from method com.google.android.finsky.activities.AuthenticatedActivity.restart
W/dalvikvm( 2172): VFY: unable to resolve virtual method 2751: Lcom/google/android/finsky/activities/AuthenticatedActivity;.recreate ()V
D/dalvikvm( 2172): VFY: replacing opcode 0x6e at 0x0009
D/dalvikvm( 2172): GC_CONCURRENT freed 401K, 47% free 3271K/6151K, external 0K/0K, paused 2ms+3ms
D/Finsky ( 2172): [24] DownloadRecords.initializeAndPrune: Pruned 0 old downloads from the cursor.
D/dalvikvm( 2172): GC_EXTERNAL_ALLOC freed 88K, 47% free 3281K/6151K, external 0K/0K, paused 36ms
D/dalvikvm( 2172): DexOpt: couldn't find field Landroid/content/res/Configuration;.smallestScreenWidthDp
W/dalvikvm( 2172): VFY: unable to resolve instance field 78
D/dalvikvm( 2172): VFY: replacing opcode 0x52 at 0x001e
D/dalvikvm( 2172): VFY: dead code 0x0020-0021 in Lcom/google/android/finsky/api/DfeApiContext;.getSmallestScreenWidthDp (Landroid/content/Context;)Ljava/lang/String;
D/Finsky ( 2172): [1] DfeApiContext.getSmallestScreenWidthDp: smallestScreenWidthDp does not exist, using pre-ics hack.
D/ResourceType( 2172): calling getConfigurations
D/ResourceType( 2172): called getConfigurations size=293
I/dalvikvm( 2172): Could not find method android.app.Activity.getActionBar, referenced from method com.google.android.finsky.layout.CustomActionBarFactory.getInstance
W/dalvikvm( 2172): VFY: unable to resolve virtual method 104: Landroid/app/Activity;.getActionBar ()Landroid/app/ActionBar;
D/dalvikvm( 2172): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 2172): VFY: dead code 0x0009-0010 in Lcom/google/android/finsky/layout/CustomActionBarFactory;.getInstance (Landroid/app/Activity;)Lcom/google/android/finsky/layout/CustomActionBar;
D/dalvikvm( 2172): VFY: dead code 0x0012-0017 in Lcom/google/android/finsky/layout/CustomActionBarFactory;.getInstance (Landroid/app/Activity;)Lcom/google/android/finsky/layout/CustomActionBar;
D/Finsky ( 2172): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping self-update. Local Version [8010007] >= Server Version [0]
D/dalvikvm( 2172): GC_CONCURRENT freed 316K, 45% free 3489K/6279K, external 6K/518K, paused 3ms+4ms
I/ActivityManager( 1584): Displayed com.android.vending/.AssetBrowserActivity: +1s170ms
D/Finsky ( 2172): [1] MainActivity.initializeBilling: Optimistically initializing billing parameters.
D/dalvikvm( 2172): GC_EXTERNAL_ALLOC freed 308K, 45% free 3459K/6279K, external 6K/518K, paused 47ms
D/ViewConsistency( 2172): AbsListView [email protected] enabled= true
D/ViewConsistency( 2172): AbsListView [email protected] enabled= true
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/dalvikvm( 2172): GC_EXTERNAL_ALLOC freed 265K, 44% free 3645K/6471K, external 2541K/2625K, paused 31ms
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/dalvikvm( 2172): GC_EXTERNAL_ALLOC freed 144K, 43% free 3695K/6471K, external 3165K/3482K, paused 30ms
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/dalvikvm( 2172): GC_CONCURRENT freed 161K, 41% free 3894K/6535K, external 4262K/4501K, paused 2ms+4ms
D/dalvikvm( 2172): GC_EXTERNAL_ALLOC freed 257K, 43% free 3949K/6855K, external 4262K/4501K, paused 31ms
D/ViewConsistency( 2172): AbsListView [email protected] enabled= true
D/ViewConsistency( 2172): AbsListView [email protected] enabled= true
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
D/skia ( 2172): Loading ARM decoder...
E/Omap4ALSA( 1503): called drain&close
It looks absolutely different. May be when running for the first time, it launches some different actions, which are the ones who fail. This could explain why all the new installations have problem with Google Play Store.
One more observation. When I tried to remove my account from this (working) system. It Said I cannot remove it unless I make factory reset.
Non of the newly installed ROM-s have said something like that, including the same CM7 Barebones ROM (but freshly installed).
--
One more test:
I've added new Google account into the "working" CM7. And switched Play Store to that new account.
And got "Server error" !
When trying to switch back to old account, I still get "Server error".
So, it seems that first-time initialization of Play Store (which I suppose must link Google account to the particular device), DOES NOT WORK on any ROM installation.
@ammubarak
You said that Play Store worked for you. Can you please do the above action (switch store to a new account) and check if it will work?
But please be sure to take a backup before, cause probably you will have problems after that.
Thanks,
--
It works fine for me on CM9 RELOADED (lol not biased at all) but I had the same issue on energy and miui
~ BiteBlaze via Kindle Fire
BiteBlaze said:
It works fine for me on CM9 RELOADED (lol not biased at all) but I had the same issue on energy and miui
~ BiteBlaze via Kindle Fire
Click to expand...
Click to collapse
Hi,
When did you install CM9 RELOADED? Yesterday? Today? Or you had it for a while?
Can you try adding new Google account and then switching Google Play Store to that new account?
CAUTION: Take a backup before that!
--
kandelakig said:
Hi,
When did you install CM9 RELOADED? Yesterday? Today? Or you had it for a while?
Can you try adding new Google account and then switching Google Play Store to that new account?
CAUTION: Take a backup before that!
--
Click to expand...
Click to collapse
I made it so I've been on it for weeks. I have 3 g accounts and all of them work in Google play.. hope this helps. But you can try my rom if you want to see if this fixes the issue... it did for some of my testers
~ BiteBlaze via Kindle Fire
Yes I would like to try it.
Where can I download it?
EDIT: OK, sorry, I found it already. I will flash it and write about results.
Hi all,
I have no idea but the problem solved itself in few days.
May be Google indeed had some problems with their services?
Too bad I cannot find the reason. But now I'm happy with my new Kindle Fire with ICS!
--
Date and time fix worked for me
My son has an og Motorola Droid A855 and I was constantly running into an issue with the Play store not loading. Web browsing worked fine but no play store and no sync. I also noticed that the time was stopped and incorrect. I had to recover the phone every time to get the play store to work.
This last time, I went into Time and Date settings -> Unchecked Automatic -> manually set time -> Rechecked Automatic
Before I could even exit the screen to try again, the automatic update for an app installed on the phone started running. I was able to connect to the Play Store and everything is back to normal.
I think this one is definitely needed for this forum. So posting this here.
Here's how to use logcat:
There are two main ways to do a logcat, within android, and through adb.
Logcat within android can be done one of two ways, through a Logcat app:
Here are two good examples are either: aLogcat or Catlog
I prefer catlog, because in my opinion it has a little bit nicer UI. Both of these programs can dump their logs to a txt file, which is very useful for debugging. Or, you can do it in terminal emulator (same rules as running through adb(see below))
From Moscow Desire:
On the other hand, using adb to run logcat, in my opinion is much more useful, because you can start using it when android boots (i.e. once the boot animation appears.)
The code for logcat to output to a file is
Code:
adb logcat > name of problem.txt
you can also do
Code:
adb logcat -f name of problem.txt
how I prefer to do it is this way:
Code:
adb logcat -v long > name of problem.txt
with the -v flag & the long argument, it changes output to long style, which means every line of logcat will be on its own line (makes it a little neater, imo)
Note: When outputting to a file, you will see a newline, but nothing printed, this is normal. To stop logcat from writting to a file, you need to press ctrl+c.
Here's where using logcat (via adb makes life really easy)
Lets say you find a problem you're having after looking at a logcat.
For example:
When I was trying to use a different ramdisk, wifi wouldn't work so I got a logcat that's almost 1300 lines long (a lot of stuff happens in the background)
So if you are searching for an error in the logcat file (it's always e/ for error, f/ for fatal. Those are the two main things that will break a system.)
Code:
D/dalvikvm( 871): GC_CONCURRENT freed 472K, 6% free 10224K/10823K, paused 1ms+6ms
V/AmazonAppstore.DiskInspectorServiceImpl( 871): Available blocks: 21981, Block size: 4096, Free: 90034176, Threshold: 5242880, withinThreshold? true
D/AmazonAppstore.UpdateService( 871): Received action: null from intent: Intent { cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
W/AmazonAppstore.UpdateService( 871): Confused about why I'm running with this intent action: null from intent: Intent { cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
D/dalvikvm( 890): GC_CONCURRENT freed 175K, 4% free 9375K/9671K, paused 2ms+3ms
V/AmazonAppstore.ReferenceCounter( 871): Reference (MASLoggerDB) count has gone to 0. Closing referenced object.
E/WifiStateMachine( 203): Failed to reload STA firmware java.lang.IllegalStateException: Error communicating to native daemon
V/AmazonAppstore.UpdateService( 871): runUpdateCommand doInBackground started.
V/AmazonAppstore.UpdateService( 871): Running UpdateCommand: digitalLocker
V/AmazonAppstore.UpdateCommand( 871): Not updating key: digitalLocker from: 1334228488057
V/AmazonAppstore.UpdateService( 871): Finished UpdateCommand: digitalLocker
V/AmazonAppstore.UpdateService( 871): Running UpdateCommand: serviceConfig
V/AmazonAppstore.MASLoggerDB( 871): performLogMetric: Metric logged: ResponseTimeMetric [fullName=com.amazon.venezia.VeneziaApplication_onCreate, build=release-2.3, date=Wed Apr 11 13:10:55 CDT 2012, count=1, value=1601.0]
V/AmazonAppstore.MASLoggerDB( 871): onBackgroundTaskSucceeded: Metric logged: ResponseTimeMetric [fullName=com.amazon.venezia.VeneziaApplication_onCreate, build=release-2.3, date=Wed Apr 11 13:10:55 CDT 2012, count=1, value=1601.0]
W/CommandListener( 118): Failed to retrieve HW addr for eth0 (No such device)
D/CommandListener( 118): Setting iface cfg
D/NetworkManagementService( 203): rsp
D/NetworkManagementService( 203): flags
E/WifiStateMachine( 203): Unable to change interface settings: java.lang.IllegalStateException: Unable to communicate with native daemon to interface setcfg - com.android.server.NativeDaemonConnectorException: Cmd {interface setcfg eth0 0.0.0.0 0 [down]} failed with code 400 : {Failed to set address (No such device)}
W/PackageParser( 203): Unknown element under : supports-screen at /mnt/asec/com.android.aldiko-1/pkg.apk Binary XML file line #16
D/wpa_supplicant( 930): wpa_supplicant v0.8.x
D/wpa_supplicant( 930): random: Trying to read entropy from /dev/random
D/wpa_supplicant( 930): Initializing interface 'eth0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 930): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 930): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 930): ctrl_interface='eth0'
D/wpa_supplicant( 930): update_config=1
D/wpa_supplicant( 930): Line: 4 - start of a new network block
D/wpa_supplicant( 930): key_mgmt: 0x4
(mind you, that's 29 lines out of 1300ish, just for example)
I then could do the following with logcat:
Code:
adb logcat WifiStateMachine:E *:S -v long > name of problem.txt
and this will only print out any errors associated with WifiStateMachine, and anything which is fatal, which makes it about a million times easier to figure out what's going on!
In WifiStateMachine:E, the :E = to look for Errors, the full list of options is as follows:
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)
You can replace the :E with any other letter from above to get more info.
In order to filter out anything other than what you are looking for (in this case, WifiStateMachine) you must put a *:S after your last command (i.e. WifiStateMachine:E ThemeChoose:V ... ... AndroidRuntime:E *:S)
Sources: http://developer.android.com/tools/help/logcat.html
http://developer.android.com/tools/help/adb.html
Update for windows users:
Thank go to FuzzyMeep Two, Here's what he's posted for windows
(If you used his tool, here's his post, thank him for his work!)
Note : I am just sharing. Original post here.
Don't be a noob. Be a newbie..!!
Details here.
Great Guide! Should become a sticky.
You know,today morning you said you were not an expert with logcats.I see this thread and i am awestruck,but then i read the second last line :|
Prawesome said:
You know,today morning you said you were not an expert with logcats.I see this thread and i am awestruck,but then i read the second last line :|
Click to expand...
Click to collapse
I said i am no expert. That doesn't mean i cannot take, read or understand logcat..!!
Don't be a noob. Be a newbie..!!
Details here.
This thread is perfect to be a sticky in the Android Development Section.
Newcommers should know how to properly report bugs. I also leave a redirect in the Original Android Development.
I rather use ddms for all
Command prompt is the most basic thing same old Windows
Sent from my GT-P7300 using xda app-developers app
helped me out. Thanks
Fro "noobs" it will be easier to use qtadb https://qtadb.wordpress.com/download/ , just download, install and run. Nice GUI for adb, contains access to logcat too.
Fro "noobs" it will be easier to use qtadb https://qtadb.wordpress.com/download/ , just download, install and run. Nice GUI for adb, contains access to logcat too.
Click to expand...
Click to collapse
And it colours out errors according to their priority
I am a potato, problem?
Thanks bro
Sent from my GT-S5830 using Tapatalk 2
Extremely useful,
thank you!
However, catlog force closes when I added it as system app.
How can i get application specific logcat like i want to get logcat of systemui only
Really helpful!
Aman
Wysłane z mojego GT-I8190 przy użyciu Tapatalka
Thanks Sir...its helped me a lot..about understanding logcat
---------- Post added at 07:17 AM ---------- Previous post was at 07:12 AM ----------
Thanks Sir...its helped me a lot..about understanding logcat