Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
GoodDayToDie
Old
#111  
Recognized Developer - OP
Thanks Meter 1376
Posts: 3,586
Join Date: Jan 2011
Location: Seattle
Quote:
Originally Posted by squadseven View Post
Doesn't work on LG Optimus 7 running on NoDo. I only got Bing App in the search providers. The new/add button is greyed out.
What?!? That shouldn't happen. There are 4 buttons at the bottom. The "Edit" one (a pencil) is disabled. The other three, Refresh, Add, and Save, are all enabled.

If this doesn't describe it accurately, you're using an outdated version. Please re-download the app and install from IESearchSwitcher\bin\Release.
 
arkatis
Old
#112  
arkatis's Avatar
Senior Member
Thanks Meter 402
Posts: 1,051
Join Date: Dec 2008
Location: Cyprus-Nicosia
One quick question... Can we use the voice recognition to search the internet or not?????
I love XDA. QUIETLY BRILLIANT!

MY HTC HD2 Rom here:
[12/07/2012] Arkat-DoubleSense v.4.0 [Marcs1706 0.2.2] {FASTEST SENSE 2.1 FOR HD2}

MY HTC SENSATION ROM:
Unavailable. (sold device)

I am a flash-a-holic!

HTC DEVICES THAT I OWNED:
3x HTC HD2 Leo and 1 HD2 TMobile US
HTC HD7
HTC SENSATION
HTC DESIRE HD
Wildfire s

Current Devices:
HTC ONE X




 
GoodDayToDie
Old
#113  
Recognized Developer - OP
Thanks Meter 1376
Posts: 3,586
Join Date: Jan 2011
Location: Seattle
Quote:
Originally Posted by arkatis View Post
One quick question... Can we use the voice recognition to search the internet or not?????
Yes, but only using the official Bing app (not any web page). If your phone defaults to something other than the Bing app while browsing the web, you can use this app to change it.

Also, from anywhere on the phone, you can press-and-hold the Start button to jump to the Bing app already in speech-recognition mode. This is often easier than pressing Search and then tapping the mic icon.

EDIT: sometimes the search results for "Local" will be shown first. It's a pivot view, though. Pivot to "Web" instead of "Local" and you'll see Bing's search results for your query.
 
lucasryan
Old
#114  
lucasryan's Avatar
Senior Member
Thanks Meter 72
Posts: 429
Join Date: Dec 2010
Location: Tennessee

 
DONATE TO ME
Have you gotten a chance to write that button into the program yet, or how close to being done so i can test it and see what the results are?
 
GoodDayToDie
Old
#115  
Recognized Developer - OP
Thanks Meter 1376
Posts: 3,586
Join Date: Jan 2011
Location: Seattle
@lucasryan
Not yet, sorry. I've geen getting home from work pretty late and not wanting to spend a lot of time staring at a Visual Studio screen... but it's a really simple change, and I'll try to send it out tonight.

At this point, I'm mildly tempted to just hold off until one of the multiple "do anything" projects bear fruit. There are already better registry tweaking approaches for Samsung than what I'm trying to do, but unfortauntely the source hasn't been released yet...
 
lucasryan
Old
#116  
lucasryan's Avatar
Senior Member
Thanks Meter 72
Posts: 429
Join Date: Dec 2010
Location: Tennessee

 
DONATE TO ME
Quote:
Originally Posted by GoodDayToDie View Post
@lucasryan
Not yet, sorry. I've geen getting home from work pretty late and not wanting to spend a lot of time staring at a Visual Studio screen... but it's a really simple change, and I'll try to send it out tonight.

At this point, I'm mildly tempted to just hold off until one of the multiple "do anything" projects bear fruit. There are already better registry tweaking approaches for Samsung than what I'm trying to do, but unfortauntely the source hasn't been released yet...
Yes i really understand that kind of situation, getting home from work and wanting to relax...just take your time and dont push yourself.
 
