Bootloop Activate CPU 1, 2, 3 - G4 Q&A, Help & Troubleshooting

Français :
Bonjour, je vous explique mon problème.
Mon LG G4 H815 (modéle 505) c'est retrouvé en bootloop suite à un mauvais contact du processeur.
J'ai donc décider de flasher un fichier .tot pour désactiver le Bigcore et cela à très bien fonctionner (v10d lollipop)
Mais un seul processeur (num 0) fonctionne, donc j'aimerais un fichier à flasher ou une autre solution pour activer les processeur 1,2,3 (seul le 4 et 5 ont des problème) Le téléphone fonctionne parfaitement quant le 1,2,3 sont actif
Je parle d'une manière définitive c'est a dire que le 0,1,2,3 puisse fonctionner normalement sans avoir à les activer avec kernel audiutor.
Si quelqu'un peut m'aider ou me donner une solution gratuite, je suis sur que sa existe.
Je tient à préciser que je suis prêt à tester n'importe quel solution
Je vous remercie beaucoup
PS : J'ai aperçu la solution ilAPO mais pour 25$ cela m'ennuie
English :
Hello, I explain my problem. :crying: :crying:
My LG G4 H815 (model 505) it is found in bootloop following a bad contact of the processor.
I decided to flash a .tot file to disable the Bigcore and it works very well (v10d lollipop)
But a single processor (num 0) works, so I would like a file to flash or another solution to activate the 1,2,3 processor (only the 4 and 5 have problems)
The phone works perfectly as the 1,2,3 are active
I speak in a definitive way that is to say that the 0,1,2,3 can operate normally without having to activate them with kernel adiutor.
If someone can help me or give me a free solution, I'm sure its exists.
I want to clarify that I am ready to test any solution
Thank you a lot
PS: I saw the solution ilAPO but for $ 25 it annoys me
Unfortunately I can not post screen

there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175

Levent2101 said:
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Click to expand...
Click to collapse
How to fix the bootloop in lg g4 stylus?

ThankYou
Levent2101 said:
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Click to expand...
Click to collapse
Thank you very much, it works but in the same way as adiutor.
The processors turn on when the smartphone starts and finish.
What I would like is a solution to modify some system file to have the 4 cores active directly in the boot (without software)
For information I decompile this application: https://forum.xda-developers.com/g4/development/ilapo-infinite-loop-auto-power-off-fix-t3404421
And this aplication changes this: /system/etc/init.qcom.post_boot.sh
So I think there can be a solution to directly activate the 4 processors at the boot?
Decompiler .class file:
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(5) braces fieldsfirst noctor nonlb space lnc
package cz.youber.g4ilapo;
import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.widget.Button;
import com.a.a.b.d;
import com.a.b.a;
// Referenced classes of package cz.youber.g4ilapo:
// g, MainActivity, h, i
final class f extends AsyncTask {
int a;
String b;
Activity c;
Context d;
f(Activity activity, Context context) {
a = 1;
c = activity;
d = context;
}
private transient Integer a(Integer ainteger[]) {
String as[];
String s;
g g1;
com.a.a.b.a a1;
if (ainteger[0].intValue() == 0) {
b = "mount -o rw,remount /system; sed -i -e 's/g4ilapofix=true/g4ilapofix=false/g' /system/etc/init.qcom.post_boot.sh; echo 0 > /sys/devices/system/cpu/cpu1/online; echo 0 > /sys/devices/system/cpu/cpu2/online; echo 0 > /sys/devices/system/cpu/cpu3/online; $(exit 1)";
} else
if (ainteger[0].intValue() == 1) {
b = "mount -o rw,remount /system; sed -i -e 's/g4ilapofix=false/g4ilapofix=true/g' /system/etc/init.qcom.post_boot.sh; echo 1 > /sys/devices/system/cpu/cpu0/online; echo 1 > /sys/devices/system/cpu/cpu1/online; echo 1 > /sys/devices/system/cpu/cpu2/online; echo 1 > /sys/devices/system/cpu/cpu3/online; $(exit 0)";
} else {
b = "mount -o rw,remount /system; if $(grep -Fq 'g4ilapofix' /system/etc/init.qcom.post_boot.sh); then if $(grep -Fq 'g4ilapofix=true' /system/etc/init.qcom.post_boot.sh); then $(exit 0); else $(exit 1); fi; else sed -i -e '$a\\g4ilapofix=false; if $g4ilapofix; then if $(pm list packages | grep -q 'cz.youber.g4ilapo'); then echo 1 > /sys/devices/system/cpu/cpu0/online; echo 1 > /sys/devices/system/cpu/cpu1/online; echo 1 > /sys/devices/system/cpu/cpu2/online; echo 1 > /sys/devices/system/cpu/cpu3/online; else echo 0 > /sys/devices/system/cpu/cpu1/online; echo 0 > /sys/devices/system/cpu/cpu2/online; echo 0 > /sys/devices/system/cpu/cpu3/online; fi; else echo 0 > /sys/devices/system/cpu/cpu1/online; echo 0 > /sys/devices/system/cpu/cpu2/online; echo 0 > /sys/devices/system/cpu/cpu3/online; fi' /system/etc/init.qcom.post_boot.sh; $(exit 1); fi";
}
as = new String[1];
s = b;
as[0] = s;
g1 = new g(this, as);
a1 = com.a.b.a.b().a(g1);
_L3:
if (!((com.a.a.b.a) (g1)).l) goto _L2; else goto _L1
_L1:
com.a.b.a.a();
_L4:
return Integer.valueOf(a);
_L2:
long l = 50L;
Thread.sleep(l);
goto _L3
Exception exception;
exception;
goto _L4
}
protected final transient Object doInBackground(Object aobj[]) {
Integer ainteger[] = (Integer[])aobj;
return a(ainteger);
}
protected final void onPostExecute(Object obj) {
obj = (Integer)obj;
if (((Integer) (obj)).intValue() != 0) goto _L2; else goto _L1
_L1:
cz.youber.g4ilapo.MainActivity.a().setText("DISABLE 4CORE FIX");
cz.youber.g4ilapo.MainActivity.a().setEnabled(true);
Button button = cz.youber.g4ilapo.MainActivity.a();
h h1 = new h(this);
button.setOnClickListener(h1);
_L4:
return;
_L2:
if (((Integer) (obj)).intValue() == 1) {
cz.youber.g4ilapo.MainActivity.a().setText("ENABLE 4CORE FIX");
cz.youber.g4ilapo.MainActivity.a().setEnabled(true);
Button button1 = cz.youber.g4ilapo.MainActivity.a();
i j = new i(this);
button1.setOnClickListener(j);
}
if (true) goto _L4; else goto _L3
_L3:
}
}
Click to expand...
Click to collapse

