So I got NoDo. Seems nice. Cut and past is cool. But most apps are not build correctly to cut and past. So, specifically, does anyone know of an app that will allow you to cut/copy the GPS coordinates displayed from the GPS?
You can try several apps:
- I'm Here
- Text Where I am
- Here I am (a bit different I think)
- Outdoor Navigation (great soft), using the SOS function.
The last one is really the most complete.
arturobandini said:
You can try several apps:
- I'm Here
- Text Where I am
- Here I am (a bit different I think)
- Outdoor Navigation (great soft), using the SOS function.
The last one is really the most complete.
Click to expand...
Click to collapse
Thanks. I have the trial versoin of Outdoor Navigator, and I really like it, but it doesn't allow the SOS function. I wondered if that would work. Anyway, maybe I will have to try to get a credit card hooked up to the market place for that one.
This is just a minor issues/easy fixes thread, if you have major problems take it to the LIH leak thread.
* ADB isn't a member of sdcard_r, so it has no access to /storage/sdcard. /storage is part of the root filesystem which is dynamically generated by init.qcom.rc in the boot.img, which makes changing it an "exciting" adventure. Maybe it's easier to get adb to run in the sdcard_r group, I dunno.
* Two fonts aren't actually fonts, just text files (DroidSans.ttf and DroidSans-Bold.ttf)
* They put back the windmill screensaver (Yay!) but it insta-crashes trying to load the above fonts (ffff). Easy to fix - just copy Roboto-Regular.ttf to DroidSans and Roboto-Bold to DroidSansBold and it all works again.
* THEY TOOK AWAY NATIVE SIP. F**k samsung hard for that, it worked really well in ICS.
* Lots of settings toggles missing by default - airplane mode is buried in settings instead of being a nice easy toggle, data mode is gone entirely, etc. Looks like that's easy enough to fix but it's really annoying for stock.
* Dropbox integration seems broken compared to ICS, perhaps because it comes with two conflcting dropbox .apks? (They both reside in the same namespace for some reason.) Haven't worked particularly hard on fixing that yet, since camera uploads work just fine.
What's bugging you?
dmerillat said:
This is just a minor issues/easy fixes thread, if you have major problems take it to the LIH leak thread.
* ADB isn't a member of sdcard_r, so it has no access to /storage/sdcard. /storage is part of the root filesystem which is dynamically generated by init.qcom.rc in the boot.img, which makes changing it an "exciting" adventure. Maybe it's easier to get adb to run in the sdcard_r group, I dunno.
* Two fonts aren't actually fonts, just text files (DroidSans.ttf and DroidSans-Bold.ttf)
* They put back the windmill screensaver (Yay!) but it insta-crashes trying to load the above fonts (ffff). Easy to fix - just copy Roboto-Regular.ttf to DroidSans and Roboto-Bold to DroidSansBold and it all works again.
* THEY TOOK AWAY NATIVE SIP. F**k samsung hard for that, it worked really well in ICS.
* Lots of settings toggles missing by default - airplane mode is buried in settings instead of being a nice easy toggle, data mode is gone entirely, etc. Looks like that's easy enough to fix but it's really annoying for stock.
* Dropbox integration seems broken compared to ICS, perhaps because it comes with two conflcting dropbox .apks? (They both reside in the same namespace for some reason.) Haven't worked particularly hard on fixing that yet, since camera uploads work just fine.
What's bugging you?
Click to expand...
Click to collapse
Pardon my ignorance, what is native SIP? Is that for VOIP, and are you saying they disabled video chat functionality? Quick toggle for airplane mode: hold down power button.
Nfc doesnt seem transfer from my trial if it works 4 you...pass it on!
Sent from my SPH-L710 using xda app-developers app
Dr. Fed said:
Pardon my ignorance, what is native SIP? Is that for VOIP, and are you saying they disabled video chat functionality? Quick toggle for airplane mode: hold down power button.
Click to expand...
Click to collapse
??? How did you even come up with video chat?
VoIP = Voice over IP. Could be a lot of different things, from something standard like SIP to propertary like Microsoft Skype.
The problem with airplane mode is if I'm in a cell-dead area but have wifi I can't turn off my CDMA and leave wifi on, which I used to be able to do.
Found a new and exciting one: adb somehow picked up a umask of 0077 which makes it impossible for adb install to work. WHO THE **** LETS **** LIKE THAT PAST QA?
dmerillat said:
Found a new and exciting one: adb somehow picked up a umask of 0077 which makes it impossible for adb install to work. WHO THE **** LETS **** LIKE THAT PAST QA?
Click to expand...
Click to collapse
It is a leak... I would assume that is is still in QA.
dmerillat said:
This is just a minor issues/easy fixes thread, if you have major problems take it to the LIH leak thread.
* ADB isn't a member of sdcard_r, so it has no access to /storage/sdcard. /storage is part of the root filesystem which is dynamically generated by init.qcom.rc in the boot.img, which makes changing it an "exciting" adventure. Maybe it's easier to get adb to run in the sdcard_r group, I dunno.
* Two fonts aren't actually fonts, just text files (DroidSans.ttf and DroidSans-Bold.ttf)
* They put back the windmill screensaver (Yay!) but it insta-crashes trying to load the above fonts (ffff). Easy to fix - just copy Roboto-Regular.ttf to DroidSans and Roboto-Bold to DroidSansBold and it all works again.
* THEY TOOK AWAY NATIVE SIP. F**k samsung hard for that, it worked really well in ICS.
* Lots of settings toggles missing by default - airplane mode is buried in settings instead of being a nice easy toggle, data mode is gone entirely, etc. Looks like that's easy enough to fix but it's really annoying for stock.
* Dropbox integration seems broken compared to ICS, perhaps because it comes with two conflcting dropbox .apks? (They both reside in the same namespace for some reason.) Haven't worked particularly hard on fixing that yet, since camera uploads work just fine.
What's bugging you?
Click to expand...
Click to collapse
Did you install this without clearing data first? I ask because I don't have either the phantom fonts or the problem with dropbox. Seems like both could be caused by writing over existing versions of the files.
Look how wrong you are. Try browsing the LIH zip - the fonts are wrong in it from the factory. Dropbox seems to have resolved itself at least - there's still two instances in /system but maybe they just couldn't manage to make a complete app in one .apk? Who knows.
m20120 said:
It is a leak... I would assume that is is still in QA.
Click to expand...
Click to collapse
I would hope minor nits like "cannot install packages via USB" would be noticed by the devs, not punted to QA. That's the kind of thing that pisses devs off. Anyway, I said f it and wrote a wrapper to replace adbd and fix the umask. I suppose I could also hack umask fixing into the adbd binary but that's too much effort.
And a new one!
E/ThermalDaemon( 2632): Failed to parse config file '/system/etc/thermald.conf'
# cat /etc/thermald.conf
/etc/thermald-8960.conf
It looks like they squashed all their symlinks into text files in the packaging process. Making it into a symlink to the named file fixes the error. Wonder how many more of those there are?
Hey just to pre-empt the inevitable "hurf durf did you wipe your phone" post:
Code:
$ unzip -l LIH_update_FULL_DeOdex.zip | grep etc/thermald
2486 2008-08-01 05:00 system/etc/thermald-8064.conf
1764 2008-08-01 05:00 system/etc/thermald-8930.conf
545 2008-08-01 05:00 system/etc/thermald-8960.conf
23 2098-01-26 18:31 system/etc/thermald.conf
$ echo -n /etc/thermald-8960.conf | wc -c
23
Boy it's almost like it's wrong from the update itself!
Of course, since it was leaked by someone and never intended for public consumption...... Need I say more?
Hopefully we'll get the next couple of leaks and see if things improve.
When using exchange email account, the "enter" key does not seem to work properly in all scenarios. One example is when the cursor is placed at the end of a sentence, pressing enter has no effect.
Gersonian said:
When using exchange email account, the "enter" key does not seem to work properly in all scenarios. One example is when the cursor is placed at the end of a sentence, pressing enter has no effect.
Click to expand...
Click to collapse
Not just exchange. This affects any email accounts in the Samsung email app.
Sent from my SPH-L710 using Tapatalk 2
There are a few things that I can mention if I can remember them. The one thing that I can remember is sometimes when you hit the volume up or down button, it will increase or decrease the volume after some delay and the actual volume panel gui is delayed.
Some voice calls are very loud. Even changing the volume while on the call doesnt make a difference.
Here's another one. This isn't really a bug but more of a known Sprint nonsense crap that they do to us. Stock ROMS do not show 1X only 3G/4G.
Gersonian said:
When using exchange email account, the "enter" key does not seem to work properly in all scenarios. One example is when the cursor is placed at the end of a sentence, pressing enter has no effect.
Click to expand...
Click to collapse
I had this very same issue. I was using the Jelly Bean stock keyboard that I downloaded from the Play Store. Switch back to the Samsung keyboard and you should be good. Swype works as well, for some reason any other keyboard doesn't allow line changing in the "Email"(Not Gmail) app.
nowakezone said:
Some voice calls are very loud. Even changing the volume while on the call doesnt make a difference.
Click to expand...
Click to collapse
This is because you have the extra volume turned on/active. Try to make a call and you will see that there is a circular icon around the mid-right of the screen. Hit it and that should disable extra volume and you should be able to control call volumes with your hardware keys.
One issue that I have and can't seem to get around is related to the following apps :
- Gmail(1 account)
- Email(4 accounts)
- Google Voice
- Default Messaging app.
I haven't narrowed it down, but it either is at every reboot or whenever I to into silent mode and back out of it, then I lose all my ringtone settings. Basically, the emails and GV are set to silent and the messaging app goes to the default notification tone. Any clues? I am a flash-aholic, and would have sworn that I saw something about profiles... Maybe not for the LIF leak, huh?
There are some issues I've run into using the LIH leak. Please forgive me if they have been addressed or fixed in another thread:
*Swype doesn't skip spaces when entering text in Dolphin Browser (also heard this occurs in other browsers)
*Vibration Intensity setting only changes for stock keyboard. 3rd party keyboards either can have no haptic feedback or haptic feedback with max vibration.
*Plugging headphones in doesn't show apps in notification bar after choosing setting to have them do so
*Sound occasionally makes a faint pop (typical right before unlock sound or before other system sounds)
The following issues I assume would just be issues with their respective developers, GO Launcher Ex and Dolphin, which I will send to them if they occur after the final release of JB, but just in case any of you using a different launcher, browser, etc. or stock yet have the same issue I will post them anyway:
*In GO Launcher Ex, scrolling to different home screens sometimes causes widgets to briefly look like old color TVs when all they would show was a static. Usually occurs if widgets haven't been drawn in awhile.
*When browsing using Dolphin Browser, copy/cut/paste doesn't work all the time as it should (i.e. long-pressing a word doesn't bring up the edit icons.
*Pressing Home button to wake phone goes to home screen rather than any current app user is using.
This is an application to automate switching stack. I am hoping that maybe this kind thing can be integrated into the roms to run as a background service.
Requirements :
1. A 4.4 ROM which has this bug.
2. Tinyalsas audio libraries.
3. Terminal emulator (won't need it but is reccomended )
4. An app which can lock this app in memory.I used 'Pimpmyrom:
5.Need YOU to test if its not putting too much load or is giving off any bugs.
Notes:
For Now its just a test app. you can still use tasker FIX but this is for those who don't want to buy tasker
Also I am still testing this . and don't know how long it will last under low system resources
Basically I didn't wanna use tasker so decided to use it to make this app.
This simply runs in the background and no need for tasker. so lesser resource consumption.
Though it does leave an icon in your app drawer and i dont know how to fix that..
And it works even if you swipe off the notification i guess.
Instructions:
Get tinyalsas audio libraries as of recent updates they are integrated
Download and launch .. It will pop a flash and a notification.. Using it switch default to VoIP(su *press enter* alsas)
Lock this app in memory and ur good to go
Also tel me if you want any changes in app name or icon or whatever .. Sorry just made this in a hurry.hope its worth it.
Hi,
Thanks for making this fix, it helped me out a lot when I was travelling and couldn't get SIP/VOIP to work on my CM11 Captivate Glide. One thing that I figured out once I got back is why my GSM calls weren't working, while my VOIP ones were working fine. It seems to me is that I have to manually switch the stacks through terminal emulator (su *press enter* alsas) to get either GSM or VOIP calls, which makes receiving both type of calls difficult. Do you know how to make both GSM and VOIP calls work at the same time?
Many thanks in advance!
So I'm trying to get different text visible every day. I use 7 different variables depending on what day it is BUT the day always changes at MY local midnight, not the SET widget local midnight. I'm sure the widget locality is different as I've gotten the desired time out too just to keep an eye on it. I need help getting this to behave like I want it. Please help! Here's what I currently use:
$(#Df#)=1?(Monday - Text)$
$(#Df#)=2?(Tuesday - Text)$
....
$(#Df#)=7?(Sunday - Text)$
I still haven't figured it out after 4 days of fiddling with the options. Any help would be appreciated.
How about using
$X<Y?Z$ with "="?
Sent from OPO.
enigma_x said:
How about using
$X<Y?Z$ with "="?.
Click to expand...
Click to collapse
That's exactly what I'm using. Except my problem is there's no way to equate #DE# (which shows as text, eg "Mon") to the actual text. Example - $#DE#=Mon?TEXT$ does not work.
And the only thing I can use these commands with is #DF# which is the day in numbers where Monday would be shown as 1. And those change depending on MY locality, not the set widget locality.
I've also thought of another way to go around it using 2 variables, DF AND the time of day, but as much as I try I don't think a second variable with & is even possible in Zooper.
Soooo again - assistance please!
So, i've been tinkering alot with my old vince these days and since i'm using MCAOSP Pie as daily driver on my whyred, i decided to do the same on vince.
Thing is, no matter what i did, alarms weren't ringing, unless set for like 10 minutes or so. Anything past 15 minutes didn't work.
IMHO, the MCAOSP port is the most stable pie rom for vince atm and it gives great battery backup too, so finally i found the fix for this bug.
INSTRUCTIONS:
1. Get any root file explorer you want.
2. Go to /system and open build.prop.
3. Go to the end of the file and add a new line:
Code:
sys.keep_app_1=com.android.deskclock
4. Enjoy.
PS: You can use this trick with any other alarm app out there, just see it's package name and add a new line in build.prop ( sys.keep_app_2="package name", sys.keep_app_3="package name" and so on).
It didn't take a toll on the battery as of now, but i imagine it drains just a tiny bit more. Nothing serious, tho, but still, alarm are working now, at least.
Funny, using MCAOSP for something like two weeks, never had this problem !
That's said, I'm not using the stock Clock for my morning alarms, I'm using the Google one on the Play Store for it's Spotify integration, never let me down.
Thanks for the tip anyway, could prove useful !
I've had this issue on several oreo roms as well as pie. Presuming it's a kernel issue? Currently on AEX 9.0 and alarm is not working. Tried your fix for this rom, doesn't help. Any ideas?