Help installing Remix OS on a 2-in-1 tablet/laptop. - Remix OS for PC

I have Remix working perfectly on another computer, so I'm not totally inexperienced with it but I just can't figure this one out.
I have installed the latest Remix on a 32gb USB 3.0 for my daughter. It boots fine, but it is stuck in portrait mode, and the touchscreen doesn't work. So essentially to use it the screen must be plugged into the keyboard base, but when it is, the picture is all sideways.
It's an unbranded windows 10 2-in-1, model CES102. I know people are going to have less idea with an unbranded product, but hoping someone has similar issues and has managed to fix it.
Also, I'm trying to figure out how to expand storage space to take up the whole stick. All the instructions I find, including the ones I used for my computer, seem to be for expanding storage on an HDD partition and not USB.

I just downlaoded the nextbook version in case that will work better, my understanding is this 2-in-1 is extremely similar to one of the nextbooks, so thought I would give it a shot. But it looks to be quite a different install process to the standard "for PC" one. Does anyone know either the answers to my original questions, or how I can install this version to USB and give it a go?

Bump

boot it up, open play store, type in rotate, grab a rotation app to control rotation. The one i use allows me to lock rotation which is nice for games that think they are going to take over rotation. As for the Size of your data, Plug in your usb drive while in windows, grab Rmxtools 1.8 or 1.8fix, open Rmxtools and resize your data.img to whatever youd like

Great thank you, will give this a go in the morning. I think downloading that app will be difficult when everything is sideways to the touchpad lol, but if it might fix it I will absolutely do it. Will report back.

obsidianwings said:
Great thank you, will give this a go in the morning. I think downloading that app will be difficult when everything is sideways to the touchpad lol, but if it might fix it I will absolutely do it. Will report back.
Click to expand...
Click to collapse
Rotation Control by Crapemyrtle is what I use.

Related

(HOW TO) Take your stock photon and release the hidden ubuntu magic contained within

