[DU][DEV]Developers Unite- The future of DX Development

Search This thread

//.dax

Senior Member
Aug 26, 2013
1,246
579
This post: #940
Post with compiled cm10 (by fozzy_fozzy): #825

So...
As I have seen in this thread, people are talking about "Can we get cm10.2? or 11?", in my opinion devs should focus mind on cm10.
It is really good ROM, very fast and stable. We need only to fix some problems,

- High battery drain!
- Camcorder is not working (maybe wrong settings? like resolution, fps... logcat is somewhere)
- No red LED while charging
- No internal storage
- BT not working
- No WiFi & USB Hotspot
- Proximity sensor bug while calling (sometimes)
- Glithes sometimes in Gallery, Video, Games


Also, we need a full list of git hubs with everything for cm10, so we can google out some minor problems.

I didn't notice battery drain at all..
an I already published fix for proximity sensor..

Well, it's something :D

Odoslané z Desire X pomocou Tapatalku
 

//.dax

Senior Member
Aug 26, 2013
1,246
579
For example: Oneuser told me that when he was on supersense5 system was using 6 %.Now on cm10 is 26%(or something close to that)
Pretty much lol :p
ygusezen.jpg



Odoslané z Desire X pomocou Tapatalku
 

nightwalkerkg

Senior Member
Aug 20, 2012
699
607
28
Kragujevac
I'm syncing on my 512kbps home connection now :( My build server is all ****ed up :crying:
Initialize cm10.1 repo from here
Then add protou specific lines from atis' manifest.
That's what I am doing..

Yeah,i managed to do it by forking the latest androig git from Cyanogenmod github and git cloning our trees. It worked without a problem. I tried to do about five builds all of them had some problems. xD First i had to battle some errrors. Then in the middle of the build Elementart froze and had to restart. Some files were corupted so i had to clean and start again. Then the power ran out,failed again. The third time it froze again 10 minutes before the end. xD Like the damn cyan dose not want to be built by me. xD I hope today will be better. xD
 

fozzy_fozzy

Senior Member
Aug 30, 2008
132
292
For tests.
Attempt to collect CM10 with a kernel 3.4
https://drive.google.com/file/d/0B2xUDHdk_M6HeFkxUDEzMDUzdVE/edit?usp=sharing
P.S It isn't enough time, but I think everything it will turn out sooner or later.

---------- Post added at 01:08 PM ---------- Previous post was at 12:42 PM ----------

Tree. Ready CM10 for assembly. It is possible to use for CM10.1 but to edit ramdisk.

https://drive.google.com/file/d/0B2xUDHdk_M6HTGdXbTQzRFBxdVU/edit?usp=sharing

---------- Post added at 01:39 PM ---------- Previous post was at 01:08 PM ----------

Yes I forgot. Whether TARGET_NO_HW_VSYNC := true to add: = in BoardConfig.mk or to make true so:

/* #ifndef NO_HW_VSYNC
struct msmfb_metadata metadata;

metadata.op = metadata_op_base_blend;
metadata.flags = 0;
metadata.data.blend_cfg.is_premultiplied = 1;
if(ioctl(fd, MSMFB_METADATA_SET, &metadata) == -1) {
ALOGW("MSMFB_METADATA_SET failed to configure alpha mode");
}
#endif */

in hardware/qcom/display/libgralloc/framebuffer.cpp
 
Last edited:

nightwalkerkg

Senior Member
Aug 20, 2012
699
607
28
Kragujevac
For tests.
Attempt to collect CM10 with a kernel 3.4
https://drive.google.com/file/d/0B2xUDHdk_M6HeFkxUDEzMDUzdVE/edit?usp=sharing
P.S It isn't enough time, but I think everything it will turn out sooner or later.

---------- Post added at 01:08 PM ---------- Previous post was at 12:42 PM ----------

Tree. Ready CM10 for assembly. It is possible to use for CM10.1 but to edit ramdisk.

https://drive.google.com/file/d/0B2xUDHdk_M6HTGdXbTQzRFBxdVU/edit?usp=sharing

---------- Post added at 01:39 PM ---------- Previous post was at 01:08 PM ----------

Yes I forgot. Whether TARGET_NO_HW_VSYNC := true to add: = in BoardConfig.mk or to make true so:

