RS_###.log files in /data - Verizon Samsung Galaxy S III

Greetings
I have hundreds of files named RS_###.log in /data, all around 1000 Bytes.
They seem to be generated several times each day. Opening them produces a file with a bunch of numbers (pic)
I don't like it. It reminds me of the HTC logging debacle.
Can someone shed some light on this? My research came up fruitless.
Thank you
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Unknown. I too had hundreds of them. I just did a batch delete.
I am running SlimRom's 4.2.2 Build 7 on the device atm, with lean kernel and crossbreeder.
Now, I literally have ~300 user apps on the phone, so my chance of tracking it down is slim to none, unless there is a 'file monitor' tool that can be used to historize what apps interact with what files (creating another .log file ). Is anyone aware of such a tool?
-t

That would be a good idea.
So no problems after batch delete? Do you do that weekly or something?

Batch delete rocked my system bad. I wouldn't advise that. Good thing I had a nandroid

I have 41 of them in my /data folder, all dated 2013/07/12. I didn't do anything special to the phone at all that week because we were on vacation, so I don't know what might have generated those files.
Stock rooted mf1.
<Don't ask me how I sent this>

HeadlessPonch said:
I have 41 of them in my /data folder, all dated 2013/07/12. I didn't do anything special to the phone at all that week because we were on vacation, so I don't know what might have generated those files.
Stock rooted mf1.
<Don't ask me how I sent this>
Click to expand...
Click to collapse
I have >200. Many from July 29. Not sure the significance of that date either.
Also surprised this thread isn't blowing up...

I've got a bunch of them too. Had two files created today, both with the same time. I checked the file properties and it shows the "owner" and "group" as camera, which is kinda scary. Makes me wonder what the camera is up to. My pictures are backed up to Google+, so I thought maybe it had something to do with that, but the oldest file was created on 7/30/13 and I've been backing up pictures a lot longer than that. I hate not knowing why these are being created.
Sent from my SCH-I535 using xda app-developers app

Bump

I've Googled RS log every way I can think of. The only thing I could come up with is an rs debugging log, which, according to Google, has something to do with app development and should be turned off before an app is released. Unless it is a really popular app, I doubt all of us downloaded or updated the same app unless it was a Google app. They have released a bunch of updates lately: maps, play store, play services, hangouts, etc. And we all know all the updates worked perfectly! At least some of those apps use the camera, so that could tie in. Or maybe it had absolutely nothing to do with any of this and I just lost 5 minutes of my life typing this :sly:
Sent from my SCH-I535 using xda app-developers app

OK, I think I may have something, but maybe someone else can try this to confirm it. Looks like it is Google Hangouts. Anytime i start a video call the file rs_0.log, rs_1.log, rs_11.log, are written too. Also there are files named cam_socket0 and cam_socket1 in /data. If I only use the front facing camera then cam_socket1 is written too. If I switch to the rear camera then cam_socket0 gets written to also. I've made 4 video calls this morning just to try it, every time I would then check the file properties and the access date and time matched when I made the call. I'm assuming it is renaming all the log files so that rs_0 is always the latest. If someone else can confirm this that would be great.
Sent from my SCH-I535 using xda app-developers app

roaddog665 said:
OK, I think I may have something, but maybe someone else can try this to confirm it. Looks like it is Google Hangouts. Anytime i start a video call the file rs_0.log, rs_1.log, rs_11.log, are written too. Also there are files named cam_socket0 and cam_socket1 in /data. If I only use the front facing camera then cam_socket1 is written too. If I switch to the rear camera then cam_socket0 gets written to also. I've made 4 video calls this morning just to try it, every time I would then check the file properties and the access date and time matched when I made the call. I'm assuming it is renaming all the log files so that rs_0 is always the latest. If someone else can confirm this that would be great.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
hmm...i've never used google hangouts...

Hmm... Well... I'm still thinking it has something to do with apps interacting with the camera. But chasing it/them down may be difficult. I just get worried about the camera being used without me knowing it.
Sent from my SCH-I535 using xda app-developers app

roaddog665 said:
Hmm... Well... I'm still thinking it has something to do with apps interacting with the camera. But chasing it/them down may be difficult. I just get worried about the camera being used without me knowing it.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
or the feds remotely switching your phone mic and camera. That was in the news the other day.
On another note, I just reflashed a clean install and haven't taken any pictures yet. ALSO...no RS log files yet. You may be on to something my friend...

Lol, well if it's the feds I'll have to give them some special pics! I'm probably already on some watch list anyway, so what the heck.
I took some pictures and it didn't change the rs log, so I'm thinking it is other apps accessing the camera. I know it happens with hangouts but there maybe more. I'm guessing it's something of google's and probably fairly harmless, but would still like to know.
Sent from my SCH-I535 using xda app-developers app

Speaking of "still," I'm "still" baffled by why nobody else has brought this up........

I've seen these too. No idea what causes them. They can get quite numerous.
I just use:
Code:
rm -Rf /data/RS_*.log
They don't seem to cause any problems, but I still wonder what the heck they are.
TA,
ALQI

alquimista said:
I've seen these too. No idea what causes them. They can get quite numerous.
I just use:
Code:
rm -Rf /data/RS_*.log
They don't seem to cause any problems, but I still wonder what the heck they are.
TA,
ALQI
Click to expand...
Click to collapse
Worked like a charm! Thanks for that bit of code.
BTW, I don't use hangouts and I had them too.
Sent from my Ktweaked PACmaned SGS3!

