[DEV] S8530 lcd panel pdf - Android Development on Bada

Hydis HVA37WV1
http://www.hydis.com/eng/03_product...=Mobile&openBox=0&subBox=null&openSubBox=null
DATASHEET :
https://rapidshare.com/files/4178364448/hva37wv1-m01_preliminary_product_spec__20110218.pdf
HOPE NOW WE HAVE ANDROID ON S8530!!!

Thanks, now I see that its IC display driver is
LG4573
http://www.trulydisplays.com/tft/driveric/Driver IC LG4573.pdf
not NT35510 like in Hydis panels in Galaxy series, so we must change some code.
Can you try to find NT35510 datasheet? It's not mandatory, but I would like to take a look into it also.

NT35510 Datasheet
Hi @Rebellos.
I think I found the
Sorry my bad English

rebellos said:
thanks, now i see that its ic display driver is
lg4573
http://www.trulydisplays.com/tft/driveric/driver ic lg4573.pdf
not nt35510 like in hydis panels in galaxy series, so we must change some code.
can you try to find nt35510 datasheet? It's not mandatory, but i would like to take a look into it also.
Click to expand...
Click to collapse
geme difficult job !!!
But find some thing !!
You can find kernel and driver on Huawei Ideos X5 U8800 mobile last version
http://pastebin.com/zQ6uAbm2
Kernel Source :
http://www.huaweidevice.com/worldwi...=toDownloadFile&flay=software&softid=Mzg2OTQ=

@Up:
This one I found already, but thx.
byercanx said:
Hi @Rebellos.
I think I found the
Sorry my bad English
Click to expand...
Click to collapse
Hey, thanks, but it isn't datasheet of NT35510, but only short schema of some LCD mounted with NT35510.

Maybe, the LCD of the Samsung I9003 (European version) is the same. The source code with drivers for it, it is here... h t t p s ://opensource.samsung.com/
There is various sources codes with drivers that if we mix it, we can install Android to the S8530.
Sorry for my english.

http://forum.xda-developers.com/showpost.php?p=18522481&postcount=41
Maybe usefull.
But at the moment I can't see this...
Need more details, then I could compare S8500 and S8530.
Best Regards

I've already got datasheet for LCD controller (thanks to Tigrouzen), that's all we need. Now I need some time to get straight with more important jobs and this will be done for sure.

There's Galaxy Nexus Dump but not kernel

porting android on s8530
hi, i'm not a dev but i think about something... Instead of porting a galaxy s rom, why not porting a nexus s rom? The nexus s has the same hardware as the wave 2 , the nexus s sold in europe have SCLCD screens like the wave 2 unlike they have 4".

Foxhynter said:
hi, i'm not a dev but i think about something... Instead of porting a galaxy s rom, why not porting a nexus s rom? The nexus s has the same hardware as the wave 2 , the nexus s sold in europe have SCLCD screens like the wave 2 unlike they have 4".
Click to expand...
Click to collapse
We are taking SCLCD driver from Nexus S, that it has got similiar panel, but different controller, so it still need alot of work on control sequences anyway.

please helpppp how to install android on samsung s8530?

hossamnasser said:
please helpppp how to install android on samsung s8530?
Click to expand...
Click to collapse
There is currently no way to get android on the s8530. Hence why this topic is here. Please use the search function before posting.
Posted from android on wave.

Someone is able to find S8600 related documents?
Or all in wait position...
Can someone search for more infos...
Google for instance.
How hard it is to integrate Display Driver?
Are changes "few Bytes" or few MB ?
No idea.
Bootloader contains Display Driver...
Maybe someone can please explain few parameters in ELF files... DDLC2 India INU Version have these additional Bootloader ELF files...
Now less differences in adresses... so maybe now more chance to identify some Display related...
Best Regards

