Closed GoogleCodeExporter closed 9 years ago
Can you please confirm that this device has an FPU? thank you
Original comment by samuel.a...@gmail.com
on 2 Aug 2011 at 12:45
LG P-500 uses MSM7227 chipset from qualcomm and its stated that it has FPU.
Please check the below links
http://www.gsmarena.com/lg_optimus_one_p500-3516.php
* MSM7227
The MSM7227 chipset includes a 600 MHz ARM11 processor with a floating point
unit (FPU). A 400 MHz modem processor, 320 MHz DSP, hardware-accelerated 3D
graphics, integrated Bluetooth 2.1 and GPS capabilities, an 8-megapixel camera
and 30 fps WVGA video encode / decode are also included.
Original comment by htgir...@gmail.com
on 2 Aug 2011 at 1:00
Oh ok, neat.. Would it be possible to look at the log (using the Android SDK)
and figure out the error that occurs when it crashes? thanks
Original comment by samuel.a...@gmail.com
on 2 Aug 2011 at 1:04
What version of armeabi did you use?
LG Optimus One has armv6 processor, so you have to use armeabi version of
libraries, sometimes helped use only armeabi folder to force app use this
version. I ran into similar issues by my system propably bad recognized my
processor and use libraries from armeabi-v7 folder.
Original comment by rho...@quadbase.com
on 17 Aug 2011 at 9:32
[deleted comment]
[deleted comment]
[deleted comment]
The binaries in the sample APK are compiled for ARMv7, so yes it will not work
for devices with an ARMv6, this is normal. The binary distribution of JavaCV
also comes with binaries for ARMv5, which you could use, but they will be slow,
this is normal as well.
If this is not the issue, please let me know, but I am marking this "defect" as
invalid for now.
Original comment by samuel.a...@gmail.com
on 8 Jan 2012 at 3:38
Original issue reported on code.google.com by
htgir...@gmail.com
on 2 Aug 2011 at 6:36