[android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-08-15 Thread Bikram Agarwal

FYI, these are my installed ADK packages - 



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-08-15 Thread Bikram Agarwal
Hi,

I'm novice in Android app developement. I recently started building theme 
packs for different launchers and uploaded them on Play Store. These apps 
are having issues with devices using Jelly Bean ROM. And not just the mass 
reported encryption related issue. I had heard that only paid apps were not 
working on JB earlier and then Google disabled the DRM on play store and 
that the apps were now supposed to work on JB too. But that's not happening 
for me.

   - Both of my paid and free apps are not working on Jelly Bean.
   - Both kinds are getting downloaded to /mnt/asec which is the 
   'encrypted' market app download location for JB; and not the /data/app
   - The exact same apk, when sideloaded and installed, works fine. So, 
   it's not app's issue.
   - I downloaded someone else's theme pack and it got downloaded to 
   /data/app and worked fine.
   

So, my question is, 

   - While compiling/building the apk, do I need to do some extra settings 
   somewhere to make the app compatible with JB through play store? 
   - How do I force my apps to download OR get installed at pre-JB 
   locations and not /mnt/asec?

Any help would be appreciated. My apps are getting a bad rep due to this. :(

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Same keystore creating signature conflicts

2012-07-23 Thread Bikram Agarwal
Few days ago, I created one app signed it with my own keystore. Tested that 
app on my own cell. And uploaded that apk to playstore.
Today I made some changes to the app's source files, compiled it, signed it 
with the same keystore. But now when I try to install it on my cell, it 
says "Application not installed! A different application with same package 
name but conflicting signature already exists". But I swear I signed with 
the same keystore and the same password.  What could be wrong? Anyone has 
any ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en