@dydy85230
It can't be done by modifying system file. My app, and the one that costs 25 bucks do the same thing. They modify same system file, but it can modify it only after phone boots. It doesn't stick, so on every boot the phone boots on one core. Only way it *might* be possible is some modified custom kernel, but I don't think there is any for G4 that does that...
Sent from my ZTE A2017U using Tapatalk

Levent2101 said:
there https://forum.xda-developers.com/g4/themes-apps/root-4-cores-activator-t3538175
Click to expand...
Click to collapse
stojshic said:
@dydy85230
It can't be done by modifying system file. My app, and the one that costs 25 bucks do the same thing. They modify same system file, but it can modify it only after phone boots. It doesn't stick, so on every boot the phone boots on one core. Only way it *might* be possible is some modified custom kernel, but I don't think there is any for G4 that does that...
Sent from my ZTE A2017U using Tapatalk
Click to expand...
Click to collapse
Ok thank you very much for this clarification.
The application works fine so it's perfect. :good:
However I will experiment with the file "init.qcom.post_boot.sh" while trying to modify it and integrate it with twrp and adb push
***
I would like to know about this post
I thank you very much

Related

[Project] WAP/MMS settings cabs for all operators

Hey people, I have successfully made a cab for installing O2-UKs wap and mms settings to WMXL (however this should work for LVSW/3DES.1/Black etc..).
I have a request can people PM me the settings for thier mobile carrier (dont forget the name of the carrier) and i will try to get a cab made.
Greetings,
Sounds like a plan.
In the meantime, is there anyway you could share your successful o2UK cab - having a mare getting all the settings working with WM6 - either t'interweb will work or MMS but not both. Strange I know but sadly true.
Call me greedy, but I want it all!
Cheers,
Leolion
I wouldnt hold your breath to be honest, it is looking less simple everytime I try stuff! It will install MMS stuff no problem, but the GPRS settings are proving troublesome. watch this space.
can this help?
my local SP created a cab for that, can you use it or learn from it?
it's for orange IL users.
not sure what does the operator.cab file does...
YOINK!!!! il get to work! thanks
EDIT: ive experimented with cpf files (the same as when the carrier send the settings over SMS) but its proving more troublesome than I can deal with. I might come back to this project having researched a bit more. sorry people
Oh well, I guess it was worth a try!
3 UK (Hutchinson 3G)
INTERNET
Name: 3
Modem: Celluar Line (GPRS, 3G)
APN: three.co.uk
Rest left blank
MMS
Name: 3 MMS
Gateway: mms.three.co.uk
Port: 8799
Server: http://mms.um.three.co.uk:10021/mmsc
Limitation: 100K (not sure about this one, please correct if anyone knows)
Should really make a cab for myself but i flash so many times that i know the settings off by heart lol.
EDIT: Sorry just read your last post properly, lol. Maybe just create a Wiki page that will have all the settings for each network listed in a central place. Not as easy as installing a cab but at least they will all be listed there and people can edit and update as time goes on. Just a thought.
S.K.
I hope this may help get you started again.
I have a cab file for the o2 settings that I originally used for my Universal.
Can not take credit for it myself, it is in the Universal forum somewhere.
And I use it on my Tytn with no problems regarding GPRS etc, other than MMS.
Had to alter the MMS settings to the following ( as i dont use MMS I just tried it and it does work )
Access point name: wap.o2.co.uk (contract customers) or payandgo.o2.co.uk (pay-as-you-go customers)
Username: o2wap (contract customers) or payandgo (pay-as-you-go customers)
Password: password
Authentication: Normal
Data bearer: GPRS
Gateway IP (proxy) address: 193.113.200.195
Session mode: Permanent
Port number: 9201
URL address: http://mmsc.mms.o2.co.uk:8002
ive got everything to work programatically except for the Proxy Entries....
can u PM me your proxy entries xml stuff?? ill send u the app for testing when its finished...
Orange Settings UK
anyone can upload Orange GPRS UK settings as cab file.
Thanks in advance.
never mind.... figured it out and works like a treat
Yer guys and gals, I didnt realise walshieu was so close to completion (shudda asked first (feels silly) ) So im going to forward the settings etc.. they should be in this program fairly soonish.
Dont forget people this will be in the v3 guide for the new version of WMXL.
If this can help, some config file for French Network
Orange
Orange GSM
Nom de connexion : Orange GSM
Porteuse de données : Appel de données
Numéro d'appel : +33674501100
Nom d'utilisateur : orange
Mot de passe : orange
Authentificationn : Normale
Page de démarrage : http://wap.orange.fr
Type de données : Numérique/RNIS
Débit de données maxi. : 9600
Sécurité connexion : Désactivée
Mode de session : Permanent
Orange GPRS
Porteuse de données : GPRS
Nom du point d'accès : orange
Nom d'utilisateur : orange
Mot de passe : orange
Authentification : Normale
Page de démarrage : http://wap.orange.fr
Sécurité connexion : Désactivée
Mode de session : Permanent
Orange MMS
Nom de connexion : Orange acte GPRS
Porteuse de données : GPRS
Nom du point d'accès : orange.acte
Nom d'utilisateur : orange
Mot de passe : orange
Authentification : Normale
Page de démarrage : http://mms.orange.fr
Sécurité connexion : Désactivée
Mode session : Permanent
Orange Web
Nom de connexion : Orange GPRS
Point d'accès : orange
Nom d'utilisateur : orange
Mot de passe : orange
DNS principal : 128.0.1.1
DNS secondaire : 128.0.1.2
Adresse IP : ne rien mettre
SFR
Wap GSM
Nom du Profil : WAP SFR GSM
Numéro de connexion : +33613000010
IP Principale / annexe : 195.115.025.129
Port principal / annexe : 9201
Nom utilisateur : Aucun
Mot de passe : Aucun
Page d'accueil : http://wap.sfr.net
Wap GPRS
Nom du Profil : WAP SFR GPRS
Point d'accès : wapsfr
Nom utilisateur : Aucun
Mot de passe : Aucun
Adresse IP Principale : 195.115.025.129
Numéro de port : 9201
Page d'accueil : http://wap.sfr.net
MMS SFR
Nom du Profil : MMS SFR GPRS
Point d'accès : mmssfr
Nom utilisateur : aucun
Mot de passe : aucun
Passerelle : 010.151.000.001
Serveur messages : http://mms1
Web SFR
Nom : WEB SFR GPRS
Point d'accès : websfr
Nom utilisateur : Aucun
Mot de passe : Aucun
Protocole réseau utilisé : TCP/IP
Adresse IP : Attribuée par le serveur
DNS primaire : 172.20.2.10
DNS secondaire : 194.6.128.4
Bouygues
Bouygues GSM
Nom de connexion : Bouygues GSM
Page d'accueil : http://wap.bouygtel.fr/
Porteuse de données : GSM
Numéro d'appel : +33660639639
Adresse IP : 212.208.044.125
Type d'appel : Analogique
Nom d'utilisateur : wap
Mot de passe : wapwap
Bouygues GPRS
Nom de connexion : Bouygues GSM
Page d'accueil : http://wap.bouygtel.fr/
Porteuse de données : GSM
Numéro d'appel : +33660639639
Adresse IP : 212.208.044.125
Type d'appel : Analogique
Nom d'utilisateur : wap
Mot de passe : wapwap
Bouygues MMS
Nom de connexion : Bouygues MMS
Page d'accueil : http://mms.bouyguestelecom.fr/mms/wapenc
Porteuse données : GPRS
point d'accès :, mmsbouygtel.com
Adresse IP : 062.201.137.017
Nom d'utilisateur : ne rien mettre
Mot de passe : ne rien mettre
Bouygues Web
Nom de connexion : Bouygues Web
Page d'accueil : http://wap.bouygtel.fr
Point accès : ebouygtel.com
Adresse IP : 062.201.137.017
Nom d'utilisateur : ne rien mettre
Mot de passe : ne rien mettre
There is a cab floating around for Cingular/AT&T but the settings are incorrect.
CUSTEL said:
There is a cab floating around for Cingular/AT&T but the settings are incorrect.
Click to expand...
Click to collapse
well when you figure them out let us know
walshieau said:
well when you figure them out let us know
Click to expand...
Click to collapse
Trying so I can switch back to wm6 , I went back to the latest cingular rom and upon initial install there is an auto cab install which is not the files that are in the extended rom but rather cingular settings for media net, sms, data connection, etc. Is there any way to pull these files from the rom?
CUSTEL said:
Trying so I can switch back to wm6 , I went back to the latest cingular rom and upon initial install there is an auto cab install which is not the files that are in the extended rom but rather cingular settings for media net, sms, data connection, etc. Is there any way to pull these files from the rom?
Click to expand...
Click to collapse
yes there is... what ROM did you install and ill extract the correct information...
walshieau said:
yes there is... what ROM did you install and ill extract the correct information...
Click to expand...
Click to collapse
It is this rom http://rapidshare.com/files/1734349...WE_2_1_.06.502.3_6275_1.33.31.00_108_Ship.exe
Thank You
CUSTEL said:
It is this rom http://rapidshare.com/files/1734349...WE_2_1_.06.502.3_6275_1.33.31.00_108_Ship.exe
Thank You
Click to expand...
Click to collapse
i have that one already.. let me see what i can get out of it tonight for you...
T-Mobile (The Neherlands):
You can vind all settings here:http://rapidshare.com/files/22185221/T-Mobile.CAB
All Dutch Provicers:
Also there is a cap file with all Dutch Operator settings inclusive logo's:
http://rapidshare.com/files/22184978/NLRetailWM50.cab
I'm not shure if all settings are correct, but according to Dutch forum, it all has to work! I only tested T-Mobile
Good luck!

