liberty 4.4.2 error "set_perm: some changes failed" during the installation am told to download build on svn but I can't.
Help me upload build thanks
can i up this rom with Hboot 2.15 ?
-> ROM Firmware Required: All Hboots - but FAQ say no !!!
Try to update your recovery to a more recent TWRP. It looks like your recovery can't handle advanced ACLs changes.
It should work with 2.13 as well but not lower. You should use the 2.15 version for thatdoes it run on hboot 2.13
if you have not heard it the info i can give is it is a s4 proccessor unlocked but the rom it came with booted with a tmobile thing
It should work with 2.13 as well but not lower. You should use the 2.15 version for that
Sent from nowhere over the air...
thank you so much
---------- Post added at 04:39 PM ---------- Previous post was at 04:30 PM ----------
Also my phone has been bootloader unlocked using htcdev.com
i read some where that quote: that unlocking the HTC One via HTC’s dev unlock process causes the phone to “behave just like a Nexus,” ready to flash anything other than custom radios.
does this rom have a custom radio
read on rootzwiki /adf(dot here)ly(slash here)1LuJJD
thank you so much
---------- Post added at 04:39 PM ---------- Previous post was at 04:30 PM ----------
Also my phone has been bootloader unlocked using htcdev.com
i read some where that quote: that unlocking the HTC One via HTC’s dev unlock process causes the phone to “behave just like a Nexus,” ready to flash anything other than custom radios.
does this have a custom radio
---------- Post added at 04:44 PM ---------- Previous post was at 04:39 PM ----------
The radio is not part of the ROM. You will keep the radio you have now on your phone after flashing itthank you so much
---------- Post added at 04:39 PM ---------- Previous post was at 04:30 PM ----------
Also my phone has been bootloader unlocked using htcdev.com
i read some where that quote: that unlocking the HTC One via HTC’s dev unlock process causes the phone to “behave just like a Nexus,” ready to flash anything other than custom radios.
does this rom have a custom radio
read on rootzwiki /adf(dot here)ly(slash here)1LuJJD
The developement of this rom stopped years ago. I doubt that there will ever be a fix. If you are using the 4.4.3 version all you can do is using the less buggier 4.4.2 version.
The developement of this rom stopped years ago. I doubt that there will ever be a fix. If you are using the 4.4.3 version all you can do is using the less buggier 4.4.2 version.
Be careful with 4.4.3: there are more bugs. It's a more recent HTC base ported from another device (HTC One M7 I guess) but I know that Bluetooth is not working and there are apps lacking. You can try, it depends on your usage, but for me 4.4.3 is a nice experiment but not a daily rom.
To enable verbose message in logcat for libs (*.so camera libs for example) i've made this tricky solution, using Ultra Edit + perl regex.
x00 (NULL char) is not fully supported (it does a x20 replace, like notepad++), so i was needing a workaround (replace 0 with a unique pattern like 71 72 73 74, not present in the lib), do the magic, and replace the pattern with 00:
((.){0,32}) is the max distance from ex. UBFX.W R2, R0, #3, #1 to MOVS R0, #4 before BLX __android_log_print
since regex uses binary search, using ((.){0,32}) it replaces the ones with max distance before the ones with min distance, causing an error in the lib. A scrypt is of course better but it's ok for a tricky solution. You can do a longer search too, but the probability to broke the lib will increase.
Code:InsertMode ColumnModeOff HexOff PerlReOn Find RegExp "\x00" Replace All "\x71\x72\x73\x74" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,2})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,4})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,6})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,8})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,10})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,12})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,14})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,16})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,18})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,20})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,22})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,24})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,26})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,28})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,30})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" PerlReOn Find RegExp "\xC0\xF3(\x40|\x80)(\x71\x72\x73\x74|\x01|\x02|\x03|\x04|\x05|\x06|\x07)((.){0,32})(\x03|\x04)\x20" Replace All "\xC0\xF3\xC0$2$3\x05\x20" HexOn Find "71 72 73 74" Replace All "00"
I'll post verbose debug enabled camera libs when i have few hours to test them.
I'm sure this will help us to track some bugs.