[ROM][4.3]ProtouProject-CM10.2 Alpha #1[05/08/2013] - HTC Desire X

Please post all non-dev questions and discussions here:
http://forum.xda-developers.com/showthread.php?t=2392703
Click to expand...
Click to collapse
CyanogenMod 10.2 is a free, community built, aftermarket firmware distribution of Android 4.3 (Jellybean), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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
* do some research if you have any concerns about features included in 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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
Download:
alpha #1
​
Click to expand...
Click to collapse
Requirements:
Unlocked bootloader
CWM recovery installed
Install:
Download the rom
Extract the boot.img
Copy the rom to your sdcard
Go to recovery and flash the rom
Wipe data
Reboot to bootloader/fastboot
Install boot.img with fastboot ---> fastboot flash boot boot.img
Reboot and enjoy!
Sources:
I share the source code, but i have some requests:
Please don't use my work without my permission.
If you have some fixes, don't open a new thread. Just make pull request, write me PM, or share it in this thread.
All sources avaliable here: https://github.com/ProtouProject
Use this for init the repo: "repo init -u git://github.com/ProtouProject/android.git -b cm-10.2"
Credits:
@sakindia123​

Working:
Touchscreen
Lights
GSM & data
Camera
Sensors
Not working:
SD card
Bluetooth
Wifi
Audio​

Changelog:
alpha 1.0:
First release​

Support:
If you would like to support me and the development, you can donate to me here:
Donators: (Thank you guys )
@vogonpoetlaureate
@simaka
@eagle_vis
@RuudM
@azraelcelt
​

Ok guys,i managed somehow to turn on the Bluetooth and connect it to my moms Nokia. But then i tried to replicate it and now it won't turn on.
Here is the logcat and you can see on the bottom that it connected. http://pastebin.com/PaDuCZiB
Camera crashes on start and Focal is working but crashes when i take a picture. That is probbably because of the SD problem.
No sound,no wifi,i didn't test the gps. Rom is fast,but some animations are laging.
@atis112 i see in the source that you did some changes to BT did you fix it ?
EDIT 3,i think. xD
#define BTM_DEF_LOCAL_NAME in bdroid_buildcfg.h is set as "HTC Explorer A310e" , i mean it's not really a bugfix but i think that BT deservs the name of our device.
EDIT 4 :
So i checked the bt_vendor.conf and there was a file in /system/etc/firmware/ named BCM4330B1_002.001.003.0221.0228.hcd but when i checked on the phone it was named something like BCM4330B1_002.001.003.08xx.08xx.hcd,can't remember correctly. So i renamed it and when i rebooted the bt was on. But when i turn it off it won't turn on again unless i reboot the phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

@nightwalkerkg Congrats.. we are on the same stage in cm10.1
 @atis112 did u make changes to protou.fstab to support sdcard mounting? I have heard that there are new changes in 4.3 and vold.fstab is removed.. One more thing, where did u get that ramdisk from? it seems little buggy to me...

prototype-U said:
@nightwalkerkg Congrats.. we are on the same stage in cm10.1
@atis112 did u make changes to protou.fstab to support sdcard mounting? I have heard that there are new changes in 4.3 and vold.fstab is removed.. One more thing, where did u get that ramdisk from? it seems little buggy to me...
Click to expand...
Click to collapse
I am not really a dev,i am just trying to help. I tried to find some help on cm irc channel,but they were to busy trying to help some guy with his S3. -.-' I'll se what i can do,so far i know that sd card can be acessed fully in file manager but only when you enable root access,other then that there is only a download folder. Also when charging the green led turns on as soon as the phone battery lvl reaches 92-93%. Sound works in phone calls,i did two phone calls and some messages and everything was ok. Are there any gapps,i would like to test some other things ?

nightwalkerkg said:
Ok guys,i managed somehow to turn on the Bluetooth and connect it to my moms Nokia. But then i tried to replicate it and now it won't turn on.
Here is the logcat and you can see on the bottom that it connected. http://pastebin.com/PaDuCZiB
Camera crashes on start and Focal is working but crashes when i take a picture. That is probbably because of the SD problem.
No sound,no wifi,i didn't test the gps. Rom is fast,but some animations are laging.
@atis112 i see in the source that you did some changes to BT did you fix it ?
EDIT 3,i think. xD
#define BTM_DEF_LOCAL_NAME in bdroid_buildcfg.h is set as "HTC Explorer A310e" , i mean it's not really a bugfix but i think that BT deservs the name of our device.
EDIT 4 :
So i checked the bt_vendor.conf and there was a file in /system/etc/firmware/ named BCM4330B1_002.001.003.0221.0228.hcd but when i checked on the phone it was named something like BCM4330B1_002.001.003.08xx.08xx.hcd,can't remember correctly. So i renamed it and when i rebooted the bt was on. But when i turn it off it won't turn on again unless i reboot the phone.
Click to expand...
Click to collapse
Yes, I know about this, but i don't work with bt or wifi, while sdcard not working.
prototype-U said:
@nightwalkerkg Congrats.. we are on the same stage in cm10.1
@atis112 did u make changes to protou.fstab to support sdcard mounting? I have heard that there are new changes in 4.3 and vold.fstab is removed.. One more thing, where did u get that ramdisk from? it seems little buggy to me...
Click to expand...
Click to collapse
Yes, i added it: https://github.com/ProtouProject/android_device_htc_protou/blob/cm-10.2/ramdisk/fstab.protou#L6
The sdcard problem is because of prebuilt init. But with CM init, the ril don't work and the rom have random reboots.. and I don't know why.

I think that the sdcard is mounted as read-only or idle.
I read on some disscussion that fsck -f /dev/store/media this would help fix it.
Also is it possible to switch internal and external storage ?
There is a hashtag in /ramdisk/init.protou.rc on line 12,should it be there and on line 148 there is just # wifi-- ? I am just asking this because they don't seem like they should be there,but that is just me.
What is the diff. bettwen eth0 and wlan0 ?
EDIT:
Here are the gapps if you need them.
http://forum.xda-developers.com/showthread.php?t=2387878

nightwalkerkg said:
I think that the sdcard is mounted as read-only or idle.
I read on some disscussion that fsck -f /dev/store/media this would help fix it.
Also is it possible to switch internal and external storage ?
There is a hashtag in /ramdisk/init.protou.rc on line 12,should it be there and on line 148 there is just # wifi-- ? I am just asking this because they don't seem like they should be there,but that is just me.
What is the diff. bettwen eth0 and wlan0 ?
EDIT:
Here are the gapps if you need them.
http://forum.xda-developers.com/showthread.php?t=2387878
Click to expand...
Click to collapse
Appreciate your efforts @nightwalkerkg,
Might i suggest a better method? make a git account and make pull requests. That way, atis112 will have an easier time looking at exactly what you mean.
Regards
Yasir
---------- Post added at 11:49 PM ---------- Previous post was at 10:57 PM ----------
@atis112
Why does pico use NO "init" file??
That means they use CM init?

