From 3e9a68fcc6c16be69abfa27d5fd3a2cbfc620bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 3 Apr 2013 19:34:40 +0200 Subject: Fixed bug #2146 => A calculation is now fine. Next step: fix M1 calculation, since right now (using tests) response() method is not doing OK. Added new SRPSession modifying response() method from JBoss SRP implementation. Added hosts-for-android-emulator. Use with the following commands to be able to test on api.lvh.me: adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system adb push ~/workspace/leap_android/hosts-for-android-emulator /system/etc/hosts --- hosts-for-android-emulator | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts-for-android-emulator (limited to 'hosts-for-android-emulator') diff --git a/hosts-for-android-emulator b/hosts-for-android-emulator new file mode 100644 index 00000000..b10103ef --- /dev/null +++ b/hosts-for-android-emulator @@ -0,0 +1,9 @@ +127.0.0.1 localhost +10.0.2.2 api.lvh.me + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters -- cgit v1.2.3