[SOLVED]USBtoPC issue - Touch Pro2, Tilt 2 Windows Mobile General

ROM and radio in sig.
I was wondering if anyone knows if there is a registry key that sets the USBtoPC value for enabling or disabling the tickbox for "Enable faster data synchronization," or whatever it says. I'm trying not to reinstall the normal start menu to get to the setting as it isn't listed in Quick Menu for some reason, and I haven't been able to find the actual problem. It would be nice to be able to add this to XDA_UC for each new flash. (I think I have ORD)

Bump. Still having this issue. Someone please help!!

You're right -- it isn't in QuickMenu. It's somewhere in windows\mycpl.cpl6,6. Haven't quite got the correct string for a run... shortcut,
BUT
Mine is set to "Always ask", and here are the registry settings. Import/re-create manually, dis- and re-connect ActiveSync. The dialog box you want should pop up.
I haven't been fooling with the Windows Registry for 15 years for nothing. Hope this helps.

piaqt said:
You're right -- it isn't in QuickMenu. It's somewhere in windows\mycpl.cpl6,6. Haven't quite got the correct string for a run... shortcut,
BUT
Mine is set to "Always ask", and here are the registry settings. Import/re-create manually, dis- and re-connect ActiveSync. The dialog box you want should pop up.
I haven't been fooling with the Windows Registry for 15 years for nothing. Hope this helps.
Click to expand...
Click to collapse
Thank you for the reply, but that isn't exactly what I'm looking for. In the USBtoPC application, there is a check box saying "Enable faster data synchronization." I'm using BirdieSync to connect to Thunderbird. I have to have this option un-checked in order to connect. I was just hoping that there might be a registry string that toggled this option so I could apply it and use it in the future in my XDA_UC folder.

Sounds like you want it set to "Always Ask" which presents the options screen to select type of connection. My settings should do just that. Have you tried them?

piaqt said:
Sounds like you want it set to "Always Ask" which presents the options screen to select type of connection. My settings should do just that. Have you tried them?
Click to expand...
Click to collapse
Your settings enable the pop-up notification when I connect to my PC. I already have it set that way. You can't access the checkbox that I'm talking about through the notification, though.
The first screenshot attached is of the notification window that you're describing. The second one is from tapping the USBtoPC link in the start menu. I'm looking for a way to have the circled checkbox UN-checked when I start up the device after a flash. I was hoping it might be something as simple as a registry string or something, but I was unable to find anyone with a related issue.
It normally wouldn't be a problem, but I can't use XDA_UC to set up Quickmenu for me because I can't access this setting unless I go through the normal start menu. It would be nice to be able to "set it and forget it" so to speak.
Sorry for not posting screen shots in the first place. I suspect that might have alleviated our mis-communication.

Until you posted the screenie, I wasn't aware there were 2 separate screens. I'll poke around the registry some more and see what I can come up with.
btw: Thanks for promoting me to senior member.

piaqt said:
Until you posted the screenie, I wasn't aware there were 2 separate screens. I'll poke around the registry some more and see what I can come up with.
btw: Thanks for promoting me to senior member.
Click to expand...
Click to collapse
The second screen that is off limits with Quick menu is found via going to the normal start menu and selecting Settings-> Connections-> USBtoPC. I think that's the right path. I'm drawing from memory as I haven't used the normal start menu in ages.
As for the senior member comment, I had to give you credit for helping me!

Bump again.
There has to be someone here who knows something about this.
I'm begging!

I guess it's this:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\USBtoPC]
"EnableAdvanceChecked"=dword:0
Maybe it needs something else to be set, not sure

Jackos said:
I guess it's this:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\USBtoPC]
"EnableAdvanceChecked"=dword:0
Maybe it needs something else to be set, not sure
Click to expand...
Click to collapse
That isn't the one, but thanks for trying. I thought that was the one before I posted the question. I'm starting to think the setting is just a ghost or something. I'm going to leave this thread open for a few more days and cross my fingers. If not then I'll just continue to manually install Quick Menu, so I can hit that box before hand.

