CM11 issues on SHV-E300 - Galaxy S 4 Developer Discussion [Developers-Only]

I am developing CM11 for the Korean models of the S4. Right now I am currently running the build I just compiled. Here is a list of what is not working:
USB Storage : no /emulated/0/sdcard error when trying to mount or download anything not from play store.
Video Camera
Camera takes blank pictures : believe this is because of the storage issue
No sound : we use the yamaha chipset
Can't make or receive calls
I am trying to figure out how to fix the USB storage bug on my end but I think I am at a loss. As for the other issues, I think that just might be the kernel side of things, but not for sure. Can someone help me out with a little advice for some of these issues? Thanks.
Edit: I forgot to add that with not being able to make or receive calls, I do have data (2g, 3g, and LTE). So I really don't know what is going on.

Okay, so now I have everything working except for the making/receiving phone calls and the sound. Is there anyone that might could help me with this?? I really don't know what I am doing when it comes to the kernel and getting things like that working. I know that on the native touch wiz system that my CBD file is located under the root dir under sbin, but on the CM version I have to put it in the system/bin folder. Any help would be greatly appreciated. Thanks.

Seems like I am asking the wrong question
Okay, since it seems like the wrong question is being answered here. Here is the correct way to ask this. While working with the kernel, how do I know what modules I need for audio, signal and everything else to work with Cyanogenmod??

Sorry, just saw this - is that a Exynos or QC variant?

garwynn said:
Sorry, just saw this - is that a Exynos or QC variant?
Click to expand...
Click to collapse
It is a exynos varient with yamaha audio. It is also LTE. Thank you for any advice you might can give.
Sent from my SHV-E300K using Tapatalk 2

lunerceli said:
It is a exynos varient with yamaha audio. It is also LTE. Thank you for any advice you might can give.
Sent from my SHV-E300K using Tapatalk 2
Click to expand...
Click to collapse
If you're still having issues, I would check your device tree against this:
https://github.com/CyanogenMod/android_device_samsung_i9500
and vendor blobs against this:
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/cm-11.0/i9500
From what I've been reading the SHV-E300 is a i9500 variant so they should be nearly identical.
You should be able to use that device tree and the kernel referred as a comparison.
The list of proprietary files in device tree should also help make sure you grabbed everything off of the stock ROM that you need.
Good luck! Hope this helps you straighten out the remaining issues!

garwynn said:
If you're still having issues, I would check your device tree against this:
https://github.com/CyanogenMod/android_device_samsung_i9500
and vendor blobs against this:
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/cm-11.0/i9500
From what I've been reading the SHV-E300 is a i9500 variant so they should be nearly identical.
You should be able to use that device tree and the kernel referred as a comparison.
The list of proprietary files in device tree should also help make sure you grabbed everything off of the stock ROM that you need.
Good luck! Hope this helps you straighten out the remaining issues!
Click to expand...
Click to collapse
Thank you for the advice, but I have already been using parts of the I9500 to get to where I now. I just completed another build last night after playing around with the ramdisk but it wouldn't boot. LOL ... I still don't have sound or calling. I know that with the SGS2, they don't have an audio folder in their device tree for the Yamaha audio. I don't know if I need one or not since I cannot find any lib file or driver that corresponds to audio. My question though is that I did find a file that has the same layout as the es325_fw.bin file that the I9500 uses. I can't remember the name of it right now, but it is filename_fw.bin. Do you think that could be my audio? As far as calling goes, I know that on the stock firmware, the pda and the baseband both have to be the same in order to make or receive calls, so how am I supposed to do that one for CM??
@garwynn .. I just built another aplha build, and I just realized I can't get the usb mass storage to show up when the phone is connected to the computer. Any advice for that??

lunerceli said:
Thank you for the advice, but I have already been using parts of the I9500 to get to where I now. I just completed another build last night after playing around with the ramdisk but it wouldn't boot. LOL ... I still don't have sound or calling. I know that with the SGS2, they don't have an audio folder in their device tree for the Yamaha audio. I don't know if I need one or not since I cannot find any lib file or driver that corresponds to audio. My question though is that I did find a file that has the same layout as the es325_fw.bin file that the I9500 uses. I can't remember the name of it right now, but it is filename_fw.bin. Do you think that could be my audio? As far as calling goes, I know that on the stock firmware, the pda and the baseband both have to be the same in order to make or receive calls, so how am I supposed to do that one for CM??
@garwynn .. I just built another aplha build, and I just realized I can't get the usb mass storage to show up when the phone is connected to the computer. Any advice for that??
Click to expand...
Click to collapse
Any of those .bin files that you think are missing in the blobs.... I'm of the opinion that you can throw them in and test adding/removing one at a time to see if it changes. The logcat may also help give clues as to what is going on.
USB storage = check your build.prop and see what options you have set for USB. you could also edit your usb script to force usb mass storage.
I need to check on the firmware question. I though this wasn't the case, you just need a valid fingerprint and ROM doesn't have to match baseband. Is it possible that some of the RIL blobs may be missing?

I just compiled another build. I made sure that the build fingerprint was exactly like it should be. When I installed CM11, I went to about phone and it showed that my fingerprint was KVT49L and not the KOH49T that I had set it to. It kept telling me to insert sim again, which I think I may have fixed. As far as the sound goes, I went through all the bin files and looked them up on google. They all pertained to video and not audio. Inside my stock system, there is a ysounds.xml with a reference to etc/ymc/param. Here is a pastbin of the ysounds.xml file if you wouldn't mind looking at it and letting me know what you think.
YSOUNDS.XML
I have never developed for a high end device before, so this is none the less getting really interesting and fun. LOL.
When looking through the file, it looks almost exactly like the mixers_path of I9500.

New build with audio changes in my device/audio folder caused the system not to Boot. It got to the cm loading screen and there it stayed. Any ideas??
Sent from my SHV-E300K using Tapatalk 2

