View Single Post
  #1 (permalink)  
Old 04-22-2011, 01:47 AM
muziling's Avatar
muziling
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to set CDMA APNs with new more stable ril

Quote:
Originally Posted by highlandsun View Post
Phone.apk. No framework-res.apk changes at all. Framework.apk is changed for CDMA data with username/password support.

You can't just drop these files onto your existing build, because their signatures won't match the rest of your build. Trust me, it's a real pain. You pretty much need to compile the entire system yourself in order to test these patches.

Sent from my TP2 using Tapatalk
Um, try to compile yet, too slow to download entire android source code, "make framework" cause disk I/O busy all the time...
So I request modified classes.dex to replace my build apk's classes.dex.
signatures not check file classes.dex.

I saw git souce diff, let APN and APN's user/pass work for CDMA mode, just patch framework-res.apk ? If phone.apk need, can upload modified apks too? For android 2.2 and 2.3.

Last edited by muziling; 04-22-2011 at 01:50 AM.
Reply With Quote