Fully Working Harman / Kardon "conversion" for all HTC ONE M8 variants!-discountinued - One (M8) Android Development

Fully Working Harman / Kardon "conversion" for all HTC ONE M8 variants!-discountinued
​
WARNINGS - READ before you proceed further!
- Does NOT work on GPE, put Sense on it and it will work
- Users with stock ROMs (especially US), if your base number is 1.1x then H/K won't show in your settings because it simply lacks the code. update to a newer base or flash a custom rom
- it is recommend to have S-OFF
- do NOT attempt this on m7. IT WILL BREAK YOUR PHONE!
Installation
Depends on your luck you might also need S-OFF to fully benefit of this hack - i say might because depending on your firmware you might need to update ADSP (Advanced Digital Signal Processor) as firmware as well and for that you need S-OFF.
If you are S-ON and feeling lucky grab View attachment hk_enable_v3.zip and flash from recovery. it will only enable H/K in settings and update the rom files for it
If you are S-OFF grab View attachment hk_enable_and_adsp_update_v3.zip with all in one zip solution. it will do anything from enabling H/K in settings to updating ADSP.
For uninstall grab the zip from the bottom of this post
Troubleshooting
ISSUE 1: I've flashed the zip and after reboot I do not have HK in Settings!! HALP!!!
Reason: Happens because you did not have false line in system/customize/ACC/default.xml so script did not find it so it couldn't replace false with true
Solution::go to /system/customize/ACC/default.xml
search for and just it below it add:
true
The final result should look like this:
Code:
<app name="Android_Multimedia">
<item type="integer" name="has_default_alarm_volume">6</item>
<item type="integer" name="has_default_media_headset_volume">7</item>
<item type="integer" name="has_default_media_speaker_volume">10</item>
<item type="integer" name="has_default_ringtone_volume">5</item>
<item type="boolean" name="spport_screen_light">false</item>
<item type="boolean" name="support_a2dp_safevolume">false</item>
<item type="boolean" name="support_camera_enforce_shuttersound">false</item>
<item type="boolean" name="support_customer_proxy">false</item>
<item type="boolean" name="support_customization_fallback">false</item>
<item type="boolean" name="support_harman">true</item>
<item type="boolean" name="support_miit_request">false</item>
<item type="boolean" name="support_music_ringtone">false</item>
<item type="boolean" name="support_outdoor_mode">false</item>
<item type="boolean" name="support_qcelp">false</item>
<item type="boolean" name="support_theater_effect_logo">false</item>
<item type="integer" name="use_ringtone_for_notification">1</item>
</app>
Reboot. Profit!
ISSUE 2. I have HK and everything but when i play mp3 in HTC Music app i hear nothing. HALP!!! you broke my phone
Reason: Happens because you need to update your adsp (Advanced Digital Signal Processor) firmware.
Solution: You should have flashed View attachment hk_enable_and_adsp_update_v3.zip but i repeat you need to be S-OFF for this, if you are S-ON afraid you are out of luck
ISSUE 3 I did everything and it still doesn't show up on my Verizon M8
Reason: Happens Because Verizon uses a different settings.apk.
Solution:Grab http://forum.xda-developers.com/showpost.php?p=54272102&postcount=940 and flash from recovery
ISSUE 4 I did everything and it still doesn't show up on my phone
Reason: Happens Because you have a stock 1.1x base rom on your phone which simply lacks the code for HK in settings
Solution: update to a 1.5x base rom (custom or stock)
Credits
@ivicask for bumping ideas, @flar2 for some feedback, @migascalp for scripts, @andybones for verizon settings.apk @O.M.J for HK dump from where i got the files, @lyapota even though we worked separated we came to mostly the same files which confirmed i was on the right direction and everyone who offered feedback and helped me nail it down.
Permissions:
Free for all. you can include it in your roms / tools / scripts, just post some credits in the spirit of XDA.
Post Updated May 05 2014
Changelog
Code:
v3
- updated script to disable boomsound when enables HK
v2
added 24 khz to audio config
v1
initial release

@baadnewz
Thanks a lot for your useful job
Downloaded and I'll tried quickly
I've tried with Stock 4.4.2 and it works well :good:

Great job bro.. Works like charm...
Sent from my HTC One_M8 using Tapatalk

Baad and crew. ?
I dont use much mp3 since most i listrn to is on spotify. But i guess thus will work for that also. Gonna give this a whirl
Skickat från min HTC One_M8 via Tapatalk
---------- Post added at 11:00 AM ---------- Previous post was at 10:53 AM ----------
E_n_T said:
Baad and crew. ?
I dont use much mp3 since most i listrn to is on spotify. But i guess thus will work for that also. Gonna give this a whirl
Skickat från min HTC One_M8 via Tapatalk
Click to expand...
Click to collapse
Edit. Seems to be working just fine. Thx a million for this.
Insertcoincrew for leaders.
Skickat från min HTC One_M8 via Tapatalk

