Never send a minion to do a god's work.

Glory ,'The Killer In Me'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


§ ita § - Nov 05, 2012 4:58:23 pm PST #21429 of 25501
Well not canonically, no, but this is transformative fiction.

I *think* you've needed to root Android since somewhere iin 2.x to remotely turn on GPS. But then Liese's app confuses me.

I'm pretty sure I've seen email scripts lying about, but I feel naked about the exposed password thingummy. Are your credentials in the python code, and therefore a little bit less obvious?

I'm trying to remember why I didn't root this phone--it wasn't bound to a carrier, and I was good with the functionality. and the instructions weren't clear yet (such was the problem of jumping in early, I guess)..and then I was off the deep end. I figured if I didn't want to load a ROM...

But, given the time the phone went into a stupid boot loop, I was surprised to see how much was in the cloud. Not iPhone level, but not a disaster either.


Liese S. - Nov 05, 2012 5:36:31 pm PST #21430 of 25501
"Faded like the lilac, he thought."

I know my app does it. And I know my phone isn't rooted. That's all I know.


§ ita § - Nov 05, 2012 5:44:00 pm PST #21431 of 25501
Well not canonically, no, but this is transformative fiction.

Okay--I wasn't hallucinating that, or if I am, it's a shared vision: [link] -- apparently it is workable in some scenarios where it shouldn't be? And therefore might stop working at any time?


Liese S. - Nov 05, 2012 6:37:18 pm PST #21432 of 25501
"Faded like the lilac, he thought."

Hmm. Weird.


Tom Scola - Nov 06, 2012 2:09:51 am PST #21433 of 25501
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

If I had some PDF files, would someone be able to convert them to the CMYK color space for me? In particular, I’m worried about:

Q. What if I want to create a solid black area?

A. When you want an area of solid black within a document, 100% black (K) will not result in a solid, saturated black. You should use rich black, which is made by mixing other colors of ink with black ink to produce a much darker, deeper black on press than can be achieved by using black ink alone. To create rich black on pieces printed by PsPrint, your CMYK calibration values must be 50% Cyan (C), 40% Magenta (M), 40% Yellow (Y), and 100% Black (K).

I have no idea how to do that, and I don’t have the right software anyway.


Gris - Nov 06, 2012 3:31:32 am PST #21434 of 25501
Hey. New board.

The key thing you want for GV use is the Event "Notification", with Owner Application set to Voice. Then you can make the Title some key word with wildcard capabilities (I use *tasker announce* for the find-my-phone task and *tasker location* for the silent GPS action). As long as you have Accessibility Options turned on for Tasker (which it should prompt you to enable when you need to), that should trigger whenever you get a GV text with the given text in it. I'm pretty sure it doesn't require root.

Actually pretty straightforward as long as you get GV notifications reliably.

The background e-mail was much trickier. I had to use this: [link]

How are you tracking "twice in ten minutes"?

Two profiles. One called "Set Call Variables" just sets two variable called "%LASTCALLTIME" and "%LASTNUMBER" (Tasker keeps these as system variables, I just want to hold onto them past the next call, so I put them in my own variables.)

The second profile called "Emergency Call" has two contexts. One is "Phone Ringing" with %LASTNUMBER as the caller. The other is "Variable Value" checking that %CTIME (system variable for most recent call time) is less than %LASTCALLTIME+10. Tasker deals with the time math automatically, near as I can tell. I haven't tested it extensively, but it seems to work with my limited two-check sample.


Deena - Nov 06, 2012 4:08:45 am PST #21435 of 25501
How are you me? You need to stop that. Only I can be me. ~Kara

Tom, could you use them as jpg files?


Tom Scola - Nov 06, 2012 4:11:40 am PST #21436 of 25501
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

No, that would make the text all pixelated.


Deena - Nov 06, 2012 4:13:01 am PST #21437 of 25501
How are you me? You need to stop that. Only I can be me. ~Kara

Right. I could open them in photoshop, edit the color, and resave them as PDFs, but I'm not sure if it would work or not. I think it would still fubar the text. I'd save them high-res, though.


§ ita § - Nov 06, 2012 4:40:27 am PST #21438 of 25501
Well not canonically, no, but this is transformative fiction.

I'm pretty sure it doesn't require root.

It's the GPS I was saying needed root, not anything to do with Google Voice.

One called "Set Call Variables" just sets two variable called "%LASTCALLTIME" and "%LASTNUMBER"

So it's not just "twice in ten", it's "twice successively in ten"?