disable java apps keyboard - Bada Software and Hacking General

can any one tell me hw to disable java apps keyboard in bada 2

Seems not available yet. Also in KH1 no such option.

hisee said:
can any one tell me hw to disable java apps keyboard in bada 2
Click to expand...
Click to collapse
You have to unpack the jar file and edit the manifest.mf file to add this:
MIDlet-Scaleup-Support: True
LGE-MIDlet-Width: 480
LGE-MIDlet-Height: 800
MIDlet-Touch-Support: True
This will remove the keyboard and disable the scaling.

can we make java apps shortcut into homescreen?

anghelyi said:
You have to unpack the jar file and edit the manifest.mf file to add this:
MIDlet-Scaleup-Support: True
LGE-MIDlet-Width: 480
LGE-MIDlet-Height: 800
MIDlet-Touch-Support: True
This will remove the keyboard and disable the scaling.
Click to expand...
Click to collapse
shouldnt this be false
"MIDlet-Scaleup-Support: True"
if true, opera mini gets upscaled, when i set it to false, its HD

kadavil said:
shouldnt this be false
"MIDlet-Scaleup-Support: True"
if true, opera mini gets upscaled, when i set it to false, its HD
Click to expand...
Click to collapse
You can be right I just copied the last 4 lines from my Foliant.jar.

Related

Call Recording, 2 way

Hello,
Looking on the internet, even on this forum, tells me that there are lots of solutions for this question. But... It seems to be all for the Kaiser. My question:
What is the best 2 way call recording software for the Rhodium, and which work?
Is there any way to record videocalls? Or is this just impossible?
3rd question, nothing to do with the one above:
I've tried to install the Xperia Panel interface on the rhodium. It works fast and responsice, but:
After installing the Media Xperience panel, and I tap on it, it stays on the media picture.
Choosing other panels needs soft reset.
After deleting of the Panel Interface, Manila 3D is *** up. Only Hard Reset works...
Is there any project to make it compatible without damaging TF 3D? So you can use the panels (Media XP for me) when needed, and close it again to use Manila again (or better, use them both).
Thanks for any response
Nobody? Or does the Kaiser software work?
ever tried this : http://forum.xda-developers.com/showthread.php?p=3965945#3 ?
fora auto voice recording (2-way) in call
WM-Sef said:
Nobody? Or does the Kaiser software work?
Click to expand...
Click to collapse
I don't have mine yet, but I seem to recall someone else posting that the built in app notes (I think that's what it's called) would record two way.
fortunz said:
I don't have mine yet, but I seem to recall someone else posting that the built in app notes would record two way.
Click to expand...
Click to collapse
that does not work my tp2. the availability of 2way recording is probably rom dependent. (i got a german t-mobile mda vario V)
Solution for you.
To enable 2 way recording just change:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"VocRecPath"=dword:00000002
and you'll be able to record with any software.
If you want to use WM6 native recording (WAW only, on \my documents\notes, manual activation: during a call hit "record" on call menu) create:
Code:
[HKEY_LOCAL_MACHINE\System\AudioRecording]
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Voice]
"EnableCallRecordMenuItem"=dword:00000001
"AllowInCallRecording"=dword:00000001
Don't forget to turn off (and on again ) the device after you modify/create the keys.
Tested both on my TP2.
wow! works great! how to auto enable "all call" rocording?
slelieveld said:
wow! works great! how to auto enable "all call" rocording?
Click to expand...
Click to collapse
I'm sure you'll need a program for that. This Audio Notes Touch seems the best to me. I've tried it, but to date I haven't had a phone that can record both sides
http://vitotechnology.com/mobile-audio-recorder.html
slelieveld said:
wow! works great! how to auto enable "all call" rocording?
Click to expand...
Click to collapse
I'm glad you like it.
To record all calls download resco audio recorder..Is the best I tried so far.
Allows you to record each call with different audio presets/codecs.
Digitaltigre said:
I've tried it, but to date I haven't had a phone that can record both sides
Click to expand...
Click to collapse
Did you try what I've suggested?
LinoX said:
To enable 2 way recording just change:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"VocRecPath"=dword:00000002
and you'll be able to record with any software.
Click to expand...
Click to collapse
You emphasize to change the VocRecPath DWord in the WaveDev key.
But I don't have a VocRecPath DWord.
Does that mean I have to create the DWord?
(Better safe than sorry )
ronh said:
I have created the keys.
Now during a call I can choose record en stop recording.
But I can't find any file back in \documents ?? (help)
Click to expand...
Click to collapse
sorry..I didn't say that calls are recorded like "notes"
look into notes subfolder (i've modified the post)
LinoX said:
sorry..I didn't say that calls are recorded like "notes"
look into notes subfolder (i've modified the post)
Click to expand...
Click to collapse
Sorry, crosspost with my editing: I found that already
But thanx for the reply.
Can you answer my editted question, please?
I emphasized it because I wanted to emphasize that some keys/values are to be created others should be already there (rom dependent).
I don't know why you don't have that value..(compare your rom version with the one on my signature and let us know)
Try creating it, soft reset and see what happen
You should be lucky and everything should work.
You should not damage your phone if you create it
However keep us informed
Creating the DWORD works like a charm.... thanks for the tweak!
When it says dword:00000002, does that mean changing the "Value data" to "2"? Also, do I set the base to binary, decimal, or hexidecimal?
Thanks.
How to access the reg keys in Pro 2
Sorry for asking a dumb question but how in the world one can access the reg edit in TM-TP2?
LinoX said:
To enable 2 way recording just change:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"VocRecPath"=dword:00000002
and you'll be able to record with any software.
If you want to use WM6 native recording (WAW only, on \my documents\notes, manual activation: during a call hit "record" on call menu) create:
Code:
[HKEY_LOCAL_MACHINE\System\AudioRecording]
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Voice]
"EnableCallRecordMenuItem"=dword:00000001
"AllowInCallRecording"=dword:00000001
Don't forget to turn off (and on again ) the device after you modify/create the keys.
Tested both on my TP2.
Click to expand...
Click to collapse
this works for me.
make sure u change the save path or u will foud your phones memory
all credit to the creator !!!
This worked for me too. Great!
LinoX said:
To enable 2 way recording just change:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
"VocRecPath"=dword:00000002
and you'll be able to record with any software.
If you want to use WM6 native recording (WAW only, on \my documents\notes, manual activation: during a call hit "record" on call menu) create:
Code:
[HKEY_LOCAL_MACHINE\System\AudioRecording]
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Voice]
"EnableCallRecordMenuItem"=dword:00000001
"AllowInCallRecording"=dword:00000001
Don't forget to turn off (and on again ) the device after you modify/create the keys.
Tested both on my TP2.
Click to expand...
Click to collapse
I did that and it works perfect !
But, is there a way to change the default recording path "\my documents\notes" to something else ? Like puting it in the storage card...
lepaske said:
I did that and it works perfect !
But, is there a way to change the default recording path "\my documents\notes" to something else ? Like puting it in the storage card...
Click to expand...
Click to collapse
I'd like to know this too.

