[EOL][ODEX][SCRIPT] Odexer Tool 1.8 BETA (11-25-2014)(MM-dd-yyyy) - Android Software/Hacking General [Developers Only]

Code:
[SIZE="2"]
/*
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
[/SIZE]
What is ODEX and DEODEX?
Android uses application packages, or APKs as they’re normally called, to tell the operating system what app to load and execute. The framework, that contains others packages, with JARs extension, is the first part of the OS that is in /system partition and it is the first one that is loaded when the OS boots up.
Coming back to Android applications, there are two possible routes to follow, based on the fact that each app is comprised of an APK and a cache part that tells the Android Dalvik VMwhat components does the app come with.
The cache for each APK is contained separately in a .odex file, which loads into the Dalvik VM at the time of boot, thus speeding up boot times. (ODEX)
The cache for each APK is contained within the APK itself as a classes.dex file, making the boot times slower as Dalvik VM is built up. (DEODEX)
Now, ideally, most OEMs choose to opt for the first route, for two major reasons. First, it makes modifying the system apps more difficult (making the OS more stable and secure), and two, faster load times for the OS itself, since the cache is built as part of the virtual machine itself. In normal cases, where an Android firmware is odexed the .odex files for each /system APK and JAR are written into the Dalvik VM when the OS boots up. Since these .odex files contain preliminary load information about each system app, the OS knows what to expect when it’s booting up, and consequently, loads all these apps faster. Ultimately, for the user, it means that boot times are significantly sped up, and you can put your device to use much sooner. As opposed to the above, in a deodexed (custom) ROM, there is no cache information within the Dalvik VM at the time of boot, so when the system status up, it only gets to know which files to load once the /system partition APKs and JARs are actively accessed. This, in effect, will result in a much longer boot time, since each APK and JAR will be processed one by one, and you will be able to use your device long after you’ve powered it up. In real life, that’s not the case. With deodexed ROMs, only the first ever boot after clearing Dalvik-cache is slower, and all subsequent ones will be the same as any odexed ROM. This is owing to the fact that during the first boot, all cache information is written to the virtual machine anyway, and hence, it will behave as any other firmware (until you clear the Dalvik-cache once again). While an odexed firmware is faster and more secure, a deodexed one gives more modification freedom, and is the only way possible to change the look and feel of system apps.
Summary of ODEXED ROM
It's fast to open system app, has more stability and more battery life, uses less RAM than DEODEXED ROM but it's a little bit complex to customize APKs and JARs and is a little bit slower to boot up.
Summary of DEODEXED ROM
It's slower than an ODEXED ROM to open system app, has less stability and less battery life, uses badly RAM but it's a "easy" customization of APKs and JARs and is a little bit faster to boot up.
Click to expand...
Click to collapse
What is Odexer Tool?
Odexer Tool (OT) is a script that allow you to odex your ROM in a safety way without using a PC. I worked a lot of time to make it and so if you like it, please give a thanks.
Click to expand...
Click to collapse
What does OT do?
1 -> Odex Framework in /system/framework/*.jar
2 -> Odex Apps in /system/app/*.apk
3 -> Odex Apps in system/priv-app/*.apk
4 -> Remove classes.dex from JARs/APKs (if emabled)
Click to expand...
Click to collapse
Which are the commands of OT?:
frame -> odex all framework
sysapp -> odex all system apps
all -> odex all ROM
set -> enable/disable 'Remove classes.dex'
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Is it safe to ODEX the ROM?
I think that it is dangerous to ODEX the ROM because you are touching Android completely. With OT I made a safety way to ODEX but there us always a possibility to soft brick your device. I suggest you to use it when you are at home with a PC (and not when you are out) if something goes wrong.
Click to expand...
Click to collapse
Is it safe to enable 'Remove classes.dex'?
No, i dangerous because if something goes wrong (for example during framework odex), there is more possibility to soft brick the device but if you have Honey Comb, Ice Cream Sandwich or Jelly Bean you must enable it if you don't want message "Android is upgrading" on every boot.. On KitKat is really dangerous because some older rom (first KitKat built) this option will soft brick at 100% your device.
Click to expand...
Click to collapse
Which Android versions are compatible?
Froyo (2.2.x)
Gingerbread (2.3.x)
Honey Comb (3.x.x)
Ice Cream Sandwich (4.0.x)
Jell Bean (4.1.x, 4.2.x, 4.3.x)
KitKat (4.4.x)
Click to expand...
Click to collapse
What do I need to ODEX?:
I need only 4 things!
First, DEODEXED (or partial) ROM.
Second, custom recovery to flash OT.
Third, some free space in /system (check below).
Fourth, a working brain!
Click to expand...
Click to collapse
How much space do I need to ODEX?:
Framework -> 14% or more of free space in system.
System apps -> 23% or more of free space in system.
All ROM -> 31% or more of free space in system.
Click to expand...
Click to collapse
How can I ODEX my device?
First of all be sure to have a chance to restore everything!
1 -> Download Odexer Tool (link in second post)
2 -> Reboot into recovery
3 -> Install Odexer Tool
4 -> Reboot into system
5 -> Open Terminal Emulator
6 -> Type 'su' to obtain root access
7.a -> Type 'odex' to show possible command/s
8.a -> Type one of the possible command/s that is available
8.a -> Waiting and enjoy!
OR
7.b -> Type 'odex one of the possible command/s' (for example 'odex all')
8.b -> Waiting and enjoy!
Click to expand...
Click to collapse
Follow me here: Odexer Tool Official Community

Download Odexer Tool

Credits:
- @MatrixDJ96 (Me)
- MrTony68 (Beta Tester)
- @Thyrus (Beta Tester)
- @angel.sea (For Support)
- Stericson (For BusyBox)

Reserved aaa

Reserved aa

ohh New beta I'll try

Amazing work! :good:
Successfully odexed everything in 4.4 kitkat on e970 LG Optimus G.
EDIT: "Sorry, you are limited to 8 thanks per day"...... You will get a thanks tomorrow!

Urticant2 said:
ohh New beta I'll try
Click to expand...
Click to collapse
Thanks for support
MiZrY said:
Amazing work! :good:
Successfully odexed everything in 4.4 kitkat on e970 LG Optimus G.
EDIT: "Sorry, you are limited to 8 thanks per day"...... You will get a thanks tomorrow!
Click to expand...
Click to collapse

Are this work on cusrom toucwiz s4?
Sent from my GT-I9500 using Tapatalk 4

Ok now just gapps fc mhhh (i use banks gapps core)

does it work with MIUI too?

Hey Matrix!
What's the difference between this new version and your old script?
Sent from my HTC Desire C using xda app-developers app

Did it and chose all and getting Package Access Helper fcs?
Sent from my SM-N9005 using XDA Premium 4 mobile app
---------- Post added at 03:37 AM ---------- Previous post was at 03:35 AM ----------
Google Partner Set up fcs! And my browser is fcing? !
Sent from my SM-N9005 using XDA Premium 4 mobile app
---------- Post added at 03:42 AM ---------- Previous post was at 03:37 AM ----------
Works after a restart! Maybe tell people to restart after its done?
Sent from my SM-N9005 using XDA Premium 4 mobile app

Odexed my cm7 ROM & I straight away saw a performance improvement! Thanks for this awesome & easy script! Also we need to reboot for the changes to take place, add this to the OP.
Sent from my GT-S5830 using Tapatalk 2

Urticant2 said:
Ok now just gapps fc mhhh (i use banks gapps core)
Click to expand...
Click to collapse
Reboot

poczynek said:
Did it and chose all and getting Package Access Helper fcs?
Sent from my SM-N9005 using XDA Premium 4 mobile app
---------- Post added at 03:37 AM ---------- Previous post was at 03:35 AM ----------
Google Partner Set up fcs! And my browser is fcing? !
Sent from my SM-N9005 using XDA Premium 4 mobile app
---------- Post added at 03:42 AM ---------- Previous post was at 03:37 AM ----------
Works after a restart! Maybe tell people to restart after its done?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Oh sorry i forgot this part...
I'll add automatic reboot (or hot reboot reboot is the same) in the next version

atomomega said:
Hey Matrix!
What's the difference between this new version and your old script?
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
New style and new option, very simple and fast, added support for kitkat (you can also have an odexed rom 4.4 with working art)

Oops.... nevermind ;p

MatrixDJ96 said:
Reboot
Click to expand...
Click to collapse
After install a new GApps odexed
All work good with ART
Big Thanks MatrixDJ96 for your hard work
Edit: have you planned to add data/app option or costume option ? in futur

Urticant2 said:
After install a new GApps odexed
All work good with ART
Big Thanks MatrixDJ96 for your hard work
Edit: have you planned to add data/app option or costume option ? in futur
Click to expand...
Click to collapse
I will add option to odex a custom partition

Related

[FX-MOD][SENSE] Reboot option in power menu 4-in-1 (UPD)

this is an updated* version of my framework mod that adds reboot (normal, hboot, recovery) option to the power-button menu on htc sense based desire roms
*: a new option ('hot restart') has been added that will allow you to respawn android's system server process, thereby starting with a "clean system" w/o actually rebooting the device (credits to xda member appelflap for the idea, you can have a look at his app 'hot reboot' here. i took a slightly different approach to killing the process but the basics remain the same)
enjoy
requirements:
htc sense based desire (froyo) rom (HD VERSION HERE)
deodexed framework libs
busybox with pkill support (or any other pkill implementation, accessible in $path)
how to install:
please make sure your device/setup meets the requirements above
check your framework build number (settings >> about phone >> software information >> build number)
download the archive that matches your build number
copy it to your sdcard and flash it in recovery mode (as always, it is advisable to do a nandroid backup prior flashing)
impact:
a framework lib (/system/framework/android.policy.jar) will be overwritten
the first boot after flashing this may take a (long) while (dexopt will be busy)
--
--
sense_powermenu_rebootdlg-4in1_2.09.405.8.zip
sense_powermenu_rebootdlg-4in1_2.10.405.2.zip
sense_powermenu_rebootdlg-4in1_2.12.911.1.zip
sense_powermenu_rebootdlg-4in1_2.13.707.1.zip
sense_powermenu_rebootdlg-4in1_2.14.207.1.zip
[Mod Edit]
Sense powermenu-4u1-v2.29.zip Submitted by PrinzEisenherz1
source code, porting to other htc devices:
due to the nature of the hack (patching a htc-modified, closed source framework lib) there is no "source code" for it
obviously, i also can't provide a smali patch applicable for any framework version / htc device
for reference, i've attached the smali patch for my own device/setup
it doesn't take a great deal to understand it, porting should be relatively straightforward. you should also take into account that string/icon resource ids may vary between different framework versions, and that some versions don't support com.android.internal.app.ShutdownThread.reboot()
sense_powermenu_rebootdlg-4in1_bravofx2.x.patch.7z
hd version:
here
/// reserved
this is a repost of the original thread that was lost due to a h/w failure
Amazing stuff! Thanks for the update snq-!
Cheers mate
I have a quick question, do i need the whole /framework deodexed or just the android.policy.jar?
Great stuff man... Can i know which of the files is meant for AuraxTSense v7.6.1 please??
styr said:
do i need the whole /framework deodexed or just the android.policy.jar?
Click to expand...
Click to collapse
i'm afraid you can't have single deodexed libs (stale odex dependencies)
blu3angel said:
which of the files is meant for AuraxTSense v7.6.1
Click to expand...
Click to collapse
afaik it is based on 2.10.405.2
Very nice man, i love your modded menu Thank you very much!
i will add it in the next RCMixHD
Thanks again !
robocik said:
i will add it in the next RCMixHD
Click to expand...
Click to collapse
hey robocik
just be sure to add the hd version
Works on my Desire with LeeDrOiD V2.1a with Base HTC RUU 2.10.405.2.
But: after every hot reboot the function keys remain lit after the first power off (automatic or manual). After the 2nd, 3rd etc. power off not anymore. Very odd.
it works great man...thanks!!! i added it to my rom if you want to remove it please tell me
Thanks, great work! I just want to mention it the boot after flashing took a long time here, like 4 minutes which is strange.
shoemeistah said:
Thanks, great work! I just want to mention it the boot after flashing took a long time here, like 4 minutes which is strange.
Click to expand...
Click to collapse
Well he did mention on the first post it would take a long time to boot so not sure what you mean about strange.
Sent from my HTC Desire using XDA App
I want to add it to the kitchen so I just have to replace android.policy.jar? Thanks
PS. Of course credits will be given
BTW what languages are supported?
Is it a way of adding this mod to non sense roms like Cyanogen has ?
michal_banszel said:
I want to add it to the kitchen so I just have to replace android.policy.jar? Thanks
Click to expand...
Click to collapse
yes. just make sure you add the version matching to your framework build number
michal_banszel said:
BTW what languages are supported?
Click to expand...
Click to collapse
main menu entry, dialog header, buttons are localized, radio items aren't:
shoey-n said:
Is it a way of adding this mod to non sense roms like Cyanogen has ?
Click to expand...
Click to collapse
cyanogenmod is an opensource project, there is no need for hacks like this (dalvik bytecode injected into a closed source lib) to implement missing features
snq- said:
yes. just make sure you add the version matching to your framework build number
main menu entry, dialog header, buttons are localized, radio items aren't:
Click to expand...
Click to collapse
Ok, thanks. Just to make sure - not whole deodexed is required, just android.policy.odex, right? Is it possible to edit this jar file and change the language of "Normal" etc... and here footprint is also required as in 3in1?

Port"[ROM MIUIEs] MOTO MILESTONE v2.3.7f

[ROM MIUIEs RC GB] MOTO MILESTONE v2.3.7f
This rom was made 17/04/2012
Oficial Thread http://foro.miui.es/foro/index.php/topic,3211.0.html
RC ROM MIUIEs Final version means that will be the last ROM based on 2.3 Gingerbread to cook. We tried to make it 100% translated, stable and lightweight. It does not include any MODs added applications and does not in / system.
The version of MM has included A2SD.
works 100%
What has this ROM RC 2.3.7f
This rom is in Spanish .. but can be changed to English
is very stable in my opinion .. I hope you like
I leave the. Zip with original themes MIUI
Link .zip http://archivos.miui.es/miuies/roms...igned_ROM-MIUIEs-MM-RC-v2.3.7f-sholes-ses.zip
supercharged and works best in hard to kill
* supercharged link scripts in Attach Files and MIUI THEME SENSE 4.0
someone try this?
Any difference with miui standard, excluding spanish translation?
Sent from my Milestone using xda app-developers app
I do not understand your question scoutme
themajestic58 said:
I do not understand your question scoutme
Click to expand...
Click to collapse
I mean: is this standard MIUI? If not, what does it differ on?
Sent from my Milestone using xda app-developers app
if standard but modified with other performance features and applications ..
as modifiable default task killer, overclock menu, menu appsd
Please those who tested the rom leave your comments and thank
Using this rom for a while, everything works fine, its quite fast, for me it's better than CM9 which i used before. I don't know how it is compared to any other miui cause i didn't use it for a long time. Using it almost stock, only overclocked to 1100v68. Ram is about 40mb free or more. i am leaving it on my phone for a few days. Will raport sth more later.
Sent from my Milestone using xda app-developers app
60-70 leaves me free ram with a cleaned and is very stable at 84 VSEL max 1.2Gz
and Min 250Mhz at 20 VSEL
battery lasts me a full day
i can't download script's.please make a zip file and upload them.
because? just right click "save as .." .. opens a window script.sh
Why? Just right click and click save as ..
then windows and save script.sh
Last cm7 vrs or this? Anyone can answer to this question?
Sent from my Milestone using xda app-developers app
themajestic58 said:
[ROM MIUIEs RC GB] MOTO MILESTONE v2.3.7f
This rom was made 17/04/2012
Oficial Thread http://foro.miui.es/foro/index.php/topic,3211.0.html
RC ROM MIUIEs Final version means that will be the last ROM based on 2.3 Gingerbread to cook. We tried to make it 100% translated, stable and lightweight. It does not include any MODs added applications and does not in / system.
The version of MM has included A2SD.
works 100%
What has this ROM RC 2.3.7f
This rom is in Spanish .. but can be changed to English
is very stable in my opinion .. I hope you like
I leave the. Zip with original themes MIUI
Link .zip http://archivos.miui.es/miuies/roms...igned_ROM-MIUIEs-MM-RC-v2.3.7f-sholes-ses.zip
supercharged and works best in hard to kill
* supercharged link scripts in Attach Files and MIUI THEME SENSE 4.0
Click to expand...
Click to collapse
Sorry for stupid question. how can i apply the sh files? thanks
Script files are applied using an app to run them .. example .. "Smanaguer"
GSscript .. but you have to have knowledge .. I recommend you go through this post .. http://forum.xda-developers.com/showthread.php?t=991276
themajestic58 said:
Script files are applied using an app to run them .. example .. "Smanaguer"
GSscript .. but you have to have knowledge .. I recommend you go through this post .. http://forum.xda-developers.com/showthread.php?t=991276
Click to expand...
Click to collapse
why do not the author of this rom put them into the rom already for easy use by beginner? I appreciate it so much for any help.
hwithv said:
why do not the author of this rom put them into the rom already for easy use by beginner? I appreciate it so much for any help.
Click to expand...
Click to collapse
Because no Rom is supercharged ... That has to do it yourself
Smanaguer download ..
In the all script you have to give SuperUser Permission
1 - open the script with that managuer "KickAssKernelizer tweaks ..
Follow the instructions in the script .. "read"
2. reboot
3. Script opens V6 Supercharguer
Follow the instructions to your liking
4. The V6 Supercharguer gonna say it again after reboot and follow the instructions to open up to 100 / supercharged
5. Apply! FixAling
6.Reboot and ready ..
You can take in turn ..
If you are looking for a tutorial served online
themajestic58 said:
Because no Rom is supercharged ... That has to do it yourself
Smanaguer download ..
In the all script you have to give SuperUser Permission
1 - open the script with that managuer "KickAssKernelizer tweaks ..
Follow the instructions in the script .. "read"
2. reboot
3. Script opens V6 Supercharguer
Follow the instructions to your liking
4. The V6 Supercharguer gonna say it again after reboot and follow the instructions to open up to 100 / supercharged
5. Apply! FixAling
6.Reboot and ready ..
You can take in turn ..
If you are looking for a tutorial served online
Click to expand...
Click to collapse
Thanks for your kind and detailed instruction.
links are dead...
DJPatriX said:
links are dead...
Click to expand...
Click to collapse
https://www.dropbox.com/s/sq3ef6g5apnesk7/signed_ROM-MIUIEs-MM-RC-v2.3.7f-sholes-ses.zip This is the link I think
---------- Post added at 05:58 PM ---------- Previous post was at 05:42 PM ----------
http://miui.es/index.php/topic,3211.0.html?PHPSESSID=ep682kb1595o24bajf5o00boe6 This is the link is held

[ROM/MOD 4.0.4] Multi-lang based on marius 3.5 ROM with good video recording, v3.5.2

This is a modified version of marius 4.0.4 ROM from here with a MULTI-LANG
I've just took the last 3.5 deodexed version and added languages to all applications I was able to, so it's now fully multi-lang version. I've been using it for the last 2-3 weeks and I've found following issues (they are the same as in 3.5 version):
- MMS work, but I was able to send MMS only when using 2G, so I guess it could be marked as solved
- Calendar don't work - THIS IS NOT TRUE!!!!!
But just in case I've removed the google calendar app from this ROM, you can install it from Play Store. Then after upgrading all Google apps you should be able to synchronize your calendar. If you still have problems with synchroniztion just go simply into Settings/Account settings and uncheck/check calendar synchronization few times, it will start working after few tries (even up to 10 tries). You could have the same problem with contact synchronization, but just do the same thing as with calendar.
- Battery is another problem. For me the phone didn't worked longer then 24hrs (battery is quite new - 6 months), I wasn't able to do anything about this, as far as I've found in marius thread this is one of the problem that others also have, so I guess it will have to stay like this.
- I wasn't able to install any of Backup applications (Titanium Backup, My backup PRO, ...). To solve this you will have to install the app from recovery (works for 100%).
- I didn't have time to check other things.
DO A FULL WIPE before upgrading from 3.5.1 to 3.5.2.
Here is an installation instruction, if you want this ROM working do it STEP BY STEP:
1. Download ROM from here
2. Download SMS/MMS application (I've simply forgot to add it to ROM, so there is the old not multilang version) here
3. Reboot to recovery.
4. Perform a full wipe (except SD card of course)
5. THIS IS VERY IMPORTANT STEP - reboot the phone to recovery before installing the ROM (4ext has such options in Power Menu, I don't know if other recoveries have it) - If you install the ROM right after wiping the old one without reboot you have 90% of chances that after the phone boots up you will have a lot of FCs from some google apps, reboot solves this problem.
6. Install ROM - after installation phone will be rebooted and you will have to configure it for the first time (multilang since 3.5.2)
7. If you get a lot of FCs after reboot do a full wipe again, recovery reboot (try to do this twice) and install ROM once again.
8. Install SMS/MMS app, I've forgot to add the multilang version to ROM, I will fix that in next release.
OPTIONAL:
9. Download DaemonController from here and adjust your CPU settings.
10. If you prefer the launcher that is in default 3.5 ROM you can download it from here
ONE MORE IMPORTANT THING!!!!!
If after adding a google account you see a lot of FCs from Play Store, Talk ... don't worry about that. Just reboot your phone and open those apps at least one time, then the FCs are gone.
Changelog:
version 3.5.2 9/7/2014
- No separate multilang package, all is now included in 1 zip file
- No only-Polish version will try to build one if I find some time for it, better don't use the lang package from 3.5.1 because it has unsigned apps.
- MMS are working now, you have to use 2G when sending a MMS, works for me
- You can backup and restore your ROM from recovery now without the bootloop (all apps and framework have been re-signed)
version 3.5.1 - First release. 25/6/2014
TODO:
1. Replace settings with the one from default ICS ROM - still got a lot of FC's
2. Replace systemui with the one from default ICS ROM - still got a lot of FC's
3. you tell me, and I look at it in a free time (I don't have it much)
mesiu84 said:
This too who knows what will happen in future.
Click to expand...
Click to collapse
I load for a while and see this and that.:good:
In marius 4.0.4 ROM v 3.5 It was not possible to install cracked apps, Is it the same for this rom too??
And xposed was not working ( it was installed but greenify and other modules were not working), Is it fixed??
karo222 said:
In marius 4.0.4 ROM v 3.5 It was not possible to install cracked apps, Is it the same for this rom too??
And xposed was not working ( it was installed but greenify and other modules were not working), Is it fixed??
Click to expand...
Click to collapse
Like I've already wrote, This is a modified version of marius 4.0.4 with a MULTI-LANG. The only things I did was to change the launcher and recompiled all apps with more languages. So I guess it has the same problems as marius ROM. Like I wrote, the base of the ROM wasn't changed. Try installing alogcat and look what is causing problems. As for cracked apps, installing them from recovery solves installation problem, the same as with Titanium Backup and MyBackup PRO which I'm using.
Thanks for your contribution to the best working ICS rom out there!
Are you able to revert the status bar back to stock ICS?
Hey mesiu84 you are :good: :good: :good: :good:
Could you remove the chinees language too,or guide me how to do that, so the rom size in system partition become smaller
At present time, I am focusing on this rom try to find solutions for bugs, I believe this rom will be stable and fast comparing with others.
The Prince1 said:
Hey mesiu84 you are :good:
Could you remove the chinees language too,or guide me how to do that, so the rom size in system partition become smaller
At present time, I am focusing on this rom try to find solutions for bugs, I believe this rom will be stable and fast comparing with others.
Click to expand...
Click to collapse
Removing different languages takes some time, I've used apktool to decompress and build each apk file from marius ROM. I wouldn't like to do that once again I think this have to stay like this, unless you want to do this on your own, it took me almost 3 days to find the translations for all apps and recompress them once again.
mesiu84 said:
Removing different languages takes some time, I've used apktool to decompress and build each apk file from marius ROM. I wouldn't like to do that once again I think this have to stay like this, unless you want to do this on your own, it took me almost 3 days to find the translations for all apps and recompress them once again.
Click to expand...
Click to collapse
3 days, oh in that case iam afraid i dont have the time at present time. Could try it in future.
Thank you again for your good work
New release is available to download, details and installation instruction in first post.
mesiu84 said:
New release is available to download, details and installation instruction in first post.
Click to expand...
Click to collapse
In fact, this ROM does not have a good record 720p video + AV sync, but it's important that there is someone who is trying to something to do with this ROM.
Do you know how video recording is working on this device?
Sent from my HTC Desire using XDA Free mobile app
lilsafbig said:
Do you know how video recording is working on this device?
Sent from my HTC Desire using XDA Free mobile app
Click to expand...
Click to collapse
It is working fine, this is a modification of the only 4.0.4 ROM with working video recording.
mesiu84 said:
It is working fine, this is a modification of the only 4.0.4 ROM with working video recording.
Click to expand...
Click to collapse
I mean like is there any way of finding how it worked on this Ics but not on others?
Sent from my HTC Desire using XDA Free mobile app
lilsafbig said:
I mean like is there any way of finding how it worked on this Ics but not on others?
Sent from my HTC Desire using XDA Free mobile app
Click to expand...
Click to collapse
I would love to know how it's done, but the qiss web page no longer exist and I don't know anyone who has their sorce code If you know someone from their team that worked on desire or has the source code somewhere on their hard drive let us know
mesiu84 said:
I would love to know how it's done, but the qiss web page no longer exist and I don't know anyone who has their sorce code If you know someone from their team that worked on desire or has the source code somewhere on their hard drive let us know
Click to expand...
Click to collapse
Successor is QISS Media. Do you write them?
As I recall, they never release the source code. I suppose because it could reveal something, which no one wanted to.
The remains of the project for Bravo remained at code.google.com
Maybe I helped a little.
ze7zez said:
Successor is QISS Media. Do you write them?
As I recall, they never release the source code. I suppose because it could reveal something, which no one wanted to.
The remains of the project for Bravo remained at code.google.com
Maybe I helped a little.
Click to expand...
Click to collapse
True, but they helped once HTC Desire HD team to make their camcorder work. Look aroud xda forum and maybe you will find their post. Yes I wrote them an e-mail asking for some help, but didn't get any response yet.
mesiu84 said:
True, but they helped once HTC Desire HD team to make their camcorder work. Look aroud xda forum and maybe you will find their post. Yes I wrote them an e-mail asking for some help, but didn't get any response yet.
Click to expand...
Click to collapse
Also there's a another one for HTC dhd someone fixed the camera/video on ics and it showed what the dev did. Here's the link :
http://www.xda-developers.com/android/desire-hd-kernel-fixes-camera-on-sense-4-roms/
Sent from my HTC Desire using XDA Free mobile app
mount2sd
installed this to free up some space , but do you know if there is any issues using it on this rom?
---------- Post added at 01:22 PM ---------- Previous post was at 01:02 PM ----------
I was stuck in boot and had to pull battery, boot is still booting

DISCONTINUED [VZW_Stock Based TW Rom][5.0 Lollipop BOA8 Build Deodexed]

Stock Verizon 5.0 Lollipop Rom Deodexed PreRooted
Instructions:
BE PATIENT!!! The Rom Will Take 10 Min Or More To Boot The First Time! And Even Longer If You Do A Dalvik Or Cache Wipe Once Rom Is Installed!!!
1. put rom on internal or external sd card
2. reboot to safetrap
3. do full wipe/data/system/cache
4. flash rom
5. reboot to download mode from safestrap
6. flash VZW_BOA8_RETAIL_FIRMWARE_ONLY.tar.md5 Make sure it is the retail firmware and not just the kernel
7. Safestrap will no longer work unless you use odin and flash NI2_STOCK_KERNEL_FOR_SAFESTRAP.tar.md5 or any VZW KITKAT kernel. Then you can enter Safestrap. Once you flash file or whatever you need to do in safestrap remember to boot to download mode from safestrap and then use odin to flash VZW_BOA8_RETAIL_KERNEL_ONLY.tar.md5 or the VZW_BOA8_RETAIL_FIRMWARE_ONLY.tar.md5. Then you will be good to go. This process must be done every time you need to use SafeStrap!
DOWNLOAD ROM
AFH_MIRROR
Known Bugs
My Verizon will have to be downloaded from playstore and will have to manually log in.
International Setup Wizard is Used because Verizon Setup Wizard Fails Activation. If you dont have data goto Settings/More networks/Mobile networks. Select access points then select verizon apn and reboot.
Thanks to these guys
- tdunham (for too much to list!)
- gharrington (3Mint Battery)
- sac23 (for mods and knowledge)
- kmokhtar79 (5 way reboot menu)
- rompnit (for mods and and stuff from his rom)
- DaRk-L0rD (for AutoStart Manager In Settings Mod)
- nambavuong (For Floating Messages Mod)
- thanhfhuongf (for full screen incall ui)
- kmokhtar79 (for nice instructions on 5.0 mods)
- ficeto (for custom settings)
- SkywalkerZ (for debloat scripts)
- _alexndr (for aroma and installer scripts)
- edgarf28 (for aroma and install scripts)
- Breakcore_Rush (for system ui theme)
- ktoonsez (for Kernel)
- Archikitchen & Others (Kitchen To Make ROM)
- Versatile1
- Misterxtc (For Helping With FC Issues On Contacts And Flashlight Toggle)
- gharrington (3 Mint Battery Mod)
- idone (Galaxy Tools APK)
- Chainfire
XDA:DevDB Information
VZW_5.0_Lollipop, ROM for the Verizon Samsung Galaxy S 5
Contributors
jrkruse
ROM OS Version: 5.0.x Lollipop
ROM Firmware Required: BOA8 Firmware
Version Information
Status: Stable
Created 2015-02-07
Last Updated 2015-02-07
Mods
Multi User Support
SBrowser added
Floating message mod
Message app enabled scheduled messaging added split view,folder view removed sending limits
3mint Batt Mod
Custom settings with sound boost and disable system sounds set left key as menu or recents and othe various mods
Added Start Up Manager in settings
Added Apps Permission Manager in settings
Added Call/Message Block
Added Call Recording
Removed Message Logs From Phone
Removed Check Battery Cover Toast
Removed Verizon Installer
VZW_BOA8_MODS_V1.zip
Debloated Apps List
Code:
system/apps
***********
Blurb
Books
Drive
DriveLink
DriveLinkRemote
Flipboard
GeoLookout
Headlines
Music2
Newsstand
PlayGames
SamsungAppsWidget_Phone_Carrier_VZW
SecKidsModeInstaller
Videos
TravelService_K
com.gotv.nflgamecenter.us.lite
Slacker
VideoEditor_Lite_K
VZMessages
VZNavigator
VzTones
EasymodeContactsWidget
EasyOneHand2
EasySettings
Amazon_Audible
Amazon_IMDB
Amazon_MP3
Amazon_Widget
canid
Accessories
LocationAgent
system/priv-apps
*****************
VzwActivationAgent
SamsungApps_K
SamsungBilling
Amazon_Appstore
Amazon_Shopping
EasyLauncher2
FamilyBaseCom
IsisWallet
Kies
MyInfozone
PageBuddyNotiSvcK
sCloudDataRelay
sCloudDataSync
sCloudQuotaApp
sCloudSyncCalendar
sCloudSyncMemo
sCloudSyncSBrowser
sCloudSyncSNote3
SPPPushClient_Prod
VMS
VZWAPNService
VMS
SecurityLogAgent
Awesome, I had troubles when I deodexed my SystemUI, so now I'll be able to start modding it to make up for the lack of Xposed Framework on Lollipop.
Sent from my Developer Edition Galaxy S5 using Tapatalk
claytonjn said:
Awesome, I had troubles when I deodexed my SystemUI, so now I'll be able to start modding it to make up for the lack of Xposed Framework on Lollipop.
Sent from my Developer Edition Galaxy S5 using Tapatalk
Click to expand...
Click to collapse
Was google apks giving me problems lol nice job ! I will dl tonight. I tried joeldroid and the method you use for deodex as well as archi kitchen
Sent from my SM-G900V using XDA Free mobile app
I only ask this here since there is a momentary concentration of modders present. Is the capability to add a switchable "dark ui" feature like in Carbon possible in Touchwiz Roms or is that only in AOSP??
I assume the dev edition needs to wait for a kernel?
Its uploaded. Please read the instructions!
CyberpodS2 said:
I only ask this here since there is a momentary concentration of modders present. Is the capability to add a switchable "dark ui" feature like in Carbon possible in Touchwiz Roms or is that only in AOSP??
Click to expand...
Click to collapse
Only in aosp
Sent from my SM-G900V using Tapatalk
MyVerizon App still FC's. As soon as I figure out a fix for the MYVerizon app I will post it
Where can I find the retail software?
Sent from my SM-G900V using XDA Free mobile app
will the tether mod from the odex version work on this?
chadmledford said:
will the tether mod from the odex version work on this?
Click to expand...
Click to collapse
It already has tethering mod
haps16 said:
Where can I find the retail software?
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
Are you talking about the odin tar image. Check HERE
jrkruse said:
Are you talking about the odin tar image. Check HERE
Click to expand...
Click to collapse
got it already...i asked before your OP was updated with all the links....flashing now.
---------- Post added at 11:00 PM ---------- Previous post was at 10:07 PM ----------
jrkruse said:
Are you talking about the odin tar image. Check HERE
Click to expand...
Click to collapse
What will the build number/name show in about phone. Followed the steps...flashed rom, went into download, flashed retail firmware via odin.
Retained root and all but is this just straight stock...with all bloat ware still there?
Sent from my SM-G900V using XDA Free mobile app
Retained root and all but is this just straight stock...with all bloat ware still there?
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
That is what the OP states. Give it a few days, these guys are really fast at getting the debloat zips tightened up. Lolipop is a new animal so prolly gotta start from scratch on some parts.
CyberpodS2 said:
That is what the OP states. Give it a few days, these guys are really fast at getting the debloat zips tightened up. Lolipop is a new animal so prolly gotta start from scratch on some parts.
Click to expand...
Click to collapse
Right on... That's what I figured. Running great for me with no rotation problems or fc's.
Sent from my SM-G900V using XDA Free mobile app
So just 8nstalled this rom an running great no problems at all...great job...jrkruse u still going to do a path for lollipop?
Can I just flash straight from Optimal?
or maybe the better question is what should I be on (I am on NI2,) before following the instructions you posted.
CyberpodS2 said:
That is what the OP states. Give it a few days, these guys are really fast at getting the debloat zips tightened up. Lolipop is a new animal so prolly gotta start from scratch on some parts.
Click to expand...
Click to collapse
most the "bloat" is still the same.. same names and same bloat for the most part..
Sent from my SM-G900V using XDA Free mobile app
elliwigy said:
most the "bloat" is still the same.. same names and same bloat for the most part..
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
So what is the difference between this one and the other one from this thread http://forum.xda-developers.com/verizon-galaxy-s5/general/5-0-lollipop-ota-t3019932/post58708587#post58708587 sorry Im new to all this good stuff

[ROM][5.1.1][Multi CSC]GoGo Fully Ported Note 5 ROM V1.0 (Best of Best) [04/10/2015]

GoGo Fully Ported Note 5 ROM V1.0
Real look and feel as a premium device like N5
++BEST OF BEST N5 PORTED ROM++
(Stable, Speed, High Performance, Battery Friendly)
Code:
* I am not responsible for bricked devices, dead SD cards*
* Please do some research if you have any concerns about features includedin this ROM*
* before flashing it! YOU are choosing to make these modifications*
* and if you point the finger at me for messing up your device, I will laugh at you.*
Code:
[COLOR="Red"](You are not allowed to use any part of my work without asking for permission)[/COLOR]
ROM Features:
Based on Note 5 Android 5.1.1 Firmware [N920CXXU1AOH2].
Fully Note 5 UI Feeling.
All S6E+/N5 Features.
Standalone flashable zip (no aroma).
90+ CSC CODES (search for DBT CSC CODE in Updater-Script and change it to your desired CSC CODE).
Multilanguage.
Debloated Only 945 MB .
Full Speed Improvement .
Prerooted, Deodexed, Zipaligned, Preinstalled Busybox, Knox-free, Init Support.
Fully Working N5 Aircommands. (Except Scroll Capture)
All Apps can Write to ExtSdCard .
Private Mode
Fully Working Note 3 Camera.
Viper4Android Sound Mode by Default.
Blocked Messages, Draft Messages.
All N5 Lockscreen Unlock Effects Working.
Hardware Keys Light Fully Working.
People Edge / People Apps from S6E+ Working on Right / Left Side .
N5 Snote with extended Features.
Full functionality of the Camera app in low battery.
Each System Boot Mediaserver will be killed to Reduce Battery Draining
Each System Boot Some Google Services to Reduce Battery Draining.
World Clock Fully Working.
Enabled Network LTE Only.
Working Auto Brightness.
Enhanced Data Management Settings.
Wifi not Scanning in Background to Improve Batterylife.
A Ton Features Enabled via CSC Codes.
Fixed network auto select.
Easy Side Panel from Note 4.
Enabled adb debugging by default.
Working Screen Mirroring / AllShare Cast.
Removed Signature check Including System Apps.
Added a Ton of Amazing Helpful Tweaks to Improve Batterylife, System Performance & Speed - RAM MANAGEMENT & MORE.
And Many More Discover Them For Yourself, I Might Have Forgotten Some, Too Many to list.
Click to expand...
Click to collapse
What Works:
You gonna tell me
Click to expand...
Click to collapse
How to Install:
ROM
Flash a custom recovery like PhilzTouch Recovery or CWM Based Recovery for N9005 (No TWRP)
Backup your System.
if u come from other roms like cm,miui etc…PLEASE FULL WIPE TO AVOID ISSUES:
Boot into recovery and Make sure to do a Factory Reset/ Wipe data / system/cache before installing ROM (Clean to install new ROM in Philz Touch Recovery)
Flash ROM
Reboot your phone ( first boot takes some Time be Patient)
by first Device Setup untick Diagnostic Report otherwise might you will have some troubles with Signal.
Profit
Click to expand...
Click to collapse
REMOVED AS POSTED FROM SCAMMING BANNED MEMBER
Credits:
Chainfire for Super SU
zhuhang for Viper4Android
darkera13 for the Kernel
Click to expand...
Click to collapse
Reserved
Reserved 1
Reserved 2
Reserved 3
1st. Downloading now.
---------- Post added at 10:57 PM ---------- Previous post was at 10:56 PM ----------
Hi dev just a question, i just flashed a stock rom N9005XXUGBOI6_N9005XEOGBOI4_XEO
thus this ROM support that stock ROM ?
Nice to see options download (battle for which is better)
Yeah very nice great Rom, thanks for your hard work man
Sent from my GT-I9505 using XDA Free mobile app
Someone please upload to Androidfilehost
I tried to change Updater_Script for changing CSC code to KOR. But Zip is encrypted...any help with that??
---------- Post added at 09:24 AM ---------- Previous post was at 09:09 AM ----------
This one is not flashable. Just my TWRP keeps being rebooted.....
try to flash another Recovery it might be not compatable with TWRP
It flashed well with CWM. Thanks.
Base on DarkLord 5.1.1?
unplugged138 said:
Base on DarkLord 5.1.1?
Click to expand...
Click to collapse
Of course not
WHat's up with download link? For me it redirects to http://xxxxxxxxx instead of MEGA. WTF? Where's download link?
How can I apply CSC? It is BTu default and unchangable. Its encrypted......
Thanks for the hard work, BTW.
The first you dont have permission use DarkLord Kernel. Stop kang my work.
Sent from my SM-N920C using Tapatalk
darkera13 said:
The first you dont have permission use DarkLord Kernel. Stop kang my work.
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
it is not your work except the Kernel and i have gave you proper credit at OP
LOL, you said that you ported but you can not port kernel, can u talk about the way to port this rom without kernel
Boys say whatever you wanna say But you'll never reach this Advanced Level of ROM Customization / Stability / Speed .
Users can say and Decide which ROM is their Daily Driver Rom

Categories

Resources