[FONT] Polo Brush with extended characters support - Android Themes

Hi!
This is the first time im posting something for the xda community to use.
I made it for myself but now im sharing if some one wants it.
I got polo brush font and added a few characters and glyphs it was missing, and edited for bold, italic, bolditalic, thin, light and condensed...
To install extract the zip file and type the following using ADB:
Code:
adb push polobrushplus /system/fonts/
After this you will notice that when you open clock a few numbers haven't changed. I'm also providing my edited DeskClock.apk. But remember i'm using CM10.1. It should work with any JB 4.2.x version... just in case it doesn't, do a backup. To install type:
Code:
adb push DeskClock.apk /system/app/
Hope you like it :fingers-crossed:
Don't forget to press :good:THANKS if you like it, and to
if you love it

Can I install this using a root explorer or a terminal emulator??
Sent from my Nexus 4 using xda premium

jaestreetss said:
Can I install this using a root explorer or a terminal emulator??
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
It should work as long as you get the *files*.ttf in /system/fonts/ replaced and then reboot. If after that your clock still haves default font, you have to terminate the clock app and replace it by the provided one
Sent from my Desire S using xda app-developers app

Can I just ask what software did you use to do this?Thanks

wow that cool :silly: can i use it on SGS 3?

Fzee said:
Can I just ask what software did you use to do this?Thanks
Click to expand...
Click to collapse
High-Logic Font creator
MrFitty said:
wow that cool :silly: can i use it on SGS 3?
Click to expand...
Click to collapse
i only tested it with cyanogenmod rom on my htc desire s. Im 100% that it will work with cyanogenmod on any device. If u r using stock rom cant tell 4 sure. but u can always do a nandroid backup, push the files to /system/fonts/ and see if it works... im curious now
sorry for the delayed answer...

That's great!
Thanks man!

This font is really awesome. It would be great to use it for game development. What license it has?

Will Not Install
When attempting to install the polo brush fonts using adb push polobrushplus /system/fonts/ in Terminal Emulator, I get the error message "error: device not found". I extracted the zip file and cd'd to where the polobrushplus directory is located. Anyone have any idea what I'm doing wrong? Thanks
PlayGhost2 said:
Hi!
This is the first time im posting something for the xda community to use.
I made it for myself but now im sharing if some one wants it.
I got polo brush font and added a few characters and glyphs it was missing, and edited for bold, italic, bolditalic, thin, light and condensed...
To install extract the zip file and type the following using ADB:
Code:
adb push polobrushplus /system/fonts/
After this you will notice that when you open clock a few numbers haven't changed. I'm also providing my edited DeskClock.apk. But remember i'm using CM10.1. It should work with any JB 4.2.x version... just in case it doesn't, do a backup. To install type:
Code:
adb push DeskClock.apk /system/app/
Hope you like it :fingers-crossed:
Don't forget to press :good:THANKS if you like it, and to
if you love it
Click to expand...
Click to collapse

to check if the phone is correctly connected to the computer type:
Code:
adb devices
you must have the phone drivers installed and debug mode on

ho to install ths zip file?

abhay1333 said:
ho to install ths zip file?
Click to expand...
Click to collapse
PlayGhost2 said:
To install extract the zip file and type the following using ADB:
Code:
adb push polobrushplus /system/fonts/
After this you will notice that when you open clock a few numbers haven't changed. I'm also providing my edited DeskClock.apk. But remember i'm using CM10.1. It should work with any JB 4.2.x version... just in case it doesn't, do a backup. To install type:
Code:
adb push DeskClock.apk /system/app/
Click to expand...
Click to collapse
You have to follow the instructions on first post.

Related

Ebuddy 1.9.1 apk for theming?

