[MOD] New Sense battery with percents - Desire Themes and Apps

Hi, I have made the New Sense battery PNGs with percents.
I know that there a lot similar out there, but I didn't like them for one reason or another...
It is already in the kitchen, added by mendozinas (thanks a lot for that), so you can just cook it for every ROM you want.

dmatik said:
Hi, I have made the New Sense battery PNGs with percents.
I know that there a lot similar out there, but I didn't like them for one reason or another...
The problem is that I don't know how to make a flashable ZIP for that MOD for the Stock Desire Sense ROM, would appreciate any help.
Thanks in advance.
Click to expand...
Click to collapse
I can make your flashable zip, but there is no such rom as Stock Desire Sense ROM.
even for stock there is few versions. lates is base 2.29. if thats what you want - just tell. and what kind on charging animation you want?

mendozinas said:
I can make your flashable zip, but there is no such rom as Stock Desire Sense ROM.
even for stock there is few versions. lates is base 2.29. if thats what you want - just tell.
Click to expand...
Click to collapse
I meant 2.29.405.5 version.
But it would be even better if you point me out where to learn to do it myself.
mendozinas said:
what kind on charging animation you want?
Click to expand...
Click to collapse
what do you mean what kind? I'm not sure I understand, the one I made...

dmatik said:
I meant 2.29.405.5 version.
But it would be even better if you point me out where to learn to do it myself.
what do you mean what kind? I'm not sure I understand, the one I made...
Click to expand...
Click to collapse
DIY:
1 Get ApkManager 4.8 (not 4.9)
2. decompile framework-res.apk
3. put images in drawable-hdpi-v4, xmls in drawables
4. compile
5. sign
6. upload signed framework-res.apk in UOT http://www.dakra.lt
7. Submit work (without using any mod)
8. Get flashable zip.

mendozinas said:
DIY:
3. put images in drawable-hdpi-v4, xmls in drawables
Click to expand...
Click to collapse
What about the fact that number of images is different, for example the number of stock battery images is 5 and mine (with percents) is 100?
Don't I have to configure it somewhere?

I added another version sample in the first post.
This is a bigger version of stock battery, to make the percents more visible.
mendozinas
Can you please make a flash-able ZIP out of the first version, including both percents and charging (I updated all the PNGs in the first post)?
I was unable to manage the different number of PNG files for the icon.

Sorry if this is a noob question, but is this zip flashable like any other?
And will it work on all Sense ROMs? I have Tabasco Silky v2.0.

Looks great. Thank you!

Nice. Good job

the small look verry nice

just what i was looking for
thank you

6chrisp said:
Sorry if this is a noob question, but is this zip flashable like any other?
And will it work on all Sense ROMs? I have Tabasco Silky v2.0.
Click to expand...
Click to collapse
Please can someone help me with this, I really want a percent on my battery!
Sent from my HTC Desire using XDA App

this is a nice mod, Thanks!

thanks. good animations.

Is there a way to make this work with SuperNova?
Thanks

Nice, thanks!

It is already in the kitchen, added by mendozinas (thanks a lot for that), so you can just cook it for every ROM you want.

thank you , nice

that s very nice
looks good thank you very much

Leedroid
Does this work with Leedroid Roms?

Related

NO LONGER ACTIVE PLEASE CLOSE [devs] deodex version of ivanmmj Eris_Official 1.0

