My tablet and me...(tablet is a genius f-610)

Ok so a while back I bought a Genius g-pen f-610. I know its not the best tablet out there but it was cheap and large and looked like a good deal. I got home installed everything, and then barely used it for a while thus I never noticed the things it was doing to my system. I've gotten into using it more and bugs have formed that are making this thing unusable. The least annoying of these things is a semi constant pop up talking about usbattablet.kext being installed improperly and thus being unusable. I could deal with this if it weren't for the fact that the tablet is glitchy as all get out. For instance, if I plug it in to the computer, then unplug it then plug it in again, it doesn't function correctly (only registers clicks and after a moment the pen stops moving the mouse pointer, among other things), then when I unplug it again it breaks something inside mac OS that takes away my ability to click on things. So while the mouse moves, it does nothing else. I cannot click on menus or even click to shut the machine down. This stays until I shut the machine off and turn it back on and if I think that perhaps it can be fixed by a log out and try that the glitch persists even to the log in screen. Then occasionally it will cause finder to crash in such a way as to force me to do a hard reboot. I would normally insist that these were all problems of a machine that needed to be reinstalled or something like this and not related to the tablet at all except that they are issues that only happen after the tablet has been plugged in. If I don't use my tablet for a week, the computer runs without instance for that whole week, moment I plug in the tablet the thing gets ****** at me. So does anyone have any suggestions? I've tried a permissions repair, and a disk repair, and I'm prepared to do anything but reinstall os 10.6.4...

Photo stream photos are not backed up, and when you delete them from one device, they are also deleted from iCloud and your other devices.  If they were in your camera roll when you last back up you device, restoring the backup should recover them.  Otherwise, they are, unfortunately, gone.
Also, photo stream photos don't use any of your iCloud storage so deleting them won't free any storage up in your account.
You can't really use iCloud to back up your photos.  It's designed to stream them to your devices and share with others, not to back them up.  In fact, photo stream photos only remain in iCloud for 30 days.  In order to back up your photos, import them to your computer while they are still in your camera roll, as explained here: http://support.apple.com/kb/HT4083.  Or, if you have a Mac that is signed into your account with photo stream enabled, and you are using iPhoto '11 9.2.2 or later, go to iPhoto>Preferences>iCloud and check Automatic Import.  This will ensure that your photo stream photos are automatically imported to your iPhoto library where they will be safe (especially if you are using Time Machine to back up your Mac).

