Exist marshmallow with ui constructor lg or how to develop - G2 Q&A, Help & Troubleshooting

hello all people,
I'm new into the forum. after a lot the search into forum and google
I don't not find my response. there is exist version marshmallow with ui constructor lg (ui optimus) pour un lg g2 D802 ?
How into link http://forum.xda-developers.com/showthread.php?t=2788077I have some base notion in flashing.
I know install une rom,
install gapps.
I know decompress a file kdz, system.img, system.new.dat. for access and modified a folders system. but i don't know the compressed because my program. i use autotool update v2
http://forum.xda-developers.com/and...t-img-v2-0-t3284806/post64617668#post64617668
Thé système.new.data ils compressed sucees but at flashing error flashing in file update binary. I have taken rom cynologe cm13
http://forum.xda-developers.com/lg-g2/orig-development/rom-official-cyanogenmod-13-lg-g2-t3264508
i have decompressed a système.new.dat with système.transfert.dat and i haven't nothing mofied un file system and i compressed thé file system and i always have thé error flashing in update binary. I have Android studio and i devopping.
before continue. there is possible a reproduce a rom optimus3 how in the first link ? if possible give me the links example.
again too questions,
what is a filecontext ?
what is a update_binary ?
how the modified ?
am sorry for my english
. thanks for response.

oh boy, i have no idea what language you are using.
Are you trying to create a rom from scratch?

seems like hes trying to develop or create marshmallow. wich alrady exist on cm13. but not from LG

Thanks for your responses
I would like to change this ROM
http://forum.xda-developers.com/lg-g2/orig-development/rom-official-cyanogenmod-13-lg-g2-t3264508
adding apps of this ROM Official g3 or creating a gateway to the Rom
http://forum.xda-developers.com/lg-g3/development/stock-d855-30b-images-kdz-flashables-t3282012
I am a beginner in the development of a Roma. I tried to add any files and folders LG ROM g2 g3 on the ROM but as compression system.new.dat does not support autotool update v2. I do not know if it can work. I do not know what language to use java apart
I use windows 10

Related

G910 cooked rom

Hi everyone
just bought a G910, i was so enthusiast of my bargain...UNTIL I SWITCHED IT ON... It's like an obese elephant disguised as an handeld [and i have the latest official rom, the .36 one]. It's slow, really heavvy, it crashes continuously, ecc.
I've searched for something that could help me, but i haven't found absolutely nothing about cooked stuff or similar for my G910.
I need an help, if it doesn't exists anything already done, and is it possible to create a cooked rom for the g910, i'm ready to learn.
In addiction, I have some troubles that i'd like to clarify.
1) Does it exists a REALLY WORKING fix for the annoying low volume?
2) Are there some rom for others handeld that could fit and work with succes on my G910?
3) Does it exists some software for overclocking my device?
4) Are there some kind of updates that i can do? I've got WM6 installed, i was asking myself if is it possible, in some way, to install WM 6.5 or similar.
5) Please HEEEEEEEEEEEEEEEEEEEEEELP me
It's a watch, that's a phone.... how can you expect it to do much?
Thanks for your reply but... i've not understood what do you wanna say :/ Sorry but i'm not english ))
Little update.
Found "TSW TOOLS" software, from Cotulla [the forum doesn't allows me to post links but it's so easy to find]
This tool decrypts/encrypts .bin to .tsw and .tsw to .bin.
So now i have a .bin file with my rom.
Tried to "split" it with ImgFstools but it says
"
ImgfsFromDump.exe G910_Software_IT/prg/G910SW.bin out.bin
ImgfsFromDump 2.1rc2
Compression DLL does not support compression type '\AMSS\products\7'!
"
...could someone help me?

Android Language files ?

