Please post FM app from your LGOG Pro - LG Optimus G Pro

Guys,
Do you have FM radio in your OG Pro ?
Pls post an apk for it...
Sent from my LG Optimus G Pro E-988

I want that apk for e 986.
LG-E986 cihazımdan Tapatalk 4 ile gönderildi

Yes we need the apk please post it

sachinaik said:
Guys,
Do you have FM radio in your OG Pro ?
Pls post an apk for it...
Sent from my LG Optimus G Pro E-988
Click to expand...
Click to collapse
The Optimus G Pro Does NOT have a Built In FM radio. So any APK CANT just make it have a radio its not possible.

hyelton said:
The Optimus G Pro Does NOT have a Built In FM radio. So any APK CANT just make it have a radio its not possible.
Click to expand...
Click to collapse
Not sure why people don't realize this. It takes built in hardware to have radio. The E980 does not have it. Fairly certain the other variants don't either, but I could be wrong. If it did the LG would have listed it as a feature.
Sent from my LG-E980 using XDA Premium 4 mobile app

E986 has got fm radio hardware. In Turkey firmware has not radio app because of government taxes. Other europe countries has got.
LG-E986 cihazımdan Tapatalk 4 ile gönderildi

ReggieSmith said:
Not sure why people don't realize this. It takes built in hardware to have radio. The E980 does not have it. Fairly certain the other variants don't either, but I could be wrong. If it did the LG would have listed it as a feature.
Sent from my LG-E980 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Almost every phone has FM circuitry built into the FM/BT/WiFi combo chip.
But on IMO way too many phones, the FM antenna pins(s) are grounded to disable any hope of using it.
In cases where the pin(s) connect through the usual few components to the wired headset jack, the OEM or carrier may not provide the app, and/or various lower level software pieces like libraries or BT stacks with an FM API.
The Optimus G originally did not have FM radio (though early reports claimed yes); it was disabled in hardware, same as the similar Nexus 4.
But the schematics made it look like a last minute decision, perhaps to use the same production line as the much more popular Nexus 4. But some later variants came out with FM enabled and with an app.
If you run my app and send a debug log, we can get some better idea. Latest free version is here: http://d-h.st/vCj . For log use Menu-> Test-> Email-> Logs and press Send after 20 seconds. A log from a rooted phone is infinitely preferable for this.
I've seen a file listing of a G2 that shows a reportedly working FM radio.

I sent you logs from e988 just now. Please check possibilities over fm.
Thanks in advance for your effort.
Spirit fm turned on bluetooth but than error comes

NaveenKumarXDA said:
I sent you logs from e988 just now. Please check possibilities over fm.
Thanks in advance for your effort.
Spirit fm turned on bluetooth but than error comes
Click to expand...
Click to collapse
I posted the free version of Spirit.
You sent from the paid Unlocked version, so I hope you are a customer. I can't find your name or email in my order list though.
----
I don't approve of "testing" with pirate copies when I provide a free version that is more than sufficient for compatibility testing.
And phones move off of my support list when the piracy level for that phone seems high. Leaves a "bad taste in my mouth" basically.

Done another mistake hurting G pro support

Ok Got It
mikereidis said:
I posted the free version of Spirit.
Click to expand...
Click to collapse
Thanks for helping.

Turn Bluetooth on and try this September 2 test release of Spirit Free: http://d-h.st/f6D
It supports the new Broadcom FM API on the leaked Android 4.3 for HTC One. This phone, and the new LG G2 seem to be using this new API.
One result is that the Bluetooth "UART" that Spirit uses for low level access is always in use, even if Bluetooth appears to be off.
So unless you turn Bluetooth off, reboot and use ADB shell to manually kill Bluetooth processes, like btld, bluetoothd and/or com.android.bluetooth, this UART mode won't be available. And the Broadcom FM API is the only other way on this phone to access FM (at this software release anyway).
LG MAY have disabled the FM API. Even if not we may still find the FM antenna pin is grounded, rendering it useless.
I saw logs from rooted LG-E986, LG-E980 & LG-E988 and they all showed the same.
If it appears to work, look for RSSI signal strength values at top left of 15 or higher, when tuned and with a wired headset plugged in for antenna.
If it works, audio could be the next obstacle.

Here, I tried sept 2 version and it gives Power Error as SU: 2 FM: bc

