Anybody really knows where the imei information is storedin Ace 2? It seems it shows up on mmcblk0p5 but even modify it, it remains the same after a reboot. Is it possible to edit its partitition with Hex editor?
Bogazicili90 said:
Anybody really knows where the imei information is storedin Ace 2? It seems it shows up on mmcblk0p5 but even modify it, it remains the same after a reboot. Is it possible to edit its partitition with Hex editor?
Click to expand...
Click to collapse
Isn't 0p5 /data?
IMEI and simlock were determined to be (encrypted) in CSPSA (raw partition with no filesystem, handled by a daemon) unlike in many other Samsungs which have it in EFS (on the Ace2 it's used for MACs and RF calibration)
----
There, it's for the Ace X but the standard model appears to be the same in that field
http://forum.xda-developers.com/showthread.php?t=2502297
Ryccardo said:
Isn't 0p5 /data?
IMEI and simlock were determined to be (encrypted) in CSPSA (raw partition with no filesystem, handled by a daemon) unlike in many other Samsungs which have it in EFS (on the Ace2 it's used for MACs and RF calibration)
----
There, it's for the Ace X but the standard model appears to be the same in that field
http://forum.xda-developers.com/showthread.php?t=2502297
Click to expand...
Click to collapse
I also thought it is in 0p5 and changed the imei with hex editor but It isn't only in 0p5 because even though I copy to dev/block again IMEI doesn't change. What should I do to change it in all partititons? Does it change if I edit the main partition blk0 and send it via adb servers?
I believe you have posted this in the complete wrong place, next time try posting in the Q&A forum, instead of this one...
pinhead97 said:
I believe you have posted this in the complete wrong place, next time try posting in the Q&A forum, instead of this one...
Click to expand...
Click to collapse
There is one in Q n A XD
Sent from my GT-I8160 using Tapatalk
teddytsen said:
There is one in Q n A XD
Sent from my GT-I8160 using Tapatalk
Click to expand...
Click to collapse
Ah OK my mistake I didn't see it
Sent from my GT-I8160 using XDA Premium 4 mobile app
Related
Most nbh's i find, are usually vogue-xpt-yzh.nbh.
Now, we use atools to set device to kaiser, android version to eclair/donut, resolution, and other settings.
Yet, on the settings, i still get : " Full Android on Vogue "
I know this is just to show off, but can we edit this ??
daedric said:
Most nbh's i find, are usually vogue-xpt-yzh.nbh.
Now, we use atools to set device to kaiser, android version to eclair/donut, resolution, and other settings.
Yet, on the settings, i still get : " Full Android on Vogue "
I know this is just to show off, but can we edit this ??
Click to expand...
Click to collapse
warbyte managed to change it to: HTC Kaiser on his build, ask him
albertorodast2007 said:
warbyte managed to change it to: HTC Kaiser on his build, ask him
Click to expand...
Click to collapse
Using HARET it was possible IIRC.
Now, since a-tools cannot patch that info, i really don't know...
daedric said:
Using HARET it was possible IIRC.
Now, since a-tools cannot patch that info, i really don't know...
Click to expand...
Click to collapse
but im using his build installed on NAND and it reads: HTC kaiser (u wont believe me but this was one of the main reasons i use his build )
oh oh! but it depends on the kernel u use duh! im using the kernel he attached to the build... so he has to know how to change this.. .i guess he used some kind of hex editor....
albertorodast2007 said:
but im using his build installed on NAND and it reads: HTC kaiser (u wont believe me but this was one of the main reasons i use his build )
oh oh! but it depends on the kernel u use duh! im using the kernel he attached to the build... so he has to know how to change this.. .i guess he used some kind of hex editor....
Click to expand...
Click to collapse
i really don't know... i've yet to try and open a nbh with a hex. KAISER... 6 letters, 6 bytes... VOGUE... 5 letters... 5 bytes...
Fortunately for all of us, it is not nearly as complex as you are imagining. It is actually very simply. It is in the properties of the build and it is just a string you need to modify in clear text you can use an androidupdate.tar for that. It's just a cosmetic thing that I was obsessed with and needed to change. I can provide you with an androidupdate for that if you all need me to, just PM me.
daedric said:
i really don't know... i've yet to try and open a nbh with a hex. KAISER... 6 letters, 6 bytes... VOGUE... 5 letters... 5 bytes...
Click to expand...
Click to collapse
LOL
Sent from my HTC Kaiser using XDA App
daedric said:
Most nbh's i find, are usually vogue-xpt-yzh.nbh.
Now, we use atools to set device to kaiser, android version to eclair/donut, resolution, and other settings.
Yet, on the settings, i still get : " Full Android on Vogue "
I know this is just to show off, but can we edit this ??
Click to expand...
Click to collapse
Open build.prop with text editor, find ro.product.model= and add 'HTC Kaiser' or whatever you whant
next initrd.lzma release (and also kernel) will fix it.
For Bada 2.0
To enable (or disable) some fonction directly from firmware.
Extract CSC with tool (WaveRemaker), go to CSC\SystemFS\Settings\PreConfiguration\Default\NV
Open nv_original.ini
To change browser's user agent add this command: NV_SI_UAGENT=the user agent you want to use
Exemple:
NV_SI_UAGENT=Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; GT-I9000 Build/IML74K) AppleWebKit/535.7 (KHTML, like Gecko) CrMo/16.0.912.75 Mobile Safari/535.7
You also can active others, like:
- Battery percentage => NV_SI_BATTERY_PERCENTAGE_ENABLE =1
- Disable Mode vibrate => NV_SI_MODE_VIBRATE=0
etc.
The file after looks like that
#Version
Version=1
#NvId
NV_SI_ADM_PRE_CONFIGURATION=0
NV_SI_MODE_VIBRATE=0
NV_SI_BATTERY_PERCENTAGE_ENABLE =1
NV_SI_UAGENT=Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; GT-I9000 Build/IML74K) AppleWebKit/535.7 (KHTML, like Gecko) CrMo/16.0.912.75 Mobile Safari/535.7
Click to expand...
Click to collapse
After modifying, rebuild the CSC and flash your wave.
There are a lot of other things, to see all actions, plug your wave to computor, run Stune and open Settings/Default/NV/nv_default.ini
If you find interresting things, thanks for making your feedback
What works?
- NV_SI_MODE_VIBRATE=0
Vibrate is disabled
- NV_SI_BATTERY_PERCENTAGE_ENABLE =1
Battery % is enabled
- NV_SI_PHONE_SLEEP=600
Backlight time (15s, 30s by default, 60s, 180s, 600s)
- NV_SI_UAGENT=
Browser user agent you want
- NV_SI_NETWORK_DATA_ROAMING=1
Roaming is enabled
- NV_SI_USE_PACKET_DATA_ENABLE=1
Packet data is enabled
- NV_SI_MOTION_SHAKE=0
- NV_SI_MOTION_TILT=0
-NV_SI_MOTION_TURN_OVER=0
- NV_SI_MOTION_SHAKE=0
Motions are disabled because I never use them lol
- NV_SI_LCD_CONTRAST=13
To adjust brightness, 15 by default (set 5 on wave). If you want 3, put 13, etc
Some other interesting do not work (Fake call, light sensor, Wifidirect, etc)
Is there a list of all NV_SI available??
NV_SI
Here's a complete list of NV_SI items.
"After modifying, rebuild the CSC and flash your wave."
Is the 'rebuild' just saving the file as uncompressed CSC?
Can I then choose the new CSC file when flashing or is there something else I need to do before flashing?
Thanks!
http://forum.xda-developers.com/showpost.php?p=22256801&postcount=231
Maybe Font path... for easier Fontchange...
Code:
NV_SI_FONT_TYPE_DEFAULT_FILE=/SystemCSC/Font/Samsung font.ttf
NV_SI_FONT_TYPE_FILE=/SystemCSC/Font/Samsung font.ttf
Maybe Product Code change...
Not tried yet.
But I think their are few more usefull settings possible.
As some differences in bada 2.0 Firmware... since bada 1.x...
Best Regards
I wonder if it is possible to update this thing without losing any data
I already tried with Stune with no success
Can anyone post possible paths of such a file ?
Maybe i missed one of those
Thanks in Advance
Best Regards
Edit : I see these files only
/Settings/Default/NV/nv_default.ini
/SystemFS/Settings/PreConfiguration/Default/NV/nv_original.ini
/NV/nv_default.ini
I remember a table of NV items with addresses posted on another thread i'll look into it
Edit 2 : NV items table posted by Rebellos
Here : http://forum.xda-developers.com/showpost.php?p=21377672&postcount=10
And Here : http://forum.xda-developers.com/showpost.php?p=19746682&postcount=28
Edit 3 : NV items addresses in hex-decimal format are attached for faster investigation
NV/nv_default.ini
This is hidden folder...
NV means NV items. You can also reach them, if you know ID via Qualcomm Tools.
But this config list seems easier.
Yes, in theory maybe with Multiloader it could be to flash only such text file to change NV item.
But no idea how...
I'm new to Samsung.
Only 1 year experience.
Maybe someone else has experience with Qualcomm models from Samsung and know how to change NV items in other way, without dataloss and without Qualcomm Tools...
Best Regards
Edit 1.
No idea if possible to change this file... with effect and no dataloss... never tried
NV/nv_default.ini
---------- Post added at 09:48 AM ---------- Previous post was at 09:11 AM ----------
NV_SI_OPERATOR_SALES_CODE=KOR
I am not sure as I have very often flashed then used Preconfig...
Sometimes it seems. Product Code is changed from Firmware Flashing...
Maybe it is possible to use Multiloader in this case, to change Product Code...
Need to be confirmed.
Best Regards
congratulations very good idea.
http://forum.xda-developers.com/showthread.php?t=1505302:D
adfree said:
http://forum.xda-developers.com/showpost.php?p=22256801&postcount=231
Maybe Font path... for easier Fontchange...
Code:
NV_SI_FONT_TYPE_DEFAULT_FILE=/SystemCSC/Font/Samsung font.ttf
NV_SI_FONT_TYPE_FILE=/SystemCSC/Font/Samsung font.ttf
Maybe Product Code change...
Not tried yet.
But I think their are few more usefull settings possible.
As some differences in bada 2.0 Firmware... since bada 1.x...
Best Regards
Click to expand...
Click to collapse
It is working, I changed to choco cokie font
Interesting: NV_SI_ANYKEY_LCD_ON=1 it works!!!
Themes not work, is changed on adjust, but no apply...
NV_SI_THEME_DEFAULT_FILE=/AppEx/Sys/Theme/Default theme.smt
NV_SI_THEME_USE_FILE=/AppEx/Sys/Theme/Default theme.smt
regards
aluke
NV_SI_LIGHT_SENSOR_ACTIVE=0
Click to expand...
Click to collapse
Is there a light sensor !
NV_SI_DATE_START_YEAR=2011
Click to expand...
Click to collapse
Nice when the phone ask for the date
NV_SI_DEVICE_NAME=Samsung Wave
Click to expand...
Click to collapse
Useful for Bluetooth , Modem & DLNA names
NV_SI_FAKE_CALL_VOICE=0
NV_SI_FAKE_CALL_TIMER=10
NV_SI_FAKE_CALL=0
Click to expand...
Click to collapse
Maybe possible to revive this option ?!
Sorry No time to test today
Best Regards
mylove90 said:
Is there a light sensor !
Click to expand...
Click to collapse
of course.. the s8600 got one
NV_SI_KJAVA_RUNNING_MIDLET_COUNT=5
NV_SI_JAVA_DEFAULT_MIDLET_COUNT=5
5 JAVA program running at the same time
full flash
translation by Google
If I set "NV_SI_PHONE_SLEEP=8" would it work?
josephpatrick said:
If I set "NV_SI_PHONE_SLEEP=8" would it work?
Click to expand...
Click to collapse
Yes, normally it should work since it is you who makes the restrictions.
Soxix said:
Yes, normally it should work since it is you who makes the restrictions.
Click to expand...
Click to collapse
It works but I need to figure out a way to list 8 secs in the menu as well because in case I switch to 15secs I do not have the option to switch back to 8secs. Any thoughts?
josephpatrick said:
It works but I need to figure out a way to list 8 secs in the menu as well because in case I switch to 15secs I do not have the option to switch back to 8secs. Any thoughts?
Click to expand...
Click to collapse
Just don't change of settings
Or you will have to add a setting to the concerned file of the settings menu.
And I have no idea how to do this. I even wonder whether it is possible...
How to delete operator name on notification bar?
Very good.
Thanx lasentenza
I will now use these:
Code:
NV_SI_BATTERY_PERCENTAGE_ENABLE =1
NV_SI_PHONE_SLEEP=600
NV_SI_MODE_VIBRATE=0
Maybe someone found more usefull settings?
And maybe someone know how to flash this with Multiloader?
I mean only the NV items ?
Maybe as ETC in Multiloader?
nv_original.ini
Best Regards
NV items edit with a flash to overwrite old files doesn't change NV items for real
It just replace the files with newer ones
Sorry you have to do a full flash with newer CSC file to get it working
Best Regards
Found on S8530NELH2 but why 1.0 and GT-S8500
NV_SI_UAGENT=SAMSUNG-GT-S8500/1.0 Bada/1.0 Dolfin/2.0 NexPlayer/3.0 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B
NV_SI_SETTING_SAMSUNG_APPS_UPDATE_NOTIFY=packet
Hello
After flashing ROM from here
SPH-D710_GB27_1014481_Rooted_Restore.tar.md5.gz
I forgot what the Phone EFS Clear checkbox did in Odin
Now
* factory mode is on !!!!
CHANNEL : 0
SIO MODE : 2
PDA : SPH-D710.GB27
Baseband Ver : S710.0.3S.GB27
HW : H710.0.3S.Q
* nv_data.bin is ma Missing
HC-KTool >> Check EFS Backup
/sdcard/efs.img fond
/!\ nv_data.bin NOT FOUND in backup !!!
/sdcard/efs.tar.gz fond
/!\ nv_data.bin NOT FOUND in backup !!!
* Status:
Network : Sprint
Service state : In service
Mobile network state : Disconnected
My phone number : 000-000-0016
MIN : 0000000016
MEID : DEs\17600000000 Hex\B0000000
Device status : Official
I tried all ways to change ENS number
In the latter has to be a file nv_data. Bin
It is the problem in the foundation
How To Change Your ESN Number , Repair Corrupt, Bad or Incorrect MEID/ESN Number , How to restore your MEID/ESN , [Guide] Samsung Android - Repair EFS / IMEI WITHOUT BOX , Editing your Product code
Also tried to flashing new Rom SPH-D710.EL29_CL852097 , D710_CODE_SPH-D710.FC24_CL287574_REV02_user_low_ship.tar.md5 , SPH-D710_SPR_D710USEG30
Please help me find a way to make new files to a folder EFS.
Forgive me you too long to detail
@Hani85
You might take a look at this.. http://forum.xda-developers.com/showthread.php?t=1264021 or [this... http://forum.xda-developers.com/showthread.php?t=1308546
Gil81 said:
@Hani85
You might take a look at this.. http://forum.xda-developers.com/showthread.php?t=1264021 or [this... http://forum.xda-developers.com/showthread.php?t=1308546
Click to expand...
Click to collapse
Thank you Gil81
This method did not work
Please help me to find a way to change ESN / MEID
+++++++++++++++++++
and
What is the best ROM to enable the use of International ( sim cdma card ) / or modem
See the picture
@Hani85
I'll keep looking for ya..
As for the best rom... I have no idea.. I will say this though. If you have the international model of the s2..Do Not Flash Any Roms from the epic 4g touch forum.. you will end up with a soft brick or worse a new shiny coaster.. If you get our bootloader stuck on that device.. chances are Odin nor anything else will recognize it and you will be stuck hoping a jtag can save ya...
There is a forum for that specific device..
EDIT.... I'm a retard... I see what you're asking now.. lol. I'm not sure as I'm a boost Customer but I would imagine that the tw based roms would be the better choice..
Gil81 said:
@Hani85
You might take a look at this.. http://forum.xda-developers.com/showthread.php?t=1264021 or [this... http://forum.xda-developers.com/showthread.php?t=1308546
Click to expand...
Click to collapse
Gil81 said:
@Hani85
I'll keep looking for ya..
As for the best rom... I have no idea.. I will say this though. If you have the international model of the s2..Do Not Flash Any Roms from the epic 4g touch forum.. you will end up with a soft brick or worse a new shiny coaster.. If you get our bootloader stuck on that device.. chances are Odin nor anything else will recognize it and you will be stuck hoping a jtag can save ya...
There is a forum for that specific device..
EDIT.... I'm a retard... I see what you're asking now.. lol. I'm not sure as I'm a boost Customer but I would imagine that the tw based roms would be the better choice..
Click to expand...
Click to collapse
Gil81 Thanks Thanks Thanks Thanks
I'm desperate
Where do I find tw based roms ؟
Hani85 said:
Gil81 Thanks Thanks Thanks Thanks
I'm desperate
Where do I find tw based roms ؟
Click to expand...
Click to collapse
They are the roms in the Android development section... almost all the roms are tw based in that forum section.. Although I did see a CM based rom in there a little while back... but in the roms op.. it will usually tell you that it's tw based..
---------- Post added at 03:21 PM ---------- Previous post was at 02:56 PM ----------
http://www.cdma-ware.com/workshop.html ... might be worth a look.. I believe that this is the only way to go about the changes you are wanting to make.. I read also that you might have to zero out the esn/meid number to then change it... not sure as I'm a super noob in this area.. @Hani85
Gil81
Did you mean, for example,
[ROM][OFFICIAL][CyanogenMod 10.2 Alpha4 for Exhilarate][TeamChopsticks]
++++++++++++++
I could not change the numbers esn / meid using CDMA Workshop
Details:
000000>send>SPC is correct. Phone unlocked
ESN >DEfault(nv_write)>phone ask for password . Internal security password (16 digits) is required
ESN >universal,EFS method>cannot read EFS
Hani85 said:
Gil81
Did you mean, for example,
[ROM][OFFICIAL][CyanogenMod 10.2 Alpha4 for Exhilarate][TeamChopsticks]
Click to expand...
Click to collapse
That's a CM rom(cyanogenmod) not touchwiz based... a good tw based rom I use is projectx 3.1 ... there is a new version of it, but I haven't flashed it as I've been on vacation and been playing around with a rom I ported for my gtab 10.1...
Jellyverse is a good one...
Really all of them are good roms.. just depends on you're style.. lol..
Also... I think that rom you linked is not for this device.. I didn't look, but it says for exhilarate..
---------- Post added at 04:17 PM ---------- Previous post was at 04:13 PM ----------
@Hani85
Follow this link... http://forum.xda-developers.com/forumdisplay.php?f=1284&nocache=1&z=8507063013967127
Roms for epic 4g touch.. touchwiz based..
I'm sorry for taking your precious time ...... I'm inexperienced
++++++++++++++++
If Flash Jellyverse
You will work with me sim card ?
++++++++++++++++
Can you bring a link rom that works with my phone.
So I can use the (SIM CDMA) port. And network connectivity in my country
up up up
Please help me
Fix
Have you fix your phone?
Got same problem after flashing exactly same ROM.
Nothing help so far, spend like 4-5 sleepless nights....
alexsahka said:
Have you fix your phone?
Got same problem after flashing exactly same ROM.
Nothing help so far, spend like 4-5 sleepless nights....
Click to expand...
Click to collapse
Have you tried redownloading? Sounds like a bad download. Make sure you verify the file integrity via md5sum.
Yes, flashed maybe 2-3 different ROMs nothing helps.
I've lost EFS folder. Trying to find out different methods to restore EFS folder/informations from dev/ partition. :crying:
alexsahka said:
Yes, flashed maybe 2-3 different ROMs nothing helps.
I've lost EFS folder. Trying to find out different methods to restore EFS folder/informations from dev/ partition. :crying:
Click to expand...
Click to collapse
Not ROMs, you need to reflash the Odin One Click, ROM flashes don't touch this folder
Is this one going to work in my situation http://www.rwilco12.com/downloads.php?dir=Files/Devices/Samsung%20Galaxy%20S2%20%28Sprint%29%20%28SPH-D710%29/Stock%20ROMs/JB/FL16/No%20Data%20Restore/Rooted
Yes but I recommend using GB27 for Sprint, GB28 for Virgin Mobile, or GC01 for Boost
All are located here-http://forum.xda-developers.com/showthread.php?t=1903252
My S2 exactly on this ROM SPH-D710_GB27_1014481_Rooted_Restore.exe now, but still I cannot restore the ESF folder.
alexsahka said:
My S2 exactly on this ROM SPH-D710_GB27_1014481_Rooted_Restore.exe now, but still I cannot restore the ESF folder.
Click to expand...
Click to collapse
Then I guess try the other one... It sucks there is no way to verify the md5 on rwilco's site
Hani85 said:
Hello
After flashing ROM from here
SPH-D710_GB27_1014481_Rooted_Restore.tar.md5.gz
I forgot what the Phone EFS Clear checkbox did in Odin
Now
* factory mode is on !!!!
CHANNEL : 0
SIO MODE : 2
PDA : SPH-D710.GB27
Baseband Ver : S710.0.3S.GB27
HW : H710.0.3S.Q
* nv_data.bin is ma Missing
HC-KTool >> Check EFS Backup
/sdcard/efs.img fond
/!\ nv_data.bin NOT FOUND in backup !!!
/sdcard/efs.tar.gz fond
/!\ nv_data.bin NOT FOUND in backup !!!
* Status:
Network : Sprint
Service state : In service
Mobile network state : Disconnected
My phone number : 000-000-0016
MIN : 0000000016
MEID : DEs\17600000000 Hex\B0000000
Device status : Official
I tried all ways to change ENS number
In the latter has to be a file nv_data. Bin
It is the problem in the foundation
How To Change Your ESN Number , Repair Corrupt, Bad or Incorrect MEID/ESN Number , How to restore your MEID/ESN , [Guide] Samsung Android - Repair EFS / IMEI WITHOUT BOX , Editing your Product code
Also tried to flashing new Rom SPH-D710.EL29_CL852097 , D710_CODE_SPH-D710.FC24_CL287574_REV02_user_low_ship.tar.md5 , SPH-D710_SPR_D710USEG30
Please help me find a way to make new files to a folder EFS.
Forgive me you too long to detail
Click to expand...
Click to collapse
The only way you'll be able to get those items back is to get the NV folder unlocked and salvaged from another sprint s3. Get one with a cracked screen missing back but USB and touch still working. After that you basically salvage the info from it and junk it after. Its illegal for two phones to have the same info active/receiving signal at the same time. To unlock the NV folder you'll need QPST. ither buy it 3.5 for 100$ or look around for for 2.7.402 or 2.7.384 or 2.7.374
I forgot which one detects the S2 and allows the edits. The open sesame door method works on it as well I believe. I did one not to long ago but my memory isn't fresh on it. Or you can use the android terminal method that is used on the prevail in order to get the files. Google is your friend for the "QPST" and for the "open sesame door method" and for the "android terminal backup NV items on prevail".
Have flashed RC 5 onto my Jiayu s3. All seems to be good.
But want to write my IEMI numbers into the phone. My problem is when using SN write tool it asks for MD1_DB and AP_DB files. Apprently they are with my phones firmware. I can't find on my computer or the internet.
Can anyone cast some light on this please.
Ken
Dutchie1608 said:
Have flashed RC 5 onto my Jiayu s3. All seems to be good.
But want to write my IEMI numbers into the phone. My problem is when using SN write tool it asks for MD1_DB and AP_DB files. Apprently they are with my phones firmware. I can't find on my computer or the internet.
Can anyone cast some light on this please.
Ken
Click to expand...
Click to collapse
Ken, each time people explain how to manipulate IMEI some moderator kicks in and closes thread. Once it was argued such is illegal. Of course the law differs from country to country.
Perhaps you were lucky to have a typo so the moderator tools did not spot your request.
Maybe it is not forbidden to PM you instructions. I will do so now and others may do same.
I have this 4g router (white) from EE company that i think was orignally made by Alcatel. problem is it needs a good flash. Only can get into it through SSH backdoor. but its suppsoedly running OpenWRT. when i SSH into it I can see the file system and everything but how do I flash it? ive downloaded a stock ROM but now stuck. Any help's appreciated.
try this
https://www.ligowave.com/wiki/faq/firmware-upgrade-shell/
Tbaba said:
I have this 4g router (white) from EE company that i think was orignally made by Alcatel..........
Click to expand...
Click to collapse
I had performed a quick search regarding the...
Alcatel Linkhub - 4G LTE Wireless Gateway Modem Router (using EE Logo)
Model Name : EE Alcatel HH70VB
Model Number: HH70VB
... and I had located the following link that may not be your exact question but, it looks like it includes information that you may be looking for (though there's a handful of posts there that may/might also be helpful as well).
https://community.ee.co.uk/t5/4GEE-...-Wifi-home-router-had-a-bad-flash/td-p/720166
I had also located the following link that could also be helpful/useful to you too (in some way).
https://www.theregister.co.uk/2018/10/26/ee_4gee_hh70_ssh_backdoor/
I couldn't, personally, locate any threads on the XDA Forum but, just because I couldn't locate anything, doesn't mean there isn't anything here.
This is the best guidance I, personally, can provide you with and I'm hoping that it was helpful for you to get what you need.
Good Luck!
~~~~~~~~~~~~~~~
Unless asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Apple Macintosh.
thank @Ibuprophenphen;
i've been to the ee community site and the other backdoor reveal and thats how i got into the device to know it was still funcitoning. prob i have now is to flash with the firmware i downloaded. Thanks for all you help so far. Please let me know if you come across any other info.
kikass112 said:
try this
https://www.ligowave.com/wiki/faq/firmware-upgrade-shell/
Click to expand...
Click to collapse
thank for this. but winSCP take me to current directory (which is empty), but cant access the file system beyond that.
When i SSh inside, i can see everything and notice *.bin file inside the "./rom/lib/firmware/IPQ4019/hw.1/" and the "./lib/firmware/IPQ4019/hw.1/" directoryes, but cant for the life of me find out how to upload the factory bin and img files i downlaoded.
there is also no fwupdate command too.
[email protected]:/lib/firmware/IPQ4019/hw.1# ls -l
-
Tbaba said:
thank for this. but winSCP take me to current directory (which is empty), but cant access the file system beyond that.
When i SSh inside, i can see everything and notice *.bin file inside the "./rom/lib/firmware/IPQ4019/hw.1/" and the "./lib/firmware/IPQ4019/hw.1/" directoryes, but cant for the life of me find out how to upload the factory bin and img files i downlaoded.
there is also no fwupdate command too.
[email protected]:/lib/firmware/IPQ4019/hw.1# ls -l
-
Click to expand...
Click to collapse
I have the Rom for that modem I am looking how to flash it, do you know how to do it?
Sorry bro, no luck