Vladimir Kravets
Vladimir Kravets
Do you have plans to implement this or you waiting PR for this?
Ok, thanks a lot 2014-07-14 14:57 GMT+03:00 Artem [email protected]: > I am waiting for PR for this issue, I have some workarounds that can help > with implementation, I'll push...
Any updates about workarounds?
It's great but on my phone I have 4.2.2 which have API 17 level =( Thus I cannot even check this workaround =(
It seems we need to use this one, from the same author =) http://forum.xda-developers.com/showthread.php?p=45288378
Find indent filters: ``` java public class OppoMusicAppReceiver extends CommonMusicAppReceiver { @Override protected Intent handleIntent(Context context, Intent originalIntent) { return super.handleIntent(context, originalIntent) .putExtra(EXTRA_PLAYER_PACKAGE_NAME, "com.oppo.music"); } } ``` ``` xml ```...
Could you please point me where I can implement such logic? Because after splitting the code to different libraries is not clear for me where the render part and where...
Maybe it's better to move to vdiskboot, but I'm not sure, so let's discuss it here =)
I've faced with the same issue and it seems it tries to write gen3 fob, which new family of the fobs. With the master build, some of related commits to...
I think yes, it will be great, but please notice, that we need to add root folder of each dependencies. About temp folder it's good but I think it will...