First, thanks to tommytomatoe for creating the awesome dexo script! I have only automated the process. For more info on the dexo script check TT's thread here.
Also, thanks to volk9029 for all the ROM testing, he tested a majority of the ROMs.
In theory, this script will re-odex any completely deodexed ROM, BUT it depends on the modifications the dev has done to their ROM. ie..if framework.jar is missing "preloaded-classes", the script will abort. preloaded-classes is needed for odex ROMs to boot.
Each of the ROMs listed below as "incompatible" have "preloaded-classes" missing from /system/framework/framework.jar. Each of these ROMs would be compatible if framework.jar is modded correctly. For more info see post # 8
Requirements:
-You need to have the HTC usb drivers installed. If you have HTC Sync installed, you're good to go.
-You need to have usb debugging enabled on your phone. Settings, Dev options, usb debugging.
-I recommend doing a backup before running this script (just in case)
Install:
-Extract zip to pc
-Phone must be booted
-connect phone to pc
-run "Odex my ROM.bat"
The script only takes a few minutes, your phone will appear frozen during the process. When the script is done, your phone will reboot.
DOWNLOAD
Compatible ROMs:
-OMJ's
-Superjelly
-meanbean 3.01
-Viper's ROM 3.10
-Hatka LTE ROM
-Digital Bath ROM
-Micromax A75
-Red Line ROM by billbowers
Incompatible ROMs:
-Flex's Stock w/ Goodies
-Tranquility ROM
-Timberwolf671 ROM
These are the only ROMs tested, if you use this script on another ROM, please post your results & I'll update the list.
reserved
Thanks for sharing man!!!!!
Sent from my EVO using xda premium
Awesome job. Thank you.
Sent from my lair.
Thanks so much for this. I just odexed the new HatkaLTE ROM and it's running great! I had read TT's thread but was a little intimidated by it. Great job automating this!
This works perfect! Thanks
This its awesome. Great idea. I knew tommy had made the script, and now you have automated it. Nice work from both of you. Thanks. Any reversal method being designed yet? I suppose do a nandroid before using the script would be best.
Sent from my EVO using xda app-developers app
some good info from TT about the preloaded-classes issue...
tommytomatoe said:
Good stuff To bring a little more clarification as to why those rams are in the incompatible list.
"Preloaded-classes gets accidentally compiled into classes.dex by sloppy devs
Framework.jar should only be modified using baksmali and smali, never apktool or any other tool.
The bad framework.jar, its classes.dex contains the code and instructions for preloaded-classes already. So when you odex, framework.odex contains preloaded-classes and classes.dex codes - which causes the system not to boot. Odex files should only contain classes.dex code.
How to resolve? Take a fresh framework.jar and baksmali it. Edit it. Then smali. This will ensure preloaded-classes were untouched, as baksmali is smart enough to leave it alone.
Another alternative is to pull classes.dex from fresh framework.jar and baksmali it. Smali when finished and insert back into jar file.
Then, when you odex, framework.jar will contain only preloaded-classes and framework.odex is the optimized classes.dex. "
Of course, autogeeks suggestion works but that is not ideal for the obvious reasons. Mods done to framework.jar would no longer be available, all dependencies on those mods would of course be broken.
...then again, I haven't touched android in a long long time. What do I know
Click to expand...
Click to collapse
Thanks bro.
TT is the man too.
Just executed this script. Flawless. Thank you
Sent from my EVO using xda app-developers app
Thanks for this Script i made my ROM Odexed but few of my app are not working properly may be the problem of the app as there are only few apps like Root Browser opening but not working properly giving forceclose after few clicks when i try to open system it just doesnt open and when i close the app and again try to open system it opens and when i click on app it gives forceclose, Zeam Launcher not showing dock but other then this all are working fine so thanks for the script will try to change the apps which are not working and then check if i still get the problem i think i wont and now i think that i can release my first custom ROM as i was waiting for this Odex script so that i can release the first ROM of mine in Odex version although its a ROM from another developer but i moded it and made compatible with my device thats MICROMAX A75 so will test it fully and once confirmed everything working perfectly then will release it so just wanted to know if i can release the ROM with Odexed version made by your script i will add proper credits in the credit section if you permit me to go ahead. will be waiting for your permission. Once again thanks for your script yaar its just awesome.
shahabazas said:
Thanks for this Script i made my ROM Odexed but few of my app are not working properly may be the problem of the app as there are only few apps like Root Browser opening but not working properly giving forceclose after few clicks when i try to open system it just doesnt open and when i close the app and again try to open system it opens and when i click on app it gives forceclose, Zeam Launcher not showing dock but other then this all are working fine so thanks for the script will try to change the apps which are not working and then check if i still get the problem i think i wont and now i think that i can release my first custom ROM as i was waiting for this Odex script so that i can release the first ROM of mine in Odex version although its a ROM from another developer but i moded it and made compatible with my device thats MICROMAX A75 so will test it fully and once confirmed everything working perfectly then will release it so just wanted to know if i can release the ROM with Odexed version made by your script i will add proper credits in the credit section if you permit me to go ahead. will be waiting for your permission. Once again thanks for your script yaar its just awesome.
Click to expand...
Click to collapse
no permission needed, anyone is free is use this script for whatever.....
"Odex any ROM"
"List of incompatible ROMs:"
Lol ^ made me laugh
Hey u can add Micromax A75 in the compatible list as i have tried this script on it and its working totally fine no problem at all.
Thanks for this amazing script yaar i was looking for it since past 6months.
shahabazas said:
Hey u can add Micromax A75 in the compatible list as i have tried this script on it and its working totally fine no problem at all.
Thanks for this amazing script yaar i was looking for it since past 6months.
Click to expand...
Click to collapse
Whats wrong with using titanium backup to odex?
youdug said:
Whats wrong with using titanium backup to odex?
Click to expand...
Click to collapse
As titanium backup doesnt odex the framework folder it only odex the apps folder.
shahabazas said:
As titanium backup doesnt odex the framework folder it only odex the apps folder.
Click to expand...
Click to collapse
Did not know that. Never checked. +1 to you sir.
Does this work on aosp rom? I see the list of compatible and incompatible ROMs. Just didn't see if it says sense only. Thanks
I would actually assume not. But i had to ask to see if ianyone has tried
Sent from my Nexus 7 using xda app-developers app
treIII said:
Does this work on aosp rom? I see the list of compatible and incompatible ROMs. Just didn't see if it says sense only. Thanks
I would actually assume not. But i had to ask to see if ianyone has tried
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I'm not sure.....all the script does is odex all the deodexed apks in /system/app & /system/framework, and this script is not specific to HTC....you could be the guinea pig
do a full backup & give it a try! worst case u restore your backup
O.M.J said:
I'm not sure.....all the script does is odex all the deodexed apks in /system/app & /system/framework, and this script is not specific to HTC....you could be the guinea pig
do a full backup & give it a try! worst case u restore your backup
Click to expand...
Click to collapse
Right now. Report back in a few
Sent from my Nexus 7 using xda app-developers app
---------- Post added at 10:08 AM ---------- Previous post was at 09:49 AM ----------
treIII said:
Right now. Report back in a few
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I tried. USB debugging enabled. Computer noticed phone immediately and HTC sync popped up so that didnt seem to be the problem. When i tried the odex my rom bat script and it says press any key to continue nothing happened other than the cursor in the command prompt dropping down a line.
Sent from my Nexus 7 using xda app-developers app
---------- Post added at 10:13 AM ---------- Previous post was at 10:08 AM ----------
I just used titanium backup to odex system apps. It had no problem doing that. I know that doesn't involve framework though. If you have any suggestions on anything i might try to get the script to work let me know
Sent from my Nexus 7 using xda app-developers app
Related
hi im currently in process of porting a stock deodexed rom.
i have changed system files and the update script.for out i9305. at moment i am able to install the rom fine and loads up with or without wipe. i also included the ee modem.
my issue is that when the rom starts all is ok and there are no force closes however i get no network and imei shows null. to resolve this i just flash param.tar in odin and stock file and all is back to original with imei restored.
any ideas on whats causing the loss of imei number
in setting imei and baseband showbas unknown
edit whilst restoring to stock i did not have to restore imei backups so am asuming efs part is fine
Sent from my GT-I9305 using Tapatalk 2
Check 9500 partition layout and update install script. Dont rewrite the efn part.
Sent from my GT-I9305 using xda app-developers app
have done that part rom installs fine baseband is unknown
Sent from my GT-I9305 using Tapatalk 2
I think u need to Flash a baseband from our i9305 after flashing The Potter rom
but wouldnt that be the modem file iv tried flashing it on radio partition
Sent from my GT-I9305 using Tapatalk 2
right iv ported wanam lite rom to our device, the aroma works i boot up fine but baseband still unknown so annoyin
Sent from my GT-I9305 using Tapatalk 2
i am really into this thread. I opened a thread similar at the beginning but they moved it, hope this one stays in here otherwise it will get lost in the i9300 section...... this is really good lets all try get into this, like i said I am going to play around on monday when i return home, so far we got everything going exceept the Modem is not connecting to the Imei correctly, We need an experienced dev.
---------- Post added at 09:25 AM ---------- Previous post was at 09:14 AM ----------
Just think how many roms we can have if we get this going
Sent from my GT-I9305 using xda app-developers app
Try merging our system and framework so it picks it up as our xxali5 or xxali9 you have to get rid of there base and put our base instead but leave the edited files so maybe the system apps folder stays the i9300 as the apps are the same i think but change the rest into our firmware hmmmm so maybe a better idea would be to have a blank deodexed and zipaligned xxali5 rom move and overwrite our files with the edited files of the i9300 that way all our efs and imei doesnt get touched
Sent from my GT-I9305 using xda app-developers app
going to check ril today see if that sorts it
Sent from my GT-I9305 using Tapatalk 2
Great thread, wish I could contribute more.
At the moment I'm hanging to see what the more clued up guys around here work out!
added the ril files and qualcom ril files but basebands the same
also the serail number has changed on device tried reflashing modem but doesnt help
chwads2k8 said:
right iv ported wanam lite rom to our device, the aroma works i boot up fine but baseband still unknown so annoyin
Sent from my GT-I9305 using Tapatalk 2
Click to expand...
Click to collapse
Basically there are some intensely different changes within the services.jar, framework.jar, android-policy.jar and so forth. 4G LTE is sooo much different than the stock i9300. I am not saying it CAN'T be done. But I am saying it is going to be a complete bastard to do. Put it this way, you'd be better off looking into all of the modifications that have been done to create these ROMS and re-doing them to the i9305.
Trust me, I have looked into doing this with a "customised" build to from sources for ICS for the P7320T tablet that I had. It is the only 4G tablet released here in Australia. The closest I could find in sources for being able to make the connection was grabbing settings systemUI and the others I have listed above ^^^ from the S2 4G LTE. Then I was going to have to modify the systemUI specifically for tablet mode.
I no longer have the tablet nor the patience to want to take on anything like it again.
All I can say is good luck. Feel free to check my threads to confirm that my choices are not a conflict of motivation or lack of determination...god I can assure you that much
Just for a tip. I started today with decompiling the android-policy.jar file to see if I could enable the torch app double click home from lock screen feature....this has been done on i9300 right? Go take a look at the full guide on how to do it...go decompile 1 file that I am talking about and you will see just how different the methods are in all of the smali code. JOY!
---------- Post added at 03:34 AM ---------- Previous post was at 03:23 AM ----------
chwads2k8 said:
added the ril files and qualcom ril files but basebands the same
also the serail number has changed on device tried reflashing modem but doesnt help
Click to expand...
Click to collapse
What tools are you using to "port" this ROM to our device?
I have tools that can port ROMs in about 30-40min.
What have you got in the build.prop for this thing? Do you want to upload the ROM for me to take a look at? The least I could do is offer some help before raining on your parade lol.
Have you considered doing maybe a "splice" of the ROM. Rather than porting the full version, you could do a diff/compare of the modded ROM against it's stock counterpart. Then you migrate those changes over to your "stock i9305" base. That is going to be your best chance of doing this I reckon? also you won't be able to copy across the firmware version. That won't work. Your framework and the firmware version are going to be device specific.
The absolute best thing I can think of suggesting is to go with a known base equivilant?? Like it seems that there is a release of XXALI5 (for touchwiz at least?) on both devices. That would be where I would start first and foremost. I would port with that common version using what I described above and then migrating any further or additional functionality (developer made i.e. Wanams mods) that have been done since the XXALI5 release.
That is going to be your best bet.
Or you guys could just wait for me to release my ROM haha...subtle promotion? I think not.
btemtd said:
Try merging our system and framework so it picks it up as our xxali5 or xxali9 you have to get rid of there base and put our base instead but leave the edited files so maybe the system apps folder stays the i9300 as the apps are the same i think but change the rest into our firmware hmmmm so maybe a better idea would be to have a blank deodexed and zipaligned xxali5 rom move and overwrite our files with the edited files of the i9300 that way all our efs and imei doesnt get touched
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
Exactly
I have a methodology that does this very easy. I wanted the OP to upload his work so far to save me a download. But I might just go ahead and do it anyway.
Have you guys got permissions from Wanam to use his work? I will ask on your behalf if not. He is a great contributor to this forum, I don't wish to have him offside.
What I mean is that I will go ahead and play, but I won't re-upload any test files to the forum without his consent This shouldn't be too hard
---------- Post added at 12:40 PM ---------- Previous post was at 11:53 AM ----------
Contacted Wanam. I will wait to see what he says and recommends. I have claimed I am not releasing anything of his, so this can be owned by you guys who want it. I am happy to help get the ball rolling to help yous though. I have my own dev team that I work with so that makes me kinda busy. That is why I haven't released my own ROM on here yet lol
Downloaded XXLAI5 Wanam, Downloaded XXLAI5 stock i9300, have already downloaded XXLAI5 stock i9305 and I am currently deodexeding it as we speak.
Will deodex i9300 XXALI5 next and then do a comparison to Wanams. Segregate changed files - > port to stock deodexed base = Wanam i9305 for you guys
That's if Wanam approves of course?
EDIT: Hey Mr OP can you please contact me? I cannot send you PMs? Holy smokes you've been around this place since 09!
Ok Analysis done on Wanam compared to stock XXALI5 and have all the of the files seperated and within their directory structure that had changes.
There is going to be some work needed to be done on these main files:
/system/framework/android.policy.jar
/system/framework/framework2.jar
/system/framework/services.jar
/system/app/systemUI.apk
As I expected
Now the fun n games start I will decompile all of these files and then diff them against the standard i9300 smali coding and then *attempt* (and I say that with all great intension too) to migrate the changes across into decompiled i9305 files.
I can tell this is going to be a head ache!
Otherwise though....I can honestly say that what I have got so far I know for certain will boot and you will not have baseband issues. You won't however have 15 toggle mod as it stands. Services.jar and Android policy.jar both control this feature. I see that this *IS* available as a mod already on this forum but I am not certain that the creators realise that these modifications (mentioned here) actually do need to be performed.
Lidroid-res.apk within framework will have no rights to control the toggle on the systemUI cause it won't have permissions due to conflicting signature checking. note...toggles may appear, but they won't do anything when you touch the widget toggle, it will be non-responsive.
Thanks guys
Thats what i said we should just try copying over the whole system app folder and replacing it with our deodexed rom. Try doing that as the firstt step
Sent from my GT-I9305 using xda app-developers app
btemtd said:
Thats what i said we should just try copying over the whole system app folder and replacing it with our deodexed rom. Try doing that as the firstt step
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
System app is fine, but that isn't where the changes are that make Wanams ROM. You'd have your self a standard ROM otherwise. As in no difference. Or if you just copied the system/app folder ROM would boot but systemUI would force close. You would also have no reboot menu and no USB read from the phone. That would equal disasterous....cause as we all know we don't have SD mount in recovery do we?
Fancy doing an adb push on a phone that doesn't install USB connection files?
See I wouldn't be stupid enough to do that without having at least a clockwork recovery backup lol.
It's ok. for the android.policy.jar they are identical (well for XXALI5 they are anyway) to the i9300. So simple trade in there.
Only 4 more files to go and I will have you guys a port
Wanam still has not contacted me back yet though so I we need approval before anything.
Reset scrolling caches. In framework2.jar
This took a bit of work because my notepad++ kept crashing running compare. If you guys ever have this issue, right click the executable in program files go to properties and compatibility and then check the boxes for:
- disable visual themes
- disable desktop composition
- disable high dpi scaling.
Apply.
No more crashing. Windows 7 aero apparently doesn't like the compare dll?
Anyway not related. I am back on track. last jar file and then it should be ready to package up and it will be the same as Wanam ROM XXALI5
Got approval from Wanam. Just about to test flash now. Will upload it here if everything works out
Well, I had a few mishaps with my own device. Namely no root access and also lost hardware ID...meaning no Android Market. This all happened sometime during my lengthy list of modifications so I was not sure where. That mean flash back to stock and restore my data bit by bit until I was set up again. This take for EVER!
So yeah no real feedback from anyone in here so have decided to finish off my own ROM instead. XXALI9 (newer) and a heap more mods than stock Wanam. So far so good.
I can upload what work I did on getting Wanam's up and running (I have not flashed it yet) but will wait till someone actually wants before I go ahead and do that.
Thanks guys
James
General ODEX Script
By Various Devs
-----------------------------------------------------------------------------------------
Seeing other devs recently ODEX-ing their roms in order to decrease boot and app load time I fought of those roms that may not be ODEX.
Therefore I want to share this zip that will ODEX any GB rom out here.
This is the general script those ODEX-ed roms we have use.
Download:
http://www.mediafire.com/?l4aau7pmmgtid
-----------------------------------------------------------------------------------------
Credits
I don't really know lol
(Not Tested on CM7)
why should anyone want to increase their boot and app loading times? lol
alex.mircea0509 said:
why should anyone want to increase their boot and app loading times? lol
Click to expand...
Click to collapse
Sorry I miswrote lol.
Increasing The Decreasement of Loading Times which is what I meant. (Yeah it kinda does not make sense.)
and how do you use this? you just simply flash it? was it tested? of what improving are we talking about? is it noticeable?
i'm on NXT 1.3 (I guess it's based on 58 or 64 GB... donno anymore.. i'm stable for almost 6 months now).. will it work on this?
thx
alex.mircea0509 said:
and how do you use this? you just simply flash it? was it tested? of what improving are we talking about? is it noticeable?
i'm on NXT 1.3 (I guess it's based on 58 or 64 GB... donno anymore.. i'm stable for almost 6 months now).. will it work on this?
thx
Click to expand...
Click to collapse
Flash It Like A Rom/Zip
It works on all slots (Multiboot) if using Turbo Kernel
Boot Time Change is noticeable.
why is this script deleting all files in /data/dalvik-cach/ ? wouldn't making sense to just delete dex files of the newly odexed system apps or framework ?
sheraro said:
why is this script deleting all files in /data/dalvik-cach/ ? wouldn't making sense to just delete dex files of the newly odexed system apps or framework ?
Click to expand...
Click to collapse
A mixture of ODEXed and Deodexed files can cause problems.
Some apps have different dalvik when ODEX.
It is a stability measure.
Sent from my GT-I9300 using xda app-developers app
Any assurance of this mod to work?? Just curious.
Regards,
Sdojoin
sdojoin said:
Any assurance of this mod to work?? Just curious.
Regards,
Sdojoin
Click to expand...
Click to collapse
Tested on DEODEXED Aurora and My Rom
Something like this is possible on ics or jb roms?
farenheith said:
Something like this is possible on ics or jb roms?
Click to expand...
Click to collapse
There are a lot of ODEX methods and scripts out there.
I just uploaded the CWM Method used in the ODEX Roms we currently have.
This could work on JB/ICS but not guaranteed (Phone/Contacts apks may FC)
i flashed tihs on dixperia2 rom and it dosen't boot anymore it freezes on boot logo
funnies7 said:
i flashed tihs on dixperia2 rom and it dosen't boot anymore it freezes on boot logo
Click to expand...
Click to collapse
Clean install?
Sent from my GT-I9300 using xda app-developers app
funnies7 said:
i flashed tihs on dixperia2 rom and it dosen't boot anymore it freezes on boot logo
Click to expand...
Click to collapse
It's usually because of your android.policy.jar.
Either that or you have jar's that contain no 'meta-data'.
Open up all your Jar's in /System/Framework and see what's missing.
half of my system apps don't have their odex files even after fllashing the zip multiple times ! i don't know what's keeping them from odexing
also if i transfer any new app to system/app , its odex file can't be generated ...
sheraro said:
half of my system apps don't have their odex files even after fllashing the zip multiple times ! i don't know what's keeping them from odexing
also if i transfer any new app to system/app , its odex file can't be generated ...
Click to expand...
Click to collapse
It is a small script that does not ODEX everything but only small amount of files.
Full ODEXing is reccomended through ADB and not CWM.
Some things can't be ODEXed in CWM
Also this only ODEXes apps used by system, your own apps will not be ODEXed even if you move to system and re-run script
Sent from my GT-I9300 using xda app-developers app
Dude, how come the statusbar disappear after odexing?? Its like there's no systemui present. Not even an fc popup. Just no statusbar. I've tried several times still got the same result. Any clue what might be the prob??
Regards,
Sdojoin
sdojoin said:
Dude, how come the statusbar disappear after odexing?? Its like there's no systemui present. Not even an fc popup. Just no statusbar. I've tried several times still got the same result. Any clue what might be the prob??
Regards,
Sdojoin
Click to expand...
Click to collapse
I have no idea, I just decided to share the script other devs use for those who are unaware/want to ODEX their roms, I can't tell you exactly.
Cache and Dalvik clean are recommended though.
Noted.
Regards,
Sdojoin
Does this work on Xperia NXT 2 r1 by krisdee?
[SIZE=+3]This thread has been created strictly for
Questions & Troubleshooting[/SIZE]
[SIZE=+2]Specific to[/SIZE]
[SIZE=+2]This thread has been created for people to share issues, question and help
while using this version of RageLTE[/SIZE]
RageLTE
PLEASE make sure to thank developer for the dedication to this ROM
Please do not clutter the Development thread with non development-related chatter
Q: How do I set up the V6 Supercharger script?
A: Thanks to drlzanej's Tutorial... I'll attach the files when he PM's them to me
V6Supercharger Tutorial;
Ok guys, Ive done some more testing as far as SuperCharger goes and this is what I'm coming up with. This is just to help you folks out with any issues you may be having, I really like this rom and as far as zepplins mods they speak for themselves if applied properly.
Run SuperCharger script and pay attention to whats going on on the screen. Theres a lot of useful info there, so read along as it runs. any quarys you may have as far as what the script is or what certain mods do you can find the info HERE
After you run the script, Its my recomendation to run"superclean and reboot" (choice 32) as your last option, thats just my opinion.
If you want to patch in the services.jar the one I'm using is attched(or you can get it from zepplins thread found HERE
open terminal emulator an do:
type: su, enter. Leave terminal running.
Copy the new services.jar into your /system/framework folder
Go back to terminal and type: cd /system/framework, enter, chown 0.0 services.jar, enter, chmod 644 services.jar, enter
Reboot. This will take awhile since it will optimize apps the first time.
After reboot, go back to terminal and run the V6SuperCharger script again
and choose to re-supercharge, you will notice that it now says 100% Super Charged....Which I promise it will be. after the script is finished running choose option 32 again, (superclean and reboot). and your done. I know I know it takes a little time but believe me its worth it, Trust me.
If you choose to run a custom Kernel,(which I don't recommend, but, Your choice I don't care) My recommendation would be thicklizards "ArcReactor" works pretty well with this rom. I mentioned in an earlier post some glitchyness but after installing services.jar and running SuperCharger that was gone.
*** AFTER YOU INSTALL YOUR CUSTOM KERNEL, YOU NEED TO RUN SUPERCHARGER AGAIN***, it says it at the beginning of the supercharger script. Just do the re-supercharge thing and your good to go.
Again the services.jar I got from zepplins thread is attached, Just follow the instructions here and your golden. Please don't forget to Thank "zepplinrocks" for the V6SuperCharger AND the modified services script.
Q: I just flashed this ROM, Why do I have no Status Bar?
A: You probably downloaded an older release, re-download the latest 4\25\13 release and you should be good. Remember as always with anything you flash, to check your md5.
Q: This ROM was running really smooth for a day or two and it seems to be getting a little laggy.What do I do to remedy this?
A: Its recommended you run the zepplinrocks V6SuperCharger script through Terminal emulator or Script Manager after you flash to avoid or eliminate this, It will also improve performance and battery life. (***See the V6SuperCharger tutorial above***)
Q: Can I run a custom kernel with this ROM?
A: Its not really necessary to run a custom kernel as the kernel that's baked in performs extremely well, But if you wish to yes you can run any sense based custom kernel. drlzanej has tested thicklizard's Arc Reactor kernel and flar2's Bulletproof Kernel and the both seem to play well with this ROM. ***The S2W(sweep to wake) may cause glitches. To eliminate this issue disable S2W with Kernel Tuner. As always, Any other software you may use with this ROM please hit the Devs Thank you button.
Ill try to help you out here as much as i can bud. Thanks man
*Information IS the most dangerous weapon of all*
drlzanej said:
Ill try to help you out here as much as i can bud. Thanks man
*Information IS the most dangerous weapon of all*
Click to expand...
Click to collapse
Thanks brother
I also noticed that the video graphics in Chess Online still crash like the other ROMs.
... and it's already rolling.
Very nice mate:good:
TonyStark said:
... and it's already rolling.
Very nice mate:good:
Click to expand...
Click to collapse
TY sir
Bigdaddy619, check your pm. ,,,,,,
drlzanej said:
Bigdaddy619, check your pm. ,,,,,,
Click to expand...
Click to collapse
Thanks bro I'll post it when I get home from work
Sent from my HTCONE using xda app-developers app
Cool, pm ke and ill send you the services.jar that go with it to post as well
*Information IS the most dangerous weapon of all*
drlzanej said:
Cool, pm ke and ill send you the services.jar that go with it to post as well
*Information IS the most dangerous weapon of all*
Click to expand...
Click to collapse
Will do :beer:
Sent from my HTCONE using xda app-developers app
Anyone know how to make a system app a user app? Want to make Google play services and play store Greenify-able. Thanks in advance!
Sent from my EVO using xda app-developers app
polar2792 said:
Anyone know how to make a system app a user app? Want to make Google play services and play store Greenify-able. Thanks in advance!
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
I think Titanium Backup may have a feature to convert apps to system apps
Sent you the file and sommore Q&A bud. Have a good one man
Polar2792, if by 'greenify' you mean make the app not launch on boot, ROM toolbox has that feature. Works for user apps and system apps and is very configurable.
Sent from my EVO using xda premium
Been a little activity in the Rage thread so I figured id bump this so people rememberd it was here. Also, zepplins back to work so folks may want to stop by his thread in Original Developement for som more insight. Later,,,:cool,,,
*Information IS the most dangerous weapon of all*
New version of RAGE Rom is out "RAGE-V2, Get it here until utkaar updates th OP. Thanks
md5: https://dl.dropboxusercontent.com/u/32014903/Rage-V2-repaired-md5.txt
RageV2 Rom: https://dl.dropboxusercontent.com/u/32014903/RageLTE-jewel-v2_20130608-repaired.zip
No luck in copying the services.jar..when i copy it on my system/framework folder my phone reboot and stuck to bootanimation..can anyone help me pls..
ronald027 said:
No luck in copying the services.jar..when i copy it on my system/framework folder my phone reboot and stuck to bootanimation..can anyone help me pls..
Click to expand...
Click to collapse
If you're on Ver2 of Rage the services.jar Zep has posted in his thread may not work for you. The one he posted is from an earlier version of Rage so that might be the issue. If you're hell bent and determined you could download Zep's Automagic patcher and patch the services.jar yourself. It'll do most all the work for you and really isn't that difficult to do.
I'm S-On and just tried flashing 1.0.2. I followed the install instructions and flashed it twice. On the second time I flashed it, I didn't receive the "LOOK" message, so I assume that it went through correctly (TWRP said 'Successful'). I wiped the cache and rebooted. But, now I just hang at the HTC loading screen. Any thoughts?
Hi All,
First of all want to clear that my development skills are ZERO but like to have lesson from a great place XDA......
I want to use Energy Tweak on ICS Stock Rom any help will be appreciated and welcomed.
I already pushed it in System/App but not working I suppose some changes in framework or associated files are missing.
Thanks in advance
Currently I am on ARHD 4.0, Stock Kernel, S-off & rooted
Edit Fixed: Please refer http://forum.xda-developers.com/showpost.php?p=43961784&postcount=5
SuperAfnan got it working for his rom maybe he can help... But it probably has some source code for sure maybe some codes in framework n stuff not sure cuz even the viper Tweaks are not portable that easily.. In my knowledge
Sent from my HTC_Amaze_4G using xda premium
lalit387 said:
Hi All,
First of all want to clear that my development skills are ZERO but like to have lesson from a great place XDA......
I want to use Energy Tweak on ICS Stock Rom any help will be appreciated and welcomed.
I already pushed it in System/App but not working I suppose some changes in framework or associated files are missing.
Thanks in advance
Currently I am on ARHD 4.0, Stock Kernel, S-off & rooted
Click to expand...
Click to collapse
Hello Lalit!
Well if you want energy tweaks you might need to push SystemUI.apk from system/app as well as framework-res.apk and com.htc.resources.apk and framework files. You might just want to push the whole framework folder and systemui.apk.
If you got those files from energy's blue rom then your theming will probably turn blue. So try it from fast amaze or energy's stock themed rom.
ravike14 said:
SuperAfnan got it working for his rom maybe he can help... But it probably has some source code for sure maybe some codes in framework n stuff not sure cuz even the viper Tweaks are not portable that easily.. In my knowledge
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
Yeah I'm pretty sure it's just framework stuff. But he needs to push those other apks since they all work together.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
SuperAfnan said:
Hello Lalit!
Well if you want energy tweaks you might need to push SystemUI.apk from system/app as well as framework-res.apk and com.htc.resources.apk and framework files. You might just want to push the whole framework folder and systemui.apk.
If you got those files from energy's blue rom then your theming will probably turn blue. So try it from fast amaze or energy's stock themed rom.
Yeah I'm pretty sure it's just framework stuff. But he needs to push those other apks since they all work together.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Well,we need replace SystemUI.apk ,framework-res.apk ,com.htc.resources.apk and framework files.So what frameworkfiles about?
Energy Tweak Workaround
Many Thanks Guys:highfive:
Not worked in first shot but after some trail and error method it's worked
Replaced systemUi.apk in system\app
Paste tweak.apk to system\app
Replaced framework folder from super sense 1.0 to system\
corrected permission as 644
Reboot
Done:fingers-crossed:
Will try to make flash able zip file:fingers-crossed:
lalit387 said:
Many Thanks Guys:highfive:
Not worked in first shot but after some trail and error method it's worked
Replaced systemUi.apk in system\app
Paste tweak.apk to system\app
Replaced framework folder from super sense 1.0 to system\
corrected permission as 644
Reboot
Done:fingers-crossed:
Will try to make flash able zip file:fingers-crossed:
Click to expand...
Click to collapse
good
Is it possible to port venom tweaks like this method??
shubham211995 said:
Is it possible to poot venom tweaks like this method??
Click to expand...
Click to collapse
No, that is for Sense 4 only and you would definitely be kanging them since they would probably never let anyone use their proprietary tweaks. If they did everyone would have it for their roms already. So don't even think of kanging that or they will send a robot viper to bite you. Sorry.
But NRG Tweaks is more than enough.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Thats Great
lalit387 said:
Many Thanks Guys:highfive:
Not worked in first shot but after some trail and error method it's worked
Replaced systemUi.apk in system\app
Paste tweak.apk to system\app
Replaced framework folder from super sense 1.0 to system\
corrected permission as 644
Reboot
Done:fingers-crossed:
Will try to make flash able zip file:fingers-crossed:
Click to expand...
Click to collapse
well done dear!
waiting for zip, which i can flash on stock rom
fahadskhan said:
well done dear!
waiting for zip, which i can flash on stock rom
Click to expand...
Click to collapse
Fadi you want a flashable zip? OK I'll make you one in 12 hours probably lol. But I recommend flashing Super Sense since it has all the tweaks.
If there are apps or widgets missing please tell me now so I can add them in. Then I will add the option to remove apps in aroma, giving options.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
SuperAfnan said:
No, that is for Sense 4 only and you would definitely be kanging them since they would probably never let anyone use their proprietary tweaks. If they did everyone would have it for their roms already. So don't even think of kanging that or they will send a robot viper to bite you. Sorry.
But NRG Tweaks is more than enough.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Ok thank you for your answer.
I don't know this fact so I asked that.
HappY Eid Mubarak
SuperAfnan said:
Fadi you want a flashable zip? OK I'll make you one in 12 hours probably lol. But I recommend flashing Super Sense since it has all the tweaks.
If there are apps or widgets missing please tell me now so I can add them in. Then I will add the option to remove apps in aroma, giving options.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
hi dear brother
yes that so cool if u add option in aroma installation for htc widget n also add an option for remove complete hTc sense with nova or apex launcher.
like viperamaze 1.7.0.1........in that rom's aroma installer chevy also include the aption for remove complete htc sense and also for apps removing option.
i hope u ill do so:good:
thanks
ahh leave the the flashable zip then n i m using super sense rom now :d
:thumbup:
Sent from my HTC_Amaze_4G using xda app-developers app
SuperAfnan said:
Fadi you want a flashable zip? OK I'll make you one in 12 hours probably lol. But I recommend flashing Super Sense since it has all the tweaks.
If there are apps or widgets missing please tell me now so I can add them in. Then I will add the option to remove apps in aroma, giving options.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
give me a zip file, plz! thanks
Flashable zip
@SuperAfnan
Can i get Flashable Zip of Energy Tweaks ??
Thank you
Edit: Nevermind!
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
These files are RESTOREABLE in safestrap recovery. These are Stock Rooted Mj5 RESTORE as backup DO NOT FLASH...about 25 people have asked me for these, and successfully restored their system after either deleting their stock slot rom accidently or had some issue with their stock rom.
Instructions:
1. Download all files in folder, should be 5 files total
2. Put all 5 files in one folder
3. Place folder with the files in your safestrap backups folder
4. Boot into SafeStrap Recovery
5. RESTORE the file just like you would any other backup
6. Reboot
Link:
https://drive.google.com/folderview?id=0B3T9bHro9RUvWWtNZmQ1OHhsN0U&usp=sharing
After a weird issue with the files, the owner name is switched...which doesnt matter...what does is if they still work. Please let me know if there is something wrong with the files, or likewise, please verify whoever downloads them if they work alright still. If there's any issue i'll have to try and figure something out, or reupload the entire restore build which takes several hours. Thanks Mega
***After done successfully you will reboot to the setup screen like day one when you first purchased the note.
****I recommend to do this first in a rom slot, to be sure your download was successful. Just my 2 cents and what I have recommended to everyone i've sent the files to. If you have any isses, or questions either pm me or leave a post and i'll get back to you.
**Please do not use my files for anything other than your personal use without asking permission
***Please do not repost my links without asking permission
Mega
Thank you for your work and sharing this.
SunnyOK said:
Thank you for your work and sharing this.
Click to expand...
Click to collapse
My pleasure...I'll be posting my rom in a day or so...but I figured this would be a helpful safety net to have for those just in case times lol.
Mega
Update I also leave one slot with one if these tin it as a test build for mods and tweaks before tinkering with a rom I have already set up and running much less stock which I never touch personally
So we need to flash ALL of these to have vanilla mj5?
Sent from my SAMSUNG-SM-N900A using xda app-developers app
ekerbuddyeker said:
So we need to flash ALL of these to have vanilla mj5?
Sent from my SAMSUNG-SM-N900A using xda app-developers app
Click to expand...
Click to collapse
No dude read the op.... you put them all in 1 folder then RESTORE.... read the op dude they're a custom backup of stock rooted mj5..... I specifically said DI NOT FLASH
The link is back live after a weird google drive glitch...anyway remember these are RESTORE files for safestrap
Stock Rooted Mj5 ...see the op for instructions on how to restore your Note 3 att N900a back to stock rooted...or just use them in a rom slot for testing mods, tweaks or other alterations before messing with a rom you have fully set up...I suggest using a rom slot to test the restore anyway if you plan on restoring to stock rom slot.
***Edit: as updated in the op...the files owner status has changed, which makes no difference but if they still work perfectly as they did prior to this does matter. Please let me know when you download the files whether I need to reupload the original restore build or if everythings in working order. Much appreciated.
Mega
Good work on this. Do you have a zip with the Odex Files?
frome901 said:
Good work on this. Do you have a zip with the Odex Files?
Click to expand...
Click to collapse
It's not a zip to flash...it's a restore backup...I'll be posting a rom build this week...I can include the stock rooted deodex base then if you want
Mega
megalomanic14 said:
It's not a zip to flash...it's a restore backup...I'll be posting a rom build this week...I can include the stock rooted deodex base then if you want
Mega
Click to expand...
Click to collapse
Its ok im looking for the original odex file for the action memo APK im gonna run stock for while but when i debloating i got alittle wild and dump the action memo stuff and now im trying to put it back. Dont do anything extra on my account
Its actually called quickmemo
frome901 said:
Its ok im looking for the original odex file for the action memo APK im gonna run stock for while but when i debloating i got alittle wild and dump the action memo stuff and now im trying to put it back. Dont do anything extra on my account
Its actually called quickmemo
Click to expand...
Click to collapse
I have full stock rom..you want me to send you the apk and odex fir action memo?
It's no big deal...it'd be stock rooted Mj5 deodex then I'd post the rom that's tweaked and modded with custom features and apps like Viper4Android 5x5 launcher keyboard modded white with kb4 update
megalomanic14 said:
I have full stock rom..you want me to send you the apk and odex fir action memo?
It's no big deal...it'd be stock rooted Mj5 deodex then I'd post the rom that's tweaked and modded with custom features and apps like Viper4Android 5x5 launcher keyboard modded white with kb4 update
Click to expand...
Click to collapse
That would be cool if you could send the action memo apk and the odex flies along with the widget apk so i can push it in to my system.
frome901 said:
That would be cool if you could send the action memo apk and the odex flies along with the widget apk so i can push it in to my system.
Click to expand...
Click to collapse
No problem I'll PM you the link to it
frome901 said:
That would be cool if you could send the action memo apk and the odex flies along with the widget apk so i can push it in to my system.
Click to expand...
Click to collapse
Done...Enjoy man
Thank u for this
Sent from my SM-N9005 using XDA Premium 4 mobile app
androidmechanic said:
Thank u for this
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Your welcome dude...hope you never need them but theyre here if you do
Mega
So this basically restores stock rom ?
Should we delete stock slot 1 first?
-b0Ne
b0Ne83 said:
So this basically restores stock rom ?
Should we delete stock slot 1 first?
-b0Ne
Click to expand...
Click to collapse
Exactly..it's a stock rooted mj5 restore kit. You can use it In stock...but I'd highly recommend you try in a rom slot first to verify your download and everything's working. Then wipe and restore like any other backup. It shouldn't have issues as like 60 people have used it to restore their stock slot but I always play it safe myself.
Mega
megalomanic14 said:
Exactly..it's a stock rooted mj5 restore kit. You can use it In stock...but I'd highly recommend you try in a rom slot first to verify your download and everything's working. Then wipe and restore like any other backup. It shouldn't have issues as like 60 people have used it to restore their stock slot but I always play it safe myself.
Mega
Click to expand...
Click to collapse
Thank you for this - it sure helps!!!
b0Ne83 said:
Thank you for this - it sure helps!!!
Click to expand...
Click to collapse
Sure man...hopefully you never need it...but it's nice to have it just in case lol
Mega
has anyone used this backup and been able to get the latest 4.3 update? i had a problem where i had to use this backup (thank you btw!) and the update install has failed at 25% and rebooted
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app