> Attention!

New threads need to be created only inroot partition! In the future, they will be processed by moderators.


7 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> Fly IQ436 Era Nano3 | Fly IQ436 Era Nano3 - Fashion and Decoration
FiliN271
Message#1
31.10.14, 16:06
Lonely birds
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2472
Check in: 16.09.08
Motorola Moto E (4th Gen)

Reputation:-  248  +

Fly IQ436 Era Nano3 - Fashion and Decoration

Description | Discussion | Firmware | Embellishments



Modified Applications

Changes to the topic header
1.11.14 Created section "Ornaments".
11.11.14 Redesigned links.


Post has been editedFiliN271 - 03.11.14, 15:30
ivanmak
Message#42
24.11.14, 19:23
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 62
Check in: 16.11.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Hello. Changed battery icons. Maybe someone will come in handy.
Guys do not judge strictly. I am a novice in such matters


Posted on 11.11.2014, 19:23:
screenshots
Attached Image


Attached files

Attached fileSystemUI.apk(1015.18 KB)


Post has been editedivanmak - 24.11.14, 20:00
_Maximoff_
Message#43
28.11.14, 16:31
Pogromist
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 574
Check in: 25.07.14
Honor 9 lite

Reputation:-  162  +

* vassya363,
Please skip the graphics from the framework: blush:

Post has been editedMaximoff7 - 28.11.14, 17:01
vassya363
Message#44
28.11.14, 17:29
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1317
Check in: 17.01.10
Xiaomi Redmi 6 4/64

Reputation:-  400  +

Maximoff7 @ 11.28.2014, 17:31*
Throw off the graphics from the framework please

Hold on But there are no special changes.
Attached filedrawable.rar(2.52 MB)


--------------------
As Duremar used to say: ... Another ten thousand buckets and a golden key in our pocket ...
FiliN271
Message#45
29.11.14, 20:27
Lonely birds
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2472
Check in: 16.09.08
Motorola Moto E (4th Gen)

Reputation:-  248  +

* ivanmak
Theoretically system / media

Post has been editedFiliN271 - 29.11.14, 20:27


--------------------

ROM: LineageOS 6.0.1 download


In lichku not a single question that is answered in the topic.
_Maximoff_
Message#46
30.11.14, 14:19
Pogromist
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 574
Check in: 25.07.14
Honor 9 lite

Reputation:-  162  +

I will make my contribution, I will write how I changed the boot machine, then people look interested: D The writer is not very good of me, but I think you will understand)))

Instruction
Butlogo is a screensaver with the inscription Fly when turned on, not to be confused with butanimation.
we will need a computer, adb and fastboot utilities, well b some kind of hex editor.

Viewing blocks mtd team
cat / proc / mtd
we get the following output:
NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix NAND 512MiB 1,8V 16-bit)
Good Block: 4074 Bad Block: 0 Reserved Block: 22
dev: size erasesize name
mtd0: 00040000 00020000 "spl"
mtd1: 00080000 00020000 "2ndbl"
mtd2: 00040000 00020000 "params"
mtd3: 00080000 00020000 "vmjaluna"
mtd4: 00a00000 00020000 "modem"
mtd5: 003c0000 00020000 "fixnv"
mtd6: 003c0000 00020000 "backupfixnv"
mtd7: 00500000 00020000 "dsp"
mtd8: 003c0000 00020000 "runtimenv"
mtd9: 00a00000 00020000 "boot"
mtd10: 00a00000 00020000 "recovery"
mtd11: 0ed00000 00020000 "system"
mtd12: 0c600000 00020000 "userdata"
mtd13: 01400000 00020000 "cache"
mtd14: 00040000 00020000 "misc"
mtd15: 00100000 00020000 "boot_logo"
mtd16: 00100000 00020000 "fastboot_logo"
mtd17: 003c0000 00020000 "productinfo"
mtd18: 00080000 00020000 "kpanic"

from the results, you can guess that we will be interested in blocksmtd15: 00100000 00020000 "boot_logo"andmtd16: 00100000 00020000 "fastboot_logo". The first is the main logo (when turned on), and the second is the fastboot mode logo (also when charging a switched off phone, it is highlighted). Both are exactly the same, so you can get one in order to see. We get it on a USB flash drive with a team
cat / dev / mtd / mtd15>/sdcard/logo.bmp
In the termital emulator, or adb shell. In fact, this is a common picture in bmp format with a palette of 256 colors of indexed colors.
Right hereimportant moment, the image is from the phone weighs about 1 MB, which is important. I did not take risks and upload a picture of a different size, so I brought my logo to the desired size. If someone is not afraid of scaling, you can try a picture of another weight: unsure:
The new logo (we will assume that you already have it, 320x480, 256 colors, bmp) I opened in a hex editor and added empty bytes to the desired size (the size of bytes per byte was taken into account). After that, you can upload it to your phone: yes2:
Put the phone in fastboot mode
adb reboot bootloader

I clean the necessary sections before the firmware
fastboot erase boot_logo
fastboot erase fastboot_logo

but this is generally optional) then we fill in our logos
fastboot flash boot_logo new_logo.bmp
fastboot flash fastboot_logo new_logo.bmp

where new_logo.bmp is our new logo. Actually and everything on this, restart
fastboot reboot
and rejoice: thank_you:

And yes, the pictures for boot_logo and fastboot_logo may be different)))


All at your own peril and risk)))
vatika.fly436
Message#47
08.12.14, 14:25
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

