user3766148
user3766148

Reputation:

How to buffer read/write data as a module

The issue is, this patch is not available to end users https://code.google.com/p/android/issues/detail?id=67406 Also, AT&T is taking their time. the patch states "It is not enough to align the read buffer only"

There is a read/write buffer error going on here.

I cannot change the kernel drivers, this must be a non kernel related patch because at&t AND verizon block kernel level repairs. see: https://android.stackexchange.com/questions/77054/softbricked-sgh-i337-att-with-4-4-2-ota-update

Surely I can map this process and buffer it correctly at an end user level. I know c++, don't be shy with possible solutions.

The ultimate error is: No card detected How do I unbork this at the end user level? Nothing kernel level will work, unless your name is AT&T...

Upvotes: 0

Views: 105

Answers (1)

user3210574
user3210574

Reputation:

You cannot edit the kernel on the Samsung Galaxy 5 because of a proprietary 'blacklist' on the partition. You get your bad news when you try and flush the ROM with Odin. This applies to verizon and at&t

Upvotes: 1

Related Questions