That's great! Thanks.
Basically, the build.prop hack consists in swap the device configuration and use the settings from Samsung Galaxy S3. Attached you have the modified file of the Genokolar's 3.2.16 release. Also I have included de apns-conf.xml and spn-conf.xml updated with the last MVNO from Spain. These can be used in any ROM.
Knowing issues:
- The inbuilt script for translation in the multilang ROM is not working. It's necessary to install morelocale 2 to translate it between supported locales.
- As I said before, there is an error on startup when on PIN request screen: "com.android.phone has stopped". See this post at XDA --> http://forum.xda-developers.com/showpost.php?p=37784356&postcount=9
- The phone reboots itself randomly.
- 4-way reboot: the bootloader option doesn't work, as it only performs a normal reboot.
- LED's notifications not working.
- There is about 3-4 seconds delay from the time you pick up the phone till you can hear the other person.
- Since the Newman N2 has the busybox stored in system/xbin, it must be fixed the updater-script from the GAPPS as follows:
run_program("/sbin/busybox", "mount", "/system"); run_program("/sbin/busybox", "umount", "/system");
Change it by,
run_program("/xbin/busybox", "mount", "/system"); run_program("/xbin/busybox", "umount", "/system");
That's all for now. If you have any questions don't hesitate to ask. Hope to see that update for the Newman N2 this friday. Thanks.
Basically, the build.prop hack consists in swap the device configuration and use the settings from Samsung Galaxy S3. Attached you have the modified file of the Genokolar's 3.2.16 release. Also I have included de apns-conf.xml and spn-conf.xml updated with the last MVNO from Spain. These can be used in any ROM.
Knowing issues:
- The inbuilt script for translation in the multilang ROM is not working. It's necessary to install morelocale 2 to translate it between supported locales.
- As I said before, there is an error on startup when on PIN request screen: "com.android.phone has stopped". See this post at XDA --> http://forum.xda-developers.com/showpost.php?p=37784356&postcount=9
- The phone reboots itself randomly.
- 4-way reboot: the bootloader option doesn't work, as it only performs a normal reboot.
- LED's notifications not working.
- There is about 3-4 seconds delay from the time you pick up the phone till you can hear the other person.
- Since the Newman N2 has the busybox stored in system/xbin, it must be fixed the updater-script from the GAPPS as follows:
run_program("/sbin/busybox", "mount", "/system"); run_program("/sbin/busybox", "umount", "/system");
Change it by,
run_program("/xbin/busybox", "mount", "/system"); run_program("/xbin/busybox", "umount", "/system");
That's all for now. If you have any questions don't hesitate to ask. Hope to see that update for the Newman N2 this friday. Thanks.