Memory question - G Tablet Q&A, Help & Troubleshooting

I am currently running TeamDRH 1.3.2 and my question is -
I can no longer install apps to my tablet, looking at my setup I have 1.4MB free in my internal ram, OK.
I also have a 32GB SD card installed that shows I have over 29GB free.
How do I install apps to my SD card? I can delete some of my apps off the internal ram if I can install them to the SD card.
Any suggestions out there?
Thanks ahead for the help.
_dave

_dave said:
I am currently running TeamDRH 1.3.2 and my question is -
I can no longer install apps to my tablet, looking at my setup I have 1.4MB free in my internal ram, OK.
I also have a 32GB SD card installed that shows I have over 29GB free.
Click to expand...
Click to collapse
What is the output of this command? (Use Terminal Emulator.)
Code:
$ [B]df[/B]

rajeevvp said:
What is the output of this command? (Use Terminal Emulator.)
Code:
$ [B]df[/B]
Click to expand...
Click to collapse
Filesystem Size Used Free Blksize
/dev 172M 48K 172M 4096
/mnt/asec 172M 0K 172K 4096
/mnt/obb 172M 0K 172M 4096
/system 247M 224M 22M 4096
/cache 169M 1M 168M 4096
/data 1G 394M 1G 4096
/mnt/microsd 29G 406M 29G 32768
/mnt/sdcard 13G 451m 12G 8192
/mnt/secure/asc: Permission denied
I see now it is my microsd card and not my sdcard that I need to install apps to.
Thanks ahead for any help on doing this.
-dave

_dave said:
Filesystem Size Used Free Blksize
/dev 172M 48K 172M 4096
/mnt/asec 172M 0K 172K 4096
/mnt/obb 172M 0K 172M 4096
/system 247M 224M 22M 4096
/cache 169M 1M 168M 4096
/data 1G 394M 1G 4096
/mnt/microsd 29G 406M 29G 32768
/mnt/sdcard 13G 451m 12G 8192
/mnt/secure/asc: Permission denied
I see now it is my microsd card and not my sdcard that I need to install apps to.
Click to expand...
Click to collapse
You do seem to have enough space on /data, although the values printed seem wrong to me. Post the output of this command:
Code:
$ [B]busybox df[/B]

rajeevvp said:
You do seem to have enough space on /data, although the values printed seem wrong to me. Post the output of this command:
Code:
$ [B]busybox df[/B]
Click to expand...
Click to collapse
The values look different because /cache is symlinked to the internal sdcard now. We needed to save room on the nand and this was the way that we achieved it. Going to Jellybean, the system partition needs over 300M of data and with our nand being only 512M space is getting tight.

fosser2 said:
The values look different because /cache is syslinked to the internal sdcard now.
Click to expand...
Click to collapse
You mean symlinked... I know about that and that's not it. It's the default df command. If you look closely, you'll see that it's rounding the values imprecisely. That's why I asked for the busybox version.
BTW, any idea why TeamDRH ICS doesn't let you move apps to SD cards?

rajeevvp said:
You mean symlinked... I know about that and that's not it. It's the default df command. If you look closely, you'll see that it's rounding the values imprecisely. That's why I asked for the busybox version.
BTW, any idea why TeamDRH ICS doesn't let you move apps to SD cards?
Click to expand...
Click to collapse
Well we removed the feature in our ICS build due to slowdowns. Now that we are working on jellybean it's not supported...
http://forum.xda-developers.com/showthread.php?t=1838419

fosser2 said:
Well we removed the feature in our ICS build due to slowdowns.
Click to expand...
Click to collapse
What sort of slowdowns--both partitions--/data and /sdcard--are on the same device, right?
Can you point me to all the git changes you guys made to get rid of that move to SD card feature in ICS? Thanks.
Now that we are working on jellybean it's not supported...
http://forum.xda-developers.com/showthread.php?t=1838419
Click to expand...
Click to collapse
Any specific details on this? Can't determine from that thread if it's the vendor who's removed the feature or if it's simply not there in the JB AOSP code.

rajeevvp said:
What sort of slowdowns--both partitions--/data and /sdcard--are on the same device, right?
Can you point me to all the git changes you guys made to get rid of that move to SD card feature in ICS? Thanks.
Click to expand...
Click to collapse
Man this is going to be tough... It happened a longg time ago. Here is the git where our rom is hosted
https://github.com/TeamDRH
It would be in the ICS branch obviously...as for which specific repo I'm really not too sure. Sorry
rajeevvp said:
Any specific details on this? Can't determine from that thread if it's the vendor who's removed the feature or if it's simply not there in the JB AOSP code.
Click to expand...
Click to collapse
As far as I know, It was actually removed from the JB AOSP code. It is also not in the CM10 code at all. Maybe I missed something but I believe its gone. As of now DRH is done with work on ICS and we will not be updating that rom anymore. JB has just been much more stable and smooth. The 3.1 kernel will soon be driving the JB rom also.

