---------Mod could you please lock this thread?
----Taking up another project Still porting dialer so don't worry.
anyone know how to go about using the smali jar file? what's the syntax?
AndroidManifest in readable form http://pastebin.com/f460f3015 used AXMLPrinter2.jar Thanks jashu. Anyone know if i have to edit this? I've looked through it and am going to again. Try to compare this and androidmanifest in the regular phone.apk. Using cyanogen's phone.apk from his cupcake build as a base.
I've given up on this whole idea. Instead, I found that I can make aContacts look and function close enough to HTC Dialer:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
edit: thanks, found the app in the market doh!
alritewhadeva said:
AndroidManifest in readable form http://pastebin.com/f460f3015 used AXMLPrinter2.jar Thanks jashu. Anyone know if i have to edit this? I've looked through it and am going to again. Try to compare this and androidmanifest in the regular phone.apk. Using cyanogen's phone.apk from his cupcake build as a base.
Click to expand...
Click to collapse
are you a programmer? i'm sure that this is very complex, do-able, but very complicated with all of the HTC stuff you have to port over...but the best of luck to you
njuncos said:
are you a programmer? i'm sure that this is very complex, do-able, but very complicated with all of the HTC stuff you have to port over...but the best of luck to you
Click to expand...
Click to collapse
bleh not really lol. Just a kid bored. Have some free time on my hands so might as well try it out right? Appreciate it if some people would help out though. Anyone?
Take a look at the rotary dialer code
http://bakhtiyor.com/2009/07/rotary-dialer/
delta_foxtrot2 said:
Take a look at the rotary dialer code
http://bakhtiyor.com/2009/07/rotary-dialer/
Click to expand...
Click to collapse
What's that for?
alritewhadeva said:
What's that for?
Click to expand...
Click to collapse
Basic dialer code, the rotary thing is more annoying than anything, but thought it might help speed up the coding process.
Chahk said:
I've given up on this whole idea. Instead, I found that I can make aContacts look and function close enough to HTC Dialer:
Click to expand...
Click to collapse
Is that a theme/setup you could share? Looks awesome.
alritewhadeva, what if you do something similar to Stericson, by using the tool that he did (which JF created). It's mentioned in the first post of this thread.
kockroach said:
Is that a theme/setup you could share? Looks awesome.
alritewhadeva, what if you do something similar to Stericson, by using the tool that he did (which JF created). It's mentioned in the first post of this thread.
Click to expand...
Click to collapse
Yup i'm using the same method. Baksmali (disassemble) the .dex file ,making edits and then smali (reassemble) the .dex file. Merging it with the .apk ,signing and installing. This is going to be a long long process as I'm not sure what smali files i have to edit. I also can't do this alone so guys please drop a helping hand. @delta_foxtrot ah i see thanks for that. Will look into it.
i never used the roger dialer etc
im more interested in the hero dialer and contacts....i love the facebook sync options. i think that may be included in the donut 2.0 being released at the end of the summer.
kockroach said:
Is that a theme/setup you could share? Looks awesome.
Click to expand...
Click to collapse
No special theme really, it's all in the app's preferences.
Change the Default View option to "List", check the "Display T9" option to sow the dialer when the app starts, and finally change the theme to "GrayBlack". The dialer's search functionality is very close to that of HTC's: it tries to match by phone number, and by name simultaneously. The only difference is that it doesn't highlight the selected letters in the name like the HTC Dialer does. Minor point if you ask me.
bigslanki said:
im more interested in the hero dialer and contacts....i love the facebook sync options. i think that may be included in the donut 2.0 being released at the end of the summer.
Click to expand...
Click to collapse
donut 2.0 is not being released at the end of the summer...Think how long it took cupcake 1.5 to be released. I could try the hero dialer but i don't have the necessary files...If someone could get a Phone.apk with classes.dex inside the apk from a hero build I would greatly appreciate it.
I used baksmali and i'm looking at all the different smali files and I'm completely confused lol ... maybe i should stick to Java/C#
alritewhadeva said:
donut 2.0 is not being released at the end of the summer...Think how long it took cupcake 1.5 to be released. I could try the hero dialer but i don't have the necessary files...If someone could get a Phone.apk with classes.dex inside the apk from a hero build I would greatly appreciate it.
Click to expand...
Click to collapse
aren't you running the Hero Build lol
just get it from the update.zip of your 2.7.1 hero build
johnnylicious said:
aren't you running the Hero Build lol
just get it from the update.zip of your 2.7.1 hero build
Click to expand...
Click to collapse
Doesnt work like that. I need a classes.dex file. Most the of the apks in hero are optimized with dexopt-wrapper ,creating an .odex file. In the creation of the .odex, it deletes the classes.dex in the apk
alritewhadeva said:
Doesnt work like that. I need a classes.dex file. Most the of the apks in hero are optimized with dexopt-wrapper ,creating an .odex file. In the creation of the .odex, it deletes the classes.dex in the apk
Click to expand...
Click to collapse
try downloading the original WWE Hero rom that Haykuro released on xda.
maybe that could have it.
Related
Since Cyanogen is no longer creating theme templates, I've made my own.
It is based off of his 4.0.4 template. The only .apk's I have removed are:
Code:
FilePicker.apk
HTCAlbum.apk
PDFViewer.apk
Clicker.apk
com.amazonmp3.apk
as they are no longer included in Cyanogen's ROMs (except for amazon, which i dont like nor is it themed in most themes)
Clicker.apk can be found here
Code:
http://n0rp.chemlab.org/android/apps/Clicker.apk
I've added more files for the 4.2.5 release to bring it up to date for Donut.
This can be used to flash back to the stock theme without having to flash the entire ROM and can also be used to create a theme from scratch.
I will update this as fast as I can following the release of a new Cyanogen ROM
NOTE: THIS TEMPLATE WILL ONLY WORK ON PHONES THAT USED THE HTC ADP RECOVERY [I.E THE G1], NOT THE ADP ROOTED BASE!
I will make a new version for it tomorrow
I have tested this on my own phone (yes its signed lol) both over the stock Cyanogen ROM and over a theme to revert to stock Cyan. Both times it worked perfectly (the only issue is that any Google widgets on the home screen take a while to show up initially)
PLEASE MAKE A NANDROID BACK-UP BEFORE FLASHING!
While I have tested this myself, I cannot guarantee that this will not cause any problems
Note: If you have any modified .apks such as google maps with navigation, this will overwrite them. Update them from the market
Current Release
CM-4.2.6 Download
MD5: 0C305D2C27B76FDD815D4C8EB609F91C
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OLD VERSIONS
CM-4.2.5 Download
MD5: 35F33355448F7FED8A133AE00B841C28
CM-4.2.4 Download
MD5: B15A216717C9C62AA251EA3455A885AB
Dwang's 1.13 Theme template
I have not flashed this myself but this theme template should be good for themes on Dwang's ROM (Confirmed stable by RyanMo)
Report any problems you have so I can work on fixing them
Download
MD5: 6D05C015F70635D27F3DE91BC26E62B9
If you appreciate my work, please visit AndroidOverdrive.com
Hey a stock theme, yay
screenies plz
Screenshots please
Thatguy32404 said:
Hey a stock theme, yay
Click to expand...
Click to collapse
david1171 said:
screenies plz
Click to expand...
Click to collapse
Lol, that was a good start of my day .
But seriously: nice work.
david1171 said:
screenies plz
Click to expand...
Click to collapse
Thatguy32404 said:
Screenshots please
Click to expand...
Click to collapse
Seriously?? Its stock donut!
bhilgeman said:
Seriously?? Its stock donut!
Click to expand...
Click to collapse
really now... i told him how to make it. i think i know what it is. its called humor someone got it
david1171 said:
really now... i told him how to make it. i think i know what it is. its called humor someone got it
Click to expand...
Click to collapse
come on dnt anger the kids david
Updated...seems to work alright
EDIT: Psh david you didn't tell me how to make it, you just confirmed it lol. Besides, I didn't even use anything you told me in the final release
awesome!
finally a template
thanks man! so much better then re flashing the whole thing
i was just curious if this also changes the youtube apps and such back to normal
because i know they are no longer in CM
they wont be unthemed i guess you could say when flashing a new CM update
smackiesfunkies said:
awesome!
finally a template
thanks man! so much better then re flashing the whole thing
i was just curious if this also changes the youtube apps and such back to normal
because i know they are no longer in CM
they wont be unthemed i guess you could say when flashing a new CM update
Click to expand...
Click to collapse
I've included the Google apps as well, so it will replace them. You should be completely stock after flashing this. If anyone has problems with the template, please report them here.
B-Man007 yet again you cease to amaze...this will help me in theming ALUCE and get an update out for it finally thanks
holmes901 said:
B-Man007 yet again you cease to amaze...this will help me in theming ALUCE and get an update out for it finally thanks
Click to expand...
Click to collapse
ive ceased to amaze
haha jk man
post it up here when your done (or at our site )
Most def all for sharing the my theme across sites.
Hey B if there are apk's that I am not going to edit all cool to delete then resign and flash???...Just double checking myself
holmes901 said:
Hey B if there are apk's that I am not going to edit all cool to delete then resign and flash???...Just double checking myself
Click to expand...
Click to collapse
Yes as long as you sign it, the theme will still work
Bomb Diggities...Thanks
Updated with Dwang's 1.13 template
B-man007 said:
I've included the Google apps as well, so it will replace them. You should be completely stock after flashing this. If anyone has problems with the template, please report them here.
Click to expand...
Click to collapse
awesome man thanks!
u have no idea how much ive missed these stock templates :]
notification sound
is there a way for me to put my own notification sound on the phone....cuz i cant ....and i dont really like the one that came with it....if so please help...
thannk u!!!
UPDATE 4/30: Ported to run on CM 5.0.7
It's been a while since I've messed with themes. Here is one I've been working on recently. It is based of the HTC Espresso UI. So far I've only edited the framework, contacts, and launcher apk's. Will finish more when I get time. All images were optimized with OptiPNG.
I do want to give credit to drpfenderson, I took a few images from his framework-res.apk, until I modify them myself.
Download here-
http://ultraespresso.googlecode.com/files/ultra-espresso-v0.2-CM507-signed.zip
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
v0.2 -
- Modified to work on CM 5.0.7
v0.1 -
- Copied Espresso drawables to framework-res.apk.
- Edited Contacts.apk.
- Edited Framework-res.apk.
- Edited Launcher.apk
I was lookin' for a new theme to flash, guess I'll try this.
This looks really cool, really diggin' the dialer
I tried flashing, getting "E:No signature (774 files)
E:Verification failed"
And considering this theme is 1.14mb when most are >10mb, I am thinking there is something wrong here...
skyundersea said:
I tried flashing, getting "E:No signature (774 files)
E:Verification failed"
And considering this theme is 1.14mb when most are >10mb, I am thinking there is something wrong here...
Click to expand...
Click to collapse
this is a metamorph theme. Not flashable. Read the OP bro! .
I'm having problems applying the theme via metamorph, it says the theme control files could be missing or whatever. I know this is a noob question, but I never bothered with metamorphs because I never figured out what was the problem..
Eclair~ said:
I'm having problems applying the theme via metamorph, it says the theme control files could be missing or whatever. I know this is a noob question, but I never bothered with metamorphs because I never figured out what was the problem..
Click to expand...
Click to collapse
Did you rename the file? Check the OP.
ultra spikey said:
Did you rename the file? Check the OP.
Click to expand...
Click to collapse
I'm not retarded, lol, I renamed it. Guess I'll stick to update.zips from now =P
Eclair~ said:
I'm not retarded, lol, I renamed it. Guess I'll stick to update.zips from now =P
Click to expand...
Click to collapse
What rom and version are you on? I made this on SuperD 1.8, but really should work on any SuperD.
Eclair~ said:
I'm not retarded, lol, I renamed it. Guess I'll stick to update.zips from now =P
Click to expand...
Click to collapse
you are not supposed to rename it.
AndroidNoobie said:
you are not supposed to rename it.
Click to expand...
Click to collapse
The first post of the thread said rename it, I'm simply following the steps that were given to me.
And I'm on Super 1.9, I didn't think it would matter much, if at all..
Eclair~ said:
The first post of the thread said rename it, I'm simply following the steps that were given to me.
And I'm on Super 1.9, I didn't think it would matter much, if at all..
Click to expand...
Click to collapse
It shouldnt really matter what version SuperD youre running, so I dont know why it's not working for you. I uploaded v0.1 again, but this time you won't need to rename it, just to make things easier.
do you plan on updating it to super d 1.9.2
It works fine for me on SuperD 1.9.2 with Dwangs kernel, but I modified it a little bit, because I love the white version
I call it latte-macchiato
But this theme looks awesome I really like it Good job, ultra spikey
ID# said:
It works fine for me on SuperD 1.9.2 with Dwangs kernel, but I modified it a little bit, because I love the white version
I call it latte-macchiato
But this theme looks awesome I really like it Good job, ultra spikey
Click to expand...
Click to collapse
ok thanks.
ps. if you dont mind me asking is super d better with dwangs kernal or just as stand alone super d
A liitle offtop but, is there any possibility to get this Flip Clock as a widget to my CyanogenMod?
Thanks
ps. if you dont mind me asking is super d better with dwangs kernal or just as stand alone super d
Click to expand...
Click to collapse
I just tried it, but it isn't really worth to do it, there is quite no difference in speed or stability or sth imho!
A liitle offtop but, is there any possibility to get this Flip Clock as a widget to my CyanogenMod?
Click to expand...
Click to collapse
It's called weather widget But I think it's the donate version
Got to admit I only used the Contacts part of your Metamorph as I find the launcher a bit too big.
But got to say, great work nonetheless! Really dig the dialer!
this theme couses problem with market. after metamorphing, market doesnt install apps
PS I am sure this is framework.res problem. I installed contacts and launcher, and everythink is fine. After frameowork, market crashes
I think I figured out why some people are having issues. Looks like SuperD's system partition needs to be mounted as read-write in order for the Metamorph to push the files. Just enter this in Terminal first to remount as read-write, then Metamorph.
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
edit: nevermind, this worked the first time, then tried it again to test and now it won't morph. I'll look into it more tomorrow, going to sleep.
Hi,
This is my first bootscreen that i made. I called it Drawing eclair since i use the original eclair logo from google. They already make a good logo so why dont we use it
I tested this bootscreen GSM Hero with Chocolate Eclair and Vanilla Eclair, i hope it works on any ROM (please let me know). And I hope you all like it
Edit :
[BOOTSCREEN] Drawing Froyo <<< my new boot animation
Nice Good idea
Here's a gif for a better preview
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BTW this will not work for sense ROMs but I think it wil work for (almost) all Froyo and vanilla ROMs
That's pretty awesome. Going to give it a try.
Very nice I like it you should make a Froyo now since I just moved to it
C0mpu13rFr34k said:
Here's a gif for a better preview
Click to expand...
Click to collapse
thanks a lot for the preview
C0mpu13rFr34k said:
BTW this will not work for sense ROMs but I think it wil work for (almost) all Froyo and vanilla ROMs
Click to expand...
Click to collapse
BTW its work on my Chocolate Eclair right now and its senseROM
MentalDeath said:
Very nice I like it you should make a Froyo now since I just moved to it
Click to expand...
Click to collapse
still working on it
aankun said:
still working on it
Click to expand...
Click to collapse
it's okay I went back to my Eclair
Hello I don't have a hero but wanted to try this out. When I opened the zip fle, it contains metadata for mac (the __MACOSX folder). Does this affect flashing on your heros?
PS.
I'll actually create my own recovery .zip file but i'm curious about that..
kenshinta said:
Hello I don't have a hero but wanted to try this out. When I opened the zip fle, it contains metadata for mac (the __MACOSX folder). Does this affect flashing on your heros?
PS.
I'll actually create my own recovery .zip file but i'm curious about that..
Click to expand...
Click to collapse
I'm not an expert on this, but it's look OK on my Hero And since I use OSX I can't see this folder
aankun said:
BTW its work on my Chocolate Eclair right now and its senseROM :confused
Click to expand...
Click to collapse
Oh okay then that's an exception But non other than that i'm 99% sure since the bootscreen in other ROMs is located in a different directory
Great work BTW I forgot to say xD
how to make this work? i flashed it and nothing happens ):
Hmmm....
C0mpu13rFr34k said:
Oh okay then that's an exception But non other than that i'm 99% sure since the bootscreen in other ROMs is located in a different directory
Great work BTW I forgot to say xD
Click to expand...
Click to collapse
ahh.. different directory. You are right. After i re-flash my chocolate eclair and then apply the boot animation, it didn't work. And I found another bootanimation.zip file on system/customize/resource/
I added some lines on the install script to delete the file first and then copy the new bootanimation file. Its working now (I think...) Correct me if I'm wrong
aankun said:
ahh.. different directory. You are right. After i re-flash my chocolate eclair and then apply the boot animation, it didn't work. And I found another bootanimation.zip file on system/customize/resource/
I added some lines on the install script to delete the file first and then copy the new bootanimation file. Its working now (I think...) Correct me if I'm wrong
Click to expand...
Click to collapse
That will probably work but there's no need to delete other files than the original bootanimation.zip or if you want it to work for every ROM the bootanimation.zip in all directories where it could be (did that make sense?) (Can't test it since i'm running Cronos Froyo...)
whoops I misread something my bad
MentalDeath said:
whoops I misread something my bad
Click to expand...
Click to collapse
Why do you quote me for that? By accident?
C0mpu13rFr34k said:
Why do you quote me for that? By accident?
Click to expand...
Click to collapse
He was probably fast on the edit button
Summered said:
He was probably fast on the edit button
Click to expand...
Click to collapse
Ya I edited it but didn't think of deleting the quote which I'll do now.
I found this over on the CDMA forums and wondered if anyone had seen it or tried to get it working on our Hero's?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Source for images: Droid Mechanic
jpool81 said:
I found this over on the CDMA forums and wondered if anyone had seen it or tried to get it working on our Hero's?
Source for images: Droid Mechanic
Click to expand...
Click to collapse
would love this! =)
It's a nice one.
Looks interesting! I think you need to compile a hero version of cyanogen with that new xml for it to work.
I'm actually trying it now, so fingers crossed and I'll report once I've got the ROM running
(compiling on laptop... sllllooowwwww)
krispijn_s said:
Looks interesting! I think you need to compile a hero version of cyanogen with that new xml for it to work.
I'm actually trying it now, so fingers crossed and I'll report once I've got the ROM running
(compiling on laptop... sllllooowwwww)
Click to expand...
Click to collapse
so, have you succeed?
is it working now?
vijaysapkota said:
so, have you succeed?
is it working now?
Click to expand...
Click to collapse
Lol... patience, my young padawan. Turns out that the original xml posted in Droid Mechanics' blog was not compatible with the current CM6.1 source format, so I needed to edit that.. (something about id assignment) resuming compilation as we speak
EDIT: it also turns out that I've pushed my little lappy a bit too far; my linux partition is outta space. I'll continue work when I'm on my big machine again at home. Prolly later tonight (if I don't crash driving home through the snow )
Excellent Look forward to seeing this working.
Okay this is kind of very off topic... But how did you get your link to show blue??
MacaronyMax said:
Okay this is kind of very off topic... But how did you get your link to show blue??
Click to expand...
Click to collapse
Just quote his post to see the where hes used the bb tags
Okies... I've managed to get it working
But...
1) The carrier text is not displayed correctly (should be right-aligned)
2) This _will_ change your framework-res.apk. Having build it using CM6.2.0 RC0 (currently nightly), it _might_ not work on other ROMs.
Once I get the text properly aligned I will put up a framework-res.apk and a metamorph package for those who want to try
Cool Thanks for taking this on.
Ok, I've solved it
Now all I need to figure out is how to get it to you guys. What ROMs are you using?
Wow nice!
FroydVillain 1.7.2 over here
I've created a two options for you guys to try... but first:
DONT FORGET TO NANDROID
Having said that: I honestly do not know if this will work or not (my hero is also also my main phone and is currently running my own custom build of CM6.1), but for those brave enough to try here you go!
(all files can be found HERE)
Your options are to:
replace your framework-res.apk with one of these (this will reset any theme you've applied!):
(plain) Cyanogen 6.1 - Stable
Floyo 1.2.0
Froyd 1.7.2
or use a metamorph
(plain) Cyanogen 6.1 - Stable
Floyo 1.2.0
Froyd 1.7.2
Again, I have no clue if this will work, so backup first! I recommend a wipe of cache (and maybe dalvik) as well.
Post if it works or not. If this way turns out to be one big mess, I can share my private build, but hopefully this will work.
can it be done to Hero 2.1 with SENSE?
sychie said:
can it be done to Hero 2.1 with SENSE?
Click to expand...
Click to collapse
Sorry, but no. The framework is totally different and the power widget is exclusive to Cyanogen mod CM6 which is android 2.2 based.
Will try on floyo and reply
Edit:- its working
Sent from my HTC Hero using Tapatalk
shamsud said:
Will try on floyo and reply
Edit:- its working
Sent from my HTC Hero using Tapatalk
Click to expand...
Click to collapse
Great to hear!
Did you metamorph or did you replace the framework-res.apk?
Will you be doing a gingerbread framework version of this?? (metamorph doesnt work for me )
Calico5 said:
Will you be doing a gingerbread framework version of this?? (metamorph doesnt work for me )
Click to expand...
Click to collapse
You betcha! I'm currently learning as a ROM assembler and at the moment my first ROM with natively build gingerbread theme is booting up
Welcome to the Serendipity Add-on/Mods Kitchen!The kitchen's purpose is to provide an easy to use Add-on/Mod implementation. You simply pick the things you would like to include.
Then you are presented with a Flashable .zip file. Follow the instructions bellow and your done.
Update: The Kitchen has been closed. Send me a private message for anything you need.
Installation:
1. After you make your selections, a file is presented for download.
2. Drop the Serendipity.zip as is onto the SD card.
3. Reboot into recovery.
4. Select Install .zip from SD
5. Select .zip on SD
6. Confirm install
7. Reboot
8. Enjoy!
Click to expand...
Click to collapse
If you have any problems please report them here!
Please Post your build number given to you with your download.
Don't have Serendipity but feel your ROM would benefit from a customized kitchen?
Feel free to contact me at www.Android-Dev-Roms.com.
Serendipity Signature!
Tired of trying to keep up with the ever changing version number of Serendipity in your signatures?
By placing this image code in your signatures you will get a dynamically updating Serendipity image! See it below! Replace "(" & ")" with "[" & "]"
Code:
(IMG)http://www.android-dev-roms.com/sig.png(/IMG)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
First.
So Chance, how about my question on changing the font color?
xdahgary said:
First.
So Chance, how about my question on changing the font color?
Click to expand...
Click to collapse
Oh sorry haven't looked at it sorry been busy with everything
ChanceM said:
Okay I will be swapping out the red text for white all the way to 0.
Click to expand...
Click to collapse
lol. that wasn't me, but thanks I also like white all the way to zero on the android battery mod. My question was on how to change the color of the sub text in the Settings menu. It's probably some tweaking of some xml file. metamorph maybe?
chance, im assuming this comes with the latest serendipity as well?
edit, downloaded see its just an updater. thank you for your hard work, this is awesome
I cant download using my phone because the download button is hidden by ads when i view the site on the mobile browser. This happens in both mobile and full views.
wibs said:
I cant download using my phone because the download button is hidden by ads when i view the site on the mobile browser. This happens in both mobile and full views.
Click to expand...
Click to collapse
Very Sorry! I have pushed them as far right as possible let me know if that works better. Sorry for the Ads just trying to pay for the hosting for the kitchen.
Works now when viewing the full site, still not the mobile but that isn't a big deal. I understand the need for the ads though! What better way to get clicks than to cover up the submit button
now though it is giving me an error "content error - the requested file is too large for conversion in the gateway/proxy". Sorry for causing all this trouble! Is there anything i can do to help?
Just want to say thanks for all of your hard work new to the ROM thing here , love Serendipity makes my phone run 1000% better than before!
Now to find the equivalent of Serendipity for my wife's xperia x10a
BTW funds are low right now but I plan on making a donation soon
Just updated to 5.10 and tried out the Add-on Kitchen for the first time. Very impressed and thanks for streamlining! No problems to report at this time.
So I've been working hard to change the look of my phone. I came across this post under the i9000 themes forum for VA Green:
http://forum.xda-developers.com/showpost.php?p=11129613&postcount=811
After some tinkering I got this nice epic unlock. But the Orb and Glass unlock kept the month and date. So can anyone help me with remove that? I don't know how to edit xml, but I'm willing to learn.
xdahgary said:
So I've been working hard to change the look of my phone. I came across this post under the i9000 themes forum for VA Green:
http://forum.xda-developers.com/showpost.php?p=11129613&postcount=811
After some tinkering I got this nice epic unlock. But the Orb and Glass unlock kept the month and date. So can anyone help me with remove that? I don't know how to edit xml, but I'm willing to learn.
Click to expand...
Click to collapse
The layouts for the lockscreens are in the framework-res.apk so decompile that and then try removing the <textview> that correspond to the date and time.
Used rom kitchen for the first time today. Was excellent and worked like a charm.
Sent from my Captivate
ChanceM said:
The layouts for the lockscreens are in the framework-res.apk so decompile that and then try removing the <textview> that correspond to the date and time.
Click to expand...
Click to collapse
Yeah, racked my brains out. How do I decompile?
xdahgary said:
Yeah, racked my brains out. How do I decompile?
Click to expand...
Click to collapse
try these http://code.google.com/p/android-apktool/
Okay I have changed
Version A
Version D
Version Droid
Gingerbread
They are now 100 - 0 in all white.
Cheers,
ChanceM
Nice work Chance. This was great to build a mod update pack.
Running rgb v4 kernel and serendipity 5.10. The update packages compiled thru ur site aren't updating the mods I select. Haven't tried an app but the batt mod, clear not, animations do not change
Edit: 2.6.32.9 build on the kernel
Nice work Chance x4. U 2 are what make this rom so good.
MBC663 said:
Running rgb v4 kernel and serendipity 5.10. The update packages compiled thru ur site aren't updating the mods I select. Haven't tried an app but the batt mod, clear not, animations do not change
Edit: 2.6.32.9 build on the kernel
Nice work Chance x4. U 2 are what make this rom so good.
Click to expand...
Click to collapse
I need the build number from the kitchen so I can look at the log.
Edit tested all of the above and its working fine. Was there an assert error?