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

Search This thread

Tresox

Senior Member
Aug 7, 2013
99
35
In his spare time make CM10 (am learning) managed to run WiFi.
just unplugged bcmdhd.ko in BoardConfig.mk and Kernel config.

Can not fix the camera, bluetooth and internal storage everything else works.
P.S Sorry for my english.

Only that tried to CM10.1, wifi work too.

So you claim that wifi is working on your build,
then the only thing that remains are the camera and internal storage
to work properly.
Maybe someone could update us:D
 

fozzy_fozzy

Senior Member
Aug 30, 2008
132
292
Last edited:

Tresox

Senior Member
Aug 7, 2013
99
35
Downloading right now.
I will report soon.

---------- Post added at 11:48 AM ---------- Previous post was at 11:07 AM ----------

Well,
it is stuck on the bootig screen:/
 

Tresox

Senior Member
Aug 7, 2013
99
35
No its not booting at my side,
although I flashed the boot image inside.
I did a full wipe and everything,
the recovery I'm using is the one form TWRP.
 

dansou901

Inactive Recognized Contributor
Apr 10, 2012
3,121
1,209
33
Aachen
OnePlus 5
OnePlus Nord
@fozzy_fozzy, great work! At my end, even camera works! But bluetooth doesn't seem to be working, which isn't critical for me. So maybe I'll use that as a daily driver. It's buttery smooth, as it should be, way faster then Sense. SD card works for me, internal storage not tested yet, have to install gapps first.

---------- Post added at 02:39 PM ---------- Previous post was at 02:33 PM ----------

Also, can you share sources?
 

nightwalkerkg

Senior Member
Aug 20, 2012
699
607
28
Kragujevac
Yeah,i would like to get my hands on the source to. Finally fixed the cpu fan so i can start to work again. I'll test the build soon,great work. :D
 

dansou901

Inactive Recognized Contributor
Apr 10, 2012
3,121
1,209
33
Aachen
OnePlus 5
OnePlus Nord
Internal Storage doesn't work at my side. Interesting fact though: SD card will be treated as internal storage (if I install an app, the remaining free storage will be displayed, which matches the free storage remaining on sdcard), but is still mountable to PC as external disk.
 

nightwalkerkg

Senior Member
Aug 20, 2012
699
607
28
Kragujevac
Internal Storage doesn't work at my side. Interesting fact though: SD card will be treated as internal storage (if I install an app, the remaining free storage will be displayed, which matches the free storage remaining on sdcard), but is still mountable to PC as external disk.

They are swaped. I am trying to mount it via terminal.
Can't remember the damn command.
 

nightwalkerkg

Senior Member
Aug 20, 2012
699
607
28
Kragujevac
@InfinityShooter , @atis112

https://github.com/prototype-U/android_device_htc_protou/blob/cm-10.2/ramdisk/init.protou.rc#L23

One question,is there supposed to be :
Code:
export INTERNAL_STORAGE /storage/sdcard1
or
Code:
export SECONDARY_STORAGE /storage/sdacrd1
?

EDIT :

Something like :
Code:
on init
    export INTERNAL_STORAGE /storage/sdcard1
    export EXTERNAL_STORAGE /storage/sdcard0
    mkdir /storage 0775 system system
    mkdir /storage/sdcard0 0775 system system
    mkdir /storage/sdcard1 0775 system system
    symlink /storage/sdcard0 /sdcard
    symlink /storage/sdcard0 /mnt/sdcard
    symlink /storage/sdcard1 /emmc
    symlink /storage/sdcard1 /mnt/emmc
 
Last edited:

dansou901

Inactive Recognized Contributor
Apr 10, 2012
3,121
1,209
33
Aachen
OnePlus 5
OnePlus Nord
I've got some issues with WLAN though. Sometimes the connection drops randomly after a few minutes. If I reenable WLAN, it works again, so it's no big deal. Anyone else experiencing this?
 

Top Liked Posts