alquimista said:
I've seen these too. No idea what causes them. They can get quite numerous.
I just use:
rm -Rf /data/RS_*.log
They don't seem to cause any problems, but I still wonder what the heck they are.
TA,
ALQI
Click to expand...
Click to collapse
Can I do that from terminal emulator on the phone?

I did 2 video calls through Hangouts last night and I still have just the files from July 12. The cam_socket files were created at about the time of the calls though.
<Don't ask me how I sent this>

Well, I guess my hangouts theory is getting blown out of the water. every time I use hangouts I get an updated rs log file, however, I also get them if I haven't used hangouts.
Sent from my SCH-I535 using xda app-developers app

Related

picasa issues on sensation / also phone call issues

Anyone else have an issue with picasa?
when i upload pics they only upload about 75% of the pic then say completed
is anyone else having that issue?
second issue: when i try to make a phone call and it asks me with out without Google voice, sometimes after i make my selection that same screen will continuously pop up. i will back up select another number and the issues is gone, but when i go back to that original number i was trying to call... same issue...
???
Im having the Picaso issues, but a little different than you.
I have two Gmail accounts and only sync contacts and Picaso for each account.
Only the pictures from my main gmail account sync, and I cant view half of those.
The others don't sync at all..
I've been using picasa tool as a work around but it would be nice to have tings work like they should.
mrfisch13 said:
Anyone else have an issue with picasa?
when i upload pics they only upload about 75% of the pic then say completed
is anyone else having that issue?
second issue: when i try to make a phone call and it asks me with out without Google voice, sometimes after i make my selection that same screen will continuously pop up. i will back up select another number and the issues is gone, but when i go back to that original number i was trying to call... same issue...
???
Click to expand...
Click to collapse
Same here. Not sure why. I actually did a master reset because initially the gallery couldn't upload to begin with. After a master reset, the upload function worked and the pics uploaded without an issue. Come Friday where I was taking pics for the bodyglove case/kickstand thread and I the pics uploaded but only 75% uploaded as complete same as you. I just used dropbox to upload instead as a workaround for now.
As for google voice, do you have the settings to either not use gv for any outgoing calls or int'l calls. Just make sure it's not for EVERY call. If that still doesn't work, just clear all the defaults and reopen GV and establish your settings.
kpjimmy said:
Same here. Not sure why. I actually did a master reset because initially the gallery couldn't upload to begin with. After a master reset, the upload function worked and the pics uploaded without an issue. Come Friday where I was taking pics for the bodyglove case/kickstand thread and I the pics uploaded but only 75% uploaded as complete same as you. I just used dropbox to upload instead as a workaround for now.
As for google voice, do you have the settings to either not use gv for any outgoing calls or int'l calls. Just make sure it's not for EVERY call. If that still doesn't work, just clear all the defaults and reopen GV and establish your settings.
Click to expand...
Click to collapse
i have it set to ask
and you use the dropbox folder on picasa?
Any ideas; when I go to the picasa web folder in gallery and try to load a picture any picture from any web folder the screen just strobe lights and won't load anything.
mrfisch13 said:
i have it set to ask
and you use the dropbox folder on picasa?
Click to expand...
Click to collapse
No no heh....I used dropbox to upload the pics wirelessly and then go to any computer work or home to download it to the workstation. Once downloaded go to picasaweb and upload the pics there.
I was making sure the pics were coming out correctly and narrowing down if the upload problem was just the phone and not picasa's issue.
Atrix27 said:
Any ideas; when I go to the picasa web folder in gallery and try to load a picture any picture from any web folder the screen just strobe lights and won't load anything.
Click to expand...
Click to collapse
I had that happen when I deleted my cache and tried to go back into the gallery. I couldn't figure out what happened so I did a master reset to get my google info registered on the phone again, kinda like a data wipe. I don't have much apps so restoring 30 apps from the market was a breeze especially when the phone restored most of them for me.
I also can not correctly upload pictures to picasa. The pictures show up as the correct pixel size (2448×3264) but the lower 66-75% is all gray.
I opened a ticket with t-mobile but they are f-tards.
Is this anyones first android phone? I wonder if by some slim chance some setting is getting synced from my old G1.
We wouldn't be having this issue if the bootloader wasn't locked.
Just uploaded 22 pictures from the device , the last 2 images are grey in the lower portions of the image.
The rest are fine , very odd
Atrix27 said:
Any ideas; when I go to the picasa web folder in gallery and try to load a picture any picture from any web folder the screen just strobe lights and won't load anything.
Click to expand...
Click to collapse
i have this issue too now
mrfisch13 said:
i have this issue too now
Click to expand...
Click to collapse
Only solution I found was to factory reset the damn phone lol....I had to basically sign in from scratch. Anyone know where the htc gallery cache folder is located?
npoc said:
I also can not correctly upload pictures to picasa. The pictures show up as the correct pixel size (2448×3264) but the lower 66-75% is all gray.
I opened a ticket with t-mobile but they are f-tards.
Is this anyones first android phone? I wonder if by some slim chance some setting is getting synced from my old G1.
We wouldn't be having this issue if the bootloader wasn't locked.
Click to expand...
Click to collapse
Same here ... I just uploaded about 15 pics to picasa and all of them were gray on the bottom half. Major bummer. Never had this issue with my stock nexus one or cm nexus one. I spent a lot of time getting pics off my phone wirelessly and uploaded to picasa. Fix this PLEASE HTC/tmobile! Or better yet bring us root so it can get fixed via the awesome dev community.
Sent from my HTC Sensation 4G using Tapatalk
kpjimmy said:
Only solution I found was to factory reset the damn phone lol....I had to basically sign in from scratch. Anyone know where the htc gallery cache folder is located?
Click to expand...
Click to collapse
yep it worked
im just not gonna install crap on my phone lol
Atrix27 said:
Any ideas; when I go to the picasa web folder in gallery and try to load a picture any picture from any web folder the screen just strobe lights and won't load anything.
Click to expand...
Click to collapse
I have that issue but only in 1 of the folders in Picasa, the rest are fine.
Im going to test out gallery3d from the market. I used it with my n1 without real problems and I know where the damn cache is for that folder lol....
EDIT: Confirmed. Gallery3d upload works...for me anyway. I figured I'd try using that gallery to see if it worked after my factory reset, and it does.
npoc said:
I also can not correctly upload pictures to picasa. The pictures show up as the correct pixel size (2448×3264) but the lower 66-75% is all gray.
I opened a ticket with t-mobile but they are f-tards.
Is this anyones first android phone? I wonder if by some slim chance some setting is getting synced from my old G1.
We wouldn't be having this issue if the bootloader wasn't locked.
Click to expand...
Click to collapse
This must be a sence issue because I've had thoese problems on sense roms on G2 with various sense roms over the last 6 months.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
mrfisch13 said:
yep it worked
im just not gonna install crap on my phone lol
Click to expand...
Click to collapse
so i have no issue uploading after a factory reset but my gallerys still blink when i try to look at pics
I still have issues after a factory reset. Now I'm starting to wonder if it has something to do with some setting that is getting stored in the cloud. Basically I had a G1, that I used with picasa a ton, now I'm wondering if there is some setting in the cloud that gets pulled down when I first log in after a factory reset during the sync.
I moved to using "Picasa Tool" for now, but I have a bug open with T-mo and HTC on the issue.
For some reason i can only view the albums in which i uploaded pics on my sensation from and no other albums..
Phone thinks they are complete but Picasa only has 75% of it... Example:
https://picasaweb.google.com/general...45919237194850