cajunflavoredbob said:
That isn't the one, but thanks for trying. I thought that was the one before I posted the question. I'm starting to think the setting is just a ghost or something. I'm going to leave this thread open for a few more days and cross my fingers. If not then I'll just continue to manually install Quick Menu, so I can hit that box before hand.
Click to expand...
Click to collapse
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
@="Serial_Class"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\USBtoPC]
"EnableAdvanceChecked"=dword:00000000
"SyncMode"=dword:00000001
Man, don't worry, we will figure this one out Insert this and it should work.

Jackos said:
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
@="Serial_Class"
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\USBtoPC]
"EnableAdvanceChecked"=dword:00000000
"SyncMode"=dword:00000001
Man, don't worry, we will figure this one out Insert this and it should work.
Click to expand...
Click to collapse
I've hit those keys before as well without the box being unmarked. I have no idea what "EnableAdvanceChecked" does, but "SyncMode" activates Active Sync as the default connection, I believe.

Change the first key...

Jackos said:
Change the first key...
Click to expand...
Click to collapse
Sorry, I didn't post on that one previously. I don't know what that one did, but it shut off communication with the PC.

Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"="Serial_Class"
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Serial_Class]
"Index"=dword:00000008
"FriendlyName"="Serial on USB"
"Manufacturer"="HTC"
"Product"="Generic Serial"
"idProduct"=dword:00000A2F
"idVendor"=dword:00000BB4
"DeviceType"=dword:00000000
"Tsp"="Unimodem.dll"
"bcdDevice"=dword:00000000
"IClass"="{CC5195AC-BA49-48a0-BE17-DF6D1B0173DD}"
"RxBufferSize"=dword:00004000
"DeviceArrayIndex"=dword:00000000
"Prefix"="COM"
"DeviceName"="USBFNS1:"
"Dll"="serialusbfn.dll"
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Serial_Class\Config]
"EnableFlowSoft"=dword:00000000
"EnableFlowHard"=dword:00000000
This should help.

Jackos said:
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"="Serial_Class"
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Serial_Class]
"Index"=dword:00000008
"FriendlyName"="Serial on USB"
"Manufacturer"="HTC"
"Product"="Generic Serial"
"idProduct"=dword:00000A2F
"idVendor"=dword:00000BB4
"DeviceType"=dword:00000000
"Tsp"="Unimodem.dll"
"bcdDevice"=dword:00000000
"IClass"="{CC5195AC-BA49-48a0-BE17-DF6D1B0173DD}"
"RxBufferSize"=dword:00004000
"DeviceArrayIndex"=dword:00000000
"Prefix"="COM"
"DeviceName"="USBFNS1:"
"Dll"="serialusbfn.dll"
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\Serial_Class\Config]
"EnableFlowSoft"=dword:00000000
"EnableFlowHard"=dword:00000000
This should help.
Click to expand...
Click to collapse
I'll check when I get home and edit this post accordingly.

Jackos said:
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver"="Serial_Class"
This should help.
Click to expand...
Click to collapse
You WIN! Wow. It finally worked. The only key that needs to be changed is the first one, changing RNDIS to Serial_Class. I'm about to flash again to test out my new mortscript, and I'll see if dropping in this key fixes the issue too. I'll update when I finish.
EDIT: SUCCESS!!! I also found a packaged version of quick menu by colossus_r who has links to all of the settings that get lost when you move between start menus. A quick search for colossus_r start menu should turn it up. I'm going to go ahead and close this thread now. Thanks for the help!

I screw up with this
Code:
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
@="Serial_Class"
I exported this with a registry toolkit, but this is completely wrong. It was either my fault or the tool has a bug. Nvm.
Yes, just changing the DefaultClientDriver to Serial_Class changes what you needed. The other keys are just in case that your favorite chef deleted them from the registry. I don't trust his skills.

