sneaky_zekey
Member
OP is back up. Have fun.
thank you for readding it
OP is back up. Have fun.
so UD 6.0 has added the rotary lockscreen, would i have to edit these two new files in order to achieve the lockscreen text color (keyguard_screen_rotary_unlock.xml & keyguard_screen_rotary_unlock_land.xml
so UD 6.0 has added the rotary lockscreen, would i have to edit these two new files in order to achieve the lockscreen text color (keyguard_screen_rotary_unlock.xml & keyguard_screen_rotary_unlock_land.xml
those along with Android.policy.jar trust me its no fun! working on it now!
so UD 6.0 has added the rotary lockscreen, would i have to edit these two new files in order to achieve the lockscreen text color (keyguard_screen_rotary_unlock.xml & keyguard_screen_rotary_unlock_land.xml
those along with Android.policy.jar trust me its no fun! working on it now!
hmm,i have not been inside any .jar files, i think ill need a lil guidence here.
those along with Android.policy.jar trust me its no fun! working on it now!
hmm,i have not been inside any .jar files, i think ill need a lil guidence here.
you have to use baksmali to decompile the .jar file then port to the rom you are on. then Smali to recompile take the new .dex file it creates and replace it in your android.policy.jar file and pray to god you ported it right
you can learn about Smali and baksmali here
smali - Project Hosting on Google Code
hmm,i have not been inside any .jar files, i think ill need a lil guidence here.
you have to use baksmali to decompile the .jar file then port to the rom you are on. then Smali to recompile take the new .dex file it creates and replace it in your android.policy.jar file and pray to god you ported it right
you can learn about Smali and baksmali here
smali - Project Hosting on Google Code
thanks ill look at the reference you posted but im pretty sure this is way over my head. how hard would it be for someone else(like you) to make some edits then send it my way,would it be to hard for me to add it to my current rom im using. the color im going after is #ffff6600
you have to use baksmali to decompile the .jar file then port to the rom you are on. then Smali to recompile take the new .dex file it creates and replace it in your android.policy.jar file and pray to god you ported it right
you can learn about Smali and baksmali here
smali - Project Hosting on Google Code
thanks ill look at the reference you posted but im pretty sure this is way over my head. how hard would it be for someone else(like you) to make some edits then send it my way,would it be to hard for me to add it to my current rom im using. the color im going after is #ffff6600
are you on UD?? If so you can just edit the XMLs lol! I thought you want to get the rotary Lockscreen going!!! lol if you are on UD then yeah just edit like you did the slide Lockscreen!
I keep getting error. error parsing xml: not well formed <invalid token>
I downloaded your template, unzipped it and then made changes. Moved and overwrote those files into the framework and then tried to recompile and got those errors.
I keep getting error. error parsing xml: not well formed <invalid token>
I downloaded your template, unzipped it and then made changes. Moved and overwrote those files into the framework and then tried to recompile and got those errors.
Those files are already recompiled or in binary format. That is why I stated that you can edit them in a hex editor. Otherwise add then to a compiled framework and decompile. Then open the xmls and edit that way.