lunerceli said:
New build with audio changes in my device/audio folder caused the system not to Boot. It got to the cm loading screen and there it stayed. Any ideas??
Sent from my SHV-E300K using Tapatalk 2
Click to expand...
Click to collapse
Able to get a logcat?
Sent from my LG-LS980 using Tapatalk

Nope. Adb sets on waiting for device for about 5 minutes and then says no devices available.
@garwynn , I just got a new build. I have the correct fingerprint and it is still ending the call as soon as I dial the number. I tried using the yumc files that I had found that were on the phone, but still no sound. I am going to try to add the other files like the ysound and the files it references to the build as well to get sound, but I don't know. It is worth a shot I reckon. LOL. Also, I looked in the build.prop file and there is nothing in there about usb or storage. So I don't know what is going on with that one. I am going to check more on it and see what is going on. Do you have any more advice that you might can give? I don't know if I have said this before, but this is the first time that I have developed for a high end device so this is proving to be a challenge. LOL. Thank you again.
Sent from my SHV-E300K using Tapatalk 2

I've been dropping by here a lot lately hopeing for some updates~ anything new?
btw, thanks for trying so! I know nothing on building, and yet its hopeful to see someone working on this!

eungholee2 said:
I've been dropping by here a lot lately hopeing for some updates~ anything new?
btw, thanks for trying so! I know nothing on building, and yet its hopeful to see someone working on this!
Click to expand...
Click to collapse
None as of late I am afraid. I havent had much time to work on things. My system had crashed so I had to get back to where I was. Lol. I did however get the storage bug fixed, the mic can hear things but still cannot transmit sound. It is a pita working with this stupid yamaha dac. Hopefully soon though.
Sent from my SHV-E300K using Tapatalk 2

lunerceli said:
None as of late I am afraid. I havent had much time to work on things. My system had crashed so I had to get back to where I was. Lol. I did however get the storage bug fixed, the mic can hear things but still cannot transmit sound. It is a pita working with this stupid yamaha dac. Hopefully soon though.
Click to expand...
Click to collapse
Isn't the Yamaha DAC the same as in the lte-a models? (E330K/S) -They have roms for that model, so maybe you could try pulling them from there
also, there's a patch for MIUI that I found here: http://opnay.tistory.com/23 that has working audio I think, but you can't end calls.

eungholee2 said:
Isn't the Yamaha DAC the same as in the lte-a models? (E330K/S) -They have roms for that model, so maybe you could try pulling them from there
also, there's a patch for MIUI that I found here: http://opnay.tistory.com/23 that has working audio I think, but you can't end calls.
Click to expand...
Click to collapse
Sadly its not. The e330 models use the qualcomm and wolfson chips. It sucks but I think I know where the hickup is. Just have to learn more about the kernel to fix it. When I go to build, it tells me that there are uninitialized modules for the kernel and to recompile the kernel with the modules enabled. So when I have time I will delve into that.
As far as that pitch goes, I looked into it and it was 4.3 so that would lead to a dead end. Also it was specific to MIUI. I am trying to ask for help from seasoned developers but never get an answer back from most of them. Only a couple have given me advice. Lol. So if you know if anyone that would like to help, just have them pm me . thanks.
Sent from my SHV-E300K using Tapatalk 2

please add the ultra power saving mode as you can

NK-SOFT said:
please add the ultra power saving mode as you can
Click to expand...
Click to collapse
On my test builds it usually goes about a day and a half using wifi and playing games. So that's not that bad. Lol. I am still working on it though.
Sent from my SHV-E300K using Tapatalk 2

thank you good luck love you dev

lunerceli said:
Sadly its not. The e330 models use the qualcomm and wolfson chips. It sucks but I think I know where the hickup is. Just have to learn more about the kernel to fix it. When I go to build, it tells me that there are uninitialized modules for the kernel and to recompile the kernel with the modules enabled. So when I have time I will delve into that.
As far as that pitch goes, I looked into it and it was 4.3 so that would lead to a dead end. Also it was specific to MIUI. I am trying to ask for help from seasoned developers but never get an answer back from most of them. Only a couple have given me advice. Lol. So if you know if anyone that would like to help, just have them pm me . thanks.
Sent from my SHV-E300K using Tapatalk 2
Click to expand...
Click to collapse
The guys at Dokdo Project have working sound! but no phone calls as of yet. They seem pretty slow to update, I'm checking out their blogs, but still a no go as of yet.
It's all in korean, but if you want to give them a shot:
http://dokdo-project.com/
---------- Post added at 02:40 PM ---------- Previous post was at 02:33 PM ----------
just another quick tip: Apparently in Korea they have usim (simcard) locks that prevent other models from calling,
You have to manually change the build.prop and change the ro.product.model= to whatever your model is, in my case:
ro.product.model=SHV-E300K
also, I think this might apply to other places in the build.prop as well, but haven't been able to go that far.
---------- Post added at 02:46 PM ---------- Previous post was at 02:40 PM ----------
just another quick tip: Apparently in Korea they have usim (simcard) locks that prevent other models from calling,
You have to manually change the build.prop and change the ro.product.model= to whatever your model is, in my case:
ro.product.model=SHV-E300K
also, I think this might apply to other places in the build.prop as well, but haven't been able to go that far.

Related

Help needed with Audio Hack for the Nexus!

