open up a terminal (either a terminal emulator or through adb shell) and type:unfortunately, it still shows bars as "in-service"![]()
<br />
su<br />
radiooptions 1<br />
I am not a galaxy S owner, so I can't quite recommend a rom, but there are many choices here: http://rootzwiki.com/forum/273-i9000-development/unfortunately, radiooptions binary is not there at /system/bin even though your rom said install completed.
any other ideas? would I get better chances if I upgrade to Gingerbread? frankly speaking I don't care what version
of Android OS on my phone, as long as I can disable cell radio - it's the ultimate goal. maybe you can recommend
custom rom?
You may have to mount /system in CWM before you flash the mod. We have to do that on the Charge for most of our add-ons.unfortunately, radiooptions binary is not there at /system/bin even though your rom said install completed.
any other ideas? would I get better chances if I upgrade to Gingerbread? frankly speaking I don't care what version
of Android OS on my phone, as long as I can disable cell radio - it's the ultimate goal. maybe you can recommend
custom rom?
As long as busybox is installed (it is in CWM by default) the system partition should be mounted for you:You may have to mount /system in CWM before you flash the mod. We have to do that on the Charge for most of our add-ons.
<br />
show_progress(1, 15);<br />
ui_print("Wifi Only Mode");<br />
ui_print("For any rom, any device");<br />
ui_print("Mod developed by Jellybellys");<br />
ui_print(" ");<br />
ui_print("Mounting system...");<br />
run_program("/sbin/busybox", "mount", "/system");<br />
show_progress(2, 15);<br />
ui_print("Installing radio off mod...");<br />
package_extract_dir("system", "/system");<br />
show_progress(3, 15);<br />
ui_print("Removing unneeded apps...");<br />
run_program("/sbin/busybox", "rm", "/system/app/Messaging.apk");<br />
show_progress(4, 15);<br />
run_program("/sbin/busybox", "rm", "/system/app/Phone.apk");<br />
show_progress(5, 15);<br />
run_program("/sbin/busybox", "rm", "/system/app/TelephonyProvider.apk");<br />
show_progress(6, 15);<br />
ui_print("Unmounting system...");<br />
run_program("/sbin/busybox", "umount", "/system");<br />
show_progress(7, 15);<br />
ui_print("Installation complete!");<br />
show_progress(15, 15);<br />
First I wanna say thanks to jellybellys for this, I've been thinking about searching for some like this for days now, and Google delivered.Hello All,
... The problem is that I wanted to use the bluetooth ...
I have restored from backup so the bluetooth is working now, but so is the phone radio.
Are there ways to keep bluetooth, but disable the phone?
Thanks