Vibrate when hitting a link

Hello,
On my Touch HD, the phone vibrate when hitting a link in Opera, now on my Pro2 it is not. I cant find a way to get it to work. Is it even possible?
Greetings
macsel said:
Hello,
On my Touch HD, the phone vibrate when hitting a link in Opera, now on my Pro2 it is not. I cant find a way to get it to work. Is it even possible?
Greetings
Click to expand...
Click to collapse
Probably. That's a pretty simple thing. But just search for it, that's what you gotta do.
ace10134 said:
Probably. That's a pretty simple thing. But just search for it, that's what you gotta do.
Click to expand...
Click to collapse
Search in opera:config? Please help!
HKLM\SOFTWARE\Opera\Defaults\
new DWord "VibrationEnabled" value = 1 (0x1)
Ghostifish said:
HKLM\SOFTWARE\Opera\Defaults\
new DWord "VibrationEnabled" value = 1 (0x1)
Click to expand...
Click to collapse
Yes! Thank you!
there's also go to:
Settings>System>TouchFlo and check on the "Vibrate the device when tapping the Tabs, Links, and other onscreen item of supported applications"
henh said:
there's also go to:
Settings>System>TouchFlo and check on the "Vibrate the device when tapping the Tabs, Links, and other onscreen item of supported applications"
Click to expand...
Click to collapse
That's already checked by default. Opera Mobile isn't "supported" I guess.
ace10134 said:
That's already checked by default. Opera Mobile isn't "supported" I guess.
Click to expand...
Click to collapse
yea, you're right. i didn't read the original post carefully. sorry
Ghostifish said:
HKLM\SOFTWARE\Opera\Defaults\
new DWord "VibrationEnabled" value = 1 (0x1)
Click to expand...
Click to collapse
My registry value looks exactly like that but there is no vibration in my opera (v.9.5.15613)
I liked that vibration feature when i was using Miri's v.1.2Rom.. How can i add it to this rom too??
Does it have anything to do with this, I dont know, but Miri's rom was manila2.5 and my present rom is 2.1??