Problems cooking - How to upgrade XIP of my ROM

I´m having problems upgrading XIP and SYS from 1.37 Spanish Base ROM to new WWE_1.93.831.1 ROM.
I´m using surface kitchen, and i just copy extracted OS.NB from 1.93.831.1 ROM to ROM directory in my kitchen. What i´m doing worng?. My diamond boot and start coping files, but it reset befor calibration screen apears. It´s so strange, so original 1.93.831.1 ROM works perfectly on my device....
Please can someone help me to finish my cooking.
UPDATE: If I flash WWE_1.93.831.1 Stock ROM don´t have the problem of automactly reboot before screen calibration. Do I need to upgrade SPL to 1.93 version to make a cooked ROM based on 1.93 XIP?
Thanks.
Hello,
trying to import the XIP of build 19965 a OS.NB-Playload it will need the xip.bin and address 320000 debut of xip, you leave the file in the folder ROM / XIP / boot.rgu
dr-jo said:
Hello,
trying to import the XIP of build 19965 a OS.NB-Playload it will need the xip.bin and address 320000 debut of xip, you leave the file in the folder ROM / XIP / boot.rgu
Click to expand...
Click to collapse
I only overwrite original \ROM\OS.NB with \ROM\OS.NB from new ROM, so surface kitchen don´t import new XIP inside ROM directory into OS.NB, just take XIP from OS.NB.
What kitchen should I use for a good SYS and XIP porting?, on trinity I get sucess with ervius kitchen, but I don´t know what is the best kitchen for Diamond... Any idea?..
Thanks for helping.
Hello,
In the kitchen I looked and taken example http://bbs.dpdclub.com/thread-2898-1-1.html
Then I dumped the Rom 1.93.456.2 WWE-ME, and there are tools to bring the XIP in the file os.nb-Playload (and put it in the dossier (ROM) save OS.nb-Playload) in the dossier XIP put simply BOOT.rgu and change
[HKEY_LOCAL_MACHINE \ MUI]
"Enable" = dword: 1
[HKEY_LOCAL_MACHINE \ MUI]
"SysLang" = dword: 40c
[HKEY_CURRENT_USER \ MUI]
"CurLang" = dword: 40c
excused my English
####
Pour la cuisine j’ai regardé et pris exemple sur http://bbs.dpdclub.com/thread-2898-1-1.html
Ensuite j’ai dumpé la rom 1.93.456.2 WWE-ME, et il y a tout les outils pour porter le XIP au fichier os.nb-Playload (et mettre dans le dossier (ROM) mettre OS.nb-Playload), dans le dossier XIP mettre simplement le BOOT.rgu et modifier
[HKEY_LOCAL_MACHINE \ MUI]
"Enable" = dword: 1
[HKEY_LOCAL_MACHINE \ MUI]
"SysLang" = dword: 40c
[HKEY_CURRENT_USER \ MUI]
"CurLang" = dword: 40c