EarthQ
Old
#117  
Member
Thanks Meter 7
Posts: 72
Join Date: Nov 2006
Quote:
Originally Posted by GoodDayToDie View Post
Tuesday 4 April:
It looks like Samsung support is still broken. Feel free to continue testing and reporting any issues, but it looks like I'll need to try a few different things. HTC and LG still work, of course.

UPDATE 1.3.2 - Saturday 2 April:
I've added some more checks to the registry write code. If you're not sure if the app is working for you (i.e. Samsung device owners) please try it and report what happens when you switch search options, or install a new option. If you get a messagebox indicating success, you're good to go. If it indicates failure, please tell me what the message was. Also, if it indicates failure the first time, try hitting Save again, and see if you get the same result.
Does not work in LG E900 with NoDo.

On launch fails with:
System.Runtime.InteropServices.COMException(0x8007 0032):COM object with CLSID '{C6BD09B4-96AA-4524-89C4-665A15DD7C9B}' cannot be created due to the following error: The network request is not supported.
 
GoodDayToDie
Old
#118  
Recognized Developer - OP
Thanks Meter 1376
Posts: 3,586
Join Date: Jan 2011
Location: Seattle
@EarthQ:
Thanks for the report, but... that's really confusing. The error means it couldn't find the DLL. However, C6DB09B4 isn't even a device-specific DLL, it's the base native.dll that is required for registry reading across all devices. To put it differently, every single phone, even ones I don't support (Dell, for example) should be able to use that library. The app won't even start if it's not found.

Can you pull open the XAP (rename it to .zip) and ensure native.dll is present? I've never released a version of the app without it, but I can't think of anything else causing this...
 
EarthQ
Old
(Last edited by EarthQ; 12th April 2011 at 07:59 PM.) Reason: Added XAP used
#119  
Member
Thanks Meter 7
Posts: 72
Join Date: Nov 2006
Yep, native.dll is there :S
I have attached the XAP (renamed to xap.zip) extracted from IESearchSwitcher.zip, just in case.

BTW, I have tried several XAP installers, all with same result.

The app actually launches after two error dialogs.
The second is a "full page" one, while the first one is mid-page.
THe "full page" says:
Unable to load provider options!
System.NullReferenceException: COM object with CLSID ...
...
at IESearchSwitcher.RegistryAccess.GetOptions()
at
IESearchSwitcher.MainPage.LoadOptions()
at
IESearchSwitcher.MainPage.Page_Loaded(Object sender, RoutedEventArgs e)
at
System.Windows.CoreInvokeHandler.InvokeEventHandle r(Int32 typeIndex, Delegate handlerDelegate, OBject sender, OBject args)
at
MS.Internal.JoItHelper.FireEvent(IntPtrUnmanagedOb j, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)

arff... lots of typing ..

After "ok", the app shows up.
The options toolbar below shows normal only the "refresh" icon.
"Pencil-edit" button shows with grey square background, and "+" and "floppy" signs are black, instead of white as the "refresh" icon.

If I hit "Refresh", I get the "full page" error.

The dropdown shows "Bing app" only.

If I select "Add" button, I can add "Google, bing, yahoo and yahoo mobile".

When selectgin google and hit save icon, get another error:

Error when installing search option!
System.NullReferenceException:
NullReferenceException at IESearchProvider.RegistryAccess.AddOptions(SearchO ption option)
at IESearchProvider.AddProviderPage.Save_Click(Object sender, EventArgs e)
at
Microsoft.Phone.Shell.ApplicationBarItemContainer. FireEventHandler.....

... that should be enough...
Attached Files
File Type: zip IESearchSwitcher.xap.zip - [Click for QR Code] (297.5 KB, 82 views)
 
Funkadube
Old
#120  
Funkadube's Avatar
Junior Member
Thanks Meter 0
Posts: 24
Join Date: Jun 2011
Location: FL
It worked!!! I have a Samsung Focus, said ok past the error message, selected ADD, went to google, saved. Restarted phone. Went onto IE, pressed the search button on phone and poof...google.com. Awesome stuff. Thanks a million

 
Post Reply+
Tags
homebrew, search, source, xap
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...