All,
per positive response below is a link to a copy of ivanmmj Eris_Official 1.0 ROM that I have fully deodexed. This is more meant for devs for continued play time, but it is a flashable ROM. PLEASE NOTE that ivanmmj himself looks to be coming out with the next version of Eris_Official 1.0 per his thread http://forum.xda-developers.com/showthread.php?t=652044.
Hope this is helpful and Enjoy
Link: REMOVED FROM HOST SERVER
P.S. please let me know of any issues as this is my first full deodex also I would like to encurage using this tread to exploring moding some of the system files on Eris ROM builds as it has been fun to tweak things
P.P.S. If you want the Zanfer kernel let me know and I will look at adding it in however ivanmmj's new version should have it...
what is Deodex?
I'm definitely interested, but I also think Ivan is working on the same project himself. I'm pretty sure his "1.1" is deodexed and has Zanfur's kernel. Not sure what other changes he has in mind, but you might want to check with him before posting since you'll end up being the one getting all the PM's from people wanting help. ;-)
Yes please I'm looking for exactly that
-------------------------------------
Sent via the XDA Tapatalk App
That would be awesome.
Sent from my Eris using XDA App
BTW jcase's plain jane1.0 has zanfur overclocking kernel.....
i dont know what you think but it might be a better platorm than ivanmmjs
a deodexed version of that would be tight....
kernels are easy to compile and swap out, a different kernel isnt going to influence the build at all
i always seem to get better battery life from the non oc'ed kernel.
Morkai Almandragon said:
what is Deodex?
Click to expand...
Click to collapse
Yes, what does that mean ?
hallstevenson said:
Yes, what does that mean ?
Click to expand...
Click to collapse
it means you have a classes.dex file rather than a .odex file
it makes things easier, its also possible to metamorph these builds and its possible to install a deoexed app on multiple platforms.
anonomouse said:
it means you have a classes.dex file rather than a .odex file
it makes things easier, its also possible to metamorph these builds and its possible to install a deoexed app on multiple platforms.
Click to expand...
Click to collapse
Means I can finally modify Rosie.apk to my liking.
hallstevenson said:
Yes, what does that [deodex] mean ?
Click to expand...
Click to collapse
A more experienced developer can add more but a few quick basics:
.odex files are precompiled class flies that correlate to a .apk or .jar file. In an odex ROM an .apk/.jar file will not function without it's correlated .odex.
a deodex build takes all of the .odex files converts them to a classes.dex and puts them into the .apk or .jar file package
deodex ROM are easier to mod because each .apk or .jar is a "complete" package and can be more easily decompiled and ported (i.e. you do not have to worry about the .odex files)
A deodexed build requires less space in /system, but more space in /data
A deodexed build requires a longer initial boot because they must regenerating those odex files from the dex files in the .apks/.jars and save them to /data/dalvik-cache
Thats a quick list of what I know
odex only help speed up app loading time and first time boot. Think of this as Windows' prefetch.
If you want to re-create odex for apk for porting, etc... I suggest only do this to /system/app not /data/app because when you do update from market and your app will break, unless you wipe out dalvik-cache.
zach.xtr said:
This is more meant for devs for continued play time, but it is a flashable ROM.
Click to expand...
Click to collapse
Would this be ok for an every day ROM? Or should it just be used by dev's as a base ROM?
Hey guys I've been testing this for Ivan. same thing he has a version deodexed.
I edited this
http://forum.xda-developers.com/showthread.php?t=664951
to work for this rom. which works great, but I get an error of
com.htc.bgp because of it, does anyone have any idea why?
Romparoo said:
Would this be ok for an every day ROM? Or should it just be used by dev's as a base ROM?
Click to expand...
Click to collapse
Technically it is fine as an everyday ROM, however I do not recomend using it for such because it is not support and will have no additional features over ivanmmj origional 1.0.
So I guess, yes it meant to be used as a base ROM or "spare parts" for devs.
BlazeD OnE said:
Hey guys I've been testing this for Ivan. same thing he has a version deodexed.
I edited this
http://forum.xda-developers.com/showthread.php?t=664951
to work for this rom. which works great, but I get an error of
com.htc.bgp because of it, does anyone have any idea why?
Click to expand...
Click to collapse
Someone else did this, on androidforums.com. I haven't replied to his posting, but it's in like page 19 of the 'show off your UI layout' thread there. I'm working on a modified Rosie.apk right now, as soon as I get this de-odex'd Ivan's on my phone running. Titanium backup here I come.
FYI, I was able to flash the deodexed version over the original Eris_Official 1.0 Alpha without having to do a full wipe (just wiped dalvik-cache). Naturally, I went back and re-flashed Zanfur's overclock kernel after that.

[IDEA][DEVSWANTED] Custom Aria ROM

