[Q] Error after button click - Java for Android App Development

Hi everyone, I'm having problems to start a compiled APK.
I was looking for a Quake3 port source code, and after trying kwaak3 and everything... I found one that seems to work, at least, I can compile the APK and the libs.
But the problem comes when the APK has been started and I click the button "Start game".
When I launch the APP, it basically show:
Code:
05-09 12:13:23.500: I/Process(23135): Sending signal. PID: 23135 SIG: 9
05-09 12:13:25.510: E/Trace(23390): error opening trace file: No such file or directory (2)
05-09 12:13:25.645: D/dalvikvm(23390): GC_CONCURRENT freed 98K, 6% free 12496K/13191K, paused 13ms+1ms, total 27ms
05-09 12:13:25.700: D/dalvikvm(23390): GC_CONCURRENT freed 30K, 5% free 12907K/13511K, paused 1ms+11ms, total 22ms
05-09 12:13:25.710: D/dalvikvm(23390): Trying to load lib /data/data/com.n0n3m4.QIII4A/lib/libq3eloader.so 0x41cfba50
05-09 12:13:25.710: D/dalvikvm(23390): Added shared lib /data/data/com.n0n3m4.QIII4A/lib/libq3eloader.so 0x41cfba50
05-09 12:13:25.770: D/libEGL(23390): loaded /system/lib/egl/libEGL_mali.so
05-09 12:13:25.775: D/libEGL(23390): loaded /system/lib/egl/libGLESv1_CM_mali.so
05-09 12:13:25.775: D/libEGL(23390): loaded /system/lib/egl/libGLESv2_mali.so
05-09 12:13:25.780: D/(23390): Device driver API match
05-09 12:13:25.780: D/(23390): Device driver API version: 10
05-09 12:13:25.780: D/(23390): User space API version: 10
05-09 12:13:25.780: D/(23390): mali: REVISION=Linux-r2p4-02rel0 BUILD_DATE=Wed Sep 12 17:53:53 KST 2012
05-09 12:13:25.800: D/OpenGLRenderer(23390): Enabling debug mode 0
Till now, everything seems to be fine... but after clicking the button "Start Game":
Code:
05-09 12:14:39.765: E/SpannableStringBuilder(23390): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
05-09 12:14:39.765: E/SpannableStringBuilder(23390): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
05-09 12:14:40.240: D/dalvikvm(23390): GC_FOR_ALLOC freed 189K, 6% free 13101K/13895K, paused 9ms, total 9ms
05-09 12:14:40.240: I/dalvikvm-heap(23390): Grow heap (frag case) to 13.688MB for 360016-byte allocation
05-09 12:14:40.260: D/dalvikvm(23390): GC_FOR_ALLOC freed 3K, 6% free 13449K/14279K, paused 19ms, total 19ms
05-09 12:14:40.270: D/dalvikvm(23390): GC_FOR_ALLOC freed 12K, 6% free 13437K/14279K, paused 8ms, total 8ms
05-09 12:14:40.270: I/dalvikvm-heap(23390): Grow heap (frag case) to 14.673MB for 1048592-byte allocation
05-09 12:14:40.280: D/dalvikvm(23390): GC_CONCURRENT freed 0K, 6% free 14461K/15367K, paused 1ms+2ms, total 10ms
05-09 12:14:40.280: D/dalvikvm(23390): WAIT_FOR_CONCURRENT_GC blocked 9ms
05-09 12:14:40.295: W/dalvikvm(23390): threadid=12: thread exiting with uncaught exception (group=0x410962a0)
05-09 12:14:40.295: E/AndroidRuntime(23390): FATAL EXCEPTION: GLThread 1196
05-09 12:14:40.295: E/AndroidRuntime(23390): java.lang.NullPointerException
05-09 12:14:40.295: E/AndroidRuntime(23390): at com.n0n3m4.q3e.Q3EUtils.loadGLTexture(Q3EUtils.java:302)
05-09 12:14:40.295: E/AndroidRuntime(23390): at com.n0n3m4.q3e.Q3EUtils$Button.loadtex(Q3EUtils.java:540)
05-09 12:14:40.295: E/AndroidRuntime(23390): at com.n0n3m4.q3e.Q3EView.onSurfaceChanged(Q3EView.java:558)
05-09 12:14:40.295: E/AndroidRuntime(23390): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1505)
05-09 12:14:40.295: E/AndroidRuntime(23390): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
05-09 12:14:40.430: W/SurfaceView(23390): CHECK surface infomation creating=false formatChanged=false sizeChanged=false visible=false visibleChanged=true surfaceChanged=true realSizeChanged=false redrawNeeded=false left=false top=false
Is there anyone that know what's happening there?
Here are the source codes if you need to have a look:
dropbox[dot]com/kb1rh1264lv6iqw/Dvx7GXO2Fc
Thanks in advance!!

