(HOW TO) Take your stock photon and release the hidden ubuntu magic contained within - Motorola Photon 4G

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.

Related

Firefox Mobile- Great Tablet Browser?

So now that the new Firefox 4 Beta 5 is out, I personally think Firefox is the best Tablet browser available. Its unique approach to tabs works well on a tablet, as does the back button. The earlier versions were super slow, but I think this new one has caught up a lot. I now prefer it greatly to Dolphin HD.
I have installed the following add-ons to maximize my Nook Color internet use:
-Quit Fennec- force closes after last tab closes, a must
-Phony- easy User Agent changer, another must
-readability- fixes messy pages to fit
-Full Screen- Does what it says and makes browsing a joy
What do you all think?
I agree. Seems stable and fast (compared to Dolphin). I also used Sync to import all my passwords and favorites from my desktop.
I'll give it a try, it was even slower and klunkier than Dolphin HD last time I tried it, I use Opera 10 on my NC and it's great. I've tried Mirin too but something about that browser bugs me, can't really put my finger on it.
Can you guys post an apk? I can't get to it from market or Mozilla's website.
Thanks for the tip. Every browser seems to have 1 thing wrong with it so ill definitely give this one a try. I would like opwlera best but i can't get over the terrible way it handles initial zoom.
I agree, I can't find a working link to download the apk. I fennec but it installed an update that didn't work and now I can't install Firefox. Bummer
Would appreciate the apk as well. Thanks
FTP is your friend, as old-school as it is.
ftp://ftp.mozilla.org/pub/mozilla.o...roid-r7/en-US/fennec-4.0b5-en-US.eabi-arm.apk
Thanks for the link. But everytime I try to install this, it seems to progress, asks about permissions, but at the end, says "program not installed". I've enabled usb debugging, used titanium backup to uninstall the previous left overs of Fennec, and I still get this message. A little stumped.
is this compatible with Android 2.1 with the latest dalingrin OC? I cannot get the apk to install. launched the Package Installer and installation would not get through saying "Application not installed"
Also each time I start the installer, it would warn that the app will replace an existing appl, but i do not currently have a fennec/firefox appl installed. Titanium Backup does not show any fennec/firefox app.
Can someone help please?
thanks
finally able to install by tweaking the the build.prop as suggested here:
http://forum.xda-developers.com/showthread.php?t=938114&highlight=firefox
if anyone else was having the same problem. that tweak fixed it for me.
I gave this a try based on this thread. While I do like the UI and it has a snappy response, the app itself is not ready for prime-time. If you try to enter numeric information into a field, it causes the insertion point to jump around. For example, I tried to visit the website for a local library and when it asked me to enter in my library card #, instead of "1234..." it would go "1243...". The insertion of characters as I typed them magically skipped around in the field. This was not isolated to just that website. Happened on a registration form on Adobe's site as well. Very annoying.
Looking forward to future updates.
--ex
I personally think Miren browser is the best for the nook. I have it set so that that status bar/tabs stays around all the time, and the floating buttons always hide. The only issue is that it doesn't work well with image links when they are opened in a new tab. In the new tab it will instead go to the link of the picture, not the actual link to the website. I will try this though, I tried the beta a long time ago so it will be nice to see how far they have come.
evilxenu said:
For example, I tried to visit the website for a local library and when it asked me to enter in my library card #, instead of "1234..." it would go "1243...". The insertion of characters as I typed them magically skipped around in the field.
Click to expand...
Click to collapse
I have noticed this too. The only (painful) solution I have found is to very slowly type with a pause in-between each letter. Thank goodness it can sync with my desktop Firefox and slurp up all my passwords to avoid this mostly.
OMG SERIOUSLY? I tried Firefox last night for about 20 minutes and it GROUND TO A HALT each time I tried to search or put input in the URL bar. It'd freeze, if I tried to do anything I'd get the FC/Wait dialog, I hit Wait several times.. Finally killed it, tried again... Same thing. Eventually it'd load the page.
If you all think it's great, I wonder wtf is going on with my install. Maybe I need to uninstall it, make sure any old sdcard stuff is cleaned (I had it installed a few betas ago) and try again. Totally unusable for me right now.
I'm hoping the FF Deskop Ad Block Pro extension works with the FF mobile soon. That can make the internet a much more bearable place.
Works for me. But can't t flash to work. Works in dolphin and stock
Sent from my Nook Color (zoom2) using Tapatalk
will75 said:
Works for me. But can't t flash to work. Works in dolphin and stock
Click to expand...
Click to collapse
Yeah, Flash doesn't work so far.