Close thread
The thread has been answered. If a Mod or Admin sees this, can we close this, please?

Related

Unlockign MyFav, My5

is there.. any advantages you can get by unlocking My5/Myfav on my Tmo WM6 dash..
By playing around with the registery you can make it show up..
the only thing usefull i can see from this, is a quick 5 person speed dail.. i wonder if the call would be free too..
what is the registry setting?
leoiden said:
what is the registry setting?
Click to expand...
Click to collapse
If you have an advanced task manager like CeleTask, make sure that you have SMSCReceiver.exe running in the Processes window. If not, then don't worry because it automatically starts when your device boots up. If you have terminated it, reboot your device before continuing.
Open the PHM Registry Editor and go to...
HKLM > SOFTWARE > HTC > My5 > SMSC > CmdGet > StateRequest
Open value ClientService and change the value from 0 to 1.
Open value My5UI and change the value from 0 to 1.
You should see the popup that myFaves is On.
Enjoy.
The only problem now is that myFaves disables itself when it realizes you don't have the service.
JAmerican
If the status of the contact is changed from 3 to 1 in the registry, Myfavs can be used without having the service.
As soon as I added a contact to the list, my Dash started an EDGE session, connected to the T-Mobile server, and removed the UI from my Start Menu. Oh well.
you have to do all the editing of contacts from the registery other wise tmo will just delete it
rmyc said:
you have to do all the editing of contacts from the registery other wise tmo will just delete it
Click to expand...
Click to collapse
Sucks!!
JAmerican
they are right you have to add all the information for your 5 contacts in My5 > My5App just set the name you want for the person and they're number, you can change/add they picture from the my5 program, after adding all the info you want on all your 5 people just check and double check the Value "State" for each contact... Making sure that every Contact State is set to 1 not 3. pretty self explanitory program i guess... if 3 it checks the status over the network, if set to 1 it thinks it has already been checked and is good to go....
Wow. Sneaky ****.
The My5 Faves Hack!
Works like a charm! Guy, I'm sending you a high 5..!
Faves - how to?
Folks - I do not have some of the registry entries that you refer to - on my Wing. Can someone give a set-by-step "How to" to accomplish this including the registry entries that need to be there and there values?
Thanks,
Shep
JAmerican said:
If you have an advanced task manager like CeleTask, make sure that you have SMSCReceiver.exe running in the Processes window. If not, then don't worry because it automatically starts when your device boots up. If you have terminated it, reboot your device before continuing.
Open the PHM Registry Editor and go to...
HKLM > SOFTWARE > HTC > My5 > SMSC > CmdGet > StateRequest
Open value ClientService and change the value from 0 to 1.
Open value My5UI and change the value from 0 to 1.
You should see the popup that myFaves is On.
Enjoy.
The only problem now is that myFaves disables itself when it realizes you don't have the service.
JAmerican
Click to expand...
Click to collapse
hey i dont see my5ui exactly where is this value??? by the way love all the help you give us!!!
tHe sR5 said:
they are right you have to add all the information for your 5 contacts in My5 > My5App just set the name you want for the person and they're number, you can change/add they picture from the my5 program, after adding all the info you want on all your 5 people just check and double check the Value "State" for each contact... Making sure that every Contact State is set to 1 not 3. pretty self explanitory program i guess... if 3 it checks the status over the network, if set to 1 it thinks it has already been checked and is good to go....
Click to expand...
Click to collapse
I have done what was mentioned above and what you have mentioned here, but it will not "stick" in a soft reset. I have to go through some of the step again to get it to come back up. Did I miss something? Is there another step? I added my 5 in the registry as you said - activated and all works well until I reboot.
Thanks ahead of time for any insight you can give!
Shep
Change the look of myfavs
Is there a way to put a skin on the myfavs app. I hate the 3d icons, I want to change it to static pictures like the htc touch "cube" fav dialer, does anyone know how this can be done.
also turning the 3d off should make the app use less memory which would be a good thing.
Any help would be great. Thanks.
My5UI Must Be Added In As A dWord
anthoneous said:
hey i dont see my5ui exactly where is this value??? by the way love all the help you give us!!!
Click to expand...
Click to collapse
The reason you don't see the My5UI is because it has to be added in as a dword, but all the instructions for unlocking My5Favs given here are correct. Now if you want My5Favs to remain as your homescreen after a soft reset, then you must move the My5FavsMsgCenter to the \Windows\ folder
Shep said:
I have done what was mentioned above and what you have mentioned here, but it will not "stick" in a soft reset. I have to go through some of the step again to get it to come back up. Did I miss something? Is there another step? I added my 5 in the registry as you said - activated and all works well until I reboot.
Thanks ahead of time for any insight you can give!
Shep
Click to expand...
Click to collapse
I'm trying to add my first MyFav, but it seems to be authenticating over the network and hanging. Guess I can't prevent that? I'm unlocked, on AT&T.
Read The Above Post
rocky2 said:
I'm trying to add my first MyFav, but it seems to be authenticating over the network and hanging. Guess I can't prevent that? I'm unlocked, on AT&T.
Click to expand...
Click to collapse
Before you soft reset your device, make sure everything is correct, but on the page where the My5UI is, make sure all 3 dwords value =1 and before you soft reset move the My5FavsMsgCenter to the \Windows\ folders, now you can soft reset and your 5Favs will only come back on the blue default Homescreen.!
Intergalactic said:
Before you soft reset your device, make sure everything is correct, but on the page where the My5UI is, make sure all 3 dwords value =1 and before you soft reset move the My5FavsMsgCenter to the \Windows\ folders, now you can soft reset and your 5Favs will only come back on the blue default Homescreen.!
Click to expand...
Click to collapse
I don't have a My5UI. Do you mean My5App? Under that I have Contact_0, _1, ...
I got the steps to work out fine, WM6 was being stupid when Moving the My5favsmsgcenter file, but got it some how.. since i have it now on the Homescreen, does that mean i can use the service for FREE? or does that just mean its available for convience?
MYfav
mofoliar said:
I got the steps to work out fine, WM6 was being stupid when Moving the My5favsmsgcenter file, but got it some how.. since i have it now on the Homescreen, does that mean i can use the service for FREE? or does that just mean its available for convience?
Click to expand...
Click to collapse
Convenience only.