neXus PRIME said:
Appreciate your efforts @nightwalkerkg,
Might i suggest a better method? make a git account and make pull requests. That way, atis112 will have an easier time looking at exactly what you mean.
Regards
Yasir
---------- Post added at 11:49 PM ---------- Previous post was at 10:57 PM ----------
@atis112
Why does pico use NO "init" file??
That means they use CM init?
Click to expand...
Click to collapse
Yes, they use the source-built CM init.

I did adb shell dmesg and this popped out http://pastebin.com/vZdvYpB6 .
There are tons of <3>[ 1761.106391] C0 init: cannot find '/system/bin/fusermount', disabling 'fuse rmount' errors.

nightwalkerkg said:
I did adb shell dmesg and this popped out http://pastebin.com/vZdvYpB6 .
There are tons of <3>[ 1761.106391] C0 init: cannot find '/system/bin/fusermount', disabling 'fuse rmount' errors.
Click to expand...
Click to collapse
We just need to delete it: https://github.com/ProtouProject/android_device_htc_protou/blob/cm-10.2/ramdisk/init.rc#L641
Our ramdisk is not really clean

atis112 said:
We just need to delete it: https://github.com/ProtouProject/android_device_htc_protou/blob/cm-10.2/ramdisk/init.rc#L641
Our ramdisk is not really clean
Click to expand...
Click to collapse
Haha,yeah.
I'll do some resizing for mySense5 rom,i am much better at graphics,sorry. But after that i'll try to help as much as i can.
Also the logcat is reporting tons of errors,mostly about some files missing. As you can see here : http://pastebin.com/mi96kzyR .

mahra said:
it would be nice, if you finish 4.2.2 first, jumping from project to another project is a bit lame.
i have asked you something on PM, but u didn't replied me. why ?
Click to expand...
Click to collapse
Why would he, 4.2.2 to 4.3 isnt a big jump. And most of the work done on 4.2.2 can be transferred to 4.3. Besides, I dont see it as a new project, but as an upgrade of the current. Its still a jelly bean. He cant help it either that cm gave it an other build number. Its positive in my eyes he moved on to 4.3 instead of sticking to an older android build. Isnt that what we all want? The latest and greatest? So, its not about what you or anyone else wants, but about what he wants. We just have to follow, like it or not.
Edit:
And an other thing: just noticed the thread title, can you please ask questions like this in the q&a thread, this is for development only. You can find the link in the OP.
Sent from my HTC Desire X with Tapatalk Red
Computers are like air-conditioners. They can't work properly if you open windows.

source released !
The jelly bean source ( 4.1.1) has been released for our phone finally !! :good:
http://www.htcdev.com/devcenter/downloads
hopefully this will help with development

Cleaned up fully half the posts here. There's a discussion thread for all non-dev related posts. Thread closed at OP request.

Related