[Q] Two Mobile Views on my webtop, Why and How to get only one Mobile View?

I have 2.3.6 GingerMod #7 running with 2.3.6 webtop flashed. I have also applied the webtop2sd as well as the xfce4 mod. It was running perfectly fine for two days when I started webtop this morning--now I'm getting 2 (two) Mobile Views. I have rebooted my atrix and I'm still getting two instances of Mobile View.
Tried ps aux | grep mobile as well as ps aux | grep view with no success.
Has anyone have this problem? How do you get rid of the 2nd Mobile View?
Actually, I've noticed this as well. I think when you do the xfce mod or other things where you've replaced Metacity, gnome-settings-daemon, or other processes need by the stock webtop, then when you re-activate webtop after using (no reboots in between), then the startup scripts are being re-run.
My current setup is pretty much full xfce, but I still have webtop-panel running. In a clean start-up of webtop, without intervention my scripts will replace metacity with xfwm4, gnome-settings-daemon gets replaced by xfsettingsd, and a few other things.
Unfortunately, I've found that when webtop viewing stops for any reason (mainly by pulling the phone out of the dock) and restarting will cause all my xfce environment to go away, then try to restart. In the process, I get another aiw window, as well as another lxterminal (that's if webtop or the phone doesn't crash in the process). The only way that would happen is if the startup scripts are being re-run.
I've been meaning to trace the webtop startup to see what gets started when. There is no mention of "sfalv metacity" in the two startup scripts we all modify, so it must get started elsewhere explicitly...it probably wouldn't have "sfalv" if it was started indirectly by something else. Perhaps some modified scripts elsewhere can check to see if things are already running before restarting...heck, that's probably a good check for the two start-oshwt-* scripts.
Oh, and in the end, I just end up killing the new "aiw" and "sfalv aiw" processes that are created.
I fixed the problem. Instead of "xfdesktop" you have to put "xfdesktop4" and "xfce-panel"
I don't know why it would solve the problem of two or more multiple mobile views, but it worked for me.
If this helps you, please make sure you click on the thank button!
Mobile View has become inactive. It just sits in the center of the screen but does not do anything. I can click on the home, menu, search and back buttons but that's about it.
I'm going back to the original webtop ui, no more xfce for me at this time.
i wonder if it works better under 2.3.5?
I'm in the middle of removing all of xfce4 right now. I have found that the path of least resistance for webtop right now is to install gnome-panel and run it instead of awn (Ok, I guess you could modify awn to have the gnome menu, but I wanted multiple workspaces too, and couldn't see how to get awn to do that).
So change the original startup-oshwt-2.sh as follows:
#sfalv -i "awn-autostart"
sfalv -i "gnome-panel"
So comment out the first line listed above, add the second line after it and leave the rest of the file alone.
When the desktop comes up the very first time, you will probably have a gnome-panel covering the webtop-panel. You can simply right click and remove that panel.
From there you can then customize by running "gnome-appearance-properties". You will probably want to add that to the gnome menu because for some reason that isn't installed in the preferences menu by default.
You will also need to right click on the bottom panel and add the gnome main menu to the bar. I'll leave it to you to figure out how to move things around on the bar (hint: unlock). After that, customize as you like. You will probably want to break the default webtop-theme (search for that), but beware of using themes from synaptic willy-nilly. I just caused webtop to crash that way.
Note we didn't start a full gnome session here, just ran the gnome-panel. The basic webtop scripts also start gnome-settings-daemon and metacity, so this is probably the best it gets until we get around to figuring out the internals of webtop.
Oh, and as a bonus, I just removed my phone from the lapdock, did a few things with it then returned it to the lapdock. Webtop came up instantly without duplicate windows, everything working and in the same place I left it when I popped the phone out.
a possible fix
I solved this problem by going into terminal and writing this:
killall aiw
this will only kill one instance of mobile view. But when you restart the desktop, you will again have 2 mobile views and will have to repeat the command.
bonshob said:
I solved this problem by going into terminal and writing this:
killall aiw
this will only kill one instance of mobile view. But when you restart the desktop, you will again have 2 mobile views and will have to repeat the command.
Click to expand...
Click to collapse
I recently get an atrix with lapdock, so I been fooling around, Make XFce work, install OOo, etc.
Keep playing then bummer I mess with something and I get double mobile view.
Your solution worked wonders, thank you.:good:

