Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,849 members, 7,820,959 topics. Date: Wednesday, 08 May 2024 at 05:20 AM

Infinix HOT 2 (x510) Official Thread - Phones (256) - Nairaland

Nairaland Forum / Science/Technology / Phones / Infinix HOT 2 (x510) Official Thread (776969 Views)

How To Set Your Songs As Ringtone On Infinix Hot 2 X510 / Infinix Hot 2 (x510) Supports Usb Otg / How To Quickly Root Infinix Hot 2 X510 Without PC - Android One (2) (3) (4)

(1) (2) (3) ... (253) (254) (255) (256) (257) (258) (259) ... (270) (Reply) (Go Down)

Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 7:01am On Sep 19, 2016
LeonMacJames:
so are you saing the rom is rootable but no otg. I have the xos version 1,and the bug fix of 7.4mb.do i still need to flash v2 to achieve root. Data is scarce now adays
Yea. V2 is out but he uploaded it based on Androidone partition table. V2 contains more fix than that attachment fix.

http://forum.xda-developers.com/hot-2/development/rom-xos-infinix-hot-2-t3456019/page15
Re: Infinix HOT 2 (x510) Official Thread by LeonMacJames(m): 9:32am On Sep 19, 2016
Toluene15:

Yea. V2 is out but he uploaded it based on Androidone partition table. V2 contains more fix than that attachment fix.

http://forum.xda-developers.com/hot-2/development/rom-xos-infinix-hot-2-t3456019/page15
then CM13 it is. cry
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 11:18am On Sep 19, 2016
LeonMacJames:
then CM13 it is. cry

There is a workaround if you want to flash this ROM on Infinix partition table.

I changed the mount point to android one partition table because majority of users on facebook asked me to do that.

Anyway, here are the steps once more:
1- Extract the rom zip.
2- go to META-Inf/com/google/android/
3- open updater-script with notepad++
4- Now change the following lines from this:
Code:

format("ext4", "EMMC", "/dev/block/mmcblk0p23", "0", "/system"wink;
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system"wink;

to this:
Code:

format("ext4", "EMMC", "/dev/block/mmcblk0p18", "0", "/system"wink;
mount("ext4", "EMMC", "/dev/block/mmcblk0p18", "/system"wink;

And the following line (it is for Logo) you can remove it and deleted logo.bin that was present in rom zip as it is not important
or change it from this:
Code:

package_extract_file("logo.bin", "/dev/block/mmcblk0p10"wink;

to this:
Code:

package_extract_file("logo.bin", "/dev/block/platform/mtk-msdc.0/by-name/logo"wink;

As you can notice that the latter does not has "mmcblk0p" and look different from the other lines, it is because I do not know the logo block on infinix partition table, however this line should work without any problem.
5- Save the updater-script after you finish.
6- Zip the rom again and flash it.
Re: Infinix HOT 2 (x510) Official Thread by LeonMacJames(m): 2:25pm On Sep 19, 2016
Toluene15:


There is a workaround if you want to flash this ROM on Infinix partition table.

I changed the mount point to android one partition table because majority of users on facebook asked me to do that.

Anyway, here are the steps once more:
1- Extract the rom zip.
2- go to META-Inf/com/google/android/
3- open updater-script with notepad++
4- Now change the following lines from this:
Code:

format("ext4", "EMMC", "/dev/block/mmcblk0p23", "0", "/system"wink;
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system"wink;

to this:
Code:

format("ext4", "EMMC", "/dev/block/mmcblk0p18", "0", "/system"wink;
mount("ext4", "EMMC", "/dev/block/mmcblk0p18", "/system"wink;

And the following line (it is for Logo) you can remove it and deleted logo.bin that was present in rom zip as it is not important
or change it from this:
Code:

package_extract_file("logo.bin", "/dev/block/mmcblk0p10"wink;

to this:
Code:

package_extract_file("logo.bin", "/dev/block/platform/mtk-msdc.0/by-name/logo"wink;

As you can notice that the latter does not has "mmcblk0p" and look different from the other lines, it is because I do not know the logo block on infinix partition table, however this line should work without any problem.
5- Save the updater-script after you finish.
6- Zip the rom again and flash it.
ok thanks but. will doing this make my version 1 rom. Equivalent in bugs status to the v2
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 3:46pm On Sep 19, 2016
LeonMacJames:
ok thanks but. will doing this make my version 1 rom. Equivalent in bugs status to the v2
No. This procedure is for V2 so that you can flash on Infinix partition table. it is not a bug fix. you'll have to download V2 and carryout the procedures.
V1 was uploaded based on Infinix partition table
V2 was uploaded based on Androidone partition table. carryout that procedure before you can flash otherwise V2 won't flash.(except you are on Androidone partition table).

NB. The diff is Androidone is 23 in that value while for Infinix partition the value is 18.
Re: Infinix HOT 2 (x510) Official Thread by dynamo007(m): 5:26am On Sep 22, 2016
Guys my hot 2 recently started charging slowly and ba3 drains more quickly Dan usual....... Could it be the ba3 or the fone?

Nb: I've used four different good cables still no difference cry
Re: Infinix HOT 2 (x510) Official Thread by iabdulrazaq(m): 5:32am On Sep 22, 2016
Toluene15:


There is a workaround if you want to flash this ROM on Infinix partition table.

I changed the mount point to android one partition table because majority of users on facebook asked me to do that.

Anyway, here are the steps once more:
1- Extract the rom zip.
2- go to META-Inf/com/google/android/
3- open updater-script with notepad++
4- Now change the following lines from this:
Code:

format("ext4", "EMMC", "/dev/block/mmcblk0p23", "0", "/system"wink;
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system"wink;

to this:
Code:

format("ext4", "EMMC", "/dev/block/mmcblk0p18", "0", "/system"wink;
mount("ext4", "EMMC", "/dev/block/mmcblk0p18", "/system"wink;

And the following line (it is for Logo) you can remove it and deleted logo.bin that was present in rom zip as it is not important
or change it from this:
Code:

package_extract_file("logo.bin", "/dev/block/mmcblk0p10"wink;

to this:
Code:

package_extract_file("logo.bin", "/dev/block/platform/mtk-msdc.0/by-name/logo"wink;

As you can notice that the latter does not has "mmcblk0p" and look different from the other lines, it is because I do not know the logo block on infinix partition table, however this line should work without any problem.
5- Save the updater-script after you finish.
6- Zip the rom again and flash it.
couldnt find those lines this was the closest i saw please what should i do

Re: Infinix HOT 2 (x510) Official Thread by Hakeem12(m): 8:57am On Sep 22, 2016
dynamo007:
Guys my hot 2 recently started charging slowly and ba3 drains more quickly Dan usual....... Could it be the ba3 or the fone?

Nb: I've used four different good cables still no difference cry
it might be the phone, have you tried a new battery with it.
Re: Infinix HOT 2 (x510) Official Thread by dynamo007(m): 11:56am On Sep 22, 2016
Hakeem12:
it might be the phone, have you tried a new battery with it.
m jst abt to gt d 3000
mah ba3 . I hope its nt d fone
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 3:40pm On Sep 22, 2016
iabdulrazaq:
couldnt find those lines this was the closest i saw please what should i do

That is not the ROM the setup is to be used for. What you have there is the version ported by "pharaohs team" and not mysteryaga. To flash that version you have to flash back to Androidone ROM.

There are 2 ported versions.
Re: Infinix HOT 2 (x510) Official Thread by jp130(m): 5:15pm On Sep 22, 2016
Plz my hot2 doesn't recognises other sim cards xcept airtel. Wat do i do plz?
Re: Infinix HOT 2 (x510) Official Thread by mkoabiola: 10:40pm On Sep 22, 2016
Pls ooooo
D screen of my infinix zero has broken hence I can't see clearly
Hw can i repair it or can't it be replaced
Do they accept for reapirs even after one year I bought it
Where is dier office in lagos
Re: Infinix HOT 2 (x510) Official Thread by saipn: 6:11pm On Sep 23, 2016
pls house where can I get voice recorder on infinix hot 2
Re: Infinix HOT 2 (x510) Official Thread by Hakeem12(m): 3:44am On Sep 24, 2016
saipn:
pls house where can I get voice recorder on infinix hot 2
playstore
Re: Infinix HOT 2 (x510) Official Thread by LeonMacJames(m): 5:44am On Sep 24, 2016
Toluene15:


That is not the ROM the setup is to be used for. What you have there is the version ported by "pharaohs team" and not mysteryaga. To flash that version you have to flash back to Androidone ROM.

There are 2 ported versions.
the speaker audio for this xos ROM is horrible,how can one fix this
Re: Infinix HOT 2 (x510) Official Thread by LeonMacJames(m): 5:50am On Sep 24, 2016
SanMinato:
Who would have thought that my Infinix hot 2 had the capacity to look this beautiful.
are you experiencing low audio sound.on this rom
Re: Infinix HOT 2 (x510) Official Thread by cyrilomeru: 6:59pm On Sep 24, 2016
Some criminals attacked me and took away my hot 2
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 7:30pm On Sep 25, 2016
cyrilomeru:
Some criminals attacked me and took away my hot 2
shocked sorry bro. Noticed you've been offline for a while.
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 7:36pm On Sep 25, 2016
LeonMacJames:
the speaker audio for this xos ROM is horrible,how can one fix this
I haven't used the new(v2) port version. I want to flash back to androidone first.
1. Did you experience this in the first port or 2nd port version?
2. Wch partition table did you install over?
Re: Infinix HOT 2 (x510) Official Thread by LeonMacJames(m): 8:32pm On Sep 25, 2016
Toluene15:

I haven't used the new(v2) port version. I want to flash back to androidone first.
1. Did you experience this in the first port or 2nd port version?
2. Wch partition table did you install over?
2nd port. 4 A1partition table. Since I was on infinix partition table i switched the meta. Inf with the one uploaded for infinix partition table
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 9:54pm On Sep 25, 2016
LeonMacJames:
2nd port. 4 A1partition table. Since I was on infinix partition table i switched the meta. Inf with the one uploaded for infinix partition table
maybe you should install over androidone. I had boot loop when I switched META INF.
have you tried wiping and reinstalling?
any other bug?
Re: Infinix HOT 2 (x510) Official Thread by esoboy875(m): 4:32am On Sep 26, 2016
Gud mornin guys, I rily need help fr u all. My battery drain fast specially wen my data is on, wat can I do or which of d battery saver should I download? Tnks
Re: Infinix HOT 2 (x510) Official Thread by Demmtek(m): 9:45am On Sep 27, 2016
I have just receive update for august
Re: Infinix HOT 2 (x510) Official Thread by Demmtek(m): 9:47am On Sep 27, 2016
Since june they have been making special patch to 6:0

Re: Infinix HOT 2 (x510) Official Thread by Rocky97(m): 10:54am On Sep 27, 2016
I'm guessing that this will be d last update for marshmallow, Android 7 is next
Re: Infinix HOT 2 (x510) Official Thread by Toluene15: 11:44am On Sep 27, 2016
LeonMacJames:
2nd port. 4 A1partition table. Since I was on infinix partition table i switched the meta. Inf with the one uploaded for infinix partition table
Followed this same procedure. NO sound issues.

Re: Infinix HOT 2 (x510) Official Thread by Nobody: 12:49pm On Sep 27, 2016
Demmtek:
Since june they have been making special patch to 6:0
this is an old update we are looking for September
Re: Infinix HOT 2 (x510) Official Thread by Nobody: 3:17pm On Sep 27, 2016
I ve received the September update but I'm yet to download it

Re: Infinix HOT 2 (x510) Official Thread by cyrilomeru: 10:06pm On Sep 27, 2016
Toluene15:
shocked sorry bro. Noticed you've been offline for a while.

yap true, tanks for ur consign
Re: Infinix HOT 2 (x510) Official Thread by cyrilomeru: 10:07pm On Sep 27, 2016
Toluene15:
shocked sorry bro. Noticed you've been offline for a while.
yap true, tanks for ur consign
Re: Infinix HOT 2 (x510) Official Thread by Nobody: 10:07pm On Sep 27, 2016
I ve installed the September update

(1) (2) (3) ... (253) (254) (255) (256) (257) (258) (259) ... (270) (Reply)

Android, Anyone? Part II / Infinix Hot Note X551 – Jim’s BIG Thing / How To Register A New 2go Account On 2go Chat Messenger

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 44
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.