Similar Messages

  • Wizardpen and Xorg 1.8.1, Genius Tablet problem and solution

    Hello!!! I post this information just to contribute with a solution to a problem I was fighting with in the last days. I search for an answer and did not find it. If someone need more information feel free to ask. Oh! And sorry for my english.
    The Problem:
    After the update of Xorg and the Wizardpen driver from the AUR my tablet was not working anymore. The hal policy did not work, because Xorg now uses other method for hotplugged devices. If you want to learn more read this http://wiki.archlinux.org/index.php/Xorg#InputClasses
    Solution:
    We have to tell Xorg wich is the driver for that device creating an InputClass. To do that, we need some info about the tablet first. Execute:
    grep -i name /proc/bus/input/devices
    and search for a line with the name of your tablet. In my case is:
    Name="UC-LOGIC Tablet WP8060U"
    Now we need to calibrate the tablet, first execute:
    cat /proc/bus/input/devices
    And search for a devices with the name you see before. In my case:
    I: Bus=0003 Vendor=5543 Product=0005 Version=0100
    N: Name="UC-LOGIC Tablet WP8060U"
    P: Phys=usb-0000:00:02.0-3/input0
    S: Sysfs=/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input5
    U: Uniq=
    H: Handlers=mouse0 event5
    B: EV=1f
    B: KEY=c01 0 3f0001 0 0 0 0 0 0 0 0
    B: REL=303
    B: ABS=100000f
    B: MSC=10
    See the line "H: Handlers=mouse0 event5". The last part tells you the device is in event5 (note that we do not use the mouse0), in your case could be other. Use this info to execute the next command with your event number:
    wizard-calibrate /dev/input/event5
    Follow the on screen instruccions (press the pen on a corner of the tablet and on the oposite corner).  The last lines of the output look like this:
    Driver "wizardpen"
    Option "TopX" "2691"
    Option "TopY" "3249"
    Option "BottomX" "31462"
    Option "BottomY" "30089"
    Option "MaxX" "31462"
    Option "MaxY" "30089"
    We will use this info in a moment.
    Later create a text file /etc/X11/xorg.conf.d/70-wizardpen.conf and put this content in it, but remember to change the text "THE NAME OF YOUR TABLET" to match the name you find previously and the configuration of your tablet calibration:
    Section "InputClass"
    Identifier "wizardpen"
    MatchProduct "THE NAME OF YOUR TABLET"
    MatchDevicePath "/dev/input/event*"
    Driver "wizardpen"
    Option "TopX" "2691"
    Option "TopY" "3249"
    Option "BottomX" "31462"
    Option "BottomY" "30089"
    Option "MaxX" "31462"
    Option "MaxY" "30089"
    EndSection
    Section "InputClass"
    Identifier "wizardpen ignore mouse dev"
    MatchProduct "THE NAME OF YOUR TABLET"
    MatchDevicePath "/dev/input/mouse*"
    Driver ""
    EndSection
    In my case the file is
    Section "InputClass"
    Identifier "wizardpen"
    MatchProduct "UC-LOGIC Tablet WP8060U"
    MatchDevicePath "/dev/input/event*"
    Driver "wizardpen"
    Option "TopX" "2691"
    Option "TopY" "3249"
    Option "BottomX" "31462"
    Option "BottomY" "30089"
    Option "MaxX" "31462"
    Option "MaxY" "30089"
    EndSection
    Section "InputClass"
    Identifier "wizardpen ignore mouse dev"
    MatchProduct "UC-LOGIC Tablet WP8060U"
    MatchDevicePath "/dev/input/mouse*"
    Driver ""
    EndSection
    Restart X or restart your computer and that's all. MY TABLET WORKS!!!
    I read somewhere else, I don't remember where, that you can set other match sentences for Xorg that do not work for me, for some reason this is false for my tablet so I did not use this but for you may work. Inside the "Section" -> "EndSection" you can try to put this "Match" sentences in case Xorg failed to recognize your device.
    MatchIsTablet "on"
    MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
    MatchDevicePath "/dev/input/by-id/usb-UC-LOGIC_Tablet_WP8060U-event-mouse"
    The last one is obtained whit this command:
    ls /dev/input/by-id
    search for two devices, one called usb-name_of_your_tablet-event-mouse and other called usb-name_of_your_tablet-mouse, in my case the output of the "ls /dev/input/by-id" command is:
    usb-UC-LOGIC_Tablet_WP8060U-event-mouse
    usb-UC-LOGIC_Tablet_WP8060U-mouse
    If you want to try you have to put those devices names in the right place, note that this not work for me. The file /etc/X11/xorg.conf.d/70-wizardpen.conf would be like this, remember to change the device path to match yours:
    Section "InputClass"
    Identifier "wizardpen"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/by-id/usb-UC-LOGIC_Tablet_WP8060U-event-mouse"
    MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
    Driver "wizardpen"
    Option "TopX" "2691"
    Option "TopY" "3249"
    Option "BottomX" "31462"
    Option "BottomY" "30089"
    Option "MaxX" "31462"
    Option "MaxY" "30089"
    EndSection
    Section "InputClass"
    Identifier "wizardpen ignore mouse dev"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/by-id/usb-UC-LOGIC_Tablet_WP8060U-mouse"
    MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
    Driver ""
    EndSection
    Ok, I hope someone find this usefull, good luck!
    Last edited by gooze (2010-06-25 18:55:18)

    I updated the driver to the last version in AUR. It works without any configuration at me (no calibration or custom xorg.conf entries). I tried with xorg-server 1.9+ only, though.

  • Non-Wacom tablets and CS4 and Nvidia

    I have a Trust tablet and CS4 and have experienced problems with draw. The problems have already been stated in the thread http://www.adobeforums.com/webx/.59b6c5ed/53 regarding Wacom tablets, and apply to Genius tablets as well as Trust.
    As I have said in that thread, when I draw with the tablet and then select another tool, such as type, then try and draw with the tablet again, all I get is a straight line between the start and the end point. There is no such problem in earlier versions of Photoshop.
    However,I have just noticed something odd. I was experimenting, trying to fix the lag in my screen redraw, drawing and typing (also see relevant thread- "CS4 lag. What graphic card will it take?") and thought I would change the screen refresh rate. After I did that, the tablet started working again perfectly, and this "fix" works every time. This happens even if I start to change the screen refresh rate, but then cancel.
    Since I have an Nvidia card, and this fix is playing with the card settings, I wonder if it is all related to the obvious problems CS4 and Nvidia have with each other? Can someone else try?

    Lag in screen redraw is most likely a video card issue.
    Bad lines, or a lack of pressure are due to tablet driver problems.
    Do make sure you have Photoshop 11.0.1.

  • Mac OS 10.4.3 freezing/locking up with Wacom tablet and driver

    Hey guys, I have recently purchased the Wacom Intuos3 6x11 tablet and now my PowerBook freezes after like 10 minutes to 2 hours I plug it in. So far I have tried removing and installing different drivers. I have also have reinstalled my system (erase and install, custom no printer drivers and foreign languages) I have run permissions repair, disk repair, Extended Apple Hardware Test, and I have also rest the PRAM - I'm running out options. I don't have any other drivers installed yet, only some apps like Adobe CS2, Alias SketchBookPro 2, Painter 9. The system runs fine without the driver but it makes the tablet useless. Also the tablet runs w/o any issues on my Windows machine (XP pro).
    Oh, I have also re-calibrated my tablet and still nothing.
    The lock-ups happen no matter in what application I am in or what I'm doing.
    Any ideas?
    Also, Wacom tech guys have no idea what to do with this one.

    I've been running with that tablet since October with no problems on my G4 800 Dual, except for an annoying scrolling problem in Safari. You might try launching Console and leave it in the background and see if any messages show up when the problem occurs. You might also check the system.log in Console and see if you spot anything in there, though that is harder to sort out. Also in Console take a look in ~/Library/Logs CrashReporter section and see if there are any crash logs involving the tablet. You might also run the hardware test disk to see if it spots anything wrong. It could be a problem with the USB plug.
    Francine
    Schwieder

  • I have a new Toshiba Thrive tablet and do not see it on the list of tested, supported, or unsupported devices. Will Firefox work on my tablet?

    I have a new Toshiba Thrive tablet and do not see it on the list of tested, supported, or unsupported devices. Will Firefox work on my tablet?

    You should be able to find Firefox by searching for it in the Android market on the device.

  • Yoga 8 and 10 Tablets - KitKat 4.4.2 - Wifi Connection and Notification

    After upgrading to KitKat 4.4.2, some customers report that sometimes after device awakes from sleep, the Wifi connection does not resume on their Yoga 8 or 10 tablets (B6000-F/H or B8000-F/H). Also, Notifications may not show the name of the connection.
    Please note that Lenovo has escalated internally on this issue. I was personally able to reproduce the Wifi Notification not showing the name of the wifi connection.
    These reports originated from this thread: http://forums.lenovo.com/t5/Idea-Android-based-Tablets/KitKat-roll-out-for-Yoga-Tablets-starting-Jun...
    The original thread will be closed when new threads have been opened by type of issue to assist in reporting and resolution. My personal thanks to the forums members who provided feedback to help identify post-upgrade symptoms.
    Thank you for your patience,
    Amy Tupper
    Technical Resolution Lead, Pervasive Issues
    Lenovo US
    ThinkPad T431s, S3 Yoga 14, Helix, Edge 11 & 14, E431, IdeaTab A1107, IdeaPad A1-07, IdeaCentre Horizon, Yoga Tablet 2 10 1051
    First computer was a 1980 Commodore 64 from Radio Shack/ GEnie SFRT member from 1993-1996
    Solved!
    Go to Solution.

    I can say that the wifi had not yet been fixed.   My tablet was created after the dates listed for you reported updates.   Mine was delivered in the first week of April 2015, and still had hasn't ups after sleep and wifi problems where it randomly drops the connection.   Can't tell when the connection has been dropped since the tablet still shows that it's connected.  
    Please see the link below for some of us that have come together with the same problems.   We all can't have crappy Internet (especially sebum we have other devices connected that are solid) .   You've responded to one person in the link,  the originator,  but it would be nice to see some response to the remainder of the thread.  Everyone is getting to where they want to return their tablets and I'm sure you don't want to lose the money and reputation. 
    https://forums.lenovo.com/t5/Android-Yoga-Series-Tablets/Yoga-Tablet-2-8-830-Freezing-After-Sleep-Mo...

  • I am trying to pair my cell phone and tablet using Messages   App,  but only MMS messages will come through on my tablet.   I've tried pairing and unpaired,  reinstalling app on my tablet,  and can't figure it out.   Any idea how to fix this?

    I am trying to pair my cell phone and tablet using Messages   App,  but only MMS messages will come through on my tablet.   I've tried pairing and unpaired,  reinstalling app on my tablet,  and can't figure it out.   Any idea how to fix this?
    Thanks

    I Shared my most ridiculous situation but didn t log under your problem.
    sorry, I gave you your answer under sunshine99 or Dianna. I want out and you want in.
    if you not find just email me at [removed]
    thanks
    Personal information removed as required by the Verizon Wireless Terms of Service
    Message was edited by: Admin Moderator

  • Menu button works on pc but not on tablet and mobile

    Hi! I've made a desktop site and I've published it. Everything works on a pc browser but into tablet and mobile, there is a button on a menu that doesn't work..the link to the rest of the site doesn't start. Maybe because that link goes to a part of the site that is too heavy (the structure under that button goes to 30 different pages)?

    This is the url:
    http://www.babylove2000.com/
    If you try to visit the site by tablet or mobile, you cannot enter in the section 'MARCHI' trough the correspective button. The other buttons work correctly.
    Thanks,
    Marianna

  • Right way to copy desktop version for tablet and mobile

    Watching this video       http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-designing-for-mobile-devices/
    would seem that copying from the desktop version to tablet or mobile, you copy all the contents (texts, images,slide shows etc..).
    But i doesn't work. May  I have to totally rebuild manually tablet and mobile versions or is possible copy the entire site and then, if i need , make changes in each release?
    many thanks in advance

    Sad!  Could be of great help for us develop the function to automatically copy all the contents.
    We would avoid to rebuild the site 3 times and we would re-design only things to change.
    Many thanks for your reply

  • How can i share my iTunes in my two pc's and my tablet?

    anyone knows how can I share my iTunes in two laptops, tablet and phone (huawai)

    iTunes content can only be shared to an iPad or iPhone. (iOS based devices only).

  • X220 Tablet and Windows 8.1 - Limited Touch drops with Intel HD 3000 is installed?

    I have installed Windows 8.1 Professional on on a Lenovo X220 Tablet and everything seems to have installed correctly, although my system, which supported limited touch with 2 touch points in Windows 7, only has Pen Support in 8.1.
    I have been able to get the system to be recognized as "Pen and Limited Touch Support with 2 Touch Points" but only if I disable/unintall the Intel HD 3000 driver, and use Microsoft Basic Display Adapter instead.  The problem is that the resolution isn't as crisp.  
    Any recommendations as to what I can do to get the limted touch to be recognized with the Intel HD 3000 driver?  This one is baffling.  
    Any help would be appreciated. 
    The X220 Tablet's type is 4296-2WU
    Also, the Intel HD Graphics 3000 driver is the latest version compatible with 8.1 64bit - 9.17.10.3517.
    Update: I have also tried the previous Intel driver release, 9.17.10.3347, as well as the recommend Intel driver from the support page 9.17.10.2843 and non of them allow my screen to do Limited Touch Support with 2 Touch Points.  Yet, if I disable the Intel driver, and restart, I can.  

    Troy,
    Thanks for sharing your expeirences and the details of the driver version.
    Officially, I don't think Lenovo provided full support for Win 8 on the X220, but as you note it (and the upgrade to 8.1) can work with some limitations.   I'll check with one of our software engineers to see if he may have some suggestions on this one.
    I expect you will probably draw some responses from the community as the X220 was a very popular system with a good following.
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Is there a calendar app that will sync HTC one, android Samsuhg tablet and a PC?

    Looking for a calendar app that will sync an HTC one M8, a Samsung android Tablet and a desktop PC? If I put an event in one it will find it in the other?

    Just make sure you are selecting the gmail address as the place to create the event.  Otherwise it will only be saved to the phone.
    For example, my Gmail/Google calendar currently syncs between the PC/Web, android phone backup android phone and two tablets.

  • IPad 1 Safari Crashes Constantly and getting worse day by day.  Has Apple come up with a solution?  Now I am hearing its alos happening on the newer models.  My company is about to buy a lot of tablets and I will not recommend Apple anything til they fix.

    iPad 1 Safari Crashes Constantly and getting worse day by day.  Has Apple come up with a solution?  Now I am hearing its also happening on the newer models.  My company is about to buy a lot of tablets and I will not recommend Apple anything until they fix the problem.  Granted 30 or 40 iPads is not a huge impact but i promise once the outside world hears about this BS things will change.  There are plenty of other tablets out there that do not have this problem.  At the very least we should have the option of rolling back to a stable IOS...

    I have already tried all the things mentioned above as well as other things such as other browsers etc.  Its is obviously a problem with the hardware.  I also borrowed a brand new 4th gen iPad and it does the same thing.  Even after upgrading it to 6.01.  An occasional crash is one thing and can easily be waved off but this is clearly systemic and the problem appears to be related to graphical images and videos.  Both iPads are the 64gb versions, the only difference other than model is the iPad 1 has ATT cellular.  The new version is clean i.e no other APPs loaded other than what came with it.  I have 7 more coming but im seriously considering sending them back in favor of an Android tablet or the MS Surface.

  • Wacom Intuos Tablet and Pen not working on new iMac with OSX 10.9.4

    Hi there, I've been using an A3 Wacom Intuos tablet and pen for many years now on a 2006 iMac for my illustration work, but I cannot get them to appear or work on my new iMac with OSX 10.9.4.  I think they are the original Wacom Intuos tablet and pen.  Does anyone know if they are just out of date now and aren't supported on the new OSX 10.9.4?  Any advice would be greatly appreciated as I need to work and it's frustrating!
    Many thanks,
    Steve

    Barbara B.
    I have done as you suggested; I uninstalled PSE 11 and set my wife's account up as admin and reinstalled from there. Still have the same problem with my wife's account, but when I went to mine it is working correctly. Any ideas on why that would be? I'm sure it should work on both accounts. I have 2 accounts on my Mac Mini running OS X 10.6 Snow Leopard and it works on both.
    Thanks for your help; at least it's working on my account so that's a great improvement.

  • There,are,restrictions,to,opening,PDF,files,on,an,Pad,or,Android,Device,that,will,open,in, Microsoft,Internet,Explorer,desktop,or,laptop.,If,I,bought,a,Windows,8.1,tablet,and,had,Ad obe,reader,installed,would,I,then,be,able,to,open,the,secure,document,wit

    There,are,restrictions,to,opening,PDF,files,on,an,iPad,or,Android,Device,that,will,open,in ,Microsoft,Internet,Explorer,desktop,or,laptop.,If,I,bought,a,Windows,8.1,tablet,and,had,A dobe,reader,installed,would,I,then,be,able,to,open,the,secure,document,with,Internet,Explo rer?

    What's,with,the,commas?
    If you have a tablet that runs full Windows 8 - not Windows 8 RT, which is limited.
    And if you install the full Adobe Reader for Windows, not the special Adobe Reader Touch for Windows 8.
    Then you will have the same features as a desktop.
    Unless they can't be accessed in touch mode, since it isn't a touch app.

  • Wipe sites on tablet and phone left or right

    Hello, I want to wipe the sides to the left or right at the tablet and the phone, how does it work?
    Thanks for help, Martin

    Hi Martin
    Can you please share the site url so that we can have a look or upload screenshots ?
    Thanks,
    Sanjit

Maybe you are looking for

  • Slice Selection in Save for Web dialog in 17.1

    Since upgrading to Illustrator 17.1 I can no longer select slices in the Save for Web dialog, nor can I select a slice on a different layer than the one it was created on. Anyone else seeing this issue?

  • Apple disabled Apple ID when moved to new one, can not delete old from iPad

    Followed apple process to move Apple Id to a new email on my Macbook Pro.. Now can't login with original apple ID to turn off find my iPad. Appears Apple disabled it, since I know the password. Attempted to also login on Macbook Pro using the (old)pr

  • WAIT STEP issue in a BPM

    Hi all, We have a following message (as a result of a transformation) FECHA is an xsd:date and HORA is an xsd:time. The cardinality of every elements is 1..1: <?xml version="1.0" encoding="UTF-8" ?>  <MT_Retraso_Entrada_Wait> <row>   <FECHA>2006-10-2

  • Error 4 when trying to audio or video chat

    I have been trying to video chat with my dad in France. It worked perfectly for about 30 seconds and now every time we try to contact each other we get this communication error message (error _4). We are both using AIM screen names. We have tried cha

  • How do you unlock iPhone 5 which has been found by owner

    How do I unlock an iPhone Verizon phone that I thought lost but found it?