TextHer - P2P serverless messaging app for Android

Today I am launching TextHer app which enables users of android phone to communicate privately and securely between them.
TextHer
It is a peer to peer (serverless) messaging app where the messages are directly sent from one phone to another without being routed through or stored on any servers.Messages will be not be routed through carrier's server instead it will be directly sent from one phone to another using data connection.
https://play.google.com/store/apps/details?id=com.spacenext.texther
Sending a message:
To send a message to another phone just type the primary gmail address of the phone,type your message and send it.
For example my phone's primary account is [email protected],Just type the mail address or just the account name(ramanean) and send a message
Features
1.No Registration is required and Free unlimited messages.
2.Secure/Instant communication between any two individuals
3.Instant Delivery of messages (unless the other phone doesn't have a working data connection)
4.Messages are not stored on any servers.they are stored only on your phones.
5."Background Send" option which allows a delivery of messages incase of a failure.
6.Messages are encrypted by AES standards
This app would make it difficult for law enforcement and spy agencies to track what is being communicated between two phones as the messages sent are encrypted by a standard AES algorithm and the messages are not stored on any server.It allows secure communication between two phones without the fear of being tracked for their messages.
Serverless:
It's not entirely serverless as we store the ips on our server and give it to the clients which enables phones to connect with each other. And I have plans to come out with another version which would never involve a server.
I hope I would get a constructive review on your site.Please let me know whether you need any extra information
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Perfect for terrorists! Lol
Sent from my GT-I9300 using XDA Premium App
No EVO 3d?
Sent from my PG86100 using xda premium
this is a rather interesting app... thanks!
QBANBOY407 said:
Perfect for terrorists! Lol
Sent from my GT-I9300 using XDA Premium App
Click to expand...
Click to collapse
a) This app won't be available in certain countries in the Middle East and south East Asia!
b) There is too much of snooping around and that's why I have come out with this app
c) On other hand it would help organizations like Occupy Wall Street and people in their protests.It would great help in free speech
MY answer to others who question my app!
Why do you need a intermediate person to message/communicate your loved one? Whether we use a third person to communicate with our loved ones inside our house? The answer is No.. and that is the reason I have come out with this app.
Okay here's what I discovered after a bit of goofing around:
1) You use app for a few minutes and it is impossible to get out. Pressing back keeps bringing you back to previous screen. In a loop.
2) I tried messaging myself. Didn't work.
3) I tried messaging on ramaean. App not installed
4) When I tried messaging to shangce, it force-closed on me.
5) You need to have a more consistent UI. You have used all the colors in rainbow
I don't want to come off as a ****, but if someone wanted to use an app for truly private communication I think they should be asking the following questions:
Could you describe in detail what happens to the text from the time you press Send to when the recipient's phone beeps?
How do we know your servers aren't logging our messages?
Why should we use your app instead of an encryption app?
Please don't take this as an insult to your app or hard work, but they are legitimate concerns for any security related app. I would be much more comfortable if there was an encryption feature.
You got some of the points wrong
a)My mail ID is [email protected] and not "ramnean" (use ramanean)
b)You can click on the home button in the bottom help menu to come out
c)I won't reveal from my that mail address "shangce"
d)I don't know which provider you are using.l
This app will not work if the phone has internal IP's!!
UI :
I need to work a big on UI As I always choose colors wrong
Shan986 said:
You got some of the points wrong
a)My mail ID is [email protected] and not "ramnean" (use ramanean)
b)You can click on the home button in the bottom help menu to come out
c)I won't reveal from my that mail address "shangce"
d)I don't know which provider you are using.l
This app will not work if the phone has internal IP's!!
UI :
I need to work a big on UI As I always choose colors wrong
Click to expand...
Click to collapse
a) I used the correct id. there was a typo in above message. Anyway, this isn't a deal-breaker.
b) I should still be able to come out of an app by pressing back button. Don't you think?
c) Didn't get you.
d) It works after disabling WiFi. My bad.
e) You can try a two-colour theme.
Can someone post the app here? Can't download it as I am in the middle east
Sent from my Nexus S using Tapatalk 2
You could use blue and white as your colors
-----------------------------------------------------
Its so hard to get THANKED these days on XDA.
-----------------------------------------------------
Sent from my HTC Evo 3D running ROMEOS 1.3.4 FINAL
-----------------------------------------------------
My device appears to be incompatible. I'm using LG Optimus One and I'm in Singapore.
Joel Chan said:
My device appears to be incompatible. I'm using LG Optimus One and I'm in Singapore.
Click to expand...
Click to collapse
What's the version of Android you are using?
Ok, so is this still a "NO" for us in the Middle East? Will you post the apk file here or will I have to wait till I get back to India later this month to download it?
Is there some reasoning for barring people based on location? Am pretty sure that:
a) A terrorist is neither in our midst nor that one would be wandering around in the xda forums looking for something they could use.
b) If they are aware of a software such as this they could always get one of their partners in crime to download it from an off site location and mail it to them.
Hope that you will post it here.
Thanks
Paparasee said:
Ok, so is this still a "NO" for us in the Middle East? Will you post the apk file here or will I have to wait till I get back to India later this month to download it?
Is there some reasoning for barring people based on location? Am pretty sure that:
a) A terrorist is neither in our midst nor that one would be wandering around in the xda forums looking for something they could use.
b) If they are aware of a software such as this they could always get one of their partners in crime to download it from an off site location and mail it to them.
Hope that you will post it here.
Thanks
Click to expand...
Click to collapse
I have modified so that it would be available for all countries.Can you check it now?
Paparasee said:
Ok, so is this still a "NO" for us in the Middle East? Will you post the apk file here or will I have to wait till I get back to India later this month to download it?
Is there some reasoning for barring people based on location? Am pretty sure that:
a) A terrorist is neither in our midst nor that one would be wandering around in the xda forums looking for something they could use.
b) If they are aware of a software such as this they could always get one of their partners in crime to download it from an off site location and mail it to them.
Hope that you will post it here.
Thanks
Click to expand...
Click to collapse
Yea that sounds like something a terrorist would say!!!! Hahaha lol jk.. but try an app called 'market enabler' that should help too. It spoofs the market 4 u.
Sent from my LG-P999 using xda premium
Shan986 said:
I have modified so that it would be available for all countries.Can you check it now?
Click to expand...
Click to collapse
Finally got to download it
Will now have to get some friend to install it too to test it!
Paparasee said:
Finally got to download it
Will now have to get some friend to install it too to test it!
Click to expand...
Click to collapse
Remember that the app works only for external ip's it doesn't work for natted ip's (I am trying to fix it)
Send a message to yourself to see that whether it works for you! If you didn't get your own message then it won't work for you as you may on a natted/internal IP
Nice idea, flawed execution. No functionality in any of my tests. Currently attempt to use Redact instead.
Shan986 said:
a) This app won't be available in certain countries in the Middle East and south East Asia!
b) There is too much of snooping around and that's why I have come out with this app
c) On other hand it would help organizations like Occupy Wall Street and people in their protests.It would great help in free speech
MY answer to others who question my app!
Why do you need a intermediate person to message/communicate your loved one? Whether we use a third person to communicate with our loved ones inside our house? The answer is No.. and that is the reason I have come out with this app.
Click to expand...
Click to collapse
Why will it not be available in countries in the Middle East and South East Asia?
Mod edit: Removed.
Sent from ThePureHeart's I9300 Boss Edition