I replaced the [dot] in the link with a "." and it says error 404, page not found.
---------- Post added at 04:30 PM ---------- Previous post was at 04:28 PM ----------
And the error: In the file Q3EUtils.java one variable is null in line 302.

Awww sorry.
This one is good:
dropbox[dot]com/sh/kb1rh1264lv6iqw/Dvx7GXO2Fc
I've look there but I dont see anything... Im stuck there.
Thanks for reply
Enviado desde mi GT-N7100 usando Tapatalk 2

Thanks for the fixed link.
Could you please post the Q3EView.java file? I know that I can also download it but I normally do not download things by people I do not know if I do not need them. Nothing against you.

Yep no problem.
pastebin[dot]com/Sa1na2AX
Enviado desde mi GT-N7100 usando Tapatalk 2

Oh. I guess that I need the Q3EUtils.java file, too.

Ok, I just uploaded all java files to dropbox:
dropbox[dot]com/sh/1zr8iz5eqhutieh/4aLmT7DoQ3
You can see them live, or at least I can (no need to download), so hope you too!!
Thanks so much.
Edit: there are 2 folders, QIII4A and Q3E both are separate projects but are linked, So i've upload all the java files I've got.

In the file Q3EUtils.java in line 540 either view or the variable with id in its name is null.
Checking why it happens and how to fix it would be very time-consuming.

Hey!! Got something!!
Just commented out these lines in Q3EUtils.java:
Code:
//Bitmap powerof2bmp=Bitmap.createScaledBitmap(bmp, nextpowerof2(bmp.getWidth()), nextpowerof2(bmp.getHeight()), true);
//GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, powerof2bmp, 0);
//bmp.recycle();
and finally the game starts, but I can't see the buttons (touchpad):
dropbox[dot]com/s/giv9dfd16v21lzt/Screenshot_2013-05-10-00-14-16.png
Do you know, what could be the problem there?
Thanks lot!!!

terroid said:
Hey!! Got something!!
Just commented out these lines in Q3EUtils.java:
Code:
//Bitmap powerof2bmp=Bitmap.createScaledBitmap(bmp, nextpowerof2(bmp.getWidth()), nextpowerof2(bmp.getHeight()), true);
//GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, powerof2bmp, 0);
//bmp.recycle();
and finally the game starts, but I can't see the buttons (touchpad):
dropbox[dot]com/s/giv9dfd16v21lzt/Screenshot_2013-05-10-00-14-16.png
Do you know, what could be the problem there?
Thanks lot!!!
Click to expand...
Click to collapse
Great.
I guess that bmp is null for some reason.
(And for saying thanks there is the button. )

Anyone know why i'm getting that error with those lines uncommented???
Enviado desde mi GT-N7100 usando Tapatalk 2

terroid said:
Anyone know why i'm getting that error with those lines uncommented???
Enviado desde mi GT-N7100 usando Tapatalk 2
Click to expand...
Click to collapse
I have looked into that code for about 15 minutes now. I still do not know the reason for the NPE.
It is very difficult to understand game code written by somebody else. I am no game dev and for that reason I have not done OpenGL in detail.
Why don't you ask the developer of the app? He knows his code best.