Okay, so being a proud Aria owner I like to modify it make it looks as sexy as I can ;D
I've been watching the Inspire 4G forums lately and have been seeing a slew of ROMS pop up. Now, not saying I want a huge amount but maybe an awesome custom one.
That's where my idea comes in. I want to make a Custom ROM based off of SENSE DDX FR008.
Now, I know some of what to do....so I need help.
This will probably be an idea for a long time unless I get some help.
NOW THIS IS AN IDEA. DON'T COME STOMPING ALL ON MY STUFF.
I reside in the freenode IRC chat a lot.
Check my signature for a link.
I'm brswattt. Nice to meet you. Just PM me or talk to me in chat.
Added as of 3/17 :
-GO DEV Launcher, SMS, Contacts, and Weather
-Bootanimation
-removed the Rosie.apk and HTC Sense Widgets
In progress
-Adding Reboot, Recovery, and bootloader power menu.
i would also like this
drowningchild said:
i would also like this
Click to expand...
Click to collapse
I need Ideas! Ideas!
first off might be theming it
i dont know how to do that
maybe create a theme.apk(multiple?) for the theme manager
Look into it for sure.
drowningchild said:
first off might be theming it
i dont know how to do that
maybe create a theme.apk(multiple?) for the theme manager
Click to expand...
Click to collapse
Sent from my HTC Aria using XDA App
Any way to get this ported or something like this?
http://forum.xda-developers.com/showthread.php?t=963755
That is a beauty!
If you can put the cm6 features into it that would be sick. I like cm6 's customization ie. Status bar color options. And also love the transparent pull down from that gingerbread add on. What would you take from the sense rom?
Banging cm7-night's 14
@brswattt, definately worth a custom ROM/Theme. i have been thinking the same thing, maybe some sort of Hybrid based on another phone such as Droid.
tilt4life2 point out a kick-a$$ ROM. love the lockscreen
im slowly learning app creation, and as time allows im looking into system changes. for me i would like a custom ROM which allows the user to re-assign any key function for custom actions(keymapping)... there's probably a program somewhere that does this already
Like THIS one
good luck bro, if i stumble accross any cool things we can add to a custom build i'll keep you in mind.
Thanks for the support guys! I'll look into it when I get home.
brswattt said:
That's where my idea comes in. I want to make a Custom ROM based off of Sense / CM7. (Proper rights if it's CM7) and make a theme to it, etc. Just a lot of cool improvements / personalization.
Click to expand...
Click to collapse
There is a test rom for the Wildfire S, which has similar specs as the Aria. This rom has Gingerbread and Sense 3.0. Would be nice to start off with it if possible. Here the link for the dump of this rom:
http://forum.xda-developers.com/show...61&postcount=5
Edit: Try this link if the first does not work and look for the Marvel_Dump.zip: http://forum.xda-developers.com/showthread.php?t=973346
_jfo_ said:
There is a test rom for the Wildfire S, which has similar specs as the Aria. This rom has Gingerbread and Sense 3.0. Would be nice to start off with it if possible. Here the link for the dump of this rom:
http://forum.xda-developers.com/show...61&postcount=5
Edit: Try this link if the first does not work and look for the Marvel_Dump.zip: http://forum.xda-developers.com/showthread.php?t=973346
Click to expand...
Click to collapse
Has anyone actually gotten a dump of this that isn't corrupt?
I'll look into all of this into more depth when I get back this weekend from a fishing trip.
Spring break starts Monday so yeah.
Just keep the ideas flowing, and i'll start Day 1 Sometime Monday or Tuesday.
Gene Poole said:
Has anyone actually gotten a dump of this that isn't corrupt?
Click to expand...
Click to collapse
I did get a copy. How do I verify whether it's corrupted or not?
Gene Poole said:
Has anyone actually gotten a dump of this that isn't corrupt?
Click to expand...
Click to collapse
Did you try the link in this post:
http://forum.xda-developers.com/showpost.php?p=11763561&postcount=5
http://www.morninglion.com/tp2martin/Marvel_Dump.zip
tpbklake said:
Did you try the link in this post:
http://forum.xda-developers.com/showpost.php?p=11763561&postcount=5
http://www.morninglion.com/tp2martin/Marvel_Dump.zip
Click to expand...
Click to collapse
I believe I did (it's in my D/L history). It has a system.img that won't dump.
Edit: I read the whole thread. Seems that there is a "proper" dump. I'll check it out.
_jfo_ said:
I did get a copy. How do I verify whether it's corrupted or not?
Click to expand...
Click to collapse
The system.img (at least) won't dump with unyaffs. This is usually caused by incorrectly copying it from the partition with dd.
Gene Poole said:
I believe I did (it's in my D/L history). It has a system.img that won't dump.
Edit: I read the whole thread. Seems that there is a "proper" dump. I'll check it out.
Click to expand...
Click to collapse
Gene Poole said:
The system.img (at least) won't dump with unyaffs. This is usually caused by incorrectly copying it from the partition with dd.
Click to expand...
Click to collapse
The marvel_dump.zip has the /system image already expanded. The system.img in the original file has a blocksize of 2048, so you have to use a parameter to get unyaffs to extract it.
Interesting project only wish I knew enough to contribute.
sent from my HTC Inspired Desire HD 4G
shouldnt take much knowledge to just use kitchen to cook up a rom
I definitely agree with martiontakeover.. wit the cm6 setting. It would be awesome if its possible
Sent from my Liberty using XDA App

[ROM] RusMod 1.19

RusMod 1.19.
Added:
CBW kernel and some build.prop changes.
This is mod for russian users(was so.. unitl now)
Now i wish to give it to you.
About it:
Well, i can copy page from Khal's rom and say - it all there.
If we get something here, that gets to RusMod.
It's fully stock(i hope so, cause we have so many changes... =))
How to install it:
If your rom based on Dexter rom than there is a chance that you will only need
wipe cache and dalvik-cache.
If not - you should wipe all data.
After restoring rom from nandroid apply patch, because russian version of settings.apk and phone.apk have some changes for russian users.
Well, that's all.. i think =)
Credits:
Dexter
xavwanted's
Mioze7Ae
khalpowers
And everyone else who make people happy =)
Links:
RusMod 1.19
RmEnPatch
BTW: i recommend to use software from Go Dev Team like Go Launcher Ex, Go SmS Pro and e.t.c. It really good and opensource =)
Much appreciated... will try out shortly
Btw, is there gingerbread theme for this ROM? If so, where can I get it? Thx
Nope, gingerbread theme not there.
After framework upgrade in RM 1.16 themes are in reworking.
Okay install success... gonna test out for a bit and see how it is. Btw you have lightXt pre-installed over this: https://market.android.com/details?id=com.coreaaosi.afroid&feature=search_result which has more features, better look and a widget... (and doesn't require root)
Also, I switched language to English but there's something in my notification bar as ongoing but I have no idea what it is. That's in russian and it has an American flag next to it in the status bar and clicking on it takes me to some settings that's also Russian... any idea what that is?
syrenz said:
Okay install success... gonna test out for a bit and see how it is. Btw you have lightXt pre-installed over this: https://market.android.com/details?id=com.coreaaosi.afroid&feature=search_result which has more features, better look and a widget... (and doesn't require root)
Click to expand...
Click to collapse
Will see, thanks.
Also, I switched language to English but there's something in my notification bar as ongoing but I have no idea what it is. That's in russian and it has an American flag next to it in the status bar and clicking on it takes me to some settings that's also Russian... any idea what that is?
Click to expand...
Click to collapse
That ruKeyboard.apk, russian keyboard.
Just delete it and install your preffered keyboard.
fjfalcon said:
That ruKeyboard.apk, russian keyboard.
Just delete it and install your preffered keyboard.
Click to expand...
Click to collapse
Yep, that seems to have done it. Thx
Some themes for rusmod:
http://4pda.ru/forum/index.php?showtopic=182489&st=4920#entry7763361
http://4pda.ru/forum/index.php?showtopic=182489&st=2500#entry6954799
But they are for 1.15 version framework.. will wait until theme makers update it +)
Hi I thing this is a great no problems but one poor wifi receiving but everything else is great Russian launge not a problem.give it a try its really sharp.
Sent from my XT720 using XDA Premium App
fjfalcon said:
Some themes for rusmod:
http://4pda.ru/forum/index.php?showtopic=182489&st=4920#entry7763361
http://4pda.ru/forum/index.php?showtopic=182489&st=2500#entry6954799
But they are for 1.15 version framework.. will wait until theme makers update it +)
Click to expand...
Click to collapse
Did anyone make a stock gingerbread one (even if it's not updated yet)? I want to try out that clean gingerbread look...
Anyways, thanks for the ROM, everything looks to be working perfectly right now
syrenz said:
Did anyone make a stock gingerbread one (even if it's not updated yet)?
Click to expand...
Click to collapse
AFAIK no
The gingerbread theme already in the theme section here wouldn't work with this ROM, correct?
Click to expand...
Click to collapse
Well, i'am sorry but i don't like themes... i mean mine phone should be look like stock.. so i never check it. But if it based on metamorth.. why not?
Anyways, thanks for the ROM, everything looks to be working perfectly right now
Click to expand...
Click to collapse
A sing on my ears =)
mchlbenner said:
Hi I thing this is a great no problems but one poor wifi receiving
Click to expand...
Click to collapse
Well, that strange, i have no problems with it at all.. tiwlan m.b.?
Try to use it from Dexter rom... or check Access Point.
fjfalcon said:
Well, i'am sorry but i don't like themes... i mean mine phone should be look like stock.. so i never check it.
Click to expand...
Click to collapse
Yeah, I agree with you for the most part regarding themes, but I consider gingerbread stock actually lol.
But if it based on metamorth.. why not?
Click to expand...
Click to collapse
Yeah... I'll have to figure out how to do metamorph since I've never done that yet. (That's why I edited my post lol)
syrenz said:
Did anyone make a stock gingerbread one (even if it's not updated yet)? I want to try out that clean gingerbread look...
Click to expand...
Click to collapse
fjfalcon said:
Well, i'am sorry but i don't like themes... i mean mine phone should be look like stock.. so i never check it. But if it based on metamorth.. why not?
Click to expand...
Click to collapse
As long as the framework-res folder structure matches Moize7Ae's MM patch it should work. You could also try ZipThemer.
3rdstring said:
As long as the framework-res folder structure matches Moize7Ae's MM patch it should work.
Click to expand...
Click to collapse
RM uses Mioze7Ae's MM patch so it should work =)
Afaik there is some program with name metamorth.. it's changes phone theme...
Metamorph works "live" on the phone & when it themes framework-res it will reboot the phone & with owq's morph I think you have to run through MM a second time to get the white clock color. ZipThemer takes the morph & builds an update.zip (& an undo.zip for when things go wrong). So you create the update.zip (I use HTC Edify Generic update script setting) make sure it is in the openrecovery/updates folder, boot into OC & apply the update.
hows battery on rusmod
I have 48 hours easy.
But me it's me...
As far i can say my battery most living.. don't know why.
Some people say its don't drain power at all... some says that battery goes with 7 hours...
So just try and say =)
screenshots
Hi fjfalcon,
thanks for your work, I wanna give a try to this Rom do you have any screenshot of it? Does it have your swap kernel? ))
And also...what tweaks did you use to improve battery life and performance of your phone? Thanks!
fjfalcon said:
I have 48 hours easy.
But me it's me...
As far i can say my battery most living.. don't know why.
Some people say its don't drain power at all... some says that battery goes with 7 hours...
So just try and say =)
Click to expand...
Click to collapse
Hy fifalcon....
Wanna give a smale Replay to this Rom ....
Man you Rock....thats the best Froyo-Rom i tried on my Phone....and i tried all....
Here are some things....
- It´s a Stock,Clean,Fast,Stabil and MULTI-LANGUAGE Froyo so every Body can give it a try
- For Multi-Lang i Installed Rusmodv1.17+RmEnPatch+Ginger_Original_Glass-signed Keyboard
- I´m using Launcher Pro,Move2SD enabler and thats it.....no Swap....One Partition on SD.....i moved only my Games to SD with nativ app2sd....
- Batterie Live 48h+
- Ram 50MB+
- Internal Storage 170MB....with some Apps and Games 140MB....
Thanks.....
Thanks for good word =)
So here some themes for 1.17:
http://4pda.ru/forum/index.php?showtopic=182489&view=findpost&p=7879598
http://4pda.ru/forum/index.php?showtopic=182489&view=findpost&p=7875990
xt720.ru server have new ip. DNS update will be in 24 hours.
Access by ip
Hello fjfalcon,
Can you please tell us what are the advantages of this rom over stock 2.1 or miui?
Will it increase free RAM, rom space, snappiness ? Any disadvantages over the stock roms? Is the haptic feedback as strong as the original stock rom?