Where are the plugins located

Im using Kavana Ricky's remade.
Have just made an error on CHome customise of Programs.
I changed the Plugin icons: Location istead of the Picture location now i don't have the programs bar on home screen.
Can someone please provide location.
Thanks in Advance.
Try this.
Start menu -- My Tools -- Configurator -- and click on the plugin you want to show. It's probably just hidden. You can also move up or down which ever one you want.
pfunkside said:
Try this.
Start menu -- My Tools -- Configurator -- and click on the plugin you want to show. It's probably just hidden. You can also move up or down which ever one you want.
Click to expand...
Click to collapse
In My Tools Configurator in CMyApplication\plugins\customise
I have changed the location of Plugin icons: "accidentaly"
Please provide location
\windows\CHome_MyProgs_sat_active.png;\Windows\CHome_MyProgs_desat_inactive.png
That's what mine says at least
pfunkside said:
\windows\CHome_MyProgs_sat_active.png;\Windows\CHome_MyProgs_desat_inactive.png
That's what mine says at least
Click to expand...
Click to collapse
That worked pannel back but the image on the pannel has a cross now?
Not the Program.png's there there.
I don't know where the .png is or how to send the .png
I'll be honest I don't know jack.
ok I think I found it....go down the menu to the picture box and type in:
\Windows\CHome_MyProgs_Word.png
pfunkside said:
I don't know where the .png is or how to send the .png
I'll be honest I don't know jack.
Click to expand...
Click to collapse
Hope Someone can help or it's a flash for the third time
Shoolboy error aswell.
Am just typing out all of my settings ready.
pfunkside said:
ok I think I found it....go down the menu to the picture box and type in:
\Windows\CHome_MyProgs_Word.png
Click to expand...
Click to collapse
That just changes the picture of the app your displaying had done them all then messed up.
I believe you will have to find the image you want or originally had for your programs panel and put it in your windows folder. Then find the path somehow and type it in. Like I said I don't know, but tried. I would wait for a mod to help or someone with more experience.
Good luck and keep me posted.
pfunkside said:
I believe you will have to find the image you want or originally had for your programs panel and put it in your windows folder. Then find the path somehow and type it in. Like I said I don't know, but tried. I would wait for a mod to help or someone with more experience.
Good luck and keep me posted.
Click to expand...
Click to collapse
Thank you for your help, much appreciated.
All i can do is wait.
Update Re Flashed.
Solved.

