Android :: YAFFS2 Filesystem In Android Linux
Aug 12, 2009
The robustness of the file system is very critical for a mobile device. YAFFS2 is a file system that was designed specifically for NAND flash, which is supposed to be more robust than EXT3 file system in terms of NAND flash. I wonder if there is YAFF2 support in Android platform? or there is an alternative other than EXT3?
View 3 Replies
Feb 7, 2009
I created img.yaffs2 using mkyaffs2image and then mounted it into Ubuntu MTD NAND flash simulator. so if I use 'cat /proc/filesystems' I can see yaffs and yaffs2 and by 'cat /proc/mtd' I can see /dev/mtd0에 Nand simulator partition 0. (block size is 0x4000).................
View 4 Replies
View Related
Mar 5, 2012
I have some images that I exracted using dump_image. I'm trying to restore them with the MTK Flash Tool. The ones that go on FAT partitions seem to flash fine but the ones that go on yaffs2 partitions don't work.
I think I need a way of converting the images I extracted to yaffs2 images.
View 3 Replies
View Related
Sep 16, 2010
Is there a cogent reason why the SD card cannot be partitioned without a FAT32 filesystem? From all the benchmarks I've ever seen, EXT4 kills FAT32. However, when I tried using an SD card partitioned with only an EXT4 partition, vold (the volume management daemon) wasn't happy at all. can manually mount the volume from the shell, but that does no good as far as android recognizing that the partition has been mounted.I'd be willing to hack up the vold source code if it would be useful, but I just want to know if anyone has any thoughts or experience on the issue.
View 7 Replies
View Related
Jun 19, 2010
i successfully got into adb in recovery mode fairly easily on my ubuntu 10.4 laptop using the following method- this should also work for a linux live boot from a usb flash drive
in one terminal tail and follow log messages
~$ tail -f /var/log/messages
In another terminal run the loop
Then
1. plugin usb and keep it plugged in
2. remove battery, eject sd card.
3. put battery in
4. press vol- and power
5. after around 6 seconds, your terminal with the log will show something like "new high speed USB..."
6. press vol- to select recovery
7. press the power button
8. IMPORTANT- as soon as you see a new log entry (something like "USB disconnect"), pop in the sd card
check your loop terminal for adb. if it doesn't work, repeat at step 2
View 2 Replies
View Related
Feb 11, 2010
I would like to know the best way to copy a file in the filesystem? (android java function )(sdcard/video/test.3gp -----> sdcard/video_bis/test2.3gp)Is there an example somewhere?
View 4 Replies
View Related
Jul 29, 2010
Is there any documentation on the filesystem used for Android? I'm talking about an explanation of the contents of /dev or /etc, and not YAFFS or whatever.
View 2 Replies
View Related
Apr 9, 2010
Everytime I start my phone up it says the SD card is or has unsupported filesystem. When you click on it.. it asks to format... you click "format" and then the phone just freezes. If I receive a picture in a txt and I click on it, the phone freezes. When I plug my phone into the computer through the USB cable, mount, and try to format it through the computer it says windows is unable to complete the format. I've reset the phone to factory reset also, no luck.
View 5 Replies
View Related
Aug 30, 2010
Is it posible to load a class from the internet in Android? My app would download a class with some data, save it on sdcard, and then load the class. I want this because loading data via classloader is much faster then from a file.
View 2 Replies
View Related
Aug 31, 2010
How can I show pictures in WebView without saving images into file system?
I have tried to implement my custom Content Provider, but method openFile returns ParcelFileDescriptor that points into filesystem (or socket). My pictures are in filesystem, but in encrypted form.
I have tried also URL.setURLStreamHandlerFactory, but in android java it is useless (because custom streamHandler can be register in jvm that is not allowed). I also try html code "img src="data:image.gif;base64,R0lGODlhiAAkAMQAANOOk...", but in embedded chrome it's not working.
View 1 Replies
View Related
May 9, 2009
Is it possible to access the filesystem of an sdcard image through something like Windows Explorer?
i.e. mount the sdcard as a drive or web folder or something. I have some xml files stored on my sdcard image which I frequently want to edit.
Ideally I would like to be able to edit these files directly using my fave xml editor (either through the filesystem or webdav).But is this possible?
If not, is the only alternative to pull the xml file from the sdcard to the dev machine filesystem, edit and the push it back?
View 7 Replies
View Related
Apr 13, 2010
I am new on android and building an application which uses webservice to collect user information in XML. I also get path for a small jpeg picture of each user. (Currently there are about 200 users) I am parsing the XML and storing the information in SQLiteDatabase. Pictures are stored as blob and able to retrieve them.
I display names of users on listview with images as well. But is this a good solution for storing pictures in SQLite Database ? or should consider storing it in file system ? Which is suitable in terms of performance , as well as memory and any other pro and cons on Android.
Also like to know which is best performing XML parser for Android ?
My purpose is only to parse xml files which I get through web services and sort out the data to store in storage. And lastly my memory goes off easily when I load all images to display in list view after making thumbnails of each (which is obvious).
Was wondering is there any library/framework/app available which dynamically loads images as and when required (when that list item is on display) something like Gallery program ?
View 1 Replies
View Related
Apr 16, 2009
I know android is based on linux, does this mean it can run any and all linux applications? If so has anyone tried to run anything like wine? I also noticed that by default you cant run apps directly from sd card, but i saw a modification on a site that lets you change it so you can, so technically speaking is there any limit on the size of sd the G1 can handle?
View 1 Replies
View Related
Dec 12, 2009
Just wondering if the Hero supports other filing systems other than fat32 on SD (stock rom - no root), I would like to run ext2 ideally.
View 1 Replies
View Related
Sep 15, 2010
Im totally new to the smartphone/android topic and very happy that i managed to partition/debrand/root my Desire and flashed LeDroids Rom on it! ^^ ( im a windows XP user )But i have some questions about my partition and filesystem: I have a 4 GB SDCARD and a 512MB Partition on it for the apps. So i figured out there is a mnt folder that seems to be like an exact copy of my SDCARD folder.
How do i know what my partition is ?
And how do i know how much space is left there for Apps?
When i plug in my Phone via micro usb and browse my SD card i dont see a MNT folder. Does that mean the MNT folder is the main partition (3,5bg?) ? Because when i download a youtube video via jetVD (i was prompted to use a download folder on my SDCARD) it saves the videos under: mntsdcardmovies (also my player shows the path to that directory)but the movie files are also available under: sdcardmovies
Could somebody explain that. btw: i use the app SUFBS to browse the SDCARD on my Desire.
View 5 Replies
View Related
Apr 14, 2010
Is it possible to copy a file located on the sdcard to a package's internal filesytem located at /data/data/packagename/files/ folder?
View 3 Replies
View Related
Oct 29, 2010
I have a couple basic questions I'm hoping I can get answered before I start messing around with different ROMs/Radios/Kernels. Before I rooted, when I felt like things were getting cluttered or had an OCD attack, I would do a factory reset. How does that work?
What "source" files are used? Is the emmc directory the only directory not "cleaned" in a factory reset? Keep in mind I'm used to my workstation/laptop experience where I would format, then install a clean version of the OS from a CD/DVD and then I would install 3rd party apps and move my data back?
Any analogies would help my simple mind! One day I did a factory reset, the decided to root. Everything went perfect. I moved some bloatware to an apps.disabled directory, then did all my customizing again. Now I want to play with different ROMs. I do however want to hedge my bets in case I ever want to go back to where I am today. I've done a clockworkmod backup.
Does that essentially copy all the phone storage (except SD Card data) over to the SD Card? If not, what is left behind. Will a clockworkmod wipe erase ALL of the on board phone storage (except the SD Card data)?
View 4 Replies
View Related
Aug 4, 2010
I'm a big fan of just having direct access to my devices (i.e., no sync, no "management" front end). So this isn't about local access from the device (using MyFiles or Astro), but from a PC in the same location (so not like 3G remote). So far I've explored these options: USB Connect phone, mount from notification menu, and there you go. Bluetooth Pair phone, use "send file" from PC BT app (running in system tray).
Files drop into a 'bluetooth' directory, ready to move/use. Android Web OS Very beta-esque right now, but runs as a service on the phone, then you can access the filesystem (and SMS, eventually other functions). You can copy up to the phone or download (basically via a simple web mechanism). Use across Another service on the phone, a basic FTP server accessible across WiFi.
Works pretty good so far, I created a 'network location' in Windows, then a shortcut on my desktop into my MP3 directory on /sd. So I just open that folder, copy over MP3s. Doesn't matter where the phone is currently sitting or connected. For the services type options, I'm going to check out something like Locale or Tasker, when I can trigger the service to fire up based on a rule (a specific WiFi network trigger would be outstanding).
View 1 Replies
View Related
Jan 14, 2014
I received a Text message sent from an E-Mail and I was wondering if it was possible to find the individual file on the filesystem holding the metadata for the E-Mail.
If so, would I have to root the phone? And where would that file be located?
I'm a techie, so no need to warn me that I could hurt my phone or files - I'm only looking to READ, not WRITE, and I'd be making a copy of that file beforehand anyways and porting it to a PC in order to check it with whatever program is necessary to decrypt (Probably only need a hex editor.)
View 3 Replies
View Related
Jan 28, 2010
Is it possible to run apk application on Linux without using android emulator? if yes, How ?
View 2 Replies
View Related
Mar 25, 2010
Since Android is built on Linux Kernel.Are there any functionality of Linux which we can use in our application?
View 2 Replies
View Related
Dec 21, 2009
I wonder if someday the SDK will run fine on Linux 64 bits. I understand it's not a priority for Google team, but 64bits desktop OS are becoming common. My case : Mandriva 2010 64 bits, Eclipse 64 bits, SDK 1.6 : OK to create code & launch emulator. But : - adb never find my phone linked to USB cable (it was OK before on Mandriva 32 bits) - TTS also doesn't work well on the emulator (it was OK in Mandriva 32 bits). Do you think the problem is with Mandriva ? or in Android SDK ?
View 9 Replies
View Related
Jun 5, 2009
I've been trying to set up torrent fu on my computer for the past 2 hours. I have everything downloaded, things just wont connect, can anyone help me who has done this before, I have a Linuxes router which I've read might be a problem?
View 26 Replies
View Related
Feb 20, 2009
I've got a problem! I don`t know how to sign an application on Linux. Can you please help me?
View 9 Replies
View Related
Jan 28, 2010
Has anybody succeeded in updating/installing Android SDK platforms on a headless Linux server? All I got is the following error:
It seems like the action "update sdk" is actually not supported? I searched around but couldn't find anything yet..
CODE:.................
View 3 Replies
View Related
Nov 17, 2010
I am having a serious problem. What i have in my hand : Linux Kernel 2.6.29 with Android Eclair patches and some board specific patches(as .patch files). Linux Kernel 2.6.32 with Android Froyo patches.
View 1 Replies
View Related
Sep 1, 2012
Android and Linux kernels started re-merging at version 3.3. People said that a short way down the road, android apps would be able to run natively in linux. the kernel is now version 3.6 and I've heard nothing more about running android apps in linux. people on these and other forums put a lot of great work into getting linux running on android devices. now with windows 8 coming out, the market will be full of both ARM and x86 based touch devices of all sizes and shapes. I for one would love to be able to boot up ubuntu on one of these devices, and use either traditional linux apps or android touch apps as my mood and situation dictate. so- any new word on when we will be able to run android apps in linux?
View 4 Replies
View Related
Mar 2, 2014
Been following chroniccorey's linux mod for the gbox mx2, and am wanting to use advanced launcher to access the terminal to add firefox and a couple emulators to my xbmc. Unfortunately I can't seem to find the terminal, and ssh isn't working to apt-get from repositorys. I have some experience with linux, but am by no means pro.
View 2 Replies
View Related
Sep 6, 2010
I want a ssh client or terminal simular to Unix or Linux so I can ssh into my server.
View 2 Replies
View Related
Aug 22, 2010
I want to run a dj tango app on a hand-held device. It'll need to run Python (obviously) and will write its data to an SQLite database. Are there any tablets available that will let me do this? Specifically, if I bought an Android tablet, would I have to/be able to install Linux instead, or would I be able to run it under Android?
View 2 Replies
View Related