I love ebuddy on android, it's better than the official chinese MSN I posted a few weeks ago but I am sick of silver, white and orange. I am unfamiliar with how to get the apk files from apps installed from the android market.
Could someone, anyone please provide me with the apk file for ebuddy 1.9.1 (the most recent) so I can do some colour variations?
Cheers.
Uppy said:
I love ebuddy on android, it's better than the official chinese MSN I posted a few weeks ago but I am sick of silver, white and orange. I am unfamiliar with how to get the apk files from apps installed from the android market.
Could someone, anyone please provide me with the apk file for ebuddy 1.9.1 (the most recent) so I can do some colour variations?
Cheers.
Click to expand...
Click to collapse
www.developer.android.com
Install the Android SDK, open Command Prompt and write:
Code:
adb devices
adb pull /data/app app
Or if you know the .apk name
Code:
adb pull /data/app/apkname.apk
That will create a new folder called app in your /tools folder with all your apps.
Ah cheers man, done it
will post some colour variations asap.
Any idea why when i repackage the files as a zip then rename as an apk it fails to install?
I have re-signed the apk but it still wont install, any ideas why?
Uppy said:
Any idea why when i repackage the files as a zip then rename as an apk it fails to install?
I have re-signed the apk but it still wont install, any ideas why?
Click to expand...
Click to collapse
Better if you use apk tool: http://code.google.com/p/android-apktool/
Decompile: apktool d name.apk
Compile: apktool b name
Hmm still doesnt work. I'm not sure what I'm doing wrong...
Uppy said:
Hmm still doesnt work. I'm not sure what I'm doing wrong...
Click to expand...
Click to collapse
These resources seems 0 byte in the apk:
"drawable-hdpi-v6/chat_gray_back.9.png"
"drawable-hdpi-v6/chat_orange_back.9.png"
"drawable/chat_gray_back.9.png"
"drawable-hdpi-v4/chat_orange_back.9.png"
"drawable/chat_orange_back.9.png"
"drawable-hdpi-v4/chat_gray_back.9.png"
here's the zip file, if you can tell me what I've done wrong I'd really appreciate it.
Hmm..I let it compile, but fails to install the apk..
Hope someone much expert than me can help you
yeah, its weird how it wont install. like what I was trying to do though?
Uppy said:
Any idea why when i repackage the files as a zip then rename as an apk it fails to install?
I have re-signed the apk but it still wont install, any ideas why?
Click to expand...
Click to collapse
Download APKManager and you should be good.
EDIT: Didn't see the answers below mine for some reason ... I'm not at my desktop right now, but if no one has checked it by the time I get hope I'll see if I'm any help.
If you're just changing pngs, try to just extract the apk then zip it when changed. Ie. Don't decompile it
Do this using apkmanager
Sent from my HTC Desire using XDA App
zHk3R said:
Download APKManager and you should be good.
EDIT: Didn't see the answers below mine for some reason ... I'm not at my desktop right now, but if no one has checked it by the time I get hope I'll see if I'm any help.
Click to expand...
Click to collapse
Thanks dude.
and to mikep99: Already tried that too, thats what I did first. its annoying me now lol cheers anyway.
shameless self bump.
can no one help? i really want to know what the issue is for future reference...
Uppy said:
shameless self bump.
can no one help? i really want to know what the issue is for future reference...
Click to expand...
Click to collapse
no idea why your file wont install...
I decompiled a fresh version of ebuddy, compiled back and installed, no probs.
But, for exchanging some png´s only, that´s what I do:
- take a fresh original version (v1.9.1 attached)
- open com.ebuddy.android-1.apk with 7-Zip
- copy/paste new png´s
- close file
- sign
- install

cog 4.1.x theme!!!

somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
I second this lol!!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
yeah! i'm not a dev...
Actually there are some themes compatible with 4.1..."The red" and "The bloo" by whiteguypl are available now just look under Captivate themes and apps...Darkys theme should be 4.1 compatible soon as well...
Sent from my SAMSUNG-SGH-I897 using XDA App
yeah i saw those ones, a little too bubble popper looking for me. or bejeweled. it's not very clean imo
After the gym tonight I'll flash Cog 4.1.1 and play around with Reefers theme to see if I can get some of it working...
If I don't get to it then it's because I got too lazy
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
joeclark said:
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
Click to expand...
Click to collapse
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
I would enjoy a solid cog theme as well
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
Use a js5 rom where your theme choice is basically unlimited.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
WOOT! I have my gingerbread icons! Now I just need to figure out which file does the text colors
Sent from a phone using an app.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
This method will change the base graphics no matter what ROM the theme is based on?
I'd really like to try cognition 4, but I like the Gingermix theme, which is for i9000 roms...
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
cappysw10 said:
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
Click to expand...
Click to collapse
that looks good. is there any other fonts avail? i like andromeda font!
peachpuff said:
Use a js5 rom where your theme choice is basically unlimited.
Click to expand...
Click to collapse
no thanks. i like to keep my phone on the software that it was made for.
novajustin said:
that looks good. is there any other fonts avail? i like andromeda font!
Click to expand...
Click to collapse
A simple use of the forum search tool would have led you to THIS.
modmyphone said:
A simple use of the forum search tool would have led you to THIS.
Click to expand...
Click to collapse
thank you, i know how to load fonts on the phone however i prefer to use whatever is built in. hence why i was asking if there were other fonts available on his theme.
While I have not looked into this version of the theme, there may still be the Sansation font from the original build by D3StRoY & R64.