@baadnewz
For which reason some ppl have no problems (like me) with sound in Music App but some have?
Has it to do with the Firmware 1.54.401.5 WWE and ppl on other Fw?
Further the initial zip from here http://forum.xda-developers.com/showpost.php?p=52294479&postcount=2810 worked out of the box for me yesterday. Only difference to your Zip is the included system/etc/audio_policy.conf. Do I still need to flash something from here, e.g. Firmware?

your mod doesn't disable BoomSound. It sometimes conflicts with H/K.
Here's lyapota's mod which also does this, but also disables BoomSound.
http://forum.xda-developers.com/showpost.php?p=52294479&postcount=2810

shorty1483 said:
@baadnewz
For which reason some ppl have no problems (like me) with sound in Music App but some have?
Has it to do with the Firmware 1.54.401.5 WWE and ppl on other Fw?
Further the initial zip from here http://forum.xda-developers.com/showpost.php?p=52294479&postcount=2810 worked out of the box for me yesterday. Only difference to your Zip is the included system/etc/audio_policy.conf. Do I still need to flash something from here, e.g. Firmware?
Click to expand...
Click to collapse
The answer to your question is covered under issue 2
Sent from my HTC One_M8 using Tapatalk

baadnewz said:
The answer to your question is covered under issue 2
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
So your answer means
1. My DSP is up-to-date.
2. The included audio_policy.conf in other zip is not important?

b0gd4n said:
your mod doesn't disable BoomSound. It sometimes conflicts with H/K.
Here's lyapota's mod which also does this, but also disables BoomSound.
http://forum.xda-developers.com/showpost.php?p=52294479&postcount=2810
Click to expand...
Click to collapse
BOOMSOUND and hk switches can be disable and enable by a simple edit in xml you don't need a flashable zip for that The real problem was issue number 2.
So keep you stuffy right
Sent from my HTC One_M8 using Tapatalk

shorty1483 said:
So your answer means
1. My DSP is up-to-date.
2. The included audio_policy.conf in other zip is not important?
Click to expand...
Click to collapse
1.54.401.5 firmware is international one and does not have Harman in it so you have to update
Sent from my HTC One_M8 using Tapatalk

b0gd4n said:
your mod doesn't disable BoomSound. It sometimes conflicts with H/K.
Here's lyapota's mod which also does this, but also disables BoomSound.
http://forum.xda-developers.com/showpost.php?p=52294479&postcount=2810
Click to expand...
Click to collapse
Which conflicts are you referring to? Thus far I have had none using Baad's method.

baadnewz said:
1.54.401.5 firmware is international one and does not have Harman in it so you have to update
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
But the Issue with not existent MP3 Audio is not existant on my device. That's why I ask...

So what exactly does this do? Where is it taken from? Does it improve sound quality, or just boost the bass or highs or something?

the_scotsman said:
So what exactly does this do? Where is it taken from? Does it improve sound quality, or just boost the bass or highs or something?
Click to expand...
Click to collapse
It was taken from m8 h/K version and it should improve audio quality
Sent from my HTC One_M8 using Tapatalk

shorty1483 said:
But the Issue with not existent MP3 Audio is not existant on my device. That's why I ask...
Click to expand...
Click to collapse
Some have it some don't. I had to update adsp myself to get it working while for others worked out of the box
Sent from my HTC One_M8 using Tapatalk

baadnewz said:
Some have it some don't. I had to update adsp myself to get it working while for others worked out of the box
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Even when I have no problems, flashing a newer DSP Fw cannot be wrong ...did it.

So flashing the adsp firmware on Verizon HTC one is fine? I flashed and did issue 1 and its still not showing up so want to do issue 2.
Sent from my HTC6525LVW using Tapatalk

krazie1 said:
So flashing the adsp firmware on Verizon HTC one is fine? I flashed and did issue 1 and its still not showing up so want to do issue 2.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
If it's not showing up after doing issue 1 then do not proceed to issue 2 because it on fix not showing in settings. Verizon might need some editing.
Sent from my HTC One_M8 using Tapatalk

Flashed the hk_zip worked immediately. Through headphones it's definitely noticeable. Much improved bass. Through the external speaker can't really tell a difference.

baadnewz said:
If it's not showing up after doing issue 1 then do not proceed to issue 2 because it on fix not showing in settings. Verizon might need some editing.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Ok thanks
Sent from my HTC6525LVW using Tapatalk

Related

[ENG.DEV.] Sony Bravia Engine -IncS- HQ IMAGE/MOVIE Quality Improvements