fosser2 said:
Man this is going to be tough... It happened a longg time ago. Here is the git where our rom is hosted
https://github.com/TeamDRH
It would be in the ICS branch obviously...as for which specific repo I'm really not too sure. Sorry
Click to expand...
Click to collapse
I was hoping that since you guys had to explicitly remove that move-to-sdcard feature from the ROM, I would get the exact git changesets. I don't relish going through that entire tree looking for the relevant changes--esp. now that my Java/C++ skillz are a fading memory.
It would be simpler to just ask whoever made those changes (if not you)--they'll be able to pinpoint it right away: whether its in the build configuration, in one of the device xml files, in the Settings app itself, or where ever else.
BTW, I'm still curious about those slowdowns that prompted the removal of the move-to-sdcard feature from DRH ICS. Apart from a slight initial setup cost (mostly CPU), there really isn't any extra I/O involved over the all-apps-in-/data case.
As far as I know, It was actually removed from the JB AOSP code. It is also not in the CM10 code at all. Maybe I missed something but I believe its gone.
Click to expand...
Click to collapse
OK, I'll see if I can confirm this too. It should be possible to get some definitive answers on this.

rajeevvp said:
I was hoping that since you guys had to explicitly remove that move-to-sdcard feature from the ROM, I would get the exact git changesets. I don't relish going through that entire tree looking for the relevant changes--esp. now that my Java/C++ skillz are a fading memory.
It would be simpler to just ask whoever made those changes (if not you)--they'll be able to pinpoint it right away: whether its in the build configuration, in one of the device xml files, in the Settings app itself, or where ever else.
BTW, I'm still curious about those slowdowns that prompted the removal of the move-to-sdcard feature from DRH ICS. Apart from a slight initial setup cost (mostly CPU), there really isn't any extra I/O involved over the all-apps-in-/data case.
OK, I'll see if I can confirm this too. It should be possible to get some definitive answers on this.
Click to expand...
Click to collapse
I will ask around for you and see what I can find.

Related

[ODEX] on Any ROM | Now support AOSP ICS