My Rooted 8GB Nook Journey and Kudos to jichauan89.

Here are my thoughts on the Nook Tablet and my rooting process. I try to write to be as friendly as possible for the newbies to rooting devices. This is really just a reflection of my experience with the device and my rooting effort thus far .
If money is no issue, by all means go with the 16GB. But if you really want the best bang for the buck, go with the new 8GB version over the 16. The main difference is the RAM but since we are not talking about a true multitasking device, the extra RAM does little. Even if you root and hack and upgrade and tweak the hell out of it, you'll never really do more than one thing at a time on the device itself so 512MB is usually plenty. I have found that the Nook is the perfect companion device (for references and reading) to go with my netbook (which is the pefect portable productivity device) and my rooted android cell (universal connectivity device with tether hack). Those three things working in tandum mean that I can get online anytime, anywhere, and work comfortably. Now, if I can just find an Android phone that has a battery that lasts for more than 4 hours with the wi-fi/tethering/mobile hostpot turned on.
I have successfully used jichauan89's Root for Nook Tablet 8GB (w/ Android Market) root method number 1 (the SD image). Thank you jichauan89! It was easy and worked great the first time. His procedure...
http://forum.xda-developers.com/showthread.php?t=1529553
Here was my specific procedure and thoughts.
Prior to the attempt. Make sure that the device has plenty of battery power or is plugged in the wall adapter. This is a good practice for all rooting/hacking attempts on these types of devices, including cell phones and media players. I backed up the data on my SD card by simply copying all the files to a folder on my netbook's desktop.
Used Sandisk 8GB microSDHC card I had in my old Samsung Captivate. I used the SC card adapter it came with orginally to insert it into the built in SD Card reader in my Windows XP netbook.
Downloaded the SD card image from exactly where jichauan89 described.
Used Win32DiskImage.exe to format and write the image to the SD card. Worked without error. I used the safely remove hardware option in Windows to disconnect the hardware before removing the card from the reader.
Powered off the Nook Tablet 8GB.
Inserted the freshly formatted and imaged SD card into the Nook.
Held the power in until it powered on.
Saw a cardboard box. It reminded me of Amazon's frustration-free packaging.
Waited.
Saw the "Read Forever" Nook logo.
Waited exactly 3 minutes.
Held the power button in until the powered off.
Removed the SD card and set it aside. It's mission is complete.
Held the power button in until it powered on.
Routine booting began.
Upon boot completion, I clicked the n button and selected "search". I searched for "market". It found the Android Market. Don't look for "play". The hack itself uses an old version of the market that will upgrade itself to Google Play after you run it (as long as you are connected to WiFi).
At this point, your device is rooted successfully. Anything else you do is really just gravy. I suggest doing the NT Hidden Settings to allow sideloading and I also suggesting doing the hack to stop updates so that you get to keep all your hard (not really) rooting working in tact if and when B&N rolls out 1.4.3 of the Nook's firmware. Here are the additional steps that I took, again, this is all thanks to jichauan89's simple instructions and the feedback given in his thread. Also note, when I did have issues, I kept reading the thread rather than jumping the gun and posting my own questions. All the answers were already there...
I installed NT Hidden Settings from the market.
I immediately used the hack to allow 3rd party apps. There was some confusion and error here. I ran it a few times and it didn't appear to do anything, but then I pressed the n button once and a super user screen appeared asking me to give NT Hidden Settings rights, which I allowed. I tried the 3rd party hack a few more times to no avail. I rebooted the device and tried and tried and it wasn't working and the check mark on the previous screen for allowing Uknown Sources simply seemed to uncheck itself. I was watching the new episode of South Park on TV and at one point I reran the hack for about the 300th time it felt, a message came up that the app had been given SU rights, and I moved my attention to South Park for several minutes. When my eyes came back to the Nook, I checked the Unknown sources setting again, and it was checked, all by itslef. Lesson, I believe that the 3rd party app hack takes a few minutes to actually do anything after it is granted SU rights but doesn't give any notification that it is successful (or I missed it while grandma was trying to make Butters eat a urinal cake). I believe the app checks the Unknown Sources box itself as a part of its script and all the other times I had run the hack, I was just being impatient. After several reboots, the check now stays.
I then ran the NT Hidden Settings hack to keep updates from being installed. I was notified almost immediately that the installation was successful.
I then installed Go Launcher and HomeCatcher. I got Homecatcher from an XDA forum post and not from the Android Market. After running HomeCatcher, I clicked the n button and selected home and I was prompted to choose between a little andorid guy and the stock nook launcher. I made sure that put a check in the box to make this decision default (which i kind of wish i didn't, but it should be easily undone) and then selected the Andorid icon. Now whenever I select home, it goes to the Go Launcher app, awesome.
I also immediately installed File Expert and Titanium Backup and everything seems to work perfectly.
I then installed the Amazon App Market from Amazon.com in the Nook's stock browser. Every app from their seems to fail and says "SD card required" or some such thing. I am assuming that if I put the SD card back in everthing would work fine, but I'm not sure why this is an issue. Shouldn't it be able to use the Nook Tablet's internal memory? I'll keep testing.
The only thing I'm thinking about now is that I want to find the fastest way to switch back and forth between the stock B&N launcher and Go Launcher. I like B&N's ecosystem, even though it is limited, but I enjoy the advantages I get from walking in the store and getting to read books and even though the user interface of their digital store is one of the dumbest things I have ever seen, I find myself wanting to us it because I support Barnes & Noble a lot and wish them the best. I do, however, wish they would listen to all of us who are *****ing about their Market's limitations and ridiculous pricing and either treat the device more like a tablet like the name implies. But I'm preaching to the choir, right?
Try installing adw launcher, it should break the default status of go launcher, I'm not positive if there is a way to disable it other than that.
Sent from my Nook Tablet using XDA
You can actually go into the application settings and clear the cache and clear the defaults for HomeCatcher and then do a force stop. Run it again in the app drawer and the next time you click the n button it will ask wich launcher to run again. I made sure I didn't select the default action checkbox this time. Now everytime i hit n, it asks which launcher I want to use. I like it! Quick access to my wonderful root stuff and just as quick access to to an (essentially) stock Nook environment.
I have read it and did not find anything about pre-requisites. So am I totally safe doing this from a stock 8gb 1.4.2 nook tablet with no prior mods installed?
I understand the risks involved of course.
Piercing Heavens said:
I have read it and did not find anything about pre-requisites. So am I totally safe doing this from a stock 8gb 1.4.2 nook tablet with no prior mods installed?
I understand the risks involved of course.
Click to expand...
Click to collapse
If you're just looking to root, then yes, use the method linked in this thread.
The "N" button
I rooted mine and everything worked fine.
I installed Button Savior and use that when I wanna be in Android tablet mode for going to the home screen and I just leave the Barnes & Noble 'n' as it is so when I press it I can go straight to the B&N look. It's pretty easy.
But this thread has been a great help to me.
Thanks
I followed a very similar procedure and everything worked great the first time, thanks to this board!
Thanks
I wanted to throw a thanks out to you as well.
I read your post as well as jichuan's post before I even tried anything.
The only issue I have had is the "unknown sources" not staying checked.
Like you, I tried and tried to get it to stick, finally looked away for a bit, and poof! Magically it's checked. Maybe patience is indeed a virtue! However, I can not for the life of me get HomeCatcher to install. I am rooted obviously as I was able to download NT Hidden Settings from the Play store. Any ideas, or did I overlook something?
I had a lot of problems with unknown sources but it just happened all by itself
1.4.3
Doesn't seem to be working with 1.4.3. I installed NT Hidden settings and some apps from the play store but they are nowhere to be seen.
THANK YOU!!!!!
Thank you!!! I did this to my NOOK Table and it's working fine!! Thanks!! :laugh:
issue
I'm hoping someone can help me.
I rooted my NT last week (using these tips and tricks) and installed a bunch of stuff on it. And just today I installed the BEATS AUDIO on it and it asked me to reset the device... upon resetting it, it started up like a stock NT and I had to re-register it. Does that mean my device is no longer rooted?
I have an SD card on there and I did a backup using Titanium, but I'm not able to access the apps or get to NT Hidden Settings to download anything. When I navigate the web to the play store I'm able to see that it recognizes some of the apps as installed, but I cannot even download an apk or get anything to download through the play store even though it says a download will begin soon. Also, in the SEARCH option I do not get an option to choose where to search, it's just a general nook search.
I hope this is enough information. I want to try to re-root it but am afraid I might brick it.
PLEASE HELP!
Was your NT running 1.4.2? If so check to see if it's now on 1.4.3 in which case you had an OTA update which un-rooted your tablet.
digixmax said:
Was your NT running 1.4.2? If so check to see if it's now on 1.4.3 in which case you had an OTA update which un-rooted your tablet.
Click to expand...
Click to collapse
still on 1.4.2.
I guess somehow it reset itself and I lost the root. I had to reroot it and use titanium to get most of my files back. So glad I had set up a backup right before I downloaded the app. I ended up deleting the beats installer and just installed Volume+.
I'm still not sure what went wrong.

MyGica ATV1200, Dual Core Android TV Box - how to?

Just got one to play with. and so far feeling ok with it..
But..
Why would you go and make the "Back, Home, Resent apps" buttons that are core to Android not be there?
Anyway, I got a feeling its only going to be an edit of a system file and we should be able to get them back working..
Its running JB 4.1.2
Anyone got any idea's how I can go about doing this?
As I am using team EOS 4 on the TF101, with thier nice way of having seperate EOS ability to edit the size, postion of these buttons in question..
Is is fesiable for me to grab the EOS apk and move it into this Rom an see if it works?
I am also thinking that something like LMK might be able to work too, but would have to be worked via mouse inputs not touch..
Any pointers in the right direction would be great thanks..
Also, I will use this thread ed as a bit of a collection of handy hints for these box's as I am sure they are going to up there in the development circle once they become a bit more available to the masses..
Sent from my Transformer TF101 using Tapatalk 2
I need to find the time to do this I would say..
jastonas said:
I know there are many posts about this but it took me a while to understand how it works and there is no single thread which has the information gathered in the first post, so I decided to make this. Sorry if it uneeded.
Anyone who want's to use on screen NavBar buttons, he's lucky! (at least compared to ICS).
Now, by adding in
the line
you get the navigation bar (after reboot) and at the same time Android system recognizes this and adds the three dot menu icon whenever needed*!
If you want to disable the hardware keys, edit the file
These are the three hardware buttons
Add a # before any you don't wan't to use any more. I did for 158 and 139 and left my Home button working.
There is a mod** (flash it in recovery) which makes the bar almost half the size. It's better looking and less space is wasted but it does get some time to get used to it and you might need a couple of tries sometimes when trying to hit those buttons.
*This wasn't the case for ICS.
**mod by houssam10001
Click to expand...
Click to collapse
Sent from my Transformer TF101 using Tapatalk 2
I am actually looking for a CWM package to use but as there are some talented developers already working on these box's I have a feeling it won't be long and we can do as we please with them.. Here is the M3 CWM working..
http://imgur.com/a/rf3OT#WghJo
http://www.slatedroid.com/topic/36614-mele-a1000a2000-install-cwm-cm9aokp-all-mods/
Edits:
VPN's work arounds
Bit of feed back for you on Openvpn for Android by Arne Schwabe
I am using TCP port 443.. Working fine.. streaming youtube now from behind GCFW.
Also by using DroidVpn or OpenVpn for Android, or Via a VPN'ed connection on a laptop/USB-doggle from a desktop via "Connectfiy" your users can be using the Xios ICS with VPN's as is..
Click to expand...
Click to collapse
System enharncements:
I am using a few programs to make this build run sweet.. the following are the programs I using and its up to yourself to do some reading and work out which things to tweak.. but mines running as sweat as it ever has.. NO LAG or RE-DRAWS.... and Google Play store is not sticky anymore.. Mind you it shouldn't be on a dual core device.
Also as a note I am running Livewall papers in the background "Ocean HD" so this is taking up 15mb of Ram..
Rescan Media ROOT
Disable and Kill the media scanner at boot.
https://play.google.com/store/apps/...SwxLDMsImNvbS5hZGR6Lm1lZGlhc2Nhbm5lcnJvb3QiXQ
System Tuner:
https://play.google.com/store/apps/details?id=ccc71.pmw&feature=search_result
Pimp My Rom -
Take your time with this one and work out what settings work for you..
I suggest you go in and use the Tools>Universal Init.d Support -- to Check that it is setup for you..
if it say negitive just hit the Activate button then test.. works for me..
https://play.google.com/store/apps/details?id=com.androguide.pimp.my.rom&feature=sear ch_result
Also, there is a Entropy Generator no 5.. you want to have this set so it is showing "4096 bits"
you can also use this program to check it it working..
Check Random Entropy
https://play.google.com/store/apps/details?id=com.promethylhosting.checkrandentropyav ail&feature=search_result
If you want to know more head to this post on XDA:
[MOD] CrossBreeder - Sharp reductions in Android GUI lag - Frandom support
http://forum.xda-developers.com/showthread.php?t=2113150
Also on this, at the moment I am using the seeder.apk as not had time to set CrossBreeder up.. But Do notice an improvement by having Entropy @ 4096.
So really now with the XAF Custom build of XBMC and this setup I am good to go..
http://code.google.com/p/xbmc-android/downloads/list
Nice to have upgraded to Dual-core..
Sent from my GT-I9300
Looks like another update out..
Dated 14.3
http://up.stdvr.com/mygica/android/A6/firmware/
Will see if the box wants to auto update once I am home as out on the road..
But should be able to report back tomorrow
Also I have some details on mkv play back from industry.. Will post when I can get all the data together..
Sent from my GT-I9300
Haven't had much time to put it through its paces as been travelling for work.
But here are some thoughts on it so far..
I have just upgraded to "update_Mygica_20130314.img"
http://up.stdvr.com/mygica/android/A...a_20130314.img
Like the new bigger pointer for the mouse, also it seems to have brought back the remote controls as I had lost those but I still have to manually turn it off.
I swap out the Chinese launcher with Apex launcher - Apex runs nicely and can back up all the settings and screens so are happy with this.
Speeds and Kernel controls :
As pretty much the same as the M1-M3 box's - until we have developers that are hacking these to suit our needs we are locked in the the Geniatech/MyGicia/Privos setting's - Which I hope in the not to distant future we get some of the phone/Tablet kernel guru's turning up and opening these kernels up for us to adjust the speeds in which these can run.
Using CPU Master I am able to get it to run @ 1540 after boot but the settings don't stick and from the readings I have done this is in the way they have setup the Init.d..
What is Init.d?
Quote: Taken from Ryuinferno's thread
[MOD][APK+SCRIPT+ZIP] Enable Init.d for Any Phones w/o Need of Custom Kernels!!! - xda-developers
Originally Posted by the_scotsman (Moderator Liaison Admin / Moderator Committee / XDA News Writer)
Init.d plays an important role in the world of Android development and customization It allows users to install scripts and mods to be run at boot—everything from battery tweaks to performance tweaks. It essentially opens the door to a world of mods only possible through the Init.d process, which in turn is usually only available on custom kernels.
Click to expand...
Click to collapse
CMW type recovery:
Been said before-hoping in the not too distant future we get a CMW or TWRP going as this will give us more options to keep the box clean and load in customs roms.
How I do it -XBMC-addons
As I seem to be installing multi-able versions of XMBC and or firmware upgrades, I have now got a set pattern in which I can reset most of my fav addons back up.. it maybe a little long winded for some but works for me as I find that I lose addons if I don't keep track of them thus I have them saved to a NAS drive. I access them via this method to re-setup.
1: Load the NAS directory up using CIF manager.
2: In XBMC -Go in to "System-Addons-install from zip
3: Go in to "Root file system" then "mnt" then 'cifs' then a 'XBMC' directory where I keep a backup of all my depositories that I use. ( over the last 12 months I have collected a nice bunch of them from around the traps)
Remotes:
Droidmote : I had it going the first time I set the box up in a hotel room using my Asus portable wifi router and had the accelerometer working nicely on a few games. but since I have been back to my home network I have not been able to get it to work - just tested it with that modem again and its not working, so i would say the uniput needs to be loaded up via a script again. Will play with it when get time.
RemoteIME / Android Smart TV remote app
RemoteIME - §Q¥ÎAndroid¤â¾÷©Î¥*ªO¹q¸£³£¥i¥H¾Þ±±MyGica Enjoy TV Box
Not a lot of info on this one but it works nicely with my tf101 and this box.. what I like about it.. just works..
Finds the box and away we go.. wish Droidmote was that easy.
Got a thread on XDA on it.. so hopefully it gets picked up a bit more and some more work done it on..
http://forum.xda-developers.com/showthread.php?t=2045734
Also been playing with this one.. but cant seem to get it to work.. got the server side apk but as yet, I am not sure if it will only go with the A8 but I have read somewhere that others have had it going but not sure on what hardware.
I got a feeling that you have to have the bubblepnp going then this may work in with this server and remote.
just haven't had enough time to play.
RKRemoteControl
RKRemoteControl - Remote control app for RK3066 A8
http://www.diyomate.com/a8/a8.htm
Here is the rockchip.mediacenter app which goes on to the box. Plus in this zip is the other apk's you need.
If someone gets it going post back and let us how..
Import the TB backup file via TB backup.. either via the TB program or "open as" if you are running TB it should give you this option.. as thats how I got it to import in to mine..
https://dl.dropbox.com/u/14174333/AT...-23-3-2013.rar
Chinese TV apks
As I am here in the middle kingdom- I have to have things to entertain the guests so found this bundle - I am not sure how many will work outside of China but some are actually pretty good once you get the hang of how to use them. (no my Chinese is not that great).. a lot will update so this is normal.. just work out which is "yes" and which is "no"
(Will post the link once its loaded to Dropbox)
here's a link to addons for chinese tv within XBMC
http://forum.xbmc.org/showthread.php?tid=64250&page=37
ok.. a few problems of it locking up.
Cant pin it down to anyone one thing as yet..
Doesn't seem to get hot so thats not it as I have a USB laptop fan under it, seems to be when I change out to another input on the TV and or I leave it idle for some time, kinda goes in to sleep and not come out it.. got to reboot.
Another thing on the lastest MyGica roms is the lack of Home' 'Back' 'Search' 'Back' 'Recent Task' 'Menu' buttons.
so at the moment I am using this and it does the trick.
Button Savior (Root)
https://play.google.com/store/apps/d...FydC5zd2tleSJd
also an old few fav are..
Reboot Recovery
QBANIN
https://play.google.com/store/apps/d...=search_result
Turn Off The Screen
Protoport
https://play.google.com/store/apps/d...=search_result
K.. know its a bit of a long post, but been meaning to get it done over the last few weeks..
Other link of interest are same box different vendor's but pays to keep an eye on what's popping up around the traps.
http://www.futeko.com/forum/index.php?mode=index
http://www.mygica.es/firm-mygica-mx.html#
http://www.hdp1080.com/
And the thread over at xbmc.org
http://forum.xbmc.org/showthread.php...hlight=atv1200
Just know people are going to be looking for info on this soon enough..
if nikingstore ever sends me mine, i'll be reading and contributing to this forum. hope it livens up.
New firmware..
http://www.geniatech.com/down-eng/androidtvbox/update_spi_mx_20130326.zip
http://www.geniatech.com/down-eng/androi...130326.zip
Downlload and don't unzip, copy to SD card or USB disk, connect to the box and run upgrade->local update, select the SPI file to update first, after finished, it will restart the box, then, do the same steps to update the firmware, and XBMC is still xbmcapp-armeabi-v7a-debug-20130223.apk.
Above is a new firmware for Geniatech's dual core box, it fixed 4:3/16:9 aspect ratio and android bar problems of XBMC.
Click to expand...
Click to collapse
Upgraded to this one today.. Working smoothly.
Haven't had time to play with XBMC builds on it but was streaming off PPTV most of the day..
Not sure if it was the box or the network.. Seemed to encounter the ethernet problem after about 2 hours where the stream was caught up.
Switched out to wifi and ran the same stream for a while.. Then switched back to ethernet and no problems.. Maybe a net problem and or that old bug is still hanging round..
Overall zippy as hell but I am also running the Seeder app to keep the Random Entropy up to 4096.
We can clock up to 1512mhz and change out to performance governor but min seems to be locked in at 48mhz which seems a bit low.
But with that being said.. It shows that it actually sits down between 72mhz & 336mhz on low loads.
Navigation buttons are back plus a new screen shot one..
I also noticed in settings there is a new EASYLINK option.. Maybe some like a new remote control app or airplay?
Anyone got info on it?
Sent from my Transformer TF101 using Tapatalk 2
has anybody used the component out on a mygica atv1200? i swear the blue and green are reversed. i've tried 2 sets of cables. i hooked from mygica to computer and tv. both will not display until i put blue cable in green and green in blue on the mygica box.. and obviously when i do this it messes up the colors. has anyone else noticed this? i tried taking out the hdmi as well and got the same results. i'd love it if someone could confirm i'm either right, or i simply have a bad box. thanks. i've also tried with different firmwares. including the 3/26. i'm now on 1/15.
Did anybody try that DroidMote server. I think I have problem with that uinput. I've downloaded it and made som changes with terminal emulator following instructions, still no moves... Please advice...
make sure it is rooted and goto the system folder and edit build.prop and add a line of code on a new line at the bottom:
qemu.hw.mainkeys=0
and reboot the device to get those buttons.
Sent from my U8160 using xda premium
mikhim said:
Did anybody try that DroidMote server. I think I have problem with that uinput. I've downloaded it and made som changes with terminal emulator following instructions, still no moves... Please advice...
Click to expand...
Click to collapse
Works out of the box for me..
One thing I do is test the network I am on..
i.e test it with my TF-001 to make sure its working, then test it on the ATV1200.
As my other box I had to do some mods on it to get it to work..
but overall works great.. play a few games with it..
dgcruzing said:
Works out of the box for me..
One thing I do is test the network I am on..
i.e test it with my TF-001 to make sure its working, then test it on the ATV1200.
As my other box I had to do some mods on it to get it to work..
but overall works great.. play a few games with it..
Click to expand...
Click to collapse
Thanks for answer. It works nice on the new firmware!
Another question. I faced to weird shutdowns during normal operation (browsing, video playing). It happens very frequently and I did everything, updated firmware, did several resets - no success. Any suggestions what it might be?
ADD
I found that it was not device issue but my TV set... It works smoothly on my neighbour's TV. If I could only know that they'll be incompatible... TV Firmware update - no success. Buying new TV for my box is ridiculous
atv1200
dgcruzing said:
How I do it -XBMC-addons
As I seem to be installing multi-able versions of XMBC and or firmware upgrades, I have now got a set pattern in which I can reset most of my fav addons back up.. it maybe a little long winded for some but works for me as I find that I lose addons if I don't keep track of them thus I have them saved to a NAS drive. I access them via this method to re-setup.
1: Load the NAS directory up using CIF manager.
2: In XBMC -Go in to "System-Addons-install from zip
3: Go in to "Root file system" then "mnt" then 'cifs' then a 'XBMC' directory where I keep a backup of all my depositories that I use. ( over the last 12 months I have collected a nice bunch of them from around the traps)
Click to expand...
Click to collapse
dgcruzing/anyone,
i am trying to use the cifs manager app on my atv1200 but it seems i need a "cifs.ko" file or the app won't work.
Where did you get the cifs.ko file?
any help gratefully received, thanks.
thebearnecessities said:
dgcruzing/anyone,
i am trying to use the cifs manager app on my atv1200 but it seems i need a "cifs.ko" file or the app won't work.
Where did you get the cifs.ko file?
any help gratefully received, thanks.
Click to expand...
Click to collapse
Bear' before I reply I need to check my setup again to see what is what..
Just shifted cities here in China so its been a big few weeks..
I have got the box working into the Synology NAS and it is working without me playing with the CIFs setup.
But I have used the Networking program that came with the firmware and set it to auto mount the video and TV folders on the NAS.
I also need to find some time to setup XBMC again due to this new update.
And also test the new internet connection I have got..
Sent from my Transformer TF101 using Tapatalk 2
dgcruzing said:
Bear' before I reply I need to check my setup again to see what is what..
Just shifted cities here in China so its been a big few weeks..
I have got the box working into the Synology NAS and it is working without me playing with the CIFs setup.
But I have used the Networking program that came with the firmware and set it to auto mount the video and TV folders on the NAS.
I also need to find some time to setup XBMC again due to this new update.
And also test the new internet connection I have got..
Sent from my Transformer TF101 using Tapatalk 2
Click to expand...
Click to collapse
well thanks for this initial reply.
i have not been able to get cifs manager to work at all without a cifs.ko module. i have got an smb share connected in xbmc, but it seems unreliable.
anyone know how to get cifs manager working on this type of box (geniatech/mygica), i think i need to download the cifs.ko mdule but i don't know where to get it.
any new dgcruzing?
how did you get cifs manager working?
thebearnecessities said:
any new dgcruzing?
how did you get cifs manager working?
Click to expand...
Click to collapse
i used Mount Manager from the PlayStore and it worked flawlessly
I am getting a Green light on the box and it won't respond anymore. This happens when I leave it sit for a while. Any help? Seems to be some kind of sleep or standby, but it won't wake from it unless I unplug it and then plug it back in.
Try a firmware upgrade..dont know what you are on..but only go to 05 - 4.1.2 dont go to 4.2.2 unless you are prepared for troubles..
We have plenty on it over @ xbmc.org threads
Sent from my GT-I9300 using Tapatalk 2
I have bought this box 3 days ago. Now i habe a Problem. When i use the droitmode app and use the multitouch swipe , the indicator stays in the screen. It does not disappear. I am in the latest Firmware. Plus i cant update the busybox. After updating my Firmware is totally screwed.
Are there any custom roms for this box?
Thanks for your help
Sent from my GT-I9100G using xda app-developers app

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

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.

Categories

Resources