Okay, here's my situation. I have a ton of numbers in my address book (well, Google Contacts), and I use this app called Contacts Clean-up to make sure all the formatting of all my numbers are the same and everything. Now the problem is with this application it forces you to format your numbers so they have a "+" before your number (ex. +1-555-555-5555).
I went to use Darch's Legend ROM and for some reason that format of a number isnt supported, it just wont let me call the people. Being that I have hundreds of contacts between Google Contacts & Facebook I need to have my numbers formatted WITHOUT the "+".
Long story short, the app is open source & I was wondering if someone could modify it for me to make an option to not have the "+" in the number. I know someone's gotta know how to do it...
Here's the link... http://code.google.com/p/android-contacts-cleanup/
Thanks in advance.
just take a look at the source yourself. it's pretty clearly outlined when you find
svn/trunk/res/values/strings.xml
i'd do it for you right now... but i can't check out a copy of the source since i don't use linux
but if you look in the strings.xml, you'll see the '+' sign that you want to get rid of clearly. if you're running linux, simply modify the file to delete the + sign and package it back to the apk, i'm assuming. then it should work fine
It just sucks that I'm on my mom's Mac right now.
Any ideas how to do it from here? Or anyone with Linux willing to help a fellow Android guy out?
i'm not sure if it works on a mac, but give it a try anyways!
just go to terminal and enter
Code:
svn checkout http://android-contacts-cleanup.googlecode.com/svn/trunk/ android-contacts-cleanup-read-only
To do it on a mac you would first have to install macports, and then run:
Code:
sudo port install subversion
After that you would then be able to check out the source.
Damn I'm on my mom's computer right now... I can't really install anything.
Ughh. Could anyone possibly try to do this for me if its not too much trouble?
I'll see what I can do. I might have some time to do it tonight yet.
Edit:
I have made the edits that are needed. Also, it required a bit more than just editing the strings file. This is obvious to anyone who has experience with Android development since the strings are only for display. As far as getting it to do what you wanted, that was just a few quick edits to the Formatter class.
PM me for a link to the .apk to install it. (I'm a new user, so I can't post links.) Just download it OTA. You will need to enable unknown sources in order to install it.
bbene said:
I'll see what I can do. I might have some time to do it tonight yet.
Click to expand...
Click to collapse
Thank you so much! You don't know how badly I need this.
this should work for you...also i put in a section so that if you had used the other one by mistake and it put the + in front of your numbers it will remove the +... USE AT YOUR OWN RISK, tested with 10 differently formatted contacts all were formatted correctly after running it
venumx said:
this should work for you...also i put in a section so that if you had used the other one by mistake and it put the + in front of your numbers it will remove the +... USE AT YOUR OWN RISK, tested with 10 differently formatted contacts all were formatted correctly after running it
Click to expand...
Click to collapse
Ditto. Lol.
venumx said:
this should work for you...also i put in a section so that if you had used the other one by mistake and it put the + in front of your numbers it will remove the +... USE AT YOUR OWN RISK, tested with 10 differently formatted contacts all were formatted correctly after running it
Click to expand...
Click to collapse
Thanks so much, about to try it out.
IT WORKED! Thank you so much! You dont know how much this is gonna help me.
np glad it worked
You're welcome, even though you didn't use mine lol.
bbene said:
You're welcome, even though you didn't use mine lol.
Click to expand...
Click to collapse
Wow, sorry bout that. I completely missed your post.
bbene said:
You're welcome, even though you didn't use mine lol.
Click to expand...
Click to collapse
haha my bad bbene didnt realize you were working on it till i went to post it! you didnt attach yours to your post
It's OK. I just know next time to post a new reply to myself rather than editing my post.
Regardless, thanks to both you guys.
glad you guys got it working. sorry i couldn't do it for ya!
isn't open source awesome, guys?
especially when its as readable as that code was...
Related
Does anyone know how to get dark keys application working on the 1.5 firmware (cupcake)
Is it something the app developer needs to do and if so does anyone know where i can reach him to ask
http://forum.xda-developers.com/showthread.php?t=513772 go here for app <<
it has to be done on the developers side and if you download the program through market the go to its details and scroll down to email developer.
already sent an E-mail to the Dev asking for the source code. He said he was going to get it uploaded.
cheers
Thanks guys
any luck on getting it to works on 1.5 yet?
Someone needs to make a new version of this app. one that doesnt keep flicking on and off like dark keys does. would be nice if it just remembered whether it was on or off and stayed that way until changed.
whats the darks key?black key?
Would it be possible to have a uer option to have the backlight on or off based on the time of the day?
Hm, they disabled a lot of programs abilities to change settings like wifi/gps etc, dont know if this was one of those settings (REALLY hope not since you cant change it in android settings either).
Really need this app working for 1.5 :/
fastludeh22 said:
Would it be possible to have a uer option to have the backlight on or off based on the time of the day?
Click to expand...
Click to collapse
That's a really good idea but we need to get it working with 1.5 first
Anyone seen any updates on this anywhere? His webpage seems quiet as well. Thinking about looking into this myself, but it'd be a lot easier with his code.
Nobody saw the source? It is explicitely posted on google code..
Here is the link:
http://code.google.com/p/darkkeys/
Did not actually see that, but I dont think it's possible with 1.5 firmware, I looked into it a bit myself, trying to construct hardwareservice jar file for 1.5.
//edit, that is, not possible with the normal hardwareservice way, it'll still work fine on rooted phones.
Rename to darkkeys.apk and install normally. Works only on rooted phones for 1.5 unfortunatly, and it's only debug signed.
Upstream bug tracker here : http://code.google.com/p/darkkeys/issues/list?updated=2&ts=1241446083
This is a disaster for white G1s!
Do I really have to root my phone just to be able to see the keyboard? What are Google playing at?
nurre said:
Rename to darkkeys.apk and install normally. Works only on rooted phones for 1.5 unfortunatly, and it's only debug signed.
Upstream bug tracker here : http://code.google.com/p/darkkeys/issues/list?updated=2&ts=1241446083
Click to expand...
Click to collapse
haha thank you so much i have been waiting for this for a LONG TIME!
Seems they changed detection on whether or not the keypad's open a bit as well, I'll see about making it more reliable sometime today.
Attaching new one, same procedure, rename to .apk and install directly.
What's the point in this?
nurre said:
Attaching new one, same procedure, rename to .apk and install directly.
Click to expand...
Click to collapse
Bronze G1s suffer from the same problem. So here's another vote for "change timeout based on time of day" feature. Preferably something configurable and togglable. Thanks for your hard work, guys!
Hey guys,
Here's my newest Windows program. You type in a search phrase, and through ADB, it will search your phone in the specified directories and then you can pull to the specified save locations on your computer.
Find and Pull™ v1.0.2
PREREQUISITES:
Android USB Drivers installed
ADB working and in PATH
USB Debugging Enabled
.NET 4.0
HOW TO USE:
1. Connect phone to computer via USB
2. Run FindandPull.exe
3. Go to File > Preferences
4. Choose a save location (use the file browser button)
5. Choose a search location (some common ones are in the drop down, but you can also type your own)
6. Press OK
7. Now type in whatever you want to search for:
-For example, if you want to find any files with the word 'speed' in it, type 'speed' without the quotes
-Also, you can use the wildcards * and ? in your search.
*Don't put them on the outer edges of your search text since I already did that.
8. Press the Find button
9. If it found any files, it will now list them in the checked list box.
10. Check whichever files you want to pull.
11. Press the Pull button.
12. Voila!
Changelog is in app.
Source: Find and Pull GitHub
If anyone has any suggestions, features, or ideas they would like implemented, as well as any bugs found, PLEASE let me know.
Frequently Asked Questions:
1. Will this work on my phone?
No, it won't. This is only for Windows.
2. The program doesn't want to open on my computer. What's wrong?
Most likely, you will need to update to the newest version of .NET framework. I'm using 4.0, so that could be the issue.
3. The device checker keeps saying that it can't find my device. PLEASE HELP ME!!!
Alright, I ended up having to help out with a lot of these problems with my Clock Switcher program. So the simplest solution I could think of was for the program to use ADB however you have it set up. Therefore, you must have ADB already working on your computer, as well as being in PATH.
4. So how do copy protected apps onto my computer?!?!?
Sorry, but out of respect for other developers I didn't list that location in the drop down. If you figure it out anyway, congrats lol.
Click to expand...
Click to collapse
Known Bugs:
None yet.
Please report any that you find
Click to expand...
Click to collapse
Yeah need 4.0+
http://www.microsoft.com/downloads/...51-5ff4-4491-b0e5-b386f32c0992&displaylang=en
EDIT: Works great. Only suggestion so far is to incorporate the target folders in the main search page if possible, rather than having to go to preferences. Not a big deal, though. I can definitely live with it as it stands. Thank you for this!
Re: Find and Pull v1.0
I posted link to 4.0 in OP thanks for that.. and thanks for the suggestion .. I'll mess around with it tomorrow
OK updated OP with new version.
Added a "search within results" feature and some bug fixes
Still need to implement some more features in my free time
Any suggestions are highly welcomed
Small update..
Added 2 new search options
1. you can now specify last modified dates
2. you can also specify either files or directories
*Bump* Thank you...working great!
overground said:
*Bump* Thank you...working great!
Click to expand...
Click to collapse
haha thanks man
Dude you rock !! These little programs you make come in handy big time, thanks for your hard work...I wish i could program like that
jgrimberg1979 said:
Dude you rock !! These little programs you make come in handy big time, thanks for your hard work...I wish i could program like that
Click to expand...
Click to collapse
Hey thanks man ... I've been meaning to get around to update this ... summer semester ends this week and I get a bit of a vacation before the next semester so I'll definitely work on it then
xidominicanoix said:
I've been meaning to get around to update this ... summer semester ends this week and I get a bit of a vacation before the next semester so I'll definitely work on it then
Click to expand...
Click to collapse
I know I promised to work on this, but I've been slacking and just relaxing on my little vacation from school but I really do promise to get back to this .. have some ideas just gotta get them done now
Seems there is now a Hulu Plus app available according to engadget.com/2011/06/22/hulu-plus-for-android-is-available-now-if-you-can-install-it/.
Anyone try to get that working on our SGT's?
Blittz said:
Seems there is now a Hulu Plus app available according to engadget.com/2011/06/22/hulu-plus-for-android-is-available-now-if-you-can-install-it/.
Anyone try to get that working on our SGT's?
Click to expand...
Click to collapse
I have been waiting for this for awhile.
Bump!
Nothing at the moment.
Hopefully it can be patched like the Skype one was patched!
I'm thinking that it might only run on official gingerbread. My nexus s 4g can run it and it's on 2.3.4
oscarthegrouch said:
I'm thinking that it might only run on official gingerbread. My nexus s 4g can run it and it's on 2.3.4
Click to expand...
Click to collapse
So, now the Galaxy Tab is running 2.3.4 also.
just installed the APK ya it says no support bummer anyone modified this yet to work on more devices? I have a Samsung Galaxy Tab 7.0 running Rooted Gingerbread CDMA Sprint Rom.
Yeah it works fine.
But I prefer my way.
http://forum.xda-developers.com/showthread.php?p=18841045#post18841045
dizgustipated said:
Yeah it works fine.
But I prefer my way.
http://forum.xda-developers.com/showthread.php?p=18841045#post18841045
Click to expand...
Click to collapse
ya your way doesnt work anymore, Hulu requires a newer version of Adobe Flash
KazeOne said:
ya your way doesnt work anymore, Hulu requires a newer version of Adobe Flash
Click to expand...
Click to collapse
Funny, as I am watching a movie on hulu RIGHT NOW, on my sgt7, in my browser, using my way.
(Just stopped to answer this post)
Funny how that works
dizgustipated said:
Funny, as I am watching a movie on hulu RIGHT NOW, on my sgt7, in my browser, using my way.
(Just stopped to answer this post)
Funny how that works
Click to expand...
Click to collapse
and I can get screen caps from sever browsers stating otherwise and a long list of people who also say it does not work so ya... feel free to post a video though showing that its working and what you did to back your instructions.
KazeOne said:
and I can get screen caps from sever browsers stating otherwise and a long list of people who also say it does not work so ya... feel free to post a video though showing that its working and what you did to back your instructions.
Click to expand...
Click to collapse
pics posted (in original post)
now feel free to admit you didnt even try it, before posting something didnt work.
and, please, next time dont be so quick to call someone a liar.
No hard feelings though.
Now, back to my movie
dizgustipated said:
pics posted (in original post)
now feel free to admit you didnt even try it, before posting something didnt work.
and, please, next time dont be so quick to call someone a liar.
No hard feelings though.
Now, back to my movie
Click to expand...
Click to collapse
where did I call you a liar? I said that it wasnt working and that a lot of other people were having issues so to put pictures to back your instruction so we can see where some of us could be doing it wrong... sheesh talk about over reacting a tad.... for example maybe Im doing a step wrong so by adding pictures we get confirmation of what we are doing, so like this step "Open browser, change ua to linux desktop, mac desktop or IE6" could you expand on this a bit more?
okay the only ua string options I see is
Android - Doesnt work get message that I need to update Adobe Flash
Desktop - Doesnt work get the same message
iPhone - Does work but so far every tv show, movie, clip, or trailer I click say The video is not available on the iPhone
so ya if you can go over the string part and let us know which your using that would be appreciated.
KazeOne said:
where did I call you a liar? I said that it wasnt working
and that a lot of other people were having issues
Click to expand...
Click to collapse
I can read what you said, even quote it.
KazeOne said:
ya your way doesnt work anymore, Hulu requires a newer version of Adobe Flash
Click to expand...
Click to collapse
Well, it does,
just takes the ability to know that you have to complete all the steps listed in any instructions for anything to work.
a correct way to say it, would have been something like:
"I tired your apk, and here is a pic of the error, ( insert pick here)
I see that your on such and such rom, does it only work for that style of rom, or did I do something wrong?"
Well something, somewhere around something like that.
your responce was:
KazeOne said:
and I can get screen caps from sever browsers stating otherwise and a long list of people who also say it does not work so ya... feel free to post a video though showing that its working and what you did to back your instructions.
Click to expand...
Click to collapse
That's my thread I linked you too.
Be humble, newcomer
Be more respectful, to all in this community.
Give facts about what rom you tried this exact one on.
The more info you give when asking for help, the more help you get.
"Open browser, change ua to linux desktop, mac desktop or IE6" could you expand on this a bit more?
Click to expand...
Click to collapse
Now,
open your stock browser
Press menu
Go to setings
(Some stock browsers make you got into Advanced settings to see next option, some don't)
Select user agent
If your browser doesn't offer this option, you fail a step and the logical next step is to get a browser/rom that has that option.
so then what browser are you using then and what string are you using, obviously it would make sense to post your exact settings if its working for you. if your running a custom string then alright Dolphin HD lets us use custom so again like you said providing more information helps and works both ways.
Ok I am new to this all. so I am going to go ahead and say that do not get mad if I do not understand something.
anyhow, I am wanting to watch hulu.com on my asus tf101. the builder number is 8.6.5.13.the android version is 3.2.1
I have heard people say to root it, but I am unsure how to do it. I tried a couple of sites, but they seemed old and I would find myself half way through with a link not working.
so all I have is what came on it. I just purchased it today. if you know what will make it work best to watch hulu.com thank you so much. I'll be watching this thread so please ask away if you need any more information.
also I do not paying for anything as long as it works. hence I purchased hulu plus. BUT it did not carry all the shows like it does online.
thank you,
Jonathan Mashburn
mashburn82 said:
Ok I am new to this all. so I am going to go ahead and say that do not get mad if I do not understand something.
anyhow, I am wanting to watch hulu.com on my asus tf101. the builder number is 8.6.5.13.the android version is 3.2.1
I have heard people say to root it, but I am unsure how to do it. I tried a couple of sites, but they seemed old and I would find myself half way through with a link not working.
so all I have is what came on it. I just purchased it today. if you know what will make it work best to watch hulu.com thank you so much. I'll be watching this thread so please ask away if you need any more information.
also I do not paying for anything as long as it works. hence I purchased hulu plus. BUT it did not carry all the shows like it does online.
thank you,
Jonathan Mashburn
Click to expand...
Click to collapse
If you are 8.6.5.13.get Razorclaw app & run it.
go here
http://forum.xda-developers.com/showthread.php?t=1345049
ok I went to the ravor claw website. do I open it in APK or source? I tried both and it does not reconize in what for to open it in.
do I run it or save it.
but I have tried all the ways and it does not know what application to help run it with. and when I click the serach the web it does not find anything.
what is wrong?
also I am 8.6.5.13
I did it as a source and it put it in a zip file. I take it I need to unzip it. do your recomend a certain program for unzipping correctly?
go here
http://androidroot.mobi/2011/11/14/introducing-razorclaw-v1/
under large graphic click in link labeled apk
be sure you have setting to allow foreign aps to load.
under settings/applications/ unknown sources check ok to load
Once it shows up as an app. Run it
Done
Rumbleweed said:
go here
under large graphic click in link labeled apk
be sure you have setting to allow foreign aps to load.
under settings/applications/ unknown sources check ok to load
Once it shows up as an app. Run it
Done
Click to expand...
Click to collapse
do not hit me. but I am suppose to be doing this from my asus or on the computer?
thanks and sorry I am not all computer literate
(I could not attach the link, but I hope you understand what I am referring to. thanks)
mashburn82 said:
do not hit me. but I am suppose to be doing this from my asus or on the computer?
thanks and sorry I am not all computer literate
(I could not attach the link, but I hope you understand what I am referring to. thanks)
Click to expand...
Click to collapse
on your TF .
Do the allow unknown apps permission first.
Just click on apk and it will load
Once you are rooted Do the following
go to market get superuser load
go to market get OTA rootkeeper then load
If you are strugglng with this I recommend you do not go any further (ie roms kernels)
I'am almost sure razorclaw will not work because it is based on 8.6.5.19.
It checks the version and also needs (fixed) asus-backup which was delivered with 8.6.5.19.
You can try it, but it will fail.
easy to upgrade from 13 to 19. harder to get back. But based on difficulty with simple Nachoroot poster asking questions should stick with stock.
only luck I've had so far is with www.playon.tv . I'm on their 2 week free trial right now but considering the upgrade.
Updated! *******02/25/2013*********
Backup feature added
The script will no longer kill active logins and cookies
Hello Everyone,
So I have an RT device and I been looking around the forums and saw a lot of people trying to add websites to the whitelist so they could get there flash sites working and were having issues. I now have created a script that will allow you to add websites and custom white lists without any issues.
Neowin.net article.
http://www.neowin.net/news/windows-rt-flash-player-tool-lets-you-easily-white-list-websites
WPCentral.com article.
http://www.wpcentral.com/windows-rt-flash-player-tool-brings-flash-content-your-surface-browser
betanews.com article.
http://betanews.com/2013/01/14/use-...tool-to-add-more-websites-to-ie10s-whitelist/
redmondpie.com article.
http://www.redmondpie.com/how-to-add-any-site-to-ie10-flash-whitelist-in-windows-rt-the-easy-way/
Download Links below...
http://www.filedropper.com/windowsrtwhitelistflashtoolv16
http://www.sendspace.com/file/yfom9j
http://droidkid.wordpress.com/project-windows-rt-flash-player-tool/
Here is a video on how it works
*******Update!*******
Current Bugs:
Takes about 2 and half minutes for it to add the website you choose to the list, not that big of a deal. However I’m working on fixing it.
Please report any bugs I will attempt to resolve them ASAP.
Thank you guys for all your support, I will update this thread as soon as the new release is available
I almost thought this was the first firmware flash tool haha... Anyway your tool works great thanks!
Bjray said:
I almost thought this was the first firmware flash tool haha... Anyway your tool works great thanks!
Click to expand...
Click to collapse
haha I know, naming the tool was probably the hardest part!
Great tool thanks:good:
Awesome, thanks!
Nice work
Btw I read on neowin about this tool deleting logins etc.
I think it has to delete browsing history or clear the cache in order to work. I dont think it will work without deleting one of those.
Let me know if you find a method to make it work without the need to delete browsing history and then ill add it to the other thread.
Regards
Marvin_S said:
Nice work
Btw I read on neowin about this tool deleting logins etc.
I think it has to delete browsing history or clear the cache in order to work. I dont think it will work without deleting one of those.
Let me know if you find a method to make it work without the need to delete browsing history and then ill add it to the other thread.
Regards
Click to expand...
Click to collapse
Yeah it will delete your stored login information.
I think i can get it to work without deleting the saved password information. I will be working on that this weekend along with a few more tweaks. I really just wanted to get it out there and have more people testing it.
If someone can confirm exactly what needs to be cleared I can adjust the settings in the script. Otherwise I will do my testing and find out.
Works like a charm for me, Asus Vivo tab RT
sergiopi said:
Works like a charm for me, Asus Vivo tab RT
Click to expand...
Click to collapse
No problem glad to know its working well on another device besides the surface
Will not work for me gives me an error saying
duplicate files exists or cannot find file, something along them lines. I have not added any address manually and I restored the default list as shown in the video.
What am I doing wrong?
THEBIG360 said:
Will not work for me gives me an error saying
duplicate files exists or cannot find file, something along them lines. I have not added any address manually and I restored the default list as shown in the video.
What am I doing wrong?
Click to expand...
Click to collapse
Ah can you please open the run command and navigate to %temp% and delete everything within and let me know if it works after that. if it does I can fix this in the next release.
Yep that worked mate thanks, it rakes a while to add my entry but I know you are aware of that's.
Thanks for this tool it is awesome.
THEBIG360 said:
Yep that worked mate thanks, it rakes a while to add my entry but I know you are aware of that's.
Thanks for this tool it is awesome.
Click to expand...
Click to collapse
No problem thanks for clarifying that I have added that to the bug list I will get that sorted out. Let me know if you run into any other issues.
Cheers
Work like a charm
can anyone see how to get slipstreamtv.com to work. I dont know how to find the site for the player
epidemic215 said:
can anyone see how to get slipstreamtv.com to work. I dont know how to find the site for the player
Click to expand...
Click to collapse
I'll look into it tomorrow and I'll reply in the thread
Answer!
epidemic215 said:
can anyone see how to get slipstreamtv.com to work. I dont know how to find the site for the player
Click to expand...
Click to collapse
Hey so I looked into it for you. I got it to work it wasn't to hard. So what is happening is the acutal video is hosted on another site so not only will you need to add slipstreamtv.com you will need to add the site that hosts the actual live TV. Now to find out the website that is hosting it all you have to do on a regular computer that has flash enabled you will need to right click where the video box is and click "settings" then click the little folder icon and it will show you the website where it is getting the stream from. I have posted pictures on how to do it.
However in this case it looks like slipstreamtv.com uses udemy.com but a lot one more website that I found by going through the HTML source of the website. I added the following site and it worked without an issue.
slipstreamtv.com
udemy.com
sawlive.tv
Cheers,
View attachment 1636726
View attachment 1636727
Remember sometimes you may need to look at the HTML code on the source page.
I have a question. Not to complain or anything. Why don't we set the required domain as "debug domain" in registry instead of messing with the white list? In my experience, using debug domain trick is much cleaner and it still allow the while list to get updated by Microsoft.
illidanx said:
I have a question. Not to complain or anything. Why don't we set the required domain as "debug domain" in registry instead of messing with the white list? In my experience, using debug domain trick is much cleaner and it still allow the while list to get updated by Microsoft.
Click to expand...
Click to collapse
Hey, I choose to do it this way because I did not want to add a ton of strings into the Registry. I'd rather play around with the white list then with the registry. I will be updating the custom white list thats within the tool often so that it will be very much up to date as Microsoft and contain custom ones as well.
TheDroidKid said:
Hey so I looked into it for you. I got it to work it wasn't to hard. So what is happening is the acutal video is hosted on another site so not only will you need to add slipstreamtv.com you will need to add the site that hosts the actual live TV. Now to find out the website that is hosting it all you have to do on a regular computer that has flash enabled you will need to right click where the video box is and click "settings" then click the little folder icon and it will show you the website where it is getting the stream from. I have posted pictures on how to do it.
However in this case it looks like slipstreamtv.com uses udemy.com but a lot one more website that I found by going through the HTML source of the website. I added the following site and it worked without an issue.
slipstreamtv.com
udemy.com
sawlive.tv
Cheers,
View attachment 1636726
View attachment 1636727
Remember sometimes you may need to look at the HTML code on the source page.
Click to expand...
Click to collapse
Thanks