[ROMS] [WIP] ICS AOKP and CM9 Alphas Moto Atrix 2 UPDATED (7/6/12)

Notice: These builds are experimental and most likely not fully, or at all working. Proceed at your own risk.
EDITS:
7/6- changed download link up a directory
7/6- added sd card fix that can be added to a build to allow sdcard use and JRW 28's build.prop to utils folder
This is where I am going to post all my CM9 and AOKP work. Please feel free to pitch in and help out if you can. You can PM me if you want privacy, but I would rather keep most of the discussion open in this thread so that others can see.
What do we have here?
Most if not all of what I will write about here is based on ROMS for other devices that can be found here. These ROMS are not meant to be used as a "daily driver" if you will, but more to be tested and hopefully improved until they work. The hope would be to get the radio working so they could actually be used to make calls.
Versions
I'm dividing the builds up into different categories
1. Nightly- They probably won't actually be nightly, maybe 2 some day and then not 1 for a week, but they are the most cutting edge, and may not even boot. Only nightly builds currently exsist.
2. Release Candidate (RC)- a bit stabler, will work fine, but will still have problems as listed.
Changelog
7/6/12:
Initial releases of AOKP and CM9. both are based of Droid 3 and AOKP appears not to boot
Problems
Here is a list of generic problems, along with ones specific to certain builds. I'll add on to this.
Generic:
1. No radio- This is the big one, no clue how we're gonna fix it
CM9 Nightlies:
1. no sd card
2. no wifi
3. no sound
AOKP Nightlies:
Downloads
All download can be found here: http://www.androidfilehost.com/main/Motorola_ATRIX_2_Developers/lkrasner/
Bug reporting
Please report bugs in this thread and be sure to state the following
1. which version (date +nightly, RC or Stable)
2. What the problem is
3. conditions required for it to occur
4 any other important details.
Example: 7/6/12 nightly no sound only in airplane mode also causing apps to force close when trying to play sound (that is all made up)
Want to help out with fixing? Please PM me or let me know here what you think you can fix, or ask me to give you a job. Thanks!!!
Just in case...
I will look into the taboo world of the RIL.... since I know that is off limits on XDA...
I will communicate anything through PM though, I just wanted to put it in here, so others knew not to discuss this here, and that I was going to see what I can achieve on cracking the RIL.
jimbridgman said:
I will look into the taboo world of the RIL.... since I know that is off limits on XDA...
I will communicate anything through PM though, I just wanted to put it in here, so others knew not to discuss this here, and that I was going to see what I can achieve on cracking the RIL.
Click to expand...
Click to collapse
why is it off limits?
Sent from my MB865 using xda premium
lkrasner said:
why is it off limits?
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Because it has to do with the radio, and opening it up. Modifying or talk of modifying radios, cell unlock, S-off, and hacking free cell service are all off limits on XDA. I am not 100% sure on all of it, so you might check with our mod.
I also sent you a PM too.
About the only thing I can do here is give the correct build.prop setting for CM9/AOKP to work on our phone, and that is the following:
Code:
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hsdpa.category=28
ro.ril.hsupa.catergory=9
What I am going to do is a little more back door and "forcefull" if these setting don't work for anyone who has it loaded or is going to flash it.
right now I can't flash my A2, because I am running another bootloader/kexec type of hack to try to get my unsigned kernel to boot.
This weekend I will try and see what I can do with the actual ro.ril.so files.
Downloaded...can DB for mirrors if anyone needs. May hold off flashing myself until a little more fixing is done. Very excited to see the ball rolling now though. Great job guys...keep it up!
@lkrasner. You sir are bound and determined to get us non stock roms for this phone. Thank you for all of your efforts. I have the weekend off so i will be testing these roms over the next few days to see if i can help in any way. Thanks again.
Sent from my MB865 using xda premium
Here is a modified build.prop that does boot with AOKP if anyone wants to take a look at it
Build.prop
for those that downloaded the link please download this again as I had the wrong build.prop, it has now been corrected !!! My apologies!!!
I really like to thank all of you awesome guys for your so hard,dedicated and superb efforts to keep A2 one of the best and that too with so many many limitations and constrains.
I really salute you guys.God bless you.Keep up the good work.
A virtual cookie from me to all the awesome guys making this forum nice place ^_^
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
JRW 28 said:
Here is a modified build.prop that does boot with AOKP if anyone wants to take a look at it
Build.prop
Click to expand...
Click to collapse
I noticed a few little issues.
1) The following line is in there twice with different numbers:
Code:
persist.ril.mux.noofchannels = 8
persist.ril.mux.noofchannels=9
2) The ro.ril settings are a little different than our "known good" settings:
Code:
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hsdpa.category=28
ro.ril.hsupa.category=9
Try changing the the ro.ril.grpsclass to 12, as in my above post.
These are just the things that so far stand out to me to begin with.
If anyone wants to give them a try and let us know....
Archmag3 said:
I really like to thank all of you awesome guys for your so hard,dedicated and superb efforts to keep A2 one of the best and that too with so many many limitations and constrains.
I really salute you guys.God bless you.Keep up the good work.
A virtual cookie from me to all the awesome guys making this forum nice place ^_^
Click to expand...
Click to collapse
Thanks for the cookie, now go give yourself a treat and eat some virtual cheesecake :silly:
I think I will write up a quick shell script that changes the necessary properties in build.prop so that we can do it to any build and not worry about screwing up other things by totally replacing it.
How should I go about it? sed I guess? any other ideas.
lkrasner said:
I think I will write up a quick shell script that changes the necessary properties in build.prop so that we can do it to any build and not worry about screwing up other things by totally replacing it.
How should I go about it? sed I guess? any other ideas.
Click to expand...
Click to collapse
awk and sed or Perl, since Perl has the interpreters and edit functions for text already built in.
It might be best to just have the script create the correct build.prop no matter what, instead of edit it, that way we know that the correct file gets used, and not some "accidental" flub up that someone might have played with... sort of like a built in recovery so to speak. you can always back up any other versions.
jimbridgman said:
awk and sed or Perl, since Perl has the interpreters and edit functions for text already built in.
It might be best to just have the script create the correct build.prop no matter what, instead of edit it, that way we know that the correct file gets used, and not some "accidental" flub up that someone might have played with... sort of like a built in recovery so to speak. you can always back up any other versions.
Click to expand...
Click to collapse
but won't that be a problem with different builds? isn't the build.prop different for AOKP and CM9 and even for different ones of those possibly?
I would do Perl, but I have never used it in my life, so I would probably screw something up pretty bad, or just take forever to do it.
Rils are modified and created in other forums, so I wouldn't think it would be a problem for us.
Sent from my MB865 using xda app-developers app
gvsukids said:
Rils are modified and created in other forums, so I wouldn't think it would be a problem for us.
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
Knowing Jim, whatever he is trying to do is pretty crazy and really not meant for here, even if some stuff is
Updated OP with download link changed to my root directory so that you can see all my folders.
I will add other things that will be useful on the utils folder.
lkrasner said:
Knowing Jim, whatever he is trying to do is pretty crazy and really not meant for here, even if some stuff is
Click to expand...
Click to collapse
Yes you are right.... I am going to do something that has the possibility that I might have to go rogue and change and release proprietary code in an open format, and that is what is not allowed, and I can't even discuss it here. Anyone who would like more information can PM me.
Here is a rundown on the RIL, and why it is important:
http://www.netmite.com/android/mydroid/development/pdk/docs/telephony.html
We need it to be open source, but it is not, and it is usually propritary code. If I can find an open source version we are in luck and we can compile the CM9 version and just plug it in... otherwise I need to go and hack it.
jimbridgman said:
Yes you are right.... I am going to do something that has the possibility that I might have to go rogue and change and release proprietary code in an open format, and that is what is not allowed, and I can't even discuss it here. Anyone who would like more information can PM me.
Here is a rundown on the RIL, and why it is important:
http://www.netmite.com/android/mydroid/development/pdk/docs/telephony.html
We need it to be open source, but it is not, and it is usually propritary code. If I can find an open source version we are in luck and we can compile the CM9 version and just plug it in... otherwise I need to go and hack it.
Click to expand...
Click to collapse
Jesus, bet your just waiting for you cease and desist letter from Moto... again...
Try not to brick your phone, we need you.
EDIT: LOL!! I was just reading that same article. bet you got it as the first google result of "android ril"
lkrasner said:
Jesus, bet your just waiting for you cease and desist letter from Moto... again...
Try not to brick your phone, we need you.
EDIT: LOL!! I was just reading that same article. bet you got it as the first google result of "android ril"
Click to expand...
Click to collapse
Nope, that is the place where you can get the opensource RIL files and code... that is why I already knew about it... LOL you found it though so you know what I am on to and after here.
LOL, Yeah I expect a few of them to be honest, and I am guessing that once I crack the bootloader and the RSA cipher that a true suit will come... Oh well Moto can bite it...