NaveenKumarXDA said:
Here, I tried sept 2 version and it gives Power Error as SU: 2 FM: bc
Click to expand...
Click to collapse
As I wrote also on my thread:
Thanks, I have new logs from 2 people and they both show the same.
This phone DOES have the new Broadcom BT/FM stack with an updated API. But the FM part of the stack has been disabled, so there is no FM app besides Spirit that has any chance of working.
But, because there is no new style /system/lib/libbt-hci.so file integrated, as we see in AOSP for Android 4.2+, the only access method is via "HCI UART".
So that means Bluetooth must be off. AND, on this phone/stack, it appears the BT stack ALWAYS keeps the HCI UART open/busy, likely to better deal with the new Bluetooth Low Energy stuff.
This same problem happened on AOSP Android 4.0 ROMs like CM9. In that case though, the BT stack was Bluez and with BT on, Spirit could access the chip via HCI.
The only option here, and we may only need to do this once to test, and maybe verify the FM antenna pin is grounded and FM is impossible, is to do a low level kill of whichever Bluetooth process is keeping the UART open.
Something like this, from adb shell, with Bluetooth off and freshly rebooted, might work:
adb shell
su
killall -9 btld
killall -9 bluetoothd
Then, start Spirit.

Wow this adb stuff out of my league.
Please someone explain how to to that?
adb shell
su
killall -9 btld
killall -9 bluetoothd
help needed as there is chance of running spirit here.

mikereidis said:
Almost every phone has FM circuitry built into the FM/BT/WiFi combo chip.
But on IMO way too many phones, the FM antenna pins(s) are grounded to disable any hope of using it.
In cases where the pin(s) connect through the usual few components to the wired headset jack, the OEM or carrier may not provide the app, and/or various lower level software pieces like libraries or BT stacks with an FM API.
The Optimus G originally did not have FM radio (though early reports claimed yes); it was disabled in hardware, same as the similar Nexus 4.
But the schematics made it look like a last minute decision, perhaps to use the same production line as the much more popular Nexus 4. But some later variants came out with FM enabled and with an app.
If you run my app and send a debug log, we can get some better idea. Latest free version is here: http://d-h.st/vCj . For log use Menu-> Test-> Email-> Logs and press Send after 20 seconds. A log from a rooted phone is infinitely preferable for this.
I've seen a file listing of a G2 that shows a reportedly working FM radio.
Click to expand...
Click to collapse
I sent you logs from my E980 on the same day but forgot to follow up with a note here. Didn't seem to work in any event but perhaps the logs will help.
Sent from my LG-E980 using XDA Premium 4 mobile app

ReggieSmith said:
I sent you logs from my E980 on the same day but forgot to follow up with a note here. Didn't seem to work in any event but perhaps the logs will help.
Sent from my LG-E980 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Spirit FM Developer "mikereidis" already have logs .
What is now to try is these adb commands & than try to start app:
adb shell
su
killall -9 btld
killall -9 bluetoothd
If you know how to do that than it will be best .
Send him logs of this adb result now.
Hit thanks if helped.

NaveenKumarXDA said:
Spirit FM Developer "mikereidis" already have logs .
What is now to try is these adb commands & than try to start app:
adb shell
su
killall -9 btld
killall -9 bluetoothd
If you know how to do that than it will be best .
Send him logs of this adb result now.
Hit thanks if helped.
Click to expand...
Click to collapse
adb shall says killall not found
/system/bin/sh: killall: not found
127|[email protected]:/ $

Sent sept 7 logs to mike. Hopefully next version will work.
He is only one developer of its kind. Feels like, he is working for public while companies against buyers.
Salute to such person.:thumbup:

nedimkeskin said:
adb shall says killall not found
/system/bin/sh: killall: not found
127|[email protected]:/ $
Click to expand...
Click to collapse
A lot of stock ROM remove things like "killall" to save space, but plain "kill" is usually still there.
So try this:
adb shell
su
kill -9 `pidof btld`
kill -9 `pidof bluetoothd`

Related

ATT LG Optimus G E970. Does it have an FM radio?

