Showing posts with label guide. Show all posts
Showing posts with label guide. Show all posts

GUIDE Fix Status 7 while flashing ROMs

Wednesday, November 9, 2016

I assume at least half of Android users get Error status 7 while flashing ROMs. This can be explained in 2 reasons.
Quote:
Number 1:The developer of the ROM was too stupid to fix this mistake
or
Quote:
Number 2: You are tying to port a ROM and those errors come to you
So lets start fixing Status 7.
Quote:
This can happen because the ROM isnt meant for your device. To fix this extract the ROM open META-INF com google android updater-script with Notepad++Find the line assert(getprop("ro.product.device") == "device namer" || getprop("ro.build.product") == "devicename" ||. Change the device name to the name of your device. Example change assert(getprop("ro.product.device") == "flyer" || getprop("ro.build.product") == "flyer" || to assert(getprop("ro.product.device") == "grouper" || getprop("ro.build.product") == "grouper" ||

If you dont know Grouper is the code name for the nexus 7. So you need to find the code name for your device. It can be found easyly on the web.

And thats it. Hope i helped. leave a Thanks


Android Apk
Read More..

GUIDE Fix status 6 while flashing ROMs

Friday, August 5, 2016

I assume at least half of Android users get Error status 6 while flashing ROMs. This can be explained in 2 reasons.
Quote:
Number 1:The developer of the ROM was too stupid to fix this mistake
or
Quote:
Number 2: You are tying to port a ROM and those errors come to you
So lets start fixing.
Quote:
Extract the ROM. Open META-INF com google android and open with Notepad++ updater-scipt.
Find the line called mount("ext4", "EMMC", "/dev/block/some kind of Letters and Numbers ", "/system");
This command is telling the device to mount the system from a path. Each device has a different path.
The path is those some kind of letters and numbers up bellow.
Those numbers and letters are different for every device.
So maybe the letters are not correct and it cant find the path to mount the data.
What we need to do is change the path. For the path that is for your device.
Easiest way to do this is to find a ROM meant and tested for your device, open updater-script, got to the same line and replace the path.
Example change mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/system"); to mount("ext4", "EMMC", "/dev/block/mmcblk0p22", "/system");
Quote:
You may also find these two lines
format("ext4", "EMMC", "/dev/block/some kind of letters and numbers", "0", "/system");
mount("ext4", "EMMC", "/dev/block/some kind of letters and numbers", "/system");
The first line is telling the device to format the data.
The second line is telling the device to mount the data
The error is similar to the error up.
You need to change the path for the data
But the path for the data is different for the path for the system
So go to the same path on the ROM for your device and change the code
But remember the codes for the data and for the system are not the same.
Example Change format("ext4", "EMMC", "/dev/block/mmcblk0p29", "0", "/system"); and
mount("ext4", "EMMC", "/dev/block/mmcblk0p29", "/system"); to format("ext4", "EMMC", "/dev/block/mmcblk0p20", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p20", "/system");
And the errors should be fixed.
Post a reply there is still an error.:P
Leave a thanks


Android Apk
Read More..

Robotic Guitarist Paid v2 8 8 Guitar emulator Chord guide Tuner Metronome

Monday, April 6, 2015

Robotic Guitarist (Paid) v2.8.8 for Android 1.5+
Robotic Guitarist apk

Robotic Guitarist is a virtual guitar for your device. This application will be useful both for those that already play the guitar and learners, and even if you cant play but want to get some fun or experiment with its sounds.

Main features:
* Guitar emulator:
Choose a chord without having to learn finger positions and just hit the strings to get a very realistic acoustic-guitar sound. You can also make it sound like an electric guitar o a piano! You can strum, plays arpeggio or any other desired technique.

* Chord guide:
An easy-to-use interface allows you to change your chord selection on the go. Youll see at all times a diagram showing finger positions. Very useful for learners or for those who play already and need to recall a chord.

* Tuner:
If you play a non-virtual guitar, Robotic Guitarist is your loyal electronic pocket-tuner.

* Metronome:
Its a handy digital metronome. It has settings for speed (beats per minute) and different signatures (constant, 2/2, 4/4, etc.).

Provided by: -Market Militia-

More Info:
https://market.android.com/details?id=com.pedrocorp.android.guitardonation


Download :
Robotic Guitarist (Paid) v2.8.8
Read More..