(App) Transparent Market 2.3.4

Transparent Market 2.3.4
Adb push to /system/app/Vending.apk
Make sure you delete the com.android.vending-1.apk in /data/app/com.android.vending-1.apk
You can also flash this if you put it in a flashable zip compatable with your clockwork; just take a zip folder you previously downloaded and delete the app or apps that are in the app folder of the zip and copy the Vending. apk to it and flash.
Here's a link to a buddy o' mine's thread, that has Black transparent facebook, gingerbread keyboards, and such.
The name's Fernando, all his stuff is compatable with the epic you just can't use his flash script, but you can have your own made, or do like I say in post #13
[UPDATE 3/5/11) 2.3.4.1transparent Gmail markets_transparent facebook_ more
Transparent gmail 2.3.4.1
Gmail.apk
Install like the market in the first post
Your my hero, lol, thanks for bringing this to the epic forum. .. also you gmail link is the vending.apk, as soon as that's fixed ill be set.
Sent from my SPH-D700 using Tapatalk
Works for the ACS Full or Standard Rom. Download and copy the file to the zip folder under /system/app. Copy to SDcard and install, will replace the apk already in the rom.
Awesome!! The market looks so cool. Please fix the link for gmail apk. I can't wait to see that one too. Thank you so much for these
Sent From My Evo Killer!
Gmail link fixed
Sent from my SPH-D700 using XDA App
Less Transparent, Inverted Gmail.apk
Hey Deciple -- I've been using a slightly less transparent version of the new Gmail and wanted to share. It makes visibility a little bit easier in the mail screen:
Installation is the same as above: goes in system/app/Gmail.apk
I'm pretty sure the opaqueness (or opacity) in this apk is controlled by a transparentish png.
But here's some screencaps of the Gmail apk you posted versus this more opaque version (on my setup).
Credit goes to the folks at Inversion Conversion on Droidforums, not me.
I think we should have a Transparent/Inverted apps section too, cuz they look soo much better than the stock.
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
lilmikeyv said:
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Ya - you can do it with Root Explorer.
With the Gmail.apk: download it, save to sdcard.
Open Root Explorer, navigate to sdcard
Long-click Gmail.apk, Copy.
back out to root folder, go to system, then app
(this is what I do.. just to create a backup)
Find existing Gmail.apk, rename to Gmail.bak
Paste the new Gmail.apk in that folder.
Find it, Long click, select Permissions
Under "Read" Check all 3, under "Write", Check ONLY user, under "Execute" uncheck all of them.
4 boxes checked, total. So it reads: rw-r--r--
Then exit, reboot if you want, and you should be set.
decalex said:
Ya - you can do it with Root Explorer.
With the Gmail.apk: download it, save to sdcard.
Open Root Explorer, navigate to sdcard
Long-click Gmail.apk, Copy.
back out to root folder, go to system, then app
(this is what I do.. just to create a backup)
Find existing Gmail.apk, rename to Gmail.bak
Paste the new Gmail.apk in that folder.
Find it, Long click, select Permissions
Under "Read" Check all 3, under "Write", Check ONLY user, under "Execute" uncheck all of them.
4 boxes checked, total. So it reads: rw-r--r--
Then exit, reboot if you want, and you should be set.
Click to expand...
Click to collapse
Thank you, thank you, thank you...now I see why u guys who help us out always preach BACKUP...seriously, thanks for the help!
Sent from my SPH-D700 using XDA App
lilmikeyv said:
Thank you, thank you, thank you...now I see why u guys who help us out always preach BACKUP...seriously, thanks for the help!
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
no prob. ha - ya, I've learned the hard way plenty
Once all is running fine, you can move that Gmail.bak over somewhere to your sdcard to reduce space taken up in your /system/app folder.
decalex said:
Hey Deciple -- I've been using a slightly less transparent version of the new Gmail and wanted to share. It makes visibility a little bit easier in the mail screen:
Installation is the same as above: goes in system/app/Gmail.apk
I'm pretty sure the opaqueness (or opacity) in this apk is controlled by a transparentish png.
But here's some screencaps of the Gmail apk you posted versus this more opaque version (on my setup).
Credit goes to the folks at Inversion Conversion on Droidforums, not me.
I think we should have a Transparent/Inverted apps section too, cuz they look soo much better than the stock.
Click to expand...
Click to collapse
Hey yeah that looks good man, I personally like the clear glass look, and I use a dark wallpaper too so I have no problem seeing my messages, however you do propose a valid suggestion and I agree that we should have a transparent /Inverted thread.
I can throw some inverts on here .
lilmikeyv said:
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Ok.........What you do is , If you ever downloaded a flashable zip, that has a market in it or any other app for that matter,that you know is compatable with your version of clockwork, then you open it up with 7zip, then you should see a folder called meta-inf and system. Open the system folder and there should be another folder in there called app. Open that one and delete whatever's in there (after you've presumably copied and saved the entire zip If you want to keep what's inside)and replace it with the app or app's you want to flash.
Awesome Market...... But i have 3 small issues LOL If i knew how to fix them i so would. So i hope you can help :-D
Could u Captalize the "M" in the first pic and change the text to white?
The seccond pic has a weird blue bar
and the third is the comment area~
Again Thank you for all your hard work!
JustJAck1235 said:
Awesome Market...... But i have 3 small issues LOL If i knew how to fix them i so would. So i hope you can help :-D
Could u Captalize the "M" in the first pic and change the text to white?
The seccond pic has a weird blue bar
and the third is the comment area~
Again Thank you for all your hard work!
Click to expand...
Click to collapse
1. +1 I have no green in anything on my phone, white would be great.
2. -1 this is cool its to show you that there is more in the description, fade effect.
3. -1 I think the comment area when you more should be white BG so its easier to read and rarely used.
@Deciple I was wondering if You could make a gmail version same as you have it (Transparent) but make the text another color than green (not a fan of green), Maybe White main text and blue "from" text, just like in the stock Samsung email app.
Managed it problem solved
HELP!!! After i deleted com.android.vending.apk in /data/app/com.android.vending.apk no more market at all. Tryed to flash it and still nothing please help
Try to adb push it like it says in the op.
Sent from my SPH-D700 using XDA App
I like the clear look for these apks. Does the gmail version allow for the automatic download of the pictures in the email?
Is it possible to use these apk in a mdpi 320x480 device like htc magic/mytouch 3g?
theshop said:
HELP!!! After i deleted com.android.vending.apk in /data/app/com.android.vending.apk no more market at all. Tryed to flash it and still nothing please help
Click to expand...
Click to collapse
Same Problem here!
Had to restore my recovery.
Tried a lot of different things. Like ad push, adb install.
Vendig apk was under /system/app, but wont show up as runnable app.

