Monday, May 2, 2016

Miui Rom

Hi guys!!! There is a way to make a miui rom for our fantastic honor 7??


from xda-developers http://ift.tt/26K5hhy
via IFTTT

Z1 not starting anymore

Hello,
I have a Z1 for a few months, I never installed a rom or something, it is 100% stock.

I allready had randoms reboot (2/3 times a week), but this time it does not restart...
After having the loading screen for about 10 minutes, I just have now a black screen.
I tried hard reset, recovery reboot, but nothing still a black screen only.

Do you have any idea what can I try to bring it back to live?

Thanks


from xda-developers http://ift.tt/23iwB1P
via IFTTT

How to Enable OTG on Micromax Canvas A311(rooted)

I have a rooted micromax Canvas A311 but I found out that it doesn't supports otg feature is there a way to enable it?Any type of help is appreciated


from xda-developers http://ift.tt/26K5am6
via IFTTT

winpad w801

Who can you make a backup of the partition 12 with cygwin?
here is the commando: dd if=/dev/sda12 of=system.img please help me:):)


from xda-developers http://ift.tt/23iwzH7
via IFTTT

Snapdragon 820 vs Exynos 8890

Hi, Im going to upgrade to S7 Edge, here we got both available

Whichone is faster/better

What should I get, Im noob, so I rely on you guys.

Benchmarks



One web says Snap better http://ift.tt/1Oa0MRO


One says Exynos faster http://ift.tt/1Oa0MRS

Bit confusing


from xda-developers http://ift.tt/1Ni4myB
via IFTTT

Sunday, May 1, 2016

recovery partition

can anyone tell me what the recovery partition in relation to mmcblk0***? When I run df there is dev, mnt, system, cache, data, factory, storage, emulated x4 and that is it. I would think that there would be a recovery partition as well. Perhaps it is the one labeled "factory". I dont think it is though because it is showing as only 1.9M. I am trying to replace the recovery partition with dd because I cant get fastboot to work for some reason. I am using linux and adb works fine. Also I dont have root yet which is what I am trying to do now.

Code:

df
Filesystem Size Used Free Blksize
/dev 478.6M 68.0K 478.6M 4096
/sys/fs/cgroup 478.6M 0.0K 478.6M 4096
/sys/fs/cgroup/memory: Permission denied
/mnt 478.6M 0.0K 478.6M 4096
/system 991.9M 925.9M 66.0M 4096
/cache 248.0M 3.0M 244.9M 4096
/data 5.8G 1.3G 4.5G 4096
/factory 1.9M 152.0K 1.7M 4096
/storage 478.6M 0.0K 478.6M 4096
/mnt/runtime/default/emulated: Permission denied
/storage/emulated 5.8G 1.3G 4.5G 4096
/mnt/runtime/read/emulated: Permission denied
/mnt/runtime/write/emulated: Permission denied


Code:

cat /proc/partitions
major minor #blocks name

179 0 7634944 mmcblk0
179 1 16384 mmcblk0p1
179 2 16384 mmcblk0p2
179 3 16384 mmcblk0p3
179 4 6144 mmcblk0p4
179 5 4096 mmcblk0p5
179 6 4096 mmcblk0p6
179 7 1024 mmcblk0p7
179 8 16384 mmcblk0p8
179 9 262144 mmcblk0p9
259 0 1048576 mmcblk0p10
259 1 6243291 mmcblk0p11
179 30 4096 mmcblk0rpmb
179 20 4096 mmcblk0boot1
179 10 4096 mmcblk0boot0
253 0 102400 zram0


from xda-developers http://ift.tt/1W0lZFA
via IFTTT

Methods to install stock rom for G8

I will write down methods to install stock recovery, if your phone is not booting anymore. Perhaps it helps someone.

Key Combinations
VOLUME DOWN + POWER: boot into fastboot mode
VOLUME UP + POWER: boot into recovery
VOLUME UP + VOLUME DOWN + POWER: boot into force update

Unlock bootloader
If your bootloader ist locked. Have a look here to know how to unlock it.

Install using force update
Tools needed:
  • a stock rom (e.g. from here)
  • twrp recovery (e.g. from here)
  • stock recovery
  • fastboot (I'm using the version provided with the Android SDK)
Steps:
  1. Boot to fastboot: VOLUME DOWN + POWER:
  2. Flash twrp recovery: fastboot flash recovery twrp.img
  3. unplug USB cable
  4. boot into twrp recovery: VOLUME UP + POWER:
  5. devices internal memory should show up on pc
  6. copy stock rom to dload/update.app on device
  7. boot to fastboot: VOLUME DOWN + POWER:
  8. flash stock recovery: fastboot flash recovery stock.img
  9. boot to force update: VOLUME UP + VOLUME DOWN + POWER:
  10. update should be installed.

Install using fastboot
Tools needed: Steps:
  1. Use Huawei Update Extractor to open the stock rom (.app) with profile unkown.
  2. Select BOOT.img, RECOVERY.img, SYSTEM.img and extract them using right-click Extract selected
  3. put .img files in the same folder as fastboot.
  4. boot device in fastboot mode: VOLUME DOWN + POWER: and on Pc's commandline navigate to fastboot
  5. Flash Recovery: fastboot flash recovery RECOVERY.img
  6. Flash Boot: fastboot flash boot BOOT.img
  7. Reboot BootLoader: fastboot reboot-bootloader
  8. Flash System: fastboot flash system SYSTEM.img
  9. Reboot. Finished.


from xda-developers http://ift.tt/21no8Lh
via IFTTT