[ROM] [NIGHTLY] [TeamCanjica][UB] Unofficial CyanogenMod 10.1

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod 10.1 for the Xperia U
Brought to you by TeamCanjica​
TeamCanjica
We've been discussing to officialize the team a while ago and as Pablo (Paul-L) joined us we finally did it.
Our build server was then set up using Jenkins (Pablo's idea) and now and we'll are able to push nightly builds of Cyanogemod to Goo.im easily.
Also we are now joined by Pawel (DevSwift) which is now extending 4.2.2 development to Sony's Xperia devices
.
Diego Porto aka diego-ch -- CyanogenMod
Huang Ji aka cocafe -- CoCore Kernel
Federico Melano aka fedevd -- Miui
Franco Rapeti aka frapeti -- CyanogenMod
Matthew aka CallMeVentus -- NFC Variant
Pablo Lunarenko aka Paul-L -- P.A.C 4.2.2
Shantanu Londhe aka Shaaan -- Paranoid Android 4.2.2
Pawel aka DevSwift -- Xperia U, P, SOLA and GO
Working
RIL
Mobile Data
WiFi
USB tether
GPS
Leds
Audio
SD Card (internal storage)
App2SD
MTP & USB Mass Storage
Sensors
Vibrator
Project Butter
Camera (rear and front) with camcorder
Torch
Youtube HQ
CPU sleep mode
OMX -> Hardware Decoders / Encoders
Ambient Light Sensor
Known Issues
WiFi Tethering and WiFi Direct.
Bluetooth
Source
Check out the ROM Source available on TeamCanjica' s Github.
Feel free to submit any fixes, Just remember to give proper credits when using other people's source.
Credits
Alin Jerpelea aka FreeXperia
Daniel Hillenbrand aka Codeworkx
Oliver Garcia aka OliverG96
Installation
Download the ROM from the link below
Download gapps on http://goo.im/gapps
Flash kernel via fastboot (kernel from rom zip)
Put the zip files on your SDCard
Reboot on Recovery
Wipe Data / Factory Reset
Select "Install the Zip from External Storage"
Choose CM zip file (don't worry about error)
Choose GApps zip file
Reboot to system
Attention
First boot takes a while.
Wait at least 5 mins for it to boot.
Download
Nightly builds:
http://goo.im/devs/STEAndroid/kumquat/cm-10.1-sony/nightly
Latest build V3:
http://d-h.st/KpC

			
				
Want to contribute to development? Drop me a PM or submit your patches via pull request to our GitHub
__________________________________________________________________________________________________
The first full boot of our ROM was at 24/06/2013, current explaination of what works / does not
WiFi Tethering and WiFi Direct:
Wi-Fi Direct will probably NEVER work, we are working on Wi-Fi Tethering, which is probably going to work.
OMX -> Hardware Decoders / Encoders.
ST-Ericsson fault for NOT giving sources, it will NEVER work without them.
Camera
It's just missing symbols, it WILL work
Torch
Needs configuration, it WILL work
Audio
ST-Ericsson NEVER gave the sources, it's KIND of working, BUT is probable it never work at it's FULLEST
Bluetooth
Needs vendor configuration, it WILL work
_______________________________________________________________
Installation things for the paranoic ones:
YOU MUST INSTALL boot.img VIA FASTBOOT/FLASHTOOL IF GIVES YOU ERRORS
So, someone surely will see...set perms failed, this is because we must add a custom edifier/ota tools packager script written in Python 2.x
IF you see the some set_perms failed. IT doesn't mean that the ROM failed to install, just SOME of the files permission weren't applied because mostly THEY DON'T EXIST.
What to do? stay at recovery, go to advanced settings and select "fix permissions". THIS is not required, if you find any problems, just try, it will not do harm to your phone.
_______________________________________________________________
Please discuss NON dev related things at http://forum.xda-developers.com/showthread.php?t=2334423
OTHERWISE, I WILL HAVE TO CALL A MODERATOR HERE, GET A NICE READ OF XDA RULES
Awesome work and thanks.And btw i saw on some other devices (samsung galaxy ace) that omx libraries were adapted from ics, i suppose we could do the same ?, because correct me if im wrong but without omx libraries then bye bye to video recording - hardware video acceleration.
Just installed the ROM. And the rom is, impressively smooth, right after boot. I am unable to make calls, and play audio, etc. But this is some terrific work you guys have done. Every thing is running silky smooth with out a bit of lag. Thank you very much.
vamsi_krishna said:
Just installed the ROM. And the rom is, impressively smooth, right after boot. I am unable to make calls, and play audio, etc. But this is some terrific work you guys have done. Every thing is running silky smooth with out a bit of lag. Thank you very much.
Click to expand...
Click to collapse
We will work out the calls problem like we did on Galaxy S Advance, probably.
If by audio you mean...music? (Apollo crashing) Yes, it's because the sdcard (internal storage) isn't actually mounted/available for system use.
Paul L. said:
We will work out the calls problem like we did on Galaxy S Advance, probably.
If by audio you mean...music? (Apollo crashing) Yes, it's because the sdcard (internal storage) isn't actually mounted/available for system use.
Click to expand...
Click to collapse
It's very interesting because now I can play music and sdcard works we must test it more
Paul L. said:
We will work out the calls problem like we did on Galaxy S Advance, probably.
If by audio you mean...music? (Apollo crashing) Yes, it's because the sdcard (internal storage) isn't actually mounted/available for system use.
Click to expand...
Click to collapse
Yes, apollo crashing problem. Sorry for not being specific. I wish you guys all the best.
Cheers.
hello mates
set_perm: failed to change
status 7 error
may be updater script error
fixxxxxx:cyclops:
I think you should add to all bugs that, at least for now, /sdcard is not working
mirco_pa said:
I think you should add to all bugs that, at least for now, /sdcard is not working
Click to expand...
Click to collapse
Check mnt directory for sdcard,most probably needs to linked.
Sent from my rk30sdk using Tapatalk HD
which one I need to download ?
VocaloidBoy said:
which one I need to download ?
Click to expand...
Click to collapse
Latest
VocaloidBoy said:
which one I need to download ?
Click to expand...
Click to collapse
the latest
@DevSwift1 is there a place where we can read the daily changelog? It would be useful!
TeamCanjica, Hi just wanna help here,
The same problem of missing OMX drivers was there for the Zte Blade, The solution of which is found by developer KonstaT. check out this link:
http://www.modaco.com/topic/359832-devrom145-cyanogenmod-101-android-422/
Glad if i helped!! and Keep up the good work!!
samuelrf said:
take a look to your pm please
Click to expand...
Click to collapse
nothing error,whn copy the META-INF in privious post into
cm-10.1-20130625-NIGHTLY-kumquat and replace..nothing error and no take permission..sory for my bad english
BlueHack said:
i already read and test this method and it won't work :c
Click to expand...
Click to collapse
these rar file ,ok open in rar and extract on desktop,,and zip file of rom open and replace meta info and then achive to zip and copy on ur memorycard and then flash without any permission..sory for my bad english
Paul L. said:
Please discuss NON dev related things at http://forum.xda-developers.com/showthread.php?t=2334423
OTHERWISE, I WILL HAVE TO CALL A MODERATOR HERE, GET A NICE READ OF XDA RULES
Click to expand...
Click to collapse
Please stop spamming this thread and do what OP has kindly told.
Sent from my Xperia U using xda app-developers app
samuelrf said:
it's disabled, it blinks but i don't know why :'(
Click to expand...
Click to collapse
You are on a ENG build, this is force-enabled, you can't disable it
Later we will upload a USERDEBUG build, that should make red lines gone (along with the extra debugging)
nirajkaushik said:
why does the phone hard-brick after rebooting?
I'm even unable to take screenshots and after flashing the rom it says installation aborted, that means some files are not flashed properly...
Click to expand...
Click to collapse
with hard-brick you mean...you're now using it as a doorstop?.
Please people, just DON'T go ahead and flash WITHOUT READING THE FIRST THREE POSTS
No internal storage means...screenshots can't be saved, want to take a screenshot?
You need adb on linux, or adb and ffmpeg on Windows.
adb pull /dev/graphics/fb0 fb0
ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 480x854 -i fb0 -f image2 -vcodec png image.png
sv2hqx said:
i was waiting from a answer from devs or someone who tested
i need bt ....most on the way so i work headset
thanks anyway
Click to expand...
Click to collapse
No, bluetooth doesn't work, yet.
Why? well, we need to FIND the actual bluetooth UART Port, once that's is found (it's somewhere in init the files), we just need to add it in the bluetooth configuration files (they are the same in S Advance), compile, and done
Why I haven't done it yet? I'm repairing my computer (my actual Quad-Core computer, not the slow Single core with 1GB I'm using now). And also, I don't have the device so it needs to be tested by DevSwift first

{Mini/MiniPro/Active/Live}[DEV][KitKat 4.4.4][CM11.0] LegacyXperia

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
[COLOR="Purple"]#include <std_disclaimer.h>[/COLOR]
[COLOR="Navy"]/*
* 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
* do some research if you have any concerns about features included in 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.
*/[/COLOR]
This is an unofficial build of CM11.0.
This is an attempt to stay close to official cm11.0 and not make crazy hacks to make things working.
This is a pure CM build, only contains official CM features. I will not add any other external feature/app/etc.
For an up-to date working/not working list, bug tracker, useful guides & FAQ, visit our website:
http://legacyxperia.github.io
WARNING: This ROM uses a modified internal memory layout.
Our /system partition is originally 400MB but this space is not enough for a fluid kitkat experience and a full installation with proper google apps.
Our /cache partition is also too small to fit art-cache when we enable the ART runtime. We originally had 100MB /cache but art-cache needs ~150mb of free space.
I have repartitioned the internal memory layout, giving:
450mb in /system
469,5mb in /data
8mb in /cache
If you want to use this ROM you will always have to use the included kernel or use a kernel that includes the layour changes. Bug reports with non-standard kernels will be ignored.
You will have to wipe the device and make a clean install.
You cannot restore nandroid backups from previous android versions or restore nandroid backups from this ROM to other ROMs that don't use the new partition layout since you risk corrupting the data.
I suggest to use Titanium Backup, Helium or any other similar app to backup your data if you really need to.
Requirements:
* Have the stock ICS 4.1.B.0.587 full ftf flashed (doesn't matter if you have flashed it in the past or if you flash it before installing cm11.0, it will work both ways)
* LT15i (Arc) users need to flash LT18i (Arc S) ftf
* MT15i (Neo) users need to flash MT11i (Neo V) ftf
Steps required for correct installation (order is important):
1: Flash boot.img in fastboot & reboot into recovery
1.1 (optional): If the device is not booting, reboot to bootloader again and run:
fastboot erase system
fastboot erase userdata
2: Enter recovery, go to mounts and storage
3: Format /system, then /data and then /cache (Important step!)
4: Flash update zip
5: Flash gapps (recommended package is the one provided in the link below)
Steps 1.1, 2 & 3 are not needed when you install new cm11 nightlies on top of older cm11 builds in the future
If you want to return to a ROM that doesn't use the new partition layout, you need to follow the above steps again (only replace boot.img & update zip with the ones you want to use).
How to build:
[GUIDE][DEV] How I build my own CM11.0 test builds
Changelog:
Release/nightly changes
Working/Non-working list
CM11.0 with new kernel 3.4 status
Downloads:
https://s.basketbuild.com/devs/LegacyXperia
PLEASE DON'T MIRROR OUR UPLOADS
Recommended Google Apps:
Google Apps Minimal Edition
NOTE:
Following xda's rule #12 spirit: If you are developing something that is based on my work, you MUST first seek my permission, you must add my name in the credits and you must add links pointing to my original thread and to my github sources.
Breaking this rule will lead me to report the thread to the moderators.
NEW!!! BUG Tracker
If you want to help fixing those bugs, please report the bugs in the bug tracker. Thanks!
Logs are needed (logcat/dmesg/last_kmsg), not just "got FC" or "+1" useless replies.
XDA:DevDB Information
LegacyXperia, ROM for the Sony Ericsson Xperia Mini, Mini Pro, Active
Contributors
mikeioannina, nobodyAtall, pcfighter, Blefish
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest version of official ICS firmware: 4.1.B.0.587 or the latest supported baseband: 8x55A-AAABQOAZM-203028G-77
Based On: CyanogenMod
Version Information
Status: Beta
Current Beta Version: nightly 20140702
Beta Release Date: 2014-07-02
Created 2013-11-27
Last Updated 2014-09-06
Reserved
## Alpha build 20131127 - cm-11.0
* Latest cm11.0 changes
* Initial KitKat 4.4 build
Builds will roll alphabetically for all devices until tomorrow
Please do not spam the thread with "thanks" posts.
Only use the thread for development discussion, anything else belongs to the Q&A thread.
Nice Working / Not working list for a first alpha built! :good:
Please respect the developers wishes and do not post "Thank You" and "waiting" ect. in the thread, if you wish to say thanks simply click the thanks button.
Make sure to read all posts including post#3 where Mike says:
mikeioannina said:
Please do not spam the thread with "thanks" posts.
Only use the thread for development discussion, anything else belongs to the Q&A thread.
Click to expand...
Click to collapse
Thread cleaned
Such a great work!
is there any hope to have ART working in our phones? any goods about having ART in our device or it doesn't make much difference for us?
(sorry for too many "?" )
Mobile data now working
First of all thanks for bringing KitKat to our devices
Now to the issue, everything is working fine except mobile data. The mobile data connection checkbox is checked and to be on safer side roaming checkbox is also checked, still no internet connection or any E or H sign on Network icon
EDIT::
Toggle network mode to 2G and 3G, 4 to 5 times then automatically seems to work, I dont know what triggers this
anyway now all things are workind and is buttery smooth
deamonoid said:
First of all thanks for bringing KitKat to our devices
Now to the issue, everything is working fine except mobile data. The mobile data connection checkbox is checked and to be on safer side roaming checkbox is also checked, still no internet connection or any E or H sign on Network icon
After that i checked the APN it was there and enable, then I manually added the APN configuration still no luck.
This problem is not mentioned in Working/Not working list, so thought this would be a issue.
Any more I can do to help you solve this problem, then it will be my pleasure :highfive:
and my device is coconut(wt19i)
Click to expand...
Click to collapse
have you try to reinstall the rom with a full wipe once again ?
will report you as soon as possible, but i though the data connection normal and had no issue.
installed
okay, I installed the ROM, its very smooth and looks awesome
But since i got an MDPI LWW, layout bugs are there (already reported by mike)
rest is fine!
The smultron build is bootlooping in my device. With or without wiping, with or without gapps. Tried redownloading as well. I thought it might not be fully uploaded but it has been sitting at 170mb for a while now
i have xperia ray, what about perfomace? better than 4.3 ?
Why??
No USB mass storage. But why?
Bug in recovery
Hey Mike I found a bug in the CWM recovery while installing the kk-gapps the installation blue bar went outside than the defined space...
And the other thing is not a bug but a concern where is the screenshot option....
good
Arbelzapf said:
The smultron build is bootlooping in my device. With or without wiping, with or without gapps. Tried redownloading as well. I thought it might not be fully uploaded but it has been sitting at 170mb for a while now
Gesendet von meinem NookColor mit Tapatalk
Click to expand...
Click to collapse
I flashed it in my smultron and it boots good and works well. Still testing!! the 4.4 launcher doesnt have swipe left to google now even it is ON in google settings.
---------- Post added at 08:59 AM ---------- Previous post was at 08:56 AM ----------
siddharthnair96 said:
Hey Mike I found a bug in the CWM recovery while installing the kk-gapps the installation blue bar went outside than the defined space...
And the other thing is not a bug but a concern where is the screenshot option....
Click to expand...
Click to collapse
I had this bug too. In CWM the blue bar went beyond the screen and it stayed as "cleaning up and setting the meta data" for a long time, and it got complete. I have never encountered this before.
hi mike thanks sooo much for rom
for now all things runs cool and superfast
i have 2 questions:
1.where is the brighness control in status bar??i mean with scrolling in there?!
2. i have this bug in cm10.2 too
in phone app whene i export my contacs from sd card when i go to phone app it gives me FCs
in cm10.2 i found a way too fix it:i go to phone settings and disable the auto complete dialing .
but in cm11 there is no option like that and at every luanch it gives me FC(
plz help meeeee
Link2sd problem
Link2sd not working, Link2sd can easily link the internal app but when opening the app it is force closing, when I checked the app status the library file was not linked. I then again linked the file, but no use the app is still force closing
Is Link2sd supported for Android 4.4?
I will post logcat on bugtracker
Sent from my Xperia Live with Walkman using Tapatalk
Link2SD works but...
deamonoid said:
Link2sd not working, Link2sd can easily link the internal app but when opening the app it is force closing, when I checked the app status the library file was not linked. I then again linked the file, but no use the app is still force closing
Is Link2sd supported for Android 4.4?
I will post logcat on bugtracker
Sent from my Xperia Live with Walkman using Tapatalk
Click to expand...
Click to collapse
Same here mate... Link2SD works with 4.4 Kitkat... i think its a problem with some other compilation... Let Mike look into it I guess he may be able to do something... When i open the app it works but after linking Super Backup to the SD card Super Backup Force Closes every single time.....
Arbelzapf said:
The smultron build is bootlooping in my device. With or without wiping, with or without gapps. Tried redownloading as well. I thought it might not be fully uploaded but it has been sitting at 170mb for a while now
Gesendet von meinem NookColor mit Tapatalk
Click to expand...
Click to collapse
Make sure you've flashed the right kernel (which is included in zip).
mihaum said:
Make sure you've flashed the right kernel (which is included in zip).
Click to expand...
Click to collapse
Pardon my ignorance. My Mini is a secondary phone for toying around with and I don't use it that often. So I'm not used to the whole "flashing kernel first"-thing which I haven't seen on other devices before.
Anyway, it's right in the OP which I failed to study carefully enough, so sorry for being stupid.
EDIT: Flashed successfully, obviously
@Arbelzapf, no problem - we're just humans after all

[RECOVERY][CWM] CWM 6.0.5.1 for LG L7_2

https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After 2 months of work this is finally booting on our device @AnBro-ID can confirm it (he is the first to try it, congratz). No device atm so I am just getting thread ready for when my device will come from warranty.
And oh I forgot after this is bug free. We are getting Philz Touch also for the party to be complete. Please support me. Thanks to you all. You are amazing.
CWM Touch Recovery 6.0.5.1 for LG L7_2​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or any other damage made to your device. Please
* do some research if you have any concerns about features included in this
* RECOVERY 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.
*/
In this thread you can find:
Post#1:
1. Presentation
2. Changelog
3. Known bugs + fixes
Post#2:
1. Flashing instruction
2. Thanks
3. Donator Hall of Fame
4. Download links
1. Presentation
What is ClockworkMod? ClockworkMod Recovery (CWM) is a replacement recovery option for Android devices, made by Koushik "Koush" Dutta.
2. Changelog
Code:
[B]04-01-2015 - Initial release (closed alpha)[/B]
bugs that are mentioned in bug section
Code:
[B]04-01-2015 - Beta 1[/B]
fixed all bugs in the bug section but adb sideload
sometimes device will reset or screen will flash during start-up if you reboot to system (from recovery)
Code:
[B]12-01-2015 - Release 1[/B]
fixed adb sideload
forced another offset in memory to solve the rebooting problem (screen might flash a little though)
3. Known bugs
- image is inverted (need to do an 180 degree rotation in the framebuffer) fixed, HELL YEAH!
- image jumps when you press buttons (need to investigate when I get my device)
- external_sd is not mounted
- image too small (not really a bug but I need a device to see what can I do)
- adb is not working
- power button is recognized as home button -> well not a bug this is how buttons are mapped, at first I understood power button is switched but no, both buttons can cofirm, all good.
- adb sideload not working
Not really bugs (I will still mention them for you to not worry):
I had to force offsets into memory for recovery to boot and also I had to mess with the framebuffer bitmap (the thing that makes image into memory). If you reboot from recovery to system or if you boot in recovery etc you might experience screen flashing for some seconds. Ignore it. It won't do harm or do any damage just some offsets that are conflicting (for example recovery with kernel).
The bugs written up are the ones that I am aware of. Do not say that the things mentioned are not working since I will just ignore it (I know it and will fix when I have time/motivation and so on, if it can be fixed).
Feel free and I encourage you to report bugs that I am not aware of. Please give a detailed view of the bug. Not just not working and similar things. Post screens/logs all taht can be useful.
Project state: STABLE
If you have any bugs submit them here, in this forum. And don't say hey it's not working or things like that. Give a detailed review of the problem.
I worked a lot for this recovery to work. If you can afford to get me a coffee I would love it. Donation link is at my avatar ^.^. Thanks. Also remember to hit the Thanks button please.
Get my coffee right here, right now <3:
Created 04-01-2015
Last Updated 12-01-2015
1. Flashing instruction
Method 1:
*OUTDATED: Just open the zip from last version and copy that recovery.img if you want to use this.
Copy the "recovery.img" from download to the root of the SD card.
Code:
1. With terminal emulator or using adb do this:
2. adb shell
3. su
4. dd if=/storage/external_SD/recovery.img of=/dev/block/mmcblk0p17
Method 2:
Download the version you like (the zip) and flash it in any recovery.
On Windows your device might get detected as Unknown. You need to set the driver from device manager manually. Choose LGE adb interface ot adb interface.
2. Thanks
ClockWorkMod
@Koush
3. Donator Hall of Fame
4. Download links
Newest:
CWM_6.0.5.1_P710_Release1
Older:
CWM_6.0.5.1_P710_Beta1
If you find this useful really PRESS THE THANKS! BUTTON! It take literally 1 second. Why wouldn't you press it?
Any kind of mirroring, repacking, uploading this files or files that come from this files on other websites/forums is not allowed. If you want guys on other forums to get this, give them the link to this. Thanks. Please respect my work and do not reupload this files.
You can take this as #3 reserved if I need more space. @AnBro-ID is helping me to debug. He is really patient. Fixing bug after bug. You will get the first release when I am managing to rotate the screen. That is the only graphical problem that's let. I fixed the jumping when touching the screen. Have a great night.
EDIT: it will take a while because I need to reverse buffer (for reversed image). Managed to make code for it but only half of screen is inverted... Bleah.
Well yeah just to keep you updated. After a hell of a work (around 20 builds) and a lot of testing by @maxx_hr and @AnBro-ID (which I want to thank a lot) screen is finally rotated (well it was in 5 pieces and 2 colors) haha. That is fixed now. Release is very soon. Buy me the cookies. <3.
christi9503 said:
Well yeah just to keep you updated. After a hell of a work (around 20 builds) and a lot of testing by @maxx_hr and @AnBro-ID (which I want to thank a lot) screen is finally rotated (well it was in 5 pieces and 2 colors) haha. That is fixed now. Release is very soon. Buy me the cookies. <3.
Click to expand...
Click to collapse
Guys, please enable cookies in your browsers...
Digdis said:
Guys, please enable cookies in your browsers...
Click to expand...
Click to collapse
Yeah but cookies are good with coffee. Just joking. Serious things.
Screen fixed (fully working), same for swipe
Adb working
External_sd and extended partition on sd are now mounting.
All issues but the power recognized as menu key are working (the bugs I know of). Don't say heey that's not working it will piss me off. I know and I need to create a custom recovery keymapping. In a later release. Tomorrow evening this is going with full power here haha. Join the party !!! Good night for now.
As I promised. It's uploaded. Take care. Good night and keep it safe!
christi9503 said:
As I promised. It's uploaded. Take care. Good night and keep it safe!
Click to expand...
Click to collapse
Downloaded & tested, working nice and smooth, just awesome!
Great job, keep it up for CM!!!
work on 715?
Does it have the Fix root option? Thats the only reason I returned from TWRP to riskey CWM.
bullika said:
work on 715?
Click to expand...
Click to collapse
Read the title my friend. Of course it will work (but sure better ask, way safer<3). This should work on any L7_2 model. That means p710 p712 p715 etc.
KWG V2 said:
Does it have the Fix root option? Thats the only reason I returned from TWRP to riskey CWM.
Click to expand...
Click to collapse
I don't know why would you need a fix root option. TWRP itself has an option to fix root on your phone. TWRP is way better than normal CWM imo. I don't have a device I didn't test myself. If the source code (so CWM source) has this option it should be present. Try it yourself.
Solved adb sideload in RELEASE 1 (updated in the second post). Also solved the problem where the device might restart after restarting to system from recovery. This is the last release of CWM most likely. Cya.
christi9503 said:
Solved adb sideload in RELEASE 1 (updated in the second post). Also solved the problem where the device might restart after restarting to system from recovery. This is the last release of CWM most likely. Cya.
Click to expand...
Click to collapse
Cheers for your efforts mate. AFAIK, CWM development has stopped, right?
Since this version is kind of a fully working one with all necessary and possible features going well, it is stopped. I'm also very grateful for this CWM.
99 Downloads and 13 Thanks. It is so damn nice to work your ass off and see how people are thankful for your hard work *sarcasm, a lot*
Guys i can't find Mount USB Storage. How can i do that ?!!
christi9503 said:
99 Downloads and 13 Thanks. It is so damn nice to work your ass off and see how people are thankful for your hard work *sarcasm, a lot*
Click to expand...
Click to collapse
Try to ignore. Probably most people so arranged: Set it and forget it worked.
Thanks . Runs up nicely ; )
Paweeloss0707 said:
Thanks . Runs up nicely ; )
Click to expand...
Click to collapse
You are very welcome. Enjoy.
End of support for this and also end of development (already the latest version). This is getting closed. PEACE OUT!

[ROM][ALPHA][SFOS] SailfishOS 2.0.1.11 for Redmi 2

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sailfish OS’s heritage lies in Nokia times, especially in the MeeGo operating system. Prior to 2011 Nokia and Intel had a vision of an open mobile operating system. Together they invested around 1 billion USD to the project and created an open source based operating system called MeeGo, which was used as a basis for several devices, such as the iconic Nokia N9. Although the Nokia N9 became the beacon of open source operating systems, Nokia decided to end the project and chose instead to continue with Microsoft’s Windows Phone OS. The rest of that is another story.
For more information about SailfishOS click here.
SailfishOS has now been successfully ported to Redmi 2 and here I am sharing the steps to install it on your phone.
Code:
Disclaimer: Your warranty is now void. You will lose all your data on your phone and may render it unusable. This software is provided as is without any warranty of any kind whatsoever. The user shall solely be reponsible for any consequence arising out of following this guide. I, or anyone else shall not be held responsible for bricked devices, dead sd-cards, thermonuclear war, you getting fired because the alarm app failed or any other consequence of following this guide. The linked zip contains some proprietary files.
tl;dr I wont be held responsible for any unfortunate incidence.
I'd like to thank the following for their support and sources. (In no particular order) -->
@mal-, @kimmoli, @stskeeps, @Litew, @jusa_, @nokius, @sledges, @ketut.kumajaya, all other SailfishOS porters and The Cyanogenmod Team.
Prerequisites -->
1) Latest TWRP recovery installed (Others may work too but I haven't tested). You can get it here-->http://forum.xda-developers.com/redmi-2/development/recovery-recovery-built-source-inside-t3277621
2) cm-12.1-20151014-UNOFFICIAL-wt88047 zip by kumajaya. You can get it here--> http://forum.xda-developers.com/redmi-2/development/rom-cyanogenmod-unofficial-builds-t3200883
3) SailfishOS zip file. Download link given below.
This is not an Android ROM and thus the instructions to install are quiet different. Follow them carefully.
1) Boot to recovery. Wipe cache, dalvik-cache, system and data.
2) Copy the Downloaded files to the sdcard via USB.
3) Install cm-12.1-20151014-UNOFFICIAL-wt88047. Do NOT reboot after installing.
4) Install SailfishOS zip file. The installation will take around 10 minutes so don't think that its stuck. Ignore any errors about being unable to mount data partition.
5) Reboot System when installation succeeds.
Screenshots-->
Some more Screenshots here courtesy of @Innfinite4evr
Notes-->
1) This is not an Android ROM. Android apps will not work right now. But a way for Android apps to work is being developed by some community members and will soon be available.
2) Music player is not available by default. You can get it by opening the terminal (in-built) and and running " devel-su zypper in jolla-mediaplayer ". It will ask for a password which can be set in Settings>Developer Options. It will be there from next version.
3) For advanced users, you can ssh into the device after setting a password in Developer options using ssh [email protected] over USB.
4) Do not register for a Jolla account. You will get an error about failed IMEI registration. This will be fixed as soon as Jolla allows ported devices to be registered.
5) The Store will not work. It needs a Jolla account. You can however use the openrepos warehouse for installing apps. https://openrepos.net/content/basil/warehouse-sailfishos . You can either go the link via the browser on your device and download it. Then go to Settings>Transfers and click on the file name to install it. Another method to install it is to download it to your computer and use scp to transfer to to /home/nemo/ and use " pkcon install-local <name of file> " via an ssh terminal.
6) MTP over USB does not work. (Mass Storage technically works but is unusable for all practical purposes)
7) The battery life is currently being affected by the sensors. It will probably be fixed in the next version.
Download Link -->
https://www.androidfilehost.com/?fid=24580943222146342
DO NOT SHARE MY WORK WITHOUT MY EXPLICIT PERMISSION. IF YOU ARE SHARING, LINK TO THIS POST.
UPDATE--> New kernel released.
* For fixing bluetooth and Flashlight, use kumajaya's cm-12.1-20160318 as the base. then install SailfishOS and finally flash the new kernel ( https://www.androidfilehost.com/?fid=24591000424942423 ). Bluetooth will not work after a reboot. To make it work again, use " devel-su rfkill unblock bluetooth " and reboot. Camera will break and to fix it, use vim to make the changes from ( https://github.com/adeen-s/droid-config-wt88047/commit/ecda269bd120405a5ff3ab985e558abcfe93c916 ) in /etc/dconf/db/vendor.d/jolla-camera-hw.txt
and then execute ( dconf write /apps/jolla-camera/primary/image/imageResolution "'3264x2448'" ).
The new image will contain these changes already but I need some more time before releasing it.
Bugs or issues? & BTW can we use it in multi rom if yes then can u pls guide
Great Job @adeen-s !
Would definitely give this a try and report back soon.
Peace out ✌
Most innovative Os finally for redmi 2 thank you so much dev for this awesome os .

			
				
