Rosie tab theme - HTC Desire C

Push to /system/framework/
then reboot
Download

Related

Metamorph issue!!

Hiya peeps,
I'm making my morph theme, bu i'm running into issue's with the thm file. I have 7 parts I want to morph. the file name of the folder is exactly the same as the thm file. And this is the content of my thm file:
Any ROM
Any ROM
AdvancedLauncher.apk
/system/app/
Browser.apk
/system/app/
Camera.apk
/system/app/
Launcher.cpy
/system/app/
Music.apk
/system/app/
Settings.apk
/system/app/
framework-res.apk
/system/framework/
Then when I go into metamorph 1.7 all I see is the top 3, advanced launcher, camera and browser.
LINK TO THEME FILE
Can somebody tell what I'm doing wrong????
Try doing the copying first (i.e. place anything with .cpy at the top of the list)
ThnQ for replying. I already got that part working. Only now I'm running into another issue. everytime I apply my theme to my G1 my market and my metamorph, and my messing app stop working even tried fix all apk issue's in recovery. No effect.
Could this be because I maybe screwed up the size of a couple images ?

[Question] Stock Launcher?

Hey Everyone
Well i Just Flashed the new CM6 And i love it =D....But
I like the Stock Froyo Luncher
Not a real big Fan of ADW...so is there any way to get the Stock Luncher Back On the NO CM6
Thank for all the help
Download the Launcher2.apk
Put it in the tools folder of your sdk.
Then from command
adb remount
adb push Launcher2.apk /system/app
adb reboot
This will replace and remove ADW after reboot.
Won't replace it.. Will only add it.
you need to remover ADW too as well as push.
adb remount
adb shell rm ADWLauncher.apk/system/app
It replaced it for me when I pushed L2. Adw was gone and there was no listing in the settings.
thanks u guys are the best =D

[Req] Black Statusbar for Vanilla Fr15 Rom

Hello, you know give me a black stock statusbar mod for the vanilla rom Fr15?
Just flash a mod with black statusbar (or just the framework-res.apk from Fr15). You must also push services.jar from the Fr15 standard to the framework folder. If not your clock will be black together with the statusbar.
Novek said:
Just flash a mod with black statusbar (or just the framework-res.apk from Fr15). You must also push services.jar from the Fr15 standard to the framework folder. If not your clock will be black together with the statusbar.
Click to expand...
Click to collapse
I could change the rom zip files putting framework-res.apk and services.jar in vanilla from normal and install it by recovery?
Sorry for my bad English, i'm Italian.
You could if you do it right, but I wouldn't recommend it. The easiest is to install the vanilla ROM, then push the two files like this:
to push make sure you've got adb, then:
adb remount
adb push framework-res.apk /system/framework/
adb push services.jar /system/framework/
adb reboot
Novek said:
You could if you do it right, but I wouldn't recommend it. The easiest is to install the vanilla ROM, then push the two files like this:
to push make sure you've got adb, then:
adb remount
adb push framework-res.apk /system/framework/
adb push services.jar /system/framework/
adb reboot
Click to expand...
Click to collapse
I did it by changing the zip and it works Thanks for the help
I'd like to use the LG lockscreen, you know what file should Pushar? And you can do with the method you have described above?

[Q] Deodex Stock v20Q

