QUOTE(phwee223 @ Jul 23 2010, 12:54 AM)
hmmmm... previous i was using villainrom 10 was automatic setting,
I'm not sure bellow step using android tools adb will help you or not, you may give a try
1. adb.exe shell
2. cd data/data/com*telephony/databases
3. sqlite3 telephony.db
4. You can see the table that needs to be updated by typing:
select * from carriers where name = 'Production';
(you don't have to do that, it just an additional step for you check existing APN)
5. update carriers set mmsproxy='202.75.133.49', mmsport='80', mmsc='http://172.16.74.100:10021/mmsc' where name = 'Production';
6. select * from carriers where name ='Production';
(to check the table was updated)
7. Reboot
Added on July 23, 2010, 12:33 pmAnybody try up FroydVillain 1.1.0 ? compare to CyanogenMod 6?
Hi, previously i just switch my HTC Hero into VillainROM 12, but my MMS APN seem not working, unable to send and receive, error = generic network failure.I'm not sure bellow step using android tools adb will help you or not, you may give a try
1. adb.exe shell
2. cd data/data/com*telephony/databases
3. sqlite3 telephony.db
4. You can see the table that needs to be updated by typing:
select * from carriers where name = 'Production';
(you don't have to do that, it just an additional step for you check existing APN)
5. update carriers set mmsproxy='202.75.133.49', mmsport='80', mmsc='http://172.16.74.100:10021/mmsc' where name = 'Production';
6. select * from carriers where name ='Production';
(to check the table was updated)
7. Reboot
Added on July 23, 2010, 12:33 pmAnybody try up FroydVillain 1.1.0 ? compare to CyanogenMod 6?
I would like to give a try about ur suggestion, but could u tell me how to do it? i not sure how to use the android tool adb.
Thanks
Aug 16 2010, 02:19 PM

Quote
0.0229sec
0.34
7 queries
GZIP Disabled