bada SDK for research...

This is a2 of 2.0 SDK...
Link removed...
Request.
Maybe someone can upload or Link to Alpha of bada 1.0 please.
Thanx in advance.
Best Regards
[GUIDA] Creare applicazioni per Bada
METODO 1:Bada App Builder [/B] un tool che rendà accessibile a tutti la creazioni di applicazioni per Bada.Pensate per coloro che non hanno tempo di acquisire conoscenze specifiche nell’ambito della programmazione, Bada App Builder consentirà di creare applicazioni in 3 semplici passaggi, garantendo a tutti la possibilità di dare un contributo sostanziale all’oceano Bada. Attraverso questo strumento la realizzazione di un app non richiederà che 15 minuti, permettendo, a realizzazione compiuta, la pubblicazione del proprio progetto direttamente sull’App Store.Bada App Builder non richiede altro all’utente che la selezione di: layout, contenuti e logo. Dopo questi semplici passaggi verrà consentita la pubblicazione della propria applicazione. Bada App Builder ed è compatibile con tutti i sistemi operativi di casa Microsoft e Linux. Permetterà di creare delle applicazioni dedicate proprio alla nuova relase del sistema operativo di Samsung. L’utilizzo è semplice, essendo un software punta e clicca e di conseguenza con le procedure guidate, si potrà creare il proprio software in meno di 20 minuti.Il gioco è fatto. Ovviamente si potrà anche inviare a Samsung per un controllo. Quindi, nuovi e vecchi developer, fatevi avanti per sbarcare su Samsung.
Tutt’ora Bada App Builder è in release scaricabile dal seguente link [DOWN]http://www.fileserve.com/file/777CNT2[/DOWN]
mentre la giuda è scaricabile da qui [DOWN]http://www.fileserve.com/file/vDkBdxm[/DOWN]
METODO 2:Codemotion Pensato da samsung per sviluppare Samsung Apps in modo semplice e rapido.
[DOWN]http://www.codemotion.it/samsung-bada-lab-invitation-adventure[/DOWN]
adfree said:
http://www.megaupload.com/?d=AIWU90NZ
http://www.megaupload.com/?d=TCG1ZBRE
This is a2 of 2.0 SDK...
Request.
Maybe someone can upload or Link to Alpha of bada 1.0 please.
Thanx in advance.
Best Regards
Click to expand...
Click to collapse
Thank you man, so we can test our apps in some crazy ways.
Please, maybe someone could share old SDK and PlatformDownloader:
bada-SDK_1.0.0b2rc4.exe
bada-SDK_1.0.0b2_rc2_target.zip
PlatformDownloader_B8.exe
PlatformDownloader_B6_B7.exe
Thanx in advance.
http://static.bada.com/releasenotes/1.0.0b2.html
http://static.bada.com/releasenotes/1.0.0b2rc4.html
http://static.bada.com/releasenotes/1.0.0b2rc5.html
Best Regards
Oh... not realized that badaEmulator.exe can start alone...
Tools\Emulator\Bin
Code:
serial1 = yes
serial1.port = COM90
serial2 = yes
serial2.port = COM91
Maybe it is possible to work with WinComm or send Commands...
Best Regards
Lets try again...
I'm playing with SDK 2.0.3... yes I have latest... but...
Emulator first since SDK 2.0.0b1 known...
What we have:
FactoryFs_Emul_Wave.img --- not extractable easily yet...
apps.bin --- use HexEditor to look into...
Wave_Remaker can extract these files...
Thanx.
Code:
CSC_Emul_Wave.rcs.org
Rsrc2_Emul_Wave(Low).rc2
Rsrc_Emul_Wave.rc1.org
No idea if RC2 file accept Debug Level higher then Low... will try later...
Now "mainproblem"... how to inject files?
Best Regards
...Model\WaveWVGA\Emulator\Configuration
emulator.properties
This "text" affect also if you start only badaEmulator.exe
First change I did:
Code:
# supported scale factors are only 0.5, 0.75, and [B]1.0[/B]
window.scale=[B]1.0[/B]
Now full 480 x 800 Pixel...
Next I will play with this, for better position...
Code:
# emulator window position
Now I make new files with Wave Remaker... maybe faster start...
Remove Fonts etc...
Maybe I did something wrong but maybe TTF from CSC not used... so maybe 0 files possible...
CSC_Emul_Wave.rcs.org is 66 MB... now...
Lets see later...
Best Regards
I have removed complete TTF files from CSC...
I've lost German Umlaut, but Fonts are still visible...
So Windows Font or something else is used...
I have changed between English and German... can't see more missing stuff...
My CSC_Emul_Wave.rcs.org is now shrinked to 30 MB...
Code:
qemu_find_file failed! (x:\bada\2.0.3\Model/WaveWVGA/Emulator/[B]LSI.csi[/B])
[mount_image] Cannot find file (LSI.csi)
qemu_find_file failed! (x:\bada\2.0.3\Model/WaveWVGA/Emulator/Configuration/[B]aqua_log.conf[/B])
If I config
Code:
# yes - use IDE, send log message to IDE, add '-use-ide' option
# no - not use IDE, send log message to file(aqua_log.txt)
use.ide=[B]no[/B]
Then I have in Logs...
aqua_log.txt
Code:
0051.134,INFO,P32,T00,A121,OspMain (32) > Application started.
Not really amazing...
RC2 edit to Debug Level High... I can not see any difference...
Best Regards
Oh... it seems my RC2 Mod is working.
Cool, now also few more infos in aqua_log.txt
As it seems exact this from Blue Screen...
Best Regards
U O
FactoryFs_Emul_Wave.img
Here WRITE ... it is NOT ROM Image... read only...
With OLLYDBG.EXE I can find something... "in badaEmulator.exe"...
256 MB Block... but it seems not FAT so I am not smart enough to find solution for extract files from *.img.
But Algo must somewhere included as write access to this FactoryFs_Emul_Wave.img
Best Regards
Really funny...
You can play with SWF files, if you want...
Here I have only short tested ScreenLock.imswf from old XXJL2... bada 1...
Seems not compatible...
I have now 2 more ideas...
Will check if S8600 stuff... and or...
Best Regards
Edit 1.
Screenshot number 3... is taken from S8600
It is quick and dirty created but it is easy to replace some Pics...
No idea if Animated GIFs are possible... this is PNG...
Best Regards
Code:
# yes - enable aqua LOG
# no - disable aqua LOG, add '-no-log' option
Found this in 2.0.0b2... and..
com0com-setup.exe
So maybe I move back...
Best Regards
Connected to the bada IDE!
The "COM0" port did not open.
Click to expand...
Click to collapse
Small progress...
IDE open ... and Broker.exe...
Now second attempt...
With Event Injector you can make some folder/files visibe from FactoryFs_Emul_Wave.img
Best Regards
Second attempt...
No idea why, but Event Injector seems only started if IDE...
So I have closed IDE...
Broker.exe...
The "COM0" port did not open.
Click to expand...
Click to collapse
Found this in 2.0.0b2... and..
com0com-setup.exe
Click to expand...
Click to collapse
Hmmmmm. Maybe this file is the magic...
But I will better move to other PC.. to prevent absolute chaos with my Com Ports...
Best Regards
After I have realized, how to identify *.so files...
http://forum.xda-developers.com/showpost.php?p=25804534&postcount=24
First test was to modify few Bytes in FactoryFs_Emul_Wave.img, to see if Manipulation is fast detected...
I have manipulate MediaExplorer.so content.
Emulator starts normal... I can see all stuff.
Only if I click on my Files... Bluescreen.
Tested on 2.0.0b1
Attached is extracted file...
It is MediaExplorer.so, much shorter as in handset...
Best Regards
Investigate in Broker.exe
Broker.exe -h
Code:
Usage: broker
[-hgvd] [-i APP_ID] [-f APP_FOLDER] [-l APP_FILE] [-p <int>] [-r APPS_ROOT] [-
dbginfo-folder=DEBUG_INFO_FOLDER] [--painfo-folder=SM_INFO_FOLDER] [--gdi-only]
[--gsi-only] [--gmcr-only] [--ddm] [--dsm] [--dtm] [--dup] [--drf] [-s <int>] [
-connect-emul] [--gmon] [--del-res]
-h, --help Displays help on the command line parameters
-i, --app-id=APP_ID Inputs an application ID
-f, --app-folder=APP_FOLDER Inputs an application folder
-l, --app-file=APP_FILE Inputs an application binary file
-p, --port=<int> bada IDE socket port. ex) --port=6200
-g, --debug Debug mode
-r, --apps-root=APPS_ROOT Application root folder in a target.
default: "/Osp/Applications"
-v, --version Displays a version
--dbginfo-folder=DEBUG_INFO_FOLDER the local folder to get debug information
iles
--painfo-folder=SM_INFO_FOLDER the local folder to get performance analyzer i
formation files
--gdi-only Only Get Debug Information
--gsi-only Only Get SubMarine Information
--gmcr-only Only Get Memory Usage Checking Result
--ddm Disable to send/receive bada debug messages
--dsm Disable to send/receive submarine messages
--dtm Disable to relay bada trace messages
--dup Disable to upload
--drf Disable to remove application folder
-s, --pa-port=<int> Performance Analyzer socket port. ex) --pa-port=720
-d, --pa-debug Performance Analyzer Debug mode
--connect-emul Connect to Emulator
--gmon gmonitoring enable
--del-res Remove icons, resources, and data files on the targ
t.
Invalid command line argument!
Maybe I can use Broker to open Ports...
Best Regards
I have managed to install my own Apps...
Tested with 2.0.5 and Broker.exe from 2.0.0b1...
Still need IDE... and only with Win 7...
As XP block access to full folder...
Best Regards
static.bada.com/sdk-update/1.0.0b2rc4/Wave/Wave_1.0.0b2rc4.zip
static.bada.com/sdk-update/1.0.0b2rc5/Wave/Wave_1.0.0b2rc5.zip
Missing such files...
Code:
PlatformDownloader.exe
bada-SDK_1.0.0b1-RC1.zip
PlatformDownloader_B8.exe
PlatformDownloader_B6_B7.exe
bada-SDK_1.0.0b2_rc2_target.zip
bada_SDK_1.0.0b3_partner_packaged.zip
bada_SDK_1.0.0b3.exe
PlatformDownloader.exe
1.0.0b2_rc7
Maybe someone is able to find more valid Links... before bada complete dead...
Best Regards
http://dpimg.ospos.net/contents/dd/seoul/CertificationProcess.pdf
http://dpimg.ospos.net/contents/tutorials/bada-V1.0.0b2-rc4/badaTutorial.Security.pdf
http://dpimg.ospos.net/contents/tutorials/bada-V1.0.0b1/badaTutorial.Overview.pdf
http://dpimg.ospos.net/contents/tutorials/bada_1.0.0b2/badaTutorial.Application.pdf
http://dpimg.ospos.net/contents/tutorials/bada_1.0.0b2/badaTutorial.Communication.pdf
http://dpimg.ospos.net/contents/tutorials/bada_SDK_1.0.0/badaTutorial.UIExtension.pdf
http://dpimg.ospos.net/contents/tutorials/bada-V1.0.0b2-rc4/badaTutorial.DevelopmentEnvironment.pdf
http://dpimg.ospos.net/contents/tutorials/bada_1.0.0b2_RC6.3/badaTutorial.sdkTarget.pdf
http://dpimg.ospos.net/contents/tutorials/bada_1.0.0b2_RC6/badaTutorial.Media.pdf
http://dpimg.ospos.net/contents/tutorials/bada_1.0.0b2_RC6/badaTutorial.sdkTarget.pdf
http://dpimg.ospos.net/contents/doc...ramework/classOsp_1_1Locales_1_1Currency.html
http://dpimg.ospos.net/contents/apis/bada/bada-V1.0.0a2/framework/classOsp_1_1Media_1_1Image.html
http://dpimg.ospos.net/contents/docs/apis/bada-V1.0.0b1/classOsp_1_1System_1_1SystemInfo.html
http://dpimg.ospos.net/contents/docs/apis/bada-V1.0.0b1/classOsp_1_1Ui_1_1Controls_1_1Keypad.html
http://dpimg.ospos.net/contents/en_US/developer/apis/images/contest/dd/B4-Game_in_bada.pdf
http://dpimg.ospos.net/contents/doc...sp.apireference.help/group__CplusplusSTL.html
View Links...
Best Regards