Hello guys i'm very happy to share with you this...BRAVIA ENGINE! Enjoy
I tell about this: video
IT's A Post-Processing Engine, so you can view the improvements only on your phone's screen...enjoy new quality!
1) GUIDE for Manual Installation on each Rom! (2.2 & 2.3)
-Download BraviaE Files Pack: HERE
-Extract files on phone and put they in the directory:
Code:
[B]/system/etc[/B]
-Open /system/build.prop with a text editor (like RootExplorer)
and add these lines at the end:
Code:
#Additional Tweaks by XxXPachaXxX
#Bravia Engine Service
ro.service.swiqi.supported=true
persist.service.swiqi.enable=1
-Then, Save the file and Exit
-Now, set the right permissions or open a terminal emulator and execute:
Code:
su
busybox chmod 0755 /system/etc/be_photo
busybox chmod 0755 /system/etc/be_movie
busybox chown 0.0 /system/etc/be_photo
busybox chown 0.0 /system/etc/be_movie
-Fully Reboot the device and enjoy BRAVIA
DOWNLOADS:::INFO:::SUPPORT
ill wait for the flashable zip files ^^
good luck on your work man. looking forward to it
wow.thanks.
by the way, there is no part of a hardware in bravia engine?
yeah looking forward for this aswell
btw, do i have to redo this everytime i flash different roms?
i done everything on miui 1.11.11 but (sorry) i didn`t feel any changes.
shiningarmor said:
btw, do i have to redo this everytime i flash different roms?
Click to expand...
Click to collapse
Yes
Sent from my HTC Incredible S using XDA App
Guys look at dhd thread...it is really impressive
Sent from my HTC Incredible S using XDA App
can't see any difference arhd 1.1.9
no difference..
Me neither, no difference on inc s. Could be linked to gpu / some h/w decoder / rendering ability on Sony phones.
Sent from my HTC Incredible S using XDA App
mandeep294 said:
Guys look at dhd thread...it is really impressive
Sent from my HTC Incredible S using XDA App
Click to expand...
Click to collapse
can give the link
---------- Post added at 07:05 AM ---------- Previous post was at 06:39 AM ----------
there s flashable zip for RCMIX3D V4 already in the DHD threads. ;but not sure if that is for specifically DHD or any model.
and there's a lot saying that there's no differece.
i already tried this when im using xperia x10...there are no different at all
just a slice of changing color when u look from different angle..
u also have to use the clear screen protector...not the anti-fingerprint
protector...if not u also cannot see any difference at all...im also
think that it will works regarding h/w of the sony phone itself...like the
examor sensor....if want bravia u guys can grab sony phone....
this engine broke down my beats enhancement for videos
not really worth it it seems for now.
not significant benefits seen
Bravia engine killed my wifi after a reboot! Had to re flash to a nearly month old backup (my own fault. )
Sent from my Incredible S using XDA App
looks like this is more trouble than benefit.
baste07 said:
looks like this is more trouble than benefit.
Click to expand...
Click to collapse
I can confirm that! I have lots of Sony software running on my IncS but this just asks for trouble since it seems to play with way too much hardware!
yeah i think that's why they call it sony bravia... it's for Sony hardware. our phones might not be fully compatible
Heres a link to the flashable zip for iSense http://www.mediafire.com/download.php?y1uw7cvdywieg2o

How To Port Any ROM To Sensation XL?

know there are many Guides out there but most of them don't work for Runnymede!
so i decided to make one myself...
Things you will need installed on your PC
Notepad++
Winzip/Winrar
Q) What device should i port from?
A)These Devices are the Best!
Xperia S
HTC Sensation
HTC Desire
HTC Desire HD
Feel Free to try other devices
Base ROM and PORT ROM
Base ROM is what is Developed For XL
Port ROM is what ROM you want to port for XL
Note: If you are porting a CM(PORT) which is ICS the BASE should Be cm9... same for JB
Now Let's start Porting!
Extract the BASE ROM to a Folder named Base
Extract the PORT ROM to a Folder named Port
Open Base ROM and go to system folder
DELETE "app,fonts,framework,media"
Open Port ROM and go to system folder
COPY "app,fonts,framework,media"
and paste it in System folder of the Base ROM
Open Port ROM and go to etc folder
Open Permissions Folder copy everything EXCEPT handheld_core_hardware.xml and platform
and paste it in the etc folder of the BASE ROM
Open Base ROM and go to system/etc/init.d folder
DELETE all files except 00banner
Open Port ROM and go to system/etc/init.d Folder
COPY everything Except 00banner
and paste it in the init.d folder of the BASE ROM
Now open build.prop And edit
ro.build.display.id=add what you want here
ro.modversion=add what you want here
Now open build.prop of PORT ROM and find
ro.config.ringtone=
ro.config.notification_sound=
ro.config.alarm_alert=
COPY there 3 lines and replace them in the BASE ROM's build.prop
Now Open updater-script
scroll down and find the lines starting with set_perm (there will be lots of them!)
Copy only those lines From PORT ROM's updater-script to BASE ROM's updater-script
If You find any extra file or folder in system folder of PORT rom than copy them to your base rom system folder.
Open updater-script from PORT ROM and copy all the set_perm lines and replace them with the lines in BASE ROM
To prevent bootloop copy
libandroid_runtime.so
libandroid_servers.so
libmedia_jni.so
from system/lib in PORT ROM and REPLACE it with the files in system/lib of BASE ROM
Now ZIP the ROM and flash it
THIS WILL WORK. MAY BE******
Nice thread, keep on going
i will try an experimental one. i will post the results.
---------- Post added at 05:25 PM ---------- Previous post was at 05:22 PM ----------
i have two questions, i would be grateful if you answer,
1-) Does it reboots oftenly?
2-) how is it's battery usage i mean is it nice for daily uses?
3-) Can i change density?
made 3 sorry
I've ported HTC sensation KitKat rom, no reboot, battery as per rom and density again as per rom..
Sent from my Sensation XL using xda app-developers app
pranavaryans said:
I've ported HTC sensation KitKat rom, no reboot, battery as per rom and density again as per rom..
Sent from my Sensation XL using xda app-developers app
Click to expand...
Click to collapse
Hey, Ill give the KK a test
Problems
I Have PORTED 2 4 Kitkat ROM's From Sensation To Sensation XL.
In 1st ROM problem is : statusbar has some design issues.
in 2nd which is CARBON ROM : issue is cannot contact to Camera and Web Browser is black
pranavaryans said:
I Have PORTED 2 4 Kitkat ROM's From Sensation To Sensation XL.
In 1st ROM problem is : statusbar has some design issues.
in 2nd which is CARBON ROM : issue is cannot contact to Camera and Web Browser is black
Click to expand...
Click to collapse
Prana Upload yo mediafire
Sent from my Sensation XL using Tapatalk
pranavaryans said:
A)These Devices are the Best!
Xperia S
HTC Sensation
HTC Desire
HTC Desire HD
Feel Free to try other devices
Click to expand...
Click to collapse
Why are those devices the best?
Answer
Hasan.Z said:
Why are those devices the best?
Click to expand...
Click to collapse
Because These devices having tons of ROMS thn any other...
pranavaryans said:
Because These devices having tons of ROMS thn any other...
Click to expand...
Click to collapse
That doesnt matter, are you going yo sit there for a week trying to fix drivers, NO
Sent from my Sensation XL using Tapatalk
Haven't read the whole thread but this catched my eye:
pranavaryans said:
A)These Devices are the Best!
Xperia S
HTC Sensation
HTC Desire
HTC Desire HD
Click to expand...
Click to collapse
Well only if the name of device is similiar it doesn't mean that it's a good device to port from...
Sensation is qHD device (960x540), while Sensation XL is WVGA (800x480),
Even the hardware on them is entirely different, Sensation being the more powerful next generation device...
That's the list I would recommend porting from:
Desire S
Desire HD
Desire X (for SenseJB you obviously need ION kernel)
Incredible S
Desire Z
One V
One SV (*might* be abit more difficult, but it's still WVGA device)
myTouch 4G
<...>
In these devices forum you should find variety of ported ROMS from other manufacturers as well.
Make sure system folder is no bigger than system partition btw. And if you want to be able to flash a kernel or some mods on top of it, leave some 10MB of free space as well.
EDIT: is it just me or haven't OP mentioned anything about kernel...?
The boot.img from other device will NOT work,
you need to replace it with the one from corresponding ROM of your device
i.e. If you are porting Sense ICS
you take boot.img from Sense ICS ROM specificaly made for your device
Hi
-SmOgER said:
Haven't read the whole thread but this catched my eye:
Well only if the name of device is similiar it doesn't mean that it's a good device to port from...
Sensation is qHD device (960x540), while Sensation XL is WVGA (800x480),
Even the hardware on them is entirely different, Sensation being the more powerful next generation device...
That's the list I would recommend porting from:
Desire S
Desire HD
Desire X (for SenseJB you obviously need ION kernel)
Incredible S
Desire Z
One V
One SV (*might* be abit more difficult, but it's still WVGA device)
myTouch 4G
<...>
In these devices forum you should find variety of ported ROMS from other manufacturers as well.
Make sure system folder is no bigger than system partition btw. And if you want to be able to flash a kernel or some mods on top of it, leave some 10MB of free space as well.
EDIT: is it just me or haven't OP mentioned anything about kernel...?
The boot.img from other device will NOT work,
you need to replace it with the one from corresponding ROM of your device
i.e. If you are porting Sense ICS
you take boot.img from Sense ICS ROM specificaly made for your device
Click to expand...
Click to collapse
Hello,
Thanks for replying.
I am really looking forward to PORT JBSense for our SXL. Will you guide me for that?
pranavaryans said:
Hello,
Thanks for replying.
I am really looking forward to PORT JBSense for our SXL. Will you guide me for that?
Click to expand...
Click to collapse
Need to make AN ION KERNAL, okay it is hard work
Sent from my Sensation XL using Tapatalk
JustPlayingHard said:
Need to make AN ION KERNAL, okay it is hard work
Sent from my Sensation XL using Tapatalk
Click to expand...
Click to collapse
No ION Kernels Available for SXL?
pranavaryans said:
No ION Kernels Available for SXL?
Click to expand...
Click to collapse
There is non. I am going to port a Xperia ROM @onejay09 can you provide me with cm10 please
Sent from my Sensation XL using Tapatalk
JustPlayingHard said:
Need to make AN ION KERNAL, okay it is hard work
Sent from my Sensation XL using Tapatalk
Click to expand...
Click to collapse
you were trying to build Sense 5. Why Xperia porting? I dnt understand...
pranavaryans said:
you were trying to build Sense 5. Why Xperia porting? I dnt understand...
Click to expand...
Click to collapse
I think my team scraped Sense 5 for SXL, I don't know why :?
if you look in Q&A there is a post about can this be ported. i asked could that be ported and so it can. So Yeah
And plus I love Xperia Features and Apps Theme
JustPlayingHard said:
I think my team scraped Sense 5 for SXL, I don't know why :?
if you look in Q&A there is a post about can this be ported. i asked could that be ported and so it can. So Yeah
And plus I love Xperia Features and Apps Theme
Click to expand...
Click to collapse
Well XPERIA features are very good. But we can't get sense5 :crying: That's Bad..
pranavaryans said:
Well XPERIA features are very good. But we can't get sense5 :crying: That's Bad..
Click to expand...
Click to collapse
So we need an ION kernal first, then start the fixing drivers then Start Sense 5
If you could help me
Can you find CM10 not CM10.1 Please
You will be in credits if you do
JustPlayingHard said:
So we need an ION kernal first, then start the fixing drivers then Start Sense 5
If you could help me
Can you find CM10 not CM10.1 Please
You will be in credits if you do
Click to expand...
Click to collapse
Need CM10 ROM or CM10 ION Kernel?
pranavaryans said:
Need CM10 ROM or CM10 ION Kernel?
Click to expand...
Click to collapse
Rom mate
Then ill start the porting and we will have Xperia!
It wont be HTC Sensation XL. It will be Sony Sensation XL
LOL :silly:

[MODs] ModSuite for MIUI V5 on OnePlus One

ModInstaller for MIUI V5 on OnePlus One​
Here we are ! I opened a thread for the ModInstaller, for more clean support and less questions
So What is ModInstaller ?
Since WSM doesn't work anymore on our beloved MIUI, I decided to make mods to replace progressively WSM until someone get it to work again. It's first made for MIUI-France users who use my translated rom from lushengduan ( MIUI.com ) but it should work on other MIUI Roms. The installer menu is almost completely in french that it's destined to french users BUT apks still contain defaut English AND Chinese languages.
I'm trying to add more Mods ( Like 4G Fix, Remove label in launcher etc ) so if anyone want a mod and got any information for how to do it, dont mean to tell me !
So here we are, there is all mods available :
StatusBar :
Centerclock
Stock​
Camera App :
Unofficial Miui Camera
Stock 4.4 Camera
Google Camera ( From PlayStore )
CyanogenMod 11S Camera​
Different DPI Sizes :
480 DPI (Stock)
400 DPI
370 DPI
360 DPI​
Other :
MIUIHome with more layouts ( Tell me if you want a special one )
3Way Reboot​
Download Link :
Mods Folder for my mods : Mods & Downloads
WARNING : Do not flash different ModInstaller / ROM version
WARNING : Flashing mods may break OTA system !
Changelog:
4.10.10 -------------- :
Added DPI sizes, still working on 4G and navbar mod...
4.9.26 -------------- :
First release !
Big Thanks to :
Big thanks to @The Bownz for his initial work on the Nexus 4 !
Big thanks to @22sl22 for the Center Clock !
Hi,
Nice to see you've set up shop
Thought i'd bring a welcome gift, of sorts. You remember that VR Clock thing I was working on? It.................works!!
Which means we both don't have to make the mod every week, you just flash this and it's done. It shouldn't conflict with other mods as well because it takes the apk that's in the system and patches the files to it :good:
In theory it should work on your OnePlus One as well as the Nexus 4 :good:
VRTheme-Clock-MIUI.zip - 591.75 KB
Custom MIUI
22sl22 said:
Hi,
Nice to see you've set up shop
Thought i'd bring a welcome gift, of sorts. You remember that VR Clock thing I was working on? It.................works!!
Which means we both don't have to make the mod every week, you just flash this and it's done. It shouldn't conflict with other mods as well because it takes the apk that's in the system and patches the files to it :good:
In theory it should work on your OnePlus One as well as the Nexus 4 :good:
VRTheme-Clock-MIUI.zip - 591.75 KB
Click to expand...
Click to collapse
Like Nexus 4, Any chances of building custom MIUI ROM for our One Plus One.
srikanth_s said:
Like Nexus 4, Any chances of building custom MIUI ROM for our One Plus One.
Click to expand...
Click to collapse
Sorry but no. I only like to develop for devices I own. It just makes things easier if I own the device in terms of making the rom, testing new features etc.
No English? And is there an uninstall method?
Sent from my One using Tapatalk
darkjedi said:
No English? And is there an uninstall method?
Sent from my One using Tapatalk
Click to expand...
Click to collapse
Read op. And to uninstall you can flash stock things or reflash your rom.
Tapatalké depuis mon OnePlus One MIUI !
Updated ! Uploading ....
Different DPI Sizes added !
I'm still working on 4G fix and Navbar showing mod.
Could you add an option to change the icon size at all? If not, thanks for looking regardless.
Sent from my One using Tapatalk
darkjedi said:
Could you add an option to change the icon size at all? If not, thanks for looking regardless.
Sent from my One using Tapatalk
Click to expand...
Click to collapse
You mean in launcher?
If so, it's one thing I'd like to add, but for now I'm working on 4g fix and navbar fix.
Tapatalké depuis mon OnePlus One MIUI !
Kingzak34 said:
You mean in launcher?
If so, it's one thing I'd like to add, but for now I'm working on 4g fix and navbar fix.
Tapatalké depuis mon OnePlus One MIUI !
Click to expand...
Click to collapse
Yes, sorry. I love that mitools can make the icons 120%, but I'm stuck on 4.9.12 because of it. Take your time please.
Sent from my One using Tapatalk
darkjedi said:
Yes, sorry. I love that mitools can make the icons 120%, but I'm stuck on 4.9.12 because of it. Take your time please.
Sent from my One using Tapatalk
Click to expand...
Click to collapse
Anyway, no real changelog since 4.9.12, but, yes, it's planned
If you have any information about any mod, dont mean to share !
Updated for 4.10.24, CM11S Camera updated.
I changed theme solving compatibility issue with PhilZ Recovery.

[ROM] [4.4.4] [21.11.] Alex-V_One_M8_Rom_1.1->odexed<- -> 3.28.401.9-GSM

-
-
-Alex-V_One_M8_Rom-
-very stock and odexed
-rooted
-module for system rw
-fixed deep sleep fix for volume wake (if enabled in mod settings)
-no aroma (just install)
-only GSM actual
-xposed app included
-xtended settings module included
-sense 6 toolbox module (please use only 1 off those modules/apps)
Code:
Changelog 1.1
-updated Base to 3.28.401.9
-updated kernel to my latest 1.5
(for original Kernel have a look to second post)
Changelog 1.0
-rebased on Developer Edition
-3.28.1540.5
-s2w only kernel (means close to stock only s2w added)
-removed the 9 Themes (boots up faster) [thx onepagebook]
Changelog V 0.3
-new base: 3.28.401.7
-fixed vol wake 2 (thx ckpv5) [if enabled]
-crop me in mode in camera (thx grgsiocl)
-9 Themes
-it takes around 5-10 min after boot to get to setup (Dont know why...after this all is speedy)
-Rom is in original Style...on the pictures you see changed things with xposed to my personal settings
@ first i will thank all developers here on xda...this time especially SoLdieR9312 for the ota base..and RichmondoUK for his great Xposed App xtended settings app..and all people i forgot
Code:
-because its like an original htc rom
-because of speed improvements
-XPosed works great with odexed
-faster boot up
Download new firmware for 4.4.4 -must have -without red-text (click)
Download ROM V_1.1 (click )
old versions:
Code:
1.0
https://www.androidfilehost.com/?fid=95784891001608204
0.3
https://www.androidfilehost.com/?fid=95747613655047588
[url="https://www.androidfilehost.com/?fid=95747613655044942"]Download ROM V_0.2 (click )[/url]
-thx for these pictures ^^^^ @Iloudsan​
Usefull Threads / Apps :
-Xposed Info:
http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
-Xtended Settings app ( thx @RichmondoUK )
http://forum.xda-developers.com/htc-one-m8/development/rom-13-08-xtended-settings-app-1-0-0-t2846653
s-off for t-mobile and all other (sunshine s-off) (no other way until now)
http://forum.xda-developers.com/showthread.php?t=2794020
-for bootloops because off corrupt data partition (thx mike1986. )
http://android-revolution-hd.blogspot.de/2014/09/how-to-fix-random-reboots-on-htc-one-m8.html
-1st method to flash firmware (0P6BIMG method)
http://forum.xda-developers.com/showthread.php?t=2762410
-2nd method to flash firmware
http://forum.xda-developers.com/htc-one-m8/development/firmware-flashing-panic-attacks-t2824048
-Harman / Kardon Sound Mod
http://forum.xda-developers.com/htc...-harman-kardon-conversion-htc-one-m8-t2827439
-HK / Boom Sound Switcher
http://forum.xda-developers.com/showpost.php?p=55588836&postcount=1010
-Viper4Android (one off the best Sound Enhancer)
https://play.google.com/store/apps/details?id=com.vipercn.viper4android4x&hl=de
-for cpu changes... Trickster Mod
https://play.google.com/store/apps/details?id=com.bigeyes0x0.trickstermod&hl=de
-complete 9 Themes and crop in camera (thx grgsiocl )
http://forum.xda-developers.com/showpost.php?p=55996114&postcount=36
http://forum.xda-developers.com/showpost.php?p=55996114&postcount=36
-------------------------------------------------------
Better working fix deep sleep volume wake V2 (click )
-----------------------------------------------------------
..........if you have any usefull thing for this post .....let me know
Better working fix deep sleep volume wake V2
ok...v2 without tasker...and very simple thx @ckpv5
1. download this file
fixed init.d script volume wake
2. copy over the old script in /system/etc/init.d
3. look if the rights are the same like in this picture
4. reboot and done
Whats App + & my HTC One M8 Theme
-Download
http://whatsapp-plus.de.uptodown.com/android
-Theme Download
http://forum.xda-developers.com/attachment.php?attachmentid=2969137&stc=1&d=1413148500
-Picture:
Brilliant Alex gonna flash this now
Sent from my M512 using XDA Premium 4 mobile app
Great! I will download later, thank you!
Welcome back alex ? can we wait for alex kernel ?
HTC One_M8 cihazımdan Tapatalk 2 ile gönderildi
Migz71 said:
Brilliant Alex gonna flash this now
Sent from my M512 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
sykoj82 said:
Great! I will download later, thank you!
Click to expand...
Click to collapse
infectedtr said:
Welcome back alex ? can we wait for alex kernel ?
HTC One_M8 cihazımdan Tapatalk 2 ile gönderildi
Click to expand...
Click to collapse
allready done(look in signature) but its for.. 4.4.3 ...no source for 4.4.4 atm
Gonna give this a go , as my first android phone was the desire ....
Remember using your Rom on the desire with intsd ....
Thanks for your work
Another awesome rom to choose from. Will give this a try once I get back home.
\m/
Welcome back Alex!
---------- Post added at 04:45 PM ---------- Previous post was at 04:39 PM ----------
Downloading now!
I guess i have to have s-off to Flash newest firmware?
Edit: welcome Alex, was your fan when i had a One x
Sent from my HTC One_M8 using XDA Free mobile app
Desaf said:
I guess i have to have s-off to Flash newest firmware?
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
Yes..or you must get the ota....
Anyway...i used sunshine s-off..25 dollar..can pay via PayPal...and took some minutes..if you are on a nearly stock Rom..you also don't must reflash anything ...it's a nice way..after change cid to super ..this firmware..don't override a partition..
Edit: old firmware should also work..but there's no WiFi
Thanks Alex
Sent from my HTC One_M8 using XDA Free mobile app
Welcome back Alex I miss the glorious days of one x[emoji12] [emoji106]
Thx Alex!I have a problem with wifi.can't activate it
ulise73 said:
Thx Alex!I have a problem with wifi.can't activate it
Click to expand...
Click to collapse
you must flash the firmware...
Update 2nd post with Usefull Threads / Apps
if anyone knows more usefull things let me know..
Welcome back, I will download your rom, you can put stock battery?, Thank you very much
jureca said:
Welcome back, I will download your rom, you can put stock battery?, Thank you very much
Click to expand...
Click to collapse
thx...its stock....in the pictures theres only my favorite xposed xtended settings setup (like i wrote in post 1)...you can change it to whatever you like
this xtended settings app is so great (more info : http://forum.xda-developers.com/htc-one-m8/development/rom-13-08-xtended-settings-app-1-0-0-t2846653 )
Alex-V said:
thx...its stock....in the pictures theres only my favorite xposed xtended settings setup (like i wrote in post 1)...you can change it to whatever you like
this xtended settings app is so great
Click to expand...
Click to collapse
? Ok, thank you very much ?.

[ROM/KERNEL] RomAur

FOLLOW THIS THEATER :
http://forum.xda-developers.com/z5-premium/development/ub-romaur-v1-0-xpz5p-170-fast-stable-t3259875
[url=http://postimage.org/]
http://postimage.org/index.php?lang=spanish[/URL]​
Wow! Thanks, really appreciate it! Gonna do a backup an install this.. Been waiting for an excuse, and here it is ?
Sent from my E6653 using Tapatalk
---------- Post added at 07:33 PM ---------- Previous post was at 07:29 PM ----------
Is it possible to change use of storage options for sd card, like adoptable storage? And again, thanks a bunch for making our devices so much more fun!
Sent from my E6653 using Tapatalk
any difference between v4 ?
İzmirli said:
any difference between v4 ?
Click to expand...
Click to collapse
Its the same.
asjstian said:
Wow! Thanks, really appreciate it! Gonna do a backup an install this.. Been waiting for an excuse, and here it is
Sent from my E6653 using Tapatalk
---------- Post added at 07:33 PM ---------- Previous post was at 07:29 PM ----------
Is it possible to change use of storage options for sd card, like adoptable storage? And again, thanks a bunch for making our devices so much more fun!
Sent from my E6653 using Tapatalk
Click to expand...
Click to collapse
I will add on next version.
Hi, i install it but i dont have xperia X UI and lockscreen. And there isnt in aroma @auras76
Zaisesl said:
Hi, i install it but i dont have xperia X UI and lockscreen. And there isnt in aroma @auras76
Click to expand...
Click to collapse
that's intended
Sent from my Nexus 6p using Tapatalk
Zaisesl said:
Hi, i install it but i dont have xperia X UI and lockscreen. And there isnt in aroma @auras76
Click to expand...
Click to collapse
Apply xperia x theme.
auras76 said:
Apply xperia x theme.
Click to expand...
Click to collapse
Yes i did. But nothing. I have to flash the port to have it working
Zaisesl said:
Yes i did. But nothing. I have to flash the port to have it working
Click to expand...
Click to collapse
I see,forget to add the systemui x without minit battery.
Try systemui with minit battery.
FORCED-
<ImageEncoding quality="99" />
<ImageEncoding quality="99" />
<ImageEncoding quality="99" />
STOCK-
<ImageEncoding quality="90"/>
<ImageEncoding quality="80"/>
<ImageEncoding quality="70"/>
AND IM NOT A GENIUS ,SORRY.
auras76 said:
FORCED-
<ImageEncoding quality="99" />
<ImageEncoding quality="99" />
<ImageEncoding quality="99" />
STOCK-
<ImageEncoding quality="90"/>
<ImageEncoding quality="80"/>
<ImageEncoding quality="70"/>
AND IM NOT A GENIUS ,SORRY.
Click to expand...
Click to collapse
I shall stand corrected. Thank you and sorry if my post sounded condescending
auras76 said:
FORCED-
<ImageEncoding quality="99" />
<ImageEncoding quality="99" />
<ImageEncoding quality="99" />
STOCK-
<ImageEncoding quality="90"/>
<ImageEncoding quality="80"/>
<ImageEncoding quality="70"/>
AND IM NOT A GENIUS ,SORRY.
Click to expand...
Click to collapse
I see u disabled bytecode verification.
Do you know it isn't safe to disable it?
Risk Assessment
Bytecode verification ensures that the bytecode contains many of the security checks mandated by the*Java Language Specification. Omitting the verification step could permit execution of insecure Java code.
Source: https://www.securecoding.cert.org/confluence/plugins/servlet/mobile#content/view/18186815
Wasted1300RPEU said:
I shall stand corrected. Thank you and sorry if my post sounded condescending
Click to expand...
Click to collapse
Setting the value to 99% or 100% *might* give better pictures, I've did some research and testing a while ago but in 5 out of 10 photo's the camera is trying overfocus and the picture isn't as good as it would be on stock values.
Test this in different situations, multiple photos per situation, always using same angle (on a tripod) and same location, test with and without this mod and you'll agree.
Sent from my E6653 using XDA-Developers mobile app
langeveld024 said:
I see u disabled bytecode verification.
Do you know it isn't safe to disable it?
Risk Assessment
Bytecode verification ensures that the bytecode contains many of the security checks mandated by the*Java Language Specification. Omitting the verification step could permit execution of insecure Java code.
Source: https://www.securecoding.cert.org/confluence/plugins/servlet/mobile#content/view/18186815
Setting the value to 99% or 100% *might* give better pictures, I've did some research and testing a while ago but in 5 out of 10 photo's the camera is trying overfocus and the picture isn't as good as it would be on stock values.
Test this in different situations, multiple photos per situation, always using same angle (on a tripod) and same location, test with and without this mod and you'll agree.
Sent from my E6653 using XDA-Developers mobile app
Click to expand...
Click to collapse
I know,but you get more ram,better performance,faster app switching.
auras76 said:
I know,but you get more ram,better performance,faster app switching.
Click to expand...
Click to collapse
Maybe u should add it in OP and let the user decide if the risk is worth them.
a flashable zip or something like that. [emoji106]
Sent from my E6653 using XDA-Developers mobile app
Would you make flashable zip for tweaks for ram managment and perfomance?
langeveld024 said:
Maybe u should add it in OP and let the user decide if the risk is worth them.
a flashable zip or something like that. [emoji106]
Sent from my E6653 using XDA-Developers mobile app
Click to expand...
Click to collapse
Will be on the next version.
FakeSmile said:
Would you make flashable zip for tweaks for ram managment and perfomance?
Click to expand...
Click to collapse
Now?
No lol. When you have free time ofc.

Categories

Resources