I have made 2 method to do create odex on any ROM.
1. Using ADB script (need PC/Laptop)
2. Flash zip using CWM Recovery
I have tested this on
- Stock ROM with JiT enabled
- FroyoBread v23b
- GingerDX v13
Benefit of odex :
- Slightly faster boot
- APP startup faster
- Save space on /data/dalvik-cache
This script will only create odex from /system/framework and /system/app
in odex process it will take some space on /system make sure you have minimal 30MB free space on /system
WARNING : MAKE NANDROID BACKUP BEFORE PROCEED
Step by step using ADB script
a. Reboot into recovery
b. mount /system and /data from Recovery menu
c. tick usb debug and plugin usb cable (make sure you have installed ADB driver)
d. double click odex.cmd
CWM Recovery : flash odex-edify-x8.zip
download link :
odex-ADB
odex-edify-x8
Notice :
There is noway to make update.zip for xRecovery,because xRecovery using amend script,and amend script does not support run program in update script.
UPDATE odex for AOSP ICS is here
WARNING : THIS ZIP ONLY FOR AOSP ICS BOOTCLASSPATH AND IT WILL REMOVE ALL LIB FROM SYSTEM APP AND SAVE IT TO /SYSTEM/LIB
This zip tested on my ST17i and should be compatible with any CM9 build that use AOSP BOOTCLASSPATH
Download :
odex-lib2sys-ICS-cwm.zip
Tested with FXP CM9 122
FXP CM9 will create dalvik-cache for system framework and system app on /cache/dalvik-cache
check this out :
Code:
~ # df -h
df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 173.8M 60.0K 173.8M 0% /dev
tmpfs 173.8M 0 173.8M 0% /mnt/asec
tmpfs 173.8M 0 173.8M 0% /mnt/obb
/dev/block/mtdblock0 400.0M 196.4M 203.6M 49% /system
/dev/block/mtdblock3 420.0M 9.9M 410.1M 2% /data
/dev/block/mtdblock2 101.5M 2.3M 99.2M 2% /cache
/dev/block/vold/179:1
13.8G 11.3G 2.5G 82% /mnt/sdcard
/dev/block/vold/179:1
13.8G 11.3G 2.5G 82% /mnt/secure/asec
~ #
Nice. Thanks..keep it up bro...
Sent from my X8 using XDA Premium App
Once more this guy bringing useful stuff to the community
One question, will the ROM ODEXed, increase the use of nand Flash memory?
biscoitu said:
Once more this guy bringing useful stuff to the community
One question, will the ROM ODEXed, increase the use of nand Flash memory?
Click to expand...
Click to collapse
Thank you biscoitu,i just want to share with every one here.
it will increase usage on /system partition but slightly reduce usage on /data partition.look at this comparasion :
Code:
before odex
/system: 210944K total, 154236K used, 56708K available (block size 4096)
/data: 216832K total, 64100K used, 152732K available (block size 4096)
odex system framework
/system: 210944K total, 163544K used, 47400K available (block size 4096)
/data: 216832K total, 48088K used, 168744K available (block size 4096)
/system : + 9308K
/data : -16012K
dif : - 6704K
odex system app
/system: 210944K total, 171360K used, 39584K available (block size 4096)
/data: 216832K total, 34764K used, 182068K available (block size 4096)
/system : + 7816K
/data : -13324K
dif : - 5508K
dif total
/system : +17124K
/data : -29336K
dif : -12212K
Whats an odex? It really improves that stuff?
Goodbye!
after odex, we can use theme chooser to change our them????
we can do any work as before on our ROM or it prepares a limitations???
molimo said:
after odex, we can use theme chooser to change our them????
we can do any work as before on our ROM or it prepares a limitations???
Click to expand...
Click to collapse
Yes you can, GingerCruzt is ODEXED and everything works normally, as a DEODEXED rom
really shorten my boot time,from about 40 seconds to 26-34
Im gonna try the CWM method. I'll let you know if it bricks my phone or not =P
EDIT: Ok it worked on GingerDX 0.13. It appeared to hang for about 5-10 mins but it did work. I haven't seen any improvement in actual boot time. But once im past the boot loader things seem a fair bit more responsive quicker than usual after a boot
mastermikeywwt said:
Im gonna try the CWM method. I'll let you know if it bricks my phone or not =P
EDIT: Ok it worked on GingerDX 0.13. It appeared to hang for about 5-10 mins but it did work. I haven't seen any improvement in actual boot time. But once im past the boot loader things seem a fair bit more responsive quicker than usual after a boot
Click to expand...
Click to collapse
how about the performance...
have a different or not??
(sorry for my english, i am indonesian)
Odex speeds up only first few boots in comparison to de-odexed apks. Android generates automatically the equivalent of odex after approx 2 boots after it has profiled apks, Google for odex vs deodex
Sent from my X10mini using XDA App
DAXGr said:
Odex speeds up only first few boots in comparison to de-odexed apks. Android generates automatically the equivalent of odex after approx 2 boots after it has profiled apks, Google for odex vs deodex
Sent from my X10mini using XDA App
Click to expand...
Click to collapse
Can you give me the link that you're mentioning?
Sure, here http://www.addictivetips.com/mobile/what-is-odex-and-deodex-in-android-complete-guide/
Sent from my X10mini using XDA App
great
thank you for a great job, again.
I tried the cwm version, on my 2.1.1. C.0.0.
benefits:
- slightly faster reboot
- more free ram : about 30 Mb - I have lots of apps installed, so my max value is not really relevant, but I have 95 Mb free now. (previously max. 60).
- gaming seems faster. games like ninja panda now can be played with no lag.
- linpack and quadrant not changed
Thank you,
Cheers,
elderduke said:
thank you for a great job, again.
I tried the cwm version, on my 2.1.1. C.0.0.
benefits:
- slightly faster reboot
- more free ram : about 30 Mb - I have lots of apps installed, so my max value is not really relevant, but I have 95 Mb free now. (previously max. 60).
- gaming seems faster. games like ninja panda now can be played with no lag.
- linpack and quadrant not changed
Thank you,
Cheers,
Click to expand...
Click to collapse
But the op says it odex only /system not /data, so user apps don't benefit.
Sent from my X10mini using XDA App
using GC 7.4 n free more ram twice. nom i have 60mb after using almost all apps. thank you bro
Tested on X10 Official GB ROM
Pls tell me how to remove odex, I have installed it with cwm...
Sent from my X8 using XDA App
Why do you want to remove it?
Sent from my X8 using XDA Premium App
Cause for me, it hasn't improved anything, it actually made my phone work slower and now I have these tiny lags...
Can anyone tell me how to remove it...?
Sent from my X8 using XDA App

[Q]The size of internal memory