Can't access the TouchFlo3D settings!

It's not highlighted for me to get into the options when I go to "Today" then "items". When I press the start menu I get the drop down instead of the touchflo one.
Unless their is another way.
I imagine there's a registry edit you could do, where? I have no idea. I haven't bought mine yet, just didn't want a thread to go unposted
Thanks for the reply man! I hope someone knows.
HeavyComponent said:
Thanks for the reply man! I hope someone knows.
Click to expand...
Click to collapse
There aren't any settings for TFLO3D2 in there. You can however un grey the option button (it won't do anything cause there aren't any settings for it) by going to HKLM\Software\Microsoft\Today\Items\TouchFLO 3D (not the one in quotes)\ in the registry and setting the key options to 1 instead of 0.
dwizzy130
Ok so I guess I need a registry editor. What is the best one to get and are they free?
HeavyComponent said:
Ok so I guess I need a registry editor. What is the best one to get and are they free?
Click to expand...
Click to collapse
I have CeRegEditor. I find it easy to use, pretty basic, and user friendly. Im sure there are better ones out there. but if you're gonna use it like i do, just for basic edits, this will suffice nicely.
http://ceregeditor.mdsoft.pl/index.php?id=3&lang=en
theres the link for it.
gonna try this RegEdit right now, and ill post back for ya. :].
It looks like it's for the PC. Is their one I can do straight from the phone?
EDIT: I got an error after it installed...
"Unhandled exception raised! Error message: Failed to set data for " " Then it would opens, should I be worried?
dwizzy130 said:
There aren't any settings for TFLO3D2 in there. You can however un grey the option button (it won't do anything cause there aren't any settings for it) by going to HKLM\Software\Microsoft\Today\Items\TouchFLO 3D (not the one in quotes)\ in the registry and setting the key options to 1 instead of 0.
dwizzy130
Click to expand...
Click to collapse
Ok I did what you said, but it doesn't do anything. It's highlighted yeah, but I can't get into it.
HeavyComponent said:
Ok I did what you said, but it doesn't do anything. It's highlighted yeah, but I can't get into it.
Click to expand...
Click to collapse
That's exactly what I said it would do.
TFLO3D2 doesn't have any settings that are accessible there!
dwizzy130
Oh ok ok, I must of over read what you typed. Thanks anyway.
HeavyComponent said:
Oh ok ok, I must of over read what you typed. Thanks anyway.
Click to expand...
Click to collapse
No problem.
There are some setting for TFLO3D2 in the registry though.
Look here:
HKLM\Software\HTC\Manila\
And here:
HKCU\Software\HTC\Manila\
dwizzy130
its for your phone. Just click on the orange phone in the upper left hand corner to connect your phone to the program. and then youll be available to see all of the keys. and then you can edit the registry from there.

Wierd things with windows 6.5