[Tutorial] How to use Lg Weather Widget on CM7 or Miui beta

Tutorial to add Lg classes to the framework.jar in order to make work the original weather widget of LG in every rom.
I have made this process successfully in the CyanogenMod 7.2RC1 and in the MIUI 2.1a.
I discovered this process thanks to doc3000, which created to me the framework.jar of CM7 with Lg classes. After a while researching, I discovered the process.
First of all, make a backup of your rom just in case something goes wrong, be able to recover the terminal restoring it from the recovery, given the fact that a wrong framework.jar will produce a bootlop.
The files you need are:
1) baksmali.jar y smali.jar ,which you can get it from here: http://code.google.com/p/smali/. I have used the .jar files
2) original LG framework.jar file, for example in whatever rom STOCK, available in “/system/framework/framework.jar”
3) framework.jar of the rom to which we want to add the LG classes, available in “/system/framework/framework.jar”
4) WeatherWidget.apk which you can get too from whatever STOCK rom, available in “/system/app/WeatherWidget.apk”
1) Open a console, then cd to the folder where you have the 4 files. Run:
Code:
java -jar baksmali.jar framework.jar -o outlg
This will make a folder named “outlg”, which it will have all the LG Classes of the framework.jar
2) Repeat the same with the framework.jar of the rom that we want to add the LG classes running the command
Code:
java -jar baksmali.jar framework.jar -o out
3) Go to the folder “outlg/com” and make a copy of the “lge” folder to the “out/com” folder.
4) Now run
Code:
java -jar smali.jar out -o classes.dex
5) Open the framework.jar of the rom that we want to add the LG Classes with Winzip / 7zip ... , and replace the file classes.dex from the inside by the one we just have created. (Don't use Winrar, it make an incorrect framework.jar with a bootloop as a result. I don't know if Winzip work, but I confirm 7zip yes)
6) Insert the modified framework.jar to the “/system/framework” overwritting the original file, and checking that it has group and owner “root” and the correct permissions ( To know the correct permissions, look the permissions of any file in the folder “/system/framework/”...)
7) Copy the file “WeatherWidget.apk” in “/system/app/” and put he same permissions as any apk in that directory, check that the group and the owner are “root” too
8) Restart the device, and here we have the original LG weather widget in our favourite rom.
This process should work in every rom in every device, not only in the Optimus Black, but I could not check it because I only have an Optimus Black.
Sorry for my english >.<
Cheers!!!
Thank you i gonna try it out. but why it is in Q&A section? Maybe moderator could move this thread to themes&apps section? xD anyway thank you dude
I have less than 10 posts, I can't post on Development forum, but you are right, apps and themes are the correct forum, sorry >.<
Enviado desde mi LG-P970 usando Tapatalk
It ok maybe moderator can move it some day and more people find it?
Sent from my P970 using XDA
Hang on, i got an idea. i can create thread for you and put link on this thred hows that?
Runtime,
Great toturial on getting stock weather widget to work with cm7.
Any way you could put all this into a flashable zip?
I have abandon stock rom for months now and dont want to go back to extract files. Just too much efforts.
Thanks,
Sent from my LG-P970 using XDA
fongnd said:
Runtime,
Great toturial on getting stock weather widget to work with cm7.
Any way you could put all this into a flashable zip?
I have abandon stock rom for months now and dont want to go back to extract files. Just too much efforts.
Thanks,
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
If i could make you a flashable zip i would make it for you. But i dont know how to. So ill just make you a zip containing all of needed files c: (btw it seems like the original poster of this left this thread D: )
Sent from my LG-P970 using XDA
Hi all,
I can do a normal zip with all the files needed. This night I will do the zip.
A flashable zip is usseles when developers make a change involving "CyanogenMod/android_frameworks_base" because the framework.jar change. You need to do the process again to get a new framework.jar or you will get a bootlop.
Since u back so i ask qustion again...
Do you want me to open thread for you in themes and apps and give a link to your post... i take no credit for ur work.. so want me to?
P.S. im making zip now
Sent from my LG-P970 using XDA
foggydisaster said:
If i could make you a flashable zip i would make it for you. But i dont know how to. So ill just make you a zip containing all of needed files c: (btw it seems like the original poster of this left this thread D: )
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
thanks for offering me all necessary files.
I've just go through the tutorial again to rehearse all the command that I need to do.... I think I will screw up on this.... I have a busy life and I cant afford to have bootloop on phone. Just too time consuming.
Zip Is Here!
As i promised, ZIP with all STOCK files you need to go Good Luck with this
LINK:
->> http://dl.dropbox.com/u/78691851/StockFiles.zip <<-​ Have fun c:
foggydisaster said:
As i promised, ZIP with all STOCK files you need to go Good Luck with this
LINK:
->> http://dl.dropbox.com/u/78691851/StockFiles.zip <<-​ Have fun c:
Click to expand...
Click to collapse
Have you try this? meaning get the lg weather widget to work on cm7/muiu
The command that RUNTIME listed... do we execute these on the Android Terminal on the phone
thanks,
fongnd said:
Have you try this? meaning get the lg weather widget to work on cm7/muiu
The command that RUNTIME listed... do we execute these on the Android Terminal on the phone
thanks,
Click to expand...
Click to collapse
As i understood you do this in ADB on your PC....ive got an idea, i can do this for ya just send me your framework.jar (/system/framework/framework.jar) And i can try aply this for you
foggydisaster said:
As i understood you do this in ADB on your PC....ive got an idea, i can do this for ya just send me your framework.jar (/system/framework/framework.jar) And i can try aply this for you
Click to expand...
Click to collapse
link below is the framework.jar from my CM7
https://docs.google.com/open?id=0BwQDdoY7L1pGQ1J6MmQ1Y1pRSUU
thanks,
fongnd said:
link below is the framework.jar from my CM7
https://docs.google.com/open?id=0BwQDdoY7L1pGQ1J6MmQ1Y1pRSUU
thanks,
Click to expand...
Click to collapse
Ok dude its night now so ill do this for you tomorow c: but ull have this i promise nighty night
Sent from my GT-I9001 using XDA
Hi all,
@foggydisaster
I apreciate you offer, I you want to do for me, I thanks you.
The commands are for a windows/linux terminal/shell with java installed, no need to have ABD or android SDK installed. On windows do Start->Run->Cmd, on linux simply open a terminal emulator.
runtime_Err0r said:
Hi all,
@foggydisaster
I apreciate you offer, I you want to do for me, I thanks you.
The commands are for a windows/linux terminal/shell with java installed, no need to have ABD or android SDK installed. On windows do Start->Run->Cmd, on linux simply open a terminal emulator.
Click to expand...
Click to collapse
Ill go with ubuntu c:
Sent from my GT-I9001 using XDA
i have a problem... when i run comand to extract LGE framework.jar it shows folowing:
"
Code:
[email protected]:~/Desktop/workfolder$ java -jar baksmali.jar framework.jar -o outlg
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.DexFile$NoClassesDexException: zip file framework.jar does not contain a classes.dex file
at org.jf.dexlib.DexFile.<init>(DexFile.java:298)
at org.jf.baksmali.main.main(main.java:265)
[email protected]:~/Desktop/workfolder$
Any ideas?
foggydisaster said:
i have a problem... when i run comand to extract LGE framework.jar it shows folowing:
"
Code:
[email protected]:~/Desktop/workfolder$ java -jar baksmali.jar framework.jar -o outlg
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.DexFile$NoClassesDexException: zip file framework.jar does not contain a classes.dex file
at org.jf.dexlib.DexFile.<init>(DexFile.java:298)
at org.jf.baksmali.main.main(main.java:265)
[email protected]:~/Desktop/workfolder$
Any ideas?
Click to expand...
Click to collapse
I edit my first post with CODE tags, copy again the commands and it will work. It's a problem with the "-" simbol in plain text with browser. My fault.
Still the same itworks with CM7 framework filebut not with LGE..