I have the USA T-mobile Samsung Galaxy S2.
The spec sheet says the internal memory is 16GB, when I go to my phone and it says the system storage is only 1.97GB. Can someone explain to me why the difference?
simeezee said:
I have the USA T-mobile Samsung Galaxy S2.
The spec sheet says the internal memory is 16GB, when I go to my phone and it says the system storage is only 1.97GB. Can someone explain to me why the difference?
Click to expand...
Click to collapse
System storae is for applications u should have another section that says internal memory which is an internal sd card that should b close to 16 gb
Settings - Storage - also lists Sd Card + USB Storage + Device memory
Thanks for the quick replies.
So I went to settings > storage. It shows SD card, USB storage and System storage.
I understand System storage is how much space I can have for all my apps. But I'm not sure what the USB storage is.
simeezee said:
Thanks for the quick replies.
So I went to settings > storage. It shows SD card, USB storage and System storage.
I understand System storage is how much space I can have for all my apps. But I'm not sure what the USB storage is.
Click to expand...
Click to collapse
System storage (mine actually reads as "Device memory", but whatever) = space for apps to be installed (unless they can be moved to external memory)
USB storage = included "external" memory; i.e. what's left of the 16gb after system storage and whatever is partitioned for the OS. Usually around 13-14gb
SD card = external card you can plug into the phone to expand memory
USB storage is the default of where photos and videos are stored, and you can store other media (i.e. music, movies, etc) here as well, OR on the SD card.
Wrong forum, this is for the i9100 the international sgs2 not the T Mobile USA one which is very different. Clickme
veyka said:
Wrong forum, this is for the i9100 the international sgs2 not the T Mobile USA one which is very different. Clickme
Click to expand...
Click to collapse
While true enough, his question is general enough that it actually applies to all models of GS2.
ctomgee said:
While true enough, his question is general enough that it actually applies to all models of GS2.
Click to expand...
Click to collapse
Correct, but other people had posted the correct info, I though i should direct them to the right forum before they tried to flash anything though.
veyka said:
Correct, but other people had posted the correct info, I though i should direct them to the right forum before they tried to flash anything though.
Click to expand...
Click to collapse
Good point.
I was just looking into this and it seems the I9100 has only 14.08GiB?!?
Code:
./busybox df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 425264 32 425232 0% /dev
tmpfs 425264 0 425264 0% /mnt/asec
tmpfs 425264 0 425264 0% /mnt/obb
/dev/block/mmcblk0p9 516040 490772 25268 95% /system
/dev/block/mmcblk0p7 100784 4160 96624 4% /cache
/dev/block/mmcblk0p1 20144 8448 11696 42% /efs
/dev/block/mmcblk0p10 2064208 1311532 752676 64% /data
/dev/block/vold/259:3 12062752 3620128 8442624 30% /mnt/sdcard
tmpfs 31424512 3729088 27695424 12% /mnt/sdcard/external_sd
/dev/block/vold/179:25 31424512 3729088 27695424 12% /mnt/sdcard/external_sd
ignoring all the virtual tmpfs mountpoint and the external sdcard (/dev/block/vold/179:25) I'm left with
516 040 + 100 784 + 20 144 + 2 064 208 + 12 062 752 = 14 763 928
that's 14.08GiB / 14.76GB which is 1.25GB short of 16GB
(before someone even suggests that's because of Samsung using 10^9 instead of 2^30 please notice that I did calculate in both GiB and GB and it doesn't add up in either!)

[EOS]-[ROM][4-august-12][PEN/WIFI/3G][JellyBean/411] DextersJB v1.5

