Project Treble Supported Roms with GSI Links

falxfalx

Member
Jun 14, 2011
7
4
0
As far as I know, TWRP backup will not backup your actual apps/settings. And if you want to restore to the original ROM, you could use the RUU ROM for the U11+ (https://www.htcdev.com/devcenter/downloads) too.

For apps, you depend on the backups of your google account (play store account), and settings of apps, depends on apps themselves (or something like Titanium Backup with root)
 

vegetaleb

Senior Member
Feb 26, 2010
10,402
2,388
113
Beirut
So pissed!
No warnign that flashign this rom will wipe everything even though I didn't accept to ''reset'' like the rom asked for
So I lost everything: photos/videos/music/messages/backups...
How the hell people post roms that wipe entire memory and don't give any warning?

---------- Post added at 07:17 PM ---------- Previous post was at 06:37 PM ----------

@falxfalx Do you have the boot fix file for skyline rom?
 

falxfalx

Member
Jun 14, 2011
7
4
0
Ok I will try this rom these 2 days, the lack of updates from htc is killing me
So pissed!
No warnign that flashign this rom will wipe everything even though I didn't accept to ''reset'' like the rom asked for
So I lost everything: photos/videos/music/messages/backups...
How the hell people post roms that wipe entire memory and don't give any warning?

---------- Post added at 07:17 PM ---------- Previous post was at 06:37 PM ----------

@falxfalx Do you have the boot fix file for skyline rom?
Aw man, that s*cks :/ And I'm sorry, but I have no idea what boot fix file you mean..?
 

daheufster

Senior Member
Mar 15, 2006
690
88
0
Ok I will try this rom these 2 days, the lack of updates from htc is killing me
Never thought this would occur but have to admit that i caught myself more frequently looking at other phone brands. Now i still believe HTC might be one of the best phone manufacturers, i doubt they last long. And yes really, the lack of software support by security and software updates are really annoying..
 
  • Like
Reactions: lavin40

usmantahir

Senior Member
May 11, 2014
123
16
48
27
Lahore
Can anyone please help me correct error 7 with the following updater-script
The error i get is :
Installing zip file '/external_sd/lineage-15.1
20180524-UNOFFICIAL-Ocm.zip
Checking for Digest file...
Target: htc/ocmdtwl_01405/htc_ocmdtwl:8.0.0/OPR6.
170623.013/1010171.4:user/release-keys
detected filesystem ext4 for /dev/block/bootdevice/
by-name/system
Patching system image unconditionally...
E1001: Failed to update system image.
Updater process ended with ERROR: 7
Error installing zip file '/external_sd/lineage-15.
-20180524-UNOFFICIAL-ROm,zip'
Updating partition details...
... done


assert(getprop("ro.product.device") == "htc_ocm" || getprop("ro.build.product") == "htc_ocm" ||
getprop("ro.product.device") == "htc_ocndugl" || getprop("ro.build.product") == "htc_ocndugl" ||
getprop("ro.product.device") == "htc_ocmdtwl" || getprop("ro.build.product") == "htc_ocmdtwl" ||
getprop("ro.product.device") == "ocm" || getprop("ro.build.product") == "ocm" || abort("E3004: This package is for device: htc_ocm,htc_ocndugl,htc_ocmdtwl,ocm; this device is " + getprop("ro.product.device") + ".");
ui_print("Target: htc/ocmdtwl_01405/htc_ocmdtwl:8.0.0/OPR6.170623.013/1010171.4:user/release-keys");
ifelse(is_mounted("/system"), unmount("/system"));
package_extract_dir("install", "/tmp/install");
set_metadata_recursive("/tmp/install", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644);
set_metadata_recursive("/tmp/install/bin", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0755);
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/system", "/system", "");
run_program("/tmp/install/bin/backuptool.sh", "backup");
unmount("/system");
show_progress(0.650000, 0);
ui_print("Patching system image unconditionally...");
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
abort("E1001: Failed to update system image.");
show_progress(0.100000, 0);
ui_print("Patching vendor image unconditionally...");
block_image_update("/dev/block/bootdevice/by-name/vendor", package_extract_file("vendor.transfer.list"), "vendor.new.dat.br", "vendor.patch.dat") ||
abort("E2001: Failed to update vendor image.");
show_progress(0.020000, 10);
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/system", "/system", "");
run_program("/tmp/install/bin/backuptool.sh", "restore");
unmount("/system");
show_progress(0.050000, 5);
package_extract_file("boot.img", "/dev/block/bootdevice/by-name/boot");
show_progress(0.200000, 10);
if (getprop("ro.boot.mid") == "2Q4D20000" || getprop("ro.boot.mid") == "2Q4D10000") then
ui_print("This is a DS device - renaming radio props");
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/system", "/system", "");
rename("/vendor/lib64/libril-qc-ltedirectdisc.so", "/system/vendor/lib64/libril-qc-ltedirectdisc.so");
rename("/vendor/lib64/libril-qc-qmi-1.so", "/system/vendor/lib64/libril-qc-qmi-1.so");
rename("/vendor/lib64/libril-qc-radioconfig.so", "/system/vendor/lib64/libril-qc-radioconfig.so");
rename("/vendor/lib64/libril-qcril-hook-oem.so", "/system/vendor/lib64/libril-qcril-hook-oem.so");
unmount("/system");
endif;
set_progress(1.000000);

Any help is appreciated :s
 

gortys

Senior Member
May 19, 2013
167
40
0
Namur
I'm happy to see there are people alive on this part of the forum! :) Happy new year everybody!

Did someone try the last Lineageos 17 GSI on U11+ does it run correctly for everyday use?

Many thanks & nice day!!

---------- Post added at 09:59 AM ---------- Previous post was at 09:59 AM ----------

I'm happy to see there are people alive on this part of the forum! :) Happy new year everybody!

Did someone try the last Lineageos 17 GSI on U11+ does it run correctly for everyday use?

Many thanks & nice day!!
 

usmantahir

Senior Member
May 11, 2014
123
16
48
27
Lahore
I'm happy to see there are people alive on this part of the forum! :) Happy new year everybody!

Did someone try the last Lineageos 17 GSI on U11+ does it run correctly for everyday use?

Many thanks & nice day!!

---------- Post added at 09:59 AM ---------- Previous post was at 09:59 AM ----------

I'm happy to see there are people alive on this part of the forum! :) Happy new year everybody!

Did someone try the last Lineageos 17 GSI on U11+ does it run correctly for everyday use?

Many thanks & nice day!!
Wondering about the same thing, its a brilliant device with very scarce support and development
 

metaxuss

Member
May 5, 2010
37
17
28
I tried Havoc-OS-3.4 with included GApps, since LineageOS didn't let me install them.
I would not recommend using these Roms for daily use. First thing I noticed is that it isn't as fluid as the stock rom. Secondly, you can't turn sound to the earpiece in phone calls.
I don't use this phone on a daily basis anymore, so I can't tell you if there are any other major issues.
But it's still nice to play around with :)
 

johnbrighton

Senior Member
Jul 25, 2009
191
42
0
Brighton, UK
So Project Treble - is it worth the effort?

I thought you'd be able to install a Google image and after that get updates via Treble - but then how could the rom use your hardware properly? I know the Vendor partition is retained and used, but that in itself doesn't mean the HTC hardware, like camera or squeeze will work, does it?
 

Slok 00

Senior Member
Oct 12, 2008
158
32
28
I tried Havoc-OS-3.4 with included GApps, since LineageOS didn't let me install them.
I would not recommend using these Roms for daily use. First thing I noticed is that it isn't as fluid as the stock rom. Secondly, you can't turn sound to the earpiece in phone calls.
I don't use this phone on a daily basis anymore, so I can't tell you if there are any other major issues.
But it's still nice to play around with :)
you installed it through twrp or fastboot? i am thinking to install this too as i want to try android 10... but would be my daily rom...except bluetooth headset you find any other problem?
 

Slok 00

Senior Member
Oct 12, 2008
158
32
28
I tried Havoc-OS-3.4 with included GApps, since LineageOS didn't let me install them.
I would not recommend using these Roms for daily use. First thing I noticed is that it isn't as fluid as the stock rom. Secondly, you can't turn sound to the earpiece in phone calls.
I don't use this phone on a daily basis anymore, so I can't tell you if there are any other major issues.
But it's still nice to play around with :)
how u managed to get it working? i tried with both havoc and quackphh and i am getting bootloop
 

metaxuss

Member
May 5, 2010
37
17
28
you installed it through twrp or fastboot? i am thinking to install this too as i want to try android 10... but would be my daily rom...except bluetooth headset you find any other problem?
I installed the latest available TWRP via fastboot, then the ROM via TWRP.
I don't use this phone anymore, just played around a bit with it. I can't tell you whats not working besides the things I mentioned before. The issues I described affected the built in speaker, not bluetooth speakers.
 

Slok 00

Senior Member
Oct 12, 2008
158
32
28
I installed the latest available TWRP via fastboot, then the ROM via TWRP.
I don't use this phone anymore, just played around a bit with it. I can't tell you whats not working besides the things I mentioned before. The issues I described affected the built in speaker, not bluetooth speakers.
yeah at the end i solved it... installed havoc 3.5 and is working well!! it gives a lot of freshness to my dead u11+ ahah
 

gortys

Senior Member
May 19, 2013
167
40
0
Namur
OK, 10 days before I'm back to work, I'll try such a rom next week! Wanna try Android 10 and update my phone, as htc let everybody without any news!