Hi all,
I'm trying to compile Android with full Hebrew support (inc. menus)
I need the language files so I can translate them, or to get from somewhere the HEB files and push them in to the system.
Can someone help me ?
anyone ???
Send a pm to capychimp. He should have them.
Sent from my HTC Magic using XDA App
hedcayce said:
Send a pm to capychimp. He should have them.
Sent from my HTC Magic using XDA App
Click to expand...
Click to collapse
Waiting ... request from the kind
I'm not sure what did you mean by "language files". Before the expert -- capychimp, answer your question, you might want to try the followings:
1. go grab a copy of Rogers Magic stock 2.1 rom with root.
2. go grab a copy of RCMagic v2.0
3. use kitchen to create a working directory based on stock 2.1 rom
4. deodex all apk files
5. extract RCMagic v2.0
6. compare any apk file in /system/app/ or /system/framework/ (one from kitchen's working directory and another from RCMagic v2.0)
7. let's assume that A.apk from kitchen is renamed as stock-A.apk and A.apk from RCMagic is rename as RC-A.apk
8. use apktool to decode both apk files
9. after decoding, check out stock-A/res/values* and RC-A/res/values*. As far as I know, values/* are for English and, take zh_TW (Traditional Chinese) as an example, values-zh-rTW/* are for Traditional Chinese.
So, I guess you can create a values-XXXX for your language code and put whatever needed into values-XXXX/*
threeeye said:
Hi all,
I'm trying to compile Android with full Hebrew support (inc. menus)
I need the language files so I can translate them, or to get from somewhere the HEB files and push them in to the system.
Can someone help me ?
Click to expand...
Click to collapse
Requirements:
JRE 1.6 (Java Runtime Environment)
aapt command in a PATH
basic knowledge of what is SDK, aapt, PATH, smali and Google search engine may be useful
Must learn more.
Thank man
when compiling we are talking aosp, that something else, i have no clue of aosp roms, i can ml up any sense rom, but aosp, acts different, so if you mean compile from aosp source i am noob
sharpt71 said:
I'm not sure what did you mean by "language files". Before the expert -- capychimp, answer your question, you might want to try the followings:
1. go grab a copy of Rogers Magic stock 2.1 rom with root.
2. go grab a copy of RCMagic v2.0
3. use kitchen to create a working directory based on stock 2.1 rom
4. deodex all apk files
5. extract RCMagic v2.0
6. compare any apk file in /system/app/ or /system/framework/ (one from kitchen's working directory and another from RCMagic v2.0)
7. let's assume that A.apk from kitchen is renamed as stock-A.apk and A.apk from RCMagic is rename as RC-A.apk
8. use apktool to decode both apk files
9. after decoding, check out stock-A/res/values* and RC-A/res/values*. As far as I know, values/* are for English and, take zh_TW (Traditional Chinese) as an example, values-zh-rTW/* are for Traditional Chinese.
So, I guess you can create a values-XXXX for your language code and put whatever needed into values-XXXX/*
Click to expand...
Click to collapse
to make it easier, you have 84 apks you need to decode to make a full sense rom multilanguage
Google has some good resources on this topic. I can't find them right now but I am finding some interesting stuff.
http://developer.android.com/guide/topics/resources/localization.html
http://groups.google.com/group/android-developers/web/localizing-android-apps-draft
well thats the apks thats the same for all roms, but how to activate them on aosp no idea, cause in sense you do it in CID/default.xml
I have an Hebrew apk, I unpacked it using apktool.
I got the Hebrew xml file, so I think I'm set, but to translate 84 apk's to make a full Hebrew Android, WOW that's alot !!!
I've attached a flashable ZIP with apk's in Hebrew (I didn't do it).
Is this the only whey to translate Android, or is there a EZer way to do it ?
p.s. thanks for the reply and help...
i am working on a script so you can just unpack a rom, and by menu select to make it ml
well i see you have some of it, but still alot to go
and you would need the rtl support in framework.jar also
In Froyo with a little help from a guide I get RTL in Internet and SMS.
So I think I have full RTL...
Tell me which files do I need to translate and we will work together on this...
O.K, I have the .xml files that I need to translate.
I know there is a program for translating file.po (value on one side and translation on the other side)
But is there a program like that for file.xml ?
Hello ..
1st of all I've Alcatel 985D with gingerbread 2.3.6 and I've its stock rom backup with Arabic locale language support, but I'm using a custom rom that isn't support Arabic so I wanna find a way to copy system language files from stock rom and paste it into custom rom so I can get Arabic language for system ?! is there a way to do that .. any general ideas ?!
delete

[Q] ervius visual kitchen problem. LG Fathom

Hello there!
I have been trying to cook a ROM for my LG Fathom. I am using ervius visual kitchen aka LG Kitchen 2.3 First of all, I have general computer skills. I have updated firmware and stuff. But to be honest, I am new into "cooking ROM."
Well, my problem is;
When I use, latest Ervius kitchen (12.6.3), I click dump nbh,nb payload and I select payload file that I have created by OSNBTOOL from original rom.bin file. It works some then gives me an error;
h t t p ://img13.imageshack.us/img13/9453/1263bo.jpg
It tells me I should have a ruu signed nbh. But unfortunately I dont have it. And I have no idea how to obtain it. I have original .bin ROM file (Actually it is decrypted)
When I try to use an older version of the kitchen which is prepared for direct cooking, (here everything needed for cooking is prepared according to author) I am getting another message;
h t t p://img249.imageshack.us/img249/2095/1082n.jpg
So, my questions can be idiotic since I have no real experience. What is wrong here?
I am using a windows 7 64bit machine. Visual C 2008 and other stuff is installed. I tried with windows xp by virtual machine, but no success.
Any help would be appreciated!
Lg roms are a bit special, and can't be extracted like it's done on htc phones. Try using my kitchen (link in my signature).
Hi spocky i have Tried your "ready" Kitchen but the Resultat is the Same..
I have Mentioned AnD uploaded a Photo of ist Here. Maybe i Should reinstall Windows..
spocky12 said:
Lg roms are a bit special, and can't be extracted like it's done on htc phones. Try using my kitchen (link in my signature).
Click to expand...
Click to collapse

Firmware development LGP698 - LG Optimus Link Dual Sim

It will collect useful information for developers.
This theme will help us to work together and to finally workable firmware for our animal.
We kindly request all the people who will be able to find a device with a processor with us and with the support of two simkart inform us
here are the results of our work
I say in Russian user, but my goal - to attract users to develop firmware
already made ​​several firmware versions
they were later executed and lay out the themes
If you like my work - please do not forget to say thanks!
In the course of communication will complement the topic.
request
reference for those who want to do our mite to launch network cyan7)
can ask for help in other subjects firmware devices, owners of which you were
than now to start a screeching halt with the network?
the same problem with port Leva ....
Need deodeks stock firmware files from the \ system \ framework
attempt № ...
So, what should be done next?
deodeks the \ system \ framework
this deodeksom run any of custom assemblies
deodeks will be used to launch a network of cyanogen
how? Step 1
through any deodeksator deodeksatsiyu do with API 10 - will necessarily be an error!
note on what files they are
the files that go with errors - remake with API 9
this deodeksom run any of custom assemblies
If that fails - Step 2
through any deodeksator deodeksatsiyu do withAPIs 9
this deodeksom run any of custom assemblies
this algorithm deodeksa other devaysakh with android 2.3. * and port drivers
put the logs of the work done for the analysis!
and if successful, run any custom firmware files with deodeksirovannymi - in enclosure attached archive folder deodeksirovannoy
Go for it! our success!
is one of the results http://forum.xda-developers.com/showthread.php?t=2108595
Custom firmware
To install over rekaveri
alex-rev.1​
will soon publish the second
is one of the results http://forum.xda-developers.com/showthread.php?p=38062197#post38062197
Custom firmware
To install over rekaveri
[email protected]​
Thks for yr rom. I am using rev3. This is great rom. But i dont like mui home.i chsnge to go launcher.it is smooth. Everythings is ok
Sent from my LG-F160K using xda app-developers app
larrylong said:
Thks for yr rom. I am using rev3. This is great rom. But i dont like mui home.i chsnge to go launcher.it is smooth.
Click to expand...
Click to collapse
trying to eliminate defects....
some of my build here is not lined
You can view the complete list of work here - http://4pda.ru/forum/index.php?showtopic=294336&view=findpost&p=19780784
http://4pda.ru/forum/index.php?showtopic=294336&view=findpost&p=19798091
here you can find answers to frequently asked questions
and solutions to the many problems
here is not often )
constantly on the Russian forum http://4pda.ru/forum/index.php?showtopic=294336
write in the subject - I will try to help
there can follow the news of assembly and firmware
Start new topic
decorations - http://4pda.ru/forum/index.php?showtopic=426426&view=getnewpost
This may be used http://translate.google.com
adding input languages ​​in the firmware
wrote here http://forum.xda-developers.com/showpost.php?p=39202141&postcount=12
is one of the results http://forum.xda-developers.com/showthread.php?p=39298288#post39298288
Custom firmware
To install over rekaveri
Nahim2k7-update​

Need some help to rebuild firmware!

Good, I searched and read many tutorials on how to modify the rom of this model but without any result especially include new faces of the clock in the gif format with java tools shared by the user Golem.
My question is: How to edit the apps of said rom or do a complete rebuild of the firmware as Dr. Lex tries to explain on his website?
Because my model does not have some apps such as the calculator and the video player and FM radio.
But for example I do not need the pedometer or the sleep monitor for example.
Here I share my extracted rom and my SSC info compatible with sp flash tool. Because I have installed several rom and none of them works or the touch or the screen is inverted.
I hope you enjoy it and I await your comments.
Greetings and thanks to everyone from now on.
https: // drive.google.com/folderview?id=1Drq7fxNNuDU3tg-Mus2DhWVYpADkJWde

Categories

Resources