[N910C/H][DEV] AOSP sources

MrAlez

Senior Member
May 5, 2013
184
41
0
True, anyway you wont find just a módem developer, all the devs i mentioned, worked ver y nice with the i9300, porting a note2 kk for the i9300(there was a módem problem) also they are skilled devs and can help with the logs pointing where the problem can be, also, dont be that so closedminded @invisiblesushi, that we only need another 910c device, anyone can help ;) cheers
 
  • Like
Reactions: sephkateno

agentdeep

Senior Member
Apr 30, 2013
571
346
83
A lollipop system dump would help a lot.
I'll post detailed instructions on how to dump the files I need tomorrow, please root your device to prepare for that.
I'll also update my github sources to reflect my recent changes in a few hours.
Yes, already rooted and installed TWRP :D
 

agentdeep

Senior Member
Apr 30, 2013
571
346
83

RaymanFX

Inactive Recognized Developer
Jan 8, 2011
1,122
16,501
0
25
Hannover
Thanks, those are very useful.
I assume you dd'd the boot image directly from the block device?

Could you please dump the system image as well?
Code:
adb shell dd if=/dev/block/mmcblk0p18 of=/sdcard/system.img
(if the above doesn't work, try opening a shell (adb shell) and claim superuser rights first (su))
 
  • Like
Reactions: arbi97

agentdeep

Senior Member
Apr 30, 2013
571
346
83
Thanks, those are very useful.
I assume you dd'd the boot image directly from the block device?

Could you please dump the system image as well?
Code:
adb shell dd if=/dev/block/mmcblk0p18 of=/sdcard/system.img
(if the above doesn't work, try opening a shell (adb shell) and claim superuser rights first (su))
Yes, dd command.
I'll get back to you when I finish dumping and uploading the system.img
 
Last edited:

RaymanFX

Inactive Recognized Developer
Jan 8, 2011
1,122
16,501
0
25
Hannover
I updated my github repos with the latest Lollipop changes from Samsung.
We'll see how the situation turns out now, I'll run a fresh build this evening and make sure the new blobs don't miss any dependencies.
I hope the RIL loading sequence is a bit more verbose this time, the modem daemon (cbd) blob has changed, so that's a good sign.
 

arbi97

Senior Member
Sep 13, 2012
598
223
73
23
Astana
I updated my github repos with the latest Lollipop changes from Samsung.
We'll see how the situation turns out now, I'll run a fresh build this evening and make sure the new blobs don't miss any dependencies.
I hope the RIL loading sequence is a bit more verbose this time, the modem daemon (cbd) blob has changed, so that's a good sign.
Good luck, Mi Lord. Hope, we have check it soon ;)
 

thiagoribeirorj

Senior Member
Feb 25, 2012
310
72
0
Campos dos Goytacazes
I updated my github repos with the latest Lollipop changes from Samsung.
We'll see how the situation turns out now, I'll run a fresh build this evening and make sure the new blobs don't miss any dependencies.
I hope the RIL loading sequence is a bit more verbose this time, the modem daemon (cbd) blob has changed, so that's a good sign.
This means that we are close to a version of CM12?
 

Chaffa

Member
Jan 9, 2015
32
12
0
I updated my github repos with the latest Lollipop changes from Samsung.
We'll see how the situation turns out now, I'll run a fresh build this evening and make sure the new blobs don't miss any dependencies.
I hope the RIL loading sequence is a bit more verbose this time, the modem daemon (cbd) blob has changed, so that's a good sign.
Im waitin
 

calj17

Senior Member
Nov 28, 2011
649
188
0
Glad to see this project growing after our first thread to get funds to buy the note 4 n910c developer unit. Thanks everybody and special thank you to our developer RAYMANFX