Fix Oxygen lock screen and change to old boot animation!
Thanks to user ClassicalGas I could fix lock screen on Oxygen 1.0.3 Themed version.
EDIT: You do not need to do all this! Just read ClassicalGas post below mine
So I made a tutorial showing all I did to fix, also how to include old boot animation to new builds.
All we need:
1. dsixda Kitchen:
http://forum.xda-developers.com/showthread.php?t=633246
2. Daneshm90 apkmanager:
http://forum.xda-developers.com/showthread.php?t=695701
3. update-oxygen-1.0.3-signed.zip:
http://forum.xda-developers.com/showthread.php?t=829734
4. Files attached.
OBS: never use quotes!
1- Create 2 folders on your Desktop: "AndroidKitchen" and "Apkmanager".
2- Extract content of "dsixda_Android_Kitchen_0.110.zip" to "AndroidKitchen" folder.
3- Extract content of "apk_manager_linux_4.7.zip" to "Apkmanager" folder.
4- Copy "update-oxygen-1.0.3-signed.zip" to "~/Desktop/AndroidKitchen/original_update" folder.
5- Go to terminal/prompt:
$cd ~/Desktop/AndroidKitchen/
$./menu
6- Now we are on dsixda Kitchen menu:
* hit "1" (set up working...)
* hit "enter"
* hit "1" again (to select oxygen ROM)
Will ask if we want to convert "updater-script"
* hit "3" (do nothing)
* hit "enter"
* hit "n" (if you hit "y" here you will get a error but dont worry just hit "enter")
Now we are back to menu, leave open.
7- Open other terminal/prompt: (windows user open as admin)
$cd ~/Desktop/Apkmanager/
---------------------------
Linux users:
$sudo chmod +x Script.sh
---------------------------
$./Script.sh
* hit "y" (clean out all)
Now we are on Apkmanager menu, leave open.
8- Open any file explorer and go to "~/Desktop/AndroidKitchen/WORKING_DATE_HOURS/system/framework/" folder and copy "framework-res.apk" to "~/Desktop/Apkmanager/place-apk-here-for-modding/" folder.
9- Back to Apkmanager menu on terminal/prompt:
* hit "1" (extract apk)
dont close!
10- Changing boot animation:
a. Open "attached_files.zip" go to "boot-images" folder and extract "android-logo-mask.png" and "android-logo-shine.png" to "~/Desktop/Apkmanager/out/assets/images/" and replace these 2 files.
11- Fixing lock screen:
a. Open "attached_files.zip" go to "drawable-hdpi" folder copy and replace all files on "~/Desktop/Apkmanager/out/res/drawable-hdpi/" folder.
b. Open "attached_files.zip" go to "drawable-land-hdpi" folder copy and replace all files on "~/Desktop/Apkmanager/out/res/drawable-land-hdpi/" folder.
12- Back to Apkmanager menu on terminal/prompt:
* hit "2" (wait a litter bit)
* hit "3" (zip apk)
* hit "1" (system apk)
* hit "17" (quit)
13- Copying files to kitchen:
a. Open any file explorer and go to "~/Desktop/Apkmanager/place-apk-here-for-modding/" folder and copy "repackaged-unsigned.apk" to "~/Desktop/AndroidKitchen/WORKING_DATE_HOURS/system/framework/".
b. Remove your old "framework-res.apk" from "~/Desktop/AndroidKitchen/WORKING_DATE_HOURS/system/framework/" and rename "repackaged-unsigned.apk" to "framework-res.apk".
14- Back to dsixda Kitchen menu on terminal/prompt:
* hit "6" (zipalign all apks)
* hit "y"
* hit "enter"
we are back to menu
* hit "99" (build)
* hit "enter"
* hit "x"
15- Open any file explorer and go to "~/Desktop/AndroidKitchen/OUTPUT_ZIP/" folder and copy "signed_date_hours.zip" to your SD card and flash.
I did this and I have no problems at all.
And many thanks to:
"dsixda" for kitchen .
"Daneshm90" for apkmanager.
"ClassicalGas" for point me how to correct lock screen.