[ROM][4.3][UNOFFICIAL] CarbonROM epicmtd

About Carbon
CarbonRom is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, PA, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users or ask us in #teamcarbon on freenode IRC.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Carbon Updates
Join us on these Social Media Channels to keep yourself up-to-date on all the latest Carbon news, updates, contests, and more! Join our completely open Google+ community for insider conversation with devs and other users.
Download Carbon
All Carbon downloads and further information such as features, changelog, and FAQ can be found on our goo.im page.
CARBON-JB-UNOFFICIAL-20131009-2208-epicmtd.zip
Changelog
For a detailed changelog, check out the changes made each night here:
Change Log
Support
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has adressed it already. Especially if you're even close to new at this.
2) Read our FAQ, which can be found on our goo.im page linked above. It's new, but expanding fast. Just like us!
3) Ask a question in your device forum. Someone will no doubt try to help you. Warning: this help may come in the form of telling you it's a dumb question that has been asked before. See step 1 - such are the perils of asking questions when you haven't done the research yourself. Android is about helping yourself.
4) Ask a question on our IRC channel. Connect to #teamcarbon on irc.freenode.net or click here. You'll find several other Carbon fans and usually one or more devs as well. Please be polite.
Who is Team Carbon?
Andros11
BigShotRob
Bionic Beast
dg4prez
Kejar31
mattmanwrx
morfic
nocoast
pixeldotz
slick_rick
winner00
Remember, every penny you send to us goes right back into the rom. It's used for hardware, server costs, etc - all the things that help us make Carbon better with every release. Your support means the world to us! If you've enjoyed Carbon, please consider a donation toward this goal. Thank you, and we hope you continue to enjoy Carbon!
​
This is obviously an unofficial build, but it runs great on my phone - and heck it's built on an official Carbon rig, so that's good enough right?
Enjoy folks, let me know if you have any issues.
Use standard gapps for 4.3...
gapps-jb-20130813-signed.zip Mirror #1 Mirror #2
First on the new thread
Sent from my SCH-I500 using xda app-developers app
let's see if this one can make me happy. thanks for the new toy.
Effsi said:
let's see if this one can make me happy. thanks for the new toy.
Click to expand...
Click to collapse
FYI I have noticed that mobile data bug from CM10.2 seems present here... I was on wifi, went out, data would not hook up until I rebooted the device...
Going to doublecheck that I have all the patches needed from 10.2, but I think I do :/
arrrghhh said:
FYI I have noticed that mobile data bug from CM10.2 seems present here... I was on wifi, went out, data would not hook up until I rebooted the device...
Going to doublecheck that I have all the patches needed from 10.2, but I think I do :/
Click to expand...
Click to collapse
The relevant patches that cured this on the CM builds were http://review.cyanogenmod.org/#/c/50036/ and http://review.cyanogenmod.org/#/c/50035/. They are still not merged so you might not have them. If you do have them, then well, I can make sure I'm not using any other random patches.
Sent from my SPH-D700 using xda app-developers app
bbelos said:
The relevant patches that cured this on the CM builds were http://review.cyanogenmod.org/#/c/50036/ and http://review.cyanogenmod.org/#/c/50035/. They are still not merged so you might not have them. If you do have them, then well, I can make sure I'm not using any other random patches.
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
Ah, they are not merged...
Yea, I don't have these. Thanks!
Edit - built, just need to test if this fixed it...
Edit 2 - tested, seems to work. Uploading new build now
There isn't any special gapps package for this, right?
Sent from my SPH-D700 using Tapatalk 2
jeffreyjicha said:
There isn't any special gapps package for this, right?
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
4.3 gapps should be fine.
I'll add that to one of the posts I stole!
Edit - done
for some reason I can't seem to get my phone to get a radio signal outside of wifi. probably just something wrong with my flash... I'll post back eventually when I can reflash if no one else says it works/doesnt work.
Data, calling and texting work fine for me. I sometimes get the same text twice, or I'll be having a conversation and I'll randomly get the other person's previous responses, again. Also, I've noticed the front facing camera doesn't work for me and it hasn't for awhile.
I should add that I've had both of these issues on CM10.1.3.1
Sent from my SPH-D700 using Tapatalk 2
jeffreyjicha said:
Data, calling and texting work fine for me. I sometimes get the same text twice, or I'll be having a conversation and I'll randomly get the other person's previous responses, again. Also, I've noticed the front facing camera doesn't work for me and it hasn't for awhile.
I should add that I've had both of these issues on CM10.1.3.1
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
thanks for that! I was thinking it was on my end.
edit : confirmed data working. reflashed modem in odin and all is well.
jeffreyjicha said:
Data, calling and texting work fine for me. I sometimes get the same text twice, or I'll be having a conversation and I'll randomly get the other person's previous responses, again. Also, I've noticed the front facing camera doesn't work for me and it hasn't for awhile.
I should add that I've had both of these issues on CM10.1.3.1
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Ah, thank you for confirming they are platform bugs.
I'll look into the front cam issue. Not sure about the multiple texts, but I use Google Voice, so I'm probably not the best use case.
I'm loving the active notifications tho!
Edit - so I just ran zDeviceTest, and the front cam worked as expected. Can you tell me where the front cam is failing for you?
arrrghhh said:
Ah, thank you for confirming they are platform bugs.
I'll look into the front cam issue. Not sure about the multiple texts, but I use Google Voice, so I'm probably not the best use case.
I'm loving the active notifications tho!
Edit - so I just ran zDeviceTest, and the front cam worked as expected. Can you tell me where the front cam is failing for you?
Click to expand...
Click to collapse
It just fails in general, like if I open the camera, and try to switch to the front camera, it FC's Gallery and then every time I open gallery or camera after that, it closes. The only thing I can do to use it again is to wipe data for gallery. Also I use Google Voice as well.So idk what the issue is there.
Sent from my SPH-D700 using Tapatalk 2
jeffreyjicha said:
It just fails in general, like if I open the camera, and try to switch to the front camera, it FC's Gallery and then every time I open gallery or camera after that, it closes. The only thing I can do to use it again is to wipe data for gallery. Also I use Google Voice as well.So idk what the issue is there.
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
For the text issue, did you enable Voice+, or are you using the GV app?
I also just tested this - open camera, switch to front camera - I see my ugly mug. Are you dirty flashing?
I did enable Voice+. Also I did a clean flash.
Sent from my SPH-D700 using Tapatalk 2
jeffreyjicha said:
I did enable Voice+. Also I did a clean flash.
Click to expand...
Click to collapse
This is the issue. Voice+ is known to cause problems like duplicate texts... I just use the GV app, I do not enable Voice+ personally and have never had this issue.
As for the front camera issue, perhaps clear cache on the gallery or camera app? That is strange, I can't seem to recreate it.
Well thanks for the info on Voice+. When I try to use the front camera, I usually clear data for it, idk if clearing cache will do anything different, but I'll check anyway.
Edit: Clearing cache does nothing.
Sent from my SPH-D700 using Tapatalk 2
jeffreyjicha said:
Well thanks for the info on Voice+. When I try to use the front camera, I usually clear data for it, idk if clearing cache will do anything different, but I'll check anyway.
Edit: Clearing cache does nothing.
Sent from my SPH-D700 using Tapatalk 2
Click to expand...
Click to collapse
Hm. Can you use that app I mentioned earlier? Z-Device Test. See if the front cam works there...

