Guest pulser Posted January 18, 2010 Report Posted January 18, 2010 (edited) Cool. I'll give it a try tomorrow. Do you mind sharing what you did To bb? Perhaps we should just put Googles nameservers (8.8.8.8 and 8.8.4.4) into resolv.conf. Good night Niki Bit of a silly question, I believe, but if you put those nameservers into resolv.conf, would that make the phone use them for 'normal' browsing etc, over 3G connection? I have been wanting to do this for a while, as T-Mobile's are a bit sluggish, but not as bad recently. I found other DNS servers (like google) I can ping a lot faster than theirs. If so, do I just need to pop in the modified busybox that reads the resolv.conf file? If not, any ideas about how to 'setprop' them and then 'force' them to not be changed by DHCP. I can get them temporarily, but they change back if the connection drops even momentarily :) Cheers Edited January 18, 2010 by pulser
Guest freeasabeer Posted January 18, 2010 Report Posted January 18, 2010 No, not at all. Busybox world and android applications world are 2 separate worlds.
Guest Catscrash Posted January 18, 2010 Report Posted January 18, 2010 Wow, thats really great, thanks a lot... I see a lot of you seem to know quite a bit about android dns-system... please have a look at my problem here: http://android.modaco.com/content/general-...n/#entry1110270 that would be soooo great! Thanks
Guest pulser Posted January 18, 2010 Report Posted January 18, 2010 No, not at all. Busybox world and android applications world are 2 separate worlds. I suspected that :) I'm trying to figure out where in the Android/Linux system the actual 3G connection takes place, and if there are any scripts used to make the connection. Any ideas if there is anything in Linux that would be making the connection (I'm guessing something to do with /dev/rmnet0) Thanks for confirming though.
Guest Loxley Posted January 18, 2010 Report Posted January 18, 2010 I've updated this post with my resolv.conf friendly busybox. I realize now I didn't uploaded it at the time of writing the post. It also includes latest lscolors and crond config updates from Paul. Works like a charm over here. What did you do? Thanks niki
Guest freeasabeer Posted January 18, 2010 Report Posted January 18, 2010 You won't believe me: I just made sure that libresolv gets linked in while building the static binary :)
Guest Paul Posted January 18, 2010 Report Posted January 18, 2010 Worth putting your busybox in the first post too? P
Guest Loxley Posted January 18, 2010 Report Posted January 18, 2010 You won't believe me: I just made sure that libresolv gets linked in while building the static binary :) Ahhh I see, three deep bows in your direction. :) Paul, may we have this bb in 3.2, please? Regards Niki
Guest freeasabeer Posted January 18, 2010 Report Posted January 18, 2010 Worth putting your busybox in the first post too? Yes, just done. If things go on like this, I will soon run out of upload space... :)
Guest Loxley Posted January 18, 2010 Report Posted January 18, 2010 This will find all configured nameservers: getprop | grep dns | sed -n -e 's/\[.*\]: \[\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\)\]/nameserver \1/ p' | sort -u
Guest heyodee Posted January 19, 2010 Report Posted January 19, 2010 If somebody needs it, I compiled for myself at the beginning of my android experience :) nmap, netcat, joe, hts/htc, kismet, aircrack, wireless-tools,gpsd.. as static compiled binaries. For all the non daily use stuff I'm using debian in a chroot environment (bootdeb) much more flexible. Cool nifty linux apps, please share
Guest Paul Posted January 20, 2010 Report Posted January 20, 2010 Ahhh I see, three deep bows in your direction. :) Paul, may we have this bb in 3.2, please? Regards Niki I'm refreshing the 3.2 Beta today or tomorrow so yes, i'll add it in! :) P
Guest Andcr Posted January 20, 2010 Report Posted January 20, 2010 yes, i'll add it in! :) yay! great news.
Guest freeasabeer Posted January 20, 2010 Report Posted January 20, 2010 i'll add it in! :) I'm gonna have a beer to celebrate this
Guest freeasabeer Posted January 21, 2010 Report Posted January 21, 2010 (edited) screen has been updated ! See changelog in the second post of this topic. I've seen a nasty bug in mc that lead to a crash. I hope to be able to quickly provide a fix for this. Edited January 21, 2010 by freeasabeer
Guest heyodee Posted January 21, 2010 Report Posted January 21, 2010 screen has been updated ! See changelog in the second post of this topic. I've seen a nasty bug in mc that lead to a crash. I hope to be able to quickly provide a fix for this. Thanks for the update chief
Guest Paul Posted January 22, 2010 Report Posted January 22, 2010 freeasbeer's busybox is now included in the Beta releases of MCR for Hero and Pulse (Nexus One coming soon). Thanks freeasbeer! :) P
Guest DocMAX Posted January 23, 2010 Report Posted January 23, 2010 can somebody compile HTOP for me? or give me a how-to?
Guest freeasabeer Posted January 25, 2010 Report Posted January 25, 2010 You can find htop in the first post of this topic... However I couldn't use the Fn keys...
Guest redcow Posted January 25, 2010 Report Posted January 25, 2010 However I couldn't use the Fn keys... you could remap them?
Guest heyodee Posted January 26, 2010 Report Posted January 26, 2010 You can find htop in the first post of this topic... However I couldn't use the Fn keys... One can use Capital S to reach menu, but there is little one can do Space bar to select or deselect q -> to save included htoprc.txt file which should be renamed .htoprc and also should be located wherever the $HOME is set to it will display PID,USER,CPU%,MEM%,COMMANDhtoprc.txt
Guest heyodee Posted January 26, 2010 Report Posted January 26, 2010 (edited) ...these linux tools are mainly intended for geeks that like top play with the internals of their Hero from a shell (either adb shell, ssh connection, or a terminal application). Regular users won't find any benefit by installing these tools: they won't make their hero faster or work better, they will just increase the ROM memory consumption. ... Here is pstree, you can add to the listpstree.zip Edited January 26, 2010 by heyodee
Guest intronauta Posted January 26, 2010 Report Posted January 26, 2010 One can use Capital S to reach menu, but there is little one can do Space bar to select or deselect q -> to save included htoprc.txt file which should be renamed .htoprc and also should be located wherever the $HOME is set to it will display PID,USER,CPU%,MEM%,COMMAND Cyanogen include htop in Nexus1 CM. Someone can check if keys are remapped? http://forum.xda-developers.com/showthread.php?t=623496
Guest heyodee Posted January 26, 2010 Report Posted January 26, 2010 Cyanogen include htop in Nexus1 CM. Someone can check if keys are remapped? http://forum.xda-developers.com/showthread.php?t=623496 They are not.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now