Thank u.. gonna try!!!?
Z.E.U.S said:
@salahXDA6805
This is on behalf of the whole Redmi 2 community.
Pls stop spamming threads and asking unnecessary questions to the devs.
This irritates them (as @s.sawrav).
As in this case multirom works only on MM based roms and this is not based on android.
Pls do some research first , Google will help you !
Hope you understand this .
Peace out
Click to expand...
Click to collapse
Im just asking my query not spamming so pls and im not irritating anyone and sailfish works with multi rom but i want to know about the procedure so pls stay out dev is there to answer me and i didn't asked u whether it works with multirom or not
Wow,seems amazing and i will give it a try...thnx for bringing this os to our little beast....and that click here is not working i think............to know more about sailfish os "click here"... :‹
revelation
adeen-s said:
This is not an Android ROM
Click to expand...
Click to collapse
hats off for this brave move!
i've been waiting for sailfish since forever (oviously like many others)
although these days i need a fully functional phone (w/ andro-apps) i'm looking forward to further development << hope you will keep up your work and scratch those issues one-by-one
Q: since i've never played with an actual sailfish os, logically i'm not aware of the (dis)advantages/performance; but i did give a go to he modified launcher [you can find an old version here, and a mutant on the play store - stella launcher]; so is there any possibility to port it to our beloved redmi2? i know it would be much appreciated by the community
thank you once again for your valliant effort!
:good:
Finally something new in our redmi 2 community. Keep up the good work @adeen-s. Looking forward to this thread. ✌?
salahXDA6805 said:
Im just asking my query not spamming so pls and im not irritating anyone and sailfish works with multi rom but i want to know about the procedure so pls stay out dev is there to answer me and i didn't asked u whether it works with multirom or not
Click to expand...
Click to collapse
MultiROM supports Sailfish but right now, it is only available for MM based ROMs on Redmi 2. If it supports LP based ROMs, it will be made available.
adeen-s said:
MultiROM supports Sailfish but right now, it is only available for MM based ROMs on Redmi 2. If it supports LP based ROMs, it will be made available.
Click to expand...
Click to collapse
Thanks bro for your repli:good:
salahXDA6805 said:
Thanks bro for your repli:good:
Click to expand...
Click to collapse
Although, there is a way to switch between CM-12.1 and SailfishOS just like MultiROM, only a bit more tedious. You can extract boot.img from cm zip and hybris-boot.img from Sailfish zip. Flash boot.img when you want to boot to CM and flash hybris-boot.img when you want to boot to Sailfish.
Also, I'd prefer if you press the thanks button instead of replying like this.
@adeen-s can I use newer builds of cm12.1? The one you mentioned in your thread is quite old.
Sent from my 2014818 using Tapatalk
Ashish94 said:
@adeen-s can I use newer builds of cm12.1? The one you mentioned in your thread is quite old.
Sent from my 2014818 using Tapatalk
Click to expand...
Click to collapse
You can try. However, it won't matter as CM is used only for the Android HAL. It has got nothing to do with how Sailfish works. It just acts as a bridge between Sailfish and the hardware which was meant to run Android.
If you try with a different CM-12.1, could you please post the output of " /usr/libexec/droid-hybris/system/bin/logcat " You can access the terminal via "telnet 192.168.2.15 2323" or via ssh as mentioned in the OP. If you cannot connect using these ways, you could check the output via the terminal app and tell if it has some errors mentioning AKMD2 .
hey thanks for this fluid rom.i hope bugs will be fixed soon ...some more ss for those who wanna see.....https://drive.google.com/open?id=0B_zOA86X6Ez_WGJORkhvMDAxV2c Hi thanks if u like it
Innfinite4evr said:
hey thanks for this fluid rom.i hope bugs will be fixed soon ...some more ss for those who wanna see.....https://drive.google.com/open?id=0B_zOA86X6Ez_WGJORkhvMDAxV2c Hi thanks if u like it
Click to expand...
Click to collapse
Please list all the bugs that you noticed. I haven't noticed anything besides high battery drain and lack of USB MTP. Also thanks for the screenshots, Do you mind if i link them in the first post ?
i faced these bugs
adeen-s said:
Please list all the bugs that you noticed. I haven't noticed anything besides high battery drain and lack of USB MTP. Also thanks for the screenshots, Do you mind if i link them in the first post ?
Click to expand...
Click to collapse
never mind PS-add ss in post
bugs:camera,calling not working and single sim only
and warehouse should be included by default or else people will become mad......
---------- Post added at 03:05 PM ---------- Previous post was at 03:03 PM ----------
Innfinite4evr said:
never mind PS-add ss in post
bugs:camera,calling not working and single sim only
and warehouse should be included by default or else people will become mad......
Click to expand...
Click to collapse
i used cm12.1 20160318
Innfinite4evr said:
never mind PS-add ss in post
bugs:camera,calling not working and single sim only
and warehouse should be included by default or else people will become mad......
---------- Post added at 03:05 PM ---------- Previous post was at 03:03 PM ----------
i used cm12.1 20160318
Click to expand...
Click to collapse
Strange, they should work perfectly. Have you tried restarting the phone.
If a restart does not change anything, then post the output of "journalctl -f -l -a" . To get root access, use "devel-su" in terminal. You can set password for root in developer options. Also post the output of " ls -l /dev/ "
Innfinite4evr said:
never mind PS-add ss in post
bugs:camera,calling not working and single sim only
and warehouse should be included by default or else people will become mad......
---------- Post added at 03:05 PM ---------- Previous post was at 03:03 PM ----------
i used cm12.1 20160318
Click to expand...
Click to collapse
Since you're using a different CM version than specified, could you also post the output of " /usr/libexec/droid-hybris/system/bin/logcat"

