Sina
Sina
delete these 2 file! /home/fede/patchrom/adv/framework-res/res/drawable/notification_bg.xml /home/fede/patchrom/adv/framework-res/res/drawable/notification_bg_low.xml and it can get compiled but still you need to fix these translation in your framework-res ... open /home/fede/patchrom/adv/framework-res/res/values/string.xml and then open /home/fede/patchrom/adv/framework-res/res/values_es/string.xml translate...
do this command=> smali out/android.policy so we can figure out what is your problem exactly?
go to out/android.policy/smali/com/android/internal/policy/impl and open PhoneWindowsManager.smali and give me from line 12225 to 12265
change p0 to v0 in line 12243 so it will be this => invoke-static {p0}, Lcom/android/internal/policy/impl/PhoneWindowManager$Injector;->sendPowerUpBroadcast(Lcom/android/internal/policy/impl/PhoneWindowManager;)V to this => invoke-static {v0}, Lcom/android/internal/policy/impl/PhoneWindowManager$Injector;->sendPowerUpBroadcast(Lcom/android/internal/policy/impl/PhoneWindowManager;)V
don't do make fullota it will make the mistake again! just do it in out folder and save then recompile the android.policy in out directory
I told you :-D recompile it! It's simple! /home/fede/patchrom/tools/apktool --quiet b out/android.policy out/android.policy.jar as simple as it can be :-D :+1: and then continue to make fullota
again do the smali out/android.policy.jar and if it's the same problem do the same thing on PhoneWindowManager.smali and then type this command -> /home/fede/patchrom/tools/apktool --quiet b out/android.policy out/android.policy.jar after that...
Yup it's completly related to this!
How did you fix the framework.jar? By the way what is that in your makefile?? did you made it by yourself? if you copy that from i9100 I think you...
I don't have a google hangout anyway I mean framework.jar not frameowrk-res.apk care to give your logcat to see what is your problem in?