Page 9 of 24 FirstFirst ... 6789101112 ... LastLast
Results 201 to 225 of 594
Like Tree65Likes
  1. #201  
    drewwalton19216801's Avatar

    Posts
    2,539 Posts
    ROM
    HydroROM

    Default

    Quote Originally Posted by Buddlespit View Post
    Lol, I've never heard it refered to that way. I've always heard it as "chair to keyboard interface"
    Either way, it produces ID10T errors
  2. #202  

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    Switched over from Hyrdorom to Dante Rom last night, just to change things up. I have to say, you sure got Dante Rom figured out! Running quick and smooth! I dont have the vid recorder problems anymore either. Probably was a ID1OT error!
    Thanked by:
  3. #203  

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    I am using this rom and can't seem to download anything from the market without getting "insufficient space" errors. I did some poking around and found out that it looks like the dalvik-cache is taking up about 110mb and since its been moved to the /cache that only leaves about 10mb for downloading an app...
    see:
    Code:
    busybox du -hc -d 1
    110.4M  ./dalvik-cache
    and
    Code:
    sh-3.2# busybox df -h
    busybox df -h
    Filesystem                Size      Used Available Use% Mounted on
    tmpfs                   212.5M     40.0K    212.4M   0% /dev
    tmpfs                   212.5M         0    212.5M   0% /mnt/asec
    tmpfs                   212.5M         0    212.5M   0% /mnt/obb
    /dev/block/mtdblock5    158.5M    135.9M     22.6M  86% /system
    /dev/block/mtdblock6    164.9M    135.1M     29.8M  82% /data
    /dev/block/mtdblock8      1.5M      1.1M    380.0K  75% /persist
    /dev/block/mtdblock1    124.1M    112.2M     12.0M  90% /cache
    /dev/block/mtdblock1    124.1M    112.2M     12.0M  90% /data/dalvik-cache
    I tried removing /system/etc/init.d/05dalvik2cache script and rebooted to get the dalvik-cache out of /cache and back into data but then my /data is almost completely full and I can't put anything in it... What should i do to fix this? Is 110mb excessive for the dalvik-cache???
    Last edited by garbb; 07-16-2012 at 01:31 AM.
  4. #204  

    Default

    Does this rom support mounts2sd?

    Sent from my LS670 using Android Central Forums
  5. Thread Author  Thread Author    #205  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Quote Originally Posted by garbb View Post
    I am using this rom and can't seem to download anything from the market without getting "insufficient space" errors. I did some poking around and found out that it looks like the dalvik-cache is taking up about 110mb and since its been moved to the /cache that only leaves about 10mb for downloading an app...
    http://forums.androidcentral.com/sho....php?p=1566525

    That is to a post for hydro from. Jstntp built an alternative to the dalvik2cache mod used in both roms. Flash the dalvik2dev mod to fix your issue. Please let me know if that worked for you and I will update the OP. Very few have had that issue and I never could duplicate it.

    Sent from my Nexus S 4G using Tapatalk 2

    Edit: The above link is now dead, here is a new link for it. [ROM][ZVJ] 2.3.3 DanteRom v4 [UPDATE] 10/14/2012
    Last edited by hlxanthus; 10-16-2012 at 05:08 AM.
    Thanked by:
    garbb 
  6. Thread Author  Thread Author    #206  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Quote Originally Posted by Silas178 View Post
    Does this rom support mounts2sd?

    Sent from my LS670 using Android Central Forums
    I never used it myself and have never gotten it working. Some users have reported getting it working. But I do not directly support it. Any issues you have must be replicated without the m2sd script before reporting.

    Sent from my Nexus S 4G using Tapatalk 2
  7. #207  

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    Quote Originally Posted by hlxanthus View Post
    http://forums.androidcentral.com/sho....php?p=1566525

    That is to a post for hydro from. Jstntp built an alternative to the dalvik2cache mod used in both roms. Flash the dalvik2dev mod to fix your issue. Please let me know if that worked for you and I will update the OP. Very few have had that issue and I never could duplicate it.

    Sent from my Nexus S 4G using Tapatalk 2
    Wow thanks for the quick response. I will try this out when I get a chance. I think the reason I have this issue is simply that I have too many apps? I hope that I don't eventually fill up /dev because I'm sure that will cause some sort of terrible error... I was thinking that using an /sd-ext is probably a better way maybe? Is there any reason I couldn't create an sd-ext on my sd card and then simply replace every "/cache/" with "/sd-ext/" in the original dalvik2cache script?

    I was thinking about how android normally works and it seems stupid to me:
    Isn't the *.dex file in the dalvik-cache just basically a sort of copy of the *.dex file inside the apk? If so then basically the situation is this:
    I found an actual example from an app I have installed: the *.apk for the app is 3 MB and the *.dex for that same app in the dalvik cache is 4 MB. So basically what happens is: when I install this app it takes up more than DOUBLE the space that I think it will in the /user partition (assuming normal android setup where the dalvik-cache is in /user). I found another where the apk is 17MB and the .dex is 8MB, so maybe these are not typical examples but you can see how the space gets used up fast on a device that only has about 100MB in /user and /cache and it seems kind of dumb that when you install an app that says it is a particular size on the market it can use up significantly more space than that on /user...

    Unless I am completely wrong about this somehow...
    Last edited by garbb; 07-16-2012 at 10:30 AM.
  8. Thread Author  Thread Author    #208  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Please make sure to thank Jstntp for his work!

    Sent from my Nexus S 4G using Tapatalk 2
  9. #209  

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    It worked, thanks! Of course it takes longer to boot but I don't really care too much because I don't reboot that often.
  10. #210  

    Default

    Quote Originally Posted by hlxanthus View Post
    I never used it myself and have never gotten it working. Some users have reported getting it working. But I do not directly support it. Any issues you have must be replicated without the m2sd script before reporting.

    Sent from my Nexus S 4G using Tapatalk 2
    What do you recommend?

    Sent from my LS670 using Android Central Forums
  11. #211  
    drewwalton19216801's Avatar

    Posts
    2,539 Posts
    ROM
    HydroROM

    Default

    Quote Originally Posted by garbb View Post
    It worked, thanks! Of course it takes longer to boot but I don't really care too much because I don't reboot that often.
    The reason for that is that /dev gets cleared and re-populated on every boot, which means dalvik-cache gets the same treatment.
  12. Thread Author  Thread Author    #212  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Quote Originally Posted by Silas178 View Post
    What do you recommend?

    Sent from my LS670 using Android Central Forums
    Using internal storage frankly. I can get 50 apps as log as they aren't all huge on there. Use the built in move to sdcard feature for most apps. I never had the need for more space.

    I am not saying not to use m2sd, just that it is not directly supported. If you can get it working, please post a guide how you did it and I will include in the OP.

    Sent from my Nexus S 4G using Tapatalk 2
  13. #213  

    Default

    Im having a rather frightning problem my phone is charging backwards! I put it on the charger last night a 59% i havent unplugged it but its at 6% and steadily decreasing please help!

    Sent from my LS670 using Android Central Forums
  14. Thread Author  Thread Author    #214  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Does it show the charging animation or show charging in about phone? My first guess is either a bad battery or charging cable. Do you have another charger you can use? Nothing modified in the rom should cause this. I believe it to be hardware not a software issue.

    Sent from my Crespo4G using Tapatalk 2
  15. #215  

    Default

    Quote Originally Posted by hlxanthus View Post
    Does it show the charging animation or show charging in about phone? My first guess is either a bad battery or charging cable. Do you have another charger you can use? Nothing modified in the rom should cause this. I believe it to be hardware not a software issue.

    Sent from my Crespo4G using Tapatalk 2
    It does show the animation and it does say charging in about phone ive tried different cables and i use three batteries same results

    Sent from my LS670 using Android Central Forums
  16. Thread Author  Thread Author    #216  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Then I would try booting into recovery and wipe cache and reboot.

    Sent from my Crespo4G using Tapatalk 2
  17. #217  

    Default

    Quote Originally Posted by hlxanthus View Post
    Then I would try booting into recovery and wipe cache and reboot.

    Sent from my Crespo4G using Tapatalk 2
    I did that and it worked for a little while it charged from 15% to 62% then started going down again it drained to 52% then i wiped the cache again it was at 56% when i feel asleep i woke up and it was at 2% what do i do now??

    Sent from my LS670 using Android Central Forums
  18. Thread Author  Thread Author    #218  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Honestly try restoring a different rom or do a full wipe and reflash this rom. I am at a loss as to a cause. I am really leaning to saying maybe your charging port is bad.

    Did you flash in hydro kernal? How about restoring system data via titanium backup? Any information about what happened prior to the issue occurring that may have triggered this

    Sent from my Crespo4G using Tapatalk 2
  19. #219  

    Default

    Quote Originally Posted by hlxanthus View Post
    Honestly try restoring a different rom or do a full wipe and reflash this rom. I am at a loss as to a cause. I am really leaning to saying maybe your charging port is bad.

    Did you flash in hydro kernal? How about restoring system data via titanium backup? Any information about what happened prior to the issue occurring that may have triggered this

    Sent from my Crespo4G using Tapatalk 2
    It happened after i flashed hydro kernal i didnt install titainium backup untill i realized that it wasnt charging and i would probably have to wipe it

    Sent from my LS670 using Android Central Forums
  20. Thread Author  Thread Author    #220  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    There is the possibility the the file was corrupted. Try redownloading anything you are going to flash

    Sent from my Crespo4G using Tapatalk 2
  21. #221  

    Default

    Quote Originally Posted by hlxanthus View Post
    Honestly try restoring a different rom or do a full wipe and reflash this rom. I am at a loss as to a cause. I am really leaning to saying maybe your charging port is bad.

    Did you flash in hydro kernal? How about restoring system data via titanium backup? Any information about what happened prior to the issue occurring that may have triggered this

    Sent from my Crespo4G using Tapatalk 2
    I tried wiping didn't work flashed a new Rom still didn't work I've realized that it charges fine without interruption if the phone is off but if its on......... :banghead:

    Sent from my Opti s running cm7
  22. Thread Author  Thread Author    #222  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    Quote Originally Posted by Silas178 View Post
    I tried wiping didn't work flashed a new Rom still didn't work I've realized that it charges fine without interruption if the phone is off but if its on......... :banghead:

    Sent from my Opti s running cm7
    Well, atleast we know it is not something wrong with DanteRom. Maybe another dev has a suggestion for you. If it becomes an insurmountable issue, maybe consider a visit to a sprint service center.
  23. #223  
    Seditec's Avatar

    Posts
    141 Posts
    ROM
    Stock

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    i did a fresh install of dante rom today and now i have a white/green line over were the notifications are is that a normal thing or maybe just a download bug i have tried restarting and its still there any notes would be nice

    Edit: also it happened after i charged the phone for the first time after flashing the rom
    Last edited by Seditec; 07-23-2012 at 09:45 PM.
  24. Thread Author  Thread Author    #224  
    hlxanthus's Avatar

    Posts
    1,742 Posts
    ROM
    RasbeanJelly/DanteRom v4

    Default

    Quote Originally Posted by Seditec View Post
    i did a fresh install of dante rom today and now i have a white/green line over were the notifications are is that a normal thing or maybe just a download bug i have tried restarting and its still there any notes would be nice

    Edit: also it happened after i charged the phone for the first time after flashing the rom
    That's the battery bar mod! Its a feature I added a while back, check out the OP for more info.

    Sent from my Crespo4G using Tapatalk 2
    epidenimus likes this.
  25. #225  
    srthimsen's Avatar

    Posts
    111 Posts
    ROM
    Opti-ROM

    Default Re: [ROM][ZVJ] 2.3.3 DanteRom v2.3 [UPDATE] 07/01/2012

    Having issues with wifi and cell data constantly switching back and forth, when wifi is on, absolutely killing the battery in a matter of hours.

    It worked for the first few days, no issue. Worked again after I wiped cache/dalvik and tried again yesterday. But it did it again today. Very strange.

    I'm going to try re-downloading via pc and transferring, then doing a dirty flash - wondering if something was corrupted somehow.
Page 9 of 24 FirstFirst ... 6789101112 ... LastLast

Posting Permissions