/* #ifndef NO_HW_VSYNC
struct msmfb_metadata metadata;

metadata.op = metadata_op_base_blend;
metadata.flags = 0;
metadata.data.blend_cfg.is_premultiplied = 1;
if(ioctl(fd, MSMFB_METADATA_SET, &metadata) == -1) {
ALOGW("MSMFB_METADATA_SET failed to configure alpha mode");
}
#endif */

in hardware/qcom/display/libgralloc/framebuffer.cpp

I would recommend you to start using Github. It's quite easy to work with and it's great for sharing,fixing and editing code. :D
 

dansou901

Inactive Recognized Contributor
Apr 10, 2012
3,121
1,209
33
Aachen
OnePlus 5
OnePlus Nord
For tests.
Attempt to collect CM10 with a kernel 3.4
https://drive.google.com/file/d/0B2xUDHdk_M6HeFkxUDEzMDUzdVE/edit?usp=sharing
P.S It isn't enough time, but I think everything it will turn out sooner or later.

---------- Post added at 01:08 PM ---------- Previous post was at 12:42 PM ----------

Tree. Ready CM10 for assembly. It is possible to use for CM10.1 but to edit ramdisk.

https://drive.google.com/file/d/0B2xUDHdk_M6HTGdXbTQzRFBxdVU/edit?usp=sharing



Great. Will test later when I get time. Which CM sources do you use for compiling? The ones from Cyanogenmod directly, or from androidarmv6.org like we did? Also, to compile your trees, we just need to copy your tree folders into the sources folder structure, right?
 

fozzy_fozzy

Senior Member
Aug 30, 2008
132
292
I would recommend you to start using Github. It's quite easy to work with and it's great for sharing,fixing and editing code. :D

There is no time and desire, can later. And I badly know English.

---------- Post added at 03:36 PM ---------- Previous post was at 03:33 PM ----------

Great. Will test later when I get time. Which CM sources do you use for compiling? The ones from Cyanogenmod directly, or from androidarmv6.org like we did? Also, to compile your trees, we just need to copy your tree folders into the sources folder structure, right?

And them too. Yes it is simple to copy. This tree with a kernel 3.4 I will collect first of all it.
 

nightwalkerkg

Senior Member
Aug 20, 2012
699
607
28
Kragujevac
There is no time and desire, can later. And I badly know English.

---------- Post added at 03:36 PM ---------- Previous post was at 03:33 PM ----------



And them too. Yes it is simple to copy. This tree with a kernel 3.4 I will collect first of all it.

I think you need to have a bluetooth folder with bdroid_buildcfg.h and vnd_protou.txt like in here for bt to work :
https://github.com/nightwalkerkg/android_device_htc_protou/tree/cm-10.2/bluetooth
 

//.dax

Senior Member
Aug 26, 2013
1,246
579
For tests.
Attempt to collect CM10 with a kernel 3.4
https://drive.google.com/file/d/0B2xUDHdk_M6HeFkxUDEzMDUzdVE/edit?usp=sharing
P.S It isn't enough time, but I think everything it will turn out sooner or later.

---------- Post added at 01:08 PM ---------- Previous post was at 12:42 PM ----------

Tree. Ready CM10 for assembly. It is possible to use for CM10.1 but to edit ramdisk.

https://drive.google.com/file/d/0B2xUDHdk_M6HTGdXbTQzRFBxdVU/edit?usp=sharing

---------- Post added at 01:39 PM ---------- Previous post was at 01:08 PM ----------

Yes I forgot. Whether TARGET_NO_HW_VSYNC := true to add: = in BoardConfig.mk or to make true so:

/* #ifndef NO_HW_VSYNC
struct msmfb_metadata metadata;

metadata.op = metadata_op_base_blend;
metadata.flags = 0;
metadata.data.blend_cfg.is_premultiplied = 1;
if(ioctl(fd, MSMFB_METADATA_SET, &metadata) == -1) {
ALOGW("MSMFB_METADATA_SET failed to configure alpha mode");
}
#endif */

in hardware/qcom/display/libgralloc/framebuffer.cpp

Man, you fixed LED! :good: Keep up in good work ;)

Edit: Camera is not functional.. LED Flash too :( most used feature BTW besides calling
 
Last edited:
  • Like
Reactions: Mr.Jay

Len

Senior Member
Dec 4, 2010
265
60
32
how is network working on this device for you guys?
wifi and 2g/3g

on cm10, with firewall (drodwall) and adblock... like a **** : (
 
  • Like
Reactions: //.dax

Top Liked Posts