Making roms and soft mods?

Dont know whether I should put this here or in general.....
Anyways, I do have a laptop now. I can make mods etc, but I do not know how. What is the best way to make soft-mods?
What devs allow softmods?
What do people want in a softmod?
Any suggestions would be welcome!
Thanks for your Offer.
I recommend you to make a Froyo Soft-Mod, cause we've a lot of GB CM7 on this forums, will be great to see more Froyo's ROM updated.
Take (with his permission) Miroslav's Utopia to start.
leoposas said:
Thanks for your Offer.
I recommend you to make a Froyo Soft-Mod, cause we've a lot of GB CM7 on this forums, will be great to see more Froyo's ROM updated.
Take (with his permission) Miroslav's Utopia to start.
Click to expand...
Click to collapse
So, what should I put in it?
What should I do?
Making mods without any ideas. It will be hard...
Sent from GT540.
haha this should be in general Either way 2.2 would be good i think i made a hell to many for 2.3 But for 2.2 its rather hard to theme but for tweaks its still fine.
bs828 said:
haha this should be in general Either way 2.2 would be good i think i made a hell to many for 2.3 But for 2.2 its rather hard to theme but for tweaks its still fine.
Click to expand...
Click to collapse
Well you can always edit png's in framework. You can use uot kitchen, dsixda kitchen, xultimate.
Init.d can be tweaked
If you want a complete ROM build you can try aosp froyo. You might use pcfighter / zice kernel .....
Sent from my GT540 using xda premium
Aosp froyo with notification bar togles, init.d script and ginger or some other theme would by nice.
When i created my soft-mod i didn't use a computer.
U don;t really need a computer to create a mod.
U just need root explorer. unless u want to create it into a recovery zip
Yes
androidboss7 said:
When i created my soft-mod i didn't use a computer.
U don;t really need a computer to create a mod.
U just need root explorer. unless u want to create it into a recovery zip
Click to expand...
Click to collapse
How did you decompile, and compile apk without windows?
bataya said:
How did you decompile, and compile apk without windows?
Click to expand...
Click to collapse
he just deleted apk's and added scripts etc
Hi.
I want start to make Rom .
Where should I start *?
Sent from my HTC Explorer A310e using xda app-developers app
Start by making soft-mods. Get a Rom flash it on your phone, dont add any personal stuff like contacts yet. Put in some nice apps themes tweaks and mods and after that use CWM to back it up and it "should" be ready to share... well at least that is somewhere to start from.
Edit: For those planning to make 4.0 softmods maybe you can also see this http://forum.xda-developers.com/showthread.php?t=1680328 i know its from the SGSII but i guess the way to do things is similar. (just dont use the flashable thing from the mediafire link!)