How do I create an InputPanel Controll during Runtime?

Hello Friends,
My problem is I developed an App which runs on Windows Mobile as well as on the Desktop with the same exe and now change of Code.
With an if clause i check if the App is running on Desktop. In this case I change the Controlls Locations a bit and the AppRootPath.
In Addition I now want to resize and relocate the Textboxes if SoftInputPanel is enabled.
This can be easy achived by adding an InputPanel Control from Toolbox and using its OnEnableChange Event.
BUT if I include an InputPanel Control in my Project, its not deployable on the Desktop anymore.
So I triet to create the InputPanel Control only if the if clause checkt that the envirement is not a pc.
But I didnt managed that.
Anybody a clue how to?
Thx, Bignose
The first thing that springs to mind is to use 2 assemblies that you can call from the application - 1 for desktop apps and 1 for mobile apps. That way, the main application would have no dependancies on .NetCF controls.
For example...
Code:
MyAssembly.ObjectWithGenericInterface.UpdateForm(this)
You would have an assembly with a class that implements a generic interface, and that interface has an "UpdateForm" method. You create 2 different assemblies that are mostly identical - one for desktop and 1 for mobile. You then simply deploy a different "MyAssembly", depending on the target platform, but it will rely on neither when you build the application.
Edit:
You wouldn't actually need a generic interface to implement from, as long as the class inside the 2 assemblies actually had the same public methods available.
Thanks for your idea.
Am I understanding this right I would have to create to complete new GUIs?
At the Moment the Differences are small:
Code:
If Environment.OSVersion.Platform <> PlatformID.WinCE then
Me.Width = 256
Me.Height = 484
XMLPath = Strings.Right(XMLPath, (Strings.Len(XMLPath) - 6))
PbContact.Visible = False
TbNumber.Width = 202
Me.MaximizeBox = False
Me.MinimizeBox = True
End If
If I could create the InputPanel Control with an EventHandler in this Block the Application should run on both Desktop and PDA, right?
Is there no way?
AgentBignose said:
Thanks for your idea.
Am I understanding this right I would have to create to complete new GUIs?
Click to expand...
Click to collapse
No - only 1 GUI, the way you are currently doing it.
The application solution would not include any .NetCF assemblies, as they would only need to be referenced in the assembly that gets used by the windows mobile app.
So you'd have a deployment solution for the desktop version, and then a deployment solution for the windows mobile version. The windows mobile deployment would include the assembly that has references to the .NetCF (SIP, and any other controls you may need to use). That would be the only difference between the MSI and the CAB that you'd end up with.
I hope that makes sense. It's actually quite a simple idea, but a bit difficult to explain.
I think I understood you.
I leave the code as is.
But at the point where I want to create the SIP Control I dont do this directly, but I create a new .dll assembly which I creates the InputPanel and use this assembly.
Nevertheless I dont know how to create the InputPanel in the Assembly.
I hope I dont bother you to much, in that case please excuse me.
AgentBignose said:
I think I understood you.
I leave the code as is.
But at the point where I want to create the SIP Control I dont do this directly, but I create a new .dll assembly which I creates the InputPanel and use this assembly.
Nevertheless I dont know how to create the InputPanel in the Assembly.
I hope I dont bother you to much, in that case please excuse me.
Click to expand...
Click to collapse
No bother mate.
You need to add a reference to...
Code:
Microsoft.WindowsCE.Forms
and you create the input panel with...
Code:
Microsoft.WindowsCE.Forms.InputPanel sip = new Microsoft.WindowsCE.Forms.InputPanel();
Hope that helps mate
johncmolyneux said:
No bother mate.
Click to expand...
Click to collapse
Thats nice. Thanks.
You need to add a reference to...
Code:
Microsoft.WindowsCE.Forms
and you create the input panel with...
Code:
Microsoft.WindowsCE.Forms.InputPanel sip = new Microsoft.WindowsCE.Forms.InputPanel();
Click to expand...
Click to collapse
I did that.
But how Can I now use the OnEnableChange Event?
I only know the way over deklaring it as Friends With, but I dont manage this in runtime.
AgentBignose said:
Thats nice. Thanks.
I did that.
But how Can I now use the OnEnableChange Event?
I only know the way over deklaring it as Friends With, but I dont manage this in runtime.
Click to expand...
Click to collapse
I just noticed that you're using VB, so I can't really help with coding the event handler for you, but this page might help...
http://www.thescarms.com/dotnet/eventhandler.aspx