help me please
Make a 100% transparent status bar with a gradient
vassya363
Message#48
09.12.14, 23:05
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1317
Check in: 17.01.10
Xiaomi Redmi 6 4/64

Reputation:-  400  +

vatika.fly436 @ 08.12.2014, 15:25*
Make a 100% transparent status bar with a gradient

I'm wildly sorry, but how is that? o.O Transparent and gradient?


--------------------
As Duremar used to say: ... Another ten thousand buckets and a golden key in our pocket ...
vatika.fly436
Message#49
10.12.14, 19:04
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Vassya363 @ 12/10/2014, 00:05*
...
I'm wildly sorry, but how is that? o.O Transparent and gradient?

This means blackout on top of a transparent bar-like status bar.
vassya363
Message#50
10.12.14, 22:14
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1317
Check in: 17.01.10
Xiaomi Redmi 6 4/64

Reputation:-  400  +

vatika.fly436 @ 12/10/2014, 20:04*
This means blackout on top of a transparent bar-like status bar.

The gradient can be set and the android will draw it.
You can draw a picture and put on the background. And to sense.
For applications with a dark theme, you will not see a gradient.
And on the light theme there will be a black and white stripe at the top as on the screenshots.
Screenshots
Attached ImageAttached ImageAttached ImageAttached Image

Each application has its own cap. And you have to rewrite a lot of markup. : yes2:


--------------------
As Duremar used to say: ... Another ten thousand buckets and a golden key in our pocket ...
vatika.fly436
Message#51
10.12.14, 22:34
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Vasya363
Can you make a whale shutter like on iq431?
ivanmak
Message#52
12.12.14, 20:02
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 62
Check in: 16.11.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

I haven’t been here for a long time, I’m looking at a few new topics and some questions
1) about the logo when the body is on, you can not replace mtd15 with a model without the help of a PC ???
2) At Vernika many who are engaged in the moginka apk program or games tell me what you are doing the signature ??? Without a PC, purely on smart !!! I will be grateful for the answers !!

Posted 12.12.2014, 20:02:

vatika.fly436 @ 11.12.2014, 01:34*
Vasya363
Can you make a whale shutter like on iq431?



There is a sidekick of bodies with a whale with what firmware I can pull out SystemUI.apk
vatika.fly436
Message#53
13.12.14, 13:50
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

There is a sidekick of bodies with a whale with what firmware I can pull out SystemUI.apk

I would look at it, how do you yourself install its system ui. The guaranteed brick. There, at least, the iron should FULLY be the same, not to mention porting under 4.1.
vatika.fly436
Message#54
14.12.14, 12:01
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Well, about the curtain:
Personally, I do not see any sense in it. Native more convenient.
If you attach a Mercedes emblem to Priore, a miracle will not happen.
With a curtain about the same. This is purely my opinion.

She at least somehow reminds the material design
Although the manual for creating a curtain in the style of 5.0 appeared and for 4.0+ I repeat there is no possibility to compile such. I can give a link to the instruction if someone wants to help. I just really want the material
vatika.fly436
Message#55
22.12.14, 13:23
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Make somebody icons in the status bar as on lolipop
I do not lose
leha58
Message#56
24.12.14, 15:26
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 85
Check in: 23.10.13
Apple iPhone 5s

Reputation:-  6  +

* vatika.fly436,
You already shook up all the material. Nothing can be done with our device. The processor is new!


--------------------
Explay Star TV ==>Fly Era Nano 3 ==>Nokia Lumia 630 ==>Apple Iphone 4 ==>Xiaomi Redmi 3S
vatika.fly436
Message#57
25.12.14, 20:47
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Vasya 363
But can a new version of the walkman be made? And even the old widget doesn’t have a widget. And even when a friend on xperia turned on the track through the conductor, it opened in a small window
And on our full screen. And by the way, for some reason, our album cover does not show.
With me +;)
vatika.fly436
Message#58
27.12.14, 22:55
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Ohrenet compared this device with another on board which was delusha 2.3.6 and was horrified. More than half of the application systems are toli in general from us 2.x or this is purely an interface of the FIG knows.
And I would also like that someone would lay out the skins from the player from the Galaxy firmware. I choose between him and Walkman
vatika.fly436
Message#59
07.01.15, 09:43
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

Vasek
Maybe already zadolbal, but I have a request. You have to see here the main moder :) You can make the settings with the item xposed and superSU. And in the meantime remove their icons from the application menu. OK?
I'll throw it over with goodies;)

Post has been editedvatika.fly436 - 07.01.15, 09:44
vassya363
Message#60
07.01.15, 12:58
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1317
Check in: 17.01.10
Xiaomi Redmi 6 4/64

Reputation:-  400  +

You can make settings with the item xposed and superSU


Xposed hold: yes2 :, and with superSU I will not bother. My root is given automatically to all applications and there are no superSU icons. I will not change.
Screenshots
Attached ImageAttached Image

Attached filemod_odex.zip(2.31 MB)


--------------------
As Duremar used to say: ... Another ten thousand buckets and a golden key in our pocket ...
vatika.fly436
Message#61
07.01.15, 13:12
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 266
Check in: 14.09.14
Fly Era Nano 3 IQ436

Reputation:-  3  +

...

Xposed hold: yes2 :, and with superSU I will not bother. My root is given automatically to all applications and there are no superSU icons. I will not change.
Screenshots
[attachment = "5620056: 6.png"] [attachment = "5620057: 7.png"]

[attachment = "5620065: mod_odex.zip"]

Do you use boxing graiti? How is it on our device? Does it slow down the device?
Fly
 

7 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 04/29/19, 23:50