Hey all,
Asking for help AGAIN!!!
I installed the windows mobile 6.5 update yesterday evening.
All in all i think it's fantastic, still falls behind some OS's but its a great update.
I have a couple of questions thought, and i'm hoping that someone can help.
the first one, i hope is just me not seing something.
on the start screen (after hitting the windows key) i think the new display is great, but i can find a way to move them about and personalise it so the prograns i want are where i want them. how do i do this?
the second is a little more complicated i think. I recently bought g-alarm(which i love) but to register it, you need an owner name on the phone's system.
I cant findwhere to change the owner name on WM6.5, i can change the device name easy. but i cant find the owner name anywhere.
any enlightenment would be great.
Thanks guys
TM411
I assume you mean the honeycomb start menu. In order to change them or move them around you need to tap and hold on the icons.
To set owner name is Start/settings/personal/owner information
Press and Hold the icons to move them.
Try this CAB to enable the owner info, just install and reset.
Is there a way to add/remove Icons from the start menu?
Thanks Guys
I did try the hold and move, but the only option i get is to move to top.
is this right?
the owner information button isn't in the personal setings section.
Hmmmm
what have HTCdone?
i downloaded the official upgrade from the site, surely they didnt remove important things from it?
thanks for the cab,
i shall try it later
Saying that.....
I wouldn't mind knowing if i can delete stuff from the start screen.
Not sure i need the "Getting started"
lol
TM411
TroubleMaker411 said:
the owner information button isn't in the personal setings section.
Hmmmm
what have HTCdone?
i downloaded the official upgrade from the site, surely they didnt remove important things from it?
thanks for the cab,
i shall try it later
Click to expand...
Click to collapse
Try the CAB. The fact that it's missing is a bug . See the main "Official 6.5" thread in ROM Dev.
TroubleMaker411 said:
I wouldn't mind knowing if i can delete stuff from the start screen.
Not sure i need the "Getting started"
lol
TM411
Click to expand...
Click to collapse
You can drag stuff about the start menu by pressing and holding, removing stuff and adding folders is the same a Windows PC. use File Explorer to goto \Windows\Start Menu\Programs.
Ta
Dave
DaveShaw said:
You can drag stuff about the start menu by pressing and holding
Ta
Dave
Click to expand...
Click to collapse
No you can't. Well, at least I can't - press and hold and the only thing you can do is "Move to top".
Dave, thanks for that. I didn't realise it was quite as simple.
The icons also move about as they should with a press and hold.
Cheers
TroubleMaker411 said:
I wouldn't mind knowing if i can delete stuff from the start screen.
Not sure i need the "Getting started"
lol
TM411
Click to expand...
Click to collapse
You sort of can. Here's what you need to do.
1. Go into the "\windows\start menu\programs" directory.
2. Create a folder. Cut & Paste all the shortcuts you deem unnecessary into that folder.
3. Go into the properties screen of that folder and toggle on the "Hidden" setting.
4. Soft-reset.
I've yet to find out how I can get rid of "HTC Calendar.lnk" and "HTC People.lnk". They disappear if I disable HTC Sense (ie, TF3D, Manila, etc). But they keep coming back if HTC Sense is enabled. I've tried deleting the shortcuts but they just regenerate after each soft-reset or if I disable and then re-enable HTC Sense.
If anyone has any ideas, please let me know!
You guys are awesome
The cab worked a treat.
The start menu i shall play with later.
Thank for the help
TM411
I cannot send MMS's to other cell phones but can send them to Facebook and to emails
Errr, OK.........
I am pretty new at the whole TP2 thing.
I will try to help you out,
But you gotta give a little more information mate
DaveShaw said:
Press and Hold the icons to move them.
Try this CAB to enable the owner info, just install and reset.
Click to expand...
Click to collapse
Thank you a lot.
TroubleMaker411 said:
I am pretty new at the whole TP2 thing.
I will try to help you out,
But you gotta give a little more information mate
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=571531
ANY help would be great, Im an insurance adjuster and need to send pics to others outside of the TMobile network
iridium21 said:
No you can't. Well, at least I can't - press and hold and the only thing you can do is "Move to top".
Click to expand...
Click to collapse
Same for me. Sometimes I get an additional choice of 'Move Down' !! What's happening? Mine is the ATT Tilt2 4 days old . . .
I am also curious how some people are able to hold and drag. It was my understanding from reading various WM6.5 reviews that it is not possible.
For the rest of us mere mortals, I recommend JWMD Icon Changer for reordering the start menu. It has worked well for me. One thing to keep in mind though: it will not reorder any icons you've marked as "Favorite" which means when you right click and select Move To Top. If you want to be able to sort them, you'll have to un-favorite them by selecting Move Down.
DaveShaw said:
Press and Hold the icons to move them.
Try this CAB to enable the owner info, just install and reset.
Click to expand...
Click to collapse
I couldn't get that cab to install. Just hangs.
Any ideas?
@home said:
I couldn't get that cab to install. Just hangs.
Any ideas?
Click to expand...
Click to collapse
just edit the registry key "HKEY_LOCAL_MACHINE\ControlPanel\Owner\Hide" to 0. It'll show up in the settings screen again.
ohyeahar said:
just edit the registry key "HKEY_LOCAL_MACHINE\ControlPanel\Owner\Hide" to 0. It'll show up in the settings screen again.
Click to expand...
Click to collapse
Don't I need a reg edit program to get there? I installed SKtools but it didn't give me tht option.
Thanks