[GUIDE] How to port sense to non-HTC devices.

How to port Sense.
Source: http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/164989-guide-how-i-port.html (second post)
This is NOT my guide, just posting it here!
This is a very difficult process that I hope you'll understand.
First step is to find a device that is preferably VERY similar to your device, in this instance I guess we would use the htc thunderbolt, which I've been told multiple times that it is used for the MT.
You're going to want to use CM7 for parts. Simple enough.
I will be referring the Sense ROM to SENSE and CM7 as BASE to simple things up. So remember that.
When I say replace, I would recommend deleting from one and adding it with the other
Open up Sense and Base in different windows.
Put in the boot.img from Base into Sense (make sure you put the original boot.img in some other place that you'll remember)
go into /system/usr on both
replace keylayouts and keychars from Base into Sense (this is just your keys)
download dsixda's kitchen (http://forum.xda-developers.com/showthread.php?t=633246)
Get the ROM you have so far set up in it and what not (I'm a little fuzzy at this part)
Once you get done with that, run the menu in terminal and navigate your way to decompile the boot.img (action key- "a") and then run the same thing except run the action key "w" to decompile the original boot.img. So the key here is to decompile both boot.img's.
Go into the ramdisk on both and go into init.rc
THE MOST IMPORTANT PART IN THIS (THE MATTER OF BOOT AND BOOTLOOP) IS THE LINE
"export BOOTCLASSPATH" near the top. It will have a bunch of lines after it. Now in the Base's boot.img, delete this whole line. Replace it with the lines from Sense's boot.img.
Now you can add anything else you want that looks like it belongs (preferably anything sense related)
Don't recompile the boot.img yet.
Now we add a2sd. To do this, just follow this guide (https://www.facebook.com/note.php?note_id=158823170833688)
The only thing you do in there is the edits to the init.rc, don't listen to the decompiling/recompiling mentions. Now you can go back into the menu for the kitchen and recompile the boot.img (action key - "b"). Now don't compile the WHOLE ROM, just take the new boot.img in working_** and put it into the Sense zip.
Now you're going to want to download my ROM (sorry, just don't feel like uploading each individual file) http://gannon5197.blogspot.nl/2012/03/got-sense-booted.html
And go into the /system/bin on both
these are the files you're going to need: a2sd, bash, apps2sd.hlp, busybox.a2sd, chka2sd, jita2sd, launcha2sd, starta2sd, and maybe possibly sh (try once without it)
And you're going to want to set permissions for each one of these in the updater-script (look at mine for references)
Now also look at my zip and you'll see move_cache_sd. Put that in yours and set permissions for it in updater-script (use mine for references)
After that, the other stuff is mainly just getting rid of all the bloatware, (look in /system/app and /system/media) I wouldn't delete any libs as of right now. If you try to flash it and it reboots recovery then it is too big.
If it is too big, you're probably going to want to move a lot of the apps to data. To do this, just make a file called data/app/put_your_apps_here on the root of the zip. You're going to have to set permissions for it in the updater-script, but use the test.zip I sent you in the original.
This will most likely get you booted. Nothing will likely work. Which is expected. If you have any problems, just use logcat. It will be your bestfriend. Have fun porting
Click to expand...
Click to collapse
reserved
Thanks for reopening it bro...
Sent from my LG-P500 using Tapatalk 2
No problem :thumbup:
Don't know how this above awesome thread is so blank
Have u tested if this way works
Sent from my LG-P500 using Tapatalk 2
great guide, gonna try out soon
hmm this one's new for me. saved
should come in handy sometimes
someone has to do this for the Galaxy S2.
Will it also work for ICS ROMs?
I must do this. Anybody know where I can get the firmware for the One S?
Can i use a Gingerbread ROM as a base instead of cm7?
Hello for lg p500 there is 2 sense rom but data and mic not working in both rom can you help to solving that problems????btw great tutorial.
in fact sensse porting is differnet from the tutorial showed it is a little bit more difficult and there are some libs needed that there is only for the devices you are porting to. so a general tread will not really work
QuBe2 said:
in fact sensse porting is differnet from the tutorial showed it is a little bit more difficult and there are some libs needed that there is only for the devices you are porting to. so a general tread will not really work
Click to expand...
Click to collapse
Well this is not my tutorial just found it on the internet so I don't know if it works
Lord Inglip said:
Well this is not my tutorial just found it on the internet so I don't know if it works
Click to expand...
Click to collapse
why sharing things on the internet
QuBe2 said:
why sharing things on the internet
Click to expand...
Click to collapse
Because it's the internet. This guide was the only thing I could find.
Well you ported a htc sense One x rom to the Nexus S, so can you show us how you did it?
Lord Inglip said:
How to port Sense.
Source: http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/164989-guide-how-i-port.html (second post)
This is NOT my guide, just posting it here!
Click to expand...
Click to collapse
Similar phone means the same chipset,processor and gpu??
a2441918 said:
Similar phone means the same chipset,processor and gpu??
Click to expand...
Click to collapse
Yes it's better if the phones have the same hardware
Lord Inglip said:
Yes it's better if the phones have the same hardware
Click to expand...
Click to collapse
I have an xperia x10.. will the nexus one and HTC desire be suitable??
My cm7 rom which i downloaded doesn't have a boot.img file.. So how to get it?? Is it the system.img got from a nandroid backup?? and the sense rom which the post refers to is the stock sense rom of the phone in a zip format or a modded one??
Not working..stuck at boot logo

Categories

Resources