Someone can deodex the new stock v20q?
is quite perfect stock rom, and if is deodex is perfect for many aspects
I'm getting errors deodexing with xUltimate 2.4.2.
Also, with xUltimate 2.3.3, most files can be deodexed, but the system becomes unplayable before flashing...
Have you got it?? Any news??
Where did you find the 2.4.2 file I can't find it anywhere.
daytonboi said:
Where did you find the 2.4.2 file I can't find it anywhere.
Click to expand...
Click to collapse
Sure!
http://www.xeudoxus.com/android/xUltimate-v2.4.2.zip
Simply added the latest ".2" at latest link into the official release thread
thank you very much
Deodexing stock ROM
This is a little tutorial to deodex stock ROM v20x's that i found here on XDA and that i modified a little to make it work with our OB
IT WORKED FOR ME, HOWEVER I DON'T TAKE ANY RESPONSIBILITY IF YOU MESS UP AND BRICK YOUR DEVICE OR ANYTHING ELSE. USE AT YOUR OWN RISK.
*What you need to have:
-xUltimate v2.3.3 (Thanks and Credits to Xeudoxus for this awesome app)
-Rooted kernel with busybox
-JDK installed on your Windows system
-If adb is not available in your windows PC, in xUltimate folder open "jar" folder. You'll find adb there.
*Extract stock app & framework folders and Deodex:
-Connect your device to computer.
-Start xUltimate (double-click on Main.exe)
-Select option 1. (Pull /system/app)
-Once option is done, select option 2. (Pull /system/framework)
-In the same folder, now you'll see two new folders (origi_app, origi_frame)
-For LGP970, go to origi_app folder and delete apk and odex files of Maps, PhoneSky and VoiceSearch.
-Select option 3 in Main menu (Deodex /system/app)
-Once its done, select option 4 in Main menu (Deodex /system/framework)
-DONE!!
Now you'll see two new folders done_app and done_frame.
*Push deodexed app and framework to device:
-Connect your device to PC in USB debugging mode.
-Copy done_app and done_frame folders to root of sdcard (/sdcard).
-Open Windows command prompt and type the below commands.
adb shell
$su
#stop
#mount -o remount,rw /dev/block/mmcblk0p9 /system
#busybox cp /sdcard/done_app/* /system/app/
#busybox cp /sdcard/done_frame/* /system/framework/
#rm /system/app/*.odex
#rm /system/framework/*.odex
#chmod 644 /system/app/*
#chown root.root /system/app/*
#chmod 644 /system/framework/*
#chown root.root /system/framework/*
#mount -o remount,ro /dev/block/mmcblk0p9 /system
#sync
#reboot
//In Recovery, Wipe Cache and Wipe Data/Factory reset.
Reboot.//
Credits and thanks to superatmos
Do not forget the thanks button if this helped you somehow ^_^
Irochk said:
... Factory reset ...
Click to expand...
Click to collapse
Is needed???
Maybe is the reason because it don't work to me...
Anyway, I remember deodex the 20n version without factory reset (only cache and davilk)...
In other side....
Latest deodexed work I omitted these files to keep updates from market:
Gmail.apk
GoogleQuickSearchBox.apk
Maps.apk
Phonesky.apk
Street.apk
VoiceSearch.apk
YouTube.apk
Anyone knows if is better let this apps with odex files to keep updates from market?
One step closer to my own custom stock 20q rom...
Error
jn83 said:
Is needed???
Maybe is the reason because it don't work to me...
Anyway, I remember deodex the 20n version without factory reset (only cache and davilk)...
In other side....
Latest deodexed work I omitted these files to keep updates from market:
Gmail.apk
GoogleQuickSearchBox.apk
Maps.apk
Phonesky.apk
Street.apk
VoiceSearch.apk
YouTube.apk
Anyone knows if is better let this apps with odex files to keep updates from market?
One step closer to my own custom stock 20q rom...
Click to expand...
Click to collapse
- -Start xUltimate (double-click on Main.exe)
-Select option 1. (Pull /system/app)
-Once option is done, select option 2. (Pull /system/framework)
-Select option 3 in Main menu (Deodex /system/app) <<< Error .odex file, how can i do. delete .odex all file ?
My model "Samsung Galaxy Note II GT-N7100

[Help]

i have problem here
i goto the system/app and i replace the file SystemUI.apk with other file and i restart phone and not load with startup
and i back original file SystemUI.apk and not get load i need help please to make it load again
You probably used the wrong systemUI for your ROM. Just reflash your ROM.
U can try ADB push to put the SystemUI.apk and set permissions..
Code:
adb push SystemUI.apk /system/app
adb shell
chmod 755 /system/app/SystemUI.apk

Categories

Resources