Does anyone know if it has built in FM reciver? And if so what app can be used?
Sent from my LG-E970 using xda premium
davideholland said:
Does anyone know if it has built in FM reciver? And if so what app can be used?
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
don't think so
How unhelpful - the question was does it have it not might it have it...
Sent from my GT-I9300 using xda app-developers app
No, it doesn't have one.
Sent from my LG-E970 using xda premium
---------- Post added at 11:00 PM ---------- Previous post was at 10:57 PM ----------
Although best app to use for radio is TuneIn Radio but you need Internet access for it to work.
Sent from my LG-E970 using xda premium
Thank you case closed. Im not seeking internet streamed radio. This thread can be closed.
Sent from my LG-E970 using xda premium
No need to close the thread IMO; Only thing that seems proven is that most Optimus G's, including ATT's, have no stock FM app included.
FM was touted some time back, but I've been finding it hard to find an Optimus G variant with working FM. Korean F180 perhaps ?
Any schematics out there ?
If the FM receive antenna pin is connected to the wired headset jack, then FM should be possible, just as it is on the ATT HTC OneX LTE w/ S4 & WCN3660. (OG has 3660 for Bluetooth & WiFi, right ?)
Could someone try my FM app here and send me a debug log ? I'd prefer to see a rooted device logs, but stock is a start: http://d-h.st/UwH
Use Menu-> Test-> Email-> Logs and after 20 seconds or so, press Send, or get file from /sdcard/sprt_debug.txt .
If the antenna pin is connected, FM should be possible, but this may require a custom kernel at least.
My interest is more in the similar Nexus 4, but I have enough debug info on it so far, at least until someone enables FM in a custom kernel. We don't know if Nexus 4 antenna pin is connected yet.
The Nexus 4 thread is here, for anyone interested: http://forum.xda-developers.com/showthread.php?t=1963623&page=13
mikereidis said:
No need to close the thread IMO; Only thing that seems proven is that most Optimus G's, including ATT's, have no stock FM app included.
FM was touted some time back, but I've been finding it hard to find an Optimus G variant with working FM. Korean F180 perhaps ?
Any schematics out there ?
If the FM receive antenna pin is connected to the wired headset jack, then FM should be possible, just as it is on the ATT HTC OneX LTE w/ S4 & WCN3660. (OG has 3660 for Bluetooth & WiFi, right ?)
Could someone try my FM app here and send me a debug log ? I'd prefer to see a rooted device logs, but stock is a start: http://d-h.st/UwH
Use Menu-> Test-> Email-> Logs and after 20 seconds or so, press Send, or get file from /sdcard/sprt_debug.txt .
If the antenna pin is connected, FM should be possible, but this may require a custom kernel at least.
My interest is more in the similar Nexus 4, but I have enough debug info on it so far, at least until someone enables FM in a custom kernel. We don't know if Nexus 4 antenna pin is connected yet.
The Nexus 4 thread is here, for anyone interested: http://forum.xda-developers.com/showthread.php?t=1963623&page=13
Click to expand...
Click to collapse
I'm trying this with my E970 but when I try to install the APK it says "Could not open file".
snacsnoc said:
I'm trying this with my E970 but when I try to install the APK it says "Could not open file".
Click to expand...
Click to collapse
Maybe push it in rather. I will try too
the best phone ever
snacsnoc said:
I'm trying this with my E970 but when I try to install the APK it says "Could not open file".
Click to expand...
Click to collapse
There are different versions linked on my thread: http://forum.xda-developers.com/showthread.php?p=13379669
If both Dec 11 AND Dec 4 give you problems, I think those problems are on your end somewhere.
mikereidis said:
There are different versions linked on my thread: http://forum.xda-developers.com/showthread.php?p=13379669
If both Dec 11 AND Dec 4 give you problems, I think those problems are on your end somewhere.
Click to expand...
Click to collapse
Neither Dec 11 nor Dec 4 versions work, it says the FM is inaccessible.
snacsnoc said:
Neither Dec 11 nor Dec 4 versions work, it says the FM is inaccessible.
Click to expand...
Click to collapse
That's not too surprising if Spirit doesn't have root/SU.
If you want to send me a debug log, use Menu-> Test-> Email-> Logs and press Send after 20 seconds.
A log won't give me too much useful info though, unless Spirit has root.
mikereidis said:
That's not too surprising if Spirit doesn't have root/SU.
If you want to send me a debug log, use Menu-> Test-> Email-> Logs and press Send after 20 seconds.
A log won't give me too much useful info though, unless Spirit has root.
Click to expand...
Click to collapse
I did allow Spirit root privileges. I sent the email off with logs. Attached to this post is a screenshot when I open Spirit, to help you if needed.
If I go to the debug menu (3845#*970#) then WCDMA-only, there is an FM radio test, but it seems non-functional. I attached a screenshot of it as well.
snacsnoc said:
I did allow Spirit root privileges. I sent the email off with logs. Attached to this post is a screenshot when I open Spirit, to help you if needed.
If I go to the debug menu (3845#*970#) then WCDMA-only, there is an FM radio test, but it seems non-functional. I attached a screenshot of it as well.
Click to expand...
Click to collapse
Thanks !
The positive includes the usual FM controls in the ALSA audio driver, and a virtual APPS_FM directory which is common too.
There is no sign of radio-iris or radio-iris-transport.ko kernel drivers though.
So at minimum, a kernel with those drivers enabled needs to be loaded to see if FM can work and the antenna pin is connected.
It may be possible to flash a ROM from an Optimus G variant that supports FM. But I have no idea if that's possible without bricking the phone or creating other problems.
If anyone finds info on an Optimus G variant with FM (F-180 ?) please post. A ROM dump from such a variant would be useful.
mikereidis said:
Thanks !
The positive includes the usual FM controls in the ALSA audio driver, and a virtual APPS_FM directory which is common too.
There is no sign of radio-iris or radio-iris-transport.ko kernel drivers though.
So at minimum, a kernel with those drivers enabled needs to be loaded to see if FM can work and the antenna pin is connected.
It may be possible to flash a ROM from an Optimus G variant that supports FM. But I have no idea if that's possible without bricking the phone or creating other problems.
If anyone finds info on an Optimus G variant with FM (F-180 ?) please post. A ROM dump from such a variant would be useful.
Click to expand...
Click to collapse
Apparently the Japanese variant, the LGL21 I believe, supports over the air TV, but not fm... Any chance a system dump of that could be helpful? I don't have this model, but I could see about finding a dump. From what I've been finding out it seems no model supports fm radio out of the box.
DonMarek said:
Apparently the Japanese variant, the LGL21 I believe, supports over the air TV, but not fm... Any chance a system dump of that could be helpful? I don't have this model, but I could see about finding a dump. From what I've been finding out it seems no model supports fm radio out of the box.
Click to expand...
Click to collapse
I doubt it will help the cause of FM, but you never know. I'd be happy to look at a system dump briefly, or a debug log from the free version of Spirit, using Menu-> Test-> Email-> Logs. ( http://d-h.st/pnT )
BTW, somebody finally got a kernel with FM drivers loaded on a Nexus 4. The FM chip "works" just fine, but RSSI is always 0 or negative, which usually means the FM antenna pin is not connected. Which means the N4 can't have FM.
And this might even imply the Optimus G doesn't have usable FM either. Somebody could try that N4 kernel or a similar one, if it's possible to share kernel without bricking.
From a practical perspective for me, now that the N4 seems "semi-proved" to have no FM, I'm not really too interested in the Optimus G at this point.
mikereidis said:
Thanks !
The positive includes the usual FM controls in the ALSA audio driver, and a virtual APPS_FM directory which is common too.
There is no sign of radio-iris or radio-iris-transport.ko kernel drivers though.
So at minimum, a kernel with those drivers enabled needs to be loaded to see if FM can work and the antenna pin is connected.
It may be possible to flash a ROM from an Optimus G variant that supports FM. But I have no idea if that's possible without bricking the phone or creating other problems.
If anyone finds info on an Optimus G variant with FM (F-180 ?) please post. A ROM dump from such a variant would be useful.
Click to expand...
Click to collapse
If those are the only drivers you need let me know. I can build you a test kernel.
Sent from my LG-LS970 using xda app-developers app
Shelnutt2 said:
If those are the only drivers you need let me know. I can build you a test kernel.
Click to expand...
Click to collapse
Would be great, but I don't have this phone, so somebody with the phone needs to do testing.
Here's some info from the N4 thread here: http://forum.xda-developers.com/showthread.php?t=1963623&page=13
There is only one configuration I've seen work on devices with the Qualcomm S4/S4+ SOC and Qualcomm WCN3660 FM/BT/WiFi combo chip:
- radio-iris driver compiled into the kernel.
- radio-iris-transport driver built as a loadable module.
Building the transport driver into the kernel doesn't work, for whatever reason.
MANY devices, even those without FM, now have a /system/etc/init.qcom.fm.sh shell script file which mostly does an insmod on /system/lib/modules/radio-iris-transport.ko .
My app, or a system/root portion of the framework or whatever, does this to activate the V4L driver:
"setprop hw.fm.mode normal ; setprop hw.fm.version 0 ; setprop ctl.start fm_dl"
You could also do this, from a root shell:
insmod /system/lib/modules/radio-iris-transport.ko
Or run the QCom FM init script in /system/etc .
...
BTW, with radio-iris loaded (in kernel), but WITHOUT radio-iris-transport loaded (as a loadable), a /dev/radio0 V4L access pseudo-file is created. But trying to use it generally results in a crash and reboot of the phone. Android drivers are often written badly, and crash like this when "unexpected" stuff happens.
I think the same happens when the transport driver is built into the kernel directly.
...
Once both drivers are successfully loaded, you can try my free app here: http://d-h.st/pnT
With a wired headset plugged in for antenna, and when tuned to a strong station, the RSSI at top left should be over 20 or so. Zero or negative likely means no FM antenna connection, like the N4.
Hey Shelnutt, if your still willing to make the test kernel, I could probably test it out.
sent from my LGOG
DonMarek said:
Hey Shelnutt, if your still willing to make the test kernel, I could probably test it out.
sent from my LGOG
Click to expand...
Click to collapse
Alright ill build it when I get home today.
Sent from my LG-LS970 using xda app-developers app
edit:
Uploaded and attached is here. Built to mike's specs:
- radio-iris driver compiled into the kernel.
- radio-iris-transport driver built as a loadable module.
Click to expand...
Click to collapse
davideholland said:
Does anyone know if it has built in FM reciver? And if so what app can be used?
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
why rubbish in this forum? Your thread here AT&T LG Optimus G Dear moderators be careful

[MOD]webcam as fully functional rear cam!

EDIT: sorry for the jittery video new one on its way! and added another link just to amuse you
hey guys!
today i was really curious as to how i could get a webcam to fully function, and to maybe permanently use one as a web cam. after hours of surfing, i found that their is a way to preview, but not to actually use one. so i wanted to fix this problem!
after hours of research, and a bit of testing, and have finally reached some success!
found a thread in the viewsonic g tablet section, that managed to do about the the same. since they were both tegra based, with similar enough soc's , i decided to experiment. with stock kernel and firmwares, the nexus 7 has drivers for plug and play webcams. what this mod does is gives permissions and makes the webcam show up as a rear camera feed. WITH THIS MOD ACTIVE YOU CANNOT USE YOUR FRONT CAM.
it was made for the g tab. if modifications are made, we may be able to bring it back.
WARNING: as usual, i am not responsible for any mishaps that may happen by you doing this mod, including nuclear monkeys taking over the world.
i am coating the writer at the g tab thread for the credits on who originaly made the base for this mod for the gtab : "Credit BELONGS to Borkata at "another site""
so first, u will need:
1. a UVC webcam. or simply, a plug and play camera. anything that didnt need anything extra to work, other than you plugging it in. some only need the extra cd to use its full potential, but may work without one. check here: http://www.ideasonboard.org/uvc/#devices
95% of webcams should work.
2. the attached file. (camera.tegra3.so)
3. nexus 7
4.OTG CABLE!
5.a camera app other than stock. (lgcamera or similar)
STEPS!
EXTRACT and COPY the camera.tegra3.so FILE INTO your tablet's /SYSTEM/LIB/HW folder, and reboot. BACK UP THE ORIGINAL camera.tegra3.so if u want to revert later.
plug in your camera.
open up terminal emulator. run this:
su
chown system.camera /dev/video0
chmod 660 /dev/video0
now go to your camera app and check it out!
taking pics works fine. video has bad fps though. response is a bit slow too. but i think these are software issues.
you will need to put those lines in the terminal everytime you plug in the camera. (or make some kind of a script, or ask someone to)
i am not improving this mod simply because i dont have the experience to. but i did want to share this with you.
here is a little demo i uploaded of it so u guys can get an idea of it-
http://www.youtube.com/watch?v=kU-JoTLGUvk&list=UUobzyrXBHPPRBxTzbHtFRsQ&index=1
original g tab thread- http://forum.xda-developers.com/showthread.php?t=1789642
MUST WATCH- http://www.youtube.com/watch?v=JXpsxB0oD-E
hit thanks if i helped
Nice Work.....Thanks Man.....It works great
rgds
Hi there,
there is any chance to exclude the input script every time connected the camera?
Is possible to make any permanent script so when camera connected, starts working on the go?
Regards.
hasafly said:
Hi there,
there is any chance to exclude the input script every time connected the camera?
Is possible to make any permanent script so when camera connected, starts working on the go?
Regards.
Click to expand...
Click to collapse
yes, but i honestly dont know how. it shouldnt be that hard. i am sure some other dev can help out here. definitly possible, but i just suck at making scripts.
my cam logitech quickcam xpress does not suppors(((( black screen in display.
At the beginning it takes some time, but after successful work, it has recognized my Logitech Webcam Pro 9000 and works fine with it.
Thanks again
hmm i wonder is there any chance getting photosphere to work with this mod
is there a possibility to record video (on motion) ?
like with motion or mjpeg_streamer?
thx
can i put this in my rom giving you full credits?
azoller1 said:
can i put this in my rom giving you full credits?
Click to expand...
Click to collapse
sure! not a problem! its xda! everything posted here is meant to be shared and used
misterjoji said:
hmm i wonder is there any chance getting photosphere to work with this mod
Click to expand...
Click to collapse
should work with a camera app that has photosphere built in or similar. havent tested much though.
File not found while writing "chown system.camera /dev/video0"
How can i fix that?
Sent from my Nexus 7 using xda premium
Streykatorato said:
File not found while writing "chown system.camera /dev/video0"
How can i fix that?
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Could mean a few things. Either USB otg not working, or the tablet doesn't recognize the web cam as a webcam because it doesn't support plug and play, or incompatible ROM or kernel. Most probably the webcam's fault.
All of them was recognized by usb host controller... tried 4
Sent from my Nexus 7 using Tapatalk HD
R: [MOD]webcam as fully functional rear cam!
Good thanks
Streykatorato said:
All of them was recognized by usb host controller... tried 4
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
try a different rom+kernel maybe? when you plug in the webcam, a folder should be created here: /dev/video0 .
did you put in su before the commands?
unreal3000 said:
try a different rom+kernel maybe? when you plug in the webcam, a folder should be created here: /dev/video0 .
did you put in su before the commands?
Click to expand...
Click to collapse
Yes i wrote su
Sent from my iPhone 4S using Tapatalk
Would love to see this further developed. Make a camera app to be able to switch between the two.
Sent from my J-Bmd GN-2 using XDA Premium App
BDR456 said:
Would love to see this further developed. Make a camera app to be able to switch between the two.
Sent from my J-Bmd GN-2 using XDA Premium App
Click to expand...
Click to collapse
Wouldn't it be possible to take the stock camera app and to modify it so we can have access to the 2 cameras and photosphere? (This is assuming we do have the camera app source code available)
Sent from my Nexus 7 using Tapatalk HD
wow, impressing.
Just the video is not very 'professional' you shaked too much mate
wildcolor said:
wow, impressing.
Just the video is not very 'professional' you shaked too much mate
Click to expand...
Click to collapse
thanks for the feedback handling a cam with one hand, while handling a tablet and 2 webcams in another wasnt easy
not to mention a bad cam itself will improve

[Q] GPS tracking awful - P6 wrong decision?

generally i'm using Endomondo Pro for tracking my sports activity (jogging), but with the P6 it seems nearly impossible to get good and correct tracking :crying:
I tried it now several times with several different ROMS and Tools , but the tracked GPS data is really awful...
With my last two smartphones (HTC HD2 , RAZR XT910) the tracking was much much better ...
Does anybody uses this phone also for GPS tracking with better experience (or does this phone have an ****ty GPS :crying: ) ??
When yes please tell me which ROM and which Tools..
thanks in advance ! m
masteroe12 said:
generally i'm using Endomondo Pro for tracking my sports activity (jogging), but with the P6 it seems nearly impossible to get good and correct tracking :crying:
I tried it now several times with several different ROMS and Tools , but the tracked GPS data is really awful...
With my last two smartphones (HTC HD2 , RAZR XT910) the tracking was much much better ...
Does anybody uses this phone also for GPS tracking with better experience (or does this phone have an ****ty GPS :crying: ) ??
When yes please tell me which ROM and which Tools..
thanks in advance ! m
Click to expand...
Click to collapse
Sorry to tell you this, but i've had the same problems since I bought the phone in August... Tried a lot of ROMs and GPS tools with no luck. Apparently some people's P6 has a perfectly working GPS, but some of us didn't have that luck. No idea where the problem comes from, I wish I knew.
Here a track from my p6. Saved with locus pro and firmware b507. I think it is perfect.
Sent from my P6-U06 using xda app-developers app
Yes tracking works fine sometimes. The problem is that sometimes you wont get a lock in a one hour run. I have several 0km ~30min bike rides saved with sports tracker along with a larger stack of incomplete tracks. Samsung galaxy s and had no problems what so ever for a couple of years - and i didnt even fix the ****ty antenna on it.
Factory reset helps for a while, so i think its a software related issue. Gps just wont wake up when the app needs it.
Sent from my iPad using Tapatalk
Ahh, GPS wont wake up and no icon in statusbar? This issue have any people. I think this is a hardware problem. On my P6 GPS is all time viable when i need it.
Here one tip, but it only help it is a software problem:
-copy attached apk to \system\priv-app\
-set rights to 644
-reboot
-set "location mode" to "High Accuracy"
I use this gps.conf file from the LG flex and it works just fine...replace this gps.conf with the one in system/etc/ ... If you can't replace the file, use RootExplorer with root permission :cyclops:
Well, I used to have problems with GPS all the time. Since I've sent the phone back to the repair centre it works much way better...
Sent from my HUAWEI P6-U06 using xda app-developers app
I am using the ROM -> [ROM][4.4.4][ Unofficially Omni ROM | Ascend P6 from SUDRU_Petru
now GPS is nearly perfect !!! Guys it seems to be a software issue...
no gps.conf edit or any other edit. It just works !!!
masteroe12 said:
I am using the ROM -> [ROM][4.4.4][ Unofficially Omni ROM | Ascend P6 from SUDRU_Petru
now GPS is nearly perfect !!! Guys it seems to be a software issue...
no gps.conf edit or any other edit. It just works !!!
Click to expand...
Click to collapse
Yes. It's a software issue. No matter what RM you have, the problem is there.

[q] fm radio app needed | no root

Hi Guys,
Does anyone knows a Radio FM App other than Default Moto G APP that works ON AIR & doesn't uses MOBILE DATA WITHOUT BEING ROOTED.
Let me tell you that i have already tried "Spirit2: Real FM Radio 4 AOSP" & "NEXT RADIO APP'.
NEXT RADIO APP works fine but the only problem with this app is that it doesn't tunes EVEN FREQUENCIES in INDIA like 104, 104.8,102.6,106.4 etc etc.
Guys Do post link if you knows such an app so that i can download from there or upload the same on your google drive
What's the issue with moto radio ?........ Why u want another app...... As u already tried Spirit2 best alternative of default radio......what else you want in a radio app??
Spirit or Spirit 2 is the BEST FM Radio app PERIOD! I've used it for many years. The stock app isn't even in Stereo. I bought a Moto G LTE and am rooting it for the SOLE purpose for FM using Spirit FM.
Now on that note you CAN use Spirit 1 UNROOTED. Get in touch with Mike Reid here on XDA.
Ani0o7 said:
What's the issue with moto radio ?........ Why u want another app...... As u already tried Spirit2 best alternative of default radio......what else you want in a radio app??
Click to expand...
Click to collapse
Spirit2 works fine on my MotoG test phone, but it requires root.
Spirit1 works without root. The latest 1130 release has a "MotoG detection" fix and should work on some models that it didn't before.
Ani0o7 said:
What's the issue with moto radio ?........ Why u want another app...... As u already tried Spirit2 best alternative of default radio......what else you want in a radio app??
Click to expand...
Click to collapse
Why i want another Radio app?
Good Question .
Dude i want to switch Radio Channels via my default Headset.
It is possible via an App "Headset Button Controller" & third party radio app.
This experiment works fine with Next Radio App but the only problem in Next Radio App is that here in india it doesn't tunes EVEN FREQUENCIES channels like 104,104.8,102.6,106.4 etc etc
AND when it comes to Rooting, i fear a lot of it as i never ever rooted my Phone & neither my friends have knowledge of it.
mikereidis said:
Spirit2 works fine on my MotoG test phone, but it requires root.
Spirit1 works without root. The latest 1130 release has a "MotoG detection" fix and should work on some models that it didn't before.
Click to expand...
Click to collapse
Spirit 1 successfully got installed on my Moto G [NON ROOTED] but unfortunately it isn't giving any sound.
Can Someple please help me in there is a need to modify some settings in Spirit 1 FM Radio app like
#BAND [ FOR INDIA ]
#AUDIOA
#UI
#AF
#DIGITAL
#DEBUG
spicynitin said:
Spirit 1 successfully got installed on my Moto G [NON ROOTED] but unfortunately it isn't giving any sound.
Can Someple please help me in there is a need to modify some settings in Spirit 1 FM Radio app like
#BAND [ FOR INDIA ]
#AUDIOA
#UI
#AF
#DIGITAL
#DEBUG
Click to expand...
Click to collapse
Okay..... Download latest version of Spirit 1..... Possible no sound ? problem coz my sister ? use spirit 1 latest version on her non rooted moto g XT1033.... Issue Possible due to some previous version and it doesn't required any special settings to tune ? radio on spirit one thing more If you want to control radio through handsets then follow this setting..... Go to Setting➡UI➡click on media button pause/play➡choose seek up/preset up...... Now you can control radio frequency by pressing handset button ones or twice depending upon whether you choose seek up or preset up...... Hope it helps......
It worked. Cleaned up lengthy post. Purchase the unlocked app. Also responds to headset button.
In free nothing works as in dev thread may be link outdated. Moto OEM is defaulted in automatic audio settings. Unfortunately Motorola settings don't work for moto g phone.
Working settings:
*Band Any, for India keep North America for wider band reach (any band works for me 90+khz range).
* Settings >Audio >
Digital XZ2
Sony Z2
Sony Z2 Alsa
Sony Z/QC Intent
Sony T/QC Intent
Hit thanks if worked.
The above combinations are for informational purpose only contact developer for appropriate settings.
To me sony z2 sounds the best. All the best.
Sent from my XT1033 using XDA Free mobile app
Original thread
http://forum.xda-developers.com/showthread.php?t=1059296
Post your questions in the dedicated thread if answers are not satisfactory.
Please respect developers. Thanks.
This thread is also eligible for closure.
Sent from my XT1033 using XDA Free mobile app
We do not condone discussion of cracked apps on XDA
6. Do not post warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez and nor do we permit any member to request, promote or describe ways in which warez, cracks, serial codes or other means of avoiding payment, can be obtained. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community.
Click to expand...
Click to collapse
Thread closed.

How to keep FM transmitter always on?

How can I keep my FM transmitter always on.
It is an app, which I must go into every time I turn on my car.
I don't have source code for this android mirror....
If I did, I could probably go into /etc/init.d or something,
but I wonder if there is another way to achieve this....
Note: the FM app came with the mirror, I don't think its from the APP STORE since its hardware related.
Here is the mirror.
link
cellurl said:
How can I keep my FM transmitter always on.
It is an app, which I must go into every time I turn on my car.
I don't have source code for this android mirror....
If I did, I could probably go into /etc/init.d or something,
but I wonder if there is another way to achieve this....
Note: the FM app came with the mirror, I don't think its from the APP STORE since its hardware related.
Here is the mirror.
link
Click to expand...
Click to collapse
How about you use an autostart / start at boot utility and add your fm transmitter to it?
Sent from my SM-N950F using Tapatalk
akhil.oberoi said:
How about you use an autostart / start at boot utility and add your fm transmitter to it?
Sent from my SM-N950F using Tapatalk
Click to expand...
Click to collapse
I have to push a button inside the FM transmitter app.... I have used autostart..
I just now wrote the developer and asked him to add that "push a button" upon autostart...
I guess I wish android had a way to "drive" other apps from your own app... Like a screenscraper app somehow...
Thank for the reply...

Categories

Resources