WPA calculator Java port

WPA calculator Java port
Salve ho trovato girando per il web k si sta tentando la creazione di un'app in java che permetta di scovare la password di reti tramite wifi! Allego sotto i vari processi.. se a qualcuno interessa e mastica con i java si faccia avanti! GRAZIE!!
/**
* Attemts to write the WPA key generation algorithm in Java
* following the PHP code from evilsocket
*
* To debug this hexadecimal ****, you can use hexdump or, for
* binary mask use bc
*
* $ bc
* bc 1.06.95
* Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc.
* This is free software with ABSOLUTELY NO WARRANTY.
* For details type `warranty'.
* ibase=16
* obase=2
* 32
* 110010
*/
import java.io.StringWriter;
import java.io.ByteArrayOutputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class wpa {
static boolean debug = true;
static byte[] seq_20 = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x22, 0x33, 0x11, 0x34, 0x02,(byte)0x81,
(byte)0xFA,0x22,0x11,0x41,0x68,0x11,0x12,
0x01,0x05,0x22,0x71,0x42,0x10,0x66
};
/**
* Returns a byte with size 1s from start (0-index).
*
* For example
* getMask(0, 8) return 0xff
* getMask(0, 1) return 0x01
* getMask(1, 1) return 0x02
* getMask(2, 1) return 0x04
* getMask(0, 5) return 0x20
*/
static private byte getMask(int start, int size) throws Exception {
byte mask = 0;
if ((start + size) > 8)
throw new Exception("Your mask is ****ing too big");
for (int cycle = start ; cycle < (start + size) ; cycle++)
mask |= 1 << cycle;
return mask;
}
static private byte[] MD5(byte[] msg, int size) throws NoSuchAlgorithmException {
MessageDigest digester = MessageDigest.getInstance("MD5");
digester.update(msg, 0, size);
return digester.digest();
}
public static void main(String[] args) {
String ssid = "FASTWEB-1-00036FD2B04C";
Integer test = new Integer(5);
String[] sn = ssid.split("-");
ssid = sn[2];
//System.out.println("" + ssid);
byte six[] = seq_20;
int cycle;
for (cycle = 0 ; cycle < 6 ; cycle++) {
six[cycle] = (byte)Integer.parseInt(
ssid.substring(2*cycle, 2*cycle + 2), 16);
if (debug)
System.out.write(six[cycle]);
}
byte[] md5 = null;
try {
if (debug)
System.out.write(six);
md5 = MD5(six, 26);
if (debug)
System.out.write(md5);
} catch(Exception e) {
System.out.println("PORCODIOOOO: " + e);
System.exit(1);
}
// calcolo i 5 byte formati da 5 bits a mano
byte[] five = new byte[5];
try {/**
* Quando i 5 bits provengono da due byte contigui
* succede che devi abbassare rispetto allo start
* del primo ed alzare il secondo della size del primo.
*
* FIXME:
* ((getMask(l, m) & md[a]) >> l) |
* (getMask((l + m) % 8, 5 - m) & md[a + 1] << m)
*
* java - Behaviour of unsigned right shift applied to byte variable - Stack Overflow
*/
// il primo byte è formato dagli ultimi 5 bits
// del primo byte
five[0] = (byte)((getMask(3, 5) & md5[0]) >>> 3);
// i primi 3 del primo e gli ultimi 2 del secondo
five[1] = (byte)(((getMask(0, 3) & md5[0]) << 2)
| ( ((getMask(6, 2) & md5[1]) & 0xff) >>> 6));
// i seguenti 5 bits del secondo (fino al primo)
five[2] = (byte)((getMask(1, 5) & md5[1]) >>> 1);
// il primo del secondo e gli ultimi 4 del terzo
five[3] = (byte)(((getMask(0, 1) & md5[1]) << 4)
| (((getMask(4, 4) & md5[2]) & 0xff) >>> 4));
// infine i primi 4 del terzo
// più l'ultimo del quarto
five[4] = (byte) (((getMask(0, 4) & md5[2]) << 1)
| (( (getMask(7, 1) & md5[3]) & 0xff) >>> 7));
} catch(Exception e) {
e.printStackTrace();
}
for (cycle = 0 ; cycle < 5 ; cycle++) {
five[cycle] =(byte)(
five[cycle] > (byte)0x0a ? five[cycle] + (byte)0x57 : five[cycle]);
}
if (debug) {
System.out.write(five[0]);
System.out.write(five[1]);
System.out.write(five[2]);
System.out.write(five[3]);
System.out.write(five[4]);
System.out.write(0x00);
System.out.write(md5[0]);
System.out.write((md5[1] & 0xff)>>> 6);
System.out.write(md5[2]);
System.out.flush();
}
String WPA = "";
for (cycle = 0 ; cycle < 5 ; cycle++) {
WPA += String.format("%02x", five[cycle]);
}
System.out.println(WPA);
}
}
Speriamo di riuscire in tutti a finire questa app perchè è sempre utile quando si è fuori casa e si deve controllare qualcosa sul web!!
Please we are not all Italian then respect English language !!!
We do effort to wright English but we aren't !!!
Then stop please posted too many thread !!
This is not a forum just for one specialist phone but its like Colosseum were all member's from all country read !!!
If you want to speak spanish or portugese or what ever language this is....Feel free to do it if you feel more comfortable...But always speak english first and then your language..Tirgrouzen said the rest...
I'm german...
what does this tool do? How can i use it?
Seems a copy-paste of an attempt to port to Java of an algorithm to decrypt a default wpa key used by the routers of specific providers.
Let me remind you that this action is illegal .
Attemts to write the WPA key generation algorithm in Java

beIN SPORTS Erreur 288 (0)

hi
i installed Bein Sports on my phone I9192 who has the samsung galaxy s6 & n5 rom for mini (i9192 only)
https://play.google.com/store/apps/details?id=ptv.bein.mena&hl=fr
but when i launch the application and want to watch HD channels ( beni HD1, bein Hd2...) an error 288 (0) appear : " votre appareil est jailbreaké, vous ne pourrez pas utiliser toutes les foncionalités de l'application. " (your device is jailbroken, you can not use all of the application foncionalités)
i think this message appear because my phone is rooted any solution to fix this issue and to use this application with rooted device
thanks a lot for your help :highfive:
any help please
how to fix your device is jailbroken, you can not use all of the application foncionalités on rooted device thanks

Categories

Resources