google-code-export / openeve

Automatically exported from code.google.com/p/openeve
0 stars 1 forks source link

skype crashes #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install skype
2. try to log in
3. crashes

latest version from android market using alpha openeve

Original issue reported on code.google.com by ReedSolo...@gmail.com on 14 Apr 2011 at 7:14

GoogleCodeExporter commented 9 years ago
I have tried to install skype

and It crashed with attached logs.

Original comment by wkp...@gmail.com on 14 Apr 2011 at 8:14

Attachments:

GoogleCodeExporter commented 9 years ago
http://forum.xda-developers.com/showthread.php?t=731659&page=171 seems to be a 
similar problem on a different device.  some sort of conflict with skype's own 
version of libpcmhost.so.

Original comment by ReedSolo...@gmail.com on 15 Apr 2011 at 2:27

GoogleCodeExporter commented 9 years ago
i have same proplem can any one help please

Original comment by waddaa.a...@gmail.com on 26 Apr 2011 at 9:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
@  ReedSolo

dosnt work still crashes

Original comment by waddaa.a...@gmail.com on 27 Apr 2011 at 12:53

GoogleCodeExporter commented 9 years ago
would be nice if someone could look into this. Cuz I really need skype on my 
phone for my work.

Original comment by agrana...@gmail.com on 10 May 2011 at 6:25

GoogleCodeExporter commented 9 years ago
make a local.prop and fill it following line.
---X-------
# for GB 2.3.4

dalvik.vm.checkjni=false
ro.kernel.android.checkjni=0
#
ro.build.description=msm7201a_surf-user 2.3.4 GRJ22 75603 release-keys
#                    =============
---X------
and push local.prop to /data/local.prop

  adb push local.prop /data/local.prop

and reboot.

It works for me.
----
see also
 * http://code.google.com/p/cyanogenmod7-for-samsung-galaxys/issues/detail?id=103
 * http://code.google.com/p/cyanogenmod/issues/detail?id=2078

Original comment by wkp...@gmail.com on 10 May 2011 at 7:39

GoogleCodeExporter commented 9 years ago
yes... It works... thanks wkp...

Original comment by iareh...@gmail.com on 10 May 2011 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 11 May 2011 at 1:27

GoogleCodeExporter commented 9 years ago
this skype workaround is not applied to the latest update.

you have to add local.prop manually.

---X-------
# for GB 2.3.4
dalvik.vm.checkjni=false
ro.kernel.android.checkjni=0
#
---X------

Original comment by wkp...@gmail.com on 16 May 2011 at 3:06

GoogleCodeExporter commented 9 years ago
hope next snapshot have this solution embedded

Original comment by anjob...@gmail.com on 16 May 2011 at 10:29

GoogleCodeExporter commented 9 years ago
@anjob // i think .. NO.
it is not OpenEVE nor CM7 bug. it's skype bug.

dalvik.vm.checkjni=false means that you did not check jni validity at all.
and ro.kernel.android.checkjni=0 have some other issue.

so these option will not applied future CM7 nor OpenEVE by default.

Original comment by wkp...@gmail.com on 16 May 2011 at 11:45

GoogleCodeExporter commented 9 years ago
Issue 144 has been merged into this issue.

Original comment by wkp...@gmail.com on 10 Jun 2011 at 10:18