Already talked to him via email, but he told me that he never got this bug before
Enviado desde mi GT-N7100 usando Tapatalk 2

terroid said:
Already talked to him via email, but he told me that he never got this bug before
Enviado desde mi GT-N7100 usando Tapatalk 2
Click to expand...
Click to collapse
Did you try a version he compiled?

Yep and works 100%.
I even tried to decompile that version but a lot of things were changed and there are some code unreadable.. also asked him for that version, but he just tell me that the version Ive got should work fine... nothing more yet
Enviado desde mi GT-N7100 usando Tapatalk 2

Related

Skype with video

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

[Q] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

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.

[Q] Server error - Google Play Store

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.

Google Play Store force closes on Q

Hey there, so I am running my Q rooted, SU and SuperUser installed. I navigate with a Logitech wireless keyboard/mouse combo. I adb start the trebchet launcher as described in other threads, and it works great.
I cannot get Google Play store to work. As soon as I open it force closes, with no error. I have cleared cache/data, unistalled, resintalled lastest version. Tried clearing Google Service Framework, still no go.
Is there something I can use to log the event to try and diagnose what's causing the fc?
I have installed some other apps like es file explorer, gmail, tune in radio, chrome, youtube, that all work fine.
Many thanks to any suggestions.
LogCat
So I just leaned how to capture the logcat. Does anyone know how to read the problem?
Code:
I/ActivityManager( 158): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity} from pid 892
I/ActivityManager( 158): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=3512 uid=10025 gids={3003, 1015}
I/ActivityThread( 3512): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/OpenGLRenderer( 892): Flushing caches (mode 1)
I/ActivityThread( 3512): Pub com.google.android.finsky.QSBSuggestionsProvider2: com.google.android.finsky.providers.QSBSuggestionsProvider
I/ActivityThread( 3512): Pub com.google.android.finsky.AppIconProvider: com.google.android.finsky.providers.AppIconProvider
D/OpenGLRenderer( 892): Flushing caches (mode 0)
D/dalvikvm( 3512): GC_CONCURRENT freed 168K, 3% free 12825K/13127K, paused 6ms+5ms
D/Finsky ( 3512): [1] FinskyApp.onCreate: Clearing cache due to crash on previous run.
D/Volley ( 3512): [1] DiskBasedCache.clear: Cache cleared.
D/dalvikvm( 3512): DexOpt: couldn't find field Landroid/app/Notification;.priority
W/dalvikvm( 3512): VFY: unable to resolve instance field 53
D/dalvikvm( 3512): VFY: replacing opcode 0x59 at 0x004a
D/Finsky ( 3512): [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene.
D/dalvikvm( 3512): GC_CONCURRENT freed 313K, 3% free 12984K/13383K, paused 2ms+3ms
D/Finsky ( 3512): [1] 2.run: Loaded library for account: [QGUg5XbKjnqgaVXCP2zw_XAyhhw]
D/Finsky ( 3512): [1] 2.run: Finished loading 1 libraries.
D/OpenGLRenderer( 2793): Flushing caches (mode 1)
D/libEGL ( 3512): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/dalvikvm( 3512): GC_CONCURRENT freed 335K, 4% free 13193K/13639K, paused 2ms+2ms
D/OpenGLRenderer( 3512): Enabling debug mode 0
D/Finsky ( 3512): [1] InstallerImpl.kick: Installer kick null - starting jackpal.androidterm
D/Finsky ( 3512): [1] DownloadImpl.setState: jackpal.androidterm from null to UNQUEUED.
D/Finsky ( 3512): [1] DownloadQueueImpl.add: Download jackpal.androidterm added to DownloadQueue
D/Finsky ( 3512): [1] DownloadImpl.setState: jackpal.androidterm from UNQUEUED to QUEUED.
E/dalvikvm( 3512): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.callInstallEncrypted
W/dalvikvm( 3512): VFY: unable to resolve check-cast 78 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 3512): VFY: replacing opcode 0x1f at 0x000a
E/dalvikvm( 3512): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.generateEncryptionParams
W/dalvikvm( 3512): VFY: unable to resolve new-instance 78 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 3512): VFY: replacing opcode 0x22 at 0x01eb
D/dalvikvm( 3512): DexOpt: unable to opt direct call 0x015e at 0x1ed in Lcom/google/android/finsky/utils/PackageManagerUtils;.generateEncryptionParams
I/installd( 104): free_cache(293488) avail 13254303744
W/InputManagerService( 158): Starting input on non-focused client [email protected] (uid=10024 pid=892)
I/ActivityManager( 158): Displayed com.android.vending/.AssetBrowserActivity: +754ms
D/Finsky ( 3512): [1] DownloadQueueImpl.startDownload: Download jackpal.androidterm starting
E/DatabaseUtils( 259): Writing exception to parcel
E/DatabaseUtils( 259): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:795)
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:714)
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:472)
E/DatabaseUtils( 259): at android.content.ContentProvider$Transport.insert(ContentProvider.java:189)
E/DatabaseUtils( 259): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:152)
E/DatabaseUtils( 259): at android.os.Binder.execTransact(Binder.java:338)
E/DatabaseUtils( 259): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 3512): threadid=22: thread exiting with uncaught exception (group=0x40a461f8)
E/AndroidRuntime( 3512): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 3512): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 3512): at android.os.Parcel.readException(Parcel.java:1327)
E/AndroidRuntime( 3512): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:182)
E/AndroidRuntime( 3512): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:136)
E/AndroidRuntime( 3512): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:415)
E/AndroidRuntime( 3512): at android.content.ContentResolver.insert(ContentResolver.java:730)
E/AndroidRuntime( 3512): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:42)
E/AndroidRuntime( 3512): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 3512): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3512): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3512): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 158): Force finishing activity com.android.vending/.AssetBrowserActivity
D/dalvikvm( 3512): GC_CONCURRENT freed 284K, 3% free 13396K/13767K, paused 2ms+11ms
D/dalvikvm( 158): GC_FOR_ALLOC freed 694K, 14% free 20652K/23879K, paused 50ms
W/ActivityManager( 158): Force finishing activity com.cyanogenmod.trebuchet/.Launcher
D/OpenGLRenderer( 2793): Flushing caches (mode 1)
D/dalvikvm( 938): GC_CONCURRENT freed 474K, 9% free 14224K/15559K, paused 4ms+3ms
I/RT ( 938): SERVICE: 1 remote subscriber, 0 inproc subscribers
D/Finsky ( 3512): [1] DownloadImpl.setState: self-update-download from null to UNQUEUED.
D/Finsky ( 3512): [1] DownloadQueueImpl.add: Download self-update-download added to DownloadQueue
D/Finsky ( 3512): [1] DownloadImpl.setState: self-update-download from UNQUEUED to QUEUED.
I/ActivityManager( 158): START {flg=0x4000000 cmp=com.android.vending/com.google.android.finsky.activities.TosActivity (has extras)} from pid 3512
I/RT ( 938): SERVICE: 0 remote subscribers, 0 inproc subscribers
D/dalvikvm( 571): GC_EXPLICIT freed 284K, 12% free 17203K/19335K, paused 3ms+6ms
I/ActivityManager( 158): Displayed com.android.vending/com.google.android.finsky.activities.TosActivity: +255ms
D/OpenGLRenderer( 3512): Flushing caches (mode 0)
D/aah.ConnectorRegistryImpl( 411): listConnectors "null" returning 12 items
D/dalvikvm( 938): GC_CONCURRENT freed 462K, 9% free 14203K/15559K, paused 5ms+5ms
Same to same problem here
Sent from my GT-I9100 using xda premium
drjamit said:
Same to same problem here
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I quote your words .
did you install the full gapps bundle or just the play store apk alone?
TheRealCyberOptic said:
did you install the full gapps bundle or just the play store apk alone?
Click to expand...
Click to collapse
When I did this on my Q with the same issue I just installed the play store nothing else. I didn't know if gapps would break any of the other default features of the Q.
I just installed the play store apk. Was I supposed to install gapps?
Sent from my GT-P7500 using xda app-developers app
i installed the full gapps bundle and have no issues. but could be another problem though.
TheRealCyberOptic said:
i installed the full gapps bundle and have no issues. but could be another problem though.
Click to expand...
Click to collapse
Would you mind sharing the version of gapps you installed on your q want to test out that version.
TIA
Just took the latest ICS gapps from here: goo.im/gapps
Maybe I arrive a little later, but I encounter the same problem with the lastest play store (4.0.26).
In my recovery I clean all the cache + dalvik, then reinstall gapps but not improvement
same goes here.
4.0.26 same issue. Revert to old Google Play, Clear cache + dalvik, reinstall gapps doesn't help.
Anyone know on solution