I guess this is development, so here goes:
Ok, some people have repoted success with my Audio Hack on the Nexus whilst some people have reported no change at all.
If my app or the manual hack works for you can you please let me know what ROM you're running, and which version of my hack you used, it would be very helpful
Cheers!
Meltus said:
I guess this is development, so here goes:
Ok, some people have repoted success with my Audio Hack on the Nexus whilst some people have reported no change at all.
If my app or the manual hack works for you can you please let me know what ROM you're running, and which version of my hack you used, it would be very helpful
Cheers!
Click to expand...
Click to collapse
I'll help ...
I'll give her a test whirl in a little bit and report back some solid testing results for you as soon as I can.
~enom~
i tried every possible combo with the options this morning and i still have nothing. oddly, i get a double screen option on the headphone boost screen. 2 yes and 2 no's. one pair is white the other yes is green and the other no is red.
my results and some information
Meltus,
Do you have a N1 to play with? or are you shooting in the dark (and thus need help)?
Anyhow ...
Some details ...
I implemented via manually pushing the AudioPara4.csv, AudioFilter.csv, & AudioPreProcess.csv files to /system/etc and then rebooting.
I tried both G7_v3r2 and G7_v2r2. Both resulted in (from what I can tell) no change. I did not witness any volume gain or decrease. No distortion. No nothin'. Literally everything appeared unchanged.
Some interesting things I found for you ...
The stock (or shipping) AudioPara4.csv in the Nexus1 (ERD79) is the exact match for all Stock-sapphire-32B(MT3G) ROM's/devices.
Also, AudioPreProcess.csv and AudioFilter.csv are not present on the Nexus1.
Also, the Nexus1 is shipping with a couple new .csv files in the /system/etc directory ... AdieHWCodecSetting.csv & AudioBTID.csv.
That's the results I obtained and the relevant detail I observed. If you need anything else from me in way of producing an audio mod. I'd be happy to assist.
~enom~
simms22 said:
i tried every possible combo with the options this morning and i still have nothing. oddly, i get a double screen option on the headphone boost screen. 2 yes and 2 no's. one pair is white the other yes is green and the other no is red.
Click to expand...
Click to collapse
Hmm that's odd, not sure why that happens. could be something to do with the screen resolution.
i'll look into it
enomther said:
Meltus,
Do you have a N1 to play with? or are you shooting in the dark (and thus need help)?
Anyhow ...
Some details ...
I implemented via manually pushing the AudioPara4.csv, AudioFilter.csv, & AudioPreProcess.csv files to /system/etc and then rebooting.
I tried both G7_v3r2 and G7_v2r2. Both resulted in (from what I can tell) no change. I did not witness any volume gain or decrease. No distortion. No nothin'. Literally everything appeared unchanged.
Some interesting things I found for you ...
The stock (or shipping) AudioPara4.csv in the Nexus1 (ERD79) is the exact match for all Stock-sapphire-32B(MT3G) ROM's/devices.
Also, AudioPreProcess.csv and AudioFilter.csv are not present on the Nexus1.
Also, the Nexus1 is shipping with a couple new .csv files in the /system/etc directory ... AdieHWCodecSetting.csv & AudioBTID.csv.
That's the results I obtained and the relevant detail I observed. If you need anything else from me in way of producing an audio mod. I'd be happy to assist.
~enom~
Click to expand...
Click to collapse
Yeah, i'm pretty much guessing at the moment, with help from simms22, but we've still not been able to get the volume hack to work.
It's strange though, some people have reported success whilst most others haven't. And, from checking the logcat when the mediaserver restarts, it loads the AudioPara4.csv fine, so my files should make a difference and the headset boost option should work fine, but it doesn't ><
So far, we've established that the AudioFilter.csv and AudioPreProcess.csv aren't used by the Nexus, but the strange thing is, some of the Nexus firmware dumps which people provided for me include these files and some don't. It seems as if there's 2 versions of the nexus, either that or people added the files in when they sent me the dump.
So, it seems that the nexus loads the AudioPara file, but i'm not sure why as it doesn't do anything. The other 2 files seem to be bluetooth related, so i'm not sure they'll make a difference.
God, this phone's more trouble than it's worth
could it be that the nexus for google employees and the nexus for the public are that different. ive asked around also, no one has that app working on their nexus that i know of. could it be that some people are lying and just saying that it works(to be cool).
simms22 said:
could it be that the nexus for google employees and the nexus for the public are that different. ive asked around also, no one has that app working on their nexus that i know of. could it be that some people are lying and just saying that it works(to be cool).
Click to expand...
Click to collapse
Good point, and them lying is a possibility (albeit a strange one ).
This doesn't make much sense to me, i'm gonna speak to some ROM devs and see if they have an answer
Cheers for your help guys!
simms22 said:
could it be that the nexus for google employees and the nexus for the public are that different. ive asked around also, no one has that app working on their nexus that i know of. could it be that some people are lying and just saying that it works(to be cool).
Click to expand...
Click to collapse
yea I dunno ... it would certainly be hard to believe that this type of issue would be "intermittent".
This seems to me like an all or nothing affair, in which it really should either work or not. I could be wrong, I've seen stranger things happen, but I really don't see how this would be working for a "select few".
~enom~
enomther said:
yea I dunno ... it would certainly be hard to believe that this type of issue would be "intermittent".
This seems to me like an all or nothing affair, in which it really should either work or not. I could be wrong, I've seen stranger things happen, but I really don't see how this would be working for a "select few".
~enom~
Click to expand...
Click to collapse
Very true, unless there are 2 different versions (like simms said, maybe one for google employee's), but even if there was, i don't see why they would make it different. (unless they made it different for the public, specifically to stop me doing this, which i highly doubt lol)
Meltus said:
Very true, unless there are 2 different versions (like simms said, maybe one for google employee's), but even if there was, i don't see why they would make it different. (unless they made it different for the public, specifically to stop me doing this, which i highly doubt lol)
Click to expand...
Click to collapse
hahahahah...! theres always a conspiracy somewhere. but, me being more science minded than programming, the simplest answer is usually the correct one.
Meltus said:
Very true, unless there are 2 different versions (like simms said, maybe one for google employee's), but even if there was, i don't see why they would make it different. (unless they made it different for the public, specifically to stop me doing this, which i highly doubt lol)
Click to expand...
Click to collapse
My money's on a placebo effect. They get the new file on there, so they're under the impression it sounds better/louder.
Mi|enko said:
My money's on a placebo effect. They get the new file on there, so they're under the impression it sounds better/louder.
Click to expand...
Click to collapse
Probably. I remember a while ago, quite a few people (myself included) thought that the EQ was affecting the headset but it turned out to be making no difference at all. I would have put money on it too ><
Meltus said:
Hmm that's odd, not sure why that happens. could be something to do with the screen resolution.
i'll look into it
It's strange though, some people have reported success whilst most others haven't.
I have 3 N1's in my home. we all have your app and it doesnt seem to work. their most likely lying!!! btw, we all are getting the double screen too.
keep up the good work!!!!
Click to expand...
Click to collapse
[email protected] said:
Meltus said:
Hmm that's odd, not sure why that happens. could be something to do with the screen resolution.
i'll look into it
It's strange though, some people have reported success whilst most others haven't.
I have 3 N1's in my home. we all have your app and it doesnt seem to work. their most likely lying!!! btw, we all are getting the double screen too.
keep up the good work!!!!
Click to expand...
Click to collapse
yeah, i may have to add compatibility for higher resolution devices. Either that or there's an image i forgot to delete underneath. I'll have a look either later or tomorrow night, got a busy day tomorrow.
Click to expand...
Click to collapse
Meltus said:
Probably. I remember a while ago, quite a few people (myself included) thought that the EQ was affecting the headset but it turned out to be making no difference at all. I would have put money on it too ><
Click to expand...
Click to collapse
lol..I wanted an EQ so bad I think I convinced myself something was actually happening.
I am not getting the double screen at all. I saw no difference in the volume either with the external speaker or the headphones after installation and setting up V2r2.
Volume Hack
I have the double icons on the headset screen. I haven't had a change in the volume.
Now I could have sworn when I tried it that the volume got worse and then I tried the files on your site the stock ones and it got better but after playing with it continuously for about 3 days I have come to the conclusion it is a placebo effect and nothing more.
EDIT: Im dumb xD
Driskol said:
EDIT: Im dumb xD
Click to expand...
Click to collapse
hahaha....! one of my top 5 favorite posts of all time! but this statement isnt nexus one development. lol, wrong section

[Q] struggling in all speaker related apps in all roms

I have tried 4-5 diferent roms and in all roms i am getting my music apps(audio+video stock and third party apps, call ringtones) are getting strugle in running with both speaker and headphone mod. Not getting fc anytime. Sometime all related apps runs smoothly and sometime all face struggle zigzag type video/audio. Any help Please.
Is flashing stock firmware help? OR it is purly a hardware related issue.
Will flashing Stock firmware via odin unroot my phone?
Dont have a clue about that, did you try another music player like google mudic?
Sent from my GT-I9100 using xda app-developers app
kona144 said:
Dont have a clue about that, did you try another music player like google mudic?
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Till now not tried Google music. Should I try that?
Right now I am with MIUI 3.9.27 rom. I have three video players (miui +samsung +mxplayer) audia player (stock +poweramp). Everywhere same issue. Already tried ROMS( Xtreme(AOKP BASE); teamxd v4, v5(Stock Based); MIUI v5 2.9.6 and now 2.9.27).
Try it you dont have anything to lose. And the mod is from http://forum.xda-developers.com/showthread.php?t=2302748 site right?
Sent from my GT-I9100 using xda app-developers app
kona144 said:
Try it you dont have anything to lose. And the mod is from http://forum.xda-developers.com/showthread.php?t=2302748 site right?
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Actually extra volume boost link given by you is for sony or aosp roms and for increse in volume. I have different issue. My audio/video are not running smoothly even ringtone when anyone calls me. So i would not like to try that. I have tried Google play music app. and actually right now all related apps are working fine so that also works fine. I will reply about Google music app when I get the issue again.
Okay. You said something about a sound mod so I looked for it.
Sent from my GT-I9100 using xda app-developers app
kona144 said:
Okay. You said something about a sound mod so I looked for it.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
yes. and same issue comes in all roms so i think it may be some hardware related issue Or some error which is not getting solved after rom changing also. As you suggested to someone in other thread "strong bootloop" to use script "to remove parts of the phone that may be can make some isues with the ROM that you are flashing" , Can i use that type of thing. If so please provide a link for i9100g.
Actually problem starts as:
I was with teamxd rom(samsung based). My memory get filled and i could not delete any file by file manager(ES). I made a factory reset and device got bootloop. Then I install the same Rom again with full wipe. After that i am with this problem in all roms.
siwach said:
Actually problem starts as:
I was with teamxd rom(samsung based). My memory get filled and i could not delete any file by file manager(ES). I made a factory reset and device got bootloop. Then I install the same Rom again with full wipe. After that i am with this problem in all roms.
Click to expand...
Click to collapse
I actually dont know what is wrong maybe is what you say error or a bug. And the i9100g I think that it uses almost exact hardware thing that i9100 has the only difference is the nfc.
Sent from my GT-I9100 using xda app-developers app
kona144 said:
I actually dont know what is wrong maybe is what you say error or a bug. And the i9100g I think that it uses almost exact hardware thing that i9100 has the only difference is the nfc.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Ok i have applied stock firmware via odin. It unroot my phone. It seems the audio/video struggle issue get solve. Let i try some different type of video/audio formats and reply tomorrow.
not solved after stock firmware
siwach said:
Ok i have applied stock firmware via odin. It unroot my phone. It seems the audio/video struggle issue get solve. Let i try some different type of video/audio formats and reply tomorrow.
Click to expand...
Click to collapse
Still I have same problem after stock firmware via odin. All audio/video apps not running smoothly half of the time.
siwach said:
Still I have same problem after stock firmware via odin. All audio/video apps not running smoothly half of the time.
Click to expand...
Click to collapse
I found the main reason why audio/video is not running smoothly. I cleaned usb prot and now when I am applying charger there is no issue as soon as i remove the usb cable running audio/video apps getting struggle.
siwach said:
I found the main reason why audio/video is not running smoothly. I cleaned usb prot and now when I am applying charger there is no issue as soon as i remove the usb cable running audio/video apps getting struggle.
Click to expand...
Click to collapse
You might need to change the USB flex board then. Cheap & easy. Click the link in my signature, from there you can access a guide by @keithross39, where it's explained how to DIY if you choose. Pay careful attention though, there's 4 different versions (revisions) of the board itself, you need the correct one or you'll get issues. Else, just take it to a service centre/local shop to get it replaced.
Hopper8 said:
You might need to change the USB flex board then. Cheap & easy. Click the link in my signature, from there you can access a guide by @keithross39, where it's explained how to DIY if you choose. Pay careful attention though, there's 4 different versions (revisions) of the board itself, you need the correct one or you'll get issues. Else, just take it to a service centre/local shop to get it replaced.
Click to expand...
Click to collapse
I have taken it to local shop and he is saying it is not usb problem. Your phone not taking so much load to play audio/video. After applying charger it get more power and then it works fine. He take my phone for one day. I suggest him please change usb port first. If that not works then try to find solution according to you.
Where I can get USB flex board in india(anyone please help). I tried to find on ebay but not succeed. There is someone whose motherboard is dead. Remaining everything is working. But his phone is I9100 and mine is I9100g. Are the remaing hardwares are same in both. Will his USB board works in mine
siwach said:
I have taken it to local shop and he is saying it is not usb problem. Your phone not taking so much load to play audio/video. After applying charger it get more power and then it works fine. He take my phone for one day. I suggest him please change usb port first. If that not works then try to find solution according to you.
Where I can get USB flex board in india(anyone please help). I tried to find on ebay but not succeed. There is someone whose motherboard is dead. Remaining everything is working. But his phone is I9100 and mine is I9100g. Are the remaing hardwares are same in both. Will his USB board works in mine
Click to expand...
Click to collapse
I would ordinarily say it isn't either. I don't know if it's not that. Regardless, it sounds like you need a new one anyway. Let us know how you go with the repair shop.
As far as I know, the i9100g one will not be compatible with the i9100, as the hardware is different. I don't know how to buy one for an i9100g, I would have said ebay but other than that, I'm not too sure. Sorry to not be of much help.
Hopper8 said:
I would ordinarily say it isn't either. I don't know if it's not that. Regardless, it sounds like you need a new one anyway. Let us know how you go with the repair shop.
As far as I know, the i9100g one will not be compatible with the i9100, as the hardware is different. I don't know how to buy one for an i9100g, I would have said ebay but other than that, I'm not too sure. Sorry to not be of much help.
Click to expand...
Click to collapse
Thanks a lot for this kind conversation.
siwach said:
Thanks a lot for this kind conversation.
Click to expand...
Click to collapse
No problem mate. Let us know if you have any success
Sent from a galaxy far, far away

[Q]Intermittent loud scratch noise during calls after Cyanogenmod 10 + Generic IMEI

Hello everyone, I hope you guys can shed some light on my problem, I would really appreciate it. I searched the forum and found a workaround for the IMEI problem that did not work for me. And I found nothing regarding the loud noise during calls. So I decided to post to get some help.
Problem 1
I have a Samsung Galaxy S GT-I9000B from Brazil unlocked from the store. Three days ago I decided to update my system (2.2) to the CM10.0.0 (4.1.2). After much sweat and hassle I discovered how do it properly with the right files. So, I flashed 2.3.3 and then CM10 and it seemed to work properly until I found out my IMEI had been corrupted. I tried the solution I found but it didn't work because on step #5 I don't find the file named ".nv_data", just "nv_data.bin.md5". I tried copying just the other but in the end it doesn't change my IMEI back. I still have a generic IMEI but it is not affecting the signal of my phone, I can still make and receive calls, but I would like to get it properly working. When I flash android 2.2 it restores my IMEI.
Problem 2
My other problem is that I keep getting these really loud and intermittent scratch noises during calls after flashing CM10. Right now I am using a dutch SIM for I live in the netherlands. Maybe that is important to mention. But I had been using android 2.2 here all along with no problems. After CM10 I get these sudden short bursts of noise during my calls. The other person can barely hear it but I hear it loudly. It's really annoying. I have no idea what is causing it or how I can fix it.
Can you guys help me out with this one?!
Thank you,
Henry
Why don't you try another rom and see if the issue persists?
CtrlAltDelIrl said:
Why don't you try another rom and see if the issue persists?
Click to expand...
Click to collapse
Do you mean another version of the CM10? Is there antoher version of it? On android 2.2 and 2.3.3 it was working flawlessly. I don't know what happened to the calls with this noise.
On the other hand, I know the IMEI problem is because of the ROM for sure. Just don't know how to fix it.
Babysaur said:
Do you mean another version of the CM10? Is there antoher version of it? On android 2.2 and 2.3.3 it was working flawlessly. I don't know what happened to the calls with this noise.
On the other hand, I know the IMEI problem is because of the ROM for sure. Just don't know how to fix it.
Click to expand...
Click to collapse
I'm sure there is more than one, yes. Why don't you post this in the galaxy forums where you'll grab the attention of users with the same phone?
CtrlAltDelIrl said:
I'm sure there is more than one, yes. Why don't you post this in the galaxy forums where you'll grab the attention of users with the same phone?
Click to expand...
Click to collapse
I tried searching for it and surprisingly did not find. Found s4, s3, s2, ace and so on, but not galaxy s. I thought it was quite tricky finding the right place, maybe I was looking in the wrong one?
Babysaur said:
I tried searching for it and surprisingly did not find. Found s4, s3, s2, ace and so on, but not galaxy s. I thought it was quite tricky finding the right place, maybe I was looking in the wrong one?
Click to expand...
Click to collapse
http://forum.xda-developers.com/galaxy-s-i9000
CtrlAltDelIrl said:
http://forum.xda-developers.com/galaxy-s-i9000
Click to expand...
Click to collapse
Feeling reeeeally stupid right now
Thanks for the link!:highfive:

AS985 Firmware on VS985 to unlock fm radio

I was wondering is anyone has tried to flash the kdz for the AS985 on the VS985 since they are virually the same phone just the AS985 doesn't have the verizon bloat and has the fm radio enabled
The AS model is for ACG (associated carrier group) which is a US CDMA cellular group with cellcom listed as the primary cellphone company which uses verizon towers so the radios are the same. it is the same phone just without the verizon bloat.
Can anyone send me the KDZ for this phone?
Bump
Bump bump..
Come on guys I'm onto something.. We will have firmware without verizon meddling with it and an fm radio
Flash it and see if you brick.
bigshotrob22 said:
Flash it and see if you brick.
Click to expand...
Click to collapse
I dont have the firmware to flash
Find it and flash it.... You might have to flash our boot.IMG for it to boot though not a pro!!!!
Sent from my LG-VS985 using XDA Free mobile app
blap017 said:
Find it and flash it.... You might have to flash our boot.IMG for it to boot though not a pro!!!!
Sent from my LG-VS985 using XDA Free mobile app
Click to expand...
Click to collapse
I'm trying to find it and when I do I will flash it and if all goes well it can be a break through for getting the legit non verizon modified version of android for our phones
assuming the vs985 has the radio chip and it's just not enabled, all that would really be necessary is to figure out the change that needs to be made to turn on the radio.
The Bionic (xt875) for instance had a chip that was totally capable of receiving gsm bands, all it took was figuring out some firmware radio edits to enable it, and some APN changes. After that you could pop in a tmobile sim card and be up and running on tmobile instead of verizon. This may be a similar situation. Flashing the entire rom sounds dangerous, but you may be able to pull and flash just the bits you need to get the radio to work.
Step one would be determining that there is even an fm radio in the to enable. Haven't foudn much for teardowns of this device, but if you find one take a close look at all the chips and look them up.
theistus said:
assuming the vs985 has the radio chip and it's just not enabled, all that would really be necessary is to figure out the change that needs to be made to turn on the radio.
The Bionic (xt875) for instance had a chip that was totally capable of receiving gsm bands, all it took was figuring out some firmware radio edits to enable it, and some APN changes. After that you could pop in a tmobile sim card and be up and running on tmobile instead of verizon. This may be a similar situation. Flashing the entire rom sounds dangerous, but you may be able to pull and flash just the bits you need to get the radio to work.
Step one would be determining that there is even an fm radio in the to enable. Haven't foudn much for teardowns of this device, but if you find one take a close look at all the chips and look them up.
Click to expand...
Click to collapse
This has nothing to do with gsm.. Our VS985 is already gsm enabled. I know this because I had a Net10 AT&T SIM in my phone and it worked just fine but then I switched to Net10 Verizon because AT&T has terrible service. Anyways all smarphones have an fm radio chip in them it's just the carriers except sprint disable them. That way you have to use your data to listen to music which runs your data down fast causeing overages and more money going to the carriers.
I'm trying to make it so we have more freedom when it comes to OUR devices
There is an fm radio chip on the Verizon phone. Debate if actually powered or antenna is connected. No one's managed to turn it on yet, and it's been looked at by a couple of developers. Firmware might be needed - the right firmware and configuration files could be present, but I don't know for sure how similar the two phones are. If the partitions are different, for example, the kdz will almost certainly fry your phone. I do believe the devs can extract from a kdz and take a look though. Or an image dump.
macdaddie87 said:
This has nothing to do with gsm..
Click to expand...
Click to collapse
I know that.
It was an example of an instance (hence the words "for instance")where a disabled function was re-enabled.
This was done by using the leaked motorola radiocomm tools to edit a single 16 digit item in the NV of the radio firmware, which was later refined down to a simple flashable zip file
I'm trying to help you, don't be daft.
---------- Post added at 03:40 PM ---------- Previous post was at 03:14 PM ----------
danaff37 said:
There is an fm radio chip on the Verizon phone. Debate if actually powered or antenna is connected. No one's managed to turn it on yet, and it's been looked at by a couple of developers. Firmware might be needed - the right firmware and configuration files could be present, but I don't know for sure how similar the two phones are. If the partitions are different, for example, the kdz will almost certainly fry your phone. I do believe the devs can extract from a kdz and take a look though. Or an image dump.
Click to expand...
Click to collapse
yeah, apparently this territory has been covered already.
http://forum.xda-developers.com/verizon-lg-g3/general/fm-radio-vs985-t2977483
I'm never rooting for someone to brick their phone......but maybe sometimes it's the best thing that could happen. So by all means if you can even get lg flash tool to flash an incorrect kdz on your phone, please do. But make sure you report back so we know how it went.
theistus said:
I know that.
It was an example of an instance (hence the words "for instance")where a disabled function was re-enabled.
This was done by using the leaked motorola radiocomm tools to edit a single 16 digit item in the NV of the radio firmware, which was later refined down to a simple flashable zip file
I'm trying to help you, don't be daft.
---------- Post added at 03:40 PM ---------- Previous post was at 03:14 PM ----------
yeah, apparently this territory has been covered already.
http://forum.xda-developers.com/verizon-lg-g3/general/fm-radio-vs985-t2977483
Click to expand...
Click to collapse
Ok I get what your saying but without the AS985 firmware we don't have the code to work with plus I am not only trying to get the radio working but also a boot loader that has fastboot included with it. Since verizon didn't modify this variant it should still have the fastboot in the boot loader. In other words this is a unVERIZONfied version of our phone
danaff37 said:
There is an fm radio chip on the Verizon phone. Debate if actually powered or antenna is connected. No one's managed to turn it on yet, and it's been looked at by a couple of developers. Firmware might be needed - the right firmware and configuration files could be present, but I don't know for sure how similar the two phones are. If the partitions are different, for example, the kdz will almost certainly fry your phone. I do believe the devs can extract from a kdz and take a look though. Or an image dump.
Click to expand...
Click to collapse
Check this out and tell me how similar they are.. http://www.mylgphones.com/lg-g3-vs985-for-verzion-wirelesss-pass-through-the-fcc.html
macdaddie87 said:
Check this out and tell me how similar they are.. http://www.mylgphones.com/lg-g3-vs985-for-verzion-wirelesss-pass-through-the-fcc.html
Click to expand...
Click to collapse
That didn't say anything about partition set up, specific radio chips, etc. They may be very similar. If we could get a fastboot that would be great though, plus maybe some if the extra ROM features Verizon removed, Plus maybe the fm radio...
danaff37 said:
That didn't say anything about partition set up, specific radio chips, etc. They may be very similar. If we could get a fastboot that would be great though, plus maybe some if the extra ROM features Verizon removed, Plus maybe the fm radio...
Click to expand...
Click to collapse
There's only one way to find out and that is to get the kdz.. Some Chinese website has one for what ever reason but I don't know Chinese to sign up and see the download link
macdaddie87 said:
There's only one way to find out and that is to get the kdz.. Some Chinese website has one for what ever reason but I don't know Chinese to sign up and see the download link
Click to expand...
Click to collapse
whats the site link?
bweN diorD said:
whats the site link?
Click to expand...
Click to collapse
here it is..http://bbs.gaodi.net/forum.php?mod=viewthread&tid=667930&extra=page%3D1&mobile=2
macdaddie87 said:
here it is..http://bbs.gaodi.net/forum.php?mod=viewthread&tid=667930&extra=page=1&mobile=2
Click to expand...
Click to collapse
Says the link to the file is down.
I'll look around more when I get home later.

Android Area 51 Down?

Hi everyone I've been trying to check out some Samsung Galaxy Centura ROMs and I know there are some cool ones on Android Area 51 but this whole week it the site seems to have been down. Does anyone know whats going one?
Same story here. Been trying to get on since December. I've been looking for that ARC1.3.zip - if anyone has it I'd appreciate it. That's all I need.
edit: I just got it through a direct link in the Idiot's Guide to rooting centura PDF
So...does anyone actually know what has become of Androidarea51 ??
I've been trying to access that site for some time now and it always fails to load.
Not sure what happened at AA51. They are the reason I got into Android and modding. They covered a lot of the lower-end devices.
In any event, if anyone needs files for the devices I worked on or kept for one reason or another I have files for Lg Optimus Fuel L34C, Lg Optimus Q/Net, ZTE Roamer/Merrit, Samsung Galaxy Proclaim/Illusion, Samsung Galaxy Core Prime/Prevail LTE, and I may still have some files for ST Galaxy S3. (which uses Verizon ROMs and recoveries)
Hit me up if you need anything for these devices.
Sent from my KYOCERA-C6745 using Tapatalk
Thanks for replying RealWelder.
For me AA51 -and- the LG L34C together were what made for a great turning point in my own Android adventures.
I needed a decent low-end device for wifi uses only - and the L34C went on sales for $5 & $10 & I was lucky enough to grab a couple.
If I'd known how good those little phones really were, I'd have gotten 1/2 dozen of them while they were so cheap & still wish I could find a few more to buy cheaply someplace, really !!
Best Wishes.
vtsnaab said:
Thanks for replying RealWelder.
For me AA51 -and- the LG L34C together were what made for a great turning point in my own Android adventures.
I needed a decent low-end device for wifi uses only - and the L34C went on sales for $5 & $10 & I was lucky enough to grab a couple.
If I'd known how good those little phones really were, I'd have gotten 1/2 dozen of them while they were so cheap & still wish I could find a few more to buy cheaply someplace, really !!
Best Wishes.
Click to expand...
Click to collapse
I still have a fuel, but my daughter plays her games on it. Lol. If you are interested in modding your fuels out I got some cool stuff I could share. I've been modding my Tab3, I've went through it and made all the text appearances and icons colorable via color pickers and a RomControl app.
Check out tdunham's Unified TouchWiz mods thread. It is mostly for Samsung's but a lot of the mods are "self-sufficient" so they should work on any device.
Sent from my KYOCERA-C6745 using Tapatalk
My couple of those were slightly modded with the AA51 ROM so as to be rooted & de-krapified.
They get used as terrific MP3 players & GPS units.
If I ever come across a couple more I'll look into making more mods.
For actual cellular uses my favourites are the Kyocera Hydro Icon & the LG Volt - both of which cost around $20 & really satisfy all my phone type needs - also rooted & de-krapified, of course.
There's Android stuff I want to use on the bigger screen - that is my present desire, and I'm hoping for that purpose that Anbox matures quickly.
I know there are other ways to do this, but that one looks most promising for Linux users right now.
Thanks and Best Wishes.
End of the golden age of Android
So sad. First Cyanogenmod site gone, now this. Android hobbyists were edged out by the new compiling method of LP (among other things) and seemed to be a slippery slope of grass-roots support for the platform. Large swaths of the xda forums have become ghost towns.
Not sure if your still trying to find arc1.3 but if my mind serves me correctly I may have it saved to either my laptop or one of my flash drives. I will have to look for it because I had all the aa51 roms for the galaxy Centura as I still have one floating around somewhere with a busted outer glass running arc.
RealWelder said:
Not sure what happened at AA51. They are the reason I got into Android and modding. They covered a lot of the lower-end devices.
In any event, if anyone needs files for the devices I worked on or kept for one reason or another I have files for Lg Optimus Fuel L34C, Lg Optimus Q/Net, ZTE Roamer/Merrit, Samsung Galaxy Proclaim/Illusion, Samsung Galaxy Core Prime/Prevail LTE, and I may still have some files for ST Galaxy S3. (which uses Verizon ROMs and recoveries)
Hit me up if you need anything for these devices.
Sent from my KYOCERA-C6745 using Tapatalk
Click to expand...
Click to collapse
I need odin files for the Proclaim/Illusion please
kylelwalker1990 said:
I need odin files for the Proclaim/Illusion please
Click to expand...
Click to collapse
Uploading you a zip right now, I'll post when finished.
It has cwm, twrp, root, return to stock, meid fix, and cwm loop fix. [DO NOT factory reset from Settings, or you'll have to flash loop fix(stock recovery) and then reflash your custom recovery.]
Here you go.
https://drive.google.com/open?id=0B3XczzpnAnvwQWM4Yl8wazRJMXc @kylelwalker1990
Sent from my XT1609 using Tapatalk
Hey all,Android Area 51 is on Facebook.
boogersugar said:
Same story here. Been trying to get on since December. I've been looking for that ARC1.3.zip - if anyone has it I'd appreciate it. That's all I need.
edit: I just got it through a direct link in the Idiot's Guide to rooting centura PDF
Click to expand...
Click to collapse
Is there any way you could uploaded me a copy of TWRP or whatever custom recovery you have for the Centura? I have a buddy needing the recovery.
Update: I got ahold of a cwm for it. It works but doesn't mount all partitions correctly...is this what you have also?
Sent from my XT1609 using Tapatalk
Does anyone have custom ROM for centura? I tried flashing one but all I get is a black screen
---------- Post added at 02:19 AM ---------- Previous post was at 02:12 AM ----------
For any one else interested in the github respitory here it is https://github.com/cmotc/android_product_samsung_centura/tree/master/ROM it has a cwm recovery and a custom kernel image but when flashing results in a black screen
Devmountsu77 said:
Does anyone have custom ROM for centura? I tried flashing one but all I get is a black screen
---------- Post added at 02:19 AM ---------- Previous post was at 02:12 AM ----------
For any one else interested in the github respitory here it is https://github.com/cmotc/android_product_samsung_centura/tree/master/ROM it has a cwm recovery and a custom kernel image but when flashing results in a black screen
Click to expand...
Click to collapse
Yep, type this in your browser ftp://asburycctv.mooo.com/
These are all the area51 centura files i have ever downloaded.... not sure how long i will have these shared publicly, so download and repost (say from google drive, or something), as soon as you get to it.
Thanks and good luck!
Was hoping there would be some more recent Centura development myself, bummer all online sources seem to be gone :/
SIDENOTE: These phones make great security cameras using IP Webcam app by the way
https://play.google.com/store/apps/details?id=com.pas.webcam&hl=en
1branchonthevine said:
Yep, type this in your browser ftp://asburycctv.mooo.com/
These are all the area51 centura files i have ever downloaded.... not sure how long i will have these shared publicly, so download and repost (say from google drive, or something), as soon as you get to it.
Thanks and good luck!
Was hoping there would be some more recent Centura development myself, bummer all online sources seem to be gone :/
SIDENOTE: These phones make great security cameras using IP Webcam app by the way
https://play.google.com/store/apps/details?id=com.pas.webcam&hl=en
Click to expand...
Click to collapse
Thanks for the link,its very appreciated.[emoji4]
@RealWelder hey man do you still have stuff for the optimus zone 2? i think its supposedly the same as the fuel or something
NinjaBoyLao said:
@RealWelder hey man do you still have stuff for the optimus zone 2? i think its supposedly the same as the fuel or something
Click to expand...
Click to collapse
I have stuff for the fuel, but not sure about the zone 2. Is it l40c? I've read before that they were the same device, but just on a different carrier (Verizon instead of ST) but idk if they have same bootloader signature. The images had to be "bumped" in order to pass bootloader. You could try, but it would be at your own risk. If you do, share the results so I'll know if they work on it.
https://drive.google.com/file/d/0B3XczzpnAnvwZTNNZFEtQjVlSlk/view?usp=drivesdk
Sent from my XT1609 using Tapatalk
RealWelder said:
I have stuff for the fuel, but not sure about the zone 2. Is it l40c? I've read before that they were the same device, but just on a different carrier (Verizon instead of ST) but idk if they have same bootloader signature. The images had to be "bumped" in order to pass bootloader. You could try, but it would be at your own risk. If you do, share the results so I'll know if they work on it.
https://drive.google.com/file/d/0B3XczzpnAnvwZTNNZFEtQjVlSlk/view?usp=drivesdk
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
I can't do jack **** to this phone man :laugh::crying: It's got that corrupted memory thing going on, i think it got water damage or something. it has the "boot certification verify" error and it shows up as, no ****, 27 different empty/corrupt usb drives when i plug it into my computer, which has the drivers for it and does somehow recognize it
NinjaBoyLao said:
I can't do jack **** to this phone man [emoji23]:crying: It's got that corrupted memory thing going on, i think it got water damage or something. it has the "boot certification verify" error and it shows up as, no ****, 27 different empty/corrupt usb drives when i plug it into my computer, which has the drivers for it and does somehow recognize it
Click to expand...
Click to collapse
I have one on the same condition. There's no fix unfortunately. The bootloader has been tripped.

Categories

Resources