[Q] Remove smilie face on keyboard

Did anybody found a way to get rid of the smilie face on the sip? I hate it when typing an email for example since the spacebar gets really small when also having a multiple language keyboard. The smilie face is something nice for chat maybe but useless for emails. So is there a way to change the email SIP, probably in the registry to a SIP with the same functionality but without this smilie face?
Try this registry hack:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\FingerKB\InputScopeMap\{805d58c2-096a-4451-b2cb-40996fcb236d}\BaseButtons\lang_0409]
"IS_TEXT"="{013C8739-21A3-4c92-9773-75C0D1235299}"
[HKEY_LOCAL_MACHINE\Software\Microsoft\FingerKB\InputScopeMap\{805d58c2-096a-4451-b2cb-40996fcb236d}\BaseButtons\MultiLang\lang_0409]
"IS_TEXT"="{AD5985C6-6945-4475-885C-BDED65AA5CC1}"
denominator77 said:
Try this registry hack:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\FingerKB\InputScopeMap\{805d58c2-096a-4451-b2cb-40996fcb236d}\BaseButtons\lang_0409]
"IS_TEXT"="{013C8739-21A3-4c92-9773-75C0D1235299}"
[HKEY_LOCAL_MACHINE\Software\Microsoft\FingerKB\InputScopeMap\{805d58c2-096a-4451-b2cb-40996fcb236d}\BaseButtons\MultiLang\lang_0409]
"IS_TEXT"="{AD5985C6-6945-4475-885C-BDED65AA5CC1}"
Click to expand...
Click to collapse
this should be working, indeed. But unfortunately the registry editor just crashes up on modifying. Is there a way to make this into (reversible) .xap for samsung devices? I know these things exsist which modify the registry, but I have not found an open source one yet which I can modify to do this registry edit.
Thanks for the help!
Marvin_S said:
this should be working, indeed. But unfortunately the registry editor just crashes up on modifying. Is there a way to make this into (reversible) .xap for samsung devices? I know these things exsist which modify the registry, but I have not found an open source one yet which I can modify to do this registry edit.
Thanks for the help!
Click to expand...
Click to collapse
I'll make a special version of my Native Keyboard application for you in the evening. It will contain this patch in reversible form.
denominator77 said:
I'll make a special version of my Native Keyboard application for you in the evening. It will contain this patch in reversible form.
Click to expand...
Click to collapse
great thanks!
All language support btw? since i guess this will only be the english keyboard? Same code applies to the italian, etc. keyboards. I believe the values dont change only the folders.
Thanks a lot
Marvin_S said:
All language support btw? since i guess this will only be the english keyboard? Same code applies to the italian, etc. keyboards. I believe the values dont change only the folders.
Click to expand...
Click to collapse
This one is for english keyboard only. Do you need that for other languages too?
Hi Denominator77
Concerning these changes on the layout of the keyboards, I have a question. When I tried to write an e-mail address or a user name of the outlook / exchange configuration the space key is not available (instead of writing a space just move the position of the cursor). I do not know if just for this kinds of fields WM7 use another layout of the keyboard as the ',' is also not available. This is a problem because I need to write a space in my exchange user name as it has the format 'name surname'.
Do you think that it is possible to change the layout of this keyboard or do you build one which force the use of the spaces?
Thanks in advance for your help.
kata said:
Hi Denominator77
Concerning these changes on the layout of the keyboards, I have a question. When I tried to write an e-mail address or a user name of the outlook / exchange configuration the space key is not available (instead of writing a space just move the position of the cursor). I do not know if just for this kinds of fields WM7 use another layout of the keyboard as the ',' is also not available. This is a problem because I need to write a space in my exchange user name as it has the format 'name surname'.
Do you think that it is possible to change the layout of this keyboard or do you build one which force the use of the spaces?
Thanks in advance for your help.
Click to expand...
Click to collapse
Hi Kata. It does not seem to be a layout related issue. The space button is available in that mode. But the input field does not accept spaces.
As I know, user name cannot contain spaces. Maybe you are trying to enter your display name (Name Surname), not the system login. Try to enter your email address without @server part.
Hi denominator77,
Thanks for your answer, the user name has a space and I used with a lot of phones and PDA (windows mobile 5 ,6, 6.5; Android or Symbian) without problems, also the resto of my colleagues at my organization (for everybody user name has two words name and surname)
I think I am not the only one who are suffering, for instance : http://social.answers.microsoft.com...7/thread/3cd68f96-3037-4f57-ac6a-83bc030aeec6
Regards
P.S. Of course, I already tried to enter a lot of options as just the surname, name.surname, the complete e-mail address as username.
denominator77 said:
This one is for english keyboard only. Do you need that for other languages too?
Click to expand...
Click to collapse
cool thanks, took me a while to respond had exams.. do you have the source, than I can modifie it myself with the languages I use.
I think I have to flash a new rom anyway for my omnia since the push things are bugging me like crazy. I hope this will help and than I have to redo all the things again.
denominator77 said:
This one is for english keyboard only. Do you need that for other languages too?
Click to expand...
Click to collapse
Is it possible to make a native keyboard but with Dutch auto correction?
Marvin_S said:
do you have the source, than I can modifie it myself with the languages I use.
Click to expand...
Click to collapse
You can extract the xap and modify xml files.
Also look in the following topic: http://forum.xda-developers.com/showthread.php?t=917886
Maybe I already have implemented a keyboard for your language.
tbk21 said:
Is it possible to make a native keyboard but with Dutch auto correction?
Click to expand...
Click to collapse
No, it's not possible at the moment.

