Guest NicolaF Posted September 29, 2009 Report Posted September 29, 2009 Hi everybody. Wifi tether now works on the Galaxy ! The iptables binary is missing, but you can use the one shipped with version 1.52 and put it in /system/bin/. @Paul: Could you embed it in your next ROM ?
Guest testm1n Posted September 29, 2009 Report Posted September 29, 2009 Hi everybody. Wifi tether now works on the Galaxy ! The iptables binary is missing, but you can use the one shipped with version 1.52 and put it in /system/bin/. @Paul: Could you embed it in your next ROM ? Hello NicolaF, Do you know how I can only make an upgrade of the kernel ? I got I5 firmware but I anticipate ipfilter is not enable. I was looking to bring an hybrid ROM with a new kernel, but I got no idea how to extract Paul's kernel from its ROM and insert it in my curent running phone. Rgs, TM
Guest tiran Posted September 29, 2009 Report Posted September 29, 2009 Hi everybody. Wifi tether now works on the Galaxy ! The iptables binary is missing, but you can use the one shipped with version 1.52 and put it in /system/bin/. @Paul: Could you embed it in your next ROM ? hey can u tell me how u got it work? My log say: loading wlan.ko module... insmo: cant open /system/lib/modules/wlan.ko and configuring WiFi interface wlan_loader:not found the rest setup correctly im using MaDoCo rom with netfilter enabled thx for help
Guest tiran Posted September 29, 2009 Report Posted September 29, 2009 sorry bother u i had the old version installed and I replaced it with the other. dosent work!! needed to uninstall the old version. now its working thx anyway
Guest NicolaF Posted September 30, 2009 Report Posted September 30, 2009 Hi, @Paul: Your ROM is fantastic, but I'm missing the TAP/TUN devices for openvpn, so I decided to build my own kernel. It works (almost, i need a fresher ifconfig), but I always break netfilter (wifi tether fails setting FW rules). Could you please post your .config ? Thanks
Guest kam187 Posted September 30, 2009 Report Posted September 30, 2009 any eta on the I5 version? I'm debating weather to update or not. Are we looking at days or over a week?
Guest mrbrdo Posted September 30, 2009 Report Posted September 30, 2009 (edited) any eta on the I5 version? I'm debating weather to update or not. Are we looking at days or over a week? same for me, i am waiting for the I5 version to update. as far as i've heard so far, great work btw! you can download the original I5 firmware for odin here: http://forum.i7500world.com/viewtopic.php?...=33&start=0 Edited September 30, 2009 by mrbrdo
Guest tiran Posted September 30, 2009 Report Posted September 30, 2009 Hi, @Paul: Your ROM is fantastic, but I'm missing the TAP/TUN devices for openvpn, so I decided to build my own kernel. It works (almost, i need a fresher ifconfig), but I always break netfilter (wifi tether fails setting FW rules). Could you please post your .config ? Thanks Hi, have u make the iptables executable? use adb shell chmod 755 /system/bin/iptables
Guest NicolaF Posted October 1, 2009 Report Posted October 1, 2009 Hello NicolaF, Do you know how I can only make an upgrade of the kernel ? I got I5 firmware but I anticipate ipfilter is not enable. I was looking to bring an hybrid ROM with a new kernel, but I got no idea how to extract Paul's kernel from its ROM and insert it in my curent running phone. Rgs, TM Hello, Flashing only the boot partition (using flashboot) might work. Be sure to do a nandroid backup before. Regards
Guest NicolaF Posted October 1, 2009 Report Posted October 1, 2009 (edited) Hi, have u make the iptables executable? use adb shell chmod 755 /system/bin/iptables Hi, Yes, i have it. Kernel compilation finally succeeded, and everything works almost fine, except vpn : openvpn starts fine, tun0 is here, routes are OK, but no way to ping server. To be continued... For those who are interested, see attachment for my .config. Regards. EDIT: OpenVPN works ! Steps are :Rebuild your kernel using android.config as .configDownload openvpn here and put it in /systemln -s /system/xbin /system/xbin/bb (openvpn searches route and ifconfig here, don't know why)Put update-resolv-conf where you want (/system/bin for instance). This is the Debian one, modified to use setprop and not resolvconf.Launch openvpn : openvpn --script-security 2 --config /path/to/your/openvpn.confYour configuration file must contain the following options to work (see attachment) :dev-node /dev/tun (won't create /dev/tunX without that)up /system/bin/update-resolv-conf (to update DNS servers list with the infos pushed by the server)down /system/bin/update-resolv-conf (to reset DNS servers list when shutting VPN down)Remember that if you are using certificates, the private key file should not be world or group readable, or openvpn wont start. WARNING : at the moment, the update-resolv-conf script fails to restore DNS settings (getprop net.dns1/2 returns an empty string, so no way to save those properties before modifying them). If anyone has an idea... Have fun !android.config.txtupdate_resolv_conf.txtclient.conf.txt Edited October 1, 2009 by NicolaF
Guest Paul Posted October 1, 2009 Report Posted October 1, 2009 You realise you can pull the current kernel config from any running device by grabbing /proc/config.gz and ungzipping right? P
Guest Trass3r Posted October 2, 2009 Report Posted October 2, 2009 (edited) This ROM includes the XXIH8 radio, but I am not 100% sure whether the script is installing it properly (I was already on XXIH8 radio)... any feedback would be appreciated. No, it doesn't work. I still have IG8. Besides that it works great, a real speedup :D Now I just need to get me an iptables executable, would be cool if you could include it in the next release :P EDIT: HTC pdf viewer doesn't work anymore, the libpdfreader.so must be reuploaded to system/lib :D Now I just need a working WLAN driver with monitor mode and packet injection for full happiness :) Edited October 2, 2009 by Trass3r
Guest NicolaF Posted October 2, 2009 Report Posted October 2, 2009 You realise you can pull the current kernel config from any running device by grabbing /proc/config.gz and ungzipping right? P Hi, No, I didn't know... Nevermind, I learned a lot building my (first) linux kernel. Regards, NicolaF
Guest tiran Posted October 2, 2009 Report Posted October 2, 2009 No, it doesn't work. I still have IG8. Besides that it works great, a real speedup :D Now I just need to get me an iptables executable, would be cool if you could include it in the next release :P EDIT: HTC pdf viewer doesn't work anymore, the libpdfreader.so must be reuploaded to system/lib :D Now I just need a working WLAN driver with monitor mode and packet injection for full happiness :) There is now a new version with all included available. http://code.google.com/p/android-wifi-teth...=Samsung+Galaxy
Guest masei Posted October 5, 2009 Report Posted October 5, 2009 Hi, after installing the ROM chrooting in my debian on sdcard seems to be unpossible. After executing bootdeb I get these errors: insmod: init_module '/data/local/bin/unionfs.ko' failed (Exec format error) mount: mounting unionfs on /system/etc failed: No such device mount: mounting unionfs on /root failed: No such device mount: mounting unionfs on /sbin failed: No such device ln: /etc/mtab: Read-only file system
Guest livingcode Posted October 5, 2009 Report Posted October 5, 2009 Hey! I really want to see II5 update on this ROM! When will it be available? ty for Your good work!
Guest kam187 Posted October 5, 2009 Report Posted October 5, 2009 Hey! I really want to see II5 update on this ROM! When will it be available? ty for Your good work! I5 seems to have alot of bugs which are really winding me up. I might just downgrade to H7/H8
Guest mrbrdo Posted October 5, 2009 Report Posted October 5, 2009 I hope you continue dev. and optimization on this great mod!
Guest Paul Posted October 6, 2009 Report Posted October 6, 2009 Masei, if you cat /proc/filesystems, is unionfs listed there? If not, i'll compile a new kernel with it in. P
Guest mrbrdo Posted October 7, 2009 Report Posted October 7, 2009 By the way, would it be possible to get Bluetooth OBEX push somehow too? It's possible on some HTC phones with 3rd party apps, but they don't seem to work on galaxy for some reason. Also, did Samsung release enough source code so that it would be possible to make a Donut ROM at this point? Or we still need more sources... Thanks
Guest dandv Posted October 7, 2009 Report Posted October 7, 2009 Hello Paul, I attempted to direcly upgrade an IG1 with this ROM, but Radio is still stuck to IG1 although the upgrade goes without error. No, it doesn't work. I still have IG8. I can confirm that. Started with an actual virgin Galaxy, running Baseband version I7500JVIG4. After flashing, here is the About screen: Model number: Galaxy with MCR 1.1 Baseband version: I7500JVIG4 Kernel version: 2.6.27-mck-1.0 root@vmware-intrepid-x64
Guest dandv Posted October 7, 2009 Report Posted October 7, 2009 (edited) same for me, i am waiting for the I5 version to update. as far as i've heard so far, great work btw! you can download the original I5 firmware for odin here: http://forum.i7500world.com/viewtopic.php?...=33&start=0 The firmware download link is broken since the i7500world VPS has down. The firmware was first uploaded at androidforums. I5 firmware bugs are listed at androidforums as well. Edited October 7, 2009 by dandv
Guest dandv Posted October 8, 2009 Report Posted October 8, 2009 With H8 and this MoDaCo ROM and nothing else, Google Maps just downloaded from the Market force closes when I search for something. Does anyone else experience this?
Guest dandv Posted October 8, 2009 Report Posted October 8, 2009 With H8 and this MoDaCo ROM and nothing else, Google Maps just downloaded from the Market force closes when I search for something. Does anyone else experience this? UPDATE: I've flashed my phone back to just H8, and Google Maps (v3.1.2) now works flawlessly. If anyone else can reproduce this, we might have found an issue with the MoDaCo ROM v1.1.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now