[Q] Help with Cool Tool - Verizon LG G2

Hey all, so I'm trying to use Cool Tool to display my CPU temp but I can't seem to get it working. I've Googled it and found a couple tutorials on how to get it working but no matter what I do the temp is always displayed as: !IO
In fine tuning I have:
Prefix: CPUtemp:
PostFix: *C (the asterisk is the degree symbol, can't find it on my keyboard)
Path: /sys/devices/platform/s5p-tmu/curr_temp (and have tried temperature in place of curr_temp)
Regex: (\d+\d{3}
Replacement Pattern: $1
I used the path from @dorimanx thread but it was for the S2, so that could be the issue. Anyone got this working on our G2 and provide some guidance?
Thank you.

Nevermind, got my answer...

Related

How to Replace Kaiser Keyboard

Hi,
I am thinking of replacing my damaged Kaiser keyboard. I can find a replacement keyboard here: http://cnn.cn/shop/tytn-iitilt-inner-keyboard-p-2058.html
Are there any directions to do this? i have followed the directions here (http://forum.xda-developers.com/showthread.php?t=337102) for replacing the LCDs, but there are no specific pointers. Do I need to remove the sliding part to get access to the keyboard -- I don't think so...
i would appreciate any pointers.
thanks - MN
a simple search will show this question I asked in the forums a few days ago.
http://forum.xda-developers.com/showthread.php?p=1755685
http://forum.xda-developers.com/showthread.php?p=1755685
http://forum.xda-developers.com/showthread.php?p=1755685
Geraldous,
Thanks very much -- however, the pdf document will not open...
I hope you can re-direct me to a different one.
rgds, MN
i will do it tomorrow and tell you exact way to do it
good ..looking forward to the details...
Happy Holidays !!
MN

Trying to set bluethooth file saving to mmc default

hiya guys
am trying to change file saving recived via bluetooth from phone memory to mmc
any ideas how to pls assist
I needed this feature too, i found "Obex inbox" which works perfect
I think it's this one: http://www.freewarepocketpc.net/ppc-download-obexinboxex.html
Also think i found the thread of the developer: http://forum.xda-developers.com/showthread.php?t=407291
(http://forum.xda-developers.com/attachment.php?attachmentid=266198&d=1263175613 Think this is the latest version of it (the last one i could find and the one i'm using...))
It's damn near perfect, if it only offered you to open the file when done transferring =) but i can live with that, having a shortcut to the BT download folder on my today screen gets me right to that folder in an instant, very handy!
thanks a lot buddy am trying it now lets see
regards kai
starzshowz said:
hiya guys
am trying to change file saving recived via bluetooth from phone memory to mmc
any ideas how to pls assist
Click to expand...
Click to collapse
Why did you make a thread and posted in the newbies section, as well? One will do.
I answered here:
http://forum.xda-developers.com/showthread.php?t=516234&page=53
thanks am trying both will let you know how it goes cheers

[Q] Capture a programs interactions with the system?

If this has been discussed and I have overlooked it in my searches please if you know point me in the right direction. here is an example of what I am trying to do: The sensorcalibutil_yamaha, I want to find out how it is working so I can write a very simple app kind of like the one in the Froyo ROMs but where I can input inverted values for certain axis without "calibrating" them all thus messing up other axis I want to stay the same. Then save those values like this utility does only with my input tweaked values. I have tried logcat but it does not do what I need. is there something I can do in ADB?
dono, there is a file in *deep breath*
/sys/devices/virtual/accelerometer/accelerometer/
called acc_file which is rw-r--wrx (kinda weird). It looks like it contains the current accelerometer info (if you rotate the phone it changes) but I don't have a clue where the information is being read from or what function is putting it in there.
What 'cha trying to do?
Sherpa
Invert only one axis by inputting calibration values manually so as to correct the rotation issue. In the froyo roms there is a gui to do what sensorcalibutil_yamaha does bit it reads the current sensor values and issues an "offsetUpdate" with the current values as assumed Level. But on us variants you are holding the device semi verrical part landscape to get it to sort of stay rotated vertical but doing this also updates the other axes as "level" so rotation is flaky at best with no love in games at all. So if this app reads current values and issues an update we should easly be able to write a simple app that we put our own values into and issue an update. Thus allowing us to invert only a singlw axis and make rotation work perfect.
Sent from my SAMSUNG-SGH-I897 using XDA App
We've tried swapping every file with yamaha or sensor in it to a froyo build with no luck. It looks like the garray and marray values are somewhere deep inside the kernel rather than a handy library file. If your handy with a hex editor or a soldering iron you would be a hero
Sherpa
I saw an episode on revision 3 of a show called APP JUDGEMENT where the host was doing something like that to get a reading of how much his motercycle leaned in corners not sure which episode it was but its at least 4 weeks ago
Good luck hope you succeed
TMC_Sherpa said:
We've tried swapping every file with yamaha or sensor in it to a froyo build with no luck. It looks like the garray and marray values are somewhere deep inside the kernel rather than a handy library file. If your handy with a hex editor or a soldering iron you would be a hero
Sherpa
Click to expand...
Click to collapse
I am quite good with a hex editor and an expert with a soldering iron. anyways no one really cares lol so to clarify (sorry was on my device in a vehicle so I did not feel like typing a lot) No it is not stored in a file anywhere on the system (in temp memory while it reads the values before it updates) the values in this chip are stored outside the system (often in the chips software(actual firmware of the hardware) this would explain why when erasing the system and flashing back to stock leaves your rotation messed up even with a kernel reflash. it is in the kernel where the driver interprets these values (that is why in 2.1 it can be patched like in the reorient kernel) obviously the I9000 default settings are 90deg different on one axis then ours. SO my point remains, the recalibration utility works as described above, it calls commands I believe from perhaps one of the yamaha libs, libms3c_yamaha.so? it seems to do it in this order with a couple of other steps involved: it measures the sensor readings then gets the "offset" (I think this is it calculating the offset based on the current values being assumed level) then it saves those values (temp) then it issues the update. As I said before instead of updated ALL of the values as the new "level" we want to update with manually input values to work with single axes. anyone follow? I am going to give it a go tonight and at this time wish myself luck!
btw: I tried to patch the kernel with a hex editor but could never get it to repack correctly and was mostly bootless. next step is to **** my device for good with some micro-soldering (probably not plausible from the way it looks though)
It was a joke. Sir, step away from the iron.
There is an orientation lock so there is some control over the accelerometer however I'm not sure if you can lock only one axis. If it's a .so you are looking for then it ain't stripped so there should be readable text inside.
I would need to reboot to look further but the only real function in yamaha.c is yamaha_read which does what it says on the tin.
ak8973b.c does a bunch of stuff but I'm not sure why it's even in there as I doubt there are two accelerometers http://www.asahi-kasei.co.jp/akm/en/product/ak8973nbs/ak8973nbs.html but it's included with the build.
Grr, I bookmarked the photobucket but not the link
http://s379.photobucket.com/albums/oo239/vendetta-mr2/Captivate/
*Sigh* because I'm stupid
http://s379.photobucket.com/albums/oo239/vendetta-mr2/Captivate/
If it's a yamaha sensor I don't see it anywhere but then again I don't know which one it is (Thanks Samsung) so I'm not sure what part number to look for.
I think there was a point to all this but I don't remember what it was so quick ask another question, post another comment or just say something witty, I'm sure I'll remember it sooner or later.
hey what ever works for me! besides I can always fall back on the nexus. it's easier than it sounds I'll post what I find out tonight.
BLEH! "permission denied" happen to know if the gui in the froyo build is an apk?
TouchWiz is proprietary Samsung. Eugene373 has managed to remove/work around parts of it in his Frankin-Twiz but I have not messed around with that ROM so I don't know what bits are still in there.
Well that was a big ****ing fail! oh well. Gotta go back to work tomorrow so I guess that's it for me for now. I would say maybe next time but Froyo will be released by then I hope..... I guess I will spend the rest of the evening making sure I have a modem that works in froyo jpk
Ok, I gave it one last go and I got it to do portrait correctly BUT now landscape is upside down....... but it rotates nicely.....
TMC_Sherpa said:
There is an orientation lock so there is some control over the accelerometer however I'm not sure if you can lock only one axis. If it's a .so you are looking for then it ain't stripped so there should be readable text inside.
Click to expand...
Click to collapse
I rather doubt that orientation lock has anything to do with how the accelerometer values are interpreted. It probably just forces the UI to disregard changes in orientation.
Sent from my SAMSUNG-SGH-I897 using XDA App

[Q] i9000 TV out - how to enable automatically at startup?

Dear All,
I haven't found an answer to my question yet, but would be happy for any suggestion or link.
My i9000' screen is broken and thus dead (blank, black, ...), all other functions of the phone are in place. I'm using this device now as Mifi and as Mediaplayer, all remote controlled.
It would be perfect if I could switch on TV out with each reboot, and need your suggestion there. Best would be to set a flag in one of the init.rc scripts, but I do not have any clue which flag that might need to be and how to set it.
Any other helpful hints are also welcome.
Thanks in advance
Brgds DerBusIsVoll
i know its not an answer but i was looking for something similar or routing the entire display through tv out
as for which flags are needed i have no idea but google should reveal the answer
im off to practice my google-fu
DerBusisVoll said:
Dear All,
I haven't found an answer to my question yet, but would be happy for any suggestion or link.
My i9000' screen is broken and thus dead (blank, black, ...), all other functions of the phone are in place. I'm using this device now as Mifi and as Mediaplayer, all remote controlled.
It would be perfect if I could switch on TV out with each reboot, and need your suggestion there. Best would be to set a flag in one of the init.rc scripts, but I do not have any clue which flag that might need to be and how to set it.
Any other helpful hints are also welcome.
Thanks in advance
Brgds DerBusIsVoll
Click to expand...
Click to collapse
Has anybody in the meanwhile a suggestion? Just checking with little hope....

REACHING OUT TO DEVS! help editing system calibration file.?

ok im having calibration issues when holding my phone in landscape mode. ive dug around and found the calibration file for the accelerometer and other sensors. it will let me change it but it wont let me save it. also if you view it in root explorer text editor it wont show. but if you view it in es file, root browser, or root explorer text viewer it shows as -2 0 0 0. and coincidentally its off by about 2 degrees. the file path is sys>devices>virtual>sensors>accelerometer_sensor>c alibration. it just wont allow me to save the file. any ideas? ive noticed that when i hold the device perfectly level in landscape mode for many many different apps it drifts off to the left. all apps do the same thing. ive put a level on it to be sure lol. ive tested on a brand new tab 4( i think) and its spot on. ive had tmobile send me 2 replacement devices and they both do the same exact thing. i cant imagine it being a hardware issue on all 3. from different batches. im at my wits end.
i understand this may belong in the Q&A section but from what ive been told its not possible to edit this file? is that true? i was told to reach out to devs and see if i cant find anything. i was also told that it was the apps, which its not. any ideas are greatly appreciated.
p.s.-tmo advised that 5.0 should fix the problem....(if thats the case i wish theyd hurry that **** up)
Wrong Section
You have posted in the wrong section try the help forum

Categories

Resources