bigsinger / AndroidIdChanger

Xposed Module for Changing Android Device Info
http://repo.xposed.info/module/com.bigsing.changer
523 stars 152 forks source link

TODO #31

Open bigsinger opened 6 years ago

bigsinger commented 6 years ago
bigsinger commented 6 years ago

@lars18th todo list is here...

lars18th commented 6 years ago

@lars18th todo list is here...

OK. Thank you!

bigsinger commented 6 years ago

@lars18th i get nothing by command: getprop ro.boot.hardware.sku

lars18th commented 6 years ago

@lars18th i get nothing by command: getprop ro.boot.hardware.sku

Hi,

Not all devices has this activated, only around half of them.

lars18th commented 6 years ago

Hi @bigsinger ,

I suggest you change the colour of the "non-already-hooked values" in the UI. For example in red (dark red) or gray. This will indicate to the users that this values isn't supported at time.

You agree?

AdroitAdorKhan commented 6 years ago

Can values be changed without restarting device?

lars18th commented 6 years ago

Hi @AdroitAdorKhan

Can values be changed without restarting device?

No at time. Sorry!

However, perhaps in the future... if you completly close the App that you like to hook (the code only needs to change a bit for support it). In any case, for System Wide hooks a restart is mandatory.

Regards!

lars18th commented 6 years ago

Hi @bigsinger ,

Please, update the OP of this issue with other pending tasks:

This isn't a closed list, and not ordered as well. Howerver, you can use it! :smile:

bigsinger commented 6 years ago

It feels endless :1234: 革命尚未成功 同志仍需努力

lars18th commented 6 years ago

It feels endless

It's only a summary of the different issues listed. You can decide in wich you like to focus. In my opinion the bug #29 has high priority, and the second is #25. The rest are optional. You agree?

lars18th commented 6 years ago

Hi @bigsinger ,

I updated my list. Futhermore, regarding the PENDING HOOK VALUES, if you like to implement for "Width", "Height" and "Resolution" (if this is the DPI value), then see this page with examples: https://stackoverflow.com/questions/4743116/get-screen-width-and-height

I hope it helps! :smile:

lars18th commented 6 years ago

Hi @bigsinger ,

Regarding other pending HOOKs, they are identical to current "SimOperatorName", so:

See: https://developer.android.com/reference/android/telephony/TelephonyManager.html So, I feel you can copy&paste and incorporate them.