HTC Desire C Mods And Themes

............
remove, useless...
Mods And Themes For Desire C
remove again, don't need
Mods And Themes Descriptions
...
Hi mate thanks for this thread
mate if possible make 4x4 rosie.apk which support fallouttweaks.apk and rosie_icon.apk
Looking forward to it....
I'll make it if I have time gotta go somewhere.
4X4 App Drawer push to /system/app/
Decompiling com.htc.resources.apk
Hey, does anyone know how to properly decompile com.htc.resources.apk from Desire C? Every time I try, I get an error
Making This Into A ROM
Hey guys, I'm making this into a ROM
I'll keep this thread open, though, and still post Mods And Themes.
Explos!on ROM For HTC Desire C
einstein.frat said:
I'll make it if I have time gotta go somewhere.
4X4 App Drawer push to /system/app/
Click to expand...
Click to collapse
Thanks mate
Sent from my HTC Explorer using xda premium
Aluminium theme
Hello. I have Nameless v 6.0 and i want to have stock theme aluminium, i really miss that, because i liked that so much
I search on this forum, on google and i can´t find a tutorial how to put tis theme back. Can you please help me with that?
chutnak.jakub said:
Hello. I have Nameless v 6.0 and i want to have stock theme aluminium, i really miss that, because i liked that so much
I search on this forum, on google and i can´t find a tutorial how to put tis theme back. Can you please help me with that?
Click to expand...
Click to collapse
Here it is
4x4 Rossie
Nikhil thanks very much!
So i need something else...In menu i have 5x5 icon. I need to have 4x4. I download one file from this forum, from einstein.frat and i don´t know where i have push that file. Can you help me out with that?
If you already have the 4x4 Rosie.apk you can do this :
adb remount
adb push Rosie.apk /system/app/
tanbord cloudy
Where i have to write this?
Connect the phone to pc ,enable android debugging option .place the Rosie.apk file to the folder where you have installed android sdk(folder with adb.exe ) then just open cmd.exe in that folder and use the those commands.
nikhil16242 said:
Connect the phone to pc ,enable android debugging option .place the Rosie.apk file to the folder where you have installed android sdk(folder with adb.exe ) then just open cmd.exe in that folder and use the those commands.
Click to expand...
Click to collapse
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
What i did wrong? CMD show me this...
Uninstall htc sync manager. Then retry
Sent from my HTC Desire C using xda app-developers app
Is it possible for you to give me a cm9 status bar on stock rom and how to install it? as well as the messages app? i have sense 4 htc desire c and the status bar and messaging apps are horrible!
I HATE SENSE!
Shouldn't have bought an HTC, my friend
Sent from my HTC Desire C using xda app-developers app

Categories

Resources