I'm hoping this is the right place for this post, if not just move it or nuke it, whatever works.
I've cobbled togther what I did to take my stock Photon and turn it into a fire breathing dragon, or well at least a fully functional netbook equivalent with openoffice, gimp, local network based printing etc. This works for both the HDMI dock as well as a converted refurbished Atrix dock. You can even change your screen resolution to match your monitor capability on the HDMI dock. I would assume this would work with both the little mini dock thing as well as the non-HDMI dock changes that let you use a monitor directly without the dock, however these are untested.
This assumes you have a fast microsd card installed in the Photon and are willing to wipe it and let webtop2sd erase and format it. Back up your data on the sdcard before starting down this path.
I wasn't ambitious enough to go down the full updated bootloader cwm path, instead I stayed with rooted stock and slowly built up what I needed. Hopefully this helps someone out there trying to do the same thing. The side benefit is that you keep your 4G and can install updates down the road (assuming you don't lose root).
Credit goes to those very smart folks out there that figured all this out, I just bolted the steps together for my needs. I've included a reference link for each major step. This isn't intended as a step by step guide, more like the links I found and followed with hints tossed in along the way.
To root, – use torpedo, it worked for me even after the most recent OTA update.
http://forum.xda-developers.com/showthread.php?t=1216131
Next, install webtop2sd, format the card and copy the existing instance to your sdcard, enable the various advanced things, read through the process. Major kudos for this app and the time and thought that went into it, amazing stuff.
http://forum.xda-developers.com/showthread.php?t=1119555
(for photon you need to download webtop2sd-2.0.1.apk - [Click for QR Code] )
once booted into the sdcard side, launch webtop configurator and let it update the files and then install lxterminal and the other application, you need to pay attention to the color of the buttons to know if it has installed. If the webtop configurator won't launch, follow the steps in the above link to figure out if you are actually running from the sdcard or not.
once you install, go back into the webtop configurator and install them both again if they didn't actually install, for me it acted like it installed but really didn't, took me a couple times.
This next part is the key to stability, an amazing feat of scripting to fix all the package dependencies and then build placeholder packages for the missing bits, and then locking (“hold”) for the motorola provided packages so they don't get messed up further down the road. Doffing my cap to you sir.
run the apt-get package script fixer, say yes to everything and it will sort it all out for you, it runs for a long time, just leave it alone and answer the questions when prompted
http://forum.xda-developers.com/showthread.php?p=16131577
Install a different desktop interface if you want. I used xfce4 to give me a real “start” menu with all the expected things. At this point you are using the synaptic package manager to install applications.
(from an lxterminal window) type in “gksu synaptic”
install xfce4
http://forum.xda-developers.com/showthread.php?t=1054213&page=2
Assuming you don't want AWN to load at startup, then edit the file that controls what launches at startup. Using leafpad you can edit the file to have the menus you want for your setup.
cd /osh/usr/local/bin/
sudo leafpad start-oshwt-2.sh
The section needs to look like the below, comment or uncomment (the # at the beginning of the line) to omit or include what you want. I opted for the webtop-panel at the top of the screen along with the xfce4-panel at the bottom of the screen along with xfdesktop for the desktop background and associated right-click menus.
# start OSHWT 2 scripts
sfalv -i "xfce4-panel"
sfalv -i "xfdesktop"
#sfalv -i "awn-autostart"
sfalv -i "webtop-panel"
#sfalv -i "webtop-wallpaper"
sfalv -i "evbridge"
sfalv -i "window_switcher"
sr-test avahi_start &
reboot the phone for the updated menus
At this point you can start installing packages – I opted for openoffice and gimp as well as the chm viewer to read chm formatted help files.
From a lxterminal window enter “gksu synaptic” and choose openoffice and whatever else you need.
install openoffice
install gimp
install chm viewer
let things run to completion.
At this point you are getting close to complete but might want better control of your monitor resolution. To fix the screensize issue on different monitors on the hdmi dock, you need to edit the xorg.conf file
http://forum.xda-developers.com/showthread.php?t=1198230
cd /osh/etc/X11
sudo leafpad xorg.conf
Do a search on “Screen HDMI” and then change the “1366 768” to “1920 1080”:
Section "Screen"
Identifier "Screen HDMI"
Device "Tegra HDMI"
Monitor "HDMI"
Option "ARGBHWCursor" "false"
DefaultDepth 24
SubSection "Display"
Depth 24
# Uncomment to override the preferred resolution chosen by UseEDIDModes
Modes "1280x720"
ViewPort 0 0
# Defaults to the size of the chosen mode
Virtual 1920 1080
EndSubsection
then from a lxterminal window type
xrandr -s 1920x1080
undock and reboot the phone
You can select the desired screen resolution from the xfce4 “monitor settings” app, not from the webtop display app (or at least not on mine).
Hopefully this helps someone and minimizes the amount of googling and reading to get what you need.
Many thanks to the all the smart folks on XDA – you are the best!
The initial Ubuntop was a step by step before I prepackaged it. I pulled the "build your own" guide after the first release. Thanks for putting this back up. It won't be optimized like UbunTop but is a good learning tool for those interested.
I miss messing with linux
Thanks guys for your awesome contributions.
Sent from my MB855 using XDA App
I've tried to get the webtop configurator to run a dozen of times, reinstall it, even reformat partitions, redo the webtop2sd process, but every time I click on the configurator, it seems to load (glowing, blinking background on the icon), and then only stays highlighted (grey background on icon).
Am I supposed to just wait for a very long time ? Is anything happening at all ? There's no progress window or even a new window opened from clicking on the webtop configurator. AWN manager is actually the only thing that I didn't use to have that launches, even LX terminal 1st opens a black window then closes...
I know nothing about Linux but I'd like to be able to run openoffice and pidgin.
My guess is the phone isn't running from the sdcard properly. Go back into webtop2sd and then within settings enable the diagnostics tab, verify you see mmcblk1p2 listed under the currently mounted webtops. If all you see is the one ending in 13, then it's not loading from the sdcard right.
Also, did all the steps within webtop2sd seem to complete ok? It should have went through formatting then copying etc, updating the various components.
I'd go back through the steps in the webtop2sd link and see if anything sticks out. Post what you find and I'll try and help.
Hope this helps.
You're correct, it only shows p 13. All the steps seemed to complete correctly, on to find out why it's not booting from the sd card correctly.
Sent from my MB855 using XDA App
So, after my 4th attempt, both p2 and p 13 now show up on the diagnostic tab. But there's nothing under webtop configurator on that same tab, even after clicking on reinstall webtop configurator and rebooting. So the result is still the same, nothing happens when I click on the webtop configurator.
Sent from my MB855 using XDA App
Edit: So I just flashed 198_7 SBF, re-did all the webtop2sd process, and still no version showing in webtop configurator diagnostic tab. Wtf. Both partitions show, p2, p13.
Finally! Got it to work, synaptic installing Pidgin, next : OpenOffice.
Great news! I was just starting to think what might be fighting back, glad you figured it out.
I have to reiterate here how awesome it is to finally have unleashed the full Webtop power of this phone. What an amazing feat of progress to be able to use our cell phone as a full computer (I have a BT wireless keyboard and mouse combo, not even a dock necessary).
I confirm this works great with the Webtop HDMI hack : just apply the hack 1st, then do the Webtop2sd afterwards, and voila, no dock needed.
I have successfully installed Xfce, Exhale audio player, Pidgin, OpenOffice, Gimp, and they can all run concurrently, just like a real computer would.
Thanks again for the guide reposted here, it was definitely something I wanted to do but since I didn't want to lose 4G by unlocking my phone, I had been waiting for an alternative.
e-motion, what did you end up doing to make it work? I'm having the same issues you were. I've run webtop2sd at least 4 times and it always boots from 13. Getting frustrated!
Edit: Took about 237 more tries of doing exactly the same thing, but it finally worked! Woohoo
awesome thread.
So I did everything in this mod, and I was loving my new set up. The only thing I hadn't messed with was the resolution. So I decided to do that last part of the hack.
Something must have went wrong. I was trying several different resolutions, and I couldn't get one to fill my monitor without issues. Sometimes it would be squished and my mouse would be showing in one place, but hovering over another, if that makes sense. The only thing I changed was the xorg.conf file, and the resolution on webtop itself using xrandr -s.
The problem is that now, my phone won't bring up the options menu when HDMI is plugged in. The monitor still shows the batwing M as a screen saver, so they are definitely connected, but I can't get my phone to bring up the options for mirroring, webtop, etc.
Can anyone help me? Maybe if someone had a clean xorg.conf file that they could upload? I could try replacing that with mine in case I screwed something up there.
I went through and cleared the data for all of my apps that could have been related to webtop or this problem. Including "webtop", "webtop2sd", "webtop connector" and a couple of others. Nothing brings back the option. I have rebooted several times as well.
One strange thing is that my app for "webtop connector" shows 0.00b in total, application, and data, it's as if it's there, but there is nothing there? Is that because I did webtop over HDMI hack?
Any help you guys could offer would be greatly appreciated. I would hate to have to start all over on everything.
Here is my xorg.conf, hopefully it pastes in ok..well turns out it didn't..
I attached it, peel off the .txt on the end just in case.
Hope this helps
larrybiggs said:
Here is my xorg.conf, hopefully it pastes in ok..well turns out it didn't..
I attached it, peel off the .txt on the end just in case.
Hope this helps
Click to expand...
Click to collapse
Thanks a ton. I will give it a try. If it doesn't work, I will try re-doing the webtop over HDMI mod again.
If anyone else has any other suggestions, I am grateful for any help.
---------- Post added at 08:07 PM ---------- Previous post was at 07:58 PM ----------
Can anyone look in their apps list and see how much space "webtop connector" is taking up?
So, I flashed the xorg.conf file from Larrybiggs, it didn't work on first try, but then after a few reboots it did. I noticed that your xorg.conf file wasn't the stock one, it was one you had modified right?
Something strange has happened, and I don't know if it's related, but now the touchpad mouse and keyboard that are part of the screen will not respond at all. My bluetooth mouse and keyboard work fine, but the touchpad doesn't work at all.
Is it working fine for you with this file? I am not even sure if that's the root of all my problems, but I am just trying to figure it out. Thanks.
Sorry for so many replies about this. But, I got it all to work, and I figured I would post it. Sometimes in these threads, all you ever see is the problems people ran into. I found in the motorola owners forum that I wasn't the only one with this problem.
https://supportforums.motorola.com/thread/57460
"I originally posted here hoping to find an answer. Here is what I did and I got it to WORK!!! I turned the TV off. I also went ahead and rebooted the phone. Once the phone was back up, I plugged the cable into my phone then into the HDMI port on the TV. I then turned on the TV and made sure I was on the correct TV input for viewing. When the TV came on I got a notification on my phone asking me what I wanted to do. It worked!!!"
Once I did that, it was all working. But I noticed at any resolution higher than 1280x720, the phone mousepad, or the touchscreen on the phone stops responding. Haven't solved that one yet, but at least I figured I would post how I solved the other problem. Thanks.
Got it working. Thanks.
Sent from my MB855 using XDA App
bwillet said:
e-motion, what did you end up doing to make it work? I'm having the same issues you were. I've run webtop2sd at least 4 times and it always boots from 13. Getting frustrated!
Edit: Took about 237 more tries of doing exactly the same thing, but it finally worked! Woohoo
Click to expand...
Click to collapse
What exactly did you do? Mine is also not booting from the new external ext3 partition.

[Q] Arnova Childpad: some issues I'm not happy with

Hi folks,
I just bought the Arnova childpad for my kid, it seemed a better toy for my kid then the LighInTheBox 7" pad that I bought. (It isn't that powerfull even after hacking the system)
The childpad is very responsive. Although the screen is not easy to control, scrolling through a list for example, always makes you select the first item when you touch the screen.
I have some issues with the Childpad, could anybody advice:
- In ICS, how can I move apps to the SD card, any software to move doesn't allow that. Nor in the app settings, there's no button Move To SD. Is there a way in ICS
- The Childpad can't access the PLAY store, nor does it let you setup a google account. Could it be fixed?
- How can I move nice game apps from my other tablet to this tablet by SD card. What software is suitable for it?
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A
Godyn said:
Hi folks,
I just bought the Arnova childpad for my kid, it seemed a better toy for my kid then the LighInTheBox 7" pad that I bought. (It isn't that powerfull even after hacking the system)
The childpad is very responsive. Although the screen is not easy to control, scrolling through a list for example, always makes you select the first item when you touch the screen.
I have some issues with the Childpad, could anybody advice:
- In ICS, how can I move apps to the SD card, any software to move doesn't allow that. Nor in the app settings, there's no button Move To SD. Is there a way in ICS
- The Childpad can't access the PLAY store, nor does it let you setup a google account. Could it be fixed?
- How can I move nice game apps from my other tablet to this tablet by SD card. What software is suitable for it?
Click to expand...
Click to collapse
I'm in the same boat as you, I bought one for our little guy... Netflix doesn't work properly and no market. I'm trying to root/market it as we speak...
You can sideload the apk for amazon market to get most apps on it, but you can't do much about the issues with the rom without root...
---------- Post added at 09:37 PM ---------- Previous post was at 08:45 PM ----------
Got it rooted using unlockroot 2.3 (Actually I had superuser installed and it never would prompt for root access, I ran unlockroot and suddenly could get root.) Now if I could get netflix going this thing would be ready for action.
I think that's the way they have set it up. Although it must be possible to put a new Android rom on it, I'm sure.
The child market is intresting, but because the screen is so sensitive, it's hard to select from it. Plus it's intresting to get other Play-apps.
Did you find a way to load apps from the SD? I managed with the backup app from my phone to get some apps loaded, but not all.
Seems there aren't many users for this tablet.
Any idea how I could install a new clean Android on it?
Godyn said:
Seems there aren't many users for this tablet.
Any idea how I could install a new clean Android on it?
Click to expand...
Click to collapse
No, but I'm wondering the same thing as well. IF CM9 could be easily ported (shouldn't be hard considering it is already running ics) or worst case scenario even CM7 would suffice. I wouldn't mind the rom so much if I could just get netflix, because my son isn't quite as OS critical as I am.
I'm very intrested as well. There's not much A in this Q section here :-D
Maybe we should ask elsewhere?
There must be an easy way to reinstall the system, I'm sure .
Godyn said:
- In ICS, how can I move apps to the SD card, any software to move doesn't allow that. Nor in the app settings, there's no button Move To SD. Is there a way in ICS
- The Childpad can't access the PLAY store, nor does it let you setup a google account. Could it be fixed?
Click to expand...
Click to collapse
I have the same problem. If you have a good idea, I want well to know it
From what I read about the childpad on the Arctablet.com "The ChildPad shares its design with the Arnova 7d G3, the only difference are the colors. While Arnova 7d G3 is just black, the ChildPad is painted in nice-looking white and blue colors" So presumably any thing that comes out for it should, in theory, work on the childpad. I haven't seen much in the way of rom development for it either, but there are some promises of roms coming. I thing we are in one of those spots where it is a waiting game to see if anyone picks up development on either of these devices.
I bought the tablet for my grand daughter. I have installed only a few apps and the tablet is already running out of space. So I am very much interested in learning how to load apps onto the SD card. I found this http://forum.xda-developers.com/showthread.php?t=1590807 and was wondering if this could also be apply to a rooted Childpad?
Those with Childpads - could you please help me by letting me know how much storage the device shows - ie either the Internal settings -> storage or when you plug in to a PC and view properties.
My two both show 2gb of total storage - is this correct?
The devices are labelled as 4gb and find it hard to believe that 2gb of the advertised storage is inaccessible to users.
Many thanks
little_evs said:
Those with Childpads - could you please help me by letting me know how much storage the device shows - ie either the Internal settings -> storage or when you plug in to a PC and view properties.
My two both show 2gb of total storage - is this correct?
The devices are labelled as 4gb and find it hard to believe that 2gb of the advertised storage is inaccessible to users.
Many thanks
Click to expand...
Click to collapse
The device is 4 gigs of storage. The 2gb is free. Yes 2gigs is all the preloaded CRAP on the device. There are a bunch of videos as well as audio and preloaded apps.
---------- Post added at 01:12 AM ---------- Previous post was at 01:08 AM ----------
So I got one of these for my 3 year old this last weekend, here's my observations:
- I could not root, everytime I put the device in USB debugging mode it would not detect on my PC.
- Sideloaded google play store. Installed fine, every time I launch it minimizes itself and doesn't load.
- Sideloaded Angry Birds Space and it worked great
- Apps with adult adds....really? Does my son need a dating site add? Planning on installing ad blocker once i can get root.
- Screen is weird. Not as capable as a standard tablet. I have to use my finger nail and/or press really hard.
If anyone finds a more reliable form of rooting the Child Pad please send me the link.
-Magic
Thanks -
The supplied apps and videos etc are (on mine) all in the accessible "Internal storage", ie what you see when you connect to a PC.
When I do a properties I get xMB free of 2.05GB. Therefore if I delete ALL of this supplied content, the maximum storage I am going to get is 2.05GB which is far from the advertised 4GB.
Is this what other people see - 2GB available?
Silly question, maybe I missed it in this thread, but how did you install the google apps on those childpads. I bought 2 of them for my kids and I started installing their gmail account on it. Now it's via the exchange function, but I rather like to use the official gmail app. Also gtalk would be handy as they now use gtalk on the PC to talk to me when I'm working in the office.
sirskull said:
Silly question, maybe I missed it in this thread, but how did you install the google apps on those childpads. I bought 2 of them for my kids and I started installing their gmail account on it. Now it's via the exchange function, but I rather like to use the official gmail app. Also gtalk would be handy as they now use gtalk on the PC to talk to me when I'm working in the office.
Click to expand...
Click to collapse
Simply download the .apk from the web. However, these apps do not function as they are locked out in this version of ICS. Currently there is a custom ROM in the works with root and play store enabled.
this is probably what you are looking for
http://www.arctablet.com/blog/featured/arnova-childpad-custom-firmware-google-play-root/
O.
hey, i also have one of these for my 4 year old but hi broke off the MICRO USB PORT so in the begining it was out of service so i screwd it open to connect a USB cable derectly to the battery and so charge it trouh my pc i removed the broken part with my solder iron and its working again now
Now i like to connect to pc again anyone know a sulution i cant idententfie the original part to order a new and it will be a hard job soldering the thiny component any alternated point on the board maybe or how i can find out any help would be great
thx
Thx, worked perfect !!! Anyone an idea how to move the apps to the SD, since there is only 400Mb available for the apps, it's almost filled by now with some regular games...
you people who fell victim to this bad device like me might want to check out
http://www.freaktab.com/showthread.php?1881-NEOCM10-Version-1-25&p=36054#post36054
thats the best firmware currently it runs really fast and without problems except for one gamebreaking bug sadly.
the screen is mirrored after flash meaning its unusable but they are working on it and it should be fixed soon
(if anyone has a tip on how to get into the screen calibration thing in 4.1 android , or force it to do the calibration at next startup please help)
https://groups.google.com/forum/?fromgroups=#!topic/android-x86/uNo7a39-s3I
The mirrored screen problem also happened with other devices and this is kernel based.
The link above is a dirty trick to fix the issue. But it requires a recompile of the kernel.
Exelletor on the Arctablet forum told me that recompilong this rk29xx based kernel waa not that easy.
I had a look to the info provided and i could more or less pinpoint the things that needed to be changed, but currently I did not find the time to perform the compile.
Hope this can already help?