How hard is it to integrate display driver?
All depends what's already done. In I9000->S8500 driver port it's actually matter of changing few lines to get LCD working (with initialization by SBL, haven't bypassed this yet)
Though for S8530 Oleg had to write it basing on driver for similiar lcd but for TI OMAP CPU. So it was bunchload of work, but it's done and working. So nothing's impossible, it's always matter of time and will or money (yea, one of the 2 last).

http://forum.xda-developers.com/showpost.php?p=24872058&postcount=159
Can someone please try and report?
Thanx.
Please caution. NOT tested!
Btw...
http://code.google.com/p/badadroid-kernel/source/detail?r=ba495cc7bae67794add1387e94a580bd35101f06
Thank you very much nbates66
Best Regards

There is progress to LCD Driver's? : Прохладно:

About Screenlock...
Someone knows M210S Display data?
Because on my S8500 M210S Firmware runs correct... I can see all and Screen awake after pressing Lock key...
Thanks, but it's unnecessary - difference is obvious - S8500 is waking up AMOLED screen based on TL2796 chip, for which we've got complete driver from I9000. S8530 is waking up SCLCD screen based on damned LG4573, and only reference driver we've got for it is some old omap phone. There's trouble with configuring the screen after putting it out of the reset, causing it not power on properly.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=39210275&postcount=1200
Best Regards
---------- Post added at 07:08 PM ---------- Previous post was at 06:23 PM ----------
This I can find in S8500 AND S8530 AND M210S Firmware + Boot... ELF...
Code:
LDI_TL2796
lcd/LDI_TL2796_Lismore.c
LDI_TL2796_Lismore.o
LDI_TL2796_Lismore.h
LCD_Driver.h
LDI_TL2796_Power_On
LDI_TL2796_Power_Off
I can not find "LG4573" as test String in Boot ELF nor in apps_compressed.bin...
For Wave 2 (S8530) Samsung used very smart this:
Code:
lcd/LDI_TL2796_[B]WAVE37[/B].h
Anyway...
Maybe deeper investigation in ELF files from INU... indian Firmware, because S8530 + S8500 ELF files available... for compare...
Now I will try to find these Chips... if visible in schematics or Pics...
Best Regards

JVLC2 TUR Both S8500 and S8530 also has ELF files
and BTW if you google "LDI_TL2796" this then you can find thishttp://pastebin.com/ux191gyQ
LDI_TL2796 : LDI_S6E63M0_Power_On [hwrev > S8200_UNIV_B7]
LDI_TL2796 : LDI_S6E63M0_Power_On [hwrev >= S8200_REV03]
Click to expand...
Click to collapse
Edit : Seems these strings from S8500 XXJB6

any progress
Any progress on the s8530 lockscreen wake up problem its the only thing that stopping us from using android on my wave 2, 24 X 7
Developers really appreciate all your work

Related

Possible to run another OS on the StarTek?

I have the Cingular 3125 running WinMo 5. Can I install Linux on this phone? What non-Windows OS would run on this phone? Thanks.
I think this is possible. Qtek have is OMAP CPU.
KitSover said:
I think this is possible. Qtek have is OMAP CPU.
Click to expand...
Click to collapse
That would be great. Has anyone done it?
Can anyone suggest how I could do it?
Thanks
some linux projects like Xanadux ports on some htc families like typhoon , Hurricane and Tornado ( i.mate sp5 )
you can see , learn , and download all what you need in here .
who know ... maybe one of you guys can run linux on startrek
ceramic said:
some linux projects like Xanadux ports on some htc families like typhoon , Hurricane and Tornado ( i.mate sp5 )
you can see , learn , and download all what you need in here .
who know ... maybe one of you guys can run linux on startrek
Click to expand...
Click to collapse
That's a great link. Thanks.
If I can't get Linux running on the StarTrek myself, I will give my phone to one of the developers working on the Linux for phones project(s). I have 2 wall chargers, a car charger and a bunch of other accessories for my phone. The phone is like new.
Linwizard on StarTrek
See: http://vimeo.com/2114567
Beyond what's shown in the video, I was later able to get an interactive shell over USB and start X. I started working on some very, *very* rudimentary steps to support the phone's buttons, but I lost interest fairly quickly due to the limitations of working with the phone and my own inexperience with lower-level Linux stuff.
The patches I made for the keymaps are on GitHub.
If anyone else sees this thread and has the time/expertise to work on it some more, check out #htc-linux on irc.freenode.net.
Mounts ago i have tested android but was too slower for this device...
BHSPitMonkey said:
See: http://vimeo.com/2114567
Beyond what's shown in the video, I was later able to get an interactive shell over USB and start X. I started working on some very, *very* rudimentary steps to support the phone's buttons, but I lost interest fairly quickly due to the limitations of working with the phone and my own inexperience with lower-level Linux stuff.
The patches I made for the keymaps are on GitHub.
If anyone else sees this thread and has the time/expertise to work on it some more, check out #htc-linux on irc.freenode.net.
Click to expand...
Click to collapse
Hi man
what about phone services like bluetooth , radion , camera ....?
what can you use your device with linwizard ? 50% ?
what can i do for progress ?
where i must begin ?
MountainX said:
I have the Cingular 3125 running WinMo 5. Can I install Linux on this phone? What non-Windows OS would run on this phone? Thanks.
Click to expand...
Click to collapse
You can try android from the guys at wing-linux, heres my post on the tornado section, use the files i used on my tornado and android "should" boot up since the strtk has the same omap850 cpu, follow the instructions i provided, good luck.
heres my post
Note: the keys will be messup as theres no keyconfig for the startk.
Hi rafyvitto . i have some basic questions :
1. In download page I found some cabs for other devices ( like prophet , wizard .... ) . can you make a special cab for startrek ?
2. when this project would be in final release ?
sorry for my bad english
ceramic said:
Hi rafyvitto . i have some basic questions :
1. In download page I found some cabs for other devices ( like prophet , wizard .... ) . can you make a special cab for startrek ?
2. when this project would be in final release ?
sorry for my bad english
Click to expand...
Click to collapse
Go to my post and read the instructions...it says:
Files that need to be Downloaded:
wing-linux-0.4pre4.zip
After your done downloading this installed only these 2 cabs in your storage card:
1.wing-linux-0.4pre4-rootfs.cab
2.wing-linux-0.4pre4-excalibur.cab
Click to expand...
Click to collapse
Android and Startrek
I've been working with the awesome guys over at wing-linux for the past few days, and we now have a working configuration for the Startrek. Expect to see it in their source tree sometime this week.
I'll start a new thread in this forum with details soon, but at the moment all I can offer is this bit of enticement:

SOS! T4242+ Spanish WM 6.5 ROM Needed

Hello everybody and regards to masters of HTC and clones. I'm from Chile, some days ago i bought a T4242+ from China, as many people here I was fooled too. Device is cool for the price, but i need to upgrade ROM to see if some features can improove general performance. I've searched a lot of forums, here and others and i haven't found solution, this is my situation:
1.- I have this Software:
WM 6.1 Professional
SO CE 5.2.20758 (Compilación 20758.1.4.1)
PDA versión : V03.06.00
PDA Construir : S0908051825(1.33)_BV
Stack Versión : V02.42
Stack Construir: May 16 2009 07:05:05
Radio Versión : 1.3
Radio Package : 2.2
2.- And this Hardware:
CPU Marvell PXA300
Rate 624 MHz
ROM 256MB
RAM 128MB
3.- Hard Reset buttons are:
Green+ Red + Power
No options screen pop's up, just do the Hard Reset at first button combination pressing.
4.- USB Mode Buttons
Volume Down + Power
White screen pops up with this message: "USB Update Mode!" (I don`t know what can i do from this screen)
5.- I don't know if i can flash my ROM with this specifications, neither if there is a spanish ROM to update. I've red a lot of flashing formulas and i'm a little confused , so i need someone to explain step by step (including some software i may need) what to do with this if i find the ROM.
Thank you so much, hope you can help me.
Jorge
PD: Sorry about my poor english, i swear i'll sharp it.
Unfortunately, there is no rom here that will work on your device...
Clones have a very different hardware, compared to the original phone.
You best shot is to dig in the chineese forum i found here, assuming you use google to translate, or understanding chineese, but there is little hope you will find a spanish rom there...
If you are courageous enough, you can try to cook yourself one based on the information you may gather there, but i don't think what you will find on xda is usefull for that, as the tools here are made with HTC in mind, and clones are like devices from other manufacturer (motorola, palm...), regarding the cooking of rom.
But don't try to flash a rom from here to your device, as it will most likely result in a bricking of your phone!
t4242+ ROM
Everything is working very well.
http://www.imprinthk.com/download/T4242+/T4242+_WM6.5_EN.zip <----English
http://www.imprinthk.com/download/T4242+/T4242+_WM6.5_SP.zip <----Spanish
http://www.imprinthk.com/download/T4242+/T4242+_WM6.5_IT.zip <----Italian? (I didnt download it.)
Edited: Links are down.
For 42424 (not +): http://rs121.rapidshare.com/files/350601133/T4242_WM6.5_Eng.zip
ranahan said:
t4242+ ROM
Everything is working very well.
http://www.imprinthk.com/download/T4...+_WM6.5_EN.zip <----English
http://www.imprinthk.com/download/T4...+_WM6.5_SP.zip <----Spanish? I didnt download it.
http://www.imprinthk.com/download/T4...+_WM6.5_IT.zip <----Italian?
Click to expand...
Click to collapse
Thank you my friend. Can you post the whole link please? This links are not found.
Thank you!
Hi ranahan,
For the english link there is no respond It says: page not found!
Could You please help me?
Thanks a lot
same for the spanish can someone please post the link for the spanish rom
t4242+ HTC Clon
Traukoman said:
Thank you my friend. Can you post the whole link please? This links are not found.
Thank you!
Click to expand...
Click to collapse
Hi, do anyone here know some software that works with HTC clon t4242 (marvell pxa300 processor) motion sensor?
I'm looking for some games but all tha games I tried doesn't work with the g-sensor....
thank's
Hi, i manage to extract the htcsensorsdk.dll from paiura's rom, which i learned that allowed to use htc g-sensor software on t4242+ and some other clone phones.
I tested on my phone and worked OK!
Now i can use my phone like mx-air (logitech mouse...)
Here the link to the file, for those that don't want to flash a new rom...
http://www.mediafire.com/?xb4z79oo66e9b4z
Thank's and good bye!

about Tizen, SDK, etc...

Hello.
At the moment only "idea". As extreme deep knowledge is mandatory.
Maybe S8500 and/or S8530 could be used as Develop device...
S8500 is easier to use with JTAG like RIFF Box...
I have found an way to remove RSA 1024 check of Boot to be able to modify boot_loader.mbn and flash with Multiloader.
Tested with S8500 and S8530.
Now I need someone to confirm this work...
Maybe we can do then more... like Multiboot with Tizen + Android + bada
Later more...
Best Regards
How to help?
No JTAG available...
What to test?
Du brauchst erstmal kein JTAG. ABER, bitte vorsichtig lesen.
1.
G. hat es schonmal mit dem Wave 2 kurz getestet...
http://forum.xda-developers.com/showpost.php?p=37397729&postcount=160
Die Wave 1 Dateien lad ich später hoch...
Also.
A.
Mit Multiloader erstmal Inhalt XXLA1_S8530_SecurityOFF.rar
Einfach Boot Change auswählen, nix anderes...
B.
Dein Wave 2 sollte noch leben... Dann gleiches mit second_S8530_Example.rar
Jetzt solltest Du, wenn Du in den DL Mode gehst etwas sehen...
Oder halt auch im Multiloader unten... wenn Wave 2 erkannt.
Wenn Fragen, frag vorher.
MfG
When modified S8500 Bada 2 bootloader available,I'm here to test
Edit : found XXLA1 you already gave will try
http://forum.xda-developers.com/showpost.php?p=37400387&postcount=161
S8500 XXLA1 is online... :angel:
Please Caution!
At your own risk!
This is now only as Demo, that RSA 1024 Key Check is now disabled and we have now more control...
If no luck, then you need RIFF or other JTAG for Reanimation.
S8530 is confirmed by 1 user as working. :good:
Thanx G.
Best Regards
Testing right now on my s8500.
http://download.tizen.org/releases/system/
Maybe for study... etc...
Code:
s-boot-mmc.bin
u-boot-mmc.bin
Maybe someone find few sources about Tizen Bootloader...
Best Regards
http://download.tizen.org/releases/2.1b/tizen-2.1_20130505.3/builddata/reports/
What is blackbay ?
Somebody found sources for Bootloader? Please.
Thanx in advance.
Best Regards
After Google search for blackbay...
Intel Medfield Black Bay AZ510
Click to expand...
Click to collapse
http://www.gsmdome.com/intel/intel-...rtphone-gets-certification-for-wifi-use_28703
Maybe this device... as Intel Tizen reference...
Best Regards
Last days/weeks I have seen funny questions from Ti.en owners...
Okidoki...
It is nearly impossible that Samsung send me also Tizen testdevice in the next days... weeks or years... and also impossible that I will buy Ti.en device in next 2 years... maybe first in 2015...
Also it seems that nobody have the power... including me. To port Tizen to Wave.
Okay, this is really REALLY tough job.
Now comes the question...
http://forum.xda-developers.com/showthread.php?t=2252013
If Tizen reference devices one of them really GT-I9300...
Because I saw Galaxy S3 means an range of devices, not only I9300...
Somebody tried to flash Tizen on I9300 ?
Maybe with more skills and help of JTAG?
Maybe for testing cheap half dead I9300 from Ebay with broken glass for instance is perfect device for playing around with Tizen...
Best Regards
Edit 1.
Here is why I am not sure which device exactly supported by Tizen...
http://www.youtube.com/watch?v=ufS2HxJlXcc
Samsung I747/I747M/T999/T999V (Galaxy S3) - JTAG/RIFF connection unbrick
Click to expand...
Click to collapse
Short searched for I9300 Bootloader...
Seems well protect...
http://forum.xda-developers.com/showthread.php?t=2081748
So it could be hard to unlock Bootloader to start Tizen...
Best Regards
Oh, surprice...
2.1.0_public.exe contain ThorOneClick for Windows.
Download here... WiFi Firmware.
http://www.tizenportathon.com/bada/board/technicalResources.do
Best Regards
Edit 1.
Short "extracted" for study...
Rename into EXE...
OWN RISK!!!
Best Regards
Short tested on S8500...
With JTAG RIFF + SBL from Captivate... modified SBL from here...:
http://forum.xda-developers.com/showpost.php?p=43596421&postcount=43
I have no Android device for stupid Kamikaze tests... like I9300...
Will try to do more stupid tests...
As I am not able to modify SBL for DL Mode... I need to find other solution...
Maybe Key press Combo work also on S8500...
Best Regards
Short sniffed with Portmon...
Tool sends 54484F52 to handset.
This is THOR...
No answer... from my S8500 with Captivate BL...
This is really funny...
Tool Odin sends first Command:
4F44494E
ODIN
Best Regards
Tizen SDK 2.2 Emulator seems unusable under Windows without CPU VT Support...
Linux not tested...
Better you have compatible CPU for this:
https://developer.tizen.org/downloads/sdk/installing-sdk/hardware-accelerated-execution-manager
Otherwise Emulator needs more then 10 minutes to start... and is VERY VERY SLOOOOOOOwwwwwwwwW.
Strange.
I can see only 2 Resolutions...
Code:
480 x 800
720 x 1280
Is this, because Sxmsxng know SDK Emulator is slow?
Or because Tizen is not High End...
Best Regards
http://www.tizenportathon.com/bada/board/technicalResources.do
Second Windowsupdater for 2.2 available...
But this time Login mandatory...
Means, I can not download...
Best Regards
http://docs.appcelerator.com/titanium/3.0/#!/guide/Installing_the_Tizen_SDK
This was helpfull for me... :good:
And I saw this:
Install the Intel Hardware Accelerated Execution Manager (HAXM)
This step can be skipped for Linux systems, as hardware acceleration is usually enabled on Linux by default. Without hardware acceleration, the Tizen emulator runs very slowly even on the fastest machines. It is recommended to configure hardware acceleration. Important: HAXM for Tizen conflicts with HAXM for Android. You might have to uninstall the Android version first.
Click to expand...
Click to collapse
So without CPU VT Tizen SDK on Windows is unusable...
Meanwhile I've realized that installer is also in ZIP...
tizen-sdk-windows64-v2.2.32.exe maybe buggy for Win8 User...
Maybe more luck with:
install-manager_2.2.30_windows-64.zip
Found in:
tizen-sdk-image-2.2.0-windows64.zip
Best Regards
Edit 1.
Oh, found Change log about Installer in:
pkginfo.manifest
Code:
#Change log
* 2.2.30
- Fix bug of downloading UX
- InstallManager can manage that script return value is 2.
== > 2013-07-16
* 2.2.29
- Modify tsudo.sh script for working well.
- InstallManager works well by cli mode.
== > 2013-07-12
* 2.2.28
- Modify tsudo.sh script for working well.
== > 2013-07-11
* 2.2.27
- Modify InstallManager-64.nsi script because of useless character
.
.
.
http://www.phonearena.com/news/Samsung-pulling-back-on-Tizen_id46295
yakub234go said:
http://www.phonearena.com/news/Samsung-pulling-back-on-Tizen_id46295
Click to expand...
Click to collapse
Please no. I love tizen.
Sent from my SPH-L300 using Tapatalk 4
http://www.sammobile.com/2013/08/13/ntt-docomos-tizen-phone-confirmed-by-bug-report-to-have-model-number-sgh-n055/#.UgpnsnxPuMU.twitter
http://www.sammobile.com/2013/08/13/first-tizen-smartphone-to-launch-in-october-in-five-countries/#.Ugnr_v8eO-g.twitter

REQUEST - Bootloader and fota for S8600 wave 3 Badadroid

Now devlopment of wave1 and 2 is almost complete.
My request to @Rebellos , @mijoma , @volk204 ,@ b.kubica , @adfree , @oleg_k , @Tigrouzen and others
plz plz look at the FOTA and bootloader of wave3 to make dual boot .
Hardware of S8600 is 100% same as I9001 Galaxy s plus.
I can speak only for me...
For S8600 research I have bought SECOND S8600...
So I have now 2 half damaged S8600... broken Display...
1.
I'm trying to increase my solder skills to be able to solder wires to S8600...
http://forum.xda-developers.com/showpost.php?p=48983648&postcount=123
2.
I am trying to make UART cable for S8600 and others...
http://forum.xda-developers.com/showthread.php?t=919569
I need resistors... all other parts I've bought.
3.
I am trying to find this f. file or similar content...
S8600_JTAG_120125.zip
http://forum.xda-developers.com/showpost.php?p=48771793&postcount=43
So question to you...
What exactly you have contribute meanwhile for S8600 support?
Thank you...
Best Regards
Hardware of S8600 is 100% same as I9001 Galaxy s plus.
Click to expand...
Click to collapse
Maybe usefull info...
Short checked RIFF Resurrector DLLs...
Now I will download Firmware for investigation...
Later more...
Best Regards
Edit 1.
Attempt downloading FW... I've found this...
I9001XXKQM-DBT-1TEIL.zip
Edit 2.
Meanwhile...
OPS file... looks nice...
Taken from AriesVE.ops
Code:
0,partition
1,dbl
2,osbl
3,amss
4,emmcboot
5,adsp
6,boot
7,system
8,cache
9,userdata
10,recovery
11,persist
12,preload
Edit 3.
Few files from TAR seems encrypted...
For instance:
boot.img
adfree said:
Maybe usefull info...
Short checked RIFF Resurrector DLLs...
Now I will download Firmware for investigation...
Later more...
Best Regards
Edit 1.
Attempt downloading FW... I've found this...
I9001XXKQM-DBT-1TEIL.zip
Edit 2.
Meanwhile...
OPS file... looks nice...
Taken from AriesVE.ops
Code:
0,partition
1,dbl
2,osbl
3,amss
4,emmcboot
5,adsp
6,boot
7,system
8,cache
9,userdata
10,recovery
11,persist
12,preload
Edit 3.
Few files from TAR seems encrypted...
For instance:
boot.img
Click to expand...
Click to collapse
Thank u so much for ur reply.
I m noob about all this devlopment .
if you can get adress 's for wave 3 we can make fota but fota must have security hole same as wave 1-2
Searching for JTAG dump of I9001... no luck yet...
Found this Video...
http://www.youtube.com/watch?v=yWo835XP8xg
Few addresses visible...
Oh, mabye found something for study...
i9001_Riff_unlocked_cm_JB 4.1.2 JZO54K ..bin
http://dfiles.eu/files/lhbxaidpn
Will try to download...
Best Regards
Edit 1.
Lost connection after 4000 MB ...
Short tested to compress... result is around 2500 MB...
Will try few Compression ratio...
Maybe someone is able to download full 7000 MB and tell us about compression... or better, someone saw Link to packed Version of I9001 dump...
I need more then 10 hours to download 7 GB +...
Maybe I will try 1 day again...
adfree said:
Searching for JTAG dump of I9001... no luck yet...
Found this Video...
http://www.youtube.com/watch?v=yWo835XP8xg
Few addresses visible...
Oh, mabye found something for study...
i9001_Riff_unlocked_cm_JB 4.1.2 JZO54K ..bin
http://dfiles.eu/files/lhbxaidpn
Will try to download...
Best Regards
Edit 1.
Lost connection after 4000 MB ...
Short tested to compress... result is around 2500 MB...
Will try few Compression ratio...
Maybe someone is able to download full 7000 MB and tell us about compression... or better, someone saw Link to packed Version of I9001 dump...
I need more then 10 hours to download 7 GB +...
Maybe I will try 1 day again...
Click to expand...
Click to collapse
Thanks , why other devlopers didn't helped or replied yet ?
1.
I have progress with my UART cable.
http://forum.xda-developers.com/showpost.php?p=49180986&postcount=18
But no luck with S8600...
2.
I have also tried to download again JTAG dump from other PC with faster Internet...
But more then 200 KB not possible...
So over 10 hours for Download...
Best Regards
No luck with S8600 and UART output...
No idea why...
Will try to investigate more...
I have only luck with 620 KOHM resistor, S8600 starts in Factory Production Mode...
blue green... but here also no UART output...
I have also no idea, why this is...
I can not find any changes in WinComm log nor UART...
Booting Log
Any ideas...
Maybe in Debug folder...
Best Regards
P.S.:
I need this file :angel:
S8600_JTAG_120125.zip
adfree said:
No luck with S8600 and UART output...
No idea why...
Will try to investigate more...
I have only luck with 620 KOHM resistor, S8600 starts in Factory Production Mode...
blue green... but here also no UART output...
I have also no idea, why this is...
I can not find any changes in WinComm log nor UART...
Booting Log
Any ideas...
Maybe in Debug folder...
Best Regards
P.S.:
I need this file :angel:
S8600_JTAG_120125.zip
Click to expand...
Click to collapse
i remember someting like you need to open uart output first )
you can with maybe play with bootloader
or make a test fota for open uart output
Long time ago mijoma gave me 1 test FOTA... for S8600
attached file is DEcrypted file, NOT ready for flashing via ML...
Thanx mijoma.
But I failed...
Before I have encrypted and added 1024 Bytes etc... blabla...
He wrote about osbl.bin...
S8600+XX+KJA bootloader
Click to expand...
Click to collapse
First I thought I am tooo stupid...
But I made few easier tests... also FAILED...
http://forum.xda-developers.com/showthread.php?p=42954130&highlight=s8600#post42954130
i remember someting like you need to open uart output first
Click to expand...
Click to collapse
Hmmm...
My cable and or soldered wires to UART work with:
Code:
[B]S8500
S8530
S8000 Jet
I9000[/B]
Soon I can test S5250
Tested self by me:
http://forum.xda-developers.com/showthread.php?t=919569
So why I should be too dumb to use it with S8600 ?
If I search in osbl.bin and 4000 MB JTAG dump or 1000 MB JTAG dump...
I can not find such text strings like:
LCD initialize Finished
Poweron status
Click to expand...
Click to collapse
Maybe Samsung removed/disabled text output...
This is the reason why I'm asking for this f. file content...
S8600_JTAG_120125.zip
Maybe here ELF files included or more/better documented files inside...
Who knows...
Alternate ways are here described...
http://forum.xda-developers.com/showthread.php?t=2116846&highlight=s8600
My problem is to solder tiny little wires to tiny tiny little little testpoints...
Otherwise I could try few more things, to understnad how f. S8600 work...
@ all
You are welcome to find solution, give usefull hints.
Best Regards
adfree said:
Long time ago mijoma gave me 1 test FOTA... for S8600
attached file is DEcrypted file, NOT ready for flashing via ML...
Thanx mijoma.
But I failed...
Before I have encrypted and added 1024 Bytes etc... blabla...
He wrote about osbl.bin...
First I thought I am tooo stupid...
But I made few easier tests... also FAILED...
http://forum.xda-developers.com/showthread.php?p=42954130&highlight=s8600#post42954130
Hmmm...
My cable and or soldered wires to UART work with:
Code:
[B]S8500
S8530
S8000 Jet
I9000[/B]
Soon I can test S5250
Tested self by me:
http://forum.xda-developers.com/showthread.php?t=919569
So why I should be too dumb to use it with S8600 ?
If I search in osbl.bin and 4000 MB JTAG dump or 1000 MB JTAG dump...
I can not find such text strings like:
Maybe Samsung removed/disabled text output...
This is the reason why I'm asking for this f. file content...
S8600_JTAG_120125.zip
Maybe here ELF files included or more/better documented files inside...
Who knows...
Alternate ways are here described...
http://forum.xda-developers.com/showthread.php?t=2116846&highlight=s8600
My problem is to solder tiny little wires to tiny tiny little little testpoints...
Otherwise I could try few more things, to understnad how f. S8600 work...
@ all
You are welcome to find solution, give usefull hints.
Best Regards
Click to expand...
Click to collapse
Thanks for ur all effort ,
S8600_JTAG_120125.zip is paid download in all sites
http://gsmfiledownload.com/download.aspx?get=17001
and i don't have credit card to buy it :crying:
http://gsmfiledownload.com/download.aspx?get=17001
http://www.dlgsm.com/index.php?dir=/FLASH-FILES/Samsung-Flashfiles/Samsung_Jtag_Program/S8600
Google search...
http://www.gsmindia.in/forum/gpgort/115448-s8600-file-needed.html
Can someone check please, if Download Link attached maybe?
Best Regards
adfree said:
http://gsmfiledownload.com/download.aspx?get=17001
http://www.dlgsm.com/index.php?dir=/FLASH-FILES/Samsung-Flashfiles/Samsung_Jtag_Program/S8600
Google search...
http://www.gsmindia.in/forum/gpgort/115448-s8600-file-needed.html
Can someone check please, if Download Link attached maybe?
Best Regards
Click to expand...
Click to collapse
gsmindia replied link also goes to gsmfiledownload .
no use.
Code:
[B]HOWTO__WAVE3_eMMC_EraseAndDown.ppt[/B]
[B]jsdcc.zip[/B]
jsdcc\bin
jsdcc\bsp
jsdcc\eMMCDown.cmm
jsdcc\eMMCDown_ERASE.cmm
jsdcc\eMMCEraseAndDown.cmm
jsdcc\eMMCEraseAndDown.cmm.bak
jsdcc\jnand_msg.h
jsdcc\jnand_printf.c
jsdcc\jsdcc.bin
jsdcc\jsdcc.elf
jsdcc\jsdcc.mak
jsdcc\jsdcc_addr_init.cmm
jsdcc\jsdcc_bsp.h
jsdcc\jsdcc_defines.h
jsdcc\jsdcc_hwio.cmm
jsdcc\jsdcc_id.c
jsdcc\jsdcc_imem_init.c
jsdcc\jsdcc_in.scl
jsdcc\jsdcc_main.c
jsdcc\jsdcc_msm.c
jsdcc\jsdcc_msm.h
jsdcc\jsdcc_param.c
jsdcc\jsdcc_param.cmm
jsdcc\jsdcc_param.h
jsdcc\jsdcc_start.s
jsdcc\mjsdload.cmm
jsdcc\partition_load_pt
jsdcc\bin\adsp.mbn
jsdcc\bin\amss.mbn
jsdcc\bin\apps.mbn
jsdcc\bin\appsboot.mbn
jsdcc\bin\dbl.mbn
jsdcc\bin\EBR0.bin
jsdcc\bin\emmc_lock_regions.xml
jsdcc\bin\emptysector.bin
jsdcc\bin\ENPRG7x30.hex
jsdcc\bin\fsbl.mbn
jsdcc\bin\MBR0.bin
jsdcc\bin\msp.py
jsdcc\bin\NPRG7x30.hex
jsdcc\bin\osbl.mbn
jsdcc\bin\partition.bin
jsdcc\bin\partition.mbn
jsdcc\bin\partition.xml
jsdcc\bin\partition0.bin
jsdcc\bin\patch0.xml
jsdcc\bin\ptool.py
jsdcc\bin\rawprogram0.xml
jsdcc\bsp\jinit.cmm
jsdcc\bsp\jinit_7600.cmm
jsdcc\bsp\jinit_7x30.cmm
jsdcc\bsp\jinit_8960.cmm
jsdcc\bsp\jsdcc_bsp.min
jsdcc\bsp\jsdcc_bsp_7x30.c
jsdcc\partition_load_pt\EBR0.bin
jsdcc\partition_load_pt\emmc_lock_regions.xml
jsdcc\partition_load_pt\emptysector.bin
jsdcc\partition_load_pt\flash_partition.xml
jsdcc\partition_load_pt\gen_script.c
jsdcc\partition_load_pt\gpt_partition.xml
jsdcc\partition_load_pt\loadpt.cmm
jsdcc\partition_load_pt\loadpt_parser.c
jsdcc\partition_load_pt\Makefile
jsdcc\partition_load_pt\MBR0.bin
jsdcc\partition_load_pt\mpp.pl
jsdcc\partition_load_pt\msp.exe
jsdcc\partition_load_pt\msp.py
jsdcc\partition_load_pt\msp_orig.exe
jsdcc\partition_load_pt\ms_program_card.c
jsdcc\partition_load_pt\ms_program_card.o
jsdcc\partition_load_pt\new_partition.xml
jsdcc\partition_load_pt\ParseBinaryPartitionFile.pl
jsdcc\partition_load_pt\parseGPT.pl
jsdcc\partition_load_pt\partition.bin
jsdcc\partition_load_pt\partition.xml
jsdcc\partition_load_pt\partition0.bin
jsdcc\partition_load_pt\PartitioningTool.py
jsdcc\partition_load_pt\partition_2p_example.xml
jsdcc\partition_load_pt\partition_example.xml
jsdcc\partition_load_pt\partition_extract_mbr.pl
jsdcc\partition_load_pt\patch0.xml
jsdcc\partition_load_pt\ptool.py
jsdcc\partition_load_pt\rawprogram0.xml
jsdcc\partition_load_pt\singleimage_partition.xml
jsdcc\partition_load_pt\singleimage_partition_7x27.xml
jsdcc\partition_load_pt\singleimage_partition_7x30.xml
This is inside S8600_JTAG_120125...
Big thanx AnycallMongolia :good:
Best Regards
Is this true?
Hey everybody !
Like I'm saying in the title, the Kernel for Wave 3 is ready !
But now we are trying to boot a android galaxy s2 custom rom on ...
Problems appear and we will correct it ...
I will next make a page whith all the information I get on !
Believe in !
Click to expand...
Click to collapse
Any further information?
Source: http://badadroid.fr.nf/
Thanx for info.
No idea.
I see something from february... but no details...
Best Regards
1.
This time I was able to download whole I9001 dump... 7 GB.
2.
Now I know modifying of S8600 Bootloader OSBL is possible.
See Screenshot.
At the moment the hard way...
Solderd wires ...
Used RIFF JTAG
READ 0 - 0x500000, modify some stupid text in OSBL...
OSBL starts at:
Code:
0x7D200
Tested with XXKI5 Bootloader, because it is not signed...
Will test with XXKI9...
Then later tests also with Retail stuff like XXKJC will follow...
Best Regards
Edit 1.
Second test with XXKJ1 or KJ9... not sure which one exactly, but taken from RIFF Ressurection package...
Modifying is possible.
Now I'm flashing XXKJC full... and try again.
If this is working, maybe I am able to create osbl.mbn file compatible for use in Multiloader...
It seems ""we"" have to concentrate on appsboot.mbn:
http://forum.xda-developers.com/showpost.php?p=51596851&postcount=67
Will check if I can find it from I9001 or dump or...
But I will continue.
Best Regards
Maybe someone can help me... to find correct files + settings for QPST eMMC App...
http://forum.xda-developers.com/showpost.php?p=51881668&postcount=73
Here is "PBL" dump inside... QHSUSB ...
Code:
\pbl\qhsusb\src\dci\qhsusb_dci.c
PBL_DownloaderVER1.0
Thanx in advance...
Best Regards
Edit 1.
Maybe usefull later...
http://forum.xda-developers.com/showpost.php?p=30121298&postcount=291

[Q&A] [UPDATE:2014/05/17][ROM][UNOFFICIAL]CM 10.1 Android 4.2.2 for GT-S5282. Tester

[Q&A] [UPDATE:2014/05/17][ROM][UNOFFICIAL]CM 10.1 Android 4.2.2 for GT-S5282. Tester
Q&A for [UPDATE:2014/05/17][ROM][UNOFFICIAL]CM 10.1 Android 4.2.2 for GT-S5282. Testers only!
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [UPDATE:2014/05/17][ROM][UNOFFICIAL]CM 10.1 Android 4.2.2 for GT-S5282. Testers only!. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
when wil it finish booting?
solution for network error !!!!!!!!
Is there any solution of junkybean pre-
alpha 1.1 network error ??????
Please give me a solution !!!!!!!
we are gonna fix cm tats it
Iam pissed off by this device even the devices below us have cm 11 ahhhh!! Its disgusting ...
All we have to fix is
1) network problem (ril file ) n one guy had made its fix n we r not even testing tat
2) it doesn't read SD card ...
3)n final error is camera (use 3 rd party app)
We gonna fix tat in any cost .........KKK I am new here BT I know this device from 2.5 years so as I said I cannot use any stock based ROM anymore ..... I request every devloper to concentrate in cm ....
#T3 , shade SK, akshay ,bhargav, indo devs every one here ,
We gotta do did..
Hit thanxx if u liked....
akash knox said:
Iam pissed off by this device even the devices below us have cm 11 ahhhh!! Its disgusting ...
All we have to fix is
1) network problem (ril file ) n one guy had made its fix n we r not even testing tat
2) it doesn't read SD card ...
3)n final error is camera (use 3 rd party app)
We gonna fix tat in any cost .........KKK I am new here BT I know this device from 2.5 years so as I said I cannot use any stock based ROM anymore ..... I request every devloper to concentrate in cm ....
#T3 , shade SK, akshay ,bhargav, indo devs every one here ,
We gotta do did..
Hit thanxx if u liked....
Click to expand...
Click to collapse
I also want to say that. Lets give another try to fix it. RIL will be our top priority.
I have many views to share, I have been trying to fix this (whatever can be done by build.prop)
Btw the device is not even 2 years old
Tried to take ril file of other rom
kkk i tried ....
I tried to copy ril files BT it failed n tried build prop edit too now me.,Anand Roy (HTC xplorer dev)
Trying to fix this issue
Avinab plz contact me in Facebook (knox levecticus akash)
Avinab can u replace whole networking frameworks n files ..... Taking it from other cm ROMs of same device like galaxy young n other Samsung devices......
Contact me plzzzz (iam blkd)
I tried modding build.prop.
It now detects SIM. Though network remains unfixed
---------- Post added at 11:47 PM ---------- Previous post was at 11:12 PM ----------
akash knox said:
kkk i tried ....
I tried to copy ril files BT it failed n tried build prop edit too now me.,Anand Roy (HTC xplorer dev)
Trying to fix this issue
Avinab plz contact me in Facebook (knox levecticus akash)
Avinab can u replace whole networking frameworks n files ..... Taking it from other cm ROMs of same device like galaxy young n other Samsung devices......
Contact me plzzzz (iam blkd)
Click to expand...
Click to collapse
Why don't you attach RIL file which you are claiming to be fixed?
Also, logcat says
Code:
D/AT_Distributor( 108): ConnectToRil()
D/AT_Distributor( 108): try to connect RIL
D/AT_Distributor( 108): connection success
D/AT_Distributor( 108): Send Msg [ ATD > RIL ] 4 bytes <>
we will do it
Like we have got similar mobiles of same specs like galaxy y
Why can't we take ril of tat device' s cm ROM avinab n all developer here try this atleast we need one cm ROM fr our device which is fully stable n any new fixes must be uploaded which might be a relief for us avinab keep trying its good tat it reads sim plzz upload fix here ..... Hope u will fix it soon.:-crossed: edit any fixes u have discovered plzz...
akash knox said:
Like we have got similar mobiles of same specs like galaxy y
Why can't we take ril of tat device' s cm ROM avinab n all developer here try this atleast we need one cm ROM fr our device which is fully stable n any new fixes must be uploaded which might be a relief for us avinab keep trying its good tat it reads sim plzz upload fix here ..... Hope u will fix it soon.:-crossed: edit any fixes u have discovered plzz...
Click to expand...
Click to collapse
Their RIL architecture and our architecture is different.
Developer says that this CM is built on a faulty device tree, so RIL fix is near impossible job.
However, Sambathpr or someone with similar username he once claimed he had fixed RIL by build prop tweaks
SIM Detection
In your build.prop add these lines in system properties section
Code:
rild.libpath=/system/lib/libreference-ril.so
ro.ril.transmitpower=true
Phone should now detect SIM but no network.
I was studying CM of Samsung Galaxy Pocket Neo (the nearest to ours), and observed these
There rild.libpath refers to a file called libbrcm-ril.so, whereas in our case its libreference-ril.so
They have 4 RIL files in their library
libbrcm-ril.so (800kB)
libreference-ril.so (29kB)
libril.so (14kB)
libsecril-client.so (13kB)
Whereas we have 3 RIL files
libreference-ril.so (650kB or so)
libril.so (14kB)
libsecril-client.so (13kB)
I can't say that we have any file missing (I found these 3 in the stock as well), nor is that we are connected to wrong RIL file (logcat says RIL is connected successfully).
So I am not sure here what I can do. Maybe if anybody can aid me in decompiling those files, I may understand the code and can guess what's going around. I will expect Java based coding there, but, well, I do know programming (C++ to be specific), so I may understand what's going around. Also those files are binary and text editors cannot read it unlike build.prop
hey lets make a new cm
kkkk guys open a new thread n oh yeah hell of this device we will sure make it physch half n avinab plzz do it one cm please ............ I can't even reply coz I am junior member ...... plzzz give ur contacts in fb n what's app plzzz
n avinab how to know that ur code is working or not .. I tried BT no results n device tree ka link
error on Google play service
Google is npt supporting needs google play service, and it stop suddenly showing errors.....
I need help ,need to fix it too....
hı ı flush the rom but ıt stay ın boot
i'm fix it
the link will be coming soon................
khaledghoneem said:
the link will be coming soon................
Click to expand...
Click to collapse
Its not a great idea to boast something without any acceptable proof. If you have fixed it, why not share a screenshot.
AvinabaDalal said:
Its not a great idea to boast something without any acceptable proof. If you have fixed it, why not share a screenshot.
Click to expand...
Click to collapse
Fix : sim only and you can only use one sim
Getdown fr fix : wifi dont work
Un fix : bluetooth and usb and etc
What i'm try to fix now
USB
Soon. I'll upload cm10.1 for star s5282
khaledghoneem said:
Fix : sim only and you can only use one sim
Getdown fr fix : wifi dont work
Un fix : bluetooth and usb and etc
What i'm try to fix now
USB
Soon. I'll upload cm10.1 for star s5282
Click to expand...
Click to collapse
so u r saying u have fixed ril? we don't care no. of sims. Great work bro.
Please push device tree to github.
And upload ril fixed build soon.
Thanks
khaledghoneem said:
Fix : sim only and you can only use one sim
Getdown fr fix : wifi dont work
Un fix : bluetooth and usb and etc
What i'm try to fix now
USB
Soon. I'll upload cm10.1 for star s5282
Click to expand...
Click to collapse
Request you to post ScreenShot of
1. Notification shade (the part which DOES not contain quick toggles).
2. Lock Screen
3. About Phone
Please don't get me wrong, CM development was started in 2013, but even high profile devs could not bring stability in it. So many had thought that custom rom hopes are over, so its hard to believe anyone who claims that cm has got its ril fixed.
So if you post these screenshots, we can get a better idea and believe in you.
Truly speaking, we too urge for CM.
I am ready to offer my full support (whatever I can) but not until April.
Hoping to hear from you ASAP.
khaledghoneem said:
Fix : sim only and you can only use one sim
Getdown fr fix : wifi dont work
Soon. I'll upload cm10.1 for star s5282
Click to expand...
Click to collapse
Even If 1 sim is fixed Its Great News, 2 Sims couldn't work anyways as CM 10.1 doesnt support Dual SIMs, though If we can make cm 10.1 work, I suppose maybe it could be upgraded to 10.2 which supports multi sim from what I know.. Anyways I am taking the fix news with a pinch of salt.. but still iff its True Great Work @khaledghoneem
AvinabaDalal said:
Request you to post ScreenShot of
1. Notification shade (the part which DOES not contain quick toggles).
2. Lock Screen
3. About Phone
Please don't get me wrong, CM development was started in 2013, but even high profile devs could not bring stability in it. So many had thought that custom rom hopes are over, so its hard to believe anyone who claims that cm has got its ril fixed.
So if you post these screenshots, we can get a better idea and believe in you.
Truly speaking, we too urge for CM.
I am ready to offer my full support (whatever I can) but not until April.
Hoping to hear from you ASAP.
Click to expand...
Click to collapse
my prove
and another happy news i'm fix WI-FI again
and add the original Diller came with the original cm 10.1 android 4.2.2 for GT-S5282

Categories

Resources