ROM is discontinued for VIEW, use YNC's latest update
DextersJB​
i would test it out but i gotta charge my view its been dusty since i got my N7 lol
Thank you!
first.. thank you for trying to save VIEW.. there is no much going on here. but if you can save our dying VIEW, even slight attempt is greatly appreciated.
I will test this. I am kind of new on tablet but I will test and report back to you. here we go..:good:
Dexter_nlb said:
i would like to see if i can utilize the JB on View.
for this i have changed the kernel and partitions(removed those i do not know atm).
and uploading my test image for someone to test. Download it here MD5 06096eea121b5ec534830fcf97072fc4
HC hboot is required here, GB boot is not supported.
please if someone can help and test it, it will be great.
REMEMBER to factory reset, before installing this rom
I would also like to see a "mount" output run in as shell. so i know what partitions are different, besides /system i know for now.
Click to expand...
Click to collapse
myowin said:
first.. thank you for trying to save VIEW.. there is no much going on here. but if you can save our dying VIEW, even slight attempt is greatly appreciated.
I will test this. I am kind of new on tablet but I will test and report back to you. here we go..:good:
Click to expand...
Click to collapse
it if dos not boot at first try (showing a X after 20-30 seconds)..
maybe change the /system/build.prop in the zip.
replace everything you see in th build.prop with "flyer" with "express" .
save it and copy it back into the zip and replace the original one.
in the /system/lib/hw , rename files you see with "flyer" in the name, replace that with "express" too. ie lights.express.so
flash it once more and see if it helps.
Pulled, will try in about an hour when she charges back up. Apparently I left my wifi on..seems to drain a little more in ICS.
Will report back
Dexter_nlb said:
I would also like to see a "mount" output run in as shell. so i know what partitions are different, besides /system i know for now.
Click to expand...
Click to collapse
Code:
# mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
/dev/block/mmcblk0p26 /system ext4 ro,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p30 /data ext4 rw,nosuid,nodev,noatime,barrier=1,nodelalloc,data=ordered 0 0
/dev/block/mmcblk0p31 /cache ext4 rw,nosuid,nodev,noatime,barrier=1,nodelalloc,data=ordered 0 0
/dev/block/mmcblk0p34 /devlog ext4 rw,nosuid,nodev,noatime,barrier=1,nodelalloc,data=ordered 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/data/d /data/d debugfs rw,relatime 0 0
/dev/block/vold/179:65 /mnt/sdcard2 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:36 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:36 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
and during installation:
Code:
AROMA INSTALLER version 2.00
(c) 2012 by amarullz xda-developers
ROM Name : FlyerJB-view
ROM Version : 1.0
ROM Author : dexter_nlb
Device : view/express-3g
Start at : Fri Jul 27 16:36:10 2012
script aborted: file_getprop: failed to stat "/tmp/aroma-data/wipe.prop": No such file or directory
file_getprop: failed to stat "/tmp/aroma-data/wipe.prop": No such file or directory
Installer Error (Status 7)
End at : Fri Jul 27 16:36:10 2012
install finished, rebooted, stuck on white HTC bootscreen.
adb detects the device
Code:
$ ./adb devices
List of devices attached
HT16THY00941 device
but can't connect
Code:
$ ./adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
thanks,
just what i needed here.
Sounds cool. From what I have read we will lose Flash if we go to JB. Is this correct?
Stopping support for Flash by Adobe now in favor of HTML5 is sort of like closing all gas stations in favor of electric. Great idea, terrible timing. HTML5 is nowhere near ubiquitous.
** Ring up yncconsulting. I'm sure he would want to help on this.
boastt said:
and during installation:
Code:
AROMA INSTALLER version 2.00
(c) 2012 by amarullz xda-developers
ROM Name : FlyerJB-view
ROM Version : 1.0
ROM Author : dexter_nlb
Device : view/express-3g
Start at : Fri Jul 27 16:36:10 2012
script aborted: file_getprop: failed to stat "/tmp/aroma-data/wipe.prop": No such file or directory
file_getprop: failed to stat "/tmp/aroma-data/wipe.prop": No such file or directory
Installer Error (Status 7)
[/QUOTE]
can you replace META-INF\com\google\android\updater-script
in the zip you downloaded first with the updater-script in the zip attached to this post and try again.
the reboot is because it probably only wiped, but not unpacked anything to the partition.
Click to expand...
Click to collapse
Dexter_nlb said:
can you replace META-INF\com\google\android\updater-script
in the zip you downloaded first with the updater-script in the zip attached to this post and try again.
the reboot is because it probably only wiped, but not unpacked anything to the partition.
Click to expand...
Click to collapse
Done. Install went smooth. Theres a long delay waiting for a sim card, then the "Insert SIM card" shows up with a "skip" button.
Overall, it seems pretty solid for what it should be.
Compared to your thread for the flyer: mic doesn't work, GPS seems to not even exist on the device, using that UMS doesn' work, if scrolling in chrome is part of the 2d hardware acceleration then it feels slow
boastt said:
Done. Install went smooth. Theres a long delay waiting for a sim card, then the "Insert SIM card" shows up with a "skip" button.
Overall, it seems pretty solid for what it should be.
Compared to your thread for the flyer: mic doesn't work, GPS seems to not even exist on the device, using that UMS doesn' work, if scrolling in chrome is part of the 2d hardware acceleration then it feels slow
Click to expand...
Click to collapse
thanks for the confirmation, no matter if its good or bad.
i believe its possible to make a generic edition and let the installer detect which parts belong to which hardware.
ill look into that.
the hardware issues, probably relate to the files /system/lib/hw where light/sensor/gps is for the flyer and probably differ from the view edition.
for the mic part, i believe those files are for flyer, which needs to be view specific as well.
anyways, thanks, its good to know it can be made working on view as well.
quick search on google, shows that Chrome is not as fast as stock browser, which might be was regular chrome users experience? JB is new and not all apps are adapted? maybe thats why this keeps coming back as being a problem, but might not be a build problem, but Chrome being less compatible.
mitchellvii said:
Sounds cool. From what I have read we will lose Flash if we go to JB. Is this correct?
Stopping support for Flash by Adobe now in favor of HTML5 is sort of like closing all gas stations in favor of electric. Great idea, terrible timing. HTML5 is nowhere near ubiquitous.
** Ring up yncconsulting. I'm sure he would want to help on this.
Click to expand...
Click to collapse
You can still use flash. You just cannot download it from the market but the ICS version works just fine.
In what ways is JB significantly better than ICS or GB in order to sacrifice some functionality to run it in your opinion? Not snarking here - I really would like to know.
In my personal experience, GB on this tablet is just fine. It can be overclocked and everything works, but of course I'd love the latest and the greatest if there is some noticeable performance pop.
"Not snarking here" - ehum.
mitchellvii said:
In what ways is JB significantly better than ICS or GB in order to sacrifice some functionality to run it in your opinion? Not snarking here - I really would like to know.
In my personal experience, GB on this tablet is just fine. It can be overclocked and everything works, but of course I'd love the latest and the greatest if there is some noticeable performance pop.
Click to expand...
Click to collapse
its all just a challenge and development tests/teasers.. for some it can easily be a daily driver, for others too much is definately not working.
I do not have it for the pen, so thats no priority personally.
but media playback for me, can be important, for now i just switch to SD when im on youtube.
but generally, there is alot of difference in the drivers and how framework and JB differs, i do not want to repeat , but it is for better, if just we can make more work better.
JB/ICS is alot better experience especially comparing our less good HC adaption.
JB kills GB. i'm running JB on my nexus and it's SO quick!
thanks for your hard work here, i hope we can get something running! we sort of have an ICS rom, but JB is what ICS should have been from the start..i'm pumped!
Yeah HC was pretty lame. Its really too bad the way HTC just completely abandoned what was an expensive device at the time.
I have a pen but really don't use it much anymore anyway. 7 inch tablet is just a little too small to comfortably write on anyway. I guess for me fast internet browsing and solid Netflix are the most important things.
Sent from my SPH-D710 using Tapatalk 2
Great work. I'm interested in testing once I can flash in a normal fashion (not sure how to switch out the zip file etc.)
Sent from my PG41200 using xda app-developers app
Thanks for the development of JB on the view, been thinking of trying to port some of the roms from the flyer lately. I'm not much of a developer so the fresh thread here is greatly appreciated.
Sent from my PG86100 using xda app-developers app
Runs great so far! A few minor issues but won't take much to iron out.