A nasty Jellybean Bug or Just me?

So have Asus really screwed this up. I could do with your help by testing this.
While docked, pick up a widget that's resizable.
Move it around the screen and then let go so you can resize it.
Don't resize it but let the tablet go to sleep.
As usual though, my video will paint better words.
vgjfelix said:
So have Asus really screwed this up. I could do with your help by testing this.
While docked, pick up a widget that's resizable.
Move it around the screen and then let go so you can resize it.
Don't resize it but let the tablet go to sleep.
As usual though, my video will paint better words.
Click to expand...
Click to collapse
do you have an sd card in the dock?
Wasn't able to reproduce this no matter how i tried :/
whycali said:
do you have an sd card in the dock?
Click to expand...
Click to collapse
I do yes. Is this the sleep of death thing I read about but never experienced until now by chance?
vgjfelix said:
I do yes. Is this the sleep of death thing I read about but never experienced until now by chance?
Click to expand...
Click to collapse
maybe. try it without sd!
Tapatalked!
vgjfelix said:
So have Asus really screwed this up. I could do with your help by testing this.
While docked, pick up a widget that's resizable.
Move it around the screen and then let go so you can resize it.
Don't resize it but let the tablet go to sleep.
As usual though, my video will paint better words.
Click to expand...
Click to collapse
Like honestly???
Sent from my SAMSUNG-SGH-I727 using xda premium
I tried 5 times, with SD card in the dock and without. I cant replicate the bug.
I must add, I did a factory reset loaded Asus stock .28, root, ota via the dlpkgfile so my setup is a fresh install so to speak.
I'm rooted JB stock and locked.
if that makes a diffrence
Hey folks,
I just found a real issue. Instead of opening a new thread, I think it fits quite well here.
So here is the thing:
I connected a old and small microsoft USB mouse (USB ID 045e:00a4 Microsoft Corp.) to the dock to use it together with splashtop. Now if I just wait until the tablet goes to sleep it will suddenly reboot. This is - at least for me - easy to reproduce.
tobi01001 said:
Hey folks,
I just found a real issue. Instead of opening a new thread, I think it fits quite well here.
So here is the thing:
I connected a old and small microsoft USB mouse (USB ID 045e:00a4 Microsoft Corp.) to the dock to use it together with splashtop. Now if I just wait until the tablet goes to sleep it will suddenly reboot. This is - at least for me - easy to reproduce.
Click to expand...
Click to collapse
At last, someone else who has replicated it. And I share your mouse reboot in this video:
Okay, I've now got this issue. Had it reboot several times unintentionally and that was while doing work
Just leave any USB device plugged in. Leave it till it goes to sleep... Restarts. What a crazy bug?! I was just viewing some PDF's, and then left my tablet for a minute, next thing you know, it's restarted itself.
vgjfelix said:
At last, someone else who has replicated it. And I share your mouse reboot in this video:
Click to expand...
Click to collapse
vgjfelix, I got the same thing with the mouse too. Also can you test to see if your BACKSPACE key works? After the update, with the stock browser, the backspace key doesn't work when you do a web search like in yahoo.com or google.com
Thanks
This is a nasty jelly bean bug, but hopefully because of your well documented video, Asus can get it fixed on the next update.
Sent from my Galaxy Nexus using xda premium
my TP just restarts whenever i play games. that's just great
Well I am begining to feel left out. I cannot get my prime to force close. I have even tried having the weather widget in its move box and an sd card in the slot as well as a usb mouse plugged in and it just goes to sleep just as it should and a nudge on the mouse a bit later and it wakes up just as it should. This prime has never forced closed since JB. Stock machine. Happy with it.
I've had this issue but without resizing widgets or anything.. I just let the tablet alone for a bit... it goes to sleep then either reboots by itself or just shuts down.. and then I have to long press the power button to turn it on again (it takes much longer to turn on after this happens)
Yep, me too. Thought it was a game or something, but it just randomly reboots just after going to sleep. Tried wiping and factory reset. No joy.
Anyone any ideas?
Thanks
YellowShed
Thanks to all who posted in this thread (clicked a few key 'Thanks' buttons). I was going crazy with the reboots 5-10x a day after JB update.
Saw USB/SD comments so I removed my SD card and my usb thumbdrive from the dock late last week and it's been up and stable for about 5 days with no reboots.
My reboots seemed to coincide with either dimming to sleep or waking up (music playback when closed was the clue that some were apparently on wake)

