Hello,

here is a solution (only for testing and research, not for product) to
have the cellular data and wifi at the same time.

Warning: need root

1. pull build.prop from system

adb pull /system/build.prop .

2. Change ro.built.type property:

from: ro.built.type=userdebug (on ADP1)

to: ro.built.type=eng

3. Add property:

cm.test.mode=true

4. Remount system:

adb root
adb shell
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
exit

5. Push build.prop:

adb push build.prop /system

6. reboot :)

Some one knows if is possible to change the source code of the
ConnecitivityService.java and push to Android system (without install
a new image)? I think that is possible compiling a new core.jar and/or
ext.jar, correct?

cya

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to