Manage attachments

I'm not sure if I'm missing something, but I don't see the manage attachments button under the text field. I searched the FAQ, but could not find if there is some post limit/minimum before being able to do this?
TraceFormer said:
I'm not sure if I'm missing something, but I don't see the manage attachments button under the text field. I searched the FAQ, but could not find if there is some post limit/minimum before being able to do this?
Click to expand...
Click to collapse
You have to select edit, then select advanced edit. That should be what you're looking for.
Sorry, I'm not seeing edit or advanced edit buttons under the text field. I see Post Icons, Image Verification, and then Submit Reply & Preview Post. I tried both Firefox and Internet Explorer, even turned off ad blockers.
I just realized, you meant edit an already existing post. What I am trying to do is attach a file to a post/reply.
TraceFormer said:
I just realized, you meant edit an already existing post. What I am trying to do is attach a file to a post/reply.
Click to expand...
Click to collapse
If you click on the reply button, it will open a new screen allowing you to write your post, above the text field you will see lots of buttons, don't you see this "manage attachment" button in this create post screen like shown in my screenshot?
The UI may differ depending on the used theme of course.
No that button is missing for me. Tried to attach a screen shot, but it won't let me do that either (only put in a URL). Tried on mobile device too, and that button is not there.
TraceFormer said:
No that button is missing for me. Tried to attach a screen shot, but it won't let me do that either (only put in a URL). Tried on mobile device too, and that button is not there.
Click to expand...
Click to collapse
This attachment feature is not present for members below 10 posts but you are above this limit so it should be there, I don't understand. Some ideas of tests:
- wipe cache of your browser
- try Google Chrome
- try another xda theme
- wait 24h or 48h and it may be fixed by itself
- or if still not working we may need admin assistance
TraceFormer said:
No that button is missing for me. Tried to attach a screen shot, but it won't let me do that either (only put in a URL). Tried on mobile device too, and that button is not there.
Click to expand...
Click to collapse
I've no experience with IE but I'd the same issue quite a while ago on FF when I used the add-ons uBlock Origin and NoScript. For this reason, I've created an own profile for FF to use XDA.
Post reset
I had many posts years ago, had not been here for Ca. 2years and now I have 0 posts. So can't post link or attacment. /RANT/

Categories

Resources