[ROM][UNOFFICIAL] LineageOS 11 for D605

*** Disclaimer
Code:
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
Please do some research if you have any concerns about the instructions or the linked things before doing anything!
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 and I promise, I will!
Introduction
I decided I wanted a more up-to-date CM11 build, so here it is, a new build of LineageOS 11, for D605!
Images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features
* Quite default LineageOS 11 but with USB OTG and offline charging
Installation instructions
* Under construction
Changelog
* Creating once finished
Downloads
Checksums:
* Uploading once finished
Download
* Uploading once finished
Sources
* https://github.com/Avamander/android_device_lge_d605
* https://github.com/Avamander/android_kernel_lge_d605
FAQ
* Under construction
Thanks To/Credits
Code:
* Varcain
* Puresoul_CZ
So, let me know if you're even interested.
XDA:DevDB Information
LineageOS 11 for D605, ROM for all devices (see above for details)
Contributors
Avamander, Varcain, Puresoul_CZ
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Abandoned
Created 2017-09-25
Last Updated 2020-07-04
Planned:
* Fix to reallow XPosed
Thanks Avamander! I'll test your ROM asap! Thank you again for your efforts!
ps: is the new build including the WiFi CRAK fix?
ps2: do you have any resource where to find any guide to compile it?
thePanz said:
Thanks Avamander! I'll test your ROM asap! Thank you again for your efforts!
ps: is the new build including the WiFi CRAK fix?
ps2: do you have any resource where to find any guide to compile it?
Click to expand...
Click to collapse
About CRACK, haven't checked, not sure a patch has been released for LOS11, if it has after the build date, let me know and I'll rebuild it.
I used the this https://wiki.lineageos.org/devices/d855/build but replaced d855 in commands with d605 and manually downloaded the sources to the according folders.
@Avamander: I tried to install your LineageOS ROM on top of a CM11 (by Varchain, the v11 release), but I get a "Status 7" error.
The error reports "set_metadata_recursive: some changes failed"
Checked the MD5 of the ZIP file and it is correct, both on my PC and on the SD.
Can you help me with the installation?
thePanz said:
@Avamander: I tried to install your LineageOS ROM on top of a CM11 (by Varchain, the v11 release), but I get a "Status 7" error.
The error reports "set_metadata_recursive: some changes failed"
Checked the MD5 of the ZIP file and it is correct, both on my PC and on the SD.
Can you help me with the installation?
Click to expand...
Click to collapse
Did you wipe /system (and /cache) and are you using TWRP v2.6.3.0 (that's what I use)?
Avamander said:
Did you wipe /system (and /cache) and are you using TWRP v2.6.3.0 (that's what I use)?
Click to expand...
Click to collapse
I was using a CWM version 2, and I had to update to the latest v3 (from Varchain, :
https://mega.nz/#!QXZUnbwQ!BRI3ENa-53StAjr2Tq1R-hmyIJ9ZDERWIAxXpx9Hye4) and it is now installing. Or do you suggest to update to TWRP?
I'll test it now.
thePanz said:
I was using a CWM version 2, and I had to update to the latest v3 (from Varchain, :
https://mega.nz/#!QXZUnbwQ!BRI3ENa-53StAjr2Tq1R-hmyIJ9ZDERWIAxXpx9Hye4) and it is now installing. Or do you suggest to update to TWRP?
I'll test it now.
Click to expand...
Click to collapse
Let me know if the latest works. If it doesn't, let me know if TWRP works
Avamander said:
Let me know if the latest works. If it doesn't, let me know if TWRP works
Click to expand...
Click to collapse
Ok, CWM v3 installed and Lineage-v11 installed, too.
The install went OK. Few issues encountered so far:
1. looks like the phone WiFi is configured for US area (thus, only channels 1-11 are working, but not mine, as it was configured on channel 13. I had to use https://forum.xda-developers.com/showthread.php?t=1982149 to properly fix it. Would be great if the ROM comes with the 1-13 set of channels.
2. Installing TitaniumBackup: install ok, but it did not run, ADB reported "libtitanium.so not found". Looks like the v8.1.0 is not able to extract the ARM library. I had to extract it from the APK (found here https://www.androidapksfree.com/apk/titanium-backup-apk-latest-version-download/download/) and manually push the library with "adb push libtitanium.so /data/data/com.keramidas.TitaniumBackup/files/"
Couldn't find anywhere else why those errors are caused. Do you have the same behaviour?
btw: thanks for your effort in keeping the D605 alive
thePanz said:
Ok, CWM v3 installed and Lineage-v11 installed, too.
The install went OK. Few issues encountered so far:
1. looks like the phone WiFi is configured for US area (thus, only channels 1-11 are working, but not mine, as it was configured on channel 13. I had to use https://forum.xda-developers.com/showthread.php?t=1982149 to properly fix it. Would be great if the ROM comes with the 1-13 set of channels.
2. Installing TitaniumBackup: install ok, but it did not run, ADB reported "libtitanium.so not found". Looks like the v8.1.0 is not able to extract the ARM library. I had to extract it from the APK (found here https://www.androidapksfree.com/apk/titanium-backup-apk-latest-version-download/download/) and manually push the library with "adb push libtitanium.so /data/data/com.keramidas.TitaniumBackup/files/"
Couldn't find anywhere else why those errors are caused. Do you have the same behaviour?
btw: thanks for your effort in keeping the D605 alive
Click to expand...
Click to collapse
I will investigate the WiFi issue... The TiBu issue, sounds weird, though a lot of old exploits have been patched and some apps might be expecting they exist. Though in my case I could install TiBu without issues from Google Play. I updated the planned task list.
Avamander said:
I will investigate the WiFi issue... The TiBu issue, sounds weird, though a lot of old exploits have been patched and some apps might be expecting they exist. Though in my case I could install TiBu without issues from Google Play. I updated the planned task list.
Click to expand...
Click to collapse
Thank you!
As a side note: CWM v3 is also able to lokify the ROM after flashing Varchain added it "because I am lazy" (cit.)
thePanz said:
Thank you!
As a side note: CWM v3 is also able to lokify the ROM after flashing Varchain added it "because I am lazy" (cit.)
Click to expand...
Click to collapse
That means it would still break the signature if I would release a signed image.
Quick update: the offline-charging is not working.
Switching off the phone and connecting the charger will boot up the phone in the default mode, not "only charging".
I know this might be a minor bug but auto brightness doesn't work.
DJ-SMOKE_300 said:
I know this might be a minor bug but auto brightness doesn't work.
Click to expand...
Click to collapse
Never has, never will, there's no brightness sensor hardware.
Avamander said:
Never has, never will, there's no brightness sensor hardware.
Click to expand...
Click to collapse
Oh. Thanks for clearing that up. All in all its mostly stable. :good:
Another thing i noticed is that some system processes crash at random times. And if I have my own wallpaper set if that happens and I reboot the device it resets.
DJ-SMOKE_300 said:
Another thing i noticed is that some system processes crash at random times. And if I have my own wallpaper set if that happens and I reboot the device it resets.
Click to expand...
Click to collapse
Seen that happen a few times, but without logs of the crash I can't help you.
1. Please remove the space character from the link to md5 for ROM.zip. I think it is easier to place a checksum instead of a link.
2. Last edited by Avamander; 26-12-2017 at 23:23. Reason: New build revert.
Has the file changed on the server, has it been refreshed or something else?
---------- Post added at 23:26 ---------- Previous post was at 23:11 ----------
Avamander said:
(...)
Installation instructions
* Use TWRP, wipe everything, (...)
Click to expand...
Click to collapse
Is there really a reason to clean Internal storage and sdcard?
> 1. Please remove the space character from the link to md5 for ROM.zip. I think it is easier to place a checksum instead of a link.
It's more work to create the file for the recovery to verify it. The space is part of the link.
> 2. Last edited by Avamander; 26-12-2017 at 23:23. Reason: New build revert.
Has the file changed on the server, has it been refreshed or something else?[
Nope
> Is there really a reason to clean Internal storage and sdcard?
Internal storage? If you mean /data, yes, but /sdcard doesn't need to be wiped.
As a sidenote, I've been rebuilding the entire system today, will see if that brings back the WiFi.

Categories

Resources