Jump to content

Marcel7355

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Marcel7355

  1. Serial number issue is still not fixed in new version
  2. I got the method for Samsung Galaxy Ace to get serial number: String serial = null; try if { Class<?> c = Class.forName("android.os.SystemProperties"); Method get = c.getMethod("get", String.class); serial = (String) get.invoke(c, "ril.serialnumber"); } catch (Exception ignored) { } Please, rewrite code for Samsung Galaxy Ace Smartphone in your next updates. Thank you so much. By the way, in ASUS MEMO HD7 tablet is everything OK. Serial is OK. PS. As I understood this method is for devices with Radio Interface Layer ("ril.*"). So that it's for you to think how check if the device supports telephony. And if so, display this method, but else dislpay another ("ro.*" or "sys.*") I tried make that in my project, and I had success.
  3. ~ Yes. But manufacturer report me something like this: "We do not have any idea , what information is displayed by the other vendor's apps and where it had been taken". I think, this is serial for motherboard, not device itself.
  4. What serial number android app shows to me? The serial number of my device starts with RF1D... characters, but AIDA android app show me another one. (see the pic). Thanks
×
×
  • Create New...