[MOD] reg edit to get higher resolution so metro apps will work

When I first installed windows 8 I was really confused with all the metro app icons, when i clicked on them nothing happened. I started thinking they were fake and were placed there for looks. I searched all over the place and found that if your resolution is not high enough the apps wont load.
so, here is a regedit i found a long time ago to activate 1024x768 and 1152x864. seems like 1024x768 is the lowest resolution that is needed for metro apps to work.
1) Run regedit
reg edit can be found in the windows folder
2) highlight the higest tree level (Computer)
3) Search for “Display1_DownScalingSupported” and changed it from “0″ to “1″
3b)some have reported that there may be more then one entry that needs to be changed so make sure to search the entire registry
4) Restart the system
5) Enjoy the two new resolutions: 1024×768 px and 1152×864
the metro apps will work now.
I'm using a lenovo s10-3t but this should work on many other computers.
I could just change the resolution in the normal Windows 7 way...
Me to but my problem is that I have an eeepc 1000h which supports max 1024x600, what I have to do in this case...
I have a Acer netbook and have the same problem. I did try the apps with an external monitor which worked fine.
tim149 said:
I have a Acer netbook and have the same problem. I did try the apps with an external monitor which worked fine.
Click to expand...
Click to collapse
You have to hack the registry to enable a higer resolution, I created a reg file for you, download it, double click on reg file, click yes and restart, now check your resolution settings.If this dosen't work try this:In regedit search with ctrl+f for Display1_DownScalingSupported and change the value from 0 to 1 and keep searching until you reach at the end of registry because are 4 or 7 with "Display1_DownScalingSupported" name, restart and check your resolution settings.
All the best
craiglay said:
I could just change the resolution in the normal Windows 7 way...
Click to expand...
Click to collapse
yes you can change it that way, but for me and many others the max will be 1024x600 and we won't be able to go anyhigher with out the regedit. So after the regedit those 2 higher resolution options will be available. then we will be able switch to them "in the normal windows 7 way."
I think this problem is prominent on smaller laptops or netbooks that have10in screens or smaller.
hi,i have lenovo S10-3t too,,,when i have a resolution higher than 1024x600,metro apps working,,,but on original resolution 1024x600 non working,,,is it possible that metro apps will working on this original resolution ?thankx
rshabou said:
When I first installed windows 8 I was really confused with all the metro app icons, when i clicked on them nothing happened. I started thinking they were fake and were placed there for looks. I searched all over the place and found that if your resolution is not high enough the apps wont load.
so, here is a regedit i found a long time ago to active 1024x768 and 1152x864. seems like 1024x768 is the lowest resolution that is needed for metro apps to work.
1) Run regedit
reg edit can be found in the windows folder
2) highlight the higest tree level (Computer)
3) Search for “Display1_DownScalingSupported” and changed it from “0″ to “1″
4) Restart the system
5) Enjoy the two new resolutions: 1024×768 px and 1152×864
the metro apps will work now.
I'm using a lenovo s10-3t but this should work on many other computers.
Click to expand...
Click to collapse
you mean like Paintplay and piano??
I got em to work after installing windows 8 and run em, simply no regedit at all,
anyway good stuff, i thumb this one up
majkicimo said:
hi,i have lenovo S10-3t too,,,when i have a resolution higher than 1024x600,metro apps working,,,but on original resolution 1024x600 non working,,,is it possible that metro apps will working on this original resolution ?thankx
Click to expand...
Click to collapse
They wont work on the original resolution, from what I have read. Maybe in the beta release or the final they will support a lower resolution. But as of right now this is the only way.
---------- Post added at 06:34 PM ---------- Previous post was at 06:31 PM ----------
SWEATTAIMI said:
you mean like Paintplay and piano??
I got em to work after installing windows 8 and run em, simply no regedit at all,
anyway good stuff, i thumb this one up
Click to expand...
Click to collapse
Ya, all that stuff. The only things that worked after the install were
Desktop, control panel, and the windows explorer icons.
What kind of computer did u install it on?
I installed the reg file and restarted but the highest resolution I can select is still 1024 by 600. I am doing this on an ideapad s10-2. I opened reg editor and found display1...it had a value of 1.Is there anything else I can try?
ssenbonzakura said:
I installed the reg file and restarted but the highest resolution I can select is still 1024 by 600. I am doing this on an ideapad s10-2. I opened reg editor and found display1...it had a value of 1.Is there anything else I can try?
Click to expand...
Click to collapse
Did u restart? Also did u search the entire registry for "Display1_DownScalingSupported" ?
rshabou said:
Did u restart? Also did u search the entire registry for "Display1_DownScalingSupported" ?
Click to expand...
Click to collapse
Yes I restarted. I did ctrl+f and searched for Display1_DownScalingSupported. It only gave me one result. When you say search the entire registry is that what you mean?
Worked perfect on my acer aspire one zg5. After I finally got the display drivers to install.
Installed reg file from this thread. Didnt do the trick. Searched registry and found 3 more, changed to 1, rebooted and bam extra screen resolutions.
If anybodys having problems installing drivers for acer AOA150(zg5) pm me and Ill link to the proper drivers. Tried a bunch and this one is the only one to work.
ssenbonzakura said:
Yes I restarted. I did ctrl+f and searched for Display1_DownScalingSupported. It only gave me one result. When you say search the entire registry is that what you mean?
Click to expand...
Click to collapse
After the first result hit again ctrl+F and do another search,change the value and repeat this step until you get a message which says you reached at the end of the registry (something like that).
khrisstyan said:
After the first result hit again ctrl+F and do another search,change the value and repeat this step until you get a message which says you reached at the end of the registry (something like that).
Click to expand...
Click to collapse
Looks like I can't get it to change on mine. Searched the entire registry too. I can only change it to 1024 by 576. Thanks for the help
ssenbonzakura said:
Looks like I can't get it to change on mine. Searched the entire registry too. I can only change it to 1024 by 576. Thanks for the help
Click to expand...
Click to collapse
ok..try this: Uninstall the software and driver of the video and restart, now go in Control Panel>Device Manager and install the driver of your video manually, after this, hack the registry and restart your notebook,check your resolution option.This is all I can do for you
All the best
khrisstyan said:
ok..try this: Uninstall the software and driver of the video and restart, now go in Control Panel>Device Manager and install the driver of your video manually, after this, hack the registry and restart your notebook,check your resolution option.This is all I can do for you
All the best
Click to expand...
Click to collapse
This worked for me.
Hi, is there a way increasing or RATHER changing the maximum screen resolution from 1280 by 768 to 1366 by 768 via regedit, i have an ep121 slate, but would like to be able to use the docking app system on window 8?
Help Help PLEASE.
manmute98 said:
Hi, is there a way increasing or RATHER changing the maximum screen resolution from 1280 by 768 to 1366 by 768 via regedit, i have an ep121 slate, but would like to be able to use the docking app system on window 8?
Help Help PLEASE.
Click to expand...
Click to collapse
+1!!! Any hacks? It seems, none of the resolution available not working for me...
Sent from my LG-P500 using Tapatalk
reeg420 said:
Worked perfect on my acer aspire one zg5. After I finally got the display drivers to install.
Installed reg file from this thread. Didnt do the trick. Searched registry and found 3 more, changed to 1, rebooted and bam extra screen resolutions.
If anybodys having problems installing drivers for acer AOA150(zg5) pm me and Ill link to the proper drivers. Tried a bunch and this one is the only one to work.
Click to expand...
Click to collapse
I want.. have the same netbook as yours, and give me your reg please.

Categories

Resources