Problem installing Google Calendar

While installing Google Calendar, I get the following from logcat:
Code:
D/Finsky (13807): [1] DownloadImpl.setState: com.google.android.calendar from DOWNLOADING to SUCCESS.
D/Finsky (13807): [1] DownloadQueueImpl.onComplete: com.google.android.calendar: onComplete
D/Finsky (13807): [1] DownloadQueueImpl.remove: Download com.google.android.calendar removed from DownloadQueue
I/installd( 220): free_cache(0) avail 10924060672
D/MarketUpdateReceiver( 3549): market is installing: com.google.android.calendar
W/ActivityManager( 918): No content provider found for permission revoke: file:///data/user/0/com.android.providers.downloads/cache/downloadfile.apk
D/Finsky (13807): [1] PackageVerificationReceiver.checkPrerequisites: Skipping verification because own installation
D/Finsky (13807): [1] PackageVerificationReceiver.onReceive: Verification requested, id = 2
W/ActivityManager( 918): No content provider found for permission revoke: file:///data/user/0/com.android.providers.downloads/cache/downloadfile.apk
I/PackageManager( 918): Copying native libraries to /data/app-lib/vmdl259487226
D/dalvikvm( 918): GC_CONCURRENT freed 4178K, 15% free 38955K/45648K, paused 5ms+8ms, total 121ms
D/dalvikvm( 918): WAIT_FOR_CONCURRENT_GC blocked 79ms
D/dalvikvm( 918): WAIT_FOR_CONCURRENT_GC blocked 70ms
D/dalvikvm( 918): GC_FOR_ALLOC freed 5321K, 15% free 38826K/45648K, paused 105ms, total 105ms
E/PackageManager( 918): Package com.google.android.calendar has no signatures that match those in shared user com.google.android.calendar.uid.shared; ignoring!
W/PackageManager( 918): Package couldn't be installed in /data/app/com.google.android.calendar-1.apk
D/dalvikvm( 918): GC_EXPLICIT freed 1738K, 16% free 38772K/45648K, paused 6ms+15ms, total 123ms
D/Finsky (13807): [290] 1.packageInstalled: Package install status for "com.google.android.calendar" is -8
D/Finsky (13807): [1] InstallerTask.cancelCleanup: Cancel running installation of com.google.android.calendar
D/MarketUpdateReceiver( 3549): market has decided not to install: com.google.android.calendar
D/dalvikvm(13807): GC_CONCURRENT freed 8100K, 23% free 41142K/52892K, paused 4ms+18ms, total 94ms
W/View (13807): requestLayout() improperly called by android.widget.TextView{4432dd70 VFED..CL ......ID 30,18-1050,408 #7f08001e app:id/section_content} during layout: running second layout pass
W/View (13807): requestLayout() improperly called by android.widget.TextView{4433ff68 VFED..CL ......ID 30,18-1050,90 #7f08001e app:id/section_content} during layout: running second layout pass
I've found workarounds to fix this by messing with package.xml files, but then on the next nightly, I'll have to do that all over again.
I'm on Nexus 5 (hammerhead).
bhundven said:
While installing Google Calendar, I get the following from logcat:
Code:
D/Finsky (13807): [1] DownloadImpl.setState: com.google.android.calendar from DOWNLOADING to SUCCESS.
D/Finsky (13807): [1] DownloadQueueImpl.onComplete: com.google.android.calendar: onComplete
D/Finsky (13807): [1] DownloadQueueImpl.remove: Download com.google.android.calendar removed from DownloadQueue
I/installd( 220): free_cache(0) avail 10924060672
D/MarketUpdateReceiver( 3549): market is installing: com.google.android.calendar
W/ActivityManager( 918): No content provider found for permission revoke: file:///data/user/0/com.android.providers.downloads/cache/downloadfile.apk
D/Finsky (13807): [1] PackageVerificationReceiver.checkPrerequisites: Skipping verification because own installation
D/Finsky (13807): [1] PackageVerificationReceiver.onReceive: Verification requested, id = 2
W/ActivityManager( 918): No content provider found for permission revoke: file:///data/user/0/com.android.providers.downloads/cache/downloadfile.apk
I/PackageManager( 918): Copying native libraries to /data/app-lib/vmdl259487226
D/dalvikvm( 918): GC_CONCURRENT freed 4178K, 15% free 38955K/45648K, paused 5ms+8ms, total 121ms
D/dalvikvm( 918): WAIT_FOR_CONCURRENT_GC blocked 79ms
D/dalvikvm( 918): WAIT_FOR_CONCURRENT_GC blocked 70ms
D/dalvikvm( 918): GC_FOR_ALLOC freed 5321K, 15% free 38826K/45648K, paused 105ms, total 105ms
E/PackageManager( 918): Package com.google.android.calendar has no signatures that match those in shared user com.google.android.calendar.uid.shared; ignoring!
W/PackageManager( 918): Package couldn't be installed in /data/app/com.google.android.calendar-1.apk
D/dalvikvm( 918): GC_EXPLICIT freed 1738K, 16% free 38772K/45648K, paused 6ms+15ms, total 123ms
D/Finsky (13807): [290] 1.packageInstalled: Package install status for "com.google.android.calendar" is -8
D/Finsky (13807): [1] InstallerTask.cancelCleanup: Cancel running installation of com.google.android.calendar
D/MarketUpdateReceiver( 3549): market has decided not to install: com.google.android.calendar
D/dalvikvm(13807): GC_CONCURRENT freed 8100K, 23% free 41142K/52892K, paused 4ms+18ms, total 94ms
W/View (13807): requestLayout() improperly called by android.widget.TextView{4432dd70 VFED..CL ......ID 30,18-1050,408 #7f08001e app:id/section_content} during layout: running second layout pass
W/View (13807): requestLayout() improperly called by android.widget.TextView{4433ff68 VFED..CL ......ID 30,18-1050,90 #7f08001e app:id/section_content} during layout: running second layout pass
I've found workarounds to fix this by messing with package.xml files, but then on the next nightly, I'll have to do that all over again.
I'm on Nexus 5 (hammerhead).
Click to expand...
Click to collapse
Hmm, that's usually included in gapps so should be an update not a raw install... I'll see if it's not included in PA's mini gapps.
Which gapps variant are you using? Most of the Omni team are using PA gapps. (need to document this better...) If you're having this issue with PA Gapps, then I wonder if it might be related to some of the signature issues that have been breaking OmniSwitch too.
Please file a bugreport in JIRA on this with more detail.
Entropy512 said:
Hmm, that's usually included in gapps so should be an update not a raw install... I'll see if it's not included in PA's mini gapps.
Which gapps variant are you using? Most of the Omni team are using PA gapps. (need to document this better...) If you're having this issue with PA Gapps, then I wonder if it might be related to some of the signature issues that have been breaking OmniSwitch too.
Please file a bugreport in JIRA on this with more detail.
Click to expand...
Click to collapse
Damn, I used slim gapps. :facepalm:
I'll do a TiB and reinstall with pa gapps.
It's what I had on my phone's sd, I should have used pa gapps.
Do you still want me to file a bug?

Categories

Resources