[06/16] Update H955/F510L to 6.0.1 + Mods - LG G Flex 2

Finally...
The update to Android M is finally here!
If you can't wait any longer, here's how you can update any version of the H955 (A,P ...) or you Korean G Flex 2 (F510L) to 6.0.1!
*Thanks to ap3rs, we now have a video about the MM update here!
*KNOWN ISSUE​
Some users get after every boot an error. This 'error' is nothing more than a reminder your KDZ is not the official network provider one's. As we have no root, there's no fix for this. If you can't live with this error, I suggest you stay on LP for a few more days and wait for the OTA update . Again, this error isn't actually a problem or anything, it won't do anything.
*Before posting any benchmark results or throttling issues:
Right after the installation, it is normal that your battery is draining, the UI is slow, the SD810 heats up and throttles and your benchmark scores are low.
Let the battery drain itself completely, and charge it in time fully to 100%. This will re-calibrate the battery. Post your opinion after a full day of use .
MisterOne1's benchmark went up by 15% after Android was settled.
*Step by step instructions:
*Make sure you unroot first, because there isn't root (yet) on MM.
0. Charge your device to at least 30%
1. Make a backup with LG Backup Service in settings (ON EXTERNAL SD)
2. Remove SD CARD
3. Download the KDZ for your device:
H955 here
F510L here, thanks to @Kevin3688
4.1 Download LG UP ( https://mega.nz/#!JtRFkD4Y!u3QgNNaUc-q9w86bBYVoLa9bDBIKA4IZAC57m3rFcsI )
4.2 Download the SD810 drivers ( https://mega.nz/#!VhpDxKoI!Mo0LcQOVOjcM337Vs2X87KoEMvE3HApYgpFNMYEl4XU )
5. Install both
6. Connect your phone to your pc (with USB debugging disabled!) and launch the LG UP
7. Select UPGRADE
8. After clicking on the three dots on the right side next to BIN FILE, select the KDZ
9. Click on start
10. Let it cook for a while :
11. profit!
Also don't forget to disable LG MLT, as it is known to drain battery like ****, and uses A LOT of background resources!
1. Dial *#546368#*955# if in your phone app
2. Click on SVC
3. Open up "LDB"
4. Uncheck the "Enable, MLT will run after booting"
*Noticeable changes so far:
less lag
apps open a bit faster (imo)
Camera app is the same
New UI design (much smoother, closer to stock and more beautiful)
New Settings app
New Gallery app
Flashlight toggle (finally lol)
Far better readability in broad daylight
New dialer app
New contacts app
Quicker and better camera
No more overheating issues
New notification design
New option to eliminate background usage in battery saving mode
Massively increased overall performance
Increased multitasking performance
Google Now On Tap!
*My phone was EXTREMELY laggy on LP, even after optimizing and tweaking. Now, the lag is gone and my phone's overall performance improved massively
*The Update installs 1 bloatware-carrier app, but you can easily uninstall it
*Battery update 06/17
On Lollipop, my SOT was really bad (2,5H)
On Marshmallow, my SOT increased massively! With heavy usage, and games like Asphalt 8 and Temple Run 2, I got nearly 4h of SOT.
With light usage, I could get even more. Bluetooth was on all the time (Pebble watch ) and either Mobile data or Wifi was on. Also, I left location services on and recorded 12 minutes in 4K
*Benchmarking
I got on LP an Antutu score of 62k, as you can see in the screenshot, that increased to 76k. Marshmallow did some crazy stuff with my device.
On Geekbench 3, my results were a tiny bit higher than the screenshots in the following post. I got an SC score of 1270 and MC score of 3470. The second Geekbench test, I got even higher: SC score of 1277 and MC score of 3837!
View attachment 3786186
*DPI Change!
UPDATE: After changing the DPI, the app drawer icon of the stock LG launcher will bug out. I recommend using a different launcher (Google Now launcher, Nova Launcher ...), as this solves the issue. I think the 'compromise' of using Nova instead of the stock launcher is nothing compared to the difference it makes in the UI. I'll add some screenshots soon.
This post is getting quite big
The most important reason for me to root on LP was to change the DPI, as I find the stock 650'ish DPI unusable. Now on MM, without root, DPI change is possible through ADB and Fastboot! Here's how:
1. Enable USB Debugging in developer options
2. Install ADB and Fastboot ( http://forum.xda-developers.com/showthread.php?t=2317790 )
3. Connect your phone to the pc and open the ADB shell
4. copy and paste the following command (without the "$" ofc), and change 'DPI' to whatever you like! (I have mine set on 420)
$ adb shell wm density DPI && adb reboot
5. Enter
6. Let your phone reboot and enjoy!
Examples:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: (Thanks to: this user)
To change your DPI back to stock, use the following command:
$ adb shell wm density reset && adb reboot
*How to enable adoptable storage!
(Big thanks to this user on reddit and this post .)
So, I've finally managed to get adoptable storage working. However, be careful, as you can lose all of your data, if you accidentally erase the wrong volume.
Warning: this wil format your external SD --> you'll lose all the data stored on your external SD!
DRAWBACK: You can't acces the merged storage by PC nor third party android File Managers.
You can adopt your SD Card in 2 ways:
1. The whole SD card is merged, so if you've got an 64GB SD, you get 16+64GB internal storage:
1. Enable USB Debugging in developer options
2. Install ADB and Fastboot ( http://forum.xda-developers.com/showthread.php?t=2317790 )
3. Connect your phone to the pc and open the ADB shell
4. Copy and paste the following commands
$ adb shell
$ sm set-force-adoptable true
$ sm list-disks adoptable
This will give you the number of your (adoptable) external SD card. In my occasion, it resulted in:
disk:179,64
5. Following, partition the SD card as internal storage:
$ sm partition disk:179,64 private
6. Now, list the volumes
$ sm list-volumes all
That should result in something like:
private:179,66 mounted <a strange code>
private mounted null
emulated mounted null
emulated:179,66 unmounted null
The 2 volumes with a code looking like your disk, are the volumes of the SD.
7. Reboot through:
$ reboot
8. Disconnect your phone, and head over to 'Storage and USB' in the settings
You should see that the Internal storage is merged with the SD card storage!
2. The SD card is partitioned, so that you have a chosen part being merged, and the other one being external storage
This one is a little bit trickier. Don't try if you don't know what you're doing. This tweak depends on your skills, as you may encounter some issues that you need to solve yourself. If you don't know the "sm" commands yet, type in the adb shell: $ adb shell sm help
1. Make sure the SD card is empty, and has ONE or NONE partition
2. Insert SD card and format it through settings>storage options>external SD card>options>format
3. Follow step 1-4 from above
3.1 Execute the following command
$ sm list-volumes
4. Perform the following command (this might take a while!)
$ sm partition disk:179,64 mixed xx
and replace the xx by a percentage. This is the percentage of the SD card you want to keep as external storage! E.G. 64GB SD and 25 will result in 48GB merged and 16 extern.
5. List volumes again and note the difference
$ sm list-volumes
You should see two new partitions, with a comparable number to your disk.
6. Officially, this is it. But I've noticed that on my phone, the merged partition always seems to be corrupt. This is the fix:
7. Format the public:xxx,xx volume (this is the external storage partition, replace ofc the x's with the correct number)
$ sm format public:xxx,xx
8. Format the private:xxx,xx volume (this is the merged partition! THIS TAKES SOME TIME! On my phone, A 48GB partition took about 10minutes to format!)
9. You might get an error, but don't worry! Open up the storage setting on your phone, you should see that the merged partition is still formatting!
10. DO NOT DISCONNECT FROM YOUR PC! This might result in a broken SD card!
11. Wait till the formatting is done. The state of the partition changes in unmounted (=unassigned). Exit the adb shell, and safely eject you phone from the pc!
12. Click on the merged partition on your phone, your G Flex 2 will ask if you want to mount it. Click on accept, and now you should have two separate partitions. One being merged, the other one being external storage!
13. As a safety precaution, it's recommended to reboot, to let all the apps recognize the merged partition.
However...
If you want to acces your files on external SD through a external file manager, or by pc; neither will recognize your 'merged SD' or 'merged partition'. This is why I've described two options to merge the SD Card.
UPDATE: My pc suddenly detected the merged partition! But I wouldn't count on it, because I don't know why it suddenly detected it
Some users reported of errors after partitioning a disk as private/public (timeout issue). This is the same issue as I described in step 9 of way 2. Just let it do it's thing. After a while, when you're sure it's done, just reboot. You will get the wanted result, no matter what the error was.
*Downgrade to 5.1.1
Thanks to michele955 and shakeyabooti!
michele955 said:
Downgrading from mm (20a) to lollipop (15e) works with LGUP
TO GO BACK TO LP FROM MM - Open LGUP on your computer, click on FILE PATH and point it towards your LP KDZ. Close LGUP and re-open LGUP. Make sure you select REFURBISH this will do a full wipe, tick BIN file. Press Start. Make cup of tea and be patient
credits to @shakeyabooti
Click to expand...
Click to collapse
So if you decide to try MM and you don't like it, downgrade is possible!
LP KDZ files can be found here
I've worked hard to make this post being what is it now. Please don't copy pieces out of it, without referring to the people I thanked and me.

Alarm works for me!
I've attached some benhmark tests.

MisterOne1 said:
Alarm works for me!
Click to expand...
Click to collapse
Android M battery saving kicks in after a while
I'll let you know tomorrow morning if it still works
EDIT:
Alarms indeed do still work

Thanks for your tutorial.... Could you provide any benchmark tests.... Like antutu, geekbench 3 etc.
And did LG improve the brightness adjustments.
Gesendet von meinem LG-H955 mit Tapatalk

assyriska said:
Thanks for your tutorial.... Could you provide any benchmark tests.... Like antutu, geekbench 3 etc.
And did LG improve the brightness adjustments.
Click to expand...
Click to collapse
The brightness is the same. I'll run some benchmarks and I'll post screenshots

MisterOne1 said:
The brightness is the same. I'll run some benchmarks and I'll post screenshots
Click to expand...
Click to collapse
you are wrong my friend...i test the brightness outside and now in sunlight legibility are improved...more bright, not a lot but the necessary to see better when outside! BTW, GPS is way way faster to lock than before...mine locks in less than 10 seconds.

xtreamer91 said:
you are wrong my friend...i test the brightness outside and now in sunlight legibility are improved...more bright, not a lot but the necessary to see better when outside! BTW, GPS is way way faster to lock than before...mine locks in less than 10 seconds.
Click to expand...
Click to collapse
Ok, I couldn't test maximum brightness because of thermal throttling, but the minimum brightness is the same, at least on my phone.

57.000 in antutu, and on lolipop i had 76.000, but for example NFS unlimited works far better then lollipop. The only problem i have is that the phone is hot every time i used for fb+messenger+instagram...that problem i never had on 15b
Camera Quality is far better, more sharp photos. Overal i love it, apps are starting faster, and no lag till now in menu and other apps.

Does it overheat the same as before?

djtinxo said:
Does it overheat the same as before?
Click to expand...
Click to collapse
Mine didn't overheat on lollipop, due to Kernel Auditor adjustments. Now, without root, the phone stays cool. I noticed my phone got a bit warm when charging and gaming at the same time.
Tomorrow evening, I'll post some screens of the battery usage and the new updated apps.
Sent from my LG-H955 using XDA-Developers mobile app

Downgrade to lollipop 5.1.1 is probably working, like LG G4, or brick the device?

Someone make a video of mm update and upload to YouTube!!

hey man can you tell me what version of opengl es have from antutu? open antutu -info -display section -opengl es driver version?
please
thank you

nikos5800 said:
hey man can you tell me what version of opengl es have from antutu? open antutu -info -display section -opengl es driver version?
please
thank you
Click to expand...
Click to collapse
OpenGL ES 3.1 [email protected]

jmd.desai08 said:
Someone make a video of mm update and upload to YouTube!!
Click to expand...
Click to collapse
What part of the tutorial don't you understand ? I'd be happy to help
Sent from my LG-H955 using XDA-Developers mobile app

Simonally said:
What part of the tutorial don't you understand ? I'd be happy to help
Sent from my LG-H955 using XDA-Developers mobile app
Click to expand...
Click to collapse
Not about the tutorial. He wants a review video of the update.

le grande magnetto said:
Not about the tutorial. He wants a review video of the update.
Click to expand...
Click to collapse
Yes review video!!

Guys any chance to flash this on H950 AT&T?

Manual camera shutter speed on other apps (like Proshot or Camera FV-5) it is limited yet to 0,6 seconds in this update?

My review:
Nothing special!
Sent from my LG-H955 using Tapatalk

Related

Star B94M / B943 MTK 6589 Quadcore

Star B943 (B94M) MTK6589 Quad Core 4.5Inch 1GB RAM 4GB ROM Dual Camera 5.0MP+12MP WCDMA 3G Dual SIM Card SmartpPhone
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please pay attention, there are two versions of this devices on the Market!!!
One is with Dualcore and the other one is with Quadcore MTK6589.
So be carefully with Flashing and Rooting the devices.
There is already some progress with CWM and Root on German chinamobiles.org Forum.
-------------------------------------------------------- Testing LeWa Port Rom -------------------------------------------------------------------------------
Update 07.05.2013: LeWaport_Star_B94M_22.05.13_cm08
My friends here comes a new LeWaport (cmod08) based on the stable release for Amoi N828.
If your already on lewa simple make backup, install cmod08.zip, wipe dalvik and cache after install, all others look instructions below.
Known bugs: Wifi nvrambug, with my fix bluetooh is only working after factory reset or resore data.
Update 07.05.2013: LeWaport_Star_B94M_08.05.13_cm04
Dear friends of LeWa here is a Test version based on LeWa Amoi N828
This version is rooted with gapps, no need to load these.
Hints for install:
1. Boot to CWM or TWRP Recovery
2. Make backup including boot and recovery ( TWRP 2.5.0.0 will be installed )
3. Wipe System partition
4. Install LeWaport_Star_B94M_07.05.13_cm03.zip
6. Reboot and be happy
Known errors: some chinese apps and strings, noLED patch still needed
Further steps: bugfixing, try to port multilanguage support (don´t hesitate to help )
New logo needed
-------------------------------------------------------- Hints for 4.2.1 -------------------------------------------------------------------------------
Update 03.05.2013: Batterylive improvement
User slein has submitted selfcoded apk for LED Fix ! Thanks to him!!!!
There are a lot of activities to fix sporadical battery drain. Following APK seems to be workaround install the app and disable LED notification with widget. Thx to all testers!
Good Batterytool
Update 26.04.2013: Japanese 4.2.1 JB-image from needrom
Well running 4.2.1 from needrom
for most users, please read carefully instructions, do backup (Titanium and/or CWM/TWRP) before update
and make Factory reset as described, to avoid most problems!
Howto Root 4.2.1 and GPS-Fix by JBrandtner
---------------------------- Hints for 4.1.2. --------------------------------------------------------
Update 18.04.2013: Wifi Mac change Fix ( Thx to okupka )
- use these file (make backup before!!!) with this guide and you are done
Update 12.04.2013: Different Sound improvements
People who have problems with sound try this link from Zopo-Forum
or from Patchworkoftips
Update 11.04.2013: Data Resize partition to 2.74GB Detailed description from here
1. We backup with recovery.
2. Unloaded and 2.74GB decompressed data (Thx to spanish friends! ).
3. SP Open Flashtool and as we have done before installing the recovery in scatter-loading MT6589_Android_scatter_emmc.txt select the file in the folder where we unzipped 2.74GB Data
4. We ensure that only EBR1 and EBR2 are marked.
5. We Give to Download, accept the prompt, connect via USB the phone off the PC. As with the recovery if the process fails, disconnect the cable, remove and put the battery and repeat this step.
6. If all goes well, will back the green circle. Disconnect the phone from the PC.
7. Now we go back to recovery (Turn on the phone by holding the power key + volume +).
8. In the recovery do wipe data / factory reset.
9. Optionally if you want to restore the data and installed applications we advance restore, choose the backup you made ​​in step 1, and finally we give to Restore data.
10. Reboot from recovery. In this first boot after repartitioning we may see a notification saying the phone storage is damaged, then click in it. It will show a dialog box asking if you want to format the SD card, does not refer to the External SD but the phone's internal memory, so we do not fear clicking on Format. After doing the latter, voila, you have the Data partition (where apps are installed) extended to 2.74GB
Update 08.04.2013: 3G improvement
if phone is already root
Install from market the mobileuncle tools.
-> enter engineer mode (MTK).
-in modemtestactivity change "factory" for "telephone".
-in "band mode" GSM mode uncheck the "PCS1900."
New TWRP 2.4.4.0 Recovery available here
Update 03.04.2013: Networklocation Fix
by radekfor: i think i solved cell location problem.
Simply install latest Gapps for JB 4.1.2
Click to expand...
Click to collapse
http://goo.im/gapps/gapps-jb-20121011-signed.zip
-> boot to Recovery ( Mobileuncle Tools, or Quickboot,.... ) -> Install zip from SD-Card , ....
Update 28.03.2013: Working on JB 4.1.2
Here you go at your own risk
Drivers;
CWM 5504 and Root here;
German instruction here
New SP_Flash_Tool_v3.1304.0.119
After extracting the zip file:
1. Debug Mode in the Developer Tools Switch
2. Install the drivers ( others may work better, e.g. pdanet )
3. The superuser-313-arm-signed.zip from third copy to the external SD card
4. Phone off and take out battery
5. using the SPFTools load in directory 2. Scatterdatei -> load and Recovery.img, boot.img and flash (press download and then return battery back)
6. Disconnect the data cable after green OK
7. When switching power and Vol + hold when the Green Man comes release Power and Vol + hold on.
8. In CWM now make complete backup, after this install zip from SDcard install the superuser zip ... JB 4.2.1 may need other tools look here found by #90
9. skip step 7 +8 and install superuser using the MTKdroidtools and make backup (but it takes a relatively long time)
10. You can now delete with MTK Droidtool some China-apps."
PS: Backup Rom made with SPFtools->readback
Thanks for the alert.
I've got a quad core 6589 version, so far cannot find a way to root it..
And it's NetworkLocation.apk is missing, i tried a couple of NetworkLocation.apk from JellyBean gapps zip files, no one seems to work, either not installable, crash on boot or not working.
3G connection seems to be dodgy, H/H+ is shown on the top bar but data is not coming down normally, during 1 minute, only less than 100k data come down and not able to load even 1 page...
Anyone has the same problem?
Cheers,
Fish
star b943 (mtk6589 b94m)
could someone translate recovery menu from Chinese Language
Yes the baseband or antennas seems to be crap.
Start download and remove your hands from the device or take it only with two fingers on the upper side, then my downlads finish and downloads show normal values. Speedtest with upload is seems to be fine,...
If someone needs root or cwm write me pm, or give me public upload location I´m not so experienced with this,...
Best regards
Thanks for the advice
radekfor said:
could someone translate recovery menu from Chinese Language
Click to expand...
Click to collapse
Translate into:
-Factory Reset
-Auto (Overall?) Test
-Manual (Overall?) Test
-Single Function Test
-Test report
-Clear eMMC
-Version Info
-Reboot
Hope this helping.:laugh:
how do you think about the Star N9589?
with same quad core cpu mt6589
haisir said:
how do you think about the Star N9589?
with same quad core cpu mt6589
Click to expand...
Click to collapse
The MT6589 is really good stuff, for me its my personal Favorite , but I would prefer smaller devices with 4-4,7" max screensize.
5,5" and higher does not really fit in any shirt pocket. If I ever have to carry a bag for my phone I would prefer a tablet with much better screens and battery life.
So i´m looking forward to Jiayu G4, G5, UMI X1S, or something similar screensize
cmoegele said:
Update 28.03.2013:
Here you go at your own risk CWM 5504 and Root
Best regards
Click to expand...
Click to collapse
That's great!!!!
Thanks, it worked!
Now I still have two problems:
- amazon app-shop doesn't start (it remains black with amazon logo)
- doesn't vibrate on call in vibration mode
does someone else have the same problems?
Thanks
B94M/B943 quad
Thank you everyone for your hard work and time. I have very little experience (twice with well established models)
I was wondering if someone could clean up the txt instruction translation so someone like me can avoid brick making. Even adding better detail would be sweet. I will copy below. Thanks in advance.
"ATTENTION: The Star B94M is available as dual and quad core version!
The tools here refer exclusively to Star B94M MTK6589 or B943 quadcore devices!
After extracting the zip file:
1. Debug Mode in the Developer Tools Switch
2. Install the drivers
3. The superuser-313-arm-signed.zip from third copy to the external SD card
4. Phone off and take out battery
5. using the SPFTools load in directory 2. Scatterdatei -> load and Recovery.img, boot.img and flash (press download and then return battery back)
6. Disconnect the data cable after green OK
7. When switching power and Vol + hold when the Green Man comes release Power and Vol + hold on.
8. In CWM now either only make complete backup, or install zip from SDcard install the superuser zip ...
9. skip step 7 +8 and install superuser using the MTKdroidtools and make backup (but it takes a relatively long time)
10. You can now delete with MTK Droidtool some China-apps."
bradstallion said:
That's great!!!!
Thanks, it worked!
Now I still have two problems:
- amazon app-shop doesn't start (it remains black with amazon logo)
- doesn't vibrate on call in vibration mode
does someone else have the same problems?
Thanks
Click to expand...
Click to collapse
vibration problem was a wrong setting by my side... still have problems with amazon app-shop (very strange, I've it installed on many devices and different versions of android, jelly bean included)
angryfish99 said:
Thanks for the alert.
I've got a quad core 6589 version, so far cannot find a way to root it..
And it's NetworkLocation.apk is missing, i tried a couple of NetworkLocation.apk from JellyBean gapps zip files, no one seems to work, either not installable, crash on boot or not working.
3G connection seems to be dodgy, H/H+ is shown on the top bar but data is not coming down normally, during 1 minute, only less than 100k data come down and not able to load even 1 page...
Anyone has the same problem?
Cheers,
Fish
Click to expand...
Click to collapse
The MTK chipsets have always been weak on data connection starting from the MTK6573. It's so bad that connection can be lost while my Samsung right beside it has a good connection.
Anybody knows what is wrong with this China made phones?
Star
I managed to root. Thanks for the help guys (sarcasm).......The files that "cmoegele" posted worked except for the usb driver files. I had to use PdAnet for connection. I'll be watching to see what other members find on the camera focus and poor data comms.
Thank You
Data upload is stable, and downlad has good values for a while, but slows down from time to time. So I think the device is not doing completly wrong. There needs to be still some finetuning in Baseband and Rom like man other devices always need.
The performance and quality is really good, even +2 days Batter lifetime is a good value for this powerful device.
I´m waiting for new Roms
fmehrtens said:
I managed to root. Thanks for the help guys (sarcasm).......The files that "cmoegele" posted worked except for the usb driver files. I had to use PdAnet for connection. I'll be watching to see what other members find on the camera focus and poor data comms.
Thank You
Click to expand...
Click to collapse
Hi fmehrtens, may I know the RAM and ROM capacity of your phone model? I am wondering if 8GB ROM and 1GB RAM model can be rooted using same method, thanks.
Spec says 8GB ROM and 1GB RAM, however AnTuTu shows only 1GB ROM and 1GB RAM. Am I missing anything here?
Hello,
I've ordered this new phone Star One B943 Quad core, and i want to thank u for the rooting method ^^
I'm searching for the ROM stock, does anyone have the idea where i can find it ?
And i found that the Miz Z1 is the same phone, but with Android 4.2.1 installed. Do u think it's possible to upgrade the Star OS version with the Miz Z1 firmware ?
B934
windwaver said:
Hi fmehrtens, may I know the RAM and ROM capacity of your phone model? I am wondering if 8GB ROM and 1GB RAM model can be rooted using same method, thanks.
Click to expand...
Click to collapse
It is a 4G ROM and 1G RAM. Just FYI, the first time I tried to root it did not root, I had to try it a couple of times, and then I also loaded the ZIP file on the ROM memory along with the SD card. It worked that time. Not sure if that's what helped or not. The phone is a really nice phone ecpecially after rooting. I am also having trouble with Amazon App store app, Netflix playing too slow and the camera focus.
Good Luck and Thanks!
Neodragon12 said:
Hello,
I've ordered this new phone Star One B943 Quad core, and i want to thank u for the rooting method ^^
I'm searching for the ROM stock, does anyone have the idea where i can find it ?
And i found that the Miz Z1 is the same phone, but with Android 4.2.1 installed. Do u think it's possible to upgrade the Star OS version with the Miz Z1 firmware ?
Click to expand...
Click to collapse
I have got a Copy of the origin Rom done with SPFTools. If it is needed. You also can use the Scatterfile from the zip-file.
Do you have a link for the 4.2.1 Miz Z1 firmware ? Perhaps its a fake,...
Otherwise I will flash it to our device except the Preloader, so if it fails I could go back to stock.
cmoegele said:
Data upload is stable, and downlad has good values for a while, but slows down from time to time. So I think the device is not doing completly wrong. There needs to be still some finetuning in Baseband and Rom like man other devices always need.
The performance and quality is really good, even +2 days Batter lifetime is a good value for this powerful device.
I´m waiting for new Roms
Click to expand...
Click to collapse
May I know the country you using the phone in? I have very bad experience with MTK chipsets with regards to data transfer. Other phones e.g. Samsung, LG do not give me this problem.
How to improve the data performance?

MicroMax Canvas 4 Stock Rom Rocks Spice mi 535 Pinnacle PRO

Dear Friends,
I am porting MicroMAx Canvas 4 stock rom to Spice mi-535 Phone. One of the reader has expressed his wish and I just compiled from my sgtored data.
It is AROMO based and almost all credit goes to AntoBarre, whose rom was downloaded by me from the www.needrom.com site.
You find below some the screens shots.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Rom is uploaded to Google Drive: https://docs.google.com/file/d/0Bz8Fgu4wkBnqQ3EwRUd4eXJraVk/edit?usp=sharing
Installaion procedure:
Please back up your previous ROM, Data and what all you wanted to save yourself in case if something goes wrong.
1. Download and copy the SPICE-MAX ROM .zip file to your external sdcard.
2. Wipe all data , system and catche
3. wipe dalvik catche
4. Install the ROM which you have down load and when it boots up wait for some seconds or one minute.
5. Now If you do not want wait more than 2 or 3 minutes you can remove the battery and re start your phone.
Then phone immediately will start with update screen.
This is pre rooted one
Enjoy.
Thanks for keeping my request. I am going to flash this ROM. Just curious. All the features of Canvas 4 is working? like blow to unlock?
Please list all the unique features in this rom. So that users will be motivated to flash this ROM.
unique features????
helloansuman said:
Thanks for keeping my request. I am going to flash this ROM. Just curious. All the features of Canvas 4 is working? like blow to unlock?
Please list all the unique features in this rom. So that users will be motivated to flash this ROM.
Click to expand...
Click to collapse
1. After installing this rom go to storage and see the changes there.
Your external sdcard will become your internal sdcard. If you are using 64 GB, then the entire sdcard can be used as internal and if you are fond of games, it will be faster and there may not be any lack.
The external sdcard will show a storage close to 2GB only. Hence you have to delete the storage to getback your 16 GB internal storage.
Before deleting, be careful, and read belwo:
As internal and external sd card has changed its positions, some times, you may not notice your earlier internal sdcard after phone storage.
you simply save the contents of the internal sdcard ( that one displayed as external sd card - some time only about 2 GB satorage will be shown), either using ES file manager or after usb debugging, you store in your laptop/desktop.
Now Erase this storage, after copying if you need otherwise do not bother.
Do not erase your external sd card ( that is shown as internal sd card in the display)
Now you will get back your 16 GB internal storage.
Now you can use this to store your apps and data or you can store in your actual external sdcard.( which is shown as internal sdcard here).
You can register your SPICE 535 as CANVAS -4 and get the services from Micromax, if you want.
APEX settings is available to ease your operation and change what all you need as per its limit.
In my personal one I have also used Touchwiz.
Use Xposed Installer and gravity box and make your phone equivalant to any other so called top class phone.
I am yet to analyse the advantages over other ROMS. But this one I feel is better than the stock SPICE Mi-535.to my experience and taste.
The quality of photo is good as equal to Micromax 13 GP one.
If you meet with any problems please write here.
Any other Features? like blow to unlock working as in canvas 4?
helloansuman said:
Any other Features? like blow to unlock working as in canvas 4?
Click to expand...
Click to collapse
I have not used it what it is really.
sorry for I am just a learner and sharing my experience.
Please do educate me
@helloansuman
its very much working & guess i am using the same....just blow to unlock. may be u are still nervous installing the ROM.
@puduraja
sir, thanks for ur awesome work. very much getting used to it. . ..
I am not nervous. @puduraja I believe in your work.
Another request if you can able to port CM10.2 to Spice Mi-535. It will be a great help for all users.
What is blow to unlock
helloansuman said:
I am not nervous. @puduraja I believe in your work.
Another request if you can able to port CM10.2 to Spice Mi-535. It will be a great help for all users.
Click to expand...
Click to collapse
Dear Friends,
May be I am using this or many times I might have operated. But is it blow to unlock realy please tell me so that I also learn that is the particular operation.
See I am not a developer. Just learning with my experience on the software knowledge I learned in the past.
Can some one help to catch the item.
Can you able to port CM10.2?
---------- Post added at 12:37 PM ---------- Previous post was at 12:36 PM ----------
puduraja said:
Dear Friends,
May be I am using this or many times I might have operated. But is it blow to unlock realy please tell me so that I also learn that is the particular operation.
See I am not a developer. Just learning with my experience on the software knowledge I learned in the past.
Can some one help to catch the item.
Click to expand...
Click to collapse
http://www.canvas-4.com/highBandwidth/index.aspx
Thanks
helloansuman said:
Can you able to port CM10.2?
---------- Post added at 12:37 PM ---------- Previous post was at 12:36 PM ----------
http://www.canvas-4.com/highBandwidth/index.aspx
Click to expand...
Click to collapse
Thanks
HOW TO CHANGE imei IN YOUR MAX OR SPICE
puduraja said:
Thanks
Click to expand...
Click to collapse
Dear Reader,
I am getting questions about how to change IMEI and IMEI is invalid how to correct it.
Open ES explorer / Root explorer or any other tool and make your phone system to accept read and write. Norrnaly I use Android Root Tool kid. Open the tool kid and go to Remount option and in that make the System ----> read / write and (rootfs) read/ write. Also try to save your root.
I thought of using the reply channel to give the simple tutorial here.
1. Remove your battery and look at the scribes there. You will notice IMEI numbers there.
2. Just write down these numbers in a sheet. or store it in your system desktop.
3. You should have rooted phone.
4. Goto play store and install Mobileuncle MTK tool.
5. Open the mobile uncle tool and scroll to Engineering mode and click it.
6. Go to MTK section and click it.
7. You find Engineering mode pop up at the top and below it you notice the row with different section.
8. In that section you just slide and tap the connectivity section.
9. In the connectivity at the column below you touch CDS information
10.In the pop uo you tocuh the Radio information and you will get pbone 1 and below that phone 2.
11. Now you touch phone 1 and in the popup you touch the AT+
12. Once you touch the Key board will pop up. In the key board you type any single letter and cancel only the letter you have type.
13. Immediately you can notice the scribes that is required for you It looks like AT+EGMR=1,7""
14. you touch the first row and after 7 you can notice the simple "" and in that two inverted commas you delete one at the end.
15 after deleting that, just type the 15 degite number you have written down in the point no 2 here.
16. Verify your typed numbers and close the inverted commas "
17. Then touch the row which says SEND AT COMMAND
18. Once the pop up display indicates AT command successfully send.
It is all over for one of your sim, you have got the valid imei number.
Now repeat the same for phone 2.
This exercise is not required if you have saved your IMEI number using the same Mobile uncle tool. This tool has IMEI backup restore facility.
Just use that facility and back up your imei number not only in your mobile keep a copy some where in your laptop/ desktop.
If you have already saved and backed up there is no need for the above exercise.
thanks.
I have downloaded
I am yet to try due to off.workload
Sent from my A210 using xda app-developers app
One Issue I have seen - Once you restart the phone, it forgets the accounts that are added except Google.
Every reboot, you have to enter password for FB.
puduraja said:
1. After installing this rom go to storage and see the changes there.
Your external sdcard will become your internal sdcard. If you are using 64 GB, then the entire sdcard can be used as internal and if you are fond of games, it will be faster and there may not be any lack.
The external sdcard will show a storage close to 2GB only. Hence you have to delete the storage to getback your 16 GB internal storage.
Before deleting, be careful, and read belwo:
As internal and external sd card has changed its positions, some times, you may not notice your earlier internal sdcard after phone storage.
you simply save the contents of the internal sdcard ( that one displayed as external sd card - some time only about 2 GB satorage will be shown), either using ES file manager or after usb debugging, you store in your laptop/desktop.
Now Erase this storage, after copying if you need otherwise do not bother.
Do not erase your external sd card ( that is shown as internal sd card in the display)
Now you will get back your 16 GB internal storage.
Now you can use this to store your apps and data or you can store in your actual external sdcard.( which is shown as internal sdcard here).
You can register your SPICE 535 as CANVAS -4 and get the services from Micromax, if you want.
APEX settings is available to ease your operation and change what all you need as per its limit.
In my personal one I have also used Touchwiz.
Use Xposed Installer and gravity box and make your phone equivalant to any other so called top class phone.
I am yet to analyse the advantages over other ROMS. But this one I feel is better than the stock SPICE Mi-535.to my experience and taste.
The quality of photo is good as equal to Micromax 13 GP one.
If you meet with any problems please write here.
Click to expand...
Click to collapse
BACKUP RESTORE operation
chanchal_jain said:
One Issue I have seen - Once you restart the phone, it forgets the accounts that are added except Google.
Every reboot, you have to enter password for FB.
Click to expand...
Click to collapse
Kindly go to settings and then to backup &reset. Tick both Back up my data and Automatic restore.
Reboot or restart your phone. Kindly verify and report. If it fails to remember password and other accounts, please inform and I will look into the problem.
Note:
If you need I have a set of mixed S4,Xperia N9500 and Note 3 Roms cooked to suit the Spice Mi-535 and I am using it. Now and then some problems arises if you can be able to manage those minor corrections yourself then I can port this custom ROM that has partly Android 4.3 ROMs, 4.2.3 ROMS with basic Spice rom. It needs SPFT flashable nvram.bin to get stock network and Mac back again.

NuVision TM800A510L- General Info (Root, Recovery, Unbrick)

This thread intends to be a general thread for all things about the NuVision Tablet. The aim is to help other users of this tablet to be able to root their device, get a temporary recovery and to unbrick their device. I will add the guides for the following posts below in time. This would not have been possible without help from @andrei_kr.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Technical Specifications:
Display: 8-inch IPS HD capacitive touchscreen
Resolution: 1280 x 800
Operating System: Android 4.4 Kit Kat
Processor: Intel® Atom Processor
Memory: 1GB DDR
Storage: 16GB
Micro SD Card Slot: Yes, expandable up to 64GB
Camera - Rear: 2MP
Camera - Front: 2MP
Audio: 3.5mm stereo jack with microphone
Wireless: Wi-Fi 802.11 b/g/n
Bluetooth: Bluetooth 4.0
Battery Type: Rechargeable lithium-ion
Battery Life: 6+ hours; results will vary based on usage and settings
Port: Micro USB
Sensor(s): Accelerometer
Backup/Root/Recovery
DISCLAIMER:
Rooting your phone and using custom Recoveries and ROM's have risks and may result in bricking your device, and has nothing to do with Google or the device manufacturers. In case of any mishap I am not responsible if you brick/ruin your phone in any way.
Basic computer skills are required and minimal knowledge about the phone and phone utilities also.
Make sure that whatever you do, you are doing it at your own responsibility.
How to backup of your stock ROM, install CWM and Root your device.
Requirements
ADB/Fastboot Drivers
Intel Android USB Drivers
SDcard (8GB of higher)
Temp recovery script
SuperSU
Steps
Download and unpack IntelAndroid-FBRL-07-24-2015.7z
Power off tab.
Hold Vol+ and press Power on the tab 5-10 seconds
You can see logo about 10 sec and after that DROIDBOOT will load
Connect USB cable to PC
Run launch.bat from IntelAndroid-FBRL-07-24-2015 folder
Type ACCEPT and press Enter
Type 5 and ENTER (cwm.zip)
Type T3 and ENTER (or T4)
CWM will load after 10 sec.
Select backup to external sd card.
After the backup is complete, copy it to the PC to ensure it's safe.
Follow steps 1-10 again and go to install zip from sdcard or external and select the SuperSU zip file and flash it.
NOTE: DO NOT FLASH ANY ROMS WITH THIS RECOVERY IT IS ONLY TEMPORARY. I DID NOT TEST XPOSED SO BE CAREFUL.
Credits
@andrei_kr
@social-design-concepts
@vampirefo
@Chainfire
Unbrick your Tab!
To unbrick your device all you simply have to do is go back to the CWM and restore your backup that you created earlier. If you don't have one, here is a copy of a working backup ---> Google Drive. Credits to @andrei_kr, say thanks!
How to fix touch!
If you unbricked your tablet and your touch isn't working, there is no need to worry. @andrei_kr has provided a guide on how to fix that touchscreen. Credits to him.
NOTE: If your touch is working then do not try this, it will mess up your touch!!
You probably got this touchscreen issue by flashing a different kernel with incorrect drivers.
Now your configuration is likely to differ from the native. You can view the konifig in command prompt or in the terminal :
Code:
cat /proc/gt9xx_config
(only mtk) or using the gtp_tools apk (it is in the attached file below).
It starts with the byte sequence: 0x41 0x1C 0x02 0xC0 0x03
0x41 - 65 version
0x1C 0x02 - 540 horizontal resolution
0xC0 0x03 - 960 vertical resolution
Touch must somehow work to press the button, if there is support otg, then it's easier, you can connect a mouse.
1. Install the gtp_tools_v2.6_20140126_special.apk
2. Go to the option Firmware update. Click refresh, see IC Version: 913_1020 then touch GT913 firmware and 1020.
3. Go to the option Config Settings, press read, the data were considered. Under Normal Config we have:
65 version
540 horizontal resolution
960 vertical resolution
4. Click browse, select click browse to the native config.
5. Native configuration take from your device, in the same paragraph, press the save (saves the backup config file). Native configuration for Fly IQ446 in the attached file. Press send.
6. If nothing has changed, look at the version you have and native config. Then change the version of the file in the native config in your hex.
Example: 0x41 = 65 home, a stranger 0x49 = 73 => replace the 0x41 to 0x49.
Xposed does work
Make sure you're rooted and have a working backup.
Download and install Xposed but don't run yet.
Version name:
2.6.1
Release type:
Stable (low risk of bugs)
Download:
de.robv.android.xposed.installer_v32_de4f0d.apk (711.77 KB)
Number of downloads:
11,141,690 in total · 8,610 in the last 24 hours
MD5 checksum:
de4f0dc569f96dbcc5668d40fa76040b
Uploaded on:
Tuesday, May 20, 2014 - 21:59
Changes:
- Fixed a crash with some apps (Disa, Rdio)
- Some minor UI improvements
- A few translation updates
Now either use an android terminal emulator or ADB and run these commands
1. su
2. echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
3. chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
Now you can install the Xposed framework.
max0r4axor said:
Xposed does work
Make sure you're rooted and have a working backup.
Download and install Xposed but don't run yet.
Version name:
2.6.1
Release type:
Stable (low risk of bugs)
Download:
de.robv.android.xposed.installer_v32_de4f0d.apk .
Click to expand...
Click to collapse
Thanks for report.
First want to say much thanks for this thread, it was getting frustrating trying to find a solution.
I have encountered a slight issue trying to unstuck 2 of these devices.
neither have been rooted and are stock devices.
i cant seem to get cwm to locate the backup that you supplied.
do i need to copy it to the cwm backup folder on my sd card?
Jingbadguy said:
First want to say much thanks for this thread, it was getting frustrating trying to find a solution.
I have encountered a slight issue trying to unstuck 2 of these devices.
neither have been rooted and are stock devices.
i cant seem to get cwm to locate the backup that you supplied.
do i need to copy it to the cwm backup folder on my sd card?
Click to expand...
Click to collapse
Yes you do. Copy it to your sd card. Btw if your device is stock why do you want to restore this one?
kirito9 said:
Yes you do. Copy it to your sd card. Btw if your device is stock why do you want to restore this one?
Click to expand...
Click to collapse
both are stuck in bootloader.
i was assuming i could just just reflash...
cant find a stock copy anywhere...
Jingbadguy said:
both are stuck in bootloader.
i was assuming i could just just reflash...
cant find a stock copy anywhere...
Click to expand...
Click to collapse
Oh I thought they were working. Follow the procedure above to fix.
NuVision TM101A510L
Will this method work with the NuVison TM101A510L. It seems like a lot of work to do if I'm not sure about this model. Also I have a problem with this model overheating and crashing when I play Pixel Gun 3d and it's pissing me off. I just fired off a curse filled missive to NuVision support. They don't even list this model on their registration page and it seems they have no faith in this model. I will never buy this brand again, in fact I would recommend against it to my customers. I've used Azpen tablets with no problem rooting or playing Pixel Gun 3d. I took a chance and I'm so damned sorry I did.
;angry
Thank you so much for this thread!!! I have been looking for a recovery for a few months now and cant believe I didn't find this until now...
ok so a minor problem... I cant seem to flash the recovery... Not sure if ive placed the recovery file on my sd card properly or not cause i locate a few backup files none of which have any effect. I gave up in frustration untill now. ( Currrently working on a few androids one rooting one imea changing so figured id take a crack at these devices again. THe layer of dust on these things are getting a bit thick.)
williamglick said:
Will this method work with the NuVison TM101A510L. It seems like a lot of work to do if I'm not sure about this model. Also I have a problem with this model overheating and crashing when I play Pixel Gun 3d and it's pissing me off. I just fired off a curse filled missive to NuVision support. They don't even list this model on their registration page and it seems they have no faith in this model. I will never buy this brand again, in fact I would recommend against it to my customers. I've used Azpen tablets with no problem rooting or playing Pixel Gun 3d. I took a chance and I'm so damned sorry I did.
;angry
Click to expand...
Click to collapse
I think the models numbers are specific so I can't say for certain that this will work with your tab. Try the fastboot/rooting procedure first and then maybe you can just restore the system partition only not corrupting the boot/kernel.
Unidave199 said:
Thank you so much for this thread!!! I have been looking for a recovery for a few months now and cant believe I didn't find this until now...
Click to expand...
Click to collapse
You're welcome. I waited months also before finding a working backup.
Jingbadguy said:
ok so a minor problem... I cant seem to flash the recovery... Not sure if ive placed the recovery file on my sd card properly or not cause i locate a few backup files none of which have any effect. I gave up in frustration untill now. ( Currrently working on a few androids one rooting one imea changing so figured id take a crack at these devices again. THe layer of dust on these things are getting a bit thick.)
Click to expand...
Click to collapse
You are using the fastboot method correct? If the recovery script says finished as in no errors show on the screen then it could be the device itself. What do you see?
kirito9 said:
You are using the fastboot method correct? If the recovery script says finished as in no errors show on the screen then it could be the device itself. What do you see?
Click to expand...
Click to collapse
ill let you know just as soon as i can get back to working on those devices... im prety sure if memory serves correctly, that I was getting some errors regarding unable to mound sd or ext sd. I could be wrong but thats what comes to mind.
Im up to my neck in jobs on other devices. (rooting galaxy S5, changing imei on another S5, IMEI change on a LG Stylo 2 plus, Galaxy Tab 2 system issues need to diagnose, and several screen and lcd replacments)
STUCK
ok so i have a little time to work on these....
When i run the launch.bat and get to fastboot, it goes through the instalation and everything checks ok till the very end where it says failed cause too many links.
included the screenshot so you can see.
At this point im unsure if i just need to try flashing the supersu zip like it instructs but having tried befor it had no luck.
can I not just flash twrp on this thing then su like with most root methods?
after ive flashed super su, when i go to restor the working backup i see a list of backups... including yours but when i select it i always get :
checking md5 sums...
md5 mismatch!
what now?
(i tried just flashing the boot but even that comes back with same error)
I know on other devices the recovery is an img file any the one you provide is a rar... i extracted to my desktop and was gonna try flashing with abd/fastboot but since its not an img file, im thinking it wont work...
any thoughts?
Im still unsure how to flash the recovery that u supply in the section for fixing bootloop....
Jingbadguy said:
ok so i have a little time to work on these....
When i run the launch.bat and get to fastboot, it goes through the instalation and everything checks ok till the very end where it says failed cause too many links.
included the screenshot so you can see.
At this point im unsure if i just need to try flashing the supersu zip like it instructs but having tried befor it had no luck.
can I not just flash twrp on this thing then su like with most root methods?
Click to expand...
Click to collapse
The too many links error is common for this device. Touch doesn't work with TWRP on this device so CWM is out only go. You can root and using cwm like any other root method.

[ROM][6.0.1][CM13][UNOFFICIAL] Cyanogenmod 13 for Lenovo A760

DISCLAIMER: I do not own/build this ROM, This is not my work. I am posting this thread to help other Lenovo A760 users.
How to Install CM13 (Cyanogenmod 13) UNOFFICIAL 6.0.1 Marshmallow on Lenovo A760​
***** Android Rooting/Modifying Disclaimer *****
You are making these modifications to your device. I am not responsible for whatever happens to your phone, shall this process fail. You understand that I cannot be held responsible if you do not follow directions and brick your device. You are the only person responsible if you brick your device, as you are the one choosing to modify your device. You are voiding your warranty by rooting, making modifications, and install custom roms. I encourage you to READ CAREFULLY before following along and continuing to void your warranty. A fair knowledge of ADB and ROM flashing might be needed . You have been warned! Not following directions CAN result in a soft or hard brick. Thank you for if you read all of this!
Screenshots:​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Known Bugs:​
- No FM Radio
- Screen Recorder app causing phone to reboot (please do not use the app)
(All the links for download will be available at the end of these steps)
Step 1
Download cm-13.0-20160502-UNOFFICIAL-audi.zip and A-GAPPS 6.0.1.zip and save it under root directory in your phone's SD Card.
WARNING!! Step 4 to Step 9 will erase your Internal Storage. PLEASE BACKUP of all your files in Internal Storage (NOT SD Card) before proceed further!!
Step 2
Download the Qualcomm QPST zip, and install it on your Computer. (You may restart the computer after finished installation to make sure the driver is in effect)
Step 3
Power off your phone, take the battery out. Connect it with USB cable to the computer.
Step 4
Press & Hold (Vol +), (Vol -) & (Power Button) while its connected to your computer until you feel its vibrate 2x times. (check at the computer taskbar and see if device called Qualcomm CDMA Technologies MSM connected) DO NOT press FORMAT/ERASE drive if your computer prompt it. Just click cancel if the message appear.
Step 5
Download the HDD Raw Copy Tool and double click it to execute the application. You can now see 'Qualcomm MMC Storage' shown in the software.
Step 6
Download Lenovo_A760.imgc. Under the 'Qualcomm MMC Storage' line, there is another 'FILE' line, double click the line and select your downloaded Lenovo_A760.imgc
Step 7
Once your Lenovo_A760.imgc selected, it will display 'Please select TARGET' message. Click the 'Qualcomm MMC Storage' line and click the Continue>> button
Step 8
Click START and confirm to continue the process. This will take up to 20minutes.
Step 9
Once it shows 100% complete, you may remove the phone from USB cable, and insert back the battery. DO NOT power it on yet.
Step 10
Press & Hold (Vol +), (Vol -) & (Power Button) to go to Recovery Mode. Once you are in TWRP recovery, press ‘Wipe’, and swipe to proceed wipe/factory reset.
Step 11
Press 'Install' and select your cm-13.0-20160502-UNOFFICIAL-audi.zip.
Swipe to Install your zip. Press ‘Reboot system’ at the bottom.
Voila! you will be greeted with Cyanogenmod Boot Animation. Please proceed with the necessary steps to setup your phone for first time.
Step 13
Once booted up, go to Settings, scroll down until ‘About phone’. Tap on ‘Build Number’ for few times until a message appear: ‘You have enabled development settings!’.
Step 14
Go back once, and tap on ‘Developer options’. Turn on ‘Advanced reboot’ in Developer options, and scroll down a bit to set ‘Root access’ to ‘Apps and ADB’.
The following steps are only for those of you who want to install Google Apps:
Step 15
Press & Hold the Power button, select Reboot, and then select ‘Recovery’
Step 16
In the Recovery, press 'Install' and select your A-GAPPS 6.0.1.zip. Swipe to Install your zip. Once finished, just Press the ‘Wipe dalvik/cache’ button at bottom. After that, press ‘Reboot system’ again.
If your google Contacts does not sync, download the 'Google Contact Sync 6.0.1' apk and install & replace the current version in your phone.
Click to expand...
Click to collapse
If you are facing the ‘Unfortunately Setup Wizard Has Stopped’ or ‘Unfortunately Google Play Services Has Stopped’ errors, you may follow this steps:
For Setup Wizard, go settings, scroll down to ‘Memory’ > ‘Memory used by apps’ > ‘Setup Wizard’ > (Press i in the circle) > ‘Permissions’ > Turn on the options for ‘Contacts’ & “Phone’
For Google Play services, go settings, scroll down to ‘Memory’ > ‘Memory used by apps’ > ‘Google Play services’ > (Press i in the circle) > ‘Permissions’ > Turn on all the options
Download links
Qualcomm QPST: http://www.x-drivers.com/catalog/flash/mobile_phones/companies/qualcomm/models/qpst/12051
HDD Raw Copy Tool: http://viid.me/q0YITi
Lenovo_A760.imgc: http://viid.me/q0YH1w
Download CM13 Unofficial: http://viid.me/q0I8UI
Google Apps for Android 6.0: http://viid.me/q0I6nC
Google Contact Sync 6.0.1: http://viid.me/q0HCDh
--------- PLEASE SUBSCRIBE TO MY YOUTUBE ---------
Please Subscribe: https://goo.gl/Mr3YMF
Visit my website: http://tekmastah.blogspot.com
Credits
• Vlad Den from Youtube for HDD RAW Copy flash guide: https://goo.gl/i6bK9k
• Weritos from 4pda.ru forum for Cyanogenmod 13 UNOFFICIAL Rom: https://goo.gl/NdYfuS
• A-TEAM from XDA developers forum for Gapps: https://goo.gl/7A6kyX
• ZENELKA MILKO from Lenovo A706 Indonesia FB Group: https://goo.gl/wFKOsZ
• APKMirror for Google Contact Sync: https://goo.gl/mRJH8y
Hi mellomade,
Thanks for this ... I'm using another phone now running Lollipop, but still have the A760 running unofficial CM11.0. as a backup, I've downloaded all files, and will give it a go at a later date ... I'm between cataracts eye operations right one fixed, left should be done soon, I can't get new reading glasses until then, so I'm struggling with anything close-up right now. ...Jack
jachol said:
Hi mellomade,
Thanks for this ... I'm using another phone now running Lollipop, but still have the A760 running unofficial CM11.0. as a backup, I've downloaded all files, and will give it a go at a later date ... I'm between cataracts eye operations right one fixed, left should be done soon, I can't get new reading glasses until then, so I'm struggling with anything close-up right now. ...Jack
Click to expand...
Click to collapse
Hi Jachol. Good to hear some of us are still hang on to A760. No worries, do post here if you have any questions about the installation process. Get well soon!
mellomade said:
Hi Jachol. Good to hear some of us are still hang on to A760. No worries, do post here if you have any questions about the installation process. Get well soon!
Click to expand...
Click to collapse
mellomade ... The A760 has always worked well for me, I wouldn't scrap it, I only have the newer one because it came as a present ( so far it's been equally as good).
I've been studying the instructions, and guess steps 1-9 install the new TWRP recovery, the new ROM installation is then normal TWRP procedure.
I do have TWRP recovery v.2.6.3.0 already installed, but I'm sure it isn't compatible with latest android versions, so no chance of an install via that
It will be interesting to see if others from the old thread pick up your link.Thanks again. .. Jack
jachol said:
mellomade ... The A760 has always worked well for me, I wouldn't scrap it, I only have the newer one because it came as a present ( so far it's been equally as good).
I've been studying the instructions, and guess steps 1-9 install the new TWRP recovery, the new ROM installation is then normal TWRP procedure.
I do have TWRP recovery v.2.6.3.0 already installed, but I'm sure it isn't compatible with latest android versions, so no chance of an install via that
It will be interesting to see if others from the old thread pick up your link.Thanks again. .. Jack
Click to expand...
Click to collapse
Great! Actually, Starting from lollipop, rom installs require larger internal space. Since we barely have sufficient space for system on our A760, the internal storage needs to be repartition (done by HDD Raw copy tool). Luckily the provided image 'Lenovo_A760.imgc' will automatically install the updated recovery TWRP 2.8.7 (compatible for the rom install) so we dont have to.
I do think others from the old thread already shifted to other phones
The QPST link given is no more. Any chance you have another download link? Preferably one without malware, as there seems to be some of them floating around.
Thanks
astudent said:
The QPST link given is no more. Any chance you have another download link? Preferably one without malware, as there seems to be some of them floating around.
Thanks
Click to expand...
Click to collapse
I have updated with new download link (now its working). Sorry for the ads. You can click the 'Skip the ad' button after waiting for 5 seconds, or you can Google Qualcomm QPST if you prefer not to click it.
GM mellomade,
I have CM13 flashed OK now + the updated recovery, I'm finding heavy it on battery consumption,
mine loses 25% overnight with no additional apps installed as yet.
This is much higher than the unofficial CM11 Rom I have been using,
I've restricted some of google services in Privacy guard, this has helped a little
but I see no other way of reducing battery drain.
How do you find yours ?, and any suggestions please ?. ... J.
jachol said:
GM mellomade,
I have CM13 flashed OK now + the updated recovery, I'm finding heavy it on battery consumption,
mine loses 25% overnight with no additional apps installed as yet.
This is much higher than the unofficial CM11 Rom I have been using,
I've restricted some of google services in Privacy guard, this has helped a little
but I see no other way of reducing battery drain.
How do you find yours ?, and any suggestions please ?. ... J.
Click to expand...
Click to collapse
I was having the same experience too. I use Greenify App from play store, and put ALL apps into hibernation, except the one I required their notification to be alive (e.g; WhatsApp). That helps too. I guess that is one of disadvantages having an unofficial build, because it is not natively supported for our phone. Hence the high battery drain issue. On the bright side, we get to experience the latest (even though not updated) ROM :victory:
mellomade said:
I was having the same experience too. I use Greenify App from play store, and put ALL apps into hibernation, except the one I required their notification to be alive (e.g; WhatsApp). That helps too. I guess that is one of disadvantages having an unofficial build, because it is not natively supported for our phone. Hence the high battery drain issue. On the bright side, we get to experience the latest (even though not updated) ROM :victory:
Click to expand...
Click to collapse
OK, Thought I may have a problem with ROM download, I did try a reflash which didn't help any. I'll try Greenify later, one thing I like about this ROM is the minimal system apps used (no bloatware).
My present phone (X-BO 06) running Lollipop, has a setting which allows the phone to switch off/on automatically overnight which is great for battery saving, I must see if i can find an app that does the same. Thanks again for the info. ... J. :highfive:
jachol said:
OK, Thought I may have a problem with ROM download, I did try a reflash which didn't help any. I'll try Greenify later, one thing I like about this ROM is the minimal system apps used (no bloatware).
My present phone (X-BO 06) running Lollipop, has a setting which allows the phone to switch off/on automatically overnight which is great for battery saving, I must see if i can find an app that does the same. Thanks again for the info. ... J. :highfive:
Click to expand...
Click to collapse
aah.. we do have that auto start & shutdown setting on our official rom (4.1.2). Im guessing you want that functionality without installing any new apps right? If not, you may look into Phone Schedule from play store. It support android 6.0. No prob
mellomade said:
aah.. we do have that auto start & shutdown setting on our official rom (4.1.2). Im guessing you want that functionality without installing any new apps right? If not, you may look into Phone Schedule from play store. It support android 6.0. No prob
Click to expand...
Click to collapse
mellomade,
Are you saying that we do have the Off/On option with this lollipop ROM ?, if so I haven't found that it in settings, I will take another look, it does make a big difference to battery saving. ... J.
jachol said:
mellomade,
Are you saying that we do have the Off/On option with this lollipop ROM ?, if so I haven't found that it in settings, I will take another look, it does make a big difference to battery saving. ... J.
Click to expand...
Click to collapse
No no no. I think you may have misinterpreted my message there. I did mention, on our official rom, which is 4.1.2, the A760_1_A_2_0057_130828 updates from Lenovo. Sadly not on this unofficial cm build. However you can check out greenify, it does makes a lot difference if you hibernate unused apps. Hence, if this is your secondary phone, you may even hibernate all apps (which can significantly reduce battery consumption) without have to worry about any incoming notifications, am I right.
mellomade said:
No no no. I think you may have misinterpreted my message there. I did mention, on our official rom, which is 4.1.2, the A760_1_A_2_0057_130828 updates from Lenovo. Sadly not on this unofficial cm build. However you can check out greenify, it does makes a lot difference if you hibernate unused apps. Hence, if this is your secondary phone, you may even hibernate all apps (which can significantly reduce battery consumption) without have to worry about any incoming notifications, am I right.
Click to expand...
Click to collapse
Ah yes !, gotcha now ... total misunderstanding this end, and yes I've installed greenify, it helps a lot. Thanks again. ... J.
Can you please give a device tree of this rom.I really need it.

[GUIDE] Rooting the Moann inkPalm 5

Follow anything in this guide at your own risk. I will not accept any responsibility if you are left with a bricked device, and/or a device that is damaged or impaired in some way. These steps are a reconstruction of what I was doing - I haven't actually tested the exact files attached, which should be more cleaner than the ones I was working with.
The inkPalm 5 is a 5.2" eReader with an Allwinner 32-bit ARM B300 CPU and 1GB RAM running Android 8.1 sold in China under Xiaomi's Moaan brand.
This involves writing a file to /system, which may prevent you from installing future OTAs. Be warned that the firmware for this device cannot be downloaded, so you could end up with an unrepairable brick!
Make sure ADB is setup first.
Download dump_kernel_to_system_signed.zip
Reboot the inkPalm into recovery mode :
Code:
reboot recovery
Use the touch screen and/or volume + power buttons to choose the "Apply update from ADB" option
On the computer, run
Code:
adb sideload path\to\dump_kernel_to_system_signed.zip
(making the obvious substitution)
When it's done, choose the first option in the recovery (reboot system now) to boot back into Android
Back in an adb shell, run
Code:
cp /system/bimg.img /sdcard/
Install the Magisk APK
Open Magisk, tap install
I don't think the AVB/dm-verity option needs to be checked, so I left it unchecked. YMMV. The inkPalm doesn't encrypt itself even if you enable a PIN.
Choose bimg.img from your storage and let Magisk do its thing
Transfer the magisk_patched*.img file in your Downloads folder onto the PC
Flashing the patched kernel image with recovery
Rename your magisk_patched.img file to boot.img
Using your favourite archive manager, add your boot.img to the root folder of kernel_flashing_template.zip
In a command prompt, run
Code:
java -jar signapk-1.0.jar -w testkey.x509.pem testkey.pk8 kernel_flashing_template.zip kernel_flashing_template_signed.zip
(If you run into problems, make sure you have JRE 8 installed.)
Reboot back into recovery and
Code:
adb sideload
kernel_flashing_template_signed.zip
Reboot back into Android and hopefully you should have a rooted inkPalm with Magisk
(Flashing with fastboot should work, but I've not tested that.)
EDIT: You can find an extended guide at https://github.com/qwerty12/inkPalm-5-EPD105-root with steps for installing microG.
qwerty12 said:
Follow anything in this guide at your own risk. I will not accept any responsibility if you are left with a bricked device, and/or a device that is damaged or impaired in some way. These steps are a reconstruction of what I was doing - I haven't actually tested the exact files attached, which should be more cleaner than the ones I was working with.
The inkPalm 5 is a 5.2" eReader with an Allwinner 32-bit ARM B300 CPU and 1GB RAM running Android 8.1 sold in China under Xiaomi's Moaan brand.
This involves writing a file to /system, which may prevent you from installing future OTAs. Be warned that the firmware for this device cannot be downloaded, so you could end up with an unrepairable brick!
Make sure ADB is setup first.
Download dump_kernel_to_system_signed.zip
Reboot the inkPalm into recovery mode :
Code:
reboot recovery
Use the touch screen and/or volume + power buttons to choose the "Apply update from ADB" option
On the computer, run
Code:
adb sideload path\to\dump_kernel_to_system_signed.zip
(making the obvious substitution)
When it's done, choose the first option in the recovery (reboot system now) to boot back into Android
Back in an adb shell, run
Code:
cp /system/bimg.img /sdcard/
Install the Magisk APK
Open Magisk, tap install
I don't think the AVB/dm-verity option needs to be checked, so I left it unchecked. YMMV. The inkPalm doesn't encrypt itself even if you enable a PIN.
Choose bimg.img from your storage and let Magisk do its thing
Transfer the magisk_patched*.img file in your Downloads folder onto the PC
Flashing the patched kernel image with recovery
Rename your magisk_patched.img file to boot.img
Using your favourite archive manager, add your boot.img to the root folder of kernel_flashing_template.zip
In a command prompt, run
Code:
java -jar signapk-1.0.jar -w testkey.x509.pem testkey.pk8 kernel_flashing_template.zip kernel_flashing_template_signed.zip
(If you run into problems, make sure you have JRE 8 installed.)
Reboot back into recovery and
Code:
adb sideload
kernel_flashing_template_signed.zip
Reboot back into Android and hopefully you should have a rooted inkPalm with Magisk
(Flashing with fastboot should work, but I've not tested that.)
Click to expand...
Click to collapse
As far as I could gather, with both USB connection and developper mode on, ADB conncection is explicitely rejected. Besides, there is, on InkPalm, below the usuals USB checks, one that reads "...ADB/ADT..." which cannot be checked. The connetion request by wireless ADB, supplying the correct address, is also rejected.... As though the device needed be rooted first !
I haven't tested using ADB over Wi-Fi, but I can honestly say I have had no issues using ADB over USB on the inkPalm. ADB was enabled by default on mine, and not to mention the security of it has been weakened - you don't even need to approve ADB connections for the first time...
So, since mine seems to reject ADB on both USB and WI-FI, what would you suggest to try as next --and desperate ? I cannot find any reference to the manufacturer that would eventually grant me permissions-- step ?
So long,
Sixto Quesada
Bis -- I forget to mention that my primary goal is merely to be able to change the language to English, as I think that there are already many possibilities in-built as to the configuration, including the shell !
squsqu6 said:
So, since mine seems to reject ADB on both USB and WI-FI, what would you suggest to try as next --and desperate ?
Click to expand...
Click to collapse
Is debugging mode actually on? Open the settings, go to the highlighted page and
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
turn the highlighted setting on (make sure the setting above it is on too - it will let you install external APKs)
You can follow these steps to show the Developer Settings, that's up to you: https://github.com/epodegrid/epd106-ADB#step-1-install-adb
squsqu6 said:
Bis -- I forget to mention that my primary goal is merely to be able to change the language to English
Click to expand...
Click to collapse
If you really can't get ADB to work, then there might be another way. Install the APK of my launcher fork (how you do that is up to you - you can try using the built-in browser or transferring the APK over MTP and using the file manager [which I've never opened] to install it).
In the new launcher, tap-and-hold the Settings icon (the one with a dark background),
choose Additional Settings and tap Locale. Then follow the instructions here: https://github.com/philips/inkpalm-5-adb-english#change-the-language
ADB is definit[iv]ely unavailable. But your launcher fork --that I already had, but did not know what to do with-- works, I now have most of the menu in English.
Thank you so much.
This worked great for me thanks a lot. I have a quick question if you know it. Is there anyway to get the old style android soft nav bar on the bottom (home, back, open apps)? The stuff you can do with the home button/logo button in settings is pretty limited.
Thanks.
reaverclan said:
Is there anyway to get the old style android soft nav bar on the bottom (home, back, open apps)?
Click to expand...
Click to collapse
I think it may have removed entirely to save space. That's just a guess though. I tried two Magisk modules to enable it - one sets that qemu property and the other uses an Android resource overlay - and both didn't work. The only workaround I can suggest, untested, would be this: https://github.com/epodegrid/epd106-ADB#step-4-naviation-button
qwerty12 said:
Thanks.
I think it may have removed entirely to save space. That's just a guess though. I tried two Magisk modules to enable it - one sets that qemu property and the other uses an Android resource overlay - and both didn't work. The only workaround I can suggest, untested, would be this: https://github.com/epodegrid/epd106-ADB#step-4-naviation-button
Click to expand...
Click to collapse
Yeah I tried step 4 and adb said the file was to old so rejected it and I tired it in the file manager anyways to see what would happen and it says it's not a working package or not compatible. So I guess it's for another xiaomi device or base android version. I also noticed only the stock file manager can actually invoke the package installer, root explorer gets the prompt to install but never then sends it to the Manger to load it and give the option for an install.
reaverclan said:
Yeah I tried step 4 and adb said the file was to old so rejected it and I tired it in the file manager anyways to see what would happen and it says it's not a working package or not compatible.
Click to expand...
Click to collapse
It's actually because the modified launcher mentioned in this thread uses the package name com.moan.moanwm (credits to whoever found that out; doing that allows the original Settings to be launched), which actually belongs to those navball buttons... I was originally going to suggest to just get rid of the launcher, so you can install the navball buttons, but they're really crashy and useless anyway. Sorry, I don't know what else to suggest - given other "QOL" changes by Moann (see below), I strongly suspect the navigation button code was ripped out entirely to save RAM.
I also noticed only the stock file manager can actually invoke the package installer, root explorer gets the prompt to install but never then sends it to the Manger to load it and give the option for an install.
Click to expand...
Click to collapse
Give Total Commander a try.
Moann really did a number on this device's Android build and messed it up, presumably in the name of "security". Only certain programs can show the original Settings, which messes up other applications' ability to show the app info of programs; the only thing that can force stop programs is Settings (which messes up Titanium Backup) and Root Explorer probably tries to invoke the Android installer directly (if that's a thing).
qwerty12 said:
It's actually because the modified launcher mentioned in this thread uses the package name com.moan.moanwm (credits to whoever found that out; doing that allows the original Settings to be launched), which actually belongs to those navball buttons... I was originally going to suggest to just get rid of the launcher, so you can install the navball buttons, but they're really crashy and useless anyway. Sorry, I don't know what else to suggest - given other "QOL" changes by Moann (see below), I strongly suspect the navigation button code was ripped out entirely to save RAM.
Give Total Commander a try.
Moann really did a number on this device's Android build and messed it up, presumably in the name of "security". Only certain programs can show the original Settings, which messes up other applications' ability to show the app info of programs; the only thing that can force stop programs is Settings (which messes up Titanium Backup) and Root Explorer probably tries to invoke the Android installer directly (if that's a thing).
Click to expand...
Click to collapse
Ah I see that's clever. It's not the end of the world and yeah I think it's cause root explorer does what you said about invoking the thing directly. I just use the stock app to only install and that's it. My journey so far is shown here and regardless of the jank it has been a great device. https://www.mobileread.com/forums/showpost.php?p=4140508&postcount=155
Thanks again for the time to make it even greater. Only thing that sucks is no stock img to un brick if something goes to far. Hopefully someone leaks that at some point. This device seems pretty new to the market still.
squsqu6 said:
ADB is definit[iv]ely unavailable. But your launcher fork --that I already had, but did not know what to do with-- works, I now have most of the menu in English.
Thank you so much.
Click to expand...
Click to collapse
I now have a new, but old !, trouble : battery life. I have enforced all saving possibilities available --from standard menu, from E-Ink Launcher, and, from RomToolBox, processors speed slowing--, and, yet, after 8 hours of use, InkPalm battery is totally empty, even though being totally user-idle --not a single user application being active according to linux 'top' request. Conversely, Kobo reader battery lasts for days in reading mode.
My question : would it be thinkable any possible trick of triggering the sleeping function without pushing the red button, so as to keep the screen as it is --allowing the reading of actual page until next (not a book, a musical partion, which takes longer !)--. Bypassing by script the red button action, or other ? --Note : the screensaver option allows for user-image, like a screenshot, but it requires to move it to the proper place and to renew it at every page...
Sorry for being so long, I am far from being familiar wich Linux (Android).
Greetings,
S. Quesada

Categories

Resources