Search results

  1. V

    Post [ROM][Official][Nightly] MoKee 8.1 for Huawei G620s, Honor 4/4x

    Updated my G620S-L01 from Mokee 7.1 to 8.1 For whatever reason google play services eat battery too agressive. When I disallow it to be run in background everything is ok. And donation info was lost :(
  2. V

    Post [ROM] Penguin-0.3_JBa3_zeuba (re-packaged apps based on Zeuba's CM10 alpha3 JB ROM)

    zeubea not "Zeuba" ;) Good work with repackaging. I have an issue with status bar though - it dissapeared on upgrade. Also the background is black when I apply wallpapers nothing changes. md5 seems to be correct, I'll try to flash it once again later.
  3. V

    Post [ROM] Penguin-0.3_JBa3_zeuba (re-packaged apps based on Zeuba's CM10 alpha3 JB ROM)

    Many thanks. I'll give it a try. Can you add md5 for your package as well?
  4. V

    Post [ROM][JB][UNOFFICIAL] CM10 BETA1 based port for Legend [FIX Camcording] [DEC 5]

    Link2sd works for me too. Reinstalled gapps. Still no way. Reinstalled Gmail via Link2sd menu and It does work. This trick hasn't helped with play store FC. Sent from my Legend using xda app-developers app
  5. V

    Post [ROM][JB][UNOFFICIAL] CM10 BETA1 based port for Legend [FIX Camcording] [DEC 5]

    In my turn I should say that it is the first ROM that has been working for 24 hours being overclocked without hangs and reboots on my device. Sent from my Legend using xda app-developers app
  6. V

    Post [ROM][JB][UNOFFICIAL] CM10 BETA1 based port for Legend [FIX Camcording] [DEC 5]

    Play store is crashing after I tried to update an app with it. In fact only Google Drive is working now - gmail crashes at start. Need to try full Gapps. Camera sometimes closes with gallery-related message. The rest is fine. This firmware is very responsible indeed. Thanks to Zeubea Sent from...
  7. V

    Post [ROM][ICS][UNOFFICIAL] CM9.1 BETA8 for Legend [FIX Camcording] [DEC 7]

    Superuser issue is just a message on boot, right? I already have the similar message for another app on Beta 4. So it's time to upgrade firmware anyway. :) Sent from my Legend using xda app-developers app
  8. V

    Post [ROM][ICS][UNOFFICIAL] CM9.1 BETA8 for Legend [FIX Camcording] [DEC 7]

    I didn't succeed in setting S2E with Beta 3. So I moved back to Link2SD. I have had no problem with it yet. LCD density modder didn't change DPI, so I used Build prop editor for that. Great ROM.Kudos to zeubea Sent from my Legend using xda app-developers app
  9. V

    Post [ROM][ICS][UNOFFICIAL] CM9.1 BETA8 for Legend [FIX Camcording] [DEC 7]

    I did a full wipe. The screen becomes responsive after using Volume up/down or power button. This bug isn't persistent. Sent from my legend using XDA
  10. V

    Post [ROM][ICS][UNOFFICIAL] CM9.1 BETA8 for Legend [FIX Camcording] [DEC 7]

    link2sd works fine. It is available on market
  11. V

    Post [ROM][ICS][UNOFFICIAL] CM9.1 BETA8 for Legend [FIX Camcording] [DEC 7]

    I succeeded in installing gapps at the tenth attempt. Turn off GPS after flashing CM9 (It is enabled by default) Use the full version of gapps, not tiny one. If you catch bootloop try to flash gapps for the second time wiping the cache and dalvik afterwards.
  12. V

    Post [ROM][ICS][UNOFFICIAL] CM9.1 BETA8 for Legend [FIX Camcording] [DEC 7]

    I had a reboot yesterday while playing a game after I pressed 'home' key. But it has been the only issue by now. It's a great ROM really.
  13. V

    Post A500 v3.2 stock (2.6.36.3+) kernel modules

    Could you please build usb_wwan.ko and option.ko for 2.6.36.3+ ?
  14. V

    Post Wouldn't recommend HTC Legend

    it has everything I need for my daily activities in addition to handy size. I don't need anything better for now.
  15. V

    Post ActionBar in ICS

    As I'm not addicted to widgets I think it's okay for the home screen. Any app needs the fullscreen mode in 99%
  16. V

    Post [Q] basic questions about kernel modules and loading them

    module is a binary code that is designed to be executed on the lowest level. Any error in it would cause system failure. So insmod would not allow to load incompatible module version (appropriate kernel version is stored inside the module) I'm not sure for Android but generally in Linux modules...
  17. V

    Post [Q] How to switch to a different ROM while restoring all apps and messages

    I have no idea for messages since it doesn't care for me. If you are not going to format/clean your SD card Titanium backup can be helpful for saving applications with data. The only app you will need to install is Titanium and it restore applications+appsdata for you after flashing. Make a...
  18. V

    Post [Q] Linux (Ubuntu) & Honeycomb 3.2 usb

    I tested this way with 3.2 a couple of hours ago. Works fine. 1. Install mtpfs sudo apt-get install mtpfs 2. In the tablet, go to Settings->Applications->Development and turn USB Debugging on (check the box). 3. Plug your USB cable into the tablet and your Ubuntu machine. 4. Press Ctrl+Alt+t...
  19. V

    Post Root iconia 3.2

    It wasn't me :) It was timmyDean who added root for stock 3.2. he described how to get root in adb shell only (the very first post in the thread I posted) The way to add superuser for applications was described by chrishohl on the 3rd page of the same thread Following his how-to one can get the...
  20. V

    Post How to root stock 3.2

    I have found the reason with dmesg. The kernel modules usb_wwan.ko and option.ko that are required for 3g modem are incompatible with stock 3.2 (it has v.2.6.36.3+ kernel) :(
  21. V

    Post How to root stock 3.2

    yes, but it is possible to add 3G support for USB modem for the stock 3.1. I tried this way on rooted 3.2 with no success In fact the reason I rooted it is to have access to the build.prop file and the /system catalog
  22. V

    Post How to root stock 3.2

    "Download this file" is a link ;) Has anybody managed to enable 3G after rooting? I have uploaded files for 3.1 to /system and changed build.prop, but there are no APN section in the settings.
  23. V

    Post Root iconia 3.2

    Have you ever tried to search the forums? This way works fine for the stock 3.2 http://forum.xda-developers.com/showthread.php?t=1307539 I used it to root my friend's A500 last week. Cheers :)