[Q&A] [v9.52] Online Nandroid / Nandroid Backup without re-booting [CWM + TWRP + 4EX

[Q&A] [v9.52] Online Nandroid / Nandroid Backup without re-booting [CWM + TWRP + 4EX
Q&A for [v9.52] Online Nandroid / Nandroid Backup without re-booting [CWM + TWRP + 4EXT]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [v9.52] Online Nandroid / Nandroid Backup without re-booting [CWM + TWRP + 4EXT]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Hey everybody,
I was setting up online Nandroid on my S4Mini LTE (I9195) and everything looks good so far. Except that preload is not being backup-ed. I also installed the the required recognition script. When using TWRP via recovery I am able to backup the preload partition.
Any ideas why I cannot backup the preload partition online?
Thanks,
Sebastian
bjacke said:
Hey everybody,
I was setting up online Nandroid on my S4Mini LTE (I9195) and everything looks good so far. Except that preload is not being backup-ed. I also installed the the required recognition script. When using TWRP via recovery I am able to backup the preload partition.
Any ideas why I cannot backup the preload partition online?
Thanks,
Sebastian
Click to expand...
Click to collapse
Which recognition script did you install?
ameer1234567890 said:
Which recognition script did you install?
Click to expand...
Click to collapse
Hey,
I used "Samsung Galaxy S IV Mini LTE GT-I9195" ->serranolte. Is this the correct one?
Basti
bjacke said:
Hey,
I used "Samsung Galaxy S IV Mini LTE GT-I9195" ->serranolte. Is this the correct one?
Basti
Click to expand...
Click to collapse
Could you post the log file inside one of the backup folders?
Hey.
I've got problem. Lg l7II, sock kk rom rooted. I can't make backup on my external_SD, set in onb settings backup location external_SD, but backup still is created ie my internal memory. I know, that android kk not allow save files external micro sd card for third-party apps, but i've installed sd fix. but without result. So where is wrong?
Here's log:
Starting backup...
Running with the following commands: -o --custom kk_rooted --storage /external_sd -pd -r
Using Default Shell
##########################################
Online Nandroid Backup v9.52
* A tool to perform a nandroid backup
without booting into recovery.
* It is fully compatible with nandroid.
* Type 'onandroid --help' for usage
instructions.
* Created by Ameer Dawood
##########################################
14:30:44 Using busybox from: /data/data/com.h3r3t1c.onnandbup/files/busybox
14:30:44 Checking for root permissions...
14:30:44 Root permissions acquired!
14:30:44 Analysing battery level...
14:30:44 Sufficient battery available!
14:30:44 Checking version of BusyBox installed...
14:30:44 BusyBox version 1.20 or above installed!
14:30:44 Searching for SD card...
14:30:44 SD card found!
14:30:44 This device has a patch file installed!
14:30:44 Checking for required tools...
14:30:45 All required tools available!
14:30:45 Checking disk space...
14:30:45 SD Card Free Space: 1186 MB
14:30:45 Required Space: 1719 MB
14:30:46 Not enough disk space! Exiting...
exitcode [86]
Kura pazurem to wydrapała, a Xperia Neo V Tapatalkiem 4 wysłała
Ok, problem solved. It was mistake with backup save location. After changing to /storage/external_SD instead external sd, it working as it should.
Wysłano przy użyciu LG L7 II (P710) Tapatalkiem
Patch or No Patch - That Is the....
Help!
Folks, I have one, perhaps-challenging question, and I am hoping that there will be a fairly straightforward answer from one or more of the obviously-above-average-intelligence contributors to XDA.
I recently purchased a Foxconn house-branded phone, an 'InFocus M512'. I had only.moderate expectations - you usually get what you pay for - but, it has exceeded my expectations from almost every angle. However, it arrived already-rooted. And now that I've invested some hours (I'm embarrassed to admit how many) investigating and installing security/privacy apps and mods, and debloating it, I'm really satisfied and it's no longer the cheap throwaway I had originally purchased... and given how many changes I've already made, it's pure luck that I haven't bricked it; I'm waaaay overdue for a full NAND backup.
But, I have no recoveries for it, I have no idea how it was rooted or what magic was thrown at it before it landed in my inexperienced hands. It's KK 4.4.2 - that much I do know. And the launcher is a lightly themed MIUI, as far as I can tell.
I installed Online Nandroid, looking like my best / only option to create a recovery.
I clicked on the 'Get Device Identified' button in Nandroid, which returned a device code MC2_CN - not in the downloaded patch list, of course. So, then I clicked on the 'Request a patch from Santa Claus' button...
I'm not holding my breath, waiting for Ameer to come up with a patch for me; I'm sure he has bigger fish to fry, and this phone is just one in the sea of obscure Chinese mutations (that's an actual place, I think).
So... here it is... finally... my question:
What's my next step?
Is there one? (Oh crap, that's two questions) Have I been too wordy? (Damn, that's three... and don't answer it - you'll hurt my feelings.
Any informed advice would be hugely appreciated.
Thanks. :fingers-crossed:
Is this app currently maintained? I thought I would help out and sent in a patch weeks ago for my device (LG Realm) and never heard anything back. I also never got a response as to whether or not I can somehow load and use my own patch with the correct partition layout instead of having to download it.
????
codebot said:
Is this app currently maintained? I thought I would help out and sent in a patch weeks ago for my device (LG Realm) and never heard anything back. I also never got a response as to whether or not I can somehow load and use my own patch with the correct partition layout instead of having to download it.
????
Click to expand...
Click to collapse
It is still being maintained. The pace is, however, a bit slower.
Nandroid Backup for UBIFS
Sir regarding for NANDROID BACKUP it could be work in this UBIFS device?
ameer1234567890 said:
It is still being maintained. The pace is, however, a bit slower.
Click to expand...
Click to collapse
I'm willing to do any testing for an updated SM-N910T. Please just let me know.
Sent from my Note 4 with Tapatalk
SJMarty said:
I'm willing to do any testing for an updated SM-N910T. Please just let me know.
Sent from my Note 4 with Tapatalk
Click to expand...
Click to collapse
Yikes...has the script been abandoned? That would stink.
Does Online Nandroid Backup work for Alcatel OT 5020D?
I tried to restore some apps with a Nandroid Manager and even if the app didn't show any error, none of the restored apps worked. After trying to run them they always crashed.
Not boot found not recovery found
Hi, i tried these script for my Xperia Neo mt15i, in your site in the list of supported devices says that no need of path file for my hallon but during the backup appears this message, and i don't know what is wrong, Online Nandroid makes appslog .android_secure system data cache, but it's strange no boot, recovery, and bootloader. It's something wrong?
elasca said:
Hi, i tried these script for my Xperia Neo mt15i, in your site in the list of supported devices says that no need of path file for my hallon but during the backup appears this message, and i don't know what is wrong, Online Nandroid makes appslog .android_secure system data cache, but it's strange no boot, recovery, and bootloader. It's something wrong?
Click to expand...
Click to collapse
Can you post the log file inside backup folder?
ameer1234567890 said:
Can you post the log file inside backup folder?
Click to expand...
Click to collapse
Online Nandroid v9.52
Started at Sun May 3 00:58:58 CEST 2015
###########################
Run with options:
###########################
Busybox: BusyBox v1.21.1-jb static (2013-07-25 21:23 +0100) multi-call binary.
###########################
File System Layout:
rootfs on / type rootfs (ro,seclabel,relatime)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /acct type cgroup (rw,relatime,cpuacct)
tmpfs on /mnt/secure type tmpfs (rw,seclabel,relatime,mode=700)
tmpfs on /mnt/asec type tmpfs (rw,seclabel,relatime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,seclabel,relatime,mode=755,gid=1000)
tmpfs on /mnt/fuse type tmpfs (rw,seclabel,relatime,mode=775,gid=1000)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
/dev/block/mtdblock0 on /system type yaffs2 (ro,seclabel,relatime)
/dev/block/mtdblock3 on /data type yaffs2 (rw,seclabel,nosuid,nodev,relatime)
/dev/block/mtdblock1 on /cache type yaffs2 (rw,seclabel,nosuid,nodev,relatime)
/dev/block/vold/179:1 on /storage/sdcard0 type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /storage/sdcard0/.android_secure type tmpfs (ro,seclabel,relatime,size=0k,mode=000)
###########################
Device Details:
ro.product.model=MT15i
ro.product.brand=SEMC
ro.product.name=MT15i
ro.product.device=hallon
ro.product.board=mogami
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony Ericsson
###########################
Recovery:
CWM-based Recovery v6.0.4.6
###########################
Language File:
Not found!
###########################
00:58:59 Using busybox from: busybox
00:58:59 Checking for root permissions...
00:58:59 Root permissions acquired!
00:58:59 Analysing battery level...
00:58:59 Sufficient battery available!
00:58:59 Checking version of BusyBox installed...
00:58:59 BusyBox version 1.20 or above installed!
00:58:59 Searching for SD card...
00:58:59 SD card found!
00:58:59 This is an MTD based device!
00:59:00 Checking for required tools...
00:59:00 All required tools available!
00:59:01 Checking disk space...
00:59:02 SD Card Free Space: 4159 MB
00:59:02 Required Space: 839 MB
00:59:02 Necessary disk space available!
00:59:02 Detecting mountpoints to exclude...
00:59:02 Backing up to /storage/sdcard0/clockworkmod/backup/2015-05-02.22.58.59
00:59:02 /boot not found! Skipping backup of /boot!
00:59:02 Consider installing patch file for your device, for a complete nandroid!
00:59:02 /recovery not found! Skipping backup of /recovery!
00:59:03 Backing up /appslog...\c
00:59:05 Backing up /system...\c
01:04:01 Backing up /data...\c
01:11:01 Backing up /cache...\c
01:12:02 Backing up /.android_secure...\c
01:12:12 Generating md5sum...\c
01:13:04 Verifying md5sum...\c
01:13:05 Online Nandroid Backup Completed in 14 minutes 6 seconds!
###########################
Files Backed-up:
"----rwxr-x 1 1536 May 3 01:12 .android_secure.vfat.tar
----rwxr-x 1 6291456 May 3 00:59 appslog.img
----rwxr-x 1 96431808 May 3 01:12 cache.yaffs2.img
----rwxr-x 1 373038336 May 3 01:10 data.yaffs2.img
----rwxr-x 1 258 May 3 01:13 nandroid.md5
----rwxr-x 1 421466496 May 3 01:04 system.yaffs2.img"
@elasca This is common among Xperia devices. Your backup should just be fine. Your custom recovery (CWM / TWRP) would also not backup boot and recovery.
ameer1234567890 said:
@elasca This is common among Xperia devices. Your backup should just be fine. Your custom recovery (CWM / TWRP) would also not backup boot and recovery.
Click to expand...
Click to collapse
Do you know an alternative method to back up these partitions? I don't see these partitions even on terminal, it should be showed using "cat /proc/partitions" command, but only shows system, cache, appslog, data, and sdcard, no recovery, boot, bootloader, and other partitions showed in my Wolder tablet with Allwinner chipset.
I have also the question for these tablet, i can backup recovery and boot partitions manually but with nandroid appears "boot not found" and "recovery not found", are you working for a patch file for this tablets?
Thank you.
ameer1234567890 said:
@elasca This is common among Xperia devices. Your backup should just be fine. Your custom recovery (CWM / TWRP) would also not backup boot and recovery.
Click to expand...
Click to collapse
Hi ameer just wanted to thank you for still supporting the app . And for uploading the patch for my Lg tribute aka e2nas. I thought it was a dead issue ,im glad you brought it back to life!!
sent from my VM LGLS660 rooted on zv5

Storage free space. please share urs

Honor 7 has 16gb internal memory but my fon show Total: 3.86gb. as i know rom only take about 6gb space. so where the rest? and what you honor 7 space can u use?
studlolox said:
Honor 7 has 16gb internal memory but my fon show Total: 3.86gb. as i know rom only take about 6gb space. so where the rest? and what you honor 7 space can u use?
Click to expand...
Click to collapse
I can use 10.46GB. I have still 7.7GB free.
Sent from PLK-TL01H
studlolox said:
Honor 7 has 16gb internal memory but my fon show Total: 3.86gb. as i know rom only take about 6gb space. so where the rest? and what you honor 7 space can u use?
Click to expand...
Click to collapse
I had the same problem after update to b140. factory reset helped.
(CZ)jv14 said:
I had the same problem after update to b140. factory reset helped.
Click to expand...
Click to collapse
haha..tq..setled
What will happen if I remove SD card with lots of app install on it to swap it with another sim?
Code:
Filesystem Size Used Free Blksize
/system 2.4G 1.9G 494.2M 4096
/data 10.4G 4.1G 6.3G 4096
/data/sec_storage 17.7M 202.0K 17.5M 1024
/cust 495.9M 433.1M 62.9M 4096
/splash2 62.9M 220.0K 62.7M 4096
/storage/emulated 1.4G 0.0K 1.4G 4096
/mnt/media_rw/sdcard1 59.5G 29.2G 30.3G 131072
"ROM" uses a 2.4G partition
Data is 10.4G
The rest is other Android partitions.. (I've removed a lot from the df above; cache, modem, etc.)
my biggest problem ist, that the dalvik cache uses (in my opinion) an enormous amount of space. i have no idea why. i can only guess, that it needs more space because in /dat/dalvik-cache/ there is an arm and an arm64 dir
at the moment my dalvik's size is about 2,15 GB.

Categories

Resources