This "media server" thing is getting ridiculous

I know there have been several threads on this already.
However, today for me it came to a truly ridiculous level.
I had charged fully and unplugged my phone before going to sleep.
Didn't use it this morning.
Now, this morning, I open it up and it's under half battery.
I click the battery in settings and this is what I see:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This was overnight. Nothing running. Just this f***ing media server eating all the battery.
There has to be a solution. Besides rebooting the phone every day.
I don't want to root the phone purely to solve this. Because I know if I do root there are ways to auto kill it and such. But I'd much prefer to keep it unrooted as I have no other need of root and it just seems... excessive.
Can anyone offer any advice? This is nothing to do with media players or whatever. I have no media files on my phone. Only use it for web browsing and games occasionally. The media server is just ...broken. I'm at a loss here, please, contribute your superior knowledge.
Thanks in advance.
I was having that mediaserver wake lock problem also. After rebooting twice a day for a couple days I finally figured out it was due to touch sounds being on. Once I turned touch sounds off I've been getting pretty good battery life with excellent standby.
Sent from my Nexus 7 using xda premium
I've never had touch sounds or lock screen sounds enabled. I checked again and they're off.
Any other ideas?
Media server is a process gg on to keep scanning for the pictures in ur phone. There is a way to disable it and will not harm ur fone. The app is called "Rescan Media Root" u can download it in google play. Open it and press disable. Most of the time the pics will still appear in gallery. If any recent pics u taken in ur camera or anything else is not in ur gallery, just go back to the app and enable it. Wait for arnd 5 mins and disable again.
Sent from my GT-I9300
---------- Post added at 08:14 PM ---------- Previous post was at 08:09 PM ----------
Oh btw. U have to be rooted to use the app
Sent from my GT-I9300
It might be helpful to use an app like Clean Master, SD Maid or similar to nuke your browser and app caches to see if that helps. Sometimes the caches contain media files, and if any of them are corrupted for whatever reason the Media Server is apt to get stuck on them which can cause battery drain.
Tats why i said to use the rescan media root app from google play. It will disable to media server. But yeah its always best to clear the cache anyway for storage space. I use clean master and cleared over 7 gb in total for a few months.
Sent from my GT-I9300
JellyYogurt said:
Tats why i said to use the rescan media root app from google play. It will disable to media server. But yeah its always best to clear the cache anyway for storage space. I use clean master and cleared over 7 gb in total for a few months.
Sent from my GT-I9300
Click to expand...
Click to collapse
The problem is that needs root, and my phone isn't rooted; and the thread about how to root it says it will wipe all data. Except without root titanium backup doesn't work fully and stuff. I just don't want to go there if I can avoid it.
I've got SD Maid now and hopefully that will help...
DryEagle said:
The problem is that needs root, and my phone isn't rooted; and the thread about how to root it says it will wipe all data. Except without root titanium backup doesn't work fully and stuff. I just don't want to go there if I can avoid it.
I've got SD Maid now and hopefully that will help...
Click to expand...
Click to collapse
Rooting will NOT wipe ur data. Only when flashing a custom rom.
Sent from my GT-I9300
---------- Post added at 08:50 PM ---------- Previous post was at 08:45 PM ----------
Look. It doesnt mention anything abt wiping data for rooting. http://forum.xda-developers.com/showthread.php?t=2362743
Sent from my GT-I9300
JellyYogurt said:
Rooting will NOT wipe ur data. Only when flashing a custom rom.
Sent from my GT-I9300
---------- Post added at 08:50 PM ---------- Previous post was at 08:45 PM ----------
Look. It doesnt mention anything abt wiping data for rooting. http://forum.xda-developers.com/showthread.php?t=2362743
Sent from my GT-I9300
Click to expand...
Click to collapse
It will wipe his data because his bootloader isn't unlocked.
@DryEagle
The cache cleaner is a good recommendation. But I suspect you have a rogue app running that should not be running. I think that cleaning program has a task manager also. You should be able to find the source of the issue with that.
Get BetterBatteryStats also.
Samsung does not lock the boot loader for the gs3. Not for the international version.
Sent from my GT-I9300
JellyYogurt said:
Samsung does not lock the boot loader for the gs3. Not for the international version.
Sent from my GT-I9300
Click to expand...
Click to collapse
GS3 is irrelevant here, this is the Nexus 5 forum so it stands to reason the OP is working with an N5.
Sent from my Nexus 7 using xda premium
JellyYogurt said:
Samsung does not lock the boot loader for the gs3. Not for the international version.
Sent from my GT-I9300
Click to expand...
Click to collapse
This is the n5 bro
Sent from my SPH-L900 using xda premium
Oops sry. XD i tot it was the gs3 forum. I am outta here then. Sry for misleading information op!
Sent from my GT-I9300
Technically root won't wipe his phone but the chances of him having a unlocked phone and not adding root are slim.
You can try helium backup as I think it will do a local data only backup without root but honestly never tried it without root and have not read the Google play page in ages.
I can understand your desire to not less with root or unlocking but this is a good example of why a lot of people do. As it stands now without root you have few options to kill the rouge process or even figure out what that process is. Without root the only real choice your left with is factory reset but that will wipe your data. With root you can at least make a backup however unlocking your boot loader now will still wipe your phone.
Try better battery stats and see if that works without root (you can get it here on XDA) and if so it might help you at least figure out what app or process is forcing media to be such a battery drain.
Sent from my Nexus 5 using Tapatalk
Do you have Google Music installed? If so, try deleting it and see if that helps.
I have found that Google Music keeps running in the background, even if I never opened it.
I am rooted and froze Google Music, and the media server thing hardly ever shows up in battery stats now.
Han Solo 1 said:
Do you have Google Music installed? If so, try deleting it and see if that helps.
I have found that Google Music keeps running in the background, even if I never opened it.
I am rooted and froze Google Music, and the media server thing hardly ever shows up in battery stats now.
Click to expand...
Click to collapse
I use Google Music frequently, but on days when I don't use it Media Server takes hardly any battery.
OP - BBB should work without root for some features. I'd download that and give it a whack to see if you can identify the culprit. Might turn out to be something really random.
thanks for all the info guys; in the end i just bit the bullet and rooted the phone (figured might aswell do it sooner rather than later) so now i of course don't have this problems anymore ^^

Categories

Resources