Related
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.
ok, so heres my idea and question, i have the nexus one frg83g update in a zip format, would it be possible to modify it to patch android builds for the hd2 to update them to frg83g (android 2.2.2)?
it patches files in the app,bin,etc,framework,lib and the build.prop, the apps and framwork files it patches are odexed (apk and odex) so i assume it would only work in roms that are odexed (unless theres someway to combine the two ie; deodex the patch files) im figuring you could modify the updater-script to to make sure it only patches the correct files for hd2 droid builds..
now anybody have a clue if this is possible? or any expertise in possible doing this?
Thanks.
Heres the zip:View attachment update.zip (i found this on another thread, it was modified so that it will patch files that are there and not throw up an error if there not)
pyrorob said:
ok, so heres my idea and question, i have the nexus one frg83g update in a zip format, would it be possible to modify it to patch android builds for the hd2 to update them to frg83g (android 2.2.2)?
it patches files in the app,bin,etc,framework,lib and the build.prop, the apps and framwork files it patches are odexed (apk and odex) so i assume it would only work in roms that are odexed (unless theres someway to combine the two ie; deodex the patch files) im figuring you could modify the updater-script to to make sure it only patches the correct files for hd2 droid builds..
now anybody have a clue if this is possible? or any expertise in possible doing this?
Thanks.
Click to expand...
Click to collapse
Maybe you can give a link of your zip file and we will work from there.
Sent from my HD2 Droid HD using XDA App
jose makalolot said:
Maybe you can give a link of your zip file and we will work from there.
Sent from my HD2 Droid HD using XDA App
Click to expand...
Click to collapse
i updated the first post with the zip that i have.
pyrorob said:
i updated the first post with the zip that i have.
Click to expand...
Click to collapse
Ok. I'll look into it in the morning, it's already 3am here.
Sent from my HD2 Droid HD using XDA App
jose makalolot said:
Ok. I'll look into it in the morning, it's already 3am here.
Sent from my HD2 Droid HD using XDA App
Click to expand...
Click to collapse
cool man, im looking forward to working with you and anybody else who wants to throw in there two cents on this.. this patch from my understanding fixes issues with the sms in android such as the bug where you send a sms to someone and it gets sent to someone else entirely and a bunch of other bug fixes btw.
Nobody else wants to take a look at this? Nobody else wants android 2.2.2? Im sure that after we set the patcher up and patch a rom, we could pull the files out and make them available so that every rom cook could use 2.2.2...
Ihtfp69 tip toes in and closes the door
I realized after releasing a ROM that no one was using Koush's AnyKernel method for flashing kernels. This poses a problem for ROMs with custom ramdisks. Someone mentioned the AnyKernel method did not work on this phone. So I did some investigating. With a few changes to the script, I have it working perfectly.
Credits here, of course, go to Koush. I just modified his script. The kernel zip attached here contains the kernel from the latest leak. Because this uses the AnyKernel method, you can flash this on ANY GB Sense ROM and it will work and not break WiFi.
EDIT: I guess Ziggy did a version as well a few months ago. Here is a link to his: Ziggy's AnyKernel MOD
Download Mine --> Tbolt_AnyKernel.zip
a true asset to this community.
thanks for all your hard work!
cant wait for skyraider zeus v2
Sense ROMs only?
jc
ihtfp69 said:
Ihtfp69 tip toes in and closes the door
I realized after releasing a ROM that no one was using Koush's AnyKernel method for flashing kernels. This poses a problem for ROMs with custom ramdisks. Someone mentioned the AnyKernel method did not work on this phone. So I did some investigating. With a few changes to the script, I have it working perfectly.
Credits here, of course, go to Koush. I just modified his script. The kernel zip attached here contains the kernel from the latest leak. Because this uses the AnyKernel method, you can flash this on ANY GB Sense ROM and it will work and not break WiFi.
Download --> Tbolt_AnyKernel.zip
Click to expand...
Click to collapse
Surprised to see you here? Glad to see your support for the community.
mrchambo said:
Sense ROMs only?
jc
Click to expand...
Click to collapse
Yes, it's the stock kernel from the new leak, which is Sense.
Okay, thank you. That's what I thought...
jc
Applying this gave me bootloops in Gingervitis 1.2.1 GB. Won't go past the splash screen
mrchambo said:
Sense ROMs only?
jc
Click to expand...
Click to collapse
The scripts should work on AOSP and Sense ROMs. The kernel included is Sense only.
JaydenR said:
Applying this gave me bootloops in Gingervitis 1.2.1 GB. Won't go past the splash screen
Click to expand...
Click to collapse
Hmmm ... it shouldn't matter, but I will wake a look and see if I can duplicate it. Make sure the file you downloaded is around 3.4 MB. If not, grab it again.
First download was 2.89 second was 3.4 I believe. Both had the exact same result. Boot loops
Ziggy already did this for the tbolt. Ive been using anykernel for over a month now. It what iuse when i extract the kernel from synergy.
fixxxer2008 said:
Ziggy already did this for the tbolt. Ive been using anykernel for over a month now. It what iuse when i extract the kernel from synergy.
Click to expand...
Click to collapse
Is he sharing? I seem to be misinformed then. Why is everyone else still using boot.img files then?
ihtfp69 said:
Is he sharing? I seem to be misinformed then. Why is everyone else still using boot.img files then?
Click to expand...
Click to collapse
yeah it's under the thunderbolt section at ppcgeeks. been there for awhile now.
http://forum.ppcgeeks.com/htc-thunderbolt-development/143287-anykernel-thunderbolt.html
cool beans. I'll just link to his then.
What is the purpose of this kernel updater?
I'm not sure I understood how Ziggy explained it.
johnnysyeah said:
What is the purpose of this kernel updater?
I'm not sure I understood how Ziggy explained it.
Click to expand...
Click to collapse
lol! Gotta love Ziggy but, he definitely thinks on a higher plane than most! I have trouble following him lots of times as well.
ihtfp69 said:
Ihtfp69 tip toes in and closes the door
I realized after releasing a ROM that no one was using Koush's AnyKernel method for flashing kernels. This poses a problem for ROMs with custom ramdisks. Someone mentioned the AnyKernel method did not work on this phone. So I did some investigating. With a few changes to the script, I have it working perfectly.
Credits here, of course, go to Koush. I just modified his script. The kernel zip attached here contains the kernel from the latest leak. Because this uses the AnyKernel method, you can flash this on ANY GB Sense ROM and it will work and not break WiFi.
EDIT: I guess Ziggy did a version as well a few months ago. Here is a link to his: Ziggy's AnyKernel MOD
Download Mine --> Tbolt_AnyKernel.zip
Click to expand...
Click to collapse
I just tried this, and it broke Wifi on my Tbolt. Any idea what the reason could be? I extracted the Zimage from my target ROM, replaced it in the .Zip, and flashed it. Anything else I should be doing?
onyx_64 said:
I just tried this, and it broke Wifi on my Tbolt. Any idea what the reason could be? I extracted the Zimage from my target ROM, replaced it in the .Zip, and flashed it. Anything else I should be doing?
Click to expand...
Click to collapse
You need to pull the bcm from /system/lib/modules also.
Sent from my SHIFTAO5P using XDA App
DroidTh3ory said:
You need to pull the bcm from /system/lib/modules also.
Sent from my SHIFTAO5P using XDA App
Click to expand...
Click to collapse
oh, yeah, forgot to mention that I copied the 2 files (bcm4329* and sequans*) from the target ROM into /system/lib/modules After I had flashed. Should I have copied it to the .zip first and then flashed it? does it sit anywhere other than /system/lib/modules?
The reason i didnt do it is because I assumed the existing files should work.
onyx_64 said:
oh, yeah, forgot to mention that I copied the 2 files (bcm4329* and sequans*) from the target ROM into /system/lib/modules After I had flashed. Should I have copied it to the .zip first and then flashed it? does it sit anywhere other than /system/lib/modules?
The reason i didnt do it is because I assumed the existing files should work.
Click to expand...
Click to collapse
The bcm spits out at the end of compiling the kernel and it is specific to the kernel. Pull the zimage and the modules from the ROM, put them in the correct folders in the zip ... Wipe Cache and Dalvik for kicks and flash. Should be fine.
Sent from my SHIFTAO5P using XDA App
DroidTh3ory said:
The bcm spits out at the end of compiling the kernel and it is specific to the kernel. Pull the zimage and the modules from the ROM, put them in the correct folders in the zip ... Wipe Cache and Dalvik for kicks and flash. Should be fine.
Sent from my SHIFTAO5P using XDA App
Click to expand...
Click to collapse
Wow man.. you are quick. Let me try that way. Thanks so much!
UPDATE:
That worked like a charm!.. Flashed with the lib/modules after wiping cache n dalvik. Thanks again!
This rom is base on milestone on xda . You can view the thread about CM9.
work:
phone
sms
camera
not work:
fm
...
I NEED HELP : THIS ROM CANT OVERCLOCK BY ADD INT.D if add int.d when setting-processor the phone will be reboot. i dont why ?
http://kuai.xunlei.com/d/CNFKEGTGFIRH
Help on the download link.
napnau said:
Help on the download link.
Click to expand...
Click to collapse
Just click the text "cm9..." and give us feedback.........
B_e_n said:
Just click the text "cm9..." and give us feedback.........
Click to expand...
Click to collapse
Will it work on our XT720? Thanks for the help man.
lwxddlqkillapp said:
I NEED HELP : THIS ROM CANT OVERCLOCK BY ADD INT.D if add int.d when setting-processor the phone will be reboot. i dont why ?
http://kuai.xunlei.com/d/CSVUYGDTSJBN
Click to expand...
Click to collapse
Which overclock.ko and symsearch.ko are you using? It could be that you have incompatible ones. The Milestone (A853) has the 2.6.32 froyo kernel, but we're stuck with 2.6.29 eclair kernel. In particular symsearch.ko had to be adapted for 2.6.29. The versions on our github have been modified and recompiled for 2.6.29: https://github.com/CyanogenModXT720...sholest/tree/gingerbread/prebuilt/lib/modules (note that overclock.ko requires a working symsearch.ko is loaded first)
I installed it and it is pretty good at the first look. You can install it using the xt720 bootfix, the only thing missing are gapps and i tried installing them after, but it doesnt work for me. Average RAM is about 50-60 M and it runs pretty smooth, hope to see more from you soon
EDIT: After reboot the gapps appeared
Mioze7Ae said:
Which overclock.ko and symsearch.ko are you using? It could be that you have incompatible ones. The Milestone (A853) has the 2.6.32 froyo kernel, but we're stuck with 2.6.29 eclair kernel. In particular symsearch.ko had to be adapted for 2.6.29. The versions on our github have been modified and recompiled for 2.6.29: https://github.com/CyanogenModXT720...sholest/tree/gingerbread/prebuilt/lib/modules (note that overclock.ko requires a working symsearch.ko is loaded first)
Click to expand...
Click to collapse
Thanks Mioze7Ae, I will try it...
But I used the overclock.ko and symsearch.ko are adapted for 2.6.29....
spitcuba said:
I installed it and it is pretty good at the first look. You can install it using the xt720 bootfix, the only thing missing are gapps and i tried installing them after, but it doesnt work for me. Average RAM is about 50-60 M and it runs pretty smooth, hope to see more from you soon
EDIT: After reboot the gapps appeared
Click to expand...
Click to collapse
Thanks
So what is not working???
B_e_n said:
Thanks
So what is not working???
Click to expand...
Click to collapse
Nothing so far. Battery life also seems to be much better than in fj's one. The only thing I found where a random reboot when being in the browser, but I will use it as my daily driver from now on
spitcuba said:
Nothing so far. Battery life also seems to be much better than in fj's one. The only thing I found where a random reboot when being in the browser, but I will use it as my daily driver from now on
Click to expand...
Click to collapse
Are you kidding!!!!!
I have to try it right now!!!!
BTW on which cm9 rom is this base lwxddlqkillapp??????
Can you post a link to the rom thread??????
Hi ben you will need bootfix for your xy720.
Sent from my SGH-T759 using xda premium
mchlbenner said:
Hi ben you will need bootfix for your xy720.
Sent from my SGH-T759 using xda premium
Click to expand...
Click to collapse
Thanks i use it but i m stuck at M logo.......
But my rsd flash don t want to flash so i flash it directly over my old cronos x rom... I will have to try to flash it again at home my work computer often don t want to flash... I don t know why...
Which sbf do you use spitcuba?????
b_e_n said:
thanks i use it but i m stuck at m logo.......
But my rsd flash don t want to flash so i flash it directly over my old cronos x rom... I will have to try to flash it again at home my work computer often don t want to flash... I don t know why...
Which sbf do you use spitcuba?????
Click to expand...
Click to collapse
str_u2_01.1e.0
I can overclock as f.y's rom. Can anyone giv me a bootfix
spitcuba said:
str_u2_01.1e.0
Click to expand...
Click to collapse
It works with STR_U2_04.1E.1 too (i successfully flash it in the end...) I think it will work with all the stock sbf.
If someone can try with the mod one (i have less than 2Mo free in the system rom...)
And i use the first bootfix for motoroi rom (and i clear all before and after the flash)
I had to reinstall gapps cause it can t sync my contact with out it (it only sync gmail and drive)
I had a little chinese everywhere in the beginning but after 2reboot all were gone. The only thing is that the OK is on the right and the cancel is on the left (not a big deal but it surprise at the beginning...)
App2ext works fine; the playstore too; and youtube too
I can t take pics with the camera (it launch it but don t answer after) edit: i try again and it take a picture but fc just after...
edit2:after a few uninstall (dspmanager; gtalk...) i sucess to take a picture in 8Mo (it was long....) and i film in 720p but i can t open it (and when i take the film it was very slow about 1image/s...)
I don t try a lot for the moment but it seems to be a really good one!!!
I think i will try it for the week end...
Thanks a lot lwxddlqkillapp
Hmm... wonder if it supports ext4? trying it now with modsbf...
***Edit*** Guess I used the wrong bootfix...
Nevermind figured it out I think
LibertyMonger said:
Hmm... wonder if it supports ext4? trying it now with modsbf...
***Edit*** Guess I used the wrong bootfix...
Nevermind figured it out I think
Click to expand...
Click to collapse
I don t know i m using ext3 too many issues with ext4 and not a big difference...
B_e_n said:
I don t know i m using ext3 too many issues with ext4 and not a big difference...
Click to expand...
Click to collapse
What issues do you have with ext4? I'm not aware of any maybe that will explain some issues I have had since i always run ext4...
Can someone please link me to the right bootfix?
LibertyMonger said:
Can someone please link me to the right bootfix?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1284017
is that it? Works for me...
Sent from my tf9001 with XDA XD.
You are free to kang this all you like, just mention my name. I realized that a zip would probably be easier for real devs to work with. All I'm trying to do is promote more development.
It would be great if Adam or someone could do something with this.
Link!
MD5: 10371f13955d2c9b477d39e2419bac85
Also, here's a way to root. Link All credit goes to Recognized Contributor sparkym3, all I did was edit the .bat file. This is a Windows executable script, and if someone wants to port it over to other OS' go right ahead
Root tool tutorial:
1: Put your MX in usb debug mode
2: Connect to your pc via usb
3: Run the .bat file and follow the instructions in the cmd window
4: Be rooted, be happy!
leo321 said:
You are free to kang this all you like, just mention my name. I realized that a zip would probably be easier for real devs to work with. All I'm trying to do is promote more development.
It would be great if Adam or someone could do something with this.
Link!
MD5: 10371f13955d2c9b477d39e2419bac85
Click to expand...
Click to collapse
I got it ported to the quad MX (HK)
Hi
What version is this actually? Stock meaning FlymeOS 1.1.x or VanillaRom (Beta)?
Thx!
MaddinXx said:
Hi
What version is this actually? Stock meaning FlymeOS 1.1.x or VanillaRom (Beta)?
Thx!
Click to expand...
Click to collapse
Vanilla beta. Do you think that a custom recovery is possible with the hk mx? Dual or quad core?
Sent from my M030 using Tapatalk 2
koaaN said:
I got it ported to the quad MX (HK)
Click to expand...
Click to collapse
Upload it man!!
Interesting finding here for the partition layout of the m030 HK perhaps, Im not certain.
leo321 said:
You are free to kang this all you like, just mention my name. I realized that a zip would probably be easier for real devs to work with. All I'm trying to do is promote more development.
It would be great if Adam or someone could do something with this.
Link!
MD5: 10371f13955d2c9b477d39e2419bac85
Also, here's a way to root. Link All credit goes to Recognized Contributor sparkym3, all I did was edit the .bat file. This is a Windows executable script, and if someone wants to port it over to other OS' go right ahead
Root tool tutorial:
1: Put your MX in usb debug mode
2: Connect to your pc via usb
3: Run the .bat file and follow the instructions in the cmd window
4: Be rooted, be happy!
Click to expand...
Click to collapse
=======================================================================================
does is work in mainland device?mine is MX-4 core.
darycs2006 said:
=======================================================================================
does is work in mainland device?mine is MX-4 core.
Click to expand...
Click to collapse
HK? I've only tested on the dual core.
Sent from my M030 using Tapatalk 2
leo321 said:
Vanilla beta. Do you think that a custom recovery is possible with the hk mx? Dual or quad core?
Sent from my M030 using Tapatalk 2
Click to expand...
Click to collapse
Not a developer - just wondering/waiting for a good vanilla rom for MX, sorry
Currently working on a CM9.1 port. It boots but stays at the boot animation. I wont be able to do anything else until the weekend most likely. :/
leo321 said:
Currently working on a CM9.1 port. It boots but stays at the boot animation. I wont be able to do anything else until the weekend most likely. :/
Click to expand...
Click to collapse
Same here
koaaN said:
Same here
Click to expand...
Click to collapse
I'm using the Vanilla Beta as a base, should I be using Flyme? I don't know lol I'm really new to this.
Anything else than a port from source is pretty much useless.
koaaN said:
I got it ported to the quad MX (HK)
Click to expand...
Click to collapse
Will you please share this? I am so tired of Flyme on this device. Many many thanks in advance.