android app to mount iso files? - General Questions and Answers

hi is there an android app to mount iso files?

I doubt it and i can't even begin to imagine why you'd want one! Care to elaborate?

I have iso training video files from work and want to watch them on my phone during travels.

Best thing to do would be to use Power ISO to get the vids then transfer them to your phone

I would suggest transcoding to another format as .iso will not play on your phone. Try Handbrake which is a great, free program.

Yea ISO isn't supported as a video format, you'll need another application to convert it to something decodable.
Sent from my Nexus One using XDA Premium App

DirkGently1 said:
I doubt it and i can't even begin to imagine why you'd want one! Care to elaborate?
Click to expand...
Click to collapse
It would be nice to put a downloaded file/film directly on your phone
Or download it from your phone.
.......without having to spend a cupple og hours converting it to an other format.
My computer play iso's directly, why not also my phone?
Around 1/3 of what i download is ISO's........

Dude.
No, your computer does not "play iso" files. It is likely that it mounts them and plays their content, though.
What Android is missing, in your case, is a way to mount these images. It already comes with many players that will be able to play their content.

Well, yes, my computer mounts the iso, then plays the content.........(=my computer plays iso's)
rshemeld point is (and mine) that we would like our phones to do the same........we can always discuss what to call it, in what order stuff is going on, but that's beside the point.

Your computer plays the videofiles contained in these cd/dvd Images, so why don't you just copy those from your pc to your phone? Chances are, you don't even have to transcode them... or, since isos are some kind of zipped files, try any unpacker you can find to open them.
Sent from my Milestone using XDA App

One problem with that method is that the video file is chopped up into smaller pieces, I have tried to download several video players that can play them in the right order automatically..........but they couldn't

DirkGently1 said:
I doubt it and i can't even begin to imagine why you'd want one! Care to elaborate?
Click to expand...
Click to collapse
Geez... let's name a few others other than the one the originall poster stated...
Using a bootable ISO...
You would be able to boot your computer for oh so many reasons.
1.) Unlocking a locked OS
2.) Running Defrag the way it was meant to be run (w/o the original OS locking files down).
3.) Recovering deleted files/partitions w/o having to pull the drive and use another PC.
Number 4 and prob one of the best reasons...
4.) Try to see an iPhone do that! Just another reason why a Droid no matter what flavor... is still just BETTER!
I would like to use my DroidX with an [email protected] BootDisk ISO (http //www livecd com) so that I don't have to lug around another CD/USB. Plus on some networks USB devices are unauthorized unless they have biometrics. I'd still rather just boot from my phone.

rshemeld said:
hi is there an android app to mount iso files?
Click to expand...
Click to collapse
Though your reason is different than mine... I would also like to see this happen.
Esp if the PCs can see a bootable ISO as a bootable CD... and i'm sure I'm not the only one as some google searches will show.

rshemeld said:
hi is there an android app to mount iso files?
Click to expand...
Click to collapse
Sure. It is even bundled with Android system.
Code:
mount -o loop -t iso9660 /path/to/file.iso /mnt/somewhere
Does not work? Well, here is the "small" glitch. Unless
Code:
cat /proc/filesystems
returns iso9660 among others, you would better start with recompiling your kernel.

Thx for the info!
Helps narrow down the options.
Time to see of anyone has recompiled
Sent from my DROIDX using the XDA mobile application powered by Tapatalk

I was wondering if there are any updates to this topic?
I would love to be able to somehow view the contents of several cdroms I have on my tablet running 3.2. These cds/dvds are interlinked files for example to do sample exams, the program can then check the answers. Another example is a dvd with multiple htmls interlinked with each other. I have tried converting all the files to a linkable pdf but about a third of the links still dont work and some files cannot be found or one has to scroll through the whole document. Any suggestions how I could get something like this into a format that would work on the transformer tablet?
Are there by now any apps which could read an iso file made of the cd/dvds?

any of you guys have an update on these thread? i love also to see my training videos running on my android phone.

Why don't you convert the videos into *.avi-files for example before transfering them onto your phone?
Sent from my Transformer TF101 using XDA Premium App

I've got tons of DVD-ISO's on my home network (QNAP NAS) and it would be really cool to be able to stream those on my SGS2 but I guess that's a no go. Even my old 166Mhz PC could do it since decoding mpeg2-video doesn't need a lot of CPU power.

I have used DVD Copy Pro to turn DVDs or ISO files into video files. Also have the option to compress them, so not taking up 4gb of space. Can compress significantly and have played just fine on my android phone. I'm sure there are many other programs that will do the same thing.

Related

Install App From another Android?

I got my self the hero, and my wife the Moment. I am slightly jealous of the hardware she has..but that aside, I am in love with my Hero.
However, she does have one app that i really want and the market place does not have. I assume this is an app installed by sprint.
It is Photo and Video uploader. You set an email address or other location and after a video or photo is taken, it automatically uploads the photo to the predetermined destination. GREAT FOR BACKING UP PICTURES! But, her camera hardware blows. 3.2 MP and it is sooo slow. So picture quality is no where near that of the Hero's 5 MP.
So the real question here - -
Can I ADB into her phone and just take the .APK and ODEX file for this app and push it to my phone? Is it that easy???
Some apps are that easy. Give it a try and find out! The worst thing you'll get is some force closes.
However most stock apps require files from /system/lib that help run that apk. And they don't have the same naming convention therefore you won't know which one(s) it is amongst the 100s there. But I always say try and see what happens.
And if it works upload that .apk for the rest of us!
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
thedudejdog said:
And if it works upload that .apk for the rest of us!
Click to expand...
Click to collapse
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Kcarpenter said:
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
Click to expand...
Click to collapse
Copying the ../lib/ over and not replacing existing files could work. lol. As for apps2sd... you kind of have two ways you can try installing this. Without copying the lib and all that just try putting the apk on to your sdcard and browsing to it using astro or linda (a file manager) and click on the apk and installing it. See if it errors out or fails. If it does, THEN try copying it and the odex to /system/app (if it has an odex I'm pretty confident you won't be able to install it using package manager). If that still fails then you can go crazy and trying copying the lib ha.
Kcarpenter said:
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Click to expand...
Click to collapse
I don't remember if I read it on here or ppcgeeks but I believe officially the only stock apk's not allowed is quick office. But don't quote me on that.
So I hooked up to the Moment through ADB last night.
Found out really quickly that I can SU with it....
There is a "non permanent" hack out there to become root, but I tried it and still couldn't mount the file system to copy from it.
Any ideas guys?
From what I understand the Moment uses an FS16? file System? Something Odd that non of the other droids seem to be using.
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
rockcrawler said:
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
Click to expand...
Click to collapse
This root doesn't allow you to run Root apps. not sure why, seems like root would be root.
After some reading, the root method that is being used on the Moment is not the safest. Apparently if you skip a step you have a brick. And with no Nandroid backup at the moment(pun?) I would HATE to attempt it. Apparently though Root sticks until you reboot. There is an INit. script that runs and resets the permisions.
I know, "Don't skips steps and you'll be ok"
I may get brave and try it tonight...
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
nelson8403 said:
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
Click to expand...
Click to collapse
ROCK ON! Thanks for the link to the dump, I hadn't thought about looking around in one of these.
I will post what I find out.
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
wonder if their youtube app has better picture quality than ours?
BrianDigital said:
wonder if their youtube app has better picture quality than ours?
Click to expand...
Click to collapse
I will let you know in a few minutes. As soon as I get done with my WiFi teether I will compare the two. Pretty sure they should be the same.
EDIT: I am not sure if it is hardware or not. Running the same youTube video side by side - Our HERO has better color quality, Deeper blacker. The Moment has slightly sharper edges to the pictures, not quite as blurry. the moment does not go "Full Screen" for videos either which could be contributing to the sharper look to things. My assumption would be that this is a difference in the hardware. Quality of youTube videos seems to have diminished over the years anyways, none of the really look "good" any more. Probably in an effort to save bandwidth.
However, if you want to take a look personally, I will post the APK for you. Just please don't blame me if you forget to back up the original and want to revert....I love disclaimers.
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
BrianDigital said:
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
Click to expand...
Click to collapse
I am using MoDaCo + Optimizations w/ ZipAlign. Not sure if its worth the switch for you or not.
I have never used Gutted so I do not know what it offers/doesn't have.
Gutted is as vanilla as our Rom can get. It's quick too
that's pretty cool and sounds like a great idea for backing up pics so what all would I need to do to get this and install it I have root access already
Kcarpenter said:
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
Wow... that's a really cool program... and just so you know, you can "install" it using adb and it still works fine
Code:
adb install xms-android-1.0.42-prod.apk
Then it will install in /data/apps (or if you have apps2sd, on the sdcard under /system/sd/apps)
Works great on the Sprint Hero and MoDaCo ROM
Kcarpenter said:
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
The only rule regarding it would be
6. Do not post warez.
If a piece of software requires you to pay to use it, either pay or find your cracks and serials somewhere else. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained.
Click to expand...
Click to collapse
which your app doesn't fit in to. Posting it is not outside of the rules and should be fine.

[Q] disappointed in the 3.5 roms i must he doing sonething wrong right?

So these ses 3.5 roms coming out (I won't name spacifics so to not offend anyone) are disappointing me so far I don't see any difference except the massive amount of lag and minimal changes to the appearence of the pop up menus. I can't figure out where the New clock widget is or how to install it. and if its apart of the 3.5 why isn't is stock with the roms? I hope I'm just missing a piece to the puzzle here. But so far I don't feel that the 3.5 has been captured successfully yet when comparing to the videos of the ryhme or bliss.
I mean I really want to enjoy the update has anyone achieved this?
Anyone want to put in their 2 cents? ,
I didn't bash anyone on here so I would appreciate no bash back.
1. What new clock widget?
2. Name the ROMs, but I have had NO issues using my ROM and other 3.5-based ones at all
the full screen clock widget with the app drawers aligned to the left. I mean Im sure i can find a good kernel for the 4.1.0 to improve on the leg. maybe my expectations were too high or maybe i have a perfect setup for me on 3.6.1. but im trying to embrace it the new 3.5, maybe you can tell me some of the advantages.
and please tell me if i got someting wrong with the clock widget Im talking about.i hope its just something im over looking, its not in widgets or apps.
edit. sorry im talking about arhd 4.1.0
THAT clock widget is only in the Bliss ROMs - it's in no other ROMs as it's in the lesser version of 3.5
It's a widget called Shortcuts or Quickstart or so, I have only seen it in German.
I have seen it in the RCBliss and in Synergy. In Synergy however I get display corruption. Only text is showing, which is a shame. Love the new widget, really awesome.
But I must agree, rest of 3.5 in most parts is boring.
ok see thanks i was getting frustrated. that was the only reason why i wanted to upgrade but i guess ill just stick with what i got for now. maybe ice cream SANG which will have some more attractions.
has anyone explored the 2.3.7 ginger bread?i read a brief article on it.( while we are discussing the latest in android development)
Seeing as we've not officially got 2.3.5 yet I don't think we'll see 2.3.7 any time soon - not with Sense anyway
Ya still an interesting topic tho
One question, kind of off topic but I downloaded my digital copy of transformers to my sensation and have not found an application yet that can play the file. Not even mono player pro. They all force close when attempting to play. Is it because it's a digital copy and there's a lock on it? Properties say it's readable and writable. How can I get around this.
rddocke said:
One question, kind of off topic but I downloaded my digital copy of transformers to my sensation and have not found an application yet that can play the file. Not even mono player pro. They all force close when attempting to play. Is it because it's a digital copy and there's a lock on it? Properties say it's readable and writable. How can I get around this.
Click to expand...
Click to collapse
Please correct me if I am wrong, but I think Digital Copy is for Apple/iTunes devices only. Are you pulling it from your iTunes and placing it directly onto your SD card? I have a couple Digital Copy movies I have tried to drag over, and they do not play as they are protected media.
If you have a Mac, download Handbreak (free) and rip your DVD's to MP4. If you are on PC, find an MP4 converter on the web (most likely not FREE) and use that. Both work gloriously!! Like iTunes, Digital Copy is weird. Hope that helps.
SoFaKiNgStOkeD said:
Please correct me if I am wrong, but I think Digital Copy is for Apple/iTunes devices only. Are you pulling it from your iTunes and placing it directly onto your SD card? I have a couple Digital Copy movies I have tried to drag over, and they do not play as they are protected media.
If you have a Mac, download Handbreak (free) and rip your DVD's to MP4. If you are on PC, find an MP4 converter on the web (most likely not FREE) and use that. Both work gloriously!! Like iTunes, Digital Copy is weird. Hope that helps.
Click to expand...
Click to collapse
No this one is available via windows 7 which why I've been trying to move it to my android. When i got the batman dark knight digital copy on my Mac it wouldn't even let me transfer it being a protected file.
However with transformers I was able to transfer the file onto my sd card no problem. The file name is DOTM_PC_ENG_WMV I don't know what all that other stuff is but being that WMV is the last I figured any media player should play it.
I'll try a converter but ya the digital copies are stupid not even good quality. I get it its to protect against piracy but come on.
rddocke said:
No this one is available via windows 7 which why I've been trying to move it to my android. When i got the batman dark knight digital copy on my Mac it wouldn't even let me transfer it being a protected file.
However with transformers I was able to transfer the file onto my sd card no problem. The file name is DOTM_PC_ENG_WMV I don't know what all that other stuff is but being that WMV is the last I figured any media player should play it.
I'll try a converter but ya the digital copies are stupid not even good quality. I get it its to protect against piracy but come on.
Click to expand...
Click to collapse
Agreed. If we've paid for it once, we should be able to do whatever we want with it, even copy it as long as we aren't selling it. Hollywood are Nazis in disguise.
Sent from my HTC Sensation Z710e using XDA Premium App

A few questions from a new Xoom owner.

Whats solutions are there for HDMI use?.
Are there any apps for true photo editing such as Paintshop pro or photoshop?.
My website uses flash but doesn't work properly on the tab.
http://www.cmorephotos.co.uk
I've tried the stock & Dolphin HD browsers.
I have a micro SD card installed but device won't let me delete from it says it's read only.
I use Plume twitter client but text doesn't seem sharp, I assume this is as its scaled and not tablet designed.
One of the main reasons I bought the device was for putting my large collection of photos on it.
I would be interested in any tips on making the experience better, one thing I would really like to be able to do is have the ability to rename the image or at least put a comment on it. I have scanned alot of old photos and would like to have this ability if a family member can tell me about the image.
Thanks for your time.
for the HDMI question, you can use any HDMI Micro (Type D) to HDMI (Type A)
There are no true apps that will give you the same abilities as Photoshop on a PC/MAC, but you can download Photoshop Express from the market.
I viewed your site using both the stock browser and Opera Mobile and it renders fine in Opera.
As for being unable to delete files from the SD card I believe that is a problem with the stock ROM, though could be wrong because as soon as I got my Xoom I rooted and put on a custom ROM, so have little experience of the stock ROM. Not sure if it has been fixed in the 3.2 update. I am using a custom ROM and can delete files on the SD card.
The latest version of Plume is tablet designed and the text is sharp on my Xoom.
As for managing your photos, perhaps an app like Media Organizer may be some way towards what you are looking for.
Still no Photoshop but you can use aviary. www.aviary.com/online/image-editor
merlinsrealm said:
for the HDMI question, you can use any HDMI Micro (Type D) to HDMI (Type A)
Click to expand...
Click to collapse
Thanks for that. Will get a cable.
I looked at the docks too and would I be right in saying the the speaker dock is the only one that has HDMI out, seems pricey.
double1 said:
Still no Photoshop but you can use aviary. www.aviary.com/online/image-editor
Click to expand...
Click to collapse
Not really what Im after, Want to edit on the device.
cmorephotos said:
Not really what Im after, Want to edit on the device.
Click to expand...
Click to collapse
The Adobe photoshop tool suite is coming out for android (they said in November) and they will cost $9.99 per app. Hold on...this will only be getting better with Ice Cream Sandwich. The specs look great...I think a few of the cludgy Honeycomb bits will be resolved, from what I've been reading. It's going to be a great time to have a Xoom.
neblap said:
There are no true apps that will give you the same abilities as Photoshop on a PC/MAC, but you can download Photoshop Express from the market.
I viewed your site using both the stock browser and Opera Mobile and it renders fine in Opera.
As for being unable to delete files from the SD card I believe that is a problem with the stock ROM, though could be wrong because as soon as I got my Xoom I rooted and put on a custom ROM, so have little experience of the stock ROM. Not sure if it has been fixed in the 3.2 update. I am using a custom ROM and can delete files on the SD card.
The latest version of Plume is tablet designed and the text is sharp on my Xoom.
As for managing your photos, perhaps an app like Media Organizer may be some way towards what you are looking for.
Click to expand...
Click to collapse
Photo shop Express only allows edit of images taken on device.
When viewing my site the gallery should come out of the bar and list sub catagories, I can't get it to do this in any of the 3 browsers
Found out about SD card issue shortly after posting.
Oddly though I can delete images from within the gallery app. - since found out this too be untrue its just temporary until reboot then they reappear
cmorephotos said:
Photo shop Express only allows edit of images taken on device.
Click to expand...
Click to collapse
Go into settings and untick "Show camera photos only in Phone view". It will then show any photo's/pictures in any other folder that does not have the .nomedia file
sadly when you change the setting it shows all images rather than folders.
Thanks anyway.

[XOOM 2] Xoom 2 Software Frustration

Connected the Xoom 2, to a windows 7 machine.
Insists on letting installing 'Motocast' which I let it...what a complete pile of shi*.
I want to 'sync' a 700MB .avi video, over usb cable, to the device...estimated time? 30 minutes!!! I swear this complete toss of software is insisting to re-encode the entire file to some bullsh*t format of their choice. Is there an option to turn this off and transfer it natively?
Secondly, thankfully, it also installs native 'portable' device drivers, allowing Windows 7 file explorer to browse the device. Great, so I copy the same .avi file and paste it to the device...'Do you want to copy xyz.avi? Your device might not be able to play this file' I am prompted...'yes' I click. Just as it finishes copying (after about 4 minutes...much better) it bombs out, notifying me that because the device cannot play this file it is cancelling the transfer...wtf?!?!
The only interim solution i've found is renaming the extension '.avi' to something like '.proprietrysoftwarecansuckmyballs', copying it, then renaming it back to '.avi' once transfer has completed solves this.
So can anyone offer any 'clean' solutions to my file transfer woes? If theres no improvement, this device will be getting returned next week, which is a shame as the tablet is a great bit of kit, its just a shame the software blows.
Look for "Wi-Fi File Explorer" in the market.
This looks like it only transfers over wifi?
I need to transfer over usb cable.
Had this problem myself, looks like it doesn't come with the drivers. After a bit of searching, I found that the standard driver package works:
http://www.motorola.com/staticfiles...al_Drivers/MotoHelper_2.0.53_Driver_5.2.0.exe
Installed that, unplug the USB cable and put it back in - should work fine!
tr00st said:
Had this problem myself, looks like it doesn't come with the drivers. After a bit of searching, I found that the standard driver package works:
http://www.motorola.com/staticfiles...al_Drivers/MotoHelper_2.0.53_Driver_5.2.0.exe
Installed that, unplug the USB cable and put it back in - should work fine!
Click to expand...
Click to collapse
Hey thanks man, that worked a treat.
Just for clarification, does you still prompt you that the device may not support playback of the file, but then successfully transfer it (whereby it would previously error at the last second)?
No idea - haven't had that particular part of the issue myself - the main thing I had was the slowness...
I am a linux user ... i will only have the option to upload files via wifi network ?
I have a Xoom 2 ME and the only way to copy a large movie file to the device was adb.
adb push foo.txt /sdcard/foo.txt
Click to expand...
Click to collapse
That's the only usb-way i come up with. I'am on snow leopard and Google's Android File Copy tool does not work.
elster said:
I have a Xoom 2 ME and the only way to copy a large movie file to the device was adb.
That's the only usb-way i come up with. I'am on snow leopard and Google's Android File Copy tool does not work.
Click to expand...
Click to collapse
I guess the same way will work to linux too . Xoom2 has only one partition on the disk ? that the reason not to be able to mount it as a normal usb ? If you root the device is the anyway to great a small 2 Gb for ex partition to use it for easy transfer ?
Off topic about xoom 2 ME . How good the screen and and the battery life are ?
Useless tablet ?
In fact it's worst!
As a Linux User I hoped being able to use MTP... But I tried mtpfs and mtp-tools on several distributions without any luck.
But what is worse is that FTP server applications won't work too! I tried SwiFTP, FTPServer, and some other: the servers are not reachable. It appears that not even a single ping can reach the tablet. I think Motorala have put some kind of firewall in it (maybe it has something to do with the netflix HD certification?).
For me this tablet is actually useless. If I can't find a way to transfer some files on it without using MotoCast today or tomorrow, I will bring it back to the supplier...
OldBeurt said:
In fact it's worst!
As a Linux User I hoped being able to use MTP... But I tried mtpfs and mtp-tools on several distributions without any luck.
But what is worse is that FTP server applications won't work too! I tried SwiFTP, FTPServer, and some other: the servers are not reachable. It appears that not even a single ping can reach the tablet. I think Motorala have put some kind of firewall in it (maybe it has something to do with the netflix HD certification?).
For me this tablet is actually useless. If I can't find a way to transfer some files on it without using MotoCast today or tomorrow, I will bring it back to the supplier...
Click to expand...
Click to collapse
You probably hit it on the head about the Netflix certification. I would think about returning it, man.
a solution ?
Thanks to a French forum (frandroid, in the Xoom 2 topic... sorry I can't send links here), I tested a solution to the transfer problem: It is possible to use (on the computer) a server to share the files such as a samba server.
It works fine. But it's not as easy to browse, select, copy and paste file with explorers on the tablet than it is on computers (several windows, keyboard shortcuts such as Ctrl-c/v, and so on).
But it's now possible to exchange files with the Xoom 2ME without going through a cloud or using Windows/motoCast.
mdcykkk9 said:
Off topic about xoom 2 ME . How good the screen and and the battery life are ?
Click to expand...
Click to collapse
Sorry for answering so late.
The screen is quite good.
The battery life is terrible compared to my ipad2. Charging needs a lot of time and is very slow. I guess it's because of mini usb only.
Currently i'am using the device as a Kindle Fire replacement, because off the lightweight (KF is heavier and bulky). The books i usually read have more weight than the device itself.
I like it for that.
But i may not be a good adviser because my device is a prototype. It is not smooth and the speakers are terrible.
I think 8,2" is the perfect size for me. The weight is so much better than any other tablet i had.
OldBeurt said:
In fact it's worst!
As a Linux User I hoped being able to use MTP... But I tried mtpfs and mtp-tools on several distributions without any luck.
But what is worse is that FTP server applications won't work too! I tried SwiFTP, FTPServer, and some other: the servers are not reachable. It appears that not even a single ping can reach the tablet. I think Motorala have put some kind of firewall in it (maybe it has something to do with the netflix HD certification?).
For me this tablet is actually useless. If I can't find a way to transfer some files on it without using MotoCast today or tomorrow, I will bring it back to the supplier...
Click to expand...
Click to collapse
Try using a terminal on the Xoom 2 and ping the computer you're trying to connect to, while pinging your Xoom 2 from that computer at the same time. It's like you have to force them to see each other before they can start connecting in future.
I used fileexpert to see and download files with smb shared folder on Ubuntu Linux without a problem.
Sent from my XOOM 2 ME using Tapatalk

My MicroSD card is starting to corrupt

My /Removable/MicroSD is starting to corrupt. I've been editing scripts on my MicroSD with ES note editor. It started today with files not overwriting other files with the same name, then progressed into edited files saved with corrupt or no data at all, then a few files disappeared, then a directory became corrupt and I could not see a file that ES told me I was overwriting with another file with the same name, and now I am loosing full directories. Is this a partition issue or is the whole card going/gone bad? The card is as factory shipped. I have never formatted or partitioned it.
I have unmounted and remounted the card. That allowed me to edit and save for a few hours. Then another corrupted file happened. I just took the card out and reinserted it as this fixed a similar problem I had a while ago but it only happened once and went away until now, so we'll see if it just wasn't seated properly. One of the 2 directories that disappeared came back after reinserting the card but the second is still missing. I had already backed up my scripts, and now I will back up the entire card to disk.
Does this sound like its going or gone South, or will pulling all the data off, formatting the card, and putting it all back on work to fix it? Is it safe to trust this card anymore or should I RMA it as it should still be under warranty? Its a Sandisk 64 SDXC and not "officially" compatible and was wondering about that as well. I've had it for about 6 mos. I had hoped by spending the little extra $ and picking a name brand it would be more reliable but I guess I got a bad one despite the on-average Sandisk quality. Any advice would be appreciated.
So far, I've only once suspected my microSD (as in yoru case a 64 GB Sandisk UHS-1 Class card) to have gone bad. (Re)formatted it with Gparted (was running data2sd at the time, kicked that out, too) and it has been going strong since without a single hitch.
I'd try and format it, doesn't hurt, only takes time, and it satisfies your tinkering needs at the same time.
MartyHulskemper said:
So far, I've only once suspected my microSD (as in yoru case a 64 GB Sandisk UHS-1 Class card) to have gone bad. (Re)formatted it with Gparted (was running data2sd at the time, kicked that out, too) and it has been going strong since without a single hitch.
I'd try and format it, doesn't hurt, only takes time, and it satisfies your tinkering needs at the same time.
Click to expand...
Click to collapse
Thanks for the reply. What is interesting and seems far-fetched to be coincidental is the corrupted directories are the directories that I am constantly editing and saving files to - My scripts dir and its sub-directories. Guess they mean it when they say flash was not designed to be constantly written to. I can't *believe* I have cycled it to its limit just editing scripts over a 6 mos span. I couldn't have saved files more than a couple thousand times if that.
Waterproof**, x-ray proof**, temperature proof**, shockproof**, but NOT write-proof**
Double directories? This is getting out of hand!
Well I am backing up my MicroSD now, and I just ran across two directories with the same name in the same folder? Two "Scripts". How is this possible? One had files, the other was blank? How can the OS allow this to happen? When it copied to Windows, a (1) was appended to the directory name of the second duplicate.
Just for S&G, I tried to copy a file from one into the other and Windows errored saying something like "device is busy or has been disconnected."
If I had files in both directories and I cd to that directory, which one would I get (trick question)? I believe the dups are only on Windows. I don't think the device actually sees both directories. At least it doesn't show them to me in ES. Bizarre corruption. That surely might explain why files in this directory were getting corrupted. Or maybe the corruption of the files was responsible for the double directories. Time for a format (and a beer) for sure.
Let this be a word to the wise:
So yes I am going to format this, but I wanted to play with this problem a bit and see what I could figure out. As I predicted, and made about my 5th backup just in case, here's what just happened.
1. When there were Script dir duplicates, I could copy from the one with files.
2. I deleted the one without files (predicting it may delete both, but it only deleted the blank one as intended but...)
3. The remaining Script dir could not be copied from, nor a new sub-directory created inside. File names could not be changed. Actually it did allow me to make a copy, but the target directory was blank.
4. Deleted the second Script directory. Now the B2R script is lost forever (no just kidding, I have 5 backups at least)
5. Copied one of my backup copies of Scripts back to the card
6. Now its fine (until I can format it), I can copy from it and create sub-dirs inside it, etc. But I will be working off another copy in Internal storage until I format this card.
7. So the lesson here is ALWAYS make a backup before something glitches out on you because it eventually will and you will need it, or choose to be SOL; life is full of choices. And if it has already glitched out on you, make a second backup of your critical files just in case something like this happens to you and you've made incremental changes. Without my backups I would be loosing about 3 months work in just this one folder alone. It contains every script I have ever written and a bunch of example scripts to learn from.
@_that to comment, but this is what I think happened: This must be some kind of corrupt FAT problem. Very similar to the recovery blob not being found by the bootloader issue from a recent post, but instead of a partition problem its a file allocation table problem, as they reside on the same partition in my case, quote _that below:
"I have a new theory about why this happens: partition tables mismatch. In other words: The location where the recovery writes the blob is not the same as where the bootloader expects it. Thus the bootloader ignores your blob."
It seems the empty directory was the directory the system thought the files were in. Once that directory was removed, the actual one (as the human perceives; as seen in ES) containing files no longer contained them, as far as the OS was concerned. So by deleting the one you effectively deleted the other because its impossible that can can coexist and both be functional. I thought something like this would happen and it did. Like I said earlier, its Miller time.
elfaure said:
7. So the lesson here is ALWAYS make a backup before something glitches out on you because it eventually will and you will need it, or choose to be SOL; life is full of choices. And if it has already glitched out on you, make a second backup of your critical files just in case something like this happens to you and you've made incremental changes.
Click to expand...
Click to collapse
Good advice. Always make one backup more than you think you need.
elfaure said:
This must be some kind of corrupt FAT problem.
Click to expand...
Click to collapse
Probably. ExFAT is a proprietary and patented Microsoft filesystem, and support for it in our TF700 is through a proprietary closed-source third-party kernel module that contains this licensed "technology".
You could try running chkdsk in Windows on the card to detect and fix filesystem errors.
_that said:
Good advice. Always make one backup more than you think you need.
Probably. ExFAT is a proprietary and patented Microsoft filesystem, and support for it in our TF700 is through a proprietary closed-source third-party kernel module that contains this licensed "technology".
You could try running chkdsk in Windows on the card to detect and fix filesystem errors.
Click to expand...
Click to collapse
Funny how they don't even support exFAT in XP without an extension. Maybe it was developed after XP was released. I would assume it is supported by default in W7 and above?
Question: Do you know what is the su password for the terminal app in GParted Live? Or is this limited to GNU staff use??
Do I "sudo gparted" or "sudo passwd root" and set a new password??
elfaure said:
Funny how they don't even support exFAT in XP without an extension. Maybe it was developed after XP was released. I would assume it is supported by default in W7 and above?
Click to expand...
Click to collapse
Good guess. See http://en.wikipedia.org/wiki/ExFAT
elfaure said:
Question: Do you know what is the su password for the terminal app in GParted Live? Or is this limited to GNU staff use??
Do I "sudo gparted" or "sudo passwd root" and set a new password??
Click to expand...
Click to collapse
http://lmgtfy.com/?q=gparted+live+root+password
GParted live is based on Debian live, and the default account is "user", with password "live". There is no root password, so if you need root privileges, login as "user", then run "sudo" to get root privileges.
Click to expand...
Click to collapse
You can run "sudo -i" to just get a root shell if you want.
_that said:
Good guess. See http://en.wikipedia.org/wiki/ExFAT
http://lmgtfy.com/?q=gparted+live+root+password
You can run "sudo -i" to just get a root shell if you want.
Click to expand...
Click to collapse
Looks like my windows\system32 dir has a 2004 date on it. So just before it came out. Nice they have a patch now.
lmgtfy.com is very cool! I've never seen _that before. Really a good way to say "why can't YOU just Google it YOURSELF". Yes, I already followed the same link to get the commands I asked about.
I couldn't figure out a way to get a Logitech bluetooth mouse working in Gparted Live. Probably need linux drivers?
elfaure said:
I couldn't figure out a way to get a Logitech bluetooth mouse working in Gparted Live. Probably need linux drivers?
Click to expand...
Click to collapse
That's a live distro for partitioning stuff, not for supporting all kinds of exotic hardware. Most likely it doesn't even have any bluetooth stack. Use a full desktop distribution like Mint if you want support for bluetooth input devices.
_that said:
That's a live distro for partitioning stuff, not for supporting all kinds of exotic hardware. Most likely it doesn't even have any bluetooth stack. Use a full desktop distribution like Mint if you want support for bluetooth input devices.
Click to expand...
Click to collapse
Yeah, I figured as much but I thought you possibly have a trick.
Cinnamon or Mate desktop? Live iso version available somewhere (couldn't find one)? Never mind, I think I got it. I don't need you to send me another lmgtfy link. But still, Cinnamon or Mate desktop?
Ok, here's my problem. I need to make a bootable CD (not DVD). The iso for Mint 15 Cinnamon is 923MB. It won't fit on a 700MB CD, and my PC can't boot off DVD or USB. Any suggestions besides having to partition a HDD to install a dual-boot configuration which I don't want to have to do just to run Linux once in a while. I would like a Live CD instead. Reduced size minimal distro somewhere to be found?
Ok, found one here for Linux Mint 13 Maya. Hope its not someone's hack. But I think its a better option than Plop. I don't want to start hacking my Windows PC all up just to get Linux. If its any more hassle than burning a CD I'll just use GParted with a corded mouse.
Only 7 available seeds for this torrent, and only 1 is up now. Popular item! (ha). Had it going with 4 but I was hogging too much bandwidth and had to pause fpr a bit then restart. When it restarted, looks like 3 of my seeds blew away in the wind. Looks like tomorrow then...I was hoping to burn the iso and play with it tonight. Oh wait, just got another 1 back. Now were up to 100kB/s. Whoopee
**********************************************************************************************************
http://forums.linuxmint.com/viewtopic.php?f=46&t=110933 (last link goes to next link)
http://forums.linuxmint.com/viewtopic.php?f=61&t=103449&p=604069
elfaure said:
Ok, here's my problem. I need to make a bootable CD (not DVD). The iso for Mint 15 Cinnamon is 923MB. It won't fit on a 700MB CD, and my PC can't boot off DVD or USB.
Click to expand...
Click to collapse
You have a strange PC. Or no DVD drive?
All PCs that I know (that have been produced in this millennium) can boot from DVD or USB with correct BIOS setting and a correctly formatted bootable medium.
_that said:
You have a strange PC. Or no DVD drive?
All PCs that I know (that have been produced in this millennium) can boot from DVD or USB with correct BIOS setting and a correctly formatted bootable medium.
Click to expand...
Click to collapse
Yes I know. I'm cheap and old school with PCs, what can I say. The rest of my devices are current offering. I haven't bought a new PC for over 10 years. Its an older "failed" CAD station that was slated for the dumpster about 3 years ago, then being about 3-4 years old, because our admin was too lazy to test for a simple problem - a failed RAM SIMM. I resurrected it, replaced the failed 512 SIMM and added two more, added a scavenged drive (now 3), and now its my home $100 desktop (replacing the free Pentium I had but was too slow to use). It already had the Quadro FX 3800 video card with a dual core Xeon CPU @ 3.33 GHz. But no DVD drive, only CD drive. BIOS does not support boot from USB either.
Its faster than my old work Dell Precision 690 before I got my new 6-core Xeon T3500. So those were my limitations to work with. And I think I found the best possible solution with Mint 13 Maya iso CD. Looks like Mint 15 just was released. Beautiful OS by the way, I checked out some uTube on it last night. Can't wait to test drive it. Might even make an MS defector out of me. Linux seems to run well on older hardware with slower CPUs vs Windows on the same hardware, so I'm hoping it can breath new life into this semi-archaic box I call my desktop. Now you see why I'm on the tablet so much.
Hey @_that
You were right again. It is a DVD drive. In XP Pro SP2 it was just a CD but after installing SP3 it shows up now as a DVD/CD. Getting Mint 15 32 bit now instead. The DVD drive bay load door is scratched and faded, so I couldn't tell just by looking at it, and was going off what Windows device manager was showing in its tree. I did initially pop a DVD in and it couldn't read it which further substantiated that it was a CD and I never questioned it. Turns out the DVD I tested it with was a DL, and this is only a SL DVD drive. Now I have a 1.7GB limitation, not 700MB which opens up most iso options. But I still have no boot from USB option in my BIOS. I'll look to see if there's an updated BIOS available to open up that option. It would be very nice to have a few thumb drives with different Linux distros to test drive, and a puppy Linux on my key chain.
Sent from my ADR6350 using xda app-developers app
Live Mint 15 Mate
Hey @_that-
Coming to you live from Linux Mint 15 Mate. I guess when running this off a live CD, there is no way to copy a file to /etc is there? I opened it as administrator, and it still wouldn't let me copy the file because this directory is on the CD, not the HDD, correct? I was trying to get my Synergy connected between my MS PC and my other PC running live Linux so I can share my mouse and keyboard seamlessly without my KVM switch. I'm impressed with how easy this is to setup. Also with your ability to see me as a Windows transitional user, and point me to Mint and not Ubuntu. I like it.
elfaure said:
Coming to you live from Linux Mint 15 Mate. I guess when running this off a live CD, there is no way to copy a file to /etc is there?
Click to expand...
Click to collapse
I don't know about the live environment - it's normally only used to install the OS to a real hard drive. I find it still strange that your PC doesn't support booting from USB. Maybe that's a sign that you really should install Linux on a HDD.
elfaure said:
I was trying to get my Synergy connected between my MS PC and my other PC running live Linux so I can share my mouse and keyboard seamlessly without my KVM switch. I'm impressed with how easy this is to setup. Also with your ability to see me as a Windows transitional user, and point me to Mint and not Ubuntu. I like it.
Click to expand...
Click to collapse
2 monitors, 1 keyboard, 1 mouse? Yes, Synergy is nice.
And why Mint: I simply don't agree with Mark Shuttleworth's direction where he is taking Ubuntu - fortunately there are alternatives in the OSS world. I consider Mint as the "sane", i.e. actually usable, version of Ubuntu.
_that said:
I don't know about the live environment - it's normally only used to install the OS to a real hard drive. I find it still strange that your PC doesn't support booting from USB. Maybe that's a sign that you really should install Linux on a HDD.
2 monitors, 1 keyboard, 1 mouse? Yes, Synergy is nice.
And why Mint: I simply don't agree with Mark Shuttleworth's direction where he is taking Ubuntu - fortunately there are alternatives in the OSS world. I consider Mint as the "sane", i.e. actually usable, version of Ubuntu.
Click to expand...
Click to collapse
Yes, this is my work environment now. I have two Dell Precisions, one a 690 and the other a T3500. You got it, two monitors, 1 kb, 1 mouse. Downloading and installing Wine now. I am interested to see if I can run Solidworks on Linux thru Wine. Wow, Linux had come a long way. "sudo apt-get install synergy". All the terminal commands I learned for Android are very useful now, thanks!
ps-"sudo -i" works like a charm.
[Edit] Doesn't look like SW wants to run on Linux loaded thru Wine. I figured as much, but it was worth a try.
Video is not bad at all, despite all I've read. They really must have clean it up for 15. Picture is good, sound is good, seeking is a bit slow, and my biggest complaint is there is no stretch or zoom to fill the entire screen. You have to select from predefined aspect ratios and get as close as you can. Android has better tools in this area than Mint, or maybe it more closely matches a standard aspect ratio like 16:9 for 1920 x 1200 is close (1.77 vs 1.6). Ok, _that's it for the day. Got to get some real work done here now.
Regarding the live environment, its used all the time to test drive different Linux distros before deciding which one to finally install. That's the beauty of a free open OS and a 50 cent DVD and its advantage over a flash card in this case, if you wanted to test 3-5 different ones (back and forth, not sequentially) before deciding on *the one* to finally install to HDD.
elfaure said:
Video is not bad at all, despite all I've read. They really must have clean it up for 15. Picture is good, sound is good, seeking is a bit slow, and my biggest complaint is there is no stretch or zoom to fill the entire screen. You have to select from predefined aspect ratios and get as close as you can. Android has better tools in this area than Mint, or maybe it more closely matches a standard aspect ratio like 16:9 for 1920 x 1200 is close (1.77 vs 1.6).
Click to expand...
Click to collapse
I have no idea what you are talking about. There are lots of media players to choose from, and all that I know have a fullscreen mode.
_that said:
I have no idea what you are talking about. There are lots of media players to choose from, and all that I know have a fullscreen mode.
Click to expand...
Click to collapse
What I mean is by toggling full screen in Mint, its less than full screen because the movie aspect ratio of its recorded resolution is preserved in the scaling function. So there are still black bands either high/low or left/right if you don't play with the player aspect ratio (4:3 vs 16:9) to best match that of your movie in the distros fullscreen mode with the stock player. Which ever limits to extents first in the scaling horiz or vertical DPI defines the "fullscreen" size you get which is less than a full screen. A zoom function does not but a stretch function does override the recorded aspect ratio to fill the full screen (I'm talking about TV's and Dice/BS/MX Player features now, not what's in the Linux default distro player) so with stretch you can get a distorted picture (disproportionate scaling) but not with zoom. These are not included in the stock distro player.
elfaure said:
What I mean is by toggling full screen in Mint...
Click to expand...
Click to collapse
I am using mplayer for video playback - I don't know if that is still included in end-user-focused distros like Mint, but it's one of the most powerful video players that exist. Mplayer has no GUI at all (everything is controlled via the keyboard) - and the "f" key toggles between fullscreen and window.

Categories

Resources