Author Topic: Need copy of working NVRAM  (Read 4521 times)

bled82

  • Newbie
  • *
  • Posts: 25
    • View Profile
Need copy of working NVRAM
« on: July 25, 2018, 05:58:36 pm »
Lost my copy of my working nvram and cant restore it , would I be able to use someone else's ? Not sure if that is doable or not . I have been able to recover the imei multiple times but cant clear issue with err 0x10 on the wifi and I think it might also be blocking my cell data on Debian side idk for sure .

Murple2

  • Full Member
  • ***
  • Posts: 137
    • View Profile
Need copy of working NVRAM
« Reply #1 on: July 25, 2018, 06:35:16 pm »
Quote from: bled82
Lost my copy of my working nvram and cant restore it , would I be able to use someone else's ? Not sure if that is doable or not . I have been able to recover the imei multiple times but cant clear issue with err 0x10 on the wifi and I think it might also be blocking my cell data on Debian side idk for sure .

I'm  sorry, I figure it's a bit of a security risk handing over the imei for my phone. Perhaps someone here who doesn't use the device as a  phone  might oblige?

ehasbrouck

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • The Practical Nomad
Need copy of working NVRAM
« Reply #2 on: September 02, 2018, 11:07:47 pm »
Quote from: bled82
Lost my copy of my working nvram and cant restore it , would I be able to use someone else's ? Not sure if that is doable or not . I have been able to recover the imei multiple times but cant clear issue with err 0x10 on the wifi and I think it might also be blocking my cell data on Debian side idk for sure .

I don't think you could use soemone else's NVRAM file, since presumably it is customized with the IMEI.

I have the same problem that after accidentally wiping the NVRAM partition, I am unable to get mobile data working in Debian, although my T-Mobile USA SIM works in Google Android on my Gemini.

I have queried Planetcom by email as to ( A ) whether the null NVRAM file is likely to be the casue of the Debain mobile data failure, and ( B ) whether they can supply an NVRAM restore file for my Gemini if I provide my IMEI and serial number.
« Last Edit: September 04, 2018, 08:19:08 pm by ehasbrouck »
current devices: Gemini PDA / Panasonic Let’s Note CF-RZ6
former devices: Psion netBook, 5mx, Revo Plus / Panasonic Let’s Note CF-J10, CF-R7 /  Sharp Zaurus SL-C1000 / Asus Eee PC 901 / Gateway 2000 Handbook 486

ehasbrouck

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • The Practical Nomad
Need copy of working NVRAM
« Reply #3 on: September 04, 2018, 10:59:29 am »
I received the following reply from Planetcom support:

Quote
The only way to permanently restore the NVRAM partition on your device would if you send it to us for service. This process requires factory level software which isn't user accessible.

Please be aware that a recovered NVRAM partition will likely not affect cellular functionalities on Debian. Debian is missing the necessary drivers to run cellar data and phone functions.
current devices: Gemini PDA / Panasonic Let’s Note CF-RZ6
former devices: Psion netBook, 5mx, Revo Plus / Panasonic Let’s Note CF-J10, CF-R7 /  Sharp Zaurus SL-C1000 / Asus Eee PC 901 / Gateway 2000 Handbook 486

mithrandir

  • Full Member
  • ***
  • Posts: 193
    • View Profile
    • http://www.mygnu.de
Need copy of working NVRAM
« Reply #4 on: September 04, 2018, 05:26:20 pm »
Quote from: ehasbrouck
I received the following reply from Planetcom support:

Quote
The only way to permanently restore the NVRAM partition on your device would if you send it to us for service. This process requires factory level software which isn't user accessible.

Please be aware that a recovered NVRAM partition will likely not affect cellular functionalities on Debian. Debian is missing the necessary drivers to run cellar data and phone functions.
Strange, at least cellular data works for me on Debian...
« Last Edit: September 04, 2018, 05:27:07 pm by mithrandir »

ehasbrouck

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • The Practical Nomad
Need copy of working NVRAM
« Reply #5 on: September 04, 2018, 08:20:32 pm »
Quote from: mithrandir
Strange, at least cellular data works for me on Debian...

What country and carrier is your SIM? What did you have to do to get it working?
current devices: Gemini PDA / Panasonic Let’s Note CF-RZ6
former devices: Psion netBook, 5mx, Revo Plus / Panasonic Let’s Note CF-J10, CF-R7 /  Sharp Zaurus SL-C1000 / Asus Eee PC 901 / Gateway 2000 Handbook 486

mithrandir

  • Full Member
  • ***
  • Posts: 193
    • View Profile
    • http://www.mygnu.de
Need copy of working NVRAM
« Reply #6 on: September 05, 2018, 04:11:03 am »
Quote from: ehasbrouck
Quote from: mithrandir
Strange, at least cellular data works for me on Debian...

What country and carrier is your SIM? What did you have to do to get it working?

It is a German Vodafone data only SIM. I just followed the instructions at https://github.com/gemian/gemini-keyboard-a...DebuggingMobile . Maybe I had to create the internet context like described at https://github.com/gemian/gemini-keyboard-a...c6599731564770a . At least I have to enter the pin code:

gemini@gemini:/usr/share/ofono/scripts$ ./enter-pin pin XXXX

Sometimes, it seems, I have to use some of these commands (order might be different) to get a connection:

./online-modem
./activate-context
./enable-gprs
 
For this one has to install ofono-scripts.

Mith