No OTG on 1st gen Kindle with CM11

New member here. Franky, I know nothing about this stuff.
I have 2) 1st gen Kindlesserial D025 that I have rooted and converted to CM11-20141112-SNAPSHOT-M12-tate. They work well except for 2 things.
Primary problem is that they don't recognize anything plugged into the OTG cable. On my wife's 4th gen machine (completely stock), I can plug in a memory stick and view videos. I can plug in a wireless mouse and it recognizes it fine. When I plug an OTG/memory stick into my 1st gen, I get nothing, no sound, it just sits there like nothing happened. Can somebody tell me what I did wrong?
Sencondary problem is that when I plug the device into my Windows XP SP3 machine, it doesn't see it. It gives me a sound notification that something plugged in, but it is not visible in the file manager. I have installed every driver I can find (adb, modified .inf, kindle, MTP, WMP11, etc.) and nothing works. This is a secondary problem that I have worked around with a WIFI transfer program.
However, I really want the OTG to work. I have spent months searching and reading and as noted above, I really don't know enough to find my way out of this problem.
I would appreciate any help you can give me, and if this is posted in the wrong place, please let me know and I'll move it.
Thanks in advance.
-L
webeltm said:
New member here. Franky, I know nothing about this stuff.
I have 2) 1st gen Kindlesserial D025 that I have rooted and converted to CM11-20141112-SNAPSHOT-M12-tate. They work well except for 2 things.
Primary problem is that they don't recognize anything plugged into the OTG cable. On my wife's 4th gen machine (completely stock), I can plug in a memory stick and view videos. I can plug in a wireless mouse and it recognizes it fine. When I plug an OTG/memory stick into my 1st gen, I get nothing, no sound, it just sits there like nothing happened. Can somebody tell me what I did wrong?
Sencondary problem is that when I plug the device into my Windows XP SP3 machine, it doesn't see it. It gives me a sound notification that something plugged in, but it is not visible in the file manager. I have installed every driver I can find (adb, modified .inf, kindle, MTP, WMP11, etc.) and nothing works. This is a secondary problem that I have worked around with a WIFI transfer program.
However, I really want the OTG to work. I have spent months searching and reading and as noted above, I really don't know enough to find my way out of this problem.
I would appreciate any help you can give me, and if this is posted in the wrong place, please let me know and I'll move it.
Thanks in advance.
-L
Click to expand...
Click to collapse
How much is a size of that device which you want to plug in.
For problem with XP try to reinstall drivers or try to use older version of that drivers.
XP is too old, mine suggestion is to use Windows 7 Home premium if you have older machine.
Feel free to ask more if you have questions
Sent from my Nexus 5 using Tapatalk
Thanks for the response. Not getting connected to the PC is inconvenient, but I manage with ES File Remote Manager through WIFI.
The big issue is not being able to use a memory stick through the OTG cable. Here's a link to a guy who has done it.:
wwwDOTyoutubeDOTcom/watch?v=BFEMh0ZYT5M <---(won't let a new guy post a link)
I've tried to contact him, but it looks like he hasn't been on that site in 3 years. Anybody know him? Better yet, does anyone know where to get the Hashcode Kernel? And how do you load it? Again, I'm new to this stuff, but I can follow instructions.
I've tried all the mount apps like stickmount, etc. Nothing works.
I also tried a factory reset to the Kindle OS and it doesn't find the memory stick. Is OTG just not possible on this device?
-L

Why is Remix still the best Android OS?

I have spent days messing around with every one of them. And basically, they have all been crappy in some way or another. And all I do is install a single piano app and try to use USB Midi controller with it. I either cannot get Wifi working, or cannot get the OS installed properly. Remix OS is the epitome of a true Android operating system. At least thats where it was headed. Its easy to access Windows files. Easy to install APK files. And my USB controller was detected without problems. BUT, the wifi app could not detect anything at all. And a crazy box kept popping up during my piano app that gave the choice to wait or close the app due to not responding. Even though it was working fine. Buggy I know